/*头部样式*/
header{
    /*background: #333;*/
    border-bottom: 1px solid #dbdbdb;
}
.wrap{
    width: 90%;
    max-width: 1600px;
    margin:0 auto;
}
.container{
    max-width: 1200px;
    width:90%;
    margin: 0 auto;
}
.head_wel{
    color: #999;
    float: left;
    line-height: 40px;
}
.head_top{
    float: right;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding:5px 0;
}
a.language_a{
    display: block;
    padding-left: 25px;
    background:url(../images/cn.jpg) no-repeat left center;
    text-transform: uppercase;
    font-size:16px;
    line-height: 30px;
    margin-left: 25px;
}

#formsearch{
    width: 200px;
    border:1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
#formsearch input{
    line-height: 30px;
    outline: none;
    border:none;
}
#keyword{
    float: left;
    padding:0 10px;
    color: #999;
    width:160px;
}
#s_btn{
    float: right;
    background:url(../images/ss.png) no-repeat center#fff;
    width:38px;
    cursor: pointer;
}
.head{
    /*position: relative;*/
    /*background: #0075c2;*/
} 
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 101px;
}
.logo{
    /*float: left;*/
    /*width: 376px;*/
    /*line-height: 70px;*/
}
.logo a{
    display: flex;
}
.logo a img{
    max-width: 100px;
}
.logo_text{
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.logo_text p{
    line-height: 1.6em;
}
.logo_text p:nth-child(2){
    font-size: 12px;
    text-transform: uppercase;
}
.head_r2{
    display: flex;
    align-items: center;
    height: 100%;
}
.language{
    margin:0 50px 0 70px;
    padding-right:25px;
    background: url(../images/language_icon.png) no-repeat right center;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.language p{
    display: flex;
    align-items: center;  
    height: 100%;
}
.language_more{
    position: absolute;
    top:85px;
    left:0;
    background: #fff;
    z-index: 9;
    padding:5px 10px;
    display: none;
}
.language_more a{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.language_more a img{
    margin-right: 10px;
    max-width: 20px;
}
.language:hover .language_more{
    display: block;
}
.h_share{
    display: flex;
    align-items: center;
}
.h_share a{
    display: block;
    margin-right: 15px;
}
.h_share a:last-child{
    margin-right: 0;
}
.nav{
    /*float: right;*/
    /*width: calc(100% - 376px);*/
    display: flex;
    align-items: center;
}
.nav li{
    /*float: left;*/
    /*width: 15%;*/
    margin-right:45px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #323232;
    text-align: center;
    line-height: 75px;
}
.nav li:hover a{
    /*background:#0987d9;*/
    color: #0987d9;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:85px;
    left:0px;
    z-index: 999;
    background-color: #0987d9;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}

.nav li .b_nav2{
    display: none;
    position: absolute;
    top: 85px;
    left: 0px;
    z-index: 9999;
    background-color: #0987d9;
    width: 100%;
    padding: 30px 0;
}
.nav li .b_nav2 .cont{
    display: flex;
    justify-content: center;
}
.nav li .b_nav2 .cont a{
    display: block;
    padding:0 20px;
    color: #fff;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size:16px;
    line-height: 2em;
}
.nav li .b_nav2 .cont a img{
    display: block;
    margin:0 auto 10px;
}
.nav li .b_nav2 .cont a:hover{
    color: #000;
}

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    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: #0075c2;
    text-align: center;
    position: absolute;
    left:0;
    top:54px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#swiper-container1 .swiper-slide img{
    width: 100%;
}
.m_tel{
    display: none;
    margin-right: 55px;
}
.m_tel a{
    font-size: 16px;
    color: #333;
    display: block;
    padding-left: 30px;background: url(../images/h_tel.png) no-repeat left center;
}
@media(max-width: 1600px){
    .nav li{
        margin-right:30px;
    }
    .nav li a{
        font-size:16px;
    }
    .language {
        margin: 0 50px 0 50px;
    }
    .nav li .b_nav2 .cont a{
        font-size:14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1280px){
    .nav li .b_nav2 .cont a{
        padding:0 15px;
    }
}
@media(max-width: 1259px){
    .wrap,.container{
        width: 96%;
    }
    #swiper-container1 .swiper-button-next, #swiper-container1 .swiper-button-prev{
        display:none;
    }
}
@media(max-width: 1099px){
    .h_share{
        display:none;
    }
    .language {
        margin: 0 0px 0 50px;
    }
}
@media(max-width: 880px){
    .head .wrap{
        height:75px;
    }
    .logo img{
        max-height:60px;
    }
    .menu-button{
        display: block;
        top:15px;
    }
    .nav,.language {
        display: none;
    }    
    .mobileNav{
        top:75px;
    }
}
@media(max-width: 768px){
    /*header{*/
    /*    display:none;*/
    /*}*/
    .head_top{
        display:none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .m_tel{
        display:flex;
    }
}
@media(max-width: 640px){
    .head .wrap{
        height:60px;
    }
    .logo{
        /*width: 60%;*/
        float: none;
        line-height:50px;
    }
    .logo img{
        max-height:50px;
    }
    .menu-button{
        top:8px;
    }
    .logo_text{
        display:none;
    }
    .mobileNav{
        top:60px;
    }
}


.banner{
    margin-top:30px;
    display: none;
}
.p_sort{
    width: 60%;
    margin: 0 auto 5em;
    position: relative;
}
.p_sort img{
    width: 100%;
    
}
.p_sort a{
    display: block;
}
@-webkit-keyframes fade-larger{
    0%{ -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
    100%{ -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
}
.pm-btn { width: 12px; height: 12px; position: relative; }
.pm-btn:before, .pm-btn:after { content: ""; position: absolute; border-radius: 100%; }
.pm-btn:before { top: 0; bottom: 0; left: 0; right: 0; background: rgba(7, 125, 249, 1); }
.pm-btn:after { top: -6px; bottom: -6px; left: -6px; right: -6px; background: rgba(7, 125, 249, 0.6); 
    -webkit-animation: fade-larger 2s infinite; 
    animation: fade-larger 2s infinite; 
}
.s_dian9{
    position: absolute;
    top: 67%;
    left: 16%;
    z-index: 999;
}
.s_dian10{
    position: absolute;
    top: 60%;
    left: 17%;
    z-index: 999;
}
.s_dian11{
    position: absolute;
    top: 66%;
    left: 45%;
    z-index: 999;
}
.s_dian12{
    position: absolute;
    top: 54%;
    left: 46%;
    z-index: 999;
}
.s_dian12 .pm-btn:before,.s_dian12 .pm-btn:after{
    background-color: #a0a0a0;
}
.s_dian13{
    position: absolute;
    top: 3%;
    left: 70%;
    z-index: 999;
}
.s_dian13 .pm-btn:before,.s_dian13 .pm-btn:after{
    background-color: #a0a0a0;
}
@media(max-width: 1560px){

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

}
@media(max-width: 1199px){
    .bike_content h1 {
        margin-bottom: 30px;
    }
    .n_product_list .owl-prev,.n_product_list .owl-next{
        display: none!important;
    }
    .n_product_list{
        width: 100%;
    }
    .n_product .owl-homeba{
        width: 100%;
    }
}
@media(max-width: 1024px){
    .p_tab img{
        width: 80%;
    }
    .p_tab p:first-child span{
        font-size:28px!important;
    }
    .p_tab p:nth-child(2) span{
        font-size:14px!important;
    }
}
@media(max-width: 768px){
    .bike1{
        float: none;
        width: 90%;
        margin:5% 5%;
    }
    .bike1_content{
        float: none;
        width: 100%;
        margin-right: 0%;
        margin:0 auto;
    }
    .bike2{
        float: none;
        width: 90%;
        margin:5% 5%;
    }
    .bike2_content{
        float: none;
        width: 100%;
        margin-left: 0%;
        margin:0 auto;
    }
    .bike_content h1{
        text-align: center;
    }
    .main2_bike1 {
        padding: 2em 0 2em 0;
    }
    .main2_bike2 {
        padding: 2em 0 2em 0;
        margin:2em 0;
    }
    .p_tab img{
        width: 100%;
    }
}
@media(max-width: 640px){
    .p_tab img{
        width:100%!important;
        height:100%!important;
    }
}
@media(max-width: 320px){

}


.index_product{
    padding:140px 0 125px;
    padding-left: calc(100% / 6);
    position: relative;
}
.index_product:after{
    content:'';
    background: #e2031a;
    height: 505px;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    z-index: -9;
}
.index_product .index_t1{
    padding-right: 8.3%;
    margin-bottom: 65px;
}
.index_t1{

}
.index_t1 h2{
    font-size: 60px;
    color: #2c2994;
    line-height: 1; 
    margin-bottom: 50px;
}
.index_t1 p{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 1.6;
}
#index_product{
    padding-bottom: 62px;
}
#index_product .swiper-slide{

}
#index_product .swiper-slide a{
    display: block;
    border:1px solid #b3b3b3;
    border-radius: 20px;
    overflow: hidden;
    background: #f7f7f7;
}
#index_product .swiper-slide .img{
    
}
#index_product .swiper-slide .img img{
    width: 100%;
}
#index_product .swiper-slide .text{
    padding:40px 38px;
}
#index_product .swiper-slide .text h3{
    font-size: 30px;
    color: #1a1a1a;
    line-height: 1.4em;
    height: 2.8em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#index_product .swiper-slide .text span{
    font-size: 20px;
    color: #e2031a;
}
#index_product .swiper-slide .text span i{
    display: inline-block;
    margin-left: 36px;
}
#index_product .swiper-pagination{
    top:calc(100% - 2px);
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.4);
}
#index_product .swiper-pagination .swiper-pagination-progressbar-fill{
    height: 3px;
    background: #ffffff;
    margin-top:-1px;
}
.index_product_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:35px;
    padding-right: 8.3%;
}
.index_product_arrow{
    position: relative;
    height: 70px;
    width: 165px;
}
.index_product_arrow .swiper-button-prev,.index_product_arrow .swiper-button-next{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border:1px solid #fff;
    margin-top:-35px;
}
.index_product_arrow .swiper-button-prev{
    background: url(../images/right1.png) no-repeat center;
    transform: rotate(-180deg);
    left:0;
}
.index_product_arrow .swiper-button-prev:hover{
    background: url(../images/left1.png) no-repeat center #fff;
    transform: rotate(0deg);    
}
.index_product_arrow .swiper-button-next{
    background: url(../images/right1.png) no-repeat center;
    right:0;
}
.index_product_arrow .swiper-button-next:hover{
    background: url(../images/left1.png) no-repeat center #fff;
    transform: rotate(-180deg);    
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 68px;
    background: #ffffff;
    border-radius: 34px;
    font-size: 20px;
    color: #e2031a;
}
a.more1:hover{
    background: #f6b4bb;
    color: #fff;
}
@media(max-width: 1600px){
    .index_product{
        padding:90px 0 90px 5%;
    }
    .index_product .index_t1,.index_product_bottom{
        padding-right:5%;
    }
    .index_product .index_t1{
        margin-bottom:50px;
    }
    .index_t1 h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    .index_t1 p{
        font-size:15px;
    }
    #index_product .swiper-slide .text {
        padding: 20px 20px;
    }
    #index_product .swiper-slide .text h3{
        font-size:20px;
    }
    #index_product .swiper-slide .text span{
        font-size:15px;
    }
    #index_product .swiper-slide .text span i{
        margin-left:25px;
    }
    a.more1 {
        width: 160px;
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
    }
}
@media(max-width: 1280px){
    .index_product:after{
        height:400px;
    }
    .index_t1 h2{
        font-size:32px;
    }
}
@media(max-width: 1259px){
    .index_product {
        padding: 70px 2%;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .index_product .index_t1, .index_product_bottom{
        padding-right:0;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .index_product {
        padding: 50px 2%;
    }
    .index_product:after{
        height:300px;
    }
    .index_t1 h2{
        font-size:24px;
    }
    #index_product{
        padding-bottom:50px;
    }
    #index_product .swiper-slide .text h3{
        font-size:18px;
    }
    #index_product .swiper-slide .text span{
        font-size:14px;
    }
    a.more1 {
        width: 135px;
        height: 42px;
        border-radius: 21px;
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .index_product {
        padding: 35px 2%;
    }
    .index_product .index_t1 {
        margin-bottom: 30px;
    }
    .index_t1 h2{
        font-size:20px;
        margin-bottom: 15px;
    }
    #index_product{
        padding-bottom:35px;
    }
    #index_product .swiper-slide .text{
        padding:15px;
    }
    #index_product .swiper-slide .text h3{
        font-size:16px;
    }
    .index_product_arrow{
        width:130px;
        height:55px;
    }
    .index_product_arrow .swiper-button-prev, .index_product_arrow .swiper-button-next{
        width:55px;
        height:55px;
        margin-top:-27.5px;
    }
}


.index2{
    background: #eeeeee;
    padding:172px 0 155px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index2_l{
    width: 48%;
    /*padding-right: 20px;*/
}
.index2_l_t{
    padding-left: 160px;
}
.index2_l h2{
    font-size: 60px;
    color: #2c2994;
    line-height: 1;
    margin-bottom: 35px;    
}
.index2_l p.p1{
    font-size: 24px;
    color: #333333;
    max-width: 270px;
    line-height: 1.5;
}
.index2_l .img1{
    position: relative;
    margin-top:90px;
}
.index2_r{
    width: 52%;
}
.index2_r ul{
    display: flex;
    flex-wrap: wrap;
}
.index2_r ul li{
    margin-bottom: 24px;
    margin-right: 12px;
    width: calc(27.5% - 8px);
    background: #ffffff;
    border-radius: 10px;
    padding:33px 30px 20px 30px;
}
.index2_r ul li:nth-child(3),.index2_r ul li:nth-child(4),.index2_r ul li:nth-child(9),.index2_r ul li:nth-child(12){
    width: calc(45% - 8px);
}
.index2_r ul li:nth-child(3),.index2_r ul li:nth-child(6),.index2_r ul li:nth-child(9),.index2_r ul li:nth-child(12){
    margin-right: 0px;
}
.index2_r ul li:nth-child(3) img, .index2_r ul li:nth-child(4) img, .index2_r ul li:nth-child(9) img,.index2_r ul li:nth-child(12) img{
    width: 70%;
}
.index2_r ul li:last-child{
    background: url(../images/index2_bg2.png) no-repeat center;
    background-size: cover;
}
.index2_r ul li:last-child .img2{
    display: none;
}
.index2_r ul li a{
    display: block;

}
.index2_r ul li a h3{
    font-size: 28px;
    color: #323232;
    line-height: 1.2;
    /*max-width: 230px;*/
}
.index2_r ul li a span{
    font-size: 20px;
    color: #e2031a;
    font-weight: bold;
    display: flex;
    margin:25px 0 30px;
    line-height: 1;
}
.index2_r ul li a span i{
    display: inline-block;
    margin-left: 15px;
    transition: all 0.3s ease-out;
}
/*.index2_r ul li:hover{*/
/*    background: #e2031a;*/
/*}*/
/*.index2_r ul li:hover a h3,.index2_r ul li:hover a span{*/
/*    color: #fff;*/
/*}*/
/*.index2_r ul li:hover a span i{*/
/*    margin-left: 10px;*/
/*}*/
@media(max-width:1600px){
    .index2{
        padding:90px 0;
    }
    .index2_l_t{
        padding-left:10%;
    }
    .index2_l h2{
        font-size:42px;
        margin-bottom: 25px;
    }
    .index2_l p.p1{
        font-size:18px;
    }
    .index2_l .img1{
        margin-top:60px;
    }
    .index2_r ul li{
        padding:25px 15px;
    }
    .index2_r ul li a h3{
        font-size:22px;
    }
    .index2_r ul li a span {
        font-size: 16px;
        margin: 15px 0 20px;
    }
}
@media(max-width:1280px){
    .index2{
        padding:70px 0;
    }  
    .index2_l h2{
        font-size:32px;
    }
    .index2_r ul li a h3 {
        font-size: 18px;
    }
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    .index2{
        padding:55px 0;
    } 
    .index2_l{
        width:100%;
    }
    .index2_l_t {
        padding-left: 3%;
    }
    .index2_l h2{
        font-size:26px;
        margin-bottom: 15px;
    }
    .index2_l p.p1{
        font-size:16px;
        max-width:100%;
    }
    .index2_l .img1{
        padding:0 15px 30px;
        margin-top:35px;
    }
    .index2_r{
        width:100%;
    }
    .index2_r ul li{
        margin-bottom:15px;
    }
    .index2_r ul li a h3 {
        font-size: 16px;
    }
}
@media(max-width:640px){
    .index2{
        padding:35px 0;
    } 
    .index2_l h2{
        font-size:22px;
    }
    .index2_l p.p1{
        font-size:15px;
    }
    .index2_r ul li{
        width:calc(50% - 6px);
    }
    .index2_r ul li:nth-child(2n){
        margin-right:0;
    }
    .index2_r ul li:nth-child(3),.index2_r ul li:nth-child(4),.index2_r ul li:nth-child(9),.index2_r ul li:nth-child(12){
        width: 100%;
    }
    .index2_r ul li:nth-child(3) img, .index2_r ul li:nth-child(4) img, .index2_r ul li:nth-child(9) img,.index2_r ul li:nth-child(12) img{
        width: auto;
        max-width:80%;
    }
}


.index3{
    height: 800px;
    width: 100%;
    background: url(../images/index3.jpg) no-repeat center;
    background-size: cover;
    padding:80px 0 90px;
}
.index3 .text{
    width: 52%;
    height:100%;
    padding:20px 100px 20px 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        86% 100%,
        0% 100%,
        0% 75%,
        0% 25%
    );   
}
.index3 .text h2{
    font-size: 36px;
    color: #2c2994;
    font-weight: bold;
    line-height: 1.1;
}
.index3 .text h2 span{
    font-size: 26px;
    font-weight: normal;    
}
.index3 .text .txt{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 1.4;
    margin:50px 0 60px;
    max-width: 660px;
}
.index3 .text a{
    width: 214px;
    height: 68px;
    font-size: 20px;
    color: #fff;
    background: #e2031a;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.index3 .text a:hover{
    text-decoration: underline;
}
@media(max-width:1600px){
    .index3{
        height:600px;
    }
    .index3 .text{
        padding:20px 100px 20px 5%;
    }
    .index3 .text h2{
        font-size:32px;
    }
    .index3 .text h2 span{
        font-size: 20px;
    }
    .index3 .text .txt {
        font-size: 16px;
        margin: 30px 0;
    }
    .index3 .text a {
        width: 160px;
        height: 50px;
        font-size: 16px;
        border-radius: 25px;
    }
}
@media(max-width:1360px){
    .index3 .text h2{
        font-size:30px;
    }     
}
@media(max-width:1280px){
    .index3 .text{
        width:60%;
    }
    .index3 .text h2{
        font-size:28px;
    } 
    .index3 .text h2 span{
        font-size: 18px;
    }    
    .index3 .text .txt {
        font-size: 15px;
        margin: 25px 0;
    }
    .index3 .text a {
        width: 150px;
        font-size: 14px;
    }
}
@media(max-width:1024px){
    .index3 .text{
        width:80%;
    }
    .index3 .text h2{
        font-size:26px;
    } 
    .index3 .text h2 span{
        font-size: 16px;
    }  
        .index3 .text .txt {
        font-size: 14px;
            
        }
}
@media(max-width:820px){
    .index3 {
        height: 500px;
        padding: 65px 0;
    }
    .index3 .text{
        width:90%;
        padding:20px 100px 20px 5%;
    }
    .index3 .text h2{
        font-size:24px;
    }     
}
@media(max-width:640px){
    .index3{
        height:auto;
        padding:40px 0;
    }
    .index3 .text{
        padding:20px 60px 20px 5%;
    }
    .index3 .text h2{
        font-size:16px;
    } 
    .index3 .text h2 span{
        font-size: 14px;
    }    
    .index3 .text .txt {
        font-size: 13px;
        margin: 15px 0;
        line-height:1.6;
    }
    .index3 .text a {
        width: 130px;
        font-size: 12px;
        height: 42px;
        border-radius:21px;
    }
}

.index1{
    padding:50px 0;
    display: none;
}
.title1{
    text-align: center;
}
.title1 h3{
    font-size:32px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 5px;
}
.title1 p{
    font-size:16px;
    color: #0075c2;
    display: none;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:30px;
}
.product_list1 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:30px;
}
.product_list1 li:nth-child(4n){
    margin-right: 0;
}
.product_list1 li a{
    display: block;
    text-align: center;
}
.product_list1 li a .img{
    overflow:hidden;
    border: 1px solid #e5e5e5;
}
.product_list1 li a .img img{
    transition: all 0.6s ease-out;
}
.product_list1 li a h3{
    font-weight: normal;
    font-size:16px;
    color: #333;
    padding-top:10px;
}
.product_list1 li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.product_list1 li a:hover h3{
    color: #0075c2;
}

@media(max-width: 1440px){

}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .product_list1 li{
        width:32%;
    }
    .product_list1 li:nth-child(4n){
        margin-right:2%;
    }
    .product_list1 li:nth-child(3n){
        margin-right:0;
    }
}
@media(max-width: 768px){
    .title1 h3{
        font-size:24px;
    }
    .title1 p{
        font-size:14px;
    }
    .product_list1 li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .product_list1 li a h3 {
        font-size: 15px;
        padding-top: 5px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:30px 0;
    }
    .product_list1{
        margin-top:20px;
    }
    .product_list1 li{
        width:49%;
        margin-bottom:15px;
    }
    .product_list1 li:nth-child(3n){
        margin-right:2%;
    }
    .product_list1 li:nth-child(2n){
        margin-right:0%;
    }
}




footer{
    background: #23252a;
    color: #fff;
}
.foot{
    padding:115px 0 85px;
}
.foot h2{
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 40px;
}
.foot h2:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 2px;
    background: #e12e28;
}
.f_logo{
    float: left;
    width: 20%;
}
.f_nav2{
    float: left;
    width: 19%;
}
.f_nav2 a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.f_nav2 a:last-child{
    margin-bottom: 0;
}
.f_nav2 a:hover{
    text-decoration: underline;
}
.f_contact{
    float: left;  
    width: 32.5%;
}
.f_contact .txt p{
    font-size: 15px;
    color: #cccccc;
    padding-left: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 390px;
}
.f_contact .txt p strong{
    font-size: 26px;
    color: #ffffff;
}
.f_contact .txt p:nth-child(1){
    background:url(../images/f4.png) no-repeat left center;
}
.f_contact .txt p:nth-child(2){
    background:url(../images/f2.png) no-repeat left center;
}
.f_contact .txt p:nth-child(3){
    background:url(../images/f3.png) no-repeat left 5px;
    margin-bottom: 0;
}
.f_share{
    padding:120px 0 0 35px;
    display: flex;
}
.f_share a{
    display: block;
    margin-right: 12px;
    position: relative;
}
.f_share a:nth-child(3) .f_share_code,.f_share a:nth-child(4) .f_share_code,.f_share a:nth-child(5) .f_share_code{
    display: none!important;
}
.f_share a:last-child{
    margin-right: 0;
}
.f_share a .f_share_code{
    position: absolute;
    top:-130px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background: #fff;
    display: none;
}
.f_share a:hover .f_share_code{
    display: block
}
.f_message{
    width: 28.5%;
    float: left;
}
.f_message ul{
    
}
.f_message ul li{
    margin-bottom: 12px;
}
.f_message ul li input{
    background: #ffffff;
    line-height: 52px;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    outline: none;
    border:none;
    font-size: 14px;
    color: #b7b7b7;
    padding:0 18px;
}
.f_message ul li textarea{
    background: #ffffff;
    line-height: 52px;
    height: 100px;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    outline: none;
    border:none;   
    font-size: 14px;
    color: #b7b7b7;
    padding:0 18px;
    font-family: "微软雅黑";
}
.mess_txt{
    font-size: 14px;
    color: #808080;
    font-family: 'Arial';
    line-height: 1.6;
    padding:8px 0 20px;
}
.mess_txt a{
    color: #e13228;
    font-family: 'Arial';
}
.f_message button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 56px;
    font-size: 18px;
    color: #fff;
    background: #e2031a;
    border-radius: 28px;
    border:none;
    outline: none;
    cursor: pointer;
}
.copyright{
    padding:40px 0;
    border-top:1px solid #333;
    font-size: 15px;
    color: #cccccc;
}
.copyright a{
    font-size: 15px;
    color: #cccccc;
}
.copyright a:hover{
    color: #fff;
}
.copyright_l{
    float: left;
}
.f_jszc{
    float: right;
}
.tag_total{
    font-size: 24px;
    color: #000;
}
@media(max-width: 1600px){
    .foot {
        padding: 65px 0 50px;
    }
    .foot h2{
        font-size:24px;
    }
    .f_nav2 a{
        font-size:16px;
    }
    .f_contact .txt p strong{
        font-size:20px;
    }
    .f_contact .txt p{
        font-size:14px;
    }
    .f_share{
        padding:70px 0 0;
    }
    .f_message button{
        width: 160px;
        height: 50px;
        font-size: 15px;
        border-radius: 25px;        
    }
    .copyright{
        font-size:14px;
    }
    .copyright{
        padding:15px 0;
    }
}
@media(max-width: 1280px){
    .foot h2{
        margin-bottom:25px;
    }
    .copyright{
        padding:10px 0;
    }    
}
@media(max-width: 1024px){
    /*.f_nav li{*/
    /*    margin-right: 30px;*/
    /*}*/
    .f_tel{
        padding:0px 20px 0 30px;
    }
    .f_tel p{
        font-size: 18px;
    }
    .tag_total{
        font-size:20px;
    }
}
@media(max-width: 820px){
    .foot {
        padding: 35px 0 20px;
    }
    .f_logo{
        width:30%;
    }
    .f_nav2{
        width:30%;
    }
    .f_contact{
        width:40%;
    }
    .foot h2{
        font-size:18px;
    }
    .f_about{
        width: 100%;
        float: left;
        color: #fff;
        margin-bottom:15px;
    }
    .f_message{
        width:100%;
        margin-top:35px;
    }
    .f_tel{
        /*margin:0 0 15px;*/
        width:50%;
        padding:0 30px 0 0;
    }
    .f_nav{
        width:40%;
    }
    .foot_l{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .foot_r{
        width: 100%;
        float: none;
    }
}
@media(max-width: 767px){
    /*footer{*/
    /*    padding-top:20px;*/
    /*}*/
    .foot_l .f_logo img{
        width:180px;
    }
    .f_about,.f_nav{
        display:none;
    }
    .f_tel{
        width:100%;
        padding:0;
        /*margin:0 0 15px;*/
    }
    .f_tel h3{
        font-size:20px;
    }
    .f_tel p{
        font-size:16px;
    }
    .f_tel p:nth-child(4) {
        background: url(../images/f3.png) no-repeat left 10px;
    }
    /*.f_tel p{*/
    /*    font-size: 20px;*/
    /*}*/
    .f_link{
        display: none;
    }
    .foot_r .f_nav{
        display: none;
    }
    .copyright_l{
        float: none;
    }
    .f_jszc{
        float: none;
    }
    .tag_total{
        font-size:18px;
    }
    .f_logo{
        display:none;
    }
    .f_nav2{
        display:none;
    }
    .f_contact{
        width:100%;
    }
    .f_share {
        padding: 30px 0 0;
        display:none;
    }
}


/*----- 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;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp {
    padding:15px 0;
}
.sitemp h3{
    width: 50%;
    float: left;
    font-size: 32px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.sitemp h3 span{
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    display:none;
}
.sitemp .site {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #818181;
    line-height: 64px;
}
.sitemp .site a{
    font-size: 14px;
    line-height: 14px;
    color: #818181;    
    line-height: 64px;
}
.sitemp .site a:last-child{
    color: #0075c2;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}
.sort li{
    margin:3px 10px;
}
.sort li a{
    display: block;
    padding:0 20px;
    line-height: 30px;
    border-radius: 5px;
    border:1px solid #ccc;
}
.sort li a:hover{
    color: #fff;
    background:#0075c2;
    border-color: #0075c2;
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .sort li{
        margin:3px 5px;
    }
    .sort li a{
        padding: 0 10px;
    }
}
@media(max-width: 124px){
    
}
@media(max-width: 768px){
    .sitemp h3{
        float:none;
        width:100%;
    }
    .sitemp .site{
        display:none;
    }
    .product_list{
        margin-top:0;
    }
}
@media(max-width: 640px){
    .sitemp h3{
        font-size:24px;
    } 
    .sitemp h3 span{
        font-size:15px;
    }
}




/*product*/
.p_detail1{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.p_detail1 .img{
    width: 45%;
    border:1px solid #e5e5e5;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    float: left;
}
.p_detail1 .text{
    width: 55%;
    padding-left: 7%;
    float: left;
}
.p_detail1 .text h3{
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    margin-bottom:30px;
}
.p_detail1 .text h3 span{
    font-size: 16px;
    line-height: 16px;
    color: #818181;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;  
    display: block;
}
.p_detail1 .text p{
    font-size: 18px;
    color: #333;
}
.p_detail2{

}
.title2{
    width: 100%;
    height: 60px;
    background: #efefef;
    padding: 20px 0 20px 15px;
    overflow: hidden;
    margin:30px 0;
}
.title2 span {
    display: block;
    padding-left: 20px;
    font-size: 20px;
    line-height: 20px;
    border-left: 3px solid #0075c2;
}
.p_detail2 .content{
overflow-x: auto;
    -webkit-overflow-scrolling: touch;    
}
.p_detail2 table{
min-width: 800px;
    width: 100%;
}
.p_detail2 table img{
    max-width: 275px;
}
.p_detail3{
    background: #0075c2;
    padding:15px 30px;
}
.p_detail3 p{
    float: left;
    width: calc(100% - 95px);
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
}
.p_detail3 a{
    float: right;
    display: block;
    width: 95px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .p_detail3{
        display:none;
    }
}
@media(max-width: 768px){
    .p_detail1 .text{
        padding-left:3%;
    }  
    .p_detail1 .text h3{
        margin-bottom:10px;
    }
    .p_detail1 .text h3 span{
        margin-top: 10px;
        padding-bottom: 10px;        
    }
    .p_detail1 .text p{
        font-size:15px;
    }
    .p_detail1 .text p span{
        font-size:18px!important;
    }
    .title2 {
        height: 50px;
        padding: 15px 0 15px 15px;
        margin: 20px 0;
    }
    .title2 span{
        padding-left: 15px;
        font-size: 18px;
        line-height: 18px;        
    }

.p_detail2 table img{
    max-width: 200px;
}
}
@media(max-width: 640px){
    .p_detail1 .img{
        float:none;
        width:100%;
        text-align:center;
    }
    .p_detail1 .text{
        float:none;
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    .p_detail1 .text h3{
        font-size:20px;
    }
    .title2 {
        height: 42px;
        padding: 12px 0 12px 15px;
        margin: 15px 0;
    }
    .title2 span{
        padding-left: 12px;
        font-size: 17px;
        line-height: 17px;        
    }
    .p_detail2 table img{
    max-width: 150px;
}
}



/*case*/


/*job*/
.job_list{
    
}
.job_list li{
    padding:10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.job_list li a{
    display: block;
    float: left;
}
.job_list li span{
    display: block;
    float: right;    
}
/*招聘详细*/
.job_detail h1.title{text-align:center;font-family:"Microsoft YaHei";font-size:18px;border-bottom:1px solid #e0e1dc;margin-bottom:5px;padding-bottom:10px;}
.job_detail h3.title_bar{line-height:26px;text-align:center;font-weight:normal;color:#808080;}
.job_detail h3.title_bar span{padding-right:10px;}
.job_detail .content h4{background-color:#f1f1f1;height:26px;line-height:26px;text-align:left;padding-left:15px;}
.job_detail .content div.text{padding-top:10px;padding-left:22px;padding-right:8px;}
/*简历提交*/
.job-title {padding-left:10px;line-height:40px;font-size:16px;margin-bottom:15px;}
.job-title .job-send{background:#476199;padding:8px 15px;border-radius:4px;color:#fff;}
.send-title{border-bottom: 1px solid #ddd;margin-bottom:15px;padding-bottom:10px;font-size:16px;color:#060;}
.message-job{padding-left:10px;padding-bottom:10px;}
.message-job li{line-height:30px;margin-bottom:10px;}
.message-job li label{font-size:14px;width:70px;float:left;text-align:right;}
.message-job li span{color:red;}
.message-job li input[type='radio']{margin:0 10px;}
.message-job li input.jobinput{border:1px solid #ccc;width:200px;margin:0 5px;line-height:24px;height:24px;padding:0 5px;}
.message-job li select{line-height:24px;height:24px;padding:0 5px;}
.message-job li #experience{width:400px;height:80px;}
.message-job li input#file{margin-top:18px;margin-right:20px;}
.message-job input.jobbtn{width:80px;border:1px solid #f1f1f1;background:#476199;color:#fff;border-radius:4px;font-family:"Microsoft Yahei";line-height:30px;height:30px;margin:0 8px 0;cursor:pointer;}
.message-job input.jobbtn:hover{background:#476199;}
.message-job li.last{border-bottom: 1px solid #ddd;margin-bottom:8px;padding:5px 0;font-size:14px;color:#060;}
 .resume-prompt{line-height:36px;color:#999;}
.message-job span.last{color:red;display:inline-block;line-height:36px;}

@media(max-width: 1440px){

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


/*download*/
.d_list1{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #e5e5e5;
}
.d_list1 li{
    width: 35%;
    font-size:16px;
    color: #000;
    font-weight: bold;
    padding:0 10px;
    line-height: 55px;
    border-right: 1px solid #e5e5e5;
}
.d_list1 li:nth-child(2){
    width: 15%;
}
.d_list1 li:nth-child(3){
    width: 20%;
}
.d_list1 li:nth-child(4){
    width: 20%;
}
.d_list1 li:nth-child(5){
    width: 10%;
    border-right: none;
}
.download_list{
    margin-bottom:30px;
}
.download_list li{
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
}
.download_list li strong{
    display: block;
    width: 35%;
    font-size:16px;
    color: #000;
    padding:0 10px;
    line-height: 55px;
    border-right: 1px solid #e5e5e5;
}
.download_list li span{
    display: block;
    width: 15%;
    font-size:16px;
    color: #666;
    padding:0 10px;
    line-height: 55px;  
    border-right: 1px solid #e5e5e5;  
}
.download_list li em{
    display: block;
    width: 20%;
    font-size:16px;
    color: #666;
    padding:0 10px;
    line-height: 55px; 
    font-style: normal; 
    border-right: 1px solid #e5e5e5;
}
.download_list li a{
    display: block;
    width: 10%;
    height: 55px;
    background:url(../images/d_download.png) no-repeat center;
    border-right: 1px solid #e5e5e5;
}

@media(max-width: 1440px){

}
@media(max-width: 1259px){
    
}
@media(max-width: 124px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 767px){
    .d_list1 li{
        font-size:15px;
        padding:5px 5px;
        line-height: 30px;
        text-align:center;
    }
    .d_list1 li:nth-child(2),.download_list li span{
        display: none;
    }
    .d_list1 li:nth-child(3),.d_list1 li:nth-child(4){
        width: 25%;
    }
    .d_list1 li:nth-child(5),.download_list li a{
        width: 15%;
    }
    .download_list li strong{
        font-size:15px;
        padding:5px 5px;
        line-height: 30px;
    }
    .download_list li em {
        width: 25%;
        font-size: 12px;
        padding:5px;
        text-align:center;
        line-height: 30px;
    }
    .download_list li a {
        padding:5px;
        text-align:center;
        line-height: 30px;
        height: 40px;
    }    
}


/*about*/

#container{
    padding-bottom:30px;
}
.n_about1{
   display: flex; 
   flex-wrap: wrap;
}
.n_about1 .img{
   width: 50%;   
}
.n_about1 .text{
   font-size: 16px;
   width: 50%;
   padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    
}
@media(max-width: 124px){
    
}
@media(max-width: 768px){
    .n_about1 .img,.n_about1 .text{
       width: 100%;  
       padding:7px 0;
    }
 
}
@media(max-width: 640px){
    
}



/*contact*/
.concat_detail {
    margin: 50px 0;
}

.concat_detail_left {
    width: 34%;
    float: left;
    overflow: hidden;
}

.concat_detail_right {
    width: 66%;
    float: right;
    padding-left: 13.8%;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 1px solid #ececec;
    box-sizing: border-box;
}

.concat_detail_left p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #818181;
}

.concat_detail_left p strong{
    font-size: 16px;
}
/*.concat_detail_left p:nth-child(n+2) {
    margin-top: 50px;
}*/

.concat_detail_right div {
    width: 46.5%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    float: left;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom:5%;
}

.concat_detail_right div:hover {
    border: 1px solid #0075c2;
}

.concat_detail_right div input {
    height: 98%;
    border: none;
    outline: none;
    background:none;
}

.concat_detail_right div span {
    margin-left: 10px;
}

.concat_detail_right div:nth-child(n+3) {
    margin-left: 5%;
}

.concat_detail_right div:nth-child(2n) {
    margin-left: 0;
}

/*.concat_detail_right div:nth-child(n+3) {
    margin-top: 5%;
}*/

.concat_detail_right textarea {
    width: 99%;
    height: 152px;
    text-indent: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    border-radius: 10px;
    border: 1px solid #ececec;
    outline: none;
}

.concat_detail_right textarea:hover {
    border: 1px solid #0075c2;
}

.concat_detail_right button {
    width: 40.5%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin-top: 25px;
    cursor: pointer;
}

.concat_detail_right .submit {
    background: #0075c2;
    float: left;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #fff;
    outline: none;
}

.concat_detail_right .reset {
    border: 1px solid #ececec;
    box-sizing: border-box;
    float: right;
    outline: none;
}

@media screen and (max-width: 1200px) {

    .concat_detail_left,
    .concat_detail_right {
        width: 100%;
        padding: 10px 10px;
        border:none;
    }
    
    .tab-img img {
        width: 100%;
    }
}

@media(max-width:768px){
    .concat_detail{
        margin:30px 0;
    }
}
@media(max-width:640px){
    .concat_detail{
        margin:0px 0 30px;
    }
    .concat_detail_right div{
        width:100%;
        margin-left:0!important;
    }
    .concat_detail_left,
    .concat_detail_right{
        padding:10px 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;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;   
    margin:20px 0; 
}
.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:#0075c2;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0075c2;color:#fff;border:#efefef 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: #0075c2;
    vertical-align: middle;
    border: 1px solid #0075c2; 
    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: #0075c2;
    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:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}


.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;
    }
}


/* 右侧浮窗 */

#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: 5px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    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: 5px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    max-height: 24px;
    max-width: 24px;
}

#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: 2px;
    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: 5px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
    box-sizing: border-box;
}

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

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

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #0075c2;
}
#c-right-fixed a:nth-child(2):hover .c-box {
    width: 330px;
    height: 60px;
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    overflow: none;
    background: #0075c2;
}
#c-right-fixed .c-text2{
    width: 260px;
}
#c-right-fixed a:hover .c-img {
    right: 84px;
}


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