header,
footer,
#main,
#info {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}
/* å˜é‡ */
@font-face {
    font-family: myFirstFont;
    src: url('../font/ac.ttf');
}
/*css3*/
.clear::after {
    display: block;
    content: '';
    clear: both;
}
.f300 {
    font-weight: 300;
}
.f500 {
    font-weight: 500;
}
.header_nav_wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.czspjz {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.fix_nav {
    top: -168px;
    box-shadow: 0 0 10px #000;
}
.fix_nav .nav ul li > a img {
    top: 3px;
}
/************************header************************/
header {
    background: #fff;
}
.header_top {
    line-height: 38px;
    font-size: 14px;
    color: #6f6f6f;
    background: #e7e7e7;
    overflow: hidden;
    font-weight: 300;
}
.header_top > * {
    opacity: 0.7;
}
.header_top span + span {
    float: right;
}
.header_top span + span a {
    border-left: 1px dotted #fff;
    color: #6f6f6f;
    padding-left: 10px;
    margin-left: 10px;
}
.header_top span + span a:nth-of-type(1) {
    border-left: 0;
}
.header_logo {
    background: #fff;
    padding: 30px 0;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
.header_logo h1 {
    float: left;
    position: relative;
    top: 5px;
}
.header_logo h1 span {
    text-indent: -999rem;
    display: none;
}
.header_logo .wrapper > img {
    position: absolute;
    right: 250px;
    top: 12px;
}
.header_logo .header_logo_r {
    float: right;
}
.header_logo .header_logo_r p {
    background: url("../images/tel.jpg") no-repeat 34px 5px;
    padding-left: 53px;
    text-align: right;
}
.header_logo .header_logo_r p small {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #232323;
}
.header_logo .header_logo_r p b {
    font-size: 22px;
    color: #dd7212;
}
.header_logo .header_logo_r small {
    font-size: 16px;
    color: #1A4098;
    letter-spacing: 2px;
    font-weight: bold;
}
.nav {
    background: #1a4098;
    height: 60px;
    position: relative;
    z-index: 100;
    overflow: hidden;
    line-height: 60px;
}
.nav::after {
    display: block;
    content: '';
    clear: both;
}
.nav ul li {
    float: left;
    position: relative;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav ul li:hover,
.nav ul li.n_act {
    color: #fff;
    background: #dd7212;
}
.nav ul li:hover small,
.nav ul li.n_act small {
    color: #fff;
}
.nav ul li:hover span:after,
.nav ul li.n_act span:after {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}
.nav ul li:nth-of-type(1) a {
    border-left: 0;
}
.nav ul li > a {
    font-size: 16px;
    color: #fff;
    display: block;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 131px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.19);
}
.nav ul li > a span {
    display: block;
    position: relative;
}
.nav ul li > a span:after {
    display: block;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav ul li > a img {
    position: absolute;
    right: 0;
    top: -6px;
}
.banner {
    margin-top: 220px;
}
.banner .box_skitter .info_slide_dots .image_number {
    height: 6px;
    width: 35px;
    border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
    background: #1a4098;
    opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
    background: #fff;
}
/************************main************************/
.hotPro {
    overflow: hidden;
    padding: 15px 0;
    background: #f5f5f5;
}
.hotPro p {
    float: left;
    font-size: 14px;
    line-height: 38px;
}
.hotPro p b {
    color: #3c3c3c;
}
.hotPro p a {
    color: #656565;
    padding: 0 10px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hotPro p a:hover {
    color: #1a4098;
    font-weight: bold;
}
.hotPro form {
    float: right;
}
.hotPro form input {
    display: block;
    width: 260px;
    float: left;
    background: #fff;
    text-indent: 10px;
    font-family: 'Microsoft YaHei', SimHei, sans-serif;
    outline: none;
    height: 32px;
    line-height: 32px;
}
.hotPro form button {
    text-indent: -999rem;
    display: block;
    width: 62px;
    height: 38px;
    background: #1a4098 url("../images/sch.png") no-repeat center;
    float: right;
}
/*idx_ys*/
.idx_ys {
    overflow: hidden;
    padding-bottom: 65px;
}
.idx_ys ul {
    overflow: hidden;
}
.idx_ys ul li {
    text-align: center;
    float: left;
    width: 210px;
    margin-right: 36px;
}
.idx_ys ul li:last-of-type {
    margin-right: 0;
}
.idx_ys ul li p {
    width: 131px;
    height: 131px;
    background: url('../images/idx_bg.png') no-repeat center;
    position: relative;
    margin: 0 auto;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.idx_ys ul li p img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.idx_ys ul li b {
    display: block;
    font-size: 22px;
    color: #212121;
    margin: 20px 0;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.idx_ys ul li small {
    font-size: 16px;
    color: #929292;
}
.idx_ys ul li:hover p {
    background: url("../images/idx_bg2.png") no-repeat center;
}
.idx_ys ul li:hover b {
    color: #1a4098;
}
/*-------------------------------------------------------------------------solve è§£å†³æ–¹æ¡ˆ-----------------------------------------------------------------------------------*/
.main_title {
    text-align: center;
    padding: 50px 0 45px 0;
}
.main_title > * {
    display: block;
}
.main_title b {
    text-align: center;
    font-size: 34px;
    color: #1a4098;
}
.main_title b strong {
    color: #191919;
}
.main_title small {
    font-size: 18px;
    color: #191919;
    margin: 20px 0 15px 0;
    background: url("../images/main_bg1.png") no-repeat center;
}
.main_title2 > * {
    color: #fff !important;
}
/*-------------------------------------------------------------------------product_type é¦–é¡µäº§å“åˆ†ç±»åŠçƒ­é”€-----------------------------------------------------------------------------------*/
.idx_product {
    overflow: hidden;
    background: #f4f4f4 url("../images/pro_top.jpg") no-repeat center top;
    padding-bottom: 20px;
}
.idx_product .idx_product_left {
    width: 270px;
    float: left;
    background: #fff;
}
.idx_product .idx_product_right {
    width: 875px;
    float: right;
    overflow: hidden;
    background: #fff;
    padding: 18px;
}
.idx_product_list {
    width: 890px;
}
.idx_product_list li {
    width: 283px;
    float: left;
    margin: 0 13px 23px 0;
    background: #fff;
}
.idx_product_list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.idx_product_list li a p {
    height: 283px;
    border: 1px solid #d1d1d1;
    position: relative;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.lazyload{background: url("../images/loading.gif") no-repeat center;}
.idx_product_list li a p img.lazyload {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.idx_product_list li a p img.gg {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;;
}
.idx_product_list li a b {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #232323;
    margin-top: 5px;
    font-weight: 500;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.idx_product_list li:hover p {
    border: 1px solid #dd7212;
}
.idx_product_list li:hover a b {
    color: #dd7212;
    font-weight: bold;
}
.idx_sidebar {
    background: #fff;
    padding: 34px 0;
}
.idx_sidebar > img {
    display: block;
    margin-bottom: 20px;
}
.idx_sidebar ul li p {
    line-height: 40px;
    background: #eeeeee url("../images/list_bg1.png") no-repeat 25px center;
    font-size: 20px;
    font-weight: bold;
    color: #1b1b1b;
    text-indent: 65px;
}
.idx_sidebar ul li div a {
    display: block;
    font-size: 16px;
    padding-left: 65px;
    margin: 10px 0;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.idx_sidebar ul li div a:hover {
    color: #dd7212;
    text-decoration: underline;
}
.i_pro_list li {
    width: 277px;
    border: 1px solid #d1d1d1;
    float: left;
    margin: 0 0 25px 15px;
}
.i_pro_list li a {
    display: block;
}
.i_pro_list li a div {
    height: 212px;
}
.i_pro_list li a div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.i_pro_list li a p {
    padding: 13px 0;
    background: #f3f3f3;
    text-align: center;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.i_pro_list li a p > * {
    display: block;
}
.i_pro_list li a p b {
    color: #454545;
    font-size: 16px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.i_pro_list li a p small {
    font-size: 14px;
    color: #979797;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.i_pro_list li a:hover p {
    background: #1a4098;
}
.i_pro_list li a:hover b {
    color: #fff;
}
.i_pro_list li a:hover small {
    color: #fff;
}
/*-------------------------------------------------------------------------ys é¦–é¡µä¼˜åŠ¿------------------------------------------------------------------------------------*/
.ys {
    overflow: hidden;
    padding-bottom: 58px;
    position: relative;
}
.ys .ys_top p {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.ys .ys_top p img {
    display: block;
}
.ys .ys_top .wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
}
.ys .ys_top .wrapper img {
    position: absolute;
    right: 0;
    top: 110px;
    display: block;
}
.ys .ys_1 {
    background: url("../images/ys_bg.jpg") no-repeat center;
    background-size: cover;
}
.ys .why_all {
    position: relative;
}
.ys .why_c {
    width: 130px;
    background: #1a4098;
    color: #fff;
    position: absolute;
    left: 532px;
    top: 0;
}
.ys .why_c ul li {
    text-align: center;
    padding: 68px 0;
    position: relative;
}
.ys .why_c ul li:after {
    display: block;
    content: '';
    height: 124px;
    width: 1px;
    position: absolute;
    left: 63px;
    top: 202px;
    border-left: 1px dotted rgba(255, 255, 255, 0.66);
}
.ys .why_c ul li > * {
    display: block;
}
.ys .why_c ul li b {
    font-size: 65px;
    font-weight: 300;
    opacity: 0.6;
    font-family: myFirstFont;
}
.ys .why_c ul li strong {
    font-size: 35px;
}
.ys .why_c ul li:last-of-type:after {
    display: none;
}
.ys .why_list li {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ys .why_list li p {
    width: 483px;
    margin-top: 30px;
}
.ys .why_list li p > * {
    display: block;
}
.ys .why_list li p b {
    font-size: 28px;
    color: #181818;
}
.ys .why_list li p small {
    font-size: 18px;
    color: #6f6f6f;
    margin: 10px 0 30px 0;
}
.ys .why_list li p span {
    font-size: 14px;
    color: #181818;
    background: url("../images/why_list.jpg") no-repeat left 6px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.ys_top_title {
    text-align: center;
    padding: 60px 0;
}
.ys_top_title p {
    display: inline-block;
    font-size: 24px;
}
.ys_top_title p > * {
    display: block;
}
.ys_top_title p:nth-of-type(1) {
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    margin-right: 10px;
}
.ys_top_title p:nth-of-type(1) small + small {
    display: block;
    font-size: 27px;
}
.ys_top_title p:nth-of-type(2) {
    color: #222222;
}
.ys_top_title p:nth-of-type(2) span {
    border: 1px solid #b8b8b8;
    font-size: 15px;
    margin-bottom: 4px;
}
/*-------------------------------------------------------------------------company é¦–é¡µå…¬å¸ç®€ä»‹------------------------------------------------------------------------------------*/
.company {
    padding-bottom: 5%;
    background: #f4f4f4;
}
.company::after {
    display: block;
    content: '';
    clear: both;
}
.company .com_side {
    width: 168px;
    background: #1a4098;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
}
.company .com_side ul li {
    border-bottom: 1px solid #5c81b8;
}
.company .com_side ul li a {
    color: #fff;
    display: block;
    padding: 40px 0;
    text-align: center;
}
.company .com_side ul li a span {
    background: url("../images/sb_l1.png") no-repeat left center;
    padding-left: 15px;
}
.company .com_side ul li a:hover span {
    color: #fff;
    font-weight: bold;
}
.company .com_con {
    overflow: hidden;
    background: #fff;
    padding: 60px 20px;
    width: 1032px;
    float: left;
    box-sizing: border-box;
    margin-top: 48px;
}
.company .company_left {
    float: left;
    width: 50%;
    overflow: hidden;
    height: 305px;
}
.company .company_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company .company_right {
    width: 48%;
    float: right;
}
.company .company_right > p {
    margin-bottom: 25px;
    padding-top: 20px;
}
.company .company_right > p b {
    font-size: 24px;
    color: #201e1e;
    font-weight: 500;
}
.company .company_right > p b img {
    position: relative;
    top: -20px;
}
.company .company_right > p span {
    margin-top: 10px;
    font-size: 20px;
}
.company .company_right > p > * {
    display: block;
}
.company .company_right div {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 26px;
    margin-bottom: 20px;
}
.company .company_right a {
    display: inline-block;
    width: 196px;
    line-height: 38px;
    background: #1a4098 url("../images/com_ico1.png") no-repeat 35px center;
    color: #fff;
    text-indent: 70px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.company .company_right a:hover {
    background-color: #dd7212;
}
.company .company_right a + a {
    background: #505050 url("../images/com_ico2.png") no-repeat 35px center;
}
/*ç•™è¨€*/
.idx_msg {
    background: url("../images/msg_bg.png") no-repeat center;
    height: 366px;
}
.idx_msg .idx_msg_l {
    float: left;
    padding: 40px 20px;
    width: 424px;
}
.idx_msg .idx_msg_l p {
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.idx_msg .idx_msg_l p b {
    font-size: 26px;
}
.idx_msg .idx_msg_l p small {
    font-size: 20px;
    text-align: right;
    float: right;
    margin-top: 10px;
}
.idx_msg .idx_msg_l input[type=text] {
    display: block;
    width: 207px;
    line-height: 40px;
    border: 0;
    background: #fff;
    text-indent: 5px;
    outline: none;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.idx_msg .idx_msg_l textarea {
    display: block;
    width: 99%;
    height: 110px;
    border: 0;
    outline: none;
    margin-bottom: 10px;
}
.idx_msg .idx_msg_l input[type=text].yzm {
    width: 120px;
    line-height: 40px;
    height: 40px;
    border: 0;
}
.idx_msg .idx_msg_l button {
    display: block;
    float: right;
    width: 160px;
    line-height: 40px;
    background: #a24e03;
    color: #fff;
}
.idx_msg .idx_msg_r {
    float: right;
    color: #fff;
    margin: 100px 230px 0 0 ;
}
.idx_msg .idx_msg_r > * {
    display: block;
}
.idx_msg .idx_msg_r b {
    font-size: 30px;
}
.idx_msg .idx_msg_r strong {
    font-size: 18px;
}
.idx_msg .idx_msg_r p {
    background: url("../images/24h.png") no-repeat left center;
    padding-left: 45px;
    margin-top: 35px;
}
.idx_msg .idx_msg_r p > * {
    display: block;
}
.idx_msg .idx_msg_r p span {
    font-size: 16px;
}
.idx_msg .idx_msg_r p b {
    font-size: 24px;
}
/*-------------------------------------------------------------------------case æ¡ˆä¾‹å±•ç¤º------------------------------------------------------------------------------------*/
.case {
    overflow: hidden;
    margin-bottom: 40px;
}
.case .technology_right ul li {
    display: none;
    position: relative;
    overflow: hidden;
}
.case .technology_right ul li:nth-of-type(1) {
    display: block;
}
.case .technology_right ul li p.pro_l_img {
    float: left;
    width: 55%;
    overflow: hidden;
    height: 427px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-right: 0;
    position: relative;
}
.case .technology_right ul li p.pro_l_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case .technology_right ul li div.pro_r_title {
    width: 45%;
    box-sizing: border-box;
    padding: 33px;
    border: 1px solid #dadada;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.case .technology_right ul li div.pro_r_title p > * {
    display: block;
}
.case .technology_right ul li div.pro_r_title p b {
    font-size: 20px;
    color: #0e0e0e;
    margin-bottom: 22px;
}
.case .technology_right ul li div.pro_r_title p small {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
    margin-bottom: 8%;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 33px;
}
.case .technology_right ul li div.pro_r_title p a {
    display: inline-block;
}
.case .technology_right ul li div.pro_r_title p a + a {
    background: #505050 url("../images/pro.png") no-repeat 35px center;
}
.case .technology_right ul li .more_btn {
    display: block;
    width: 196px;
    line-height: 38px;
    background: #1a4098 url("../images/pro_mesg.png") no-repeat 35px center;
    color: #fff;
    text-indent: 70px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.case .technology_right ul li .more_btn:hover {
    background-color: #dd7212;
}
.case .technology_right ul li .pro_r_tel {
    color: #272727;
    background: url("../images/pro_tel.png") no-repeat left center;
    padding-left: 55px;
    margin-top: 45px;
}
.case .technology_right ul li .pro_r_tel > * {
    display: block;
}
.case .technology_right ul li .pro_r_tel small {
    font-size: 14px;
    font-weight: 400;
}
.case .technology_right ul li .pro_r_tel b {
    font-size: 28px;
    font-weight: 400;
}
.case_list {
    overflow: hidden;
    width: 1205px;
    margin-top: 10px;
}
.case_list li {
    width: 290px;
    height: 205px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 14px;
}
.case_list li:last-of-type {
    margin-right: 0;
}
.case_list li a {
    display: block;
    height: 100%;
}
.case_list li a p {
    height: 100%;
}
.case_list li img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.case_list li span {
    position: absolute;
    width: 100%;
    display: block;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.63);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 14px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.case_list li:hover span {
    background: rgba(26, 64, 152, 0.67);
}
/*news*/
.img_w {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.img_w img {
    display: block;
}
.img_w .gg {
    position: absolute;
    left: 0;
    bottom: 0;
}
/*news*/
.news {
    overflow: hidden;
    margin-top: 45px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tit1 {
    height: 58px;
    background: #f2f2f2;
    overflow: hidden;
}
.tit1 a {
    display: block;
}
.tit1 em {
    display: block;
    float: left;
    width: 190px;
    height: 80px;
    text-align: center;
    font: 18px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    background: #11509b;
    padding-top: 16px;
}
.tit1 em i {
    display: block;
    font: 15px "Microsoft YaHei";
    text-transform: uppercase;
    color: #d5dce8;
}
.tit1 span {
    display: block;
    width: 62px;
    height: 58px;
    background: #666;
    font: 12px Arial;
    text-transform: uppercase;
    text-align: center;
    float: right;
    color: #fff;
    line-height: 58px;
}
.dy {
    width: 575px;
    height: 420px;
    overflow: hidden;
}
.dy dl {
    height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}
.dy dl a {
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dy dl:hover a {
    color: #dd7212;
}
.dy dt {
    width: 106px;
    font: 20px "Microsoft YaHei";
    color: #484848;
    float: left;
    text-align: center;
    line-height: 55px;
}
.dy dt em {
    display: none;
}
.dy dd {
    width: 395px;
    padding-right: 20px;
    float: left;
}
.dy dd {
    position: relative;
}
.dy dd i {
    position: absolute;
    right: -53px;
    top: 7px;
}
.dy dd a {
    display: block;
    font: 14px "Microsoft YaHei";
    line-height: 55px;
    color: #484848;
    overflow: hidden;
}
.dy dd p {
    display: none;
}
.dy .cur {
    height: 95px;
    padding-top: 20px;
}
.dy .cur:hover a {
    color: #dd7212;
}
.dy .cur dt {
    font-weight: bold;
    line-height: 25px;
    margin-top: 8px;
}
.dy .cur dt em {
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #9e9e9e;
}
.dy .cur dd a {
    display: block;
    font: 14px "Microsoft YaHei";
    font-weight: bold;
    line-height: 30px;
    color: #11509b;
    height: 30px;
    overflow: hidden;
}
.dy .cur dd p {
    display: block;
    font: 14px "Microsoft YaHei";
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
}
.faq {
    height: 270px;
    overflow: hidden;
}
.faq h2 {
    width: 175px;
    height: 200px;
    float: left;
    overflow: hidden;
    background: #13519c;
    font: 18px "Microsoft YaHei";
    font-weight: bold;
}
.faq h2 a {
    display: block;
    padding: 45px 0 0 35px;
    height: 200px;
    color: #fff;
}
.faq h2 em {
    display: block;
    font: 18px Arial;
    color: #d5dce8;
    padding-top: 11px;
}
.faq dl {
    width: 300px;
    float: left;
    padding-left: 40px;
}
.faq dt {
    font: 14px "Microsoft YaHei";
    line-height: 50px;
    font-weight: bold;
    color: #484848;
    background: url('../images/q.gif') no-repeat left top;
    padding-top: 23px;
}
.faq dt a {
    color: #484848;
    display: block;
}
.faq dd {
    font: 14px "Microsoft YaHei";
    line-height: 24px;
    color: #666;
    background: url('../images/a.gif') no-repeat left top;
    padding-top: 33px;
}
.faq dd p {
    height: 48px;
    overflow: hidden;
}
.faq dd a {
    display: block;
    width: 92px;
    height: 28px;
    border: 1px solid #d4d4d4;
    font: 12px Arial;
    text-transform: uppercase;
    color: #484848;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
    margin-top: 14px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.faq dd a:hover {
    color: #dd7212;
    border: 1px solid #dd7212;
}
ul.news_cj li {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    background: url("../images/qabg.jpg") no-repeat left top;
    padding-left: 40px;
    margin-bottom: 27px;
    padding-bottom: 25px;
}
ul.news_cj li:nth-of-type(1) {
    margin-top: 25px;
}
ul.news_cj li a {
    display: block;
    overflow: hidden;
}
ul.news_cj li a:hover b {
    color: #1a4098;
}
ul.news_cj li a b {
    display: block;
    font-size: 16px;
    color: #3e3e3e;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-bottom: 10px;
}
ul.news_cj li a small {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
}
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}
.footer-bar {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    background: #252526;
    padding-top: 52px;
}
.footer-bar .footer-top {
    margin-bottom: 77px;
    height: 210px;
}
.footer-bar .footer-top .f-tel {
    width: 322px;
    height: 210px;
    float: left;
    text-align: center;
    border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-tel p {
    font-size: 16px;
    color: #fff;
    margin-top: 37px;
}
.footer-bar .footer-top .f-tel h2 {
    color: #dd7212;
    font-size: 40px;
    font-weight: 500;
}
.footer-bar .footer-top .f-tel span {
    color: #afafaf;
    font-size: 14px;
}
.footer-bar .footer-top .f-nav {
    width: 362px;
    height: 210px;
    float: left;
    border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-nav h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 31px;
    margin-left: 89px;
}
.footer-bar .footer-top .f-nav ul {
    width: 185px;
    height: 145px;
    margin: 0 auto;
}
.footer-bar .footer-top .f-nav ul li {
    width: 71px;
    margin-right: 40px;
    margin-bottom: 22px;
    float: left;
}
.footer-bar .footer-top .f-nav ul li:nth-child(2n) {
    margin-right: 0;
}
.footer-bar .footer-top .f-nav ul li a {
    color: #989898;
    font-size: 14px;
}
.footer-bar .footer-top .f-contact {
    width: 330px;
    height: 210px;
    float: left;
    border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-contact h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 31px;
}
.footer-bar .footer-top .f-contact ul {
    width: 190px;
    height: 109px;
    margin: 0 auto;
}
.footer-bar .footer-top .f-contact ul li {
    color: #929292;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-bar .footer-top .f-code {
    width: 183px;
    height: 210px;
    float: left;
}
.footer-bar .footer-top .f-code img {
    float: right;
    width: 118px;
    height: 118px;
    margin-bottom: 16px;
}
.footer-bar .footer-top .f-code p {
    float: right;
    width: 118px;
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    margin-bottom: 2px;
}
.footer-bar .f-bt {
    overflow: hidden;
    height: 62px;
    line-height: 62px;
    border-top: 1px solid #4D4D4D;
    font-size: 14px;
    color: #848484;
}
.footer-bar .f-bt a {
    color: #848484;
}
.footer-bar .f-bt a:hover {
    color: #fff;
}
.right {
    float: right;
}
/*product*/
ul.pro_list {
    width: 950px;
}
ul.pro_list li {
    width: 270px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 20px 20px 0;
}
ul.pro_list li p {
    height: 272px;
    background: #fff;
    position: relative;
    width: 100%;
    border-bottom: 0;
}
ul.pro_list li p img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}
ul.pro_list li div {
    background: #f3f3f3;
    text-align: center;
    padding: 10px 0;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.pro_list li div small {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.pro_list li div span {
    display: block;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 14px;
}
ul.pro_list li:hover div {
    background: #1a4098;
    color: #fff;
}
ul.pro_list li:hover small {
    color: #fff;
}
ul.pro_list li:hover span {
    color: #fff;
}
.pro_right {
    width: 875px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    float: right;
    box-shadow: 0 0 25px #ccc;
}
/*sidebar*/
.sidebar {
    width: 250px;
    float: left;
    background: #fff;
    box-shadow: 0 0 25px #ccc;
}
.sidebar .idx_sidebar {
    padding-bottom: 0;
}
.sidebar .sidebar_con {
    background: #1a4098;
    padding: 25px;
    margin-top: 40px;
}
.sidebar .sidebar_con p {
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 25px;
    margin-bottom: 22px;
}
.sidebar .sidebar_con p:nth-of-type(1) {
    background-image: url("../images/s1.png");
}
.sidebar .sidebar_con p:nth-of-type(2) {
    background-image: url("../images/s2.png");
    margin-bottom: 0;
}
.sidebar .sidebar_con p small {
    display: block;
    font-size: 14px;
    color: #fff;
}
.sidebar .sidebar_con p b {
    font-size: 20px;
    color: #fff;
}
.sidebar .sidebar_con p span {
    display: block;
    font-size: 14px;
    color: #fff;
}
/*-------------------------------------------------------------------------å…³äºŽæˆ‘ä»¬è¯¦æƒ…é¡µ info_company------------------------------------------------------------------------------------*/
.info_com_title {
    text-align: center;
    padding: 58px 0 42px 0;
}
.info_com_title > * {
    display: block;
}
.info_com_title span {
    font-size: 30px;
    color: #2a2a2a;
    font-weight: 300;
    text-transform: uppercase;
}
.info_com_title b {
    font-size: 30px;
    color: #2a2a2a;
    font-weight: 500;
}
.info_com_title small {
    font-size: 14px;
    color: #9d9d9d;
}
.info_com_title small:before {
    display: block;
    content: '';
    width: 30px;
    height: 5px;
    background: #dd7212;
    margin: 18px auto;
}
.info_company_one_bg {
    height: 400px;
    background: url("../images/info_com_bg.jpg") no-repeat center;
    margin-bottom: 45px;
}
.info_company_one_bg ul {
    width: 45%;
    float: right;
    margin-top: 55px;
}
.info_company_one_bg ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 45px;
}
.info_company_one_bg ul li > * {
    display: block;
}
.info_company_one_bg ul li small {
    font-size: 16px;
    color: #2f2f2f;
}
.info_company_one_bg ul li b {
    font-size: 65px;
    color: #1a4098;
    position: relative;
    display: inline-block;
}
.info_company_one_bg ul li b em {
    position: absolute;
    right: -33px;
    top: -7px;
    font-style: normal;
    font-size: 45px;
}
.info_company_one_bg ul li span {
    font-size: 12px;
    color: #888888;
}
.info_company_two {
    overflow: hidden;
}
.info_company_two .info_company_two_l {
    float: left;
    width: 50%;
}
.info_company_two .info_company_two_l img {
    display: block;
    width: 100%;
}
.info_company_two .info_company_two_r {
    float: right;
    width: 50%;
    border: 6px solid #dcdcdc;
    box-sizing: border-box;
    border-left: 0;
    padding: 64px 50px 62px 50px;
}
.info_company_two .info_company_two_r > * {
    display: block;
}
.info_company_two .info_company_two_r p {
    border-bottom: 1px solid #1a4098;
}
.info_company_two .info_company_two_r p b {
    font-size: 28px;
    color: #1a4098;
    display: block;
    margin-bottom: 17px;
}
.info_company_two .info_company_two_r span {
    font-size: 22px;
    color: #2c2c2c;
    margin: 30px 0 15px 0;
}
.info_company_two .info_company_two_r small {
    font-size: 14px;
    color: #a0a0a1;
}
.info_company_two ul li {
    float: left;
    width: 20%;
    padding: 25px 0 25px 30px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}
.info_company_two ul li:before {
    display: block;
    content: '';
    width: 19px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 25px;
    top: 72px;
}
.info_company_two ul li > * {
    display: block;
}
.info_company_two ul li b {
    font-size: 20px;
}
.info_company_two ul li strong {
    font-size: 30px;
    font-weight: 500;
}
.info_company_two ul li:nth-of-type(1) {
    background: #175aa7;
}
.info_company_two ul li:nth-of-type(2) {
    background: #169795;
}
.info_company_two ul li:nth-of-type(3) {
    background: #0c8e5f;
}
.info_company_two ul li:nth-of-type(4) {
    background: #134c8f;
}
.info_company_two ul li:nth-of-type(5) {
    background: #543d96;
}
.info_company_three img {
    float: left;
    width: 50%;
}
.info_company_three p {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 292px;
    padding: 55px;
}
.info_company_three p > * {
    display: block;
}
.info_company_three p b {
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 27px;
    padding-top: 15px;
}
.info_company_three p small {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
}
.info_fc {
    padding-bottom: 150px;
    overflow: hidden;
}
#certify {
    position: relative;
}
#certify .swiper-container {
    padding-bottom: 60px;
    overflow: inherit;
}
#certify .swiper-slide {
    width: 520px;
    height: 355px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
    display: block;
    margin: 0 auto;
}
#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: -40px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
}
#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}
/*qa*/
.news_list_con {
    background: #fff;
    padding: 30px 30px 80px 30px;
    margin-top: 30px;
}
.news_list_con ul li {
    overflow: hidden;
    padding: 30px 20px;
    border-bottom: 1px solid #ccc;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
}
.news_list_con ul li:hover {
    background: #eee;
}
.news_list_con ul li:hover div.bdsharebuttonbox {
    opacity: 1;
}
.news_list_con ul li a:hover b {
    color: #1a4098;
}
.news_list_con ul li img {
    float: left;
    width: 212px;
    height: 127px;
}
.news_list_con ul li p,
.news_list_con ul li div.l_con {
    float: right;
    width: 865px;
    position: relative;
    height: 127px;
}
.news_list_con ul li p b,
.news_list_con ul li div.l_con b {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.news_list_con ul li p span,
.news_list_con ul li div.l_con span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news_list_con ul li p small,
.news_list_con ul li div.l_con small {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #666;
}
.news_list_con ul li div.bdsharebuttonbox {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}
/*info_case*/
.honor_list {
    width: 1250px;
}
.honor_list li {
    float: left;
    position: relative;
    margin: 0 25px 25px 0;
    border: 1px solid #ccc;
    width: 383px;
    height: 285px;
}
.honor_list li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.honor_list li span {
    display: block;
    width: 100%;
    background: #1a4098;
    color: #f5f5f5;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
.honor_list li div {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
.honor_list li:hover div {
    border: 10px solid #1a4098;
}
.honor_list li:hover span {
    bottom: 20px;
}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
/*page*/
.prev_next a:hover {
    color: #da0922;
}
.prev_next {
    font-size: 14px;
    margin-top: 20px;
}
div.page {
    margin: 20px 0 20px 0;
    clear: both;
    float: right;
    font-size: 14px;
}
div.page a {
    padding: 2px 5px;
    margin: 2px;
    color: #fff;
    text-decoration: none;
    background: #9b9b9b;
}
div.page a:hover {
    background: #5c5c5c;
}
div.page span.current {
    padding: 2px 8px;
    font-weight: 700;
    margin: 2px;
    color: #fff;
    background-color: #da0922;
}
div.page span.disabled {
    padding: 2px 5px;
    margin: 2px;
    color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
    color: #da0922;
}
.prev_next .prev {
    margin-top: 20px;
    background: url("../images/prev_bg.png") no-repeat left center;
    background-size: 18px;
}
.prev_next .next {
    border-bottom: 1px solid #ccc;
    background: url("../images/next_bg.png") no-repeat left center;
    background-size: 18px;
}
/*location*/
/*product-info*/
/*ç¼©ç•¥å›¾*/
.concompanycon table {
    margin-left: 2px;
}
.concompanycon table th {
    color: #444444;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Microsoft YaHei', arial;
    text-align: right;
    vertical-align: top;
    padding-top: 9px;
}
.concompanycon table td select {
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    width: 278px;
    height: 32px;
    text-indent: 8px;
    border: 1px solid #d2d4d6;
    margin: 5px auto 6px 5px;
    background: #FFF;
    margin-left: -3px;
}
.concompanycon table td ul {
    list-style: none;
    position: absolute;
}
.concompanycon table td ul li {
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    line-height: 28px;
    text-indent: 8px;
    width: 276px;
    height: 28px;
    border-left: 1px solid #d2d4d6;
    border-right: 1px solid #d2d4d6;
    background: #FFF;
}
.concompanycon table td ul li a {
    display: block;
    text-decoration: none;
    color: #444444;
}
.concompanycon table td ul li a:hover {
    color: #fe7d0c;
}
.concompanycon table td ul li:last-child {
    border-bottom: 1px solid #d2d4d6;
}
.concompanycon table td input {
    font-size: 14px;
    width: 276px;
    height: 28px;
    border: 1px solid #d2d4d6;
    margin: 5px auto 5px 5px;
}
.concompanycon table td .yanzheng {
    width: 101px;
}
.concompanycon table td textarea {
    resize: none;
    width: 545px;
    height: 178px;
    border: 1px solid #d2d4d6;
    margin: 5px auto 5px 5px;
}
.concompanycon table td img {
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 4px;
}
.concompanycon table td .but {
    width: 74px;
    height: 31px;
    line-height: 27px;
    background: #d1020c;
    border-radius: 2px;
    border: none;
    text-align: center;
    margin-top: 14px;
    margin-left: 5px;
    font-size: 14px;
    font-family: 'Microsoft YaHei', SimHei, sans-serif;
    color: #FFF;
}
.pro_img_left {
    width: 100%;
    border: 1px solid #ccc;
    height: 100%;
    position: relative;
    text-align: center;


=: hidden
}
.pro_img_left img {position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;max-height: 100%;display: block;}
#info {
    padding-bottom: 100px;
}
.location {
    background: #fff;
}
.location b a {
    padding-right: 10px;
    display: inline-block;
}
.info2 + footer {
    margin-top: 0;
}
/*ç›¸å†Œ*/
.swiper-container-xc {
    position: relative;
    overflow: hidden;
}
.swiper-container-xc {
    position: relative;
    overflow: hidden;
}
.info_pro {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.pro-img {
    float: left;
    width: 420px;
    padding: 0 10px;
    height: 385px;
}
.info_pro-text {
    float: right;
    width: 380px;
    margin-top: 0px;
}
.info_pro-text h4 {
    font-size: 22px;
    color: #11509b;
    padding-bottom: 10px;
}
.info_pro-text > small {
    background: #eee;
    line-height: 30px;
    padding: 20px;
    display: block;
    margin: 20px 0;
}
.info_pro-text ul li {
    margin-top: 5px;
}
.info_pro-text ul li small {
    display: inline-block;
    width: 60px;
    color: #a9a8a8;
    font-size: 14px;
    float: left;
    margin-top: 2px;
}
.info_pro-text ul li span {
    color: #333;
    font-size: 14px;
}
.info_pro-text ul li b {
    color: #c8171e;
    font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
    margin-top: 15px;
}
.info_pro-text p {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.info_pro-text p a {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #11509b;
    width: 157px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    transition: all 0.2s linear 0s;
    background: rgba(17, 80, 155, 0.07);
    border: 1px #11509b solid;
}
.info_pro-text p a:hover {
    background: #11509b;
    color: #fff;
    border: 1px solid #11509b;
}
.i_pro_con > h4 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.p_content b,
.p_content strong {
    font-size: 16px;
}
.p_content img,
.p_content embed {
    margin: 5px auto !important;
    display: inline-block;
}
.p_content embed {
    width: 500px !important;
    height: 400px !important;
    display: block;
}
.p_content b.b_title,
.p_content strong.b_title {
    font-size: 16px !important;
    background: #00458E;
    color: #fff;
    display: inline-block;
    padding: 5px 10px !important;
}
.p_content p.p_title {
    border-bottom: 1px solid #00458E !important;
    margin-bottom: 15px !important;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.gallery-top {
    width: 100%;
    height: 380px;
}
.gallery-top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs {
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /*opacity: 0.5;*/
}
.gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1 !important;
}
.p_content {
    font-size: 15px;
    line-height: 30px;
    color: #6b6b6b;
}
.p_content img {
    max-width: 70% !important;
    margin: 0 auto;
    display: block;
}
.p_content table {
    width: 95% !important;
    word-break: break-all;
    text-align: center;
    margin: 0 auto;
}
.p_content table tr {
    background: #fff !important;
}
.p_content table td {
    padding-left: 10px;
    background: #fff !important;
}
.p_content2 {
    color: #6e6e6e;
    line-height: 35px;
}
.p_content2 p {
    text-indent: 2rem;
}
.info_pro-text_ol {
    margin-bottom: 40px;
}
.info_pro-text_ol li {
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px solid #ccc;
    color: #666;
}
.info_pro-text_ol li span {
    width: 65px;
    display: inline-block;
}
.info_pro-text_ol li small {
    font-size: 14px;
}
/*i_pro_others*/
.i_pro_others {
    margin-top: 45px;
}
.info-tj {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.info-tj b {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #11509b;
}
.info-tj small {
    display: block;
    font-size: 16px;
    color: #999;
}
.swiper-container-xc {
    padding-bottom: 36px;
}
.pro-list-gallery {
    width: 900px;
}
.pro-list-gallery li {
    float: left;
    width: 281px;
    overflow: hidden;
    margin-right: 15px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-bottom: 23px;
}
.pro-list-gallery li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.pro-list-gallery li:hover span {
    background: #11509b;
}
.pro-list-gallery li p {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    height: 195px;
    position: relative;
}
.pro-list-gallery li p img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.i_pro_others::after {
    display: block;
    content: '';
    clear: both;
}
.i_pro_others .pro-list-others {
    width: 870px;
}
.i_pro_others .pro-list-others li {
    float: left;
    width: 268px;
    overflow: hidden;
    margin-right: 20px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.i_pro_others .pro-list-others li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.i_pro_others .pro-list-others li:hover span {
    background: #c8171e;
}
.i_pro_others .pro-list-others li p {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 190px;
    position: relative;
}
.i_pro_others .pro-list-others li p img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.i_pro_others .pro-list-others li span {
    display: block;
    height: 40px;
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    background: #666;
    color: #fff;
    text-align: center;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: 0;
}
.i_pro_order .i_pro_con_left {
    float: left;
    width: 390px;
    overflow: hidden;
}
.i_pro_order .form_i {
    margin-bottom: 10px;
}
.i_pro_order .form_i textarea {
    width: 255px;
    height: 96px;
}
.i_pro_order .form_i select {
    height: 30px;
    line-height: 30px;
}
.i_pro_order .form_i span {
    display: inline-block;
    width: 75px;
    font-size: 14px;
    text-align-last: justify;
    color: #666;
}
.i_pro_order .form_i input {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 255px;
}
.i_pro_order button {
    display: block;
    width: 250px;
    line-height: 35px;
    background: #11509b;
    color: #fff;
    text-align: center;
    border: 0;
    font-family: 'Microsoft YaHei', SimHei, sans-serif;
    margin-left: 78px;
}
.i_pro_con_right {
    float: right;
    width: 440px;
    margin-right: 4px;
}
.i_pro_con_right #allmap {
    width: 100%;
    height: 194px;
    float: none;
}
.i_pro_con_right h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}
.i_pro_con_right ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #666;
}
#sub_bar_nav {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 90;
    width: 120px;
    background: #1a4098;
}
#sub_bar_nav ul {
    border: 1px #d1d1d1 solid;
    padding: 2px 0;
    height: auto;
    overflow: hidden;
}
#sub_bar_nav li {
    display: block;
    line-height: 40px;
    color: #FFF;
    height: 40px;
    margin-bottom: 2px;
    font-size: 14px;
}
#sub_bar_nav li:hover {
    background: #dd7212;
}
#sub_bar_nav li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 11px;
    background: url(../images/dot.gif) repeat-x left bottom;
    clear: both;
    color: #FFF;
}
#sub_bar_nav li a.no {
    background: none;
}
#sub_bar_nav a:hover {
    color: #FFF;
    background: none;
}
#sub_bar_nav li:hover a {
    color: #FFF;
    background: none;
}
#sub_bar_nav li a.mainList i {
    display: block;
    float: left;
    background: url(../images/p1.png) no-repeat left center;
    width: 17px;
    height: 17px;
    transition: all 0.4s;
    margin: 10px 7px 0 0;
}
#sub_bar_nav li a.mainList:hover i {
    background: url(../images/p1.png) no-repeat -22px center;
}
#sub_bar_nav li a.biaoge i {
    display: block;
    float: left;
    background: url(../images/p2.png) no-repeat left center;
    width: 17px;
    height: 17px;
    transition: all 0.4s;
    margin: 10px 7px 0 0;
}
#sub_bar_nav li a.biaoge:hover i {
    background: url(../images/p2.png) no-repeat -22px center;
}
#sub_bar_nav li a.working i {
    display: block;
    float: left;
    background: url(../images/p4.png) no-repeat left center;
    width: 17px;
    height: 17px;
    transition: all 0.4s;
    margin: 10px 7px 0 0;
}
#sub_bar_nav li a.working:hover i {
    background: url(../images/p4.png) no-repeat -20px center;
}
#sub_bar_nav li a.data0 i {
    display: block;
    float: left;
    background: url(../images/p5.png) no-repeat left center;
    width: 17px;
    height: 17px;
    transition: all 0.4s;
    margin: 10px 7px 0 0;
}
#sub_bar_nav li a.data0:hover i {
    background: url(../images/p5.png) no-repeat -16px center;
}
/*location*/
.location {
    overflow: hidden;
    line-height: 60px;
    font-size: 14px;
    background: #eee;
    margin-bottom: 40px;
    color: #666;
}
.location i {
    padding-right: 5px;
    font-size: 25px;
}
.location a {
    color: #666;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.location a:hover {
    color: #1a4098;
}
.location b {
    float: left;
    font-size: 20px;
    font-weight: 300;
}
.location span {
    float: right;
}
/*è”ç³»æˆ‘ä»¬*/
.info_title_all {
    text-align: center;
    padding: 0 0 45px;
}
.info_title_all h3 {
    display: block;
    font-size: 36px;
    color: #434242;
    margin-bottom: 15px;
}
.info_title_all small {
    font-size: 20px;
    color: #848484;
    font-family: pictos;
}
.info_title_all b {
    font-size: 20px;
    color: #1a4098;
    display: block;
    margin-top: 20px;
}
.info_contact {
    overflow: hidden;
}
.h-contact-list {
    background-color: #fff;
    width: 48%;
    float: left;
    overflow: hidden;
}
.h-contact-list ul {
    margin: 0 20px;
    width: 92%;
}
.h-contact-li {
    position: relative;
    padding: 23px 10px 22px 50px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 18px;
}
.h-contact-li:last-child {
    border: none;
}
.h-contact-li .ico {
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-size: 100% 100%;
}
.h-contact-li .addr {
    background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
    background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
    background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
    background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
    color: #343434;
}
#allmap {
    width: 51%;
    height: 350px;
    float: right;
    border: 1px solid #ccc;
}
/*åœ¨çº¿ç•™è¨€*/
.info_mes {
    overflow: hidden;
}
.info_mes .info_mes_l {
    float: left;
    width: 50%;
}
.info_mes .info_mes_l h3 {
    font-size: 20px;
}
.info_mes .info_mes_l span {
    display: block;
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}
.info_mes .info_mes_l form {
    margin-top: 40px;
}
.info_mes .info_mes_l .input-group {
    margin-bottom: 10px;
    clear: both;
    /*overflow: hidden;*/
}
.info_mes .info_mes_l .input-group:after {
    display: block;
    content: '';
    clear: both;
}
.info_mes .info_mes_l .input-group label {
    width: 62px;
    font-size: 15px;
    display: inline-block;
    text-align-last: justify;
    color: #606060;
    font-weight: bold;
}
.info_mes .info_mes_l .input-group input[type=text] {
    border: 1px solid #aaa;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    width: 276px;
    text-indent: 1em;
    font-family: "microsoft yahei", "sans-serif";
    /* background: #f0f2ef; */
    transition: 300ms;
    -webkit-transition: 300ms;
    outline: none;
}
.info_mes .info_mes_l .input-group input[type=text]:focus {
    width: 300px;
    box-shadow: 0 0 5px #1a4098;
    border: 1px solid #1a4098;
}
.info_mes .info_mes_l .input-group textarea:focus {
    width: 440px;
    box-shadow: 0 0 5px #1a4098;
    border: 1px solid #1a4098;
}
.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
    width: 90px;
    box-shadow: 0 0 5px #1a4098;
    border: 1px solid #1a4098;
}
.info_mes .info_mes_l .input-group textarea {
    transition: 300ms;
    -webkit-transition: 300ms;
    width: 420px;
    border: 1px solid #aaa;
    border-radius: 2px;
    text-indent: 1em;
    padding-top: 5px;
    font-family: "microsoft yahei", "sans-serif";
    outline: none;
    margin-left: 4px;
}
.info_mes .info_mes_l #submit {
    display: block;
    clear: both;
    width: 80px;
    line-height: 30px;
    background: #1a4098;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: "microsoft yahei";
    margin-left: 64px;
}
.info_mes .info_mes_l #submit:hover {
    background: #BB0000;
}
.info_mes .info_mes_r {
    float: right;
    width: 50%;
}
.info_mes .info_mes_r img {
    max-width: 100%;
    display: block;
}
/*qa*/
.qa_right ul li {
    border-bottom: 1px solid #ccc;
    padding: 32px 0;
}
.qa_right ul li a {
    display: block;
}
.qa_right ul li:hover span {
    color: #dd7212;
}
.qa_right ul li:first-child {
    padding-top: 0;
}
.qa_right ul li span {
    display: block;
    font-weight: bold;
    color: #3e3e3e;
    min-height: 25px;
    margin-bottom: 19px;
    background: url("../images/q.png") no-repeat left center;
    padding-left: 30px;
}
.qa_right ul li small {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
    background: url("../images/a.png") no-repeat left center;
    padding-left: 30px;
    min-height: 25px;
}
/*å­é¡µé¢news*/
.inews_items {
    border-bottom: 1px #e2e2e2 solid;
    padding-bottom: 40px;
    margin-bottom: 30px;
    overflow: hidden;
}
.inews_items li {
    position: relative;
    width: 385px;
    float: left;
    margin-left: 20px;
}
.inews_items li:first-child {
    margin-left: 0;
}
.inews_items li img {
    display: block;
    width: 100%;
    height: 290px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.inews_items .bd {
    height: 418px;
    overflow: hidden;
    position: relative;
}
.inews_items .bd li {
    float: left;
    width: 385px;
    margin-right: 20px;
}
.inews_items .inews_pd .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 82px;
    background-color: #1a4098;
    color: #fff;
    text-align: center;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.inews_items .inews_pd .date span {
    display: block;
}
.inews_items .inews_pd .date .day {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
}
.inews_items .inews_pd .date .year {
    font-size: 15px;
}
.inews_items ._inews_text ._title {
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    margin: 20px 0 0;
}
.inews_items ._inews_text ._text {
    font-size: 14px;
    color: #747474;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.inews_items .hd {
    margin-top: 50px;
}
.inews_items .hd ul {
    font-size: 0;
    text-align: center;
}
.inews_items .hd li {
    display: inline-block;
    border: 1px #707070 solid;
    width: 9px;
    height: 9px;
    line-height: 99;
    overflow: hidden;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
}
.inews_items .hd li.on {
    border-color: #dd7212;
    background-color: #dd7212;
}
.inews_items .inews_pd a {
    display: block;
    overflow: hidden;
}
.inews_items li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.inews_items li:hover ._title {
    color: #1a4098;
}
.inews_items li:hover .inews_pd .date {
    background: #dd7212;
}
.l {
    float: left;
}
.news_bottom li {
    padding: 25px 0 30px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    *zoom: 1;
    width: 100%;
}
.news_bottom li .data {
    font-family: Arial;
    border: 1px #ccc solid;
    width: 55px;
    margin-right: 2%;
}
.news_bottom li .data span {
    display: block;
    text-align: center;
}
.news_bottom li .data .day {
    font-size: 30px;
    font-weight: bold;
    background-color: #ccc;
    line-height: 45px;
    color: #fff;
}
.news_bottom li .data .month {
    font-size: 0.77em;
    color: #565656;
}
.news_bottom ._img {
    float: left;
    width: 15%;
    margin-right: 2%;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_bottom ._img img {
    height: 100%;
}
.news_bottom ._t {
    font-size: 18px;
    margin-bottom: 5px;
    color: #555;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_bottom ._p a {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}
.news_bottom ._i {
    overflow: hidden;
    *zoom: 1;
    margin-top: 25px;
}
.news_bottom ._i span,
.news_bottom ._i a {
    float: left;
    line-height: 26px;
    padding: 0 10px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_bottom ._i ._more {
    background: #dd7212;
    color: #fff;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_bottom ._i ._date {
    background: #ededed;
    color: #999;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news_bottom li:hover ._t {
    color: #1a4098;
}
.news_bottom li:hover span {
    color: #1a4098;
}
.news_bottom li:hover ._i ._more {
    background-color: #1a4098;
}
.news_bottom li:hover .data {
    border-color: #1a4098;
}
.news_bottom li:hover .data .day {
    background-color: #1a4098;
}
/*news_content*/
.news_info_con {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.news_info_con ._title {
    float: left;
    font-size: 25px;
    font-weight: 400;
}
.news_info_con .news_time {
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}
.news_info_con .news_time span {
    padding-left: 20px;
    margin-left: 20px;
}
.news_info_con .news_time span:nth-of-type(1) {
    background: url("../images/time.png") no-repeat left center;
}
.news_info_con .news_time span:nth-of-type(2) {
    background: url("../images/click.png") no-repeat left center;
}
/*åœ¨çº¿å®¢æœ*/
.suspension {
    position: fixed;
    z-index: 101;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}
.suspension-box {
    position: relative;
    float: right;
}
.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #1a4098;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}
.suspension .a.active,
.suspension .a:hover {
    background: #F05352;
}
.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}
.suspension .a-qrcode .i {
    background-position: -44px 0;
}
.suspension .a-cart .i {
    background-position: -88px 0;
}
.suspension .a-top .i {
    background-position: -132px 0;
}
.suspension .a-top {
    background: #D2D3D6;
    display: none;
}
.suspension .a-top:hover {
    background: #c0c1c3;
}
.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}
.suspension .d-service {
    top: 0;
}
.suspension .d-service-phone {
    top: 34px;
}
.suspension .d-qrcode {
    top: 78px;
}
.suspension .d .inner-box {
    padding: 8px 22px 12px;
}
.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}
.suspension .d-service .d-service-item {
    border-bottom: none;
}
.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}
.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}
.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon02.png) no-repeat center center;
    display: block;
}
.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}
.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
    padding-top: 10px;
}
.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}
.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}
.suspension .d-qrcode {
    text-align: center;
}
.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}
.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}
/*äº§å“åˆ†ç±»*/
.info_pro_list {
    padding: 25px;
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
}
.info_pro_list .pro-list {
    width: 1250px;
}
.info_pro_list .pro-list li {
    width: 270px;
}
.info_pro_type {
    overflow: hidden;
    background: #fff;
    padding: 25px;
}
.info_pro_type li {
    width: 16.666%;
    float: left;
    background: #fff;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    font-size: 14px;
}
.info_pro_type li a {
    display: block;
    color: #777;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.info_pro_type li a:hover {
    color: #fff;
    background: #1a4098;
}
.p_t {
    font-size: 25px;
    text-align: center;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

/*#Online_qq*/
#online_qq{position:fixed;right: 0;top: 150px;z-index: 10000;width: 225px;}
#online_qq h1{width: 50px;height: 45px;background-image:url("../images/online_arrow.jpg");background-position-y:center;background-position-x:-50px;text-indent: -999em;position: absolute;right: 137px;top: 0;cursor: pointer;}
#online_qq .online_content{position: absolute;right: 0;width: 137px;background:#fff url("../images/online_botbg.jpg") no-repeat center bottom;padding-bottom: 30px;}
#online_qq .online_content h2{width: 100%;height: 45px;line-height: 45px;background: #037feb;color: #fff;font-size: 18px;text-indent: 22px;position: relative; }
#online_qq .on_content{padding: 0 12px;}
#online_qq .on_content ul li a{display: block;line-height: 55px;font-size: 15px;border-bottom: 1px solid #e3e3e3;text-align: right;background:url("../images/i_qq.png") no-repeat left center;}
#online_qq .on_content ul li a:hover{color:#037feb}
#online_qq .on_content h3{font-size: 18px;color: #333;padding: 12px 0 0 0;font-weight: 500;border-bottom: 1px solid #e3e3e3;}
#online_qq .on_content h3 span{display: block;font-size: 17px;color: #037feb;margin: 5px 0;}
#online_qq .on_content p{text-align: center;margin-top: 12px}
#online_qq .on_content p img{display: block;width: 116px;/* height: 150px; */}
