/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}
.head{

}
.wrap{
    width: 84%;
    max-width: 1610px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
/*    width: 30%;*/
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    margin:0 35px 0 78px;
    height: 100%;
    line-height: 80px;
    cursor: pointer;
}
.h_lang_a{
    position: absolute;
    top:80px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}
.h_lang_a a:hover,.nav li .b_nav a:hover{
    background:#153d8c;
    color: #fff;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 68px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
    line-height: 80px;
}
.nav li:hover a.a1{
    color: #153d8c;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    width: 200px;
    box-shadow: 0 0 10px #eee;
    margin-left: -100px;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
}

#index_banner{

}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.banner_text .txt{
    margin-bottom:82px;
    width: 55%;
}
.banner_text .txt .p1{
    font-size:42px;
    text-shadow: 1px 2px 4px #fff;
    color: #153d8c;
    font-family: "puhui85";
    line-height: 1.2;
}
.banner_text .txt .p2{
    font-size: 36px;
    text-shadow: 1px 2px 4px #fff;
    color: #1a1a1a;
    /* letter-spacing: 14px; */
    line-height: 1.2;
    margin-top: 10px;
}
a.more1{
    display: flex;
    justify-content: center;
    width: 200px;
    line-height: 56px;
    border:2px solid #153d8c;
    color: #153d8c;
    font-size: 16px;
    text-align: center;
    border-radius: 35px;
    transition: all 0.5s ease-out;
}
a.more1 i{
    width: 8px;
    background: url(../images/more1.png) no-repeat center;
    margin-left: 30px;
}
a.more1:hover,#c-banner1 .sw3 a:hover,#c-banner1 .sw4 a:hover{
    color: #fff;
    background: #153d8c;
    border:2px solid #153d8c;
}
a.more1:hover i,#c-banner1 .sw3 a:hover i,#c-banner1 .sw4 a:hover i{
    background: url(../images/more1_h.png) no-repeat center ;
}
#index_banner .btn{
    position: absolute;
    bottom:70px;
    left:0;
    width: 100%;
    z-index:9;
/*    padding-top: 40px;*/
    box-sizing: content-box!important;
    box-sizing: initial!important
}
#index_banner .btn .wrap{
    position: relative;
}
#index_banner .btn .index_newsarrow{
    transition: all .6s;
    float: left;
    margin-right: 24px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}
#index_banner .btn .index_newsarrow .iconfont{
    height: 54px;
    font-size: 12px;
    color: #153d8c;
    display: block;
    text-align: center;
    line-height: 54px;
    border: 1px solid hsla(240,50%,50%,.3);
    border-radius: 50%;
    transition: all .4s
}
#index_banner .btn .index_newsarrow:hover {
    transform: scale(1.1)
}
#index_banner .btn .index_newsarrow .iconleft2{
    background: url(../images/left1.png) no-repeat 50%
}
#index_banner .btn .index_newsarrow .iconright2{
    background: url(../images/right1.png) no-repeat 50%
}
#index_banner .btn {
    box-sizing: content-box!important;
    box-sizing: initial!important
}
.circleProgress_wrapper{
    width: 58px;
    height: 58px;
    position: absolute;
    top: -2px;
    left: -1px;
    display: none
}
.circle{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}
.circle.circle_right{
    right: 0px;
}
.circle.circle_left{
    left: 0px;
}
.circleProgress{
    width: 54px;
    height: 54px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0
}
.rightcircle{
    border-top: 2px solid #153d8c;
    border-right: 2px solid #153d8c;
    right: 0;
    -webkit-animation: circleProgressLoad_right 6s linear;
    animation: circleProgressLoad_right 6s linear;
    transform: rotate(45deg)
}
.leftcircle,.rightcircle {
    transform: rotate(45deg);
    box-sizing: content-box!important;
    box-sizing: initial!important
}
.leftcircle{
    border-bottom: 2px solid #153d8c;
    border-left: 2px solid #153d8c;
    left: 0;
    -webkit-animation: circleProgressLoad_left 6s linear;
    animation: circleProgressLoad_left 6s linear;
    transform: rotate(45deg)
}
@-webkit-keyframes circleProgressLoad_right {
    0% {
        transform: rotate(-135deg)
    }
    50% {
        transform: rotate(45deg)
    }
    to {
        transform: rotate(45deg)
    }
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(-135deg)
    }
    50% {
        transform: rotate(45deg)
    }
    to {
        transform: rotate(45deg)
    }
}
@-webkit-keyframes circleProgressLoad_left {
    0% {
        transform: rotate(-135deg)
    }
    50% {
        transform: rotate(-135deg)
    }
    to {
        transform: rotate(45deg)
    }
}
@keyframes circleProgressLoad_left {
    0% {
        transform: rotate(-135deg)
    }
    50% {
        transform: rotate(-135deg)
    }
    to {
        transform: rotate(45deg)
    }
}
#index_banner .swiper-pagination{
    width: 100px;
    left: calc(100% - 100px);
    font-size:20px;
    color: #153d8c;
    line-height: 54px;
    bottom:0;
}
#index_banner .btn .wrap{
    display: flex;
    align-items:center;
}
#index_banner .swiper-pagination .dangqian{
    font-size:40px;
    color: #153d8c;
    font-family: "puhui85";
    line-height: 1;
}
#index_banner .swiper-pagination .zongshu{
    font-size:20px;
    color: #153d8c;
    line-height: 1;
}
@media(max-width: 1760px){
    .nav li{
        margin-right:55px;
    }
    .banner_text .txt{
        margin-bottom: 35px;
    }
    .banner_text .txt .p1{
        font-size:36px;
    }
    .banner_text .txt .p2{
        font-size:30px;
        letter-spacing: 2px;
    }
    #index_banner .btn .index_newsarrow{
        width: 46px;
        height: 46px;
    }
    #index_banner .btn .index_newsarrow .iconfont{
        height: 42px;
        line-height: 42px;
    }
    .circleProgress_wrapper{
        width: 46px;
        height: 46px;
    }
    .circleProgress{
        width: 42px;
        height: 42px;
    }
}
@media(max-width: 1600px){
    .wrap{
        width: 86%;
    }
    .nav li{
        margin-right: 45px;
    }
    .nav li a{
        font-size:18px;
    }
    .h_lang {
        margin: 0 30px 0 50px;
    }
    .banner_text .txt{
        margin-bottom: 30px;
    }
    .banner_text .txt .p1{
        font-size:28px;
    }
    .banner_text .txt .p2{
        font-size:24px;
        letter-spacing: 0px;
    }
    a.more1 {
        width: 160px;
        line-height: 48px;
        font-size: 15px;
    }
    a.more1 i{
        margin-left: 15px;
    }
    #index_banner .btn{
        bottom:30px;
    }
    #index_banner .swiper-pagination .dangqian{
        font-size:32px;
    }
    #index_banner .swiper-pagination,#index_banner .swiper-pagination .zongshu{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .wrap{
        width: 88%;
    }  
    .nav li{
        margin-right: 35px;
    }
    .nav li a{
        font-size:17px;
    }
    .h_lang {
        margin: 0 20px 0 30px;
    }
    .banner_text .txt .p1{
        font-size:24px;
    }
    .banner_text .txt .p2{
        font-size:20px;
    }
    a.more1 {
        width: 135px;
        line-height: 42px;
        font-size: 14px;
    }  
    #index_banner .btn{
        bottom:20px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 90%;
    }
}
@media(max-width: 1099px){
    .nav li{
        margin-right: 30px;
    }
    .nav li a{
        font-size:16px;
    }
}
@media(max-width: 1024px){
    .wrap{
        width: 94%;
    }    
}
@media(max-width: 991px){
    .nav{
        display: none;
    }  
    .menu-button{
        display: block;
    }  
}
@media(max-width: 820px){
    .banner_text .txt .p1{
        font-size:20px;
    }
    .banner_text .txt .p2{
        font-size:17px;
    }
    a.more1 {
        width: 120px;
        line-height: 38px;
        line-height: 35px;
        font-size: 13px;
    }
    a.more1 i{
        margin-left:10px;
    }
}
@media(max-width: 640px){
    .logo{
/*        width: 40%;*/
/*        float: none;*/
    }
    .logo img{
        max-height: 45px;
    }
    .h_lang{
        line-height: 60px;
    }
    .h_lang_a{
        top:60px;
    }
    .menu-button{
        top:25px;
    }
    .banner_text{
        margin-bottom:25px;
    }
    .banner_text .txt{
        width:100%;
        text-align:center;
        /*margin-top:20px;*/
    }
    .banner_text a{
        margin:0 auto;
    }
    #index_banner .swiper-slide{
        padding:30px 0;
    }
    #index_banner .swiper-slide .m_img{
        padding:0 15%;
    }
    #index_banner .btn{
        display:none;
    }
    .banner_text{
        position:relative;
    }
    .banner_text .txt {
        margin-bottom: 20px;
    }
    .banner_text .txt .p1{
        font-size:17px;
    }
    .banner_text .txt .p2{
        font-size:15px;
    }
}

/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
    /*position: relative;*/
}
.ss{
/*    width: 20px;
    height: 90px;
    background:url(../images/ss.png) no-repeat center;*/
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #153d8c;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #153d8c;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #153d8c153d8c;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .h_search{
        top:80px;
    }    
}
@media(max-width:1280px){
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:10px;
    }

    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    .h_search{
        top:60px;
    }
}

.index_product{
    padding:150px 0 55px;
}
.index_product_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_sort{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 120px);
}
.index_sort li{
    margin-right: 30px;
    cursor: pointer;
}
.index_sort li label{
    display: inline-block;
    position: relative;
    font-size:18px;
    color: #1a1a1a;
    font-family: "puhui65";
    cursor: pointer;
}
.index_sort li.on label{
    padding-left: 50px;
    color: #153d8c;
}
.index_sort li label:before{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width: 0px;
    height: 8px;
    background:#153d8c;
    border-radius: 4px;
    margin-top:-4px;
}
.index_sort li.on label:before{
    width: 40px;
}
.index_btn{
    display: flex;
    flex-wrap: wrap;
}
.index_btn_l,.index_btn_r{
    width: 53px;
    height: 53px;
    border:2px solid #2e2e2e;
    border-radius: 50%;
    cursor: pointer;
}
.index_btn_l{
    background:url(../images/left2.png) no-repeat center;
    background-size: 8px;
    margin-right: 20px;
}
.index_btn_l:hover{
    background:url(../images/more1_h.png) no-repeat center #153d8c;
    background-size: 8px;
    transform:rotate(-180deg); 
    border:2px solid #153d8c;    
}
.index_btn_r{
    background:url(../images/left2.png) no-repeat center;
    background-size: 8px;
    transform:rotate(-180deg);
}
.index_btn_r:hover{
    background:url(../images/more1_h.png) no-repeat center #153d8c;
    background-size: 8px;
    transform:rotate(0deg); 
    border:2px solid #153d8c;   
}



.in_03_c{width:100%;overflow:hidden;margin-top:60px;position:relative;}
.in_03c_bg{
    width:75%;
    overflow:hidden;
    position:absolute;
    left:15.5%;
    top:1%;
    height:100%;
}
.in_03c_bg svg{width:100%;overflow:hidden;position:absolute;left:0px;top:0;opacity:0;transition:.3s linear;
    -webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;}
.in_03c_bg svg+svg{top:10px;}
.in_03c_bg.on svg{opacity:1;}

.in_03c_slide{width:100%;overflow:hidden;}
.in_03c_slide .swiper-slide{width:100%;overflow:hidden;background-color:#fff;position:relative; }
.in_03c_slide .swiper-slide .in_03c_t{width:100%;overflow:hidden;position:relative;}
.in_03c_slide .swiper-slide .in_03c_t .fr{width:47%;overflow:hidden;position:relative;z-index:991;opacity:0;}
.in_03c_slide .swiper-slide .in_03c_t .fr img{display:block;width:100%;}
.in_03c_slide .swiper-slide .in_03c_t .fl{
    width:83%;
    height:79%;
    overflow:hidden;
    position:absolute;
    left:0%;
    bottom:6%;
    opacity:0;background-color:#153d8c;
    border-radius:180px 0px 0px 0px;
    z-index:990;
    display:flex;
    display:-webkit-flex;
    align-items:flex-end;
    justify-content:flex-start; 
}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt{margin:7% 0% 0 150px;overflow:hidden;}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt p{width:100%;overflow:hidden;}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt h3{
    font-size:42px;
    color:#fff;
    line-height:1.3;
    font-weight:"puhui85";
}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt{
    font-size:20px;
    color:#fff;
    line-height:1.3em;
    height: 5.2em;
    margin-top:24px;
}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p{
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p:before{
    content:'';
    position: absolute;
    top:11px;
    left:0;
    width: 10px;
    height: 10px;
    background:#d4331a;
    border-radius: 50%;
}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt p.p2 a{
    margin-top:15px;
    width:180px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    border:2px solid #fff;
    color: #fff;   
    padding:10px 25px 10px 25px; 
    line-height: 1;
    border-radius: 28px;
}
.in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt p.p2 i{
    width: 8px;
    height: 14px;
    background:url(../images/more1_h.png) no-repeat center;
    color:#fff;
    font-size:16px;
}
.in_03c_slide .swiper-slide .in_03c_t .fl{
    transform: translateY(20px);  
    transition: all 0.7s ease-out;
}
.in_03c_slide .swiper-slide .in_03c_t .fr{
    transform: translateX(20px);    
    transition: all 0.7s ease-out;
}
.in_03c_slide .swiper-slide-active .in_03c_t .fl,.in_03c_slide .swiper-slide-active .in_03c_t .fr{
    opacity: 1!important;
    display: block;
    transform: translateY(0px);    
}
.in_03c_slide .swiper-slide-active .in_03c_t .fr{
    transform: translateX(0px);     
}
@media(max-width: 1760px){
    .index_sort li{
        margin-right: 45px;
    }
    .index_sort li label{
        font-size:16px;
    }
    .index_sort li label:before{
        height: 6px;
        border-radius: 3px;
        margin-top:-3px;
    }
    .index_sort li.on label{
        padding-left: 40px;
    }
    .index_sort li.on label:before{
        width: 32px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt h3{
        font-size:32px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt{
        font-size:17px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p:before{
        top:10px;
    }
}
@media(max-width: 1600px){
    .index_product{
        padding:95px 0 55px;
    }
    .index_sort li{
        margin-right: 20px;
    }
    .index_sort li label{
        font-size:16px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl{
        border-radius: 120px 0px 0px 0px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt{
        margin:5% 0% 0 150px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt h3{
        font-size:28px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt{
        font-size:16px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p{
        padding-left: 18px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p:before{
        width:8px;
        height: 8px;
        top:9px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt p.p2 a{
        width: 140px;
        height: 46px; 
        padding:10px 18px;       
    }
    .index_btn_l{
        margin-right:10px;
    }
    .index_btn_l, .index_btn_r{
        width: 45px;
        height: 45px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0 55px;
    }
    .index_sort li{
        margin-right: 25px;
    }
    .index_sort li label{
        font-size: 15px;
    }
    .index_sort li.on label{
        padding-left: 40px;
    }
    .index_sort li.on label:before{
        width: 32px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt {
        margin: 5% 0% 0 120px;
    }
}
@media(max-width: 1199px){
    .index_sort li{
        margin-right: 15px;
    }
    .index_btn_l, .index_btn_r{
        width:45px;
        height:45px;
    }
    .index_btn_l{
        margin-right:12px;
    }
}
@media(max-width: 991px){
    .index_sort li label{
        font-size: 14px;
    }
    .index_sort li.on label{
        padding-left: 32px;
    }
    .index_sort li label:before {
        height: 6px;
        border-radius: 3px;
        margin-top: -3px;
    }
    .index_sort li.on label:before{
        width: 24px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl{
        border-radius: 80px 0px 0px 0px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt {
        margin: 5% 0% 0 80px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt h3{
        font-size:24px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt{
        font-size:14px;
        margin-top: 12px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p{
        padding-left:12px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt p:before {
        width: 5px;
        height: 5px;
        top: 9px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt p.p2 a {
        width: 120px;
        height: 40px;
        padding: 10px 15px;
        font-size:13px;
        margin-top:12px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0 ;
    }
    .index_sort li{
        margin-right: 18px;
    }
    .index_btn_l, .index_btn_r{
        width:40px;
        height:40px;
    }
    .index_btn_l{
        margin-right:10px;
    }
    .in_03_c{
        margin-top:40px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl{
        border-radius: 30px 0px 0px 0px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt {
        margin: 4% 0% 0 30px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt h3{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0 ;
    } 
    .in_03_t ul li{
        display:none;
    }
    .in_03_t ul li.on{
        display:block;
    }
    .index_sort li label{
        font-size:20px;
    }
    .index_btn_l, .index_btn_r{
        width:35px;
        height:35px;
    }
    .index_btn_l{
        background:url(../images/left2.png) no-repeat center;
        background-size: 6px;
    }
    .index_btn_l:hover{
        background:url(../images/more1_h.png) no-repeat center #153d8c;
        background-size: 6px;
    }
    .index_btn_r{
        background:url(../images/left2.png) no-repeat center;
        background-size: 6px;
    }
    .index_btn_r:hover{
        background:url(../images/more1_h.png) no-repeat center #153d8c;
        background-size: 6px;
    }    
    
    .in_03_c{
        margin-top:25px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl{
        border-radius: 20px 0px 0px 0px;
        height:82%;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt {
        margin: 12px 0% 0 20px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt h3{
        font-size:18px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt .txt{
        margin-top:6px;
        height: auto;
        display:none;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fl .in_03cl_txt p.p2 a{
        /*display:none;*/
        width: 80px;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 15px;
    }
    .in_03c_slide .swiper-slide .in_03c_t .fr{
        width:45%;
    }
}


.index_news{
    padding:130px 0 100px;
    background:#edf1f7;
}
.index_news_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    position: relative;
}
.index_t1{

}
.index_t1 h2{
    font-size:26px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1;
    position: relative;
    padding-left: 80px;
}
.index_t1 h2:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 70px;
    height: 10px;
    background:#153d8c;
    border-radius: 5px;
    margin-top:-5px;
}
.index_news_cont{
    position: relative;
    margin-top:50px;
}
#index_news{
    padding:5px;
}
.news_li{

}
.news_li a{
    display: block;
    border-radius: 30px;
/*    box-shadow: 0 0 10px #ccc;*/
}
.news_li .img{
    border-radius: 30px 30px 0 0;
}
.news_li .text{
    background:#fff;
    padding: 25px 28px 60px;
    border-radius:  0 0 30px 30px;
}
.news_li .text .p1{
    font-size:16px;
    color: #4c4c4c;
    font-family: "puhui45";
    line-height: 1;
}
.news_li .text h3{
    font-size:18px;
    color: #1a1a1a;
    font-family: "puhui85";
    line-height: 1.3em;
    height: 2.6em;
    margin-top:20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_li:hover a{
    box-shadow: 0 0 10px #ccc;
}
.news_li:hover .img img{
    transform:scale(1.05);
}
@media(max-width: 1600px){
    .index_news{
        padding:95px 0;
    }
    .index_t1 h2{
        font-size:24px;
        padding-left: 75px;
    }
    .index_t1 h2:before{
        width: 65px;
        height: 8px;
        border-radius: 4px;
        margin-top:-4px;
    }
    .news_li a{
        border-radius: 20px;
    }
    .news_li .img {
        border-radius: 20px 20px 0 0;
    }
    .news_li .text{
        padding: 20px 20px;
        border-radius:  0 0 20px 20px;
    }
    .news_li .text .p1{
        font-size:14px;
    }
    .news_li .text h3{
        font-size:16px;
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:75px 0;
    }
    .index_t1 h2{
        padding-left: 60px;
    }
    .index_t1 h2:before{
        width: 50px;
        height: 7px;
        border-radius: 3.5px;
        margin-top:-3.5px;
    }
    .news_li .text h3{
        font-size:15px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_t1 h2{
        font-size:20px;
    }
}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .index_news_cont{
        margin-top:40px;
    }
    .index_t1 h2{
        font-size:20px;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:40px 0;
    }  
    .index_t1 h2{
        font-size:18px;
        padding-left: 40px;
    }
    .index_t1 h2:before {
        width: 30px;
        height: 5px;
        border-radius: 2.5px;
        margin-top: -2.5px;
    }
    .index_news_cont{
        margin-top:25px;
    }
    .news_li a{
        border-radius: 15px;
    }
    .news_li .img {
        border-radius: 15px 15px 0 0;
    }
    .news_li .text{
        padding: 12px 10px;
        border-radius:  0 0 15px 15px;
    }
    .news_li .text .p1 {
        font-size: 13px;
    }
    .news_li .text h3{
        font-size:15px;
    }
}

.index_about{
    padding:130px 0;
}
.index_content .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_content .img{
    width: 48.4%;
}
.index_content .img:hover img{
    transform:scale(1.05);
}
.index_content .text{
    width: 42%;
}
.index_content .text h3{
    font-size:32px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1.4;
    margin:28px 0 20px;
}
.index_content .text .txt{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    line-height: 1.8;
    margin-bottom: 50px;
}
a.more2{
    display: flex;
    align-items:center;
    justify-content: space-between;
    font-size:16px;
    color: #1a1a1a;
    width: 180px;
    height: 56px;
    padding:0 30px;
    border:2px solid #1a1a1a;
    border-radius: 28px;
    font-family: "puhui55";
}
a.more2 i{
    width: 8px;
    height: 14px;
    background:url(../images/more2.png) no-repeat center;
    background-size: contain;
}
a.more2:hover{
    background:#153d8c;
    color: #fff;
    border:2px solid #153d8c;
}
a.more2:hover i{
    background:url(../images/more1_h.png) no-repeat center;
    background-size: contain;
}
.index_fw{
    padding:140px 0 115px;
    background:#edf1f7;
}
.index_fw .wrap{
    flex-direction: row-reverse;
}
@media(max-width: 1600px){
    .index_about,.index_fw{
        padding:95px 0;
    }
    .index_content .img{
        width: 55%;
    }
    .index_content .text h3{
        font-size:24px;
    }
    .index_content .text .txt {
        font-size: 14px;
        margin-bottom: 35px;
    }
    a.more2{
        width: 140px;
        height: 42px;
        font-size:14px;
        padding:0 15px;
    }
}
@media(max-width: 1280px){
    .index_about,.index_fw{
        padding:75px 0;
    }
    .index_content .text h3{
        font-size:20px;
        margin: 20px 0 10px;
    }
    .index_content .text .txt{
        margin-bottom: 30px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_content .text h3{
        font-size:18px;
    }
}
@media(max-width: 820px){
    .index_about,.index_fw{
        padding:55px 0;
    }
    .index_content .img{
        width:100%;
    }
    .index_content .img img{
        width:100%;
    }
    .index_content .text{
        width:100%;
        margin-top:20px;
    }
    .index_content .text h3{
        font-size:16px;
    }
    a.more2 {
        width: 120px;
        height: 40px;
        font-size: 13px;
        padding: 0 15px;
    }
}
@media(max-width: 640px){
    .index_about,.index_fw{
        padding:40px 0;
    } 
    .index_content .text .txt{
        margin-bottom: 20px;
    }
}

/*页面底部*/
footer{
    background:url(../images/foot.jpg) no-repeat center;
    background-size: cover;
}
.footer{

}
.footer .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.foot{
    width: 64.5%;
    padding:98px 100px 42px 0;
    border-right: 1px solid rgba(255,255,255,.2);
}
.foot_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_top dl dt{
    font-size:24px;
    color: #ffffff;
    line-height: 1;
    font-family: "puhui85";
    margin-bottom: 36px;
}
.foot_l{
    width: 39%;
}
.f_contact{
    font-size:16px;
    color: rgba(255,255,255,.4);    
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 55%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl dt{

}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:16px;
    color: rgba(255,255,255,.4);
}
.f_nav dl dd a:hover{
    color: #fff;
}
.f_share{
    display: flex;
    margin-top:32px;
}
.f_share li{
    position: relative;
    margin-right: 32px;
    cursor: pointer;
}
.f_share li:last-child{
    margin-right: 0;
}
.f_share li .f_img{
    position: absolute;
    width: 100px;
    height: 100px;
    background:#fff;
    left:50%;
    margin-left: -50px;
    top:36px;
    display: none;
}
.f_share li:hover .f_img{
    display: block;
}
.copyright {
    color: rgba(255,255,255,.6);
    font-family: "puhui45";
    margin-top:200px;
    text-align: left;
}
.copyright a{
    color: rgba(255,255,255,.6);
    font-family: "puhui45";
}
.copyright a:hover{
    color: #fff;
}
.copyright span{
    margin:0 10px;
}
.f_message{
    width: 35.5%;
    padding-left: 170px;
    padding-top:98px;
    padding-bottom: 30px;
}
.message1{

}
.message1 h2{
    font-size:30px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 44px;
}
.message1 h2 span{
    display: block;
    font-size:24px;
    font-family: "puhui85";
    line-height: 1.3;
}
.message1 ul{
    
}
.message1 ul li{
    margin-bottom: 15px;
}
.message1 ul li input{
    border:none;
    outline: none;
    width: 100%;
    border-radius: 10px;
    background:#fff;
    line-height: 50px;
    height: 50px;
    padding:0 20px;
    font-size:16px;
    color: #666666;
}
.message1 ul li textarea{
    border:none;
    outline: none;
    width: 100%;
    border-radius: 10px;
    background:#fff;
    line-height: 50px;
    height: 120px;  
    padding:0 20px; 
    font-size:16px;
    color: #666666;
}
.mess_btn1 input{
    border:none;
    outline: none;
    cursor: pointer;
    font-size:20px;
    font-family: "puhui75";
    color: #fff;
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
    background:#d53920;
    border-radius: 10px;
}
@media(max-width: 1760px){
    .foot{
        padding:55px 100px 20px 0;
    }
    .f_message {
        padding-left: 100px;
        padding-top: 55px;
        padding-bottom: 20px;
    }
}
@media(max-width: 1600px){
    .foot{
        padding:55px 55px 20px 0;
    }
    .f_contact{
        font-size:14px;
    }
    .foot_top dl dt{
        font-size:20px;
        margin-bottom: 20px;
    }
    .f_nav dl dd a{
        font-size:14px;
    }
    .copyright{
        margin-top:60px;
    }
    .f_message {
        padding-left: 70px;
    }
    .message1 h2{
        font-size:24px;
        margin-bottom: 30px;
    }
    .message1 h2 span{
        font-size:18px;
    }
    .message1 ul li{
        margin-bottom: 10px;
    }
    .message1 ul li input{
        line-height: 45px;
        height: 45px;
        padding: 0 15px;
        font-size: 15px;        
    }
    .message1 ul li textarea{
        height: 90px;
        padding: 0 15px;
    }
    .mess_btn1 input {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }
}
@media(max-width: 1280px){
    .foot{
        padding:40px 50px 20px 0;
    }
    .foot_top dl dt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .f_nav dl:nth-child(3){
        display: none;
    }
    .f_message {
        padding-left: 50px;
        padding-top: 40px;
    }
    .message1 h2{
        font-size:20px;
    }
    .message1 h2 span {
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .f_share li .f_img{
        left:0;
        margin-left:-10px;
    }
}
@media(max-width: 991px){
    .foot{
        padding:30px 30px 15px 0;
    }
    .foot_top dl dt {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .f_message {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom:15px;
    }
    .message1 h2{
        font-size:18px;
        margin-bottom:15px;
    }
    .message1 h2 span {
        font-size: 15px;
    }
}
@media(max-width: 820px){
    .foot{
        padding:30px 25px 15px 0;
    }
    .foot_l{
        width:60%;
    }
    .f_nav{
        width:38%;
    }
    .f_nav dl:nth-child(2){
        display:none;
    }
    .copyright {
        margin-top: 30px;
    }
    .f_message {
        padding-left: 25px;
    }
    .message1 h2 span{
        font-size:14px;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    } 
    .f_message{
        padding:30px 0 ;
        width:100%;        
    }
    .message1 h2 span{
        font-size:13px;
    }
    .foot{
        padding:30px 0;
        width:100%;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    /*.foot_l{*/
    /*    width:48%;*/
    /*}*/
    .f_contact{
        font-size:14px;
    }
    .f_share{
        display:none;
    }
    /*.f_nav{*/
    /*    width:48%;*/
    /*}*/
    .copyright {
        margin-top: 20px;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    text-align: center;
}

.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:66px;
    color: #1a1a1a;
    font-family: "puhui85";
    padding-top:80px;
    text-shadow: 1px 2px 4px #fff;
}

.sitemp {
    margin:50px 0 30px;
}
.sitemp .site {
    background: url(../images/nav.png) no-repeat 0% 100%;
    padding-left: 15px;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
        padding-top: 50px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:42px;
        padding-top: 30px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:36px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:32px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:24px;
    }    
}

/*产品中心*/
.p_sort{
    background:#f0f0f0;
    position: sticky;
    left:0;
    top:80px;
    z-index: 9999;
}
.p_sort ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
.p_sort ul li{
    margin-right: 84px;
}
.p_sort ul li:last-child{
    margin-right: 0;
}
.p_sort ul li a{
    font-size:20px;
    color: #1a1a1a;
    font-family: "puhui65";
    height: 100px;
    line-height: 100px;
    position: relative;
    display: block;
}
.p_sort ul li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 3px;
    background: #153d8c;
    opacity: 0;
}
.p_sort ul li:hover a,.p_sort ul li.cur a{
    color: #153d8c;
}
.p_sort ul li:hover a:after,.p_sort ul li.cur a:after{
    opacity: 1;
}
.n_product{
    padding:90px 0 75px;
}
.n_product dl{
    margin-bottom: 65px;
    position: relative;
}
.n_product dl:last-child{
    margin-bottom: 0;
}
.n_product dl .dingwei{
    top:-180px;
}
.n_product dl dt{
    border-bottom: 1px solid #ccced7;
    padding-bottom: 23px;
    margin-bottom: 58px;
}
.n_product dl dt span{
    display: inline-block;
    position: relative;
    font-size:40px;
    color: #222222;
    line-height: 1;
    font-family: "puhui85";
}
.n_product dl dt span:after{
    content:'';
    position: absolute;
    right:-76px;
    top:50%;
    margin-top:-6px;
    width: 50px;
    height: 12px;
    background:#153d8c;
    border-radius: 6px;
}
.n_product dl dd{

}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    margin-bottom: 55px;
    width: 32%;
    margin-right: 2%;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    text-align: center;
}
.product_list li .img{
    border-radius: 20px;
    background:#f5f5f5;
    line-height: 490px;
    padding:30px;
}
.product_list li h3{
    line-height: 1;
    font-size:30px;
    color: #222222;
    font-family: "puhui65";
    margin-top:35px;
}
.product_list li:hover .img{
    background:#fff;
    box-shadow: 0 0 10px #ccc;
}
.product_list li:hover h3{
    color: #153d8c;
}
.h80{
    display: none;
    width: 100%;
    height: 80px;
}
.product_detail{
    position: relative;
}
.product_detail:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width: 42%;
    height: 100%;
    background:#f5f5f5;
    z-index: -1;
}
.product_detail .wrap{
    display: flex;
    flex-wrap: wrap;
}
.product_detail_l{
    width: 60%;
    padding:60px 0;
}
.p_content{
    position: sticky;
    top: 140px;
    left:0;
}
.site2,.site2 a{
    font-size:20px;
    color: #1a1a1a;
}
.site2 span{
    margin:0 5px;
}
.product_detail_l .img{
    text-align: center;
    margin-top:85px;
}

.product_detail .text{
    padding:85px 0 200px 70px;
    width: 40%;
}
.pd1{
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.pd1 h1{
    font-size:42px;
    color: #1a1a1a;
    font-family: "puhui85";
    line-height: 1;
}
.product_detail .text h2{
    font-size:24px;
    color: #1a1a1a; 
    font-family: "puhui85";
    line-height: 1.4;
    margin-bottom: 20px;  
}
.product_detail .text .text2{

}
.product_detail .text .text2 ul{

}
.product_detail .text .text2 ul li{
    margin-bottom: 25px;
}
.product_detail .text .text2 ul li:last-child,.product_detail .text .text2 ul li .txt p:last-child{
    margin-bottom: 0;
}
.product_detail .text .text2 ul li .p1{
    font-size:16px;
    color: #153d8c;
    font-family: "puhui65";
    line-height: 1.4;
    padding-bottom: 6px;
    border-bottom: 2px solid #b3b3b3;
    margin-bottom: 15px;
}
.product_detail .text .text2 ul li .txt{
    padding-left: 16px;
}
.product_detail .text .text2 ul li .txt p{
    padding-left: 12px;
    position: relative;
    font-size:14px;
    color: #4c4c4c;
    font-family: "puhui45";
    line-height: 1.6;
    margin-bottom: 7px;
}
.product_detail .text .text2 ul li .txt p:before{
    content:'';
    position: absolute;
    top:7px;
    left:0;
    width: 5px;
    height: 5px;
    background:#153d8c;
    border-radius: 50%;
}
@media(max-width: 1600px){
    .p_sort ul li{
        margin-right:50px;
    }
    .p_sort ul li a{
        height:60px;
        line-height:60px;
        font-size:17px;
    }
    .n_product dl{
        margin-bottom:40px;
    }
    .n_product dl dt {
        padding-bottom: 20px;
        margin-bottom: 45px;
    }
    .n_product dl dt span{
        font-size:32px;
    }
    .n_product dl dt span:after{
        right: -60px;
        margin-top: -3px;
        width: 45px;
        height: 6px;
        border-radius: 3px;
    }
    .product_list li{
        margin-bottom: 40px;
    }
    .product_list li .img {
        line-height: 360px;
        padding: 20px;
    }
    .product_list li h3 {
        font-size: 20px;
        margin-top: 25px;
    }
    .site2,.site2 a{
        font-size:15px;
    }
    .product_detail .text {
        padding: 85px 0 150px 55px;
    }
    .pd1 h1 {
        font-size: 32px;
    }
    .product_detail .text h2 {
        font-size: 20px;
    }
    .product_detail .text .text2 ul li .p1{
        font-size:16px;
    }
    .product_detail .text .text2 ul li .txt p{
        font-size:14px;
    }
    .product_detail .text .text2 ul li .txt p:before {
        top: 8px;
        width: 5px;
        height: 5px;
    }
    .product_detail_l .img{
        margin-top:60px;
        padding:0 5%;
    }
}
@media(max-width: 1280px){
    .p_sort ul li{
        margin-right:35px;
    }
    .p_sort ul li a{
        height:50px;
        line-height:50px;
        font-size:15px;
    }
    .n_product{
        padding:75px 0;
    }
    .n_product dl{
        margin-bottom:30px;
    }
    .n_product dl dt {
        padding-bottom: 15px;
        margin-bottom: 35px;
    }
    .n_product dl dt span{
        font-size:28px;
    }
    .product_list li .img {
        line-height: 300px;
    }
    .product_list li h3 {
        font-size: 18px;
        margin-top: 20px;
    }
   .product_detail .text {
        padding: 70px 0 100px 40px;
    }
    .pd1 h1 {
        font-size: 28px;
    }
    .product_detail .text h2 {
        font-size: 18px;
    }
    .product_detail .text .text2 ul li .p1{
        font-size:15px;
    }
    .product_detail .text .text2 ul li .txt p{
        font-size:13px;
    }
    .product_detail .text .text2 ul li .txt p:before{
        top:8px;
    }
    .product_detail_l .img{
        margin-top:50px;
        padding:0 10%;
    }

}
@media(max-width: 1199px){
    .h80{
        display:block;
    }
    .product_list li .img {
        line-height: 260px;
    }
}
@media(max-width: 991px){
    .product_list li{
        margin-bottom: 30px;
    }
    .product_detail:after{
        width:50%;
    }
    .product_detail_l{
        width:50%;
    }
    .product_detail .text{
        width:50%;
        padding: 55px 0 75px 35px;
    }
    .pd1 h1{
        font-size: 24px;
    }
}
@media(max-width: 820px){
    .p_sort ul li{
        margin-right:25px;
    }
    .p_sort ul li a{
        height:45px;
        line-height:45px;
        font-size:14px;
    }
    .n_product{
        padding:55px 0;
    }
    .n_product dl{
        margin-bottom:25px;
    }
    .n_product dl dt {
        padding-bottom: 12px;
        margin-bottom: 30px;
    }
    .n_product dl dt span{
        font-size:26px;
    }
    .product_list li .img {
        line-height: 180px;
    }
    .product_list li h3 {
        font-size: 16px;
        margin-top: 15px;
    }
    .pd1{
        margin-bottom:45px;
    }
    .pd1 h1{
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .h80{
        height: 60px;
    }
    .p_sort{
        top:60px;
    }
    .p_sort ul li{
        margin-right:15px;
    }
    .p_sort ul li a{
        height:40px;
        line-height:40px;
        font-size:13px;
    }
    .n_product{
        padding:40px 0;
    }
    .n_product dl{
        margin-bottom:20px;
    }
    .n_product dl dt{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .n_product dl dt span{
        font-size:20px;
    }
    .n_product dl dt span:after {
        right: -45px;
        margin-top: -2.5px;
        width: 32px;
        height: 5px;
        border-radius: 2.5px;
    }
    .product_list li{
        width:48%;
        margin-right:4%;
        margin-bottom:20px;
    }
    .product_list li:nth-child(3n){
        margin-right:4%;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }
    .product_list li .img {
        line-height: 150px;
        padding:15px;
    }
    .product_list li h3 {
        font-size: 14px;
        margin-top: 12px;
    }
    .product_detail:after{
        display:none;
    }
    .product_detail_l{
        padding:40px 0;
        width:100%;
    }
    .product_detail_l .img {
        margin-top: 30px;
        padding: 0 10%;
    }
    .product_detail .text {
        width: 100%;
        padding: 40px 20px;
        background:#f5f5f5;
    }
    .pd1{
        margin-bottom:30px;
    }
    .pd1 h1 {
        font-size: 20px;
    }
    .product_detail .text h2 {
        font-size: 16px;
    }
    .product_detail .text .text2 ul li .p1 {
        font-size: 14px;
    }
    .product_detail .text .text2 ul li .txt{
        padding-left:12px;
    }
    .product_detail .text .text2 ul li .txt p {
        font-size: 13px;
    }
    .product_detail .text .text2 ul li .txt p:before{
        top:9px;
        width:4px;
        height:4px;
    }
}
@media(max-width: 460px){
    .product_list li .img {
        line-height: 135px;
        padding:10px;
    }  
    /*.pd1 h1 {*/
    /*    font-size: 18px;*/
    /*}*/
}

/*关于熵航*/
.about1{
    position: relative;
    padding:155px 0 0;
}
.about1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1 .wrap .index_t1{
    width: 320px;
    margin-top:15px;
}
.about1 .wrap .text{
    width: calc(100% - 430px);
}
.about1 .wrap .text h3{
    font-size:42px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1;
}
.about1 .wrap .text .txt{
    font-size:18px;
    color: #1a1a1a;
    margin-top:45px;
    line-height: 1.8;
}
.about1 .wrap .text .txt p strong{
    font-size:24px;
    color: #153d8c;
    font-family: "puhui75";
    margin-bottom: 15px;
    display: block;
    line-height: 1.6;
}
.about2{
    position: relative;
    padding:135px 0 0;
}
.about_li{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccced7;
    margin-bottom: 45px;
}
.about_li p{
    margin-right: 100px;
    font-size:30px;
    color: #1a1a1a;
    font-family: "puhui75";
    padding-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.about_li p:last-child{
    margin-right: 0;
}
.about_li p:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-4px;
    width: 100%;
    height: 7px;
    background:#153d8c;
    display: none;
}
.about_li p.on:after{
    display: block;
}
.about2_content{
    height: 600px;
}
.about2_tab{
    height: 100%;
    display: none;
}
.about2_tab .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 1px 3px #000;
    font-family: "puhui75";
    line-height: 1.6;
    padding:50px 110px; 
    height: 100%;   
}
.about3{
    position: relative;
    padding:130px 0 190px;
}
.about3 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about3 .wrap .index_t1{
    width: 254px;
    margin-top:12px;
}
.about3 .wrap .text{
    width: calc(100% - 430px);
}
.about3 .wrap .text .txt{
    font-size:30px;
    color: #1a1a1a;
    font-family: "puhui75";
    margin-bottom: 110px;
    line-height: 1.6;
    max-width: 830px;
}
.about3_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 830px;
}
.about3_list li{
    max-width: 23.5%;
    text-align: center;
}
.about3_list li p{
    font-size:22px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.6;
    margin-top:15px;
}
@media(max-width: 1600px){
    .about1,.about2{
        padding:95px 0 0;
    }
    .about1 .wrap .text {
        width: calc(100% - 380px);
    }
    .about1 .wrap .text h3{
        font-size:32px;
    }    
    .about1 .wrap .text .txt {
        font-size: 14px;
        margin-top: 30px;
    }
    .about1 .wrap .text .txt p strong{
        font-size:20px;
        margin-bottom: 5px;
    }
    .about_li p {
        margin-right: 70px;
        font-size: 24px;
        padding-bottom: 20px;
    }    
    .about2_content{
        height:450px;
    }
    .about2_tab .txt{
        font-size:26px;
    }
    .about3{
        padding:95px 0;
    }
    .about3 .wrap .text {
        width: calc(100% - 380px);
    }
    .about3 .wrap .text .txt{
        font-size:20px;
        margin-bottom: 70px;
    }
    .about3_list li .img img{
        max-width:120px;
    }
    .about3_list li p{
        font-size:16px;
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .about1,.about2{
        padding:75px 0 0;
    }
    .about1 .wrap .index_t1,.about3 .wrap .index_t1{
        width:280px;
    }
    .about1 .wrap .index_t1{
        margin-top:0;
    }
    .about1 .wrap .text,.about3 .wrap .text{
        width: calc(100% - 320px);
    }
    .about1 .wrap .text h3 {
        font-size: 26px;
    }
    .about1 .wrap .text .txt {
        font-size: 14px;
        margin-top: 20px;
    }
    .about1 .wrap .text .txt p strong{
        font-size:17px;
    }
    .about_li p {
        margin-right: 50px;
        font-size: 20px;
    }
    .about2_content{
        height:350px;
    }
    .about2_tab .txt {
        font-size: 20px;
        padding:50px 70px;
    }
    .about3{
        padding:75px 0;
    }
    .about3 .wrap .text .txt{
        font-size:18px;
    }
    .about3_list li .img img{
        max-width:90px;
    }
    .about3_list li p{
        font-size:15px;
    }
}
@media(max-width: 1199px){
    .about1 .wrap .text h3 {
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .about1 .wrap .text,.about3 .wrap .text{
        width: calc(100% - 260px);
    }
}
@media(max-width: 820px){
    .about1,.about2{
        padding:55px 0 0;
    }
    .about1 .wrap .index_t1, .about3 .wrap .index_t1{
        width:100%;
    }
    .about1 .wrap .text,.about3 .wrap .text{
        width:100%;
        margin-top:25px;
    }
    .about1 .wrap .text h3{
        font-size:18px;
    }
    .about1 .wrap .text .txt {
        font-size: 13px;
    }
    .about1 .wrap .text .txt p strong{
        font-size:15px;
    }
    .about2_content{
        height:300px;
    }
    .about2_tab .txt {
        font-size: 18px;
        padding:35px 50px;
    }
    .about3{
        padding:55px 0;
    }
    .about3 .wrap .text .txt{
        font-size: 16px;
        margin-bottom:50px;
    }
}
@media(max-width: 640px){
    .about1,.about2{
        padding:40px 0 0;
    }

    .about1 .wrap .text h3 {
        font-size: 16px;
    }
    .about1 .wrap .text .txt p strong {
        font-size: 16px;
    }
    .about_li{
        margin-bottom:30px;
    }
    .about_li p {
        margin-right: 35px;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .about_li p:after{
        height:5px;
    }
    .about2_content{
        height:200px;
    }
    .about2_tab .txt {
        font-size: 15px;
        padding:30px 20px;
    }
    .about3{
        padding:40px 0;
    }
    .about3 .wrap .text .txt{
        font-size: 15px;
        margin-bottom:35px;
    }
    .about3_list li .img img{
        max-width:65px;
    }
    .about3_list li p{
        font-size:13px;
    }
}


/*服务支持*/
.fw1{
    position: relative;
    padding:112px 0 68px;
}
.fw1 .text{
    width: 36%;
    float: left;
    padding-top:62px;
}
.fw1 .txt{
    font-size:20px;
    color:#1a1a1a;
    line-height: 1.6;
}
.fw1 .txt p strong{
    font-size:20px;
    display: block;
    margin:30px 0 35px;
    font-family: "puhui75";
}
.fw_map{
    position: relative;
    margin-right: -55px;
    width: 60%;
    float: right;
}
.map_list{

}
.map_list li{
    position: absolute;
}
.map_list li i{
    display: block;
    width: 8px;
    height: 8px;
    background:#d53920;
    border-radius: 50px;
    position: relative;
}
.map_list li i:after{
    content:'';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;    
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    background:rgba(213,57,32);
    animation: big1 1.5s linear infinite;
    opacity: .3;
}
@keyframes big1 {
    from {
        transform: scale(.6, .6); 
        opacity: 0.3;
    } 
    to {
        transform: scale(1.2, 1.2); 
        opacity: 0;
    }
}
.map_list li:nth-child(1){
    top: 13%;
    right: 22%;
}
.map_list li:nth-child(2){
    top: 25%;
    right: 22%;    
}
.map_list li:nth-child(3){
    top: 32%;
    right: 25%;   
}
.map_list li:nth-child(4){
    top: 39%;
    right: 31.5%;  
}
.map_list li:nth-child(5){
    top: 43%;
    right: 33.5%;   
}
.map_list li:nth-child(6){
    top: 48%;
    right: 30%;   
}
.map_list li:nth-child(7){
    top: 61%;
    right: 24%;   
}
.map_list li:nth-child(8){
    top: 59%;
    right: 26.5%;    
}
.map_list li:nth-child(9){
    top: 61%;
    right: 30%;   
}
.map_list li:nth-child(10){
    top: 63%;
    right: 26%;   
}
.map_list li:nth-child(11){
    top: 67%;
    right: 43%;   
}
.map_list li:nth-child(12){
    top: 84%;
    right: 41%;   
}

.fw2{
    position: relative;    
    padding:130px 0 120px;
    background:#edf1f7;
    /*display: none;*/
}
.fw2 .text{
    font-size:30px;
    color:#1a1a1a;
    font-family: "puhui75";
    line-height: 1.4;
    width: 52%;
    margin-top:30px;
    display: none;
}
.fw2 .text p{
    font-family: "puhui75";    
}
.fw2_list{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    margin-top:115px;
}
.fw2_list li{
    width: 30%;
    padding-bottom: 50px;
    padding-left: 40px;
    position: relative;
    float: left;
    margin-right: 5%;
}
.fw2_list li:nth-child(2){
    margin-top:-68px;
}
.fw2_list li:nth-child(3){
    margin-top:-136px;
    margin-right: 0%;
}
.fw2_list li .img img{
    border-radius: 20px;
}
.fw2_list li:hover .img img{
    transform:scale(1.05);
}
.fw2_list li .txt{
    background:#edf1f7;
    padding:20px 40px;
    width: 69%;
    height: 180px;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:all 0.3s ease-out;
}
.fw2_list li .txt .p1{
    font-size:40px;
    color: #1a1a1a;
    font-family: "puhui85";
    line-height: 1;
}
.fw2_list li .txt .p2{
    font-size:24px;
    color: #333333;
    opacity: .4;
    font-family: "puhui85";
    line-height: 1;
    margin-top:22px;
}
.fw2_list li:hover .txt{
    border-radius: 0 30px 0 0;
    background:#153d8c;
}
.fw2_list li:hover .txt .p1,.fw2_list li:hover .txt .p2{
    color: #fff;
}
.fw2_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:55px;
}
.fw2_list2 li{
    width: 31%;
    background:#fff;
    border-radius: 6px;
    overflow: hidden;
}
.fw2_list2 li .txt{
    padding:60px 40px 20px;
    position: relative;
}
.fw2_list2 li .txt font{
    font-size:42px;
    color: #223574;
    opacity: .2;
    line-height: 1;
    position: absolute;
    top:22px;
    right:40px;
}
.fw2_list2 li .txt h3{
    font-size:24px;
    color: #223574;
    font-family: "puhui65";
    line-height: 1.2em;
    height: 2.4em;
    margin-bottom: 12px;
}
.fw2_list2 li .txt p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;  
    font-size:15px;
    line-height: 1.6em;
    height: 8em;  
    font-family: "puhui45";
}
.fw2_list2 li:hover .img img{
    transform: scale(1.1)
}
.fw3{
    position: relative;  
    padding:105px 0 185px;
    background:url(../images/fw3_bg.jpg) no-repeat center;
    background-size: cover;  
}
.fw3 .text{
    margin-top:100px;
}
.fw3 .text p{
    line-height: 50px;
    font-size:30px;
    color: #1a1a1a;
    display: flex;
    margin-bottom: 12px;
}
.fw3 .text p:last-child{
    margin-bottom: 0;
}
.fw3 .text p em{
    font-style: normal;
    margin-right: 18px;
}
/*.fw3 .text p:nth-child(1){
    background:url(../images/fw_c_01.png) no-repeat left center;
    background-size: contain;
}*/
.n_search .index_t1{
    margin-bottom: 35px;
}
@media(max-width: 1600px){
    .fw1{
        padding:95px 0 68px;
    }
    .fw1 .text{
        padding-top:30px;
        width:40%;
    }
    .fw1 .txt p strong,.fw2 .text{
        font-size:17px;
    }
    .fw1 .txt{
        font-size:14px;
    }
    .fw2,.fw3{
        padding:95px 0;
    }
    .fw2_list li .txt{
        height:140px;
    }
    .fw2_list li .txt .p1{
        font-size:30px;
    }
    .fw2_list li .txt .p2 {
        font-size: 20px;
        margin-top: 15px;
    }
    .fw3 .text{
        margin-top: 60px;
    }
    .fw3 .text p{
        font-size:22px;
        margin-bottom: 10px;
    }
    .fw3 .text p em{
        margin-right:12px;
        width:35px;
    }
    .fw3 .text p{
        line-height:35px;
    }
    .fw2_list2{
        margin-top:45px;
    }
    .fw2_list2 li{
        width:32%;
    }
    .fw2_list2 li .txt{
        padding: 40px 20px 15px;
    }
    .fw2_list2 li .txt font{
        right:20px;
    }
    .fw2_list2 li .txt h3{
        font-size:20px;
    }
    .fw2_list2 li .txt p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .fw1{
        padding:75px 0 68px;
    }
    .fw1 .txt{
        font-size:14px;
    }
    .fw1 .txt p strong, .fw2 .text {
        font-size: 16px;
    }
    .fw1 .txt p strong{
        margin:30px 0 20px;
    }
    .fw2,.fw3{
        padding:75px 0;
    }
    .fw2_list li{
        width:32%;
        margin-right:2%;
        padding-bottom: 35px;
        padding-left: 25px;
    }
    .fw2_list li .txt{
        height:100px;
        padding: 20px 25px;
    }
    .fw2_list li .txt .p1{
        font-size:24px;
    }
    .fw2_list li .txt .p2 {
        font-size: 15px;
        margin-top: 12px;
    }    
    .fw3 .text p{
        font-size:20px;
    }
    .fw2_list2 li .txt p{
        height:9.6em;
        -webkit-line-clamp: 6;
    }
}
@media(max-width: 1199px){
    .fw2_list2 li .txt{
        padding: 30px 15px 15px;
    }
    .fw2_list2 li .txt font{
        font-size:36px;
        top:16px;
        right:15px;
    }
    .fw2_list2 li .txt h3 {
        font-size: 18px;
    }
    .fw2_list2 li .txt p {
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .fw_map{
        margin-right:-20px;
    }
    .fw2 .text{
        width:55%;
    }
    .fw2_list li .txt .p1{
        font-size:20px;
    }
    .fw2_list li .txt .p2 {
        font-size: 14px;
        margin-top: 10px;
    } 
    .fw2_list2{
        margin-top:35px;
    }
    .fw2_list2 li .txt p{
        height:11.2em;
        -webkit-line-clamp: 7;
    }
}
@media(max-width: 820px){
    .fw1,.fw2,.fw3{
        padding:55px 0;
    }
    .fw1 .text{
        padding-top:0;
    }
    .fw_map{
        margin-right:-15px;
    }
    .fw1 .txt{
        font-size:13px;
    }
    .fw1 .txt p strong, .fw2 .text{
        font-size:15px;
    }
    .fw2_list{
        margin-top:100px;
    }
    .fw2_list li .txt {
        height: 80px;
        padding: 15px 25px;
    }
    .fw2_list li .txt .p1{
        font-size:17px;
    }
    .fw2_list li .txt .p2 {
        font-size: 13px;
        margin-top: 8px;
    } 
    .fw2_list li:nth-child(2){
        margin-top:-40px;
    }
    .fw2_list li:nth-child(3){
        margin-top:-80px;
    }
    .fw3 .text {
        margin-top: 45px;
    }
    .fw3 .text p{
        font-size:18px;
    }
    .fw2_list2 li .txt font{
        font-size:30px;
    }
    .fw2_list2 li .txt h3{
        font-size:16px;
    }
    .fw2_list2 li .txt p {
        height: 12.8em;
        -webkit-line-clamp: 8;
    }
}
@media(max-width: 640px){
    .fw1,.fw2,.fw3{
        padding:40px 0;
    }
    .fw1 .text{
        width:100%;
    }
    .fw1 .txt{
        font-size:12px;
    }
    .fw1 .txt p strong {
        margin: 25px 0 15px;
    }
    .fw1 .txt p strong, .fw2 .text{
        font-size:14px;
    }
    .fw_map{
        margin-right:0px;
        width:100%;
        margin-top:25px;
    }
    .fw2 .text{
        width:100%;
        margin-top: 20px;
    }
    .fw2_list{
        margin-top:60px;
    }
    .fw2_list li{
        width: 33%;
        margin-right: 0.5%;
        padding-bottom: 15px;
        padding-left: 12px;        
    }
    .fw2_list li .txt {
        height: 70px;
        padding: 10px 12px;
        width:90%;
    }
    .fw2_list li .txt .p1{
        font-size:14px;
    }
    .fw2_list li .txt .p2 {
        font-size: 10px;
        margin-top: 6px;
    }
    .fw2_list li:nth-child(2){
        margin-top:-25px;
    }
    .fw2_list li:nth-child(3){
        margin-top:-50px;
    }
    .fw3 .text {
        margin-top: 30px;
    }
    .fw3 .text p{
        font-size:22px;
        margin-bottom: 10px;
    }
    .fw3 .text p em{
        margin-right:6px;
        width:30px;
    }
    .fw3 .text p{
        line-height:30px;
    }
    .fw3 .text p{
        font-size:16px;
    }
    .fw2_list2{
        margin-top:25px;
    }
    .fw2_list2 li{
        width:100%;
        margin-bottom:12px;
    }
    .fw2_list2 li:last-child{
        margin-bottom:0;
    }
    .fw2_list2 li .txt p{
        font-size:13px;
        height:auto;
        -webkit-line-clamp: 7;
    }
}


/*新闻*/
.n_news{
    padding:115px 0 125px;
    background:#edf1f7;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 58px;
}
.sort li{
    margin-right: 38px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    line-height: 52px;
    border:2px solid #1a1a1a;
    border-radius: 28px;
    padding:0 57px;
    font-size:16px;
    color: #1a1a1a;
}
.sort li.cur a,.sort li:hover a{
    background:#153d8c;
    border:2px solid #153d8c;
    color: #fff;
}
.news_list{
    display: flex;
    flex-wrap:wrap;
}
.news_list li{
    width: calc(25% - 37.5px);
    margin-right: 50px;
    margin-bottom: 50px;
}
.news_list li:nth-child(4n){
    margin-right: 0;
}
.news_detail{
    background:#f5f5f5;
    padding:6% 0;
}
.news_detail .wrap{
    max-width: 1300px;
    padding:50px 100px;
    background:#fff;
    border-radius: 10px;
}
.news_detail h1{
    font-size:32px;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 25px;
}

@media(max-width: 1600px){
    .n_news{
        padding:95px 0;
    }
    .sort{
        margin-bottom: 40px;
    }
    .sort li{
        margin-right: 30px;
    }
    .sort li a {
        line-height: 42px;
        border-radius: 21px;
        padding: 0 30px;
        font-size: 15px;
        border:1px solid #1a1a1a;
    }    
    .news_list li {
        width: calc(25% - 22.5px);
        margin-right: 30px;
        margin-bottom: 30px;
    }    
    
    .news_detail .wrap{
        padding: 50px;
    }
}
@media(max-width: 1280px){
    .n_news{
        padding:75px 0;
    } 
    .news_list li {
        width: calc(25% - 18.75px);
        margin-right: 25px;
        margin-bottom: 25px;
    } 
}
@media(max-width: 1099px){
    .news_detail h1{
        font-size:26px;
    }
    .news_detail .content{
        font-size:15px;
    }    
}
@media(max-width: 991px){
    .news_detail .wrap{
        padding:30px 35px;
    }
    .news_detail h1{
        font-size:24px;
    }
    .news_list li{
        width: calc(100% / 3 - 16.66666666666667px);
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .news_list li:nth-child(4n) {
        margin-right: 25px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 0;
    }
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    } 
    .sort{
        margin-bottom: 30px;
    }
    .sort li{
        margin-right: 20px;
    }
    .sort li a {
        line-height: 36px;
        border-radius: 20px;
        padding: 0 20px;
        font-size: 14px;
    }  
    .news_list li{
        width: calc(100% / 3 - 13.33333333333333px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .news_list li:nth-child(4n) {
        margin-right: 20px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }
    .sort{
        margin-bottom: 25px;
    }
    .sort li{
        margin-right: 5px;
    }
    .sort li a {
        line-height: 28px;
        border-radius: 16px;
        padding: 0 7px;
        font-size: 11px;
    } 
    .news_list li{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 15px;
    }    
    .news_list li:nth-child(2n) {
        margin-right: 0px;
    }   
    /*.news_li .text h3{*/
    /*    height:3.9em;*/
    /*    -webkit-line-clamp: 3;*/
    /*}*/
    .news_detail .wrap{
        padding:20px 20px;
    }
    .news_detail h1{
        font-size:18px;
    }
    .news_detail .content{
        margin-bottom: 15px;
        font-size:14px;
    }    
}


/*联系我们*/
.wrap2{
    max-width: 1400px;
}
.contact_banner_text{
    padding:140px 0 75px;
    text-align: center;  
    position: relative;  
}
.contact_banner_text h2{
    font-size:42px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.2;
    font-family: "puhui75";
}
.contact_list{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    padding-top:10px;
}
.contact_list li:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-57.5px;
    width: 1px;
    height: 115px;
    background:#d9d9d9;
}
.contact_list li:last-child:after{
    display: none;
}
.contact_list li .img{
    line-height: 51px;
}
.contact_list li .img img{
    width: auto;
}
.contact_list li .txt{

}
.contact_list li .txt .p1{
    font-size:18px;
    color: #1a1a1a;
    line-height: 1.4;
    margin:12px 0 7px;
}
.contact_list li .txt .p2{
    font-size:14px;
    color: #333;
}
.dingwei{
    position: absolute;
    top:-100px;
    left:0;
}
.contact1{
    padding-bottom: 155px;
    position: relative;
    z-index: 99;
}
.contact1 .wrap{
    border-radius: 17px;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
}
.c_lxfs{
    position: relative;
    padding:122px 60px 88px 70px;
    background:#153d8c;
    width: 388px;
    color: #fff;
    border-radius: 17px 0 0 17px;
}
.c_lxfs h2{
    font-size:32px;
    color: #ffffff;
    font-family: "puhui75";
    line-height: 1.2;
}
.c_code{
    margin:55px 0 170px;
    text-align: center;
    max-width: 184px;
}
.c_code p{
    font-size:16px;
    margin-top: 5px;
}
.c_share{
    position: relative;
}
.c_message{
    position: relative;
    padding:122px 108px 100px;
    background:url(../images/c_message.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 388px);
    border-radius: 0 17px 17px 0;
}
.c_message ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c_message ul li{
    width: calc(50% - 8px);
    margin-bottom:20px;
    background: #fff;
    border-radius: 4px;
    padding:0 22px;
}
/*.c_message ul li:nth-child(1){
    display: none;
}*/
.c_message ul li input{
    display: block;
    width: 100%;
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 50px;
    height: 50px;
    outline: none;
    border:none;
}
.c_message ul li:nth-child(6),.c_message ul li:last-child{
    width: 100%;
}
.c_message ul li select{
    display: block;
    width: 100%;
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 50px;
    height: 50px;
    outline: none;
    border:none;   
    background: #fff;
}
.c_message ul li select option{

}
.c_message ul li textarea{
    display: block;
    width: 100%;
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 50px;
    height: 200px;
    outline: none;
    border:none;
}
.c_message .mess_tn input{
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 56px;
    outline: none;
    border:none;
    background:#153d8c;
    border-radius: 4px;
    font-size:22px;
    color: #fff;
    font-family: "puhui75";
    cursor: pointer;
}
@media(max-width: 1600px){
    .contact_banner_text{
        padding:95px 0 75px;
    }
    .contact_banner_text h2{
        font-size:32px;
    }
    .contact_banner .contact_banner_text h2{
        font-size:36px;
    }
    .contact_list{
        margin-top:55px;
    }
    .contact_list li .txt .p1{
        font-size:15px;
    }
    .contact1{
        padding-bottom: 100px;
    }
    .c_lxfs{
        padding:75px 50px;
    }
    .c_lxfs h2{
        font-size:24px;
    }
    .c_code {
        margin: 50px 0 100px;
    }    
    .c_message{
        padding:75px 65px;
    }
    .c_message ul li{
        margin-bottom:15px;
    }
    .c_message ul li input{
        font-size:15px;
    }
    .c_message .mess_tn input{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .contact_banner_text{
        padding:75px 0 ;
    }
    .wrap2{
        width:88%;
    }
    .contact_banner_text h2{
        font-size:24px;
    }
    .contact_banner .contact_banner_text{
        padding-top:50px;
    }
    .contact_banner .contact_banner_text h2{
        font-size:32px;
    }
    .contact_list{
        margin-top:40px;
    }
    .c_message ul li textarea{
        height:150px;
    }
    .c_message .mess_tn input{
        font-size:16px;
        height:46px;
    }
}
@media(max-width: 1099px){
    .wrap2{
        width:90%;
    }
    .contact_banner_text h2{
        font-size:20px;
    }
    .contact_banner .contact_banner_text h2{
        font-size:28px;
    }
    .contact1{
        padding-bottom: 75px;
    }
    .c_lxfs{
        width:240px;
        padding: 50px 20px;
    }
    .c_lxfs h2 {
        font-size: 20px;
    }    
    .c_code {
        margin: 35px 0 55px;
    }    
    .c_code p{
        font-size:14px;
    }
    .c_message{
        width:calc(100% - 240px);
        padding: 50px 25px;
    }
}
@media(max-width: 820px){
    .contact_banner_text{
        padding:55px 0 ;
    }
    .contact_banner_text h2{
        font-size:18px;
    }
    .wrap2{
        width:94%;
    }
    .contact_banner{
        padding:50px 0 100px;
        background:url(../images/m_contact_banner.jpg) no-repeat center !important;
        background-size:cover !important;
    }
    .contact_banner .contact_banner_text h2{
        font-size:24px;
    }
    .contact1{
        padding-bottom: 55px;
    }
    .c_message ul li{
        width: calc(50% - 6px);
        padding:0 15px;
        margin-bottom:12px;
    }
}
@media(max-width: 640px){
    .contact_banner_text{
        padding:40px 0 ;
    }
    .contact_banner_text h2{
        font-size:16px;
    }
    .contact_banner{
        padding:30px 0 40px;
    }
    /*.contact_banner .contact_banner_text h2{*/
    /*    font-size:20px;*/
    /*}*/
    .contact_list {
        margin-top: 25px;
    }
    .contact_list li{
        width:100%;
        padding:10px 0;
    }
    .contact_list li:after{
        display:none;
    }
    .contact_list li .img{
        line-height:32px;
    }
    .contact_list li .img img{
        max-height:32px;
        max-width:32px;
    }
    .contact_list li .txt .p1{
        margin:10px 0 5px;
        font-size:14px;
    }
    .contact1{
        padding:  0 0 40px;
    } 
    .c_lxfs{
        width:100%;
        padding:20px 15px;
    }
    .c_code{
        margin: 25px auto 0px;
    }
    .c_contact{
        text-align:center;
    }
    .c_contact .p2{
        margin-top:0;
    }
    .c_message{
        width:100%;
        padding:20px 15px;
    }
    .c_message ul li{
        margin-bottom:10px;
    }
    .c_message ul li input,.c_message ul li select,.c_message ul li textarea{
        font-size:14px;
        height:40px;
        line-height:40px;
    }
    .c_message ul li textarea{
        height:80px;
    }
    .c_lxfs h2{
        text-align:center;
    }
    /*.c_message ul li textarea{*/
    /*    height:100px;*/
    /*}*/
}


#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#153d8c153d8c;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #153d8c;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-family: "puhui55";
    display: none;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #fff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 225px;
    left:-230px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #153d8c;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .page,.page a{
        font-size:13px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#fff;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 10px; margin-right:3px;margin-left:3px;
    border-radius: 0 10px 0 0;
}
.pageController a:hover{background-color:#153d8c;color:#fff; text-decoration:none;border:#153d8c 1px solid;}
.pageController .currPage {background-color: #153d8c;color:#fff;border:#153d8c 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #153d8c;
    vertical-align: middle;
    border: 1px solid #153d8c; 
    color: #fff;padding: 5px 10px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
    border-radius: 0 10px 0 0;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #153d8c;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #153d8c;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #153d8c;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #153d8c;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #153d8c;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #153d8c;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #153d8c;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #153d8c;
    color: #153d8c;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #153d8c;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #153d8c;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #153d8c;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #153d8c;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #153d8c;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #153d8c;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #153d8c;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}