﻿/*头部样式*/
.head{
    padding:10px 100px;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
    width: 100%;
    background: #fff;
}
.h80{
    height: 80px;
}
.logo{
    float: left;
}
.index_head .logo .img2{
    display: none;
}
.search{
    float:right;
    display: none;
}
.h_tel{
    float:right;
    font-size: 24px;
    color: #333;
    padding-left: 25px;
    line-height: 60px;
}
#formsearch{
    display: flex;
    border:1px solid #e5e5e5;
    margin-top:10px;
    width: 300px;
    border-radius: 5px;
}
#keyword{
    float: left;
    width: 240px;
    line-height: 40px;
    border:none;
    outline: none;
    background:#fff;
    padding:0 15px;
    color: #999;
}
#s_btn{
    float: right;
    width: 60px;
    line-height: 40px;
    border:none;
    outline: none;
    background:url(../images/ss.png) no-repeat center;
}
.nav{
    float:right;
    padding: 0 2% 0 5%;
    width:calc(100% - 446px);
}
.nav li{
    float: left;
    width: 12.5%;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 60px;
}
.nav li a:hover{
    color: #009fe8;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:0px;
    z-index: 999;
    background-color: #009fe8;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    background-color: #fff; 
    color: #009fe8;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.index_head{
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    width: 100%;
    /*background: rgba(0,0,0,.3);*/
}
.index_head .nav a{
    color: #fff;
}
.index_head .h_tel{
    color: #fff;
}
.index_head.c-head-hide{
    background: #fff;
    box-shadow: 0px 2px 10px #ccc;
}
.index_head.c-head-hide .logo .img1{
    display: none;
}
.index_head.c-head-hide .logo .img2{
    display: inline-block;
}
.index_head.c-head-hide .nav a{
    color: #222;
}
.index_head.c-head-hide .h_tel{
    color: #333;
}
@media(max-width: 1600px){
    .h_tel{
        font-size:20px;
    }
    .nav{
        padding: 0 0% 0 4%;
        width:calc(100% - 360px);
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .head{
        padding:10px 3%;
    }
    .container{
        width: 96%;
    }
    .nav{
        padding: 0 0% 0 3%;
        width:calc(100% - 300px);
    }
    .h80{
        height: 70px;
    }
}
@media(max-width: 1024px){
    .logo img{
        max-height:50px;
    }
    .nav{
        padding: 0 2% 0 3%;
        width:calc(100% - 240px);
    }
    .nav li a{
        font-size:15px;
        line-height:50px;
    }
    .h_tel{
        font-size:18px;
        line-height:50px;
    }
}
@media(max-width: 880px){
    .h_tel{
        display: none;
    }
    .nav{
        padding: 0 0% 0 3%;
        width:calc(100% - 140px);
    }
}
@media(max-width: 768px){
    .index_head{
        position:relative;
    }
    .index_head.c-head-hide .logo .img1,.index_head .logo .img1{
        display:none;
    }
    .index_head .logo .img2{
        display:inline-block;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 40%;
    }
    .logo img{
        max-height:40px;
    }
    .menu-button{
        top:25px;
    }
    .h80{
        height: 60px;
    }
}

#c-banner1 .swiper-slide img{
    width: 100%;
}
#c-banner1 video{
    display: block;
    width: 100%;
    object-fit:fill;
}
#c-banner1 .banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
#c-banner1 .banner_text h3{
    font-size: 48px;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
}
#c-banner1 .banner_text p{
    font-size: 32px;
    width: 100%;
}
.market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 65px 0;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    width: 92%;
}
.market-main {
    width: 32.8125%;
}
.market-main p {
    font-size: 24px;
    line-height: 36px;
    color: #333;
}
.market-main a {
    margin-top: 24px;
    color: #333;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 2px;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    border: 1px solid #333;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.market>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.market>ul, .market>ul>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.market-item {
    text-align: center;
    color: #333;
}
.market-item-desc {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 8px;
    color: #009fe8;
}
.market-item-title {
    font-size: 16px;
    line-height: 22px;
}
@media(max-width: 1600px){
    #c-banner1 .banner_text h3{
        font-size: 42px;
    }
    #c-banner1 .banner_text p{
        font-size: 26px;
    }
    .market{
        padding:50px 0;
    }
    .market-main p{
        font-size:18px;
    }
    .market-item-desc{
        font-size:40px;
        margin-bottom:0;
    }
    .market-item-title{
        font-size:15px;
    }
    .market-main a{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 94%;
    }
    .market-main p{
        font-size:16px;
    }
    .market-item-desc{
        font-size:24px;
    }
    .market-item-title{
        font-size:14px;
    }
    .market-main a{
        padding-left: 20px;
        padding-right: 20px;
    }     
}
@media(max-width: 1024px){
    #c-banner1 .banner_text h3{
        font-size: 32px;
    }
    #c-banner1 .banner_text p{
        font-size: 20px;
    }    
}
@media(max-width: 768px){
    #c-banner1 .banner_text h3{
        font-size: 26px;
    }
    #c-banner1 .banner_text p{
        font-size: 16px;
    }
    .market{
        padding:30px 0;
    }
    .market-main p{
        font-size:15px;
    }
    .market-item-desc{
        font-size:20px;
    }
    .market-main a{
        padding-left: 15px;
        padding-right: 15px;
    }     
}
@media(max-width: 767px){
    #c-banner1 .banner_text h3{
        font-size: 22px;
    }
    #c-banner1 .banner_text p{
        font-size: 14px;
    }
    .market{
        flex-wrap: wrap;
    }
    .market-main{
        float:none;
        width: 100%;
        margin-bottom: 15px;
    }
    .market-main p{
        font-size:14px;
        line-height: 2em;
    }
    .market-main a{
        margin-top:10px;
        line-height: 32px;
        height: 34px;
        display: none;
    }
    .market>ul{
        width: 100%;
    }
    .market>ul>li{
        width: 50%;
    }
    .market-item-desc{
        line-height: 32px;
    }
}


.index_product{
    padding:80px 0;
    background-color: #f7f7f7;
}
.index_t1{
    text-align:center;
}
.index_t1 h2{
    font-size: 42px;
    color: #333;
}
.index_t1 p{

}
.product_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.product_list1 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:20px;
}
.product_list1 li:nth-child(4n){
    margin-right: 0;
}
.product_list1 li .img{
    border:1px solid #ccc;
    transition: all 0.6s ease-out;
    border-radius: 10px;
}
.product_list1 li h3 a{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: none;
}
.product_list1 li:hover .img{
    border:1px solid #009fe8;
}
.product_sort1{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;    
}
.product_sort1 li{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom:20px;
}
.product_sort1 li:nth-child(5n){
    margin-right: 0;
}
.product_sort1 li .img{
    border:1px solid #ccc;
    transition: all 0.6s ease-out;
    border-radius: 10px;
}
.product_sort1 li:hover .img{
    border:1px solid #009fe8;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:36px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){
    .index_product{
        padding:70px 0;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .product_sort1{
        margin-top:30px;    
    }
    .product_sort1 li{
        width: 23.5%;
        margin-bottom:15px;
    }
    .product_sort1 li:nth-child(5n){
        margin-right: 2%;
    }
    .product_sort1 li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_product{
        padding:50px 0;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .product_sort1{
        margin-top:20px;    
    }
    .product_sort1 li{
        width: 32%;
    }
    .product_sort1 li:nth-child(4n){
        margin-right: 2%;
    }
    .product_sort1 li:nth-child(3n){
        margin-right: 0;
    }    
}
@media(max-width: 767px){
    .index_product{
        padding:30px 0;
    }
    .index_t1 h2{
        font-size:22px;
    }
    .product_sort1 li{
        width: 49%;
    }
    .product_sort1 li:nth-child(3n){
        margin-right: 2%;
    }
    .product_sort1 li:nth-child(2n){
        margin-right: 0;
    }     
}





.container-fluid{

}
.container-fluid .container{
    /*max-width: 1170px;*/
    width: 100%;
}
.youshi-x > .a1{
    transition: all 0.5s;
    cursor: pointer;
}
.youshi-x > .a1:hover{
    transform:scale(1.3);
}
.youshi-x img{
    opacity: 0;
}
.youshi-y .img1{
    animation: img1 1s ease-out 0.2s; 
    animation-fill-mode: forwards;
}
.youshi-y .img2{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.3s; 
    animation-fill-mode: forwards;
}
.youshi-y .img3{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.5s; 
    animation-fill-mode: forwards;
}
.youshi-y .img4{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.7s; 
    animation-fill-mode: forwards;
}
.youshi-y .img5{
    transform:scale(1);
    animation: img2 0.5s ease-out 1.9s; 
    animation-fill-mode: forwards;
}
.youshi-y .img6{
    transform:scale(1);
    animation: img2 0.5s ease-out 2.1s; 
    animation-fill-mode: forwards;
}
.youshi-y .img7{
    transform:scale(1);
    animation: img2 0.5s ease-out 2.3s; 
    animation-fill-mode: forwards;
    
}
.youshi-y .img8{
    transform:scale(1);
    animation: img2 0.5s ease-out 2.5s; 
    animation-fill-mode: forwards;
}
.youshi-y .img10{
    animation: img10 1s ease-out 3s; 
    animation-fill-mode: forwards;
    /*top: 30px!important;*/
    /*left: 80px!important;*/
}

@keyframes img1{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 130px;
    }
}
@keyframes img2{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes img10{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        
    }
}



@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){
    .container-fluid{
        display: none;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
    
}


.index_partner{
    padding:80px 0;
}
.partner_list1{
    box-shadow: 0px 0px 10px #ccc;
    padding:50px;
    margin-top:40px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.partner_list1 li{
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}
.partner_list1 li:nth-child(4n){
    margin-right: 0;
}
.partner_list1 li p{
    font-size: 16px;
    margin-top:10px;
}
.partner_list1 li:hover p{
    color:#009fe8;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
    
}


.mc_a1s1 {
    padding: 100px 0;
    background: #f7f8fa;
}

.mc_a1s1_wrap {
    background: #fff;
    max-width: 1500px;
}
.mc_title40 {
    font-size: 40px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy","OPPOSans2_En_design-Regular","Roboto", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #1d1d1f;
    padding:0;
    margin:0;
}
.mc_a1_hd {
    padding: 60px 70px;
    border-bottom: 1px solid #e5e5e5;
}

.mc_a1_more .mc_h1_morebtn {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    display: block;
}

.mc_h1_morebtn {
    font-size: 14px;
}

.mc_a1_bd {
    padding: 0 70px;
}

.mc_a1s1_li {
    float: left;
    width: 33.333333%;
}
.mc_a1s1_li a{
    text-decoration: none;
}
.mc_a1s1_a {
    display: block;
    padding: 55px 40px 65px;
}

.mc_a1s1_li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.mc_a1s1_date {
    font-size: 16px;
    color: #009fe8;
    line-height: 20px;
    margin-bottom: 25px;
}

.mc_a1s1_date i,
.mc_a1s1_date em {
    font-size: 18px;
    line-height: 20px;
}

.mc_a1s1_txt {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 60px;
}

.mc_a1s1_morebtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    line-height: 54px;
    font-size: 14px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy","OPPOSans2_En_design-Regular","Roboto", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #fff;
}

.mc_a1s1_morebtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #009fe8;
    transition: all .36s;
    transform: scale(1) !important;
}

.mc_a1s1_morebtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #009fe8;
    opacity: 0;
    transform: scale(1);
    transition: all .36s;
}

.mc_a1s1_imgbox {
    margin-top: 55px;
    overflow: visible;
}
.mc_list_imgbox {
    position: relative;
}

.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.mc_a1s1_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #009fe8;
    transition: all .5s;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn::before {
    transform: scale(.5);
    opacity: 0;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn::after {
    transform: scale(1);
    opacity: 1;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn {
    color: #009fe8;
}

.mc_a1s1_a:hover .mc_a1s1_imgbox::after {
    width: 100%;
}

.mc_a1s1_a:hover {
    box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
}



@media(max-width: 1600px){
    .mc_a1s1 {
        padding: 80px 0;
    }
    .mc_a1_hd {
        padding: 30px 50px;
    }
    .mc_title40{
        font-size:32px;
        line-height: 1em;
    }
    .mc_a1_bd{
        padding:0 30px;
    }
    .mc_a1s1_a {
        padding: 35px 20px 60px;
    }
    .mc_a1s1_txt {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .mc_a1s1_morebtn{
        line-height:42px;
        padding:0 30px;
    }
    .mc_a1s1_imgbox{
        margin-top:30px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .mc_a1s1 {
        padding: 60px 0;
    }   
    .mc_a1_hd {
        padding: 20px 30px;
    }
    .mc_title40{
        font-size:28px;
    }
    .mc_a1_bd {
        padding: 0 15px;
    }
    .mc_a1s1_a {
        padding: 20px 10px 30px;
    }
    .mc_a1s1_txt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .mc_a1s1_morebtn {
        line-height: 36px;
        padding: 0 20px;
    }
}
@media(max-width: 768px){
    .mc_a1s1 {
        padding: 50px 0;
    }   
    .mc_a1_hd {
        padding: 10px 15px;
    }
    .mc_title40{
        font-size:24px;
    }
    .mc_a1_bd {
        padding: 0 5px;
    }
    .mc_a1s1_a {
        padding: 15px 10px;
    }
    .mc_a1s1_li{
        width:100%;
        border:none!important;
    }
    
    .mc_a1s1_txt {
        font-size: 16px;
        line-height:1.8;
        height:auto;
        margin-bottom: 10px;
    }
    .mc_a1s1_imgbox{
        margin:15px 0;
    }
}
@media(max-width: 767px){
    .mc_a1s1 {
        padding: 30px 0;
    }    
}




.footers{
    background: #a7ddf9;
    padding:40px 0 70px 0;
}
.container2{
    width: 90%;
    max-width: 1600px;
    margin:0 auto;
}
.footers .container2{
    display: flex;
    flex-wrap: wrap;
}
.footers li{
    width: 23.5%;
    margin-right: 2%;
}
.footers li:last-child{
    margin-right: 0;
}
.footers li h2{
    font-weight: normal;
    font-size: 16px;
    color: #333;
    padding-bottom: 25px;
    border-bottom: 1px solid #666;
    margin-bottom: 22px;
}
.index_about{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.index_about a{
    display: block;
    width: 100px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #333;
    border-radius: 25px;
    margin:15px 0 0 0;
}
.index_do{
    display: flex;
    flex-wrap: wrap;
}
.index_do p{
    width: 50%;
}
.index_do p a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 2em;
    position: relative;
    transition: all 0.6s ease-out;
}
.index_do p a:before{
    content: '-';
    position: absolute;
    left:0;
    top:0px;
    opacity: 0;
    transition: all 0.6s ease-out;
}
.index_do p a:hover{
    padding-left: 10px;
    transition: all 0.6s ;
}
.index_do p a:hover:before{
    opacity: 1;
    transition: all 0.6s;
}
.index_chose{
    display: flex;
    flex-wrap: wrap;
}
.index_chose p{
    width: 50%;
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.index_contact{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.foot{
    background: #383637;
    padding:15px 0  5px 0;
}
.copyright{
    background: #383637;
    padding:10px 0;
    color: #fff;
}
.copyright a{
    color: #fff;
}
.copyright_l{
    float:left;
}
.copyright_r{
    float:right;
}


@media(max-width: 1199px){
    .footl{
        width: 80%;
    }
    .footr{
        width: 12%;
    }
    .footr img{
        width: 100%;
    }
}
@media(max-width: 768px){
    .footer li{
        width: 48%;
        margin:0 2% 25px 0;
    }   
    .footer li h2{
        padding-bottom: 15px;
    } 

}
@media(max-width: 640px){
    .footer{
        margin-top: 30px;
    }
    .footer li{
        width: 100%;
    }
    .footers{
        display: none;
    }
    .foot{
        display: none;
    }
    .footer_nav{
        display: block;
    }
    .copyright_l{
        float:none;
        text-align:center;
    }
    .copyright_r{
        float:none;
        text-align:center;
    }
}






/*----- 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;
    height: 100px;
    background: #dbdbdb;
    overflow:hidden;
    position: relative;
}
.n_banner h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.n_banner2{
    width: 100%;
    position: relative;
}
.n_banner2 img{
    width: 100%;
}
.banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    font-size: 32px;
    color: #fff;
}
.sitemp {
    line-height: 30px;
    overflow: hidden;
    padding:15px 0;
    margin-bottom:40px;
}
.sitemp .site {
    text-align: right;
    line-height: 30px;
}
#container{

}
.left {
    width: 240px;
    float: left;
}
.left .sort_menu {
    margin-bottom: 10px;
}
.left .sort_menu h2{
    font-size: 32px;
    color: #fff;
    background: #
}
.left .left_contact {
/*    display: none;*/
}
.sort2{

}
.sort2 li a.list_item1{
    display: block;
    line-height: 32px;
    padding:10px 20px;
    font-size: 18px;
    color: #fff;
    background:#009fe8;
}
.sort2 li .layer2{
    display: none;
    /*padding:10px 20px;*/
    background:#f7f7f7;
    overflow:hidden;
    transition: all 0.4s ease-out;
}
.sort2 li .layer2 a{
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}
.sort2 li .layer2 a:before{
    content:'';
    position: absolute;
    width: 12px;
    height: 1px;
    background:#666;
    left:0;
    top:50%;
    margin-top:-0.5px;
}
.sort2 li.cur .layer2{
    display: block;
}
.sort2 li .layer2 a:hover,.sort2 li .layer2 a.on{
    color: #009fe8;
}
.sort2 li .layer2 a:hover:before,.sort2 li .layer2 a.on:before{
    background: #009fe8;
}

.right {
    width: calc(100% - 240px);
    float: right;
    padding-left: 30px;
}


@media(max-width: 1600px){
    .n_banner h3{
        font-size:26px;
    }
}
@media(max-width: 1360px){
   .n_heng1{
        padding:12px 0;
    }
    /*#container{*/
    /*    padding:30px 1%;*/
    /*    box-sizing: border-box;*/
    /*    overflow: hidden;*/
    /*}*/
    .left{
        width: 20%;
    }
    .left .sort_menu h3{
        font-size:24px;
    }
    .left .sort_menu h3 span{
        font-size:15px;
    }
    .right{
        width: 78%;
        padding-left: 2%;
    }
    .title2{
        font-size:20px;
    }
}
@media(max-width: 1259px){
    .banner_text2{
        font-size:26px;
    }
}
@media(max-width: 1024px){
   
}
@media(max-width: 768px){
    .n_banner h3{
        font-size:24px;
    }
    .banner_text2{
        font-size:24px;
    } 
    .n_heng1{
        display: none;
    }
    .sitemp{
        display:none;
    }
    .left{
        display:none;
    }
    .left_contact{
        display: none;
    }
    .left .sort_menu h3{
        font-size: 20px;
        padding: 15px 0;
    }
    .left .sort_menu h3 span{
        font-size: 14px;
    }
    .sort li a{
        background: #ececeb;
    }
    .sort li .layer2 a{
        text-indent: 0px;
        text-align: center;
        font-size: 12px;
        background: #ececeb;
    }
    .right{
        width:100%;
        padding:0;
    }
}
@media(max-width: 640px){
    .n_banner{
        height: 80px;
    }
    .n_banner h3{
        font-size:22px;
    }
    .banner_text2{
        font-size:22px;
    } 
    .pc_img{
        display: none;
    }
    .m_img{
        display: block;
    }
    #container {
        padding: 15px 2%;
    }
    .title2{
        display: none;
    }
    .left{
        width: 100%;
        float: none;
    }
    .left .sort_menu h3{
        display: none;
    }
    .right{
        width: 100%;
        padding-left: 0;
        float: none;
    }
    .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sort li{
        margin:5px;
    }
    .sort li a{
        display: block;
        padding:10px 15px;
        line-height: 1em;
    }
}


#container{
    padding:20px 0;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    border:1px solid #ccc;
    border-radius: 10px;
    padding:15px 10px;
}
.product_list li:nth-child(2n){
    margin-right: 0;
}
.product_list li a.img{
    width: 50%;
    background: #eee;
}

.product_list li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}
.product_list li .text h3 a{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_list li .text .txt{
    font-size: 14px;
    margin:0px 0 10px;
    line-height: 1.8em;
    color: #009fe8;
}
.product_list li .text .txt p:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_list li .text p strong{
    color: #333;
    font-weight: normal;
}
.product_list_a{
    display: flex;
    justify-content: space-between;
}
.product_list_a a{
    display: block;
    width: 90px;
    line-height: 33px;
    border:1px solid #666;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    text-align: center;
}
.product_list_a a:hover{
    background: #009fe8;
    color: #fff;
    border:1px solid #009fe8;
}
.product_detail{

}
.product_detail h1{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.product_detail .img{
    text-align: center;
    margin:15px 0;
}
.p_detail{
    border:1px solid #ccc;
    margin-bottom:20px;
}
.p_detail .p_t1{
/*    border-bottom: 1px solid #ccc;*/
background:#f7f7f7;
display: flex;
}
.p_detail .p_t1 strong{
    display: block;
    background: #f7f7f7;
    color: rgba(0, 0, 0, 1);
    font-size: 14px; 
    width: 100px;
    line-height: 40px;   
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}
.p_detail .p_t1 strong.on{
    background: #009fe8;
    color: rgba(255, 255, 255, 1);    
}
.p_detail .content{
    padding:15px 20px;
    font-size: 15px;
}
.p_detail .content .p_tab{
    display: none;
    min-height: 400px;
}
.p_detail .content .p_tab a{
    font-size: 16px;
    color: #333;
}
.p_detail .content .p_tab a:hover{
    text-decoration: underline;
}
.p_detail .content strong{
    font-weight: normal;
}
@media(max-width: 1600px){

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

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

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

}
@media(max-width: 768px){
    .product_list li{
        width:100%;
        margin-right:0;
        margin-bottom:20px;
    }
}
@media(max-width: 640px){

}


.c-banner2 .swiper-slide{
    
}
.c-banner2 .swiper-slide .img{

    text-align: center;
/*    height: 250px;*/
}
.c-banner2 .swiper-slide .img img{
    max-height: 240px;
}
.c-banner2 .swiper-slide h3{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.RelatedProductBox{
    position: relative;
}
.RelatedProductBox .swiper-button-prev{
    background: url(../images/more3.png) no-repeat center;
    border:1px solid #666;
    width: 50px;
    height:50px;
    border-radius: 50%;
    transform: rotate(-180deg);  
}
.RelatedProductBox .swiper-button-prev:hover{
    background: url(../images/more3_h.png) no-repeat center #009fe8;
    transform: rotate(-180deg);  
    border-color: #009fe8;
}
.RelatedProductBox .swiper-button-next{
    background: url(../images/more3.png) no-repeat center;
    border:1px solid #666;
    width: 50px;
    height:50px;
    border-radius: 50%;
}
.RelatedProductBox .swiper-button-next:hover{
    background: url(../images/more3_h.png) no-repeat center #009fe8;
    border-color: #009fe8;
}
.productDetailConBox3{
    padding-top: 50px;
}
.productDetailConBox3 h2{
    padding-left: 25px;
    position: relative;
    font-size: 24px;
    color: #474747;
    font-weight: 700;
    margin-bottom: 10px;
}
.productDetailConBox3 h2:before{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #009fe8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.RelatedProductBox{
    padding: 0 40px;
}
/*.RelatedProductBox .slick-prev,
.RelatedProductBox .slick-next{
    width: 21px;
    height: 42px;
    background: url("/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}*/
.RelatedProductBox .slick-prev{
    left: 0;
    background-position: left center;
}
.RelatedProductBox .slick-next{
    right: 0;
    background-position: right center;
}
.RelatedProductBox .slick_first{
    margin: 0 10px;
}
.RelatedProductBox .slick_first .img{
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.RelatedProductBox .slick_first .text{
    text-align: center;
}
.RelatedProductBox .slick_first .text a{
    display: block;
    font-size: 22px;
    color: #454545;
    font-weight: 700;
}
.productDetailConBox4{
    padding: 85px 0 55px;
}
.productDetailConBox4 .text{
    background: #009fe8;
    padding: 20px 40px;
    overflow: hidden;
}
.productDetailConBox4 .text p{
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #ffffff;
}
.productDetailConBox4 .text a{
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.productDetailConBox4 .text a:hover{
    text-decoration: underline;
}

@media(max-width: 1259px){
    .productDetailConBox3{
        padding-top:20px;
    }
    .productDetailConBox4{
        padding:50px 0;
    }
    .c-banner2 .swiper-slide h3{
        font-size:14px;
        line-height:1.6;
        margin-top:5px;
    }
}

@media(max-width: 767px){
    .productDetailConBox3{
        padding-top:10px;
    }
    .productDetailConBox4 {
        padding: 30px 0;
    }
    .productDetailConBox3 h2{
        font-size:20px;
    }
    .productDetailConBox4 .text {
        padding: 15px 20px;
    }
    .productDetailConBox4 .text p {
        display: block;
        width: 100%;
    }
    .productDetailConBox4 .text a {
        float: left;
    }
}


.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    border: 1px solid #c7c7c7;
    margin-bottom: 40px;
    border-radius: 10px;
    background: #f7f7f7;
    transition: background 1s;
    padding:20px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li h3 a{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #009fe8;
    text-align: center;
    margin-top: 10px;
}
.case_list li:hover{
    background:#d0d0d0;
}
.case_detail{
    padding:0 0 50px;
}
.case_detail h2{
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.case_detail .date1{
    text-align:center;
}
.case_detail .content{
    margin:30px 0;
}
.case_detail .content .img{
    width: 40%;
    float:left;
}
.case_detail .content .text{
    width: 60%;
    float:left;   
    padding:0 0 0 50px; 
}
.case_detail .content .text h1{
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:10px;
}
.case_detail .content .text h1 em{
    font-style: normal;
    display: block;
    width: 72px;
    font-size: 14px;
}
.case_detail .content .text h1 span{
    display: block;
    width: calc(100% - 72px);
    font-size: 14px;
    color: #ff0000;
}
.case_intro{
    display: flex;
    flex-wrap: wrap;    
}
.case_intro em{
    font-style: normal;
    display: block;
    width: 72px;
    font-size: 14px;
}
.case_intro .txt{
    width: calc(100% - 72px);
    font-size: 14px;
    color: #666;
}
@media(max-width: 1600px){
    .case_list li{
        margin-bottom:30px;
    }
}
@media(max-width: 1440px){

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

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

}
@media(max-width: 768px){
    .case_list{
        margin-top:30px;
    }
    .case_list li{
        width: 49%;
        padding:15px;
    }
    .case_list li:nth-child(3n){
        margin-right: 2%;
    }
    .case_list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .case_list li{
        margin-bottom:20px;
        padding:0;
    }
}


.sort_menu {
    margin-bottom: 10px;
}

.sort_menu h3 {
    background-color: #009fe8;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1em;
    padding: 30px 0 20px 0;
}
.sort_menu h3 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.sort3{

}
.sort3 li a{
    font-size: 16px;
    color: #4e4e4e;
    display: block;
    /*text-align: center;*/
    background:url(../images/sort_icon3.png) no-repeat 90% center #ececeb;
    border-top:1px solid #fff;
    line-height: 50px;
    text-indent: 18px;
}
.sort3 li a:hover,.sort3 li.cur a{
    background:url(../images/sort_icon4.png) no-repeat 90% center #009fe8;
    color: #fff;
}
.sort3 li .layer2{
    display: none;
}
.sort3 li.cur .layer2{
    display: block;
}
.sort3 li .layer2 a{
    text-indent: 25px;
    text-align: left;
    font-size: 14px;
    color: #666;
    background:url(../images/sort_icon1.png) no-repeat 90% center #ececeb;
}
.sort3 li .layer2 a:hover{
    color: #009fe8;
    background:url(../images/sort_icon2.png) no-repeat 90% center #ececeb;
}
.sort3 li.on a{
    background:url(../images/sort_icon4.png) no-repeat 90% center #009fe8;
    color: #fff;
}
.sort3 li.on .layer2 a{
    text-indent: 18px;
    text-align: left;
    font-size: 14px;
    color: #666;
    background:url(../images/sort_icon1.png) no-repeat 90% center #ececeb;
}
.sort3 li.on .layer2 a:hover{
    color: #009fe8;
    background:url(../images/sort_icon2.png) no-repeat 90% center #ececeb;
}

.left_contact{
    /*position: fixed;*/
    /*left:160px;*/
    /*bottom:50px;*/
    /*width: 225px;*/
    /*box-sizing: border-box;*/
    margin-top: 40px;
    padding:35px 10px;
    border-top:8px solid #009fe8;
    background-color: #ececec;
}
.left_contact h2{
    font-size: 20px;
    color: #009fe8;
    position: relative;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.left_contact h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #009fe8;
}
.left_contact h2 span{
    display: block;
    font-weight: normal;
    font-size: 12px;
    padding:10px 0;
    line-height: 1.6;
}
.left_contact .left_text{

}
.left_contact .left_text p:nth-child(1){
    font-size: 14px;
    color: #009fe8;
    padding-left: 17px;
    background:url(../images/tel2.png) no-repeat left center;
}
.left_contact .left_text p:nth-child(2){
    font-size: 24px;
    color: #e62412;
    font-weight: bold;
    line-height: 1.2em;
}
.product_list_intro{
    text-align: center;
    padding-top: 30px;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #009fe8;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #e62412;
    padding-left: 36px;
    background: url(../images/tel3.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 40px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #009fe8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 41px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
.product_list_intro em a{
    font-size: 14px;
    color: #999;    
}


@media(max-width: 1600px){

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

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

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

}
@media(max-width: 768px){
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
}
@media(max-width: 640px){
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
}


/*新闻*/
.news_list{

}
.news_list li{
    padding:12px 0;
    border-bottom: 1px dashed #eee;
}
.news_list li h3 a{
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 10px;
    color: #333;
}
.news_list li:hover h3 a{
    color: #009fe8;
}
.news_detail{

}
.news_detail h2{
    font-size: 26px;
    color: #009fe8;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}
.news_detail h2 span{
    display: block;
    font-size: 14px;
    color: #666;
    padding:15px 0;
}
.news_detail .content{
    margin-bottom: 30px;
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
    .news_list li h3 a{
        font-size: 18px;
    }
    .news_detail h2{
        font-size: 22px;
    }
}
@media(max-width: 640px){
    .news_detail h2{
        font-size: 18px;
    }    
}




#job1{
    padding:110px 0 85px;
}
#job1 .img{
    width: 50%;
    text-align: center;
    float: right;
}
#job1 .text{
    width: 50%;
    float: left;
    padding-right: 10px;
}
#job1 .text h3{
    position: relative;
    font-weight: normal;
    font-size: 36px;
    color: #010101;
    margin-bottom: 30px;
}
#job1 .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 72px;
    height: 4px;
    background:#009fe8;
}
#job1 .text p{
    font-size: 16px;
    color: #333333;
}
.job2{
    padding:40px 0 65px;
    background:#f5f5f5;
    display: none;
}
.job2 h2{
    font-size: 36px;
    color: #333333;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: normal;
}
.gshj.swiper-container{
    padding-bottom: 75px;
}
.gshj.swiper-container .swiper-pagination{
    bottom:0;
}
.gshj.swiper-container .swiper-pagination .swiper-pagination-bullet{
    background:#cccccc;
    width: 90px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    margin:0 10px;
}
.gshj.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background:#009fe8;
}
#job2{
    padding:45px 0 90px;
    background:#f5f5f5;
}
.job_t{
    text-align: center;
    margin-bottom: 45px;
}
.job_t h2{
    font-size: 36px;
    color: #000000;
    font-weight: normal;
}
.job_t p{
    font-size: 16px;
    color: #333;
}
.job_content{

}
.list-title{
    display: flex;
    flex-wrap: wrap;
    padding:0 35px 0 70px;
}
.list-title .j1{
    width: 20%;
}
.list-title .j2{
    width: 20%;
}
.list-title .j3{
    width: 20%;
}
.list-title .j4{
    width: calc(40% - 110px);
    opacity: 0;
}
.list-title .j5{
    width: 110px;
    font-size: 16px;
    background:url(../images/add.png) no-repeat right center;
}
.job_list1 li.cur .j5{
    background:url(../images/less.png) no-repeat right center;
}
.list-title1{
    background:#009fe8;
    line-height: 65px;
    color: #fff;
    font-size: 22px;
}
.list-title2{
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom:1px solid #dbdbdb;
    cursor: pointer;
}
.job_list1{
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
.list-cont{
    padding:25px 35px 65px 70px;
    background:#f5f5f5;
    border-bottom:1px solid #dbdbdb;
    display: none;
}
.list-cont h3{
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.list-cont .cont{
    margin-top:15px;
}
.list-cont .cont p{
    font-size: 16px;
    color: #333;
}
a.apply{
    display: block;
    width: 160px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background:#009fe8;
    margin-top:50px;
}

@media(max-width: 1600px){
    #job1{
        padding:70px 0;
    }
    #job1 .text h3,.job_t h2{
        font-size: 32px;
    }
    #job1 .text p{
        font-size: 15px;
    }
    .job2 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #job2{
        padding:45px 0 70px;
    }
    .job_t p{
        font-size: 15px;
    }
    .list-title1{
        line-height: 50px;
        font-size: 18px;
    }
    .list-title2{
        font-size: 16px;
        line-height: 45px;
    }
    .list-cont h3{
        font-size: 16px;
    }
    .list-cont .cont p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    #job1 .text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }  
    .job2 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }  
    .gshj.swiper-container{
        padding-bottom: 50px;
    }
    .gshj.swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
    }
    .job_t{
        margin-bottom:30px;
    }
    .job_t h2{
        font-size: 26px;
    }
    .job_t p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    #job1{
        padding:50px 0;
    }  
    #job1 .text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }  
    #job1 .text h3:before{
        height: 2px;
        width: 60px;
    } 
    #job1 .text p{
        font-size: 14px;
    }
    .job2{
        padding:40px 0 50px;
    }
    .job2 h2 {
        font-size: 24px;
        margin-bottom: 15px;
    } 
    .gshj.swiper-container{
        padding-bottom: 30px;
    }
    .gshj.swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        margin:0 5px;
    }
    #job2{
        padding:45px 0 50px;
    }
    .job_t h2{
        font-size: 24px;
    }
    .list-title{
        padding:0 20px 0 30px;
    }
    .list-title1{
        line-height: 42px;
        font-size: 16px;
    }
    .list-title2{
        font-size: 15px;
        line-height: 36px;
    }
    .list-cont {
        padding: 25px 20px 30px 30px;
    }
    .list-cont h3{
        font-size: 15px;
    }
    a.apply {
        width: 120px;
        line-height: 42px;
        font-size: 15px;
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    #job1,.job2{
        padding:30px 0;
    }
    #job1 .img{
        width: 100%;
    }
    #job1 .text{
        width: 100%;
        margin-top:15px;
    }
    #job1 .text h3 {
        font-size: 20px;
    } 
    .job2 h2 {
        font-size: 20px;
    } 
    #job2{
        padding:30px 0;
    }
    .job_t{
        margin-bottom:20px;
    }
    .job_t h2{
        font-size: 20px;
    }
    .list-title {
        padding: 0 15px 0 15px;
    }
    .list-title .j2,.list-title .j3,.list-title .j4{
        display: none;
    }
    .list-title .j1{
        width: calc(100% - 100px);
    }
    .list-title .j5{
        width: 100px;
        font-size: 14px;
    }
    .list-cont {
        padding: 15px 15px;
    }
}


/*about*/
.n_about1{
    padding:40px 0 100px;
}
.n_about1 .about_num li{
    color: #333;
}
.a_title1{
    font-size: 40px;
    color: #333;
    text-align:center;
}
.n_about1 h3{
    font-size: 24px;
    color: #333;
    text-align:center;
    font-weight: normal;
    line-height:1.6em;
}
.n_about_text1{
    padding:55px 0 30px;
    font-size: 16px;
    color: #333;
}
.n_about_img1{
    display: flex;
    flex-wrap: wrap;
}
.n_about_img1 p{
    width: 49%;
    margin-right: 2%;
    text-align:center;
    overflow: hidden;
}
.n_about_img1 p:nth-child(2n){
    margin-right: 0;
}
.n_about_img1 p img{
    transition: all 0.6s ease-out;
}
.n_about_img1 p:hover img{
    transition: all 0.6s;
    transform: scale(1.05);
}
.n_about_img2{
    text-align: center;
}
.n_about_img2 p{
    width: 100%;
    margin-right: 0;
}
.n_about2{
    padding:40px 0 100px;
}
.n_about_text2{
    padding:15px 0 100px;
    font-size: 16px;
    color: #666;
    text-align:center;
}
.n_about2 ul{
    display: flex;
    flex-wrap: wrap;
}
.n_about2 ul li{
    width: 26%;
    margin-right: 11%;
}
.n_about2 ul li:last-child{
    margin-right:0;
}
.n_about2 ul li .img{
    text-align:center;
}
.n_about2 ul li .img img{
    transition:0.6s;
    transform-style:preserve-3d;
    position:relative;
}

.n_about2 ul li .text{

}
.n_about2 ul li .text h3{
    padding:15px 0 20px;
    font-size: 24px;
    color: #333;
    line-height:1em;
    text-align:center;
}
.n_about2 ul li .text p{
    font-size: 16px;
    color: #999;
    line-height:1.8em;
}
.n_about2 ul li:hover .img img{
    transform:rotateY(180deg);
}


@media(max-width: 1600px){
    .n_about1 {
        padding: 30px 0 60px;
    }
    .a_title1{
        font-size: 30px;
    }
    .n_about1 h3{
        font-size: 18px;
    }
    .n_about2 {
        padding: 20px 0 60px;
    }
    .n_about_text2 {
        padding: 15px 0 60px;
        font-size: 14px;
    }
    .n_about2 ul li .text h3{
        font-size: 22px;
    }
    .n_about2 ul li{
        width: 30%;
        margin-right: 5%;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_about1 {
        padding: 30px 0 ;
    }
    .n_about_text1 {
        padding: 30px 0 20px;
        font-size: 14px;
    }   
    .n_about1 h3{
        font-size: 16px;
        line-height:1.8em;
    }
    .a_title1 {
        font-size: 26px;
    }
    .n_about2 {
        padding: 10px 0 30px;
    }
    .n_about_text2 {
        padding: 15px 0 30px;
    }
}
@media(max-width: 992px){
    .a_title1 {
        font-size: 22px;
    }   
    .n_about2 ul li .img img{
        width: 100px;
    } 
}
@media(max-width: 768px){
    .n_about2 ul li .text h3 {
        font-size: 20px;
        padding: 15px 0;
    }   
    .n_about2 ul li{
        width: 32%;
        margin-right: 2%;
    }
}
@media(max-width: 640px){
    .n_about1 {
        padding: 30px 0 20px;
    }
    .a_title1 {
        font-size: 20px;
    }
    .n_about1 h3{
        font-size: 14px;
    }
    .n_about_text1 {
        padding: 20px 0;
    }
    .n_about_img1 p {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    }
    .n_about2 ul li{
        width: 100%;
        margin-bottom:15px;
    }
}


/*about*/
.haboutam li{float:left;width: 33.3%;text-align: center;padding: 75px 0;font-size:16px;}
.haboutam span{color:#063b91;font-size:50px;font-weight: bold;}

.theme-tainbox h2, .themeh2 {
    font-size: 42px;
    color: #222;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.haboutb{
    /*padding: 60px 0;*/
    /*background: #f8f8f9;*/
    
}
.theme-p2{text-align: left;}
.haboutbmh5{font-size:18px;text-align: center;line-height: 70px;z-index: 10;background: #fff;color:#333;font-weight:normal;}
.haboutbm li:nth-child(odd) .haboutbmh5{background: #f8f8f9;}
.haboutbmdesc{color:#fff;}
.haboutbm li{width: 25%;float: left;position: relative;height: 100%;padding-top: 70px;box-sizing: border-box;}
.haboutbm{position: relative;}
.haboutbmdesc{position: absolute;width: 100%;text-align: center;color:#fff;font-size:20px;top:260px;padding: 0 25px;}
.haboutbm {height: 840px;}
.haboutbm{background-position:bottom center;background-repeat: no-repeat;background-size: cover;}
.haboutbmh5{position:absolute;width: 100%;left:0;top:0;}
.haboutbmdesc p{min-height: 188px;}

.haboutc{padding: 60px 0;background: #fff;}
.haboutbm{margin-top: 30px;}
.haboutbm li:before,.haboutbm li:after{position: absolute;content: '';left:0;bottom:0;height: 100%;width: 100%;transition: all 0.3s ease;}
.haboutbm li:before{background: #000;opacity: 0.3;}
.haboutbm li:after{background: #fff;opacity: 0.3;}
.haboutbm li:nth-child(odd):before{opacity: 0;}
.haboutbm li:hover:after{opacity:0;}
.haboutbvideo{ position: relative;height: 740px;color:#fff; overflow: hidden;transition:all 0.3s ease;}
.habwideom p{font-size:42px;position: relative;z-index: 5;padding:0 60px;font-weight:bold;}
.habwideom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.habwideomi{width: 100px;height: 100px;position: absolute; background:url(../img/h/habwideom1.png) center no-repeat;background-size:cover; right:60px;top:0;cursor: pointer;}
.haboutbvideo{background-position: center;background-repeat: no-repeat;}
.habwideobg{ position: absolute;width: 1200px;height: 500px;border:600px solid #fff;left:50%;top:50%;margin-left:-1200px;box-sizing:content-box;margin-top:-900px;}

.w14{
    width: 92%;
    max-width: 1400px;
    margin:0 auto
}

@media(max-width: 1600px){
    .haboutam li{
        padding: 70px 0;
        font-size: 16px;
    }
    .haboutam span{
        font-size:42px;
    }
    .theme-tainbox h2, .themeh2 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 15px;
    }
    .habwideom p {
        font-size: 32px;
        padding: 0 50px;
    }
    .haboutbm{
        height:600px;
    }
    .haboutbmdesc{
        top:180px;
        font-size:18px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .haboutam li{
        padding: 60px 0;
        font-size: 15px;
    }
    .haboutam span{
        font-size:32px;
    } 
    .haboutbvideo{
        height:500px;
    }
}
@media(max-width: 1024px){
    .habwideom p {
        font-size: 28px;
        padding: 0 40px;
    }  
    .haboutbvideo{
        height:400px;
    }
    .haboutbm{
        height:400px;
    }
    .haboutbmdesc{
        top:100px;
        font-size:17px;
    }
    .haboutbmdesc p {
        min-height: 150px;
    }
}
@media(max-width: 768px){
    .haboutam li{
        padding: 50px 0;
        font-size: 14px;
    }
    .haboutam span{
        font-size:26px;
    }   
    .haboutb,.haboutc{
        padding:50px 0;
    }
    .theme-tainbox h2, .themeh2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .haboutbvideo{
        height:300px;
    }
    .habwideom p {
        font-size: 24px;
        padding: 0 20px;
    } 
    .haboutc{
        display:none;
    }
    .haboutbm{
        height:100%;
    }
    .haboutbm li{
        width:50%;
    }
    .haboutbmdesc{
        position: relative;
        top:0;
    }
}
@media(max-width: 767px){
    .haboutam li,.haboutb,.haboutc{
        padding: 30px 0;
    }
    .haboutam span{
        font-size:20px;
    } 
    .theme-tainbox h2, .themeh2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .haboutbvideo{
        height:250px;
    }
    .habwideom p {
        font-size: 18px;
        padding: 0 5px;
    } 

}
@media(max-width: 460px){
    .haboutbm li{
        width:100%;
    }    
}


.about_num{
    display: flex;
    flex-wrap: wrap;
    padding:30px 0 0;
 /*
 margin-top: 112px; width: 1200px; 
 height: 150px; background: #fff; 
 box-shadow: 0 0 1px 0 rgba(6, 0, 1, .1); 
 border-radius: 5px 
 */
    
}
.about_num li { 
    width: 25%;
    text-align: center;
    font-weight: 700; 
    /*padding-left: 80px; */
    /*padding-right: 80px; */
    height: 39px; 
    margin-top: 54px; 
    border-right: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.about_num li i { width: 54px; height: 39px; text-align: right; display: block; float: left; margin-right: 13px }
.about_num li img { max-width: 100% }
.about_num li .text{
    text-align: left;
}
.about_num li em { 
    font-size: 16px; 
    color: rgba(54, 54, 54, .7); 
    line-height: 100%; 
    display: block;
    font-style: normal;
    width: 100%;
}
.about_num li span { 
    font-size: 18px; 
    color: rgba(35, 31, 32, .9); 
    line-height: 100%; 
    display: block;
    margin-top:5px;
    
}
.about_num li:last-child { border-right: 0 }
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .about_num{
        padding:0;
    }
    .about_num li em{
        font-size:14px;
    }
    .about_num li span{
        font-size:16px;
    }
}
@media(max-width: 992px){
    .about_num{
        display:none;
    }
}
@media(max-width: 768px){
 
}
@media(max-width: 640px){

}







/*联系我们*/
.n_bg1 {
    padding: 15px 0 80px 0;
    background: #f3f3f3;
}
.n_contact_list{
    display: flex;
    flex-wrap: wrap;
}
.n_contact_list li{
    width: 24.925%;
    margin-right: 0.1%;
    background: #fff;
    padding:30px 3% 20px 3%;
    box-sizing: border-box;
}
.n_contact_list li h3{
    font-size:16px;
    color:#333;
    border-bottom:1px solid #ccc;
    line-height: 1em;
    padding:10px 0 20px 0;
    margin-bottom: 20px;
}
.n_contact_list li.li1 p{
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    margin-bottom: 15px;
}
.n_contact_list li.li1 p:nth-child(2){
    background: url(../images/c1.png) no-repeat left top;
    line-height: 20px;
}
.n_contact_list li.li1 p:nth-child(3){
    background: url(../images/c2.png) no-repeat left center;
    line-height: 22px;
}
.n_contact_list li.li1 p:nth-child(4){
    background: url(../images/c3.png) no-repeat left center;
    line-height: 20px;
}
.n_contact_list li:nth-child(2) p{
    font-size: 30px;
    color: #333;
    font-family: 'Impact';
    padding-left: 20px;
    line-height: 34px;
    height:34px;
    /*margin-top: 25%;*/
}
.n_contact_list li:nth-child(2) p img{
    margin-right: 12px;
    display: inline-block;
    float: left;
}
.n_contact_list li:nth-child(2) p strong{
    line-height: 34px;
    display: inline-block;
    font-weight: normal;
}
.n_contact_list li:nth-child(4){

    margin-right:0;
}
.n_contact_list li:nth-child(4) p{
    text-align: center; 
}
.n_contact2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top:10px solid #f3f3f3;
    box-sizing: border-box;
}
.n_contact2 h2{
    padding:0px 0 0 0;
    font-size: 36px;
    color: #333;
    margin:0 0 25px 0;
}
.n_contact2 h2 span{
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #666;
    margin-top: 15px;
}
#map1{
    height: 500px;
    width: 100%;
    margin-top:10px;
}
.n_way{
    width: 37.5%;
    /*height: 730px;*/
    float: left;
    margin-right: 0.625%;
    background: #fff;
    padding: 60px 30px;
    border-right:10px solid #f3f3f3;
    box-sizing: border-box;
}
.n_way h2{
    padding-left: 15px;
    line-height: 1em;
}
.n_way h2 a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/a1.png) no-repeat left center;
    float: right;
}
.n_way h2 a:hover{
    background: url(../images/a1_h.png) no-repeat left center;
}
.n_way .b1 {
    color:#222;
    margin-bottom:20px;
    padding-left: 15px;
}
.n_way .b1 .ts1 {
    font-size:16px;
    line-height:30px;
    font-weight:bold;
    padding-left:45px;
    margin-bottom:10px;
}
.n_way .b1 .ts1.w1 {
    background:url(../images/c4.png) left center no-repeat;
    padding:7px 0 7px 45px;
}
.n_way .b1 .ts1.w2 {
    background:url(../images/icon3.png) left center no-repeat;
    padding:3px 0 3px 45px;
}
.n_way .b1 .ts1.w3 {
    background:url(../images/c4.png) left center no-repeat;
}
.n_way .b1 .ts2 {
    font-size:14px;
    line-height:26px;
}

.contact_job{
    padding-bottom: 25px;
}
.contact_job li{
    padding:10px 15px;
    border-bottom:1px solid #ccc;
    background:url(../images/contact_job_jt.png)no-repeat right center;
}
.contact_job li h3{
    font-size: 18px;
    color:#333;
    font-weight: normal;
}
.contact_job li h3 span{
    margin-left: 30px;
    color: #fa6a43;
    font-weight: bold
}
.contact_job li:last-child h3 span{
    margin-left: 60px;
}
.contact_job li p{
    font-size: 12px;
    color: #999;
    line-height: 2em;
}
a.job_more{
    display: block;
    width: 225px;
    height: 50px;
    line-height: 50px;
    background: #009fe8;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
}



.n_mess{
    width: 61.875%;
    float: left;
    background: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
}
.c_ly{
    width: 100%;
}
.c_ly li{
    margin-top: 20px;
    border-bottom:1px solid #dbdbdb;

}
.c_ly li input{
    width: 100%;
    background: none;
    border:none;
    line-height: 50px;
    outline: none;
    font-size: 14px;
    color:#666;
}
.c_ly li select{
    line-height: 50px;
    border: none;
    width: 100%;
    height: 50px;
    outline: none;
    font-size: 14px;
    color: #666;
}
.contact_btn input{
    display: block;
    width: 225px;
    height: 50px;
    background: #009fe8;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}
.contact_btn:hover input{
    background: #01418f;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #666;
}
@media(max-width: 1560px){

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

}
@media(max-width: 1024px){
    .n_contact_list li{
        padding: 20px 2%;       
    }
    .n_contact_list li:nth-child(2) p{
        font-size: 20px;
        padding-left: 0px;
        /*margin-top: 20%;        */
    }
    .n_way{
        padding:30px 0;
    }
    .n_contact2 h2{
        font-size: 24px;
        margin: 0 0 15px 0;
    }
    .n_contact2 h2 span{
        padding-right: 10px;
        margin-top:0;
    }
    .n_mess{
        padding:30px 15px;
    }
    .contact_btn input{
        margin-top: 20px;
        width:180px;
        font-size:16px;
    }
    a.job_more{
        width:180px;
        font-size:16px;
    }
    #map1{
        height: 400px;
    }
}
@media(max-width: 768px){
    .n_contact_list li{
        width: 49%;
        margin: 0.5%;
        padding: 10px 2%;
    }
    .n_contact_list li h3{
        padding:10px 0;
        margin-bottom:10px;
    }
    .n_contact_list li:nth-child(2) p{
        /*margin-top:10px;*/
        font-size:18px;
    }
    .n_contact_list li:nth-child(2) p img{
        max-width:30px;
    }
    .n_way{
        width: 100%;
        padding:20px 0;
        margin-right: 0%;
        float: none;
        margin-bottom:10px;
        border: none;
    }
    .n_mess{
        width: 100%;
        float: none;
    }
    .contact_btn input{
        height: 50px;
        width:150px;
        font-size:15px;
    }
    .c_ly li{
        margin-top:10px;
    }
    a.job_more{
        width:150px;
        font-size:15px;
    }
    #map1{
        height: 300px;
    }
}
@media(max-width: 640px){
    .contact_job{
        padding-bottom:10px;
    }
    .n_mess{
        padding:20px 10px;
    }
    .c_ly li{
        margin-top: 0px;
    }
    .n_way h2 a{
        width:30px;
        height:30px;
        background-size:contain;
    }
    .n_contact2 h2 span{
        padding-top:10px;
    }
    a.job_more{
        width:120px;
        font-size:14px;
    }
    .contact_btn input{
        width:120px;
        font-size:14px;
    }
    .n_contact_list li:nth-child(2) p img{
        max-width:25px;
    }
    .n_contact_list li:nth-child(2) p{
        font-size:16px;
    }
    .n_contact_list li:nth-child(2) p strong{
        line-height: 26px;
    }
    #map1{
        height: 260px;
    }
}


.download_list{
    
}
.download_list li{
    border-bottom:1px solid #eee;
}
.download_list li a{
    display: flex;
    padding:15px 0;
}
.download_list li a p{
    width: calc(100% - 100px);
    font-size: 15px;
    line-height: 35px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}
.download_list li a span{
    display: block;
    width: 100px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    background: #009fe8;
    text-align: center
}

@media(max-width: 1600px){
    
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .download_list li a{
        padding:10px 0;
    }
    .download_list li a p {
        width: calc(100% - 90px);
    }
    .download_list li a span{
        width: 90px;
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .download_list li a{
        padding:5px 0;
    }    
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.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 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#009fe8;color:#fff; text-decoration:none;border:#009fe8 1px solid;}
.pageController .currPage {background-color: #009fe8;color:#fff;border:#009fe8 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: #009fe8;
    vertical-align: middle;
    border: 1px solid #009fe8; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.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: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    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;
    }
    footer{
        margin-bottom:60px;
    }
}


/*客服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: #fff;
}

.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: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

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

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    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: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

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

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

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#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 #fff;
    color: #fff;
    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: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    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: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #009fe8;
    background: #009fe8;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #009fe8;
    background: #009fe8;
}

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

#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: #fff;
    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: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}