﻿/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}

.both{clear:both;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.c1 .imgg{
    margin-top: 2vw;
}
.tybt{
    text-align: center;
}
.tybt h3{
    font-size: 2rem;
    color: #e2226f;
    font-weight: normal;
}
.tybt p{
    font-size: 18px;
    color: #e2226f;
    margin-top: 0.8vw;
}


.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w1400{
max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}
.w1440{
    max-width: 1470px;
    padding: 0 6px;
    margin: 0 auto;
}
.w1680{
    max-width: 1710px;
    padding: 0 15px;
    margin: 0 auto;
}

.w19200{
     max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;   
}
.fl{float: left;}
.fr{float: right;}

.htop{
    height:94px;
}
.htop .logo{
    line-height: 94px;
    width: 24.4%;
	margin-top: 22px
}
.htop .logo img{
    max-width: 100%;
}
.htop .tnav{
    width: 70%;
}

.albb{
    margin-right: 2%;
    line-height: 94px;
}


.dh{color: #e2226f;font-size: 22px;line-height: 24px;font-weight: bold;padding-left: 56px;background: url(../images/d80b47f72ec8a6c1c6ec626fe9d1a203259bfaac.png) no-repeat left center;display: flex;align-items: center;}
#menu{
    width: 59.52%;
    position: relative;z-index: 9999;
}
.ssmk{
    border-bottom: 1px solid #e5e5e5;
}
.ssmk .flex{
    align-items: center;
}
.ssmk .hotkey{
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}
.ssmk .hotkey span{
    color: #e2226f;
    text-transform:uppercase;
}
.ssmk .hotkey  a{
    font-weight: 400;
    color: #666666;
    margin: 0 8px;
}

.c1{
    background: #f8f8f8;
    padding: 2.9vw 0;
    text-align: center;
}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  } 


.taba{
    justify-content: center;
     margin: 1.8vw 0;
}
.taba li{
    padding: 16px 35px;
    background:#e2226f;
    margin: 0 10px;
}
.taba li .a{
    align-items: center;color: #fff;font-size: 18px;
}



.taba li.active{
    background: #e5e5e5;
}
.taba li.active .a{
    color: #333333;
}



.pro_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_list li{
    width: 24%;
    margin-bottom: 37px;
    text-align: center;
    position: relative;
}

.pro_list li .img1{
    overflow: hidden;
}
.pro_list li .img1 img{
    width: 100%;
      -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.pro_list li h3{
   width: 100%;
   background: #efefef;
   color: #555555;
   font-weight: normal;
   line-height: 75px;
   font-size: 18px;
    top: 0;
   transition: all 0.3s;
   position: relative; 
   overflow:hidden; white-space:nowrap;text-overflow:ellipsis;

}

.pro_list li .ph{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(226,34,111,.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 3.125vw;
    opacity: 0;
}

.pro_list li .ph .pha{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1vw;
}

.pro_list li .ph .pha span{
    display: block;
    width: 46px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.8vw;
}

.pro_list li .ph .phb{
    color: #fff;
    font-size: 14px;
    line-height: 2.14;
}

.pro_list li .ph .phc{
    width: 99px;
    height: 34px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    color: #e2226f;
    font-size: 12px;
    margin-top: 1.8vw;
}

.pro_list li:hover .ph{
    opacity: 1;
}

.pro_list li:hover h3{
    background: #e2226f;
    color: #fff;
    display: none;
}

.pro_list li:hover .img1 img{
    -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.pmore a{display: block;width: 238px;height: 56px;line-height: 56px;margin: 0 auto;text-align: center;color: #ffffff;font-size: 16px; background-color: #e2226f;
  box-shadow: 0px 10px 16px 0px rgba(222, 0, 0, 0.3);
margin-top: 13px;
}



.pmore a:hover{
    font-size: 17px;
     transition: all 0.5s;
}
@media(max-width: 1400px){
    .taba li .a{font-size: 16px;}
    .taba li{padding: 10px 25px;}
    .pro_list li h3{font-size: 14px;line-height: 50px;}
}
@media(max-width: 768px){
    .c1{padding: 30px 0;}
    .pro_list li{margin-bottom: 20px;width: 48%;}
    .tybt p{font-size: 12px;}
    .taba{margin: 20px 0;}
    .pmore a{width: 180px;height: 40px;line-height: 40px;font-size: 14px;margin-top: 0;}
}


@media(max-width: 640px){
    .taba li{margin-bottom: 15px;}
    .taba li .a{font-size: 12px;}
    .pro_list li .ph .pha{font-size: 16px;}
    .pro_list li .ph .phb{
        font-size: 12px;
    line-height: 1.5;
    }
    .pro_list li .ph .phc{height: 25px;line-height: 25px;width: 83px;}
    
}




.c1 .img1{
    margin: 0 auto;
    max-width: 100%;
}

.c2{
    padding-top: 3vw;
    padding-bottom: 4vw;
}

.c2a{
    align-items: center;
}
.c2a .c2aa{
    padding-left: 30px;
    position: relative;
}
.c2a .c2aa::before{
    content:"";
    width: 12px;
    height: 12px;
    background: #e2226f;
    position: absolute;
    left: 0;
    top: 0;
}

.c2a .c2aa h3{
    font-size: 2rem;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
}
.c2a .c2aa p{
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
}
.c2ab{

}
.c2ab a{
    font-size: 16px;
    color: #999999;
}
.c2ab a img{
    max-width: 100%;
}
.c2 .c2b{
    margin-top: 3vw;
}
.c2 .w-pro-item{
    text-align: center;
 
}
.c2 .w-pro-item .img{
    border:1px solid #efefef;
}
.c2 .w-pro-item .img img{
    width: 100%;
}
.c2 .w-product-list{
    margin: 0 -15px;
}
.c2 .w-product-list li{
    margin: 0 15px;
}
.c2 .w-pro-item h3{
    font-size: 18px;
    color: #555555;
    font-weight: normal;
    margin-top: 2vw;
}
.c2 .owl-item.active .w-pro-item .img{
    border-color:#e2226f;
}
.c2 .owl-item.active .w-pro-item  h3{
    color: #e2226f;
}


.c3{ 
    padding: 4vw 0;
    background: url(../images/ba713327f69779516f8e50999f0fb079f588df81.jpg) no-repeat top center;
    background-size: cover;
}
.c3a{
    text-align: center;
}

.c3a h3{
    font-size: 2rem;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
}
.c3a h3::after{
    content: '';
    width: 70px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 2vw;
}

.ysmk{
   margin-top: 5vw;
}
.ysmk li{
 width: 106px;
 text-align: center;
}
.ysmk li .img{
    border:1px solid #7f7f7f;
    border-radius: 10px;
    width: 100%;
    height: 104px;
    display: flex;    
    align-items: center;
    justify-content: center;
}
.ysmk li .img img{
    max-width: 100%;
    transition: transform 0.5s ease-out;
}
.ysmk li h3{
    font-size: 16px;
    line-height: 24px;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
    font-weight: normal;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 1.3vw;
}
.ysmk li:hover .img{
    background: #e2226f;
    border-color: #e2226f;
}

.ysmk li:hover .img img{
    transform: rotateZ(360deg);
}
.ysmk li:hover h3{
    color: #e2226f;
}



.c3c{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 4.8vw;
}
.c3c .c3ca{
    font-size: 15px;
    color: #fff;
}
.c3c .c3ca img{
    margin-right: 10px;
}
.c3c .c3cb{
    width: 228px;
    height: 46px;
    font-size: 1.4rem;
    background: #e2226f;
    line-height: 46px;
    color: #ffff;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
    margin-left: 18px;
}

.box1{margin: 3.2vw 0;}
.mySwiper{position: relative;overflow: hidden;margin-top: 47px;}
.hmore a{display: block;width: 115px;height: 41px;background-color: #e2226f;border-radius: 10px;line-height: 41px;margin: 0 auto;color: #ffffff;font-size: 14px;text-align: center;margin-top: 43px;}
.swiper-button-prev,.swiper-button-next{width: 53px;height: 53px;margin-top: -27px;}
.swiper-button-prev{background: url(../images/5900c37847a29b0fea2856cfd8690ec681979b95.png) no-repeat center;left: -80px;}
.swiper-button-next{background: url(../images/dfdf39afc2c5e75db11e5c1f25eaec3a0dafb810.png) no-repeat center;right: -80px;}
.honor{position: relative;}
.mySwiper img{display: block;width: 100%;}

@media(max-width: 1650px){
    .swiper-button-prev{left: 0;}
    .swiper-button-next{right: 0;}
}
@media(max-width: 1024px){
    .mySwiper{margin-top: 20px;}
}







.c4{
    padding-top: 2.86458333333333vw;
   
}

.case_listt{
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1.8vw;
    margin-top: 2.8vw;
}
.case_listt li{
    text-align: center;
}
.case_listt li .img img{
    max-width: 100%;
}
.case_listt li  h3{
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    margin-top: 0.8vw;
}
.w1920{
    width: 1920px;
    margin:0 auto;
}
.case_listt2{
    padding:0 15px;
    margin-top: 2.4vw;
}
.case_listt2 li{
    width: 24.5%;
    margin-bottom: 15px;
    position: relative;
}
.case_listt2 li .img{
    width: 100%;
}
.case_listt2 li img{
    width: 100%;
}
.bj1{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(227, 33, 111, 0.75);text-align: center;display:flex;justify-content:center;align-items: center;
padding: 0 2.4125vw;flex-direction: column;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;opacity: 0;}
.case_listt2 li:hover .bj1{opacity: 1;}
.bj1 h3{color: #ffffff;font-size: 1.25vw;font-weight: bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.bj1 p{color: #ffffff;font-size: 0.83vw;line-height: 30px;margin: 1.1625vw 0;}
.jia{width: 43px;height: 43px;background-color: #ffffff;border-radius: 50%;margin: 0 auto;color: #e2226f;font-size: 20px;line-height: 43px;margin-top: 15px;}
.c5{
    padding: 4vw 0;
    background: #f8f8f8;
}
.tybt h3 span{color: #e2226f;font-weight: bold;}

.tab-con1 { position: relative; }
.tab-con1 .tab-main1 { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con1 .tab-main1 { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con1 .tab-main1.active { position: static; opacity: 1; visibility: visible;  } 

.tab_list{
    margin-top: 4vw;
    margin-bottom: 2vw;
    background: #fff;
}
.tab_list li{
    width: 25%;
    border: 1px solid #eeeeee;
    border-right:none;
    text-align: center;
    padding-top: 1.2vw;
    padding-bottom: 1.6vw;
    position: relative;
}
.tab_list li::before{
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/f932da09c135e4759e9c90baa06643e604dc738e.png) no-repeat center;
    position: absolute;
    left: 47.5%;
    top: -11px;
}
.tab_list li dd{
    font-size: 3rem;
    color: #e2226f;
    font-family: Arial;
    line-height: 1;
}
.tab_list li dt{
    font-size: 1.4rem;
    color: #666666;
    font-weight: normal;
    line-height: 1;
    margin-top: 11px;
}

.tab_list li:last-child{
    border-right: 1px solid #eee;
}
.tab_list li.active{
    background: #e2226f;
}
.tab_list li.active dd{
    color: #fff;
}
.tab_list li.active dt{
    color: #fff;
}
.tab-main1{
    background: #fff;
    padding: 2vw;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
}

@media(max-width: 1500px){
    .bj1 p{margin: 0.8vw 0;line-height: 24px;}
    
}




@media(max-width: 1024px){
   .jia{display: none;}
   .bj1{padding: 0 1.5vw;}
    
}
@media(max-width: 768px){
    .bj1 h3{
        font-size: 16px;
    }
    .bj1 p{font-size: 14px;}
}
.about_list{
    
}
.about_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_list li .abz{
    width: 42.5%;
}
.about_list li .abz .img{
    width: 100%;
}
.about_list li .abz .img img{
    width: 100%;
}
.about_list li .aby{
    width: 51.5%;
    padding-top: 18px;
}
.about_list li .aby h4{
    font-weight: normal;
    font-size: 1.2rem;
    color: #888888;
}
.about_list li .aby h3{
    font-weight: normal;
    font-size: 1.5rem;
    color: #333333;
    margin-top: 1vw;
}
.about_list li .aby h3::after{
    content: "";
    display: block;
    width: 72px;
    height: 5px;
    background: #e2226f;
    margin-top: 1vw;
}
.about_list li .aby p{
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-top: 1.8vw;
    height: 96px;
}
.about_list li .aby a{
    display: block;
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #e2226f;
    line-height: 40px;
    text-align: center;
    margin-top: 2.8vw;
}

.about_list li .aby a:hover{
    font-size:17px;
     transition: all 0.5s;
}

.c6{
    padding-top: 2.46vw;
}
.cc6{
    margin-top: 2vw;
    padding: 2vw;
    background: #fff;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
        transform: translateY(3vw);
    -ms-transform: translateY(3vw);
    -webkit-transform: translateY(3vw);
    z-index: 99;
}
.c6a{
    width: 46.6%;
}
.c6a .img{
    width: 100%;
}
.c6a .img img{
    width: 100%;
}

.c6b{
    width: 50%;
    padding-top: 6px;
}
.c6b .abwz{
    font-size: 0.83vw;
    line-height: 32px;
    color: #666666;
}
.c6b .ablink{
    margin-top: 1vw;
    font-size: 0;
}
.c6b .ablink a{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 170px;
    height: 54px;
    line-height: 54px;
    background: #eeeeee;
    text-align: center;
    overflow: hidden;
}
.c6b .ablink a.a1{
    background: #e2226f;
    color: #fff;
}
.c6b .ablink a:hover{
    font-size:17px;
     transition: all 0.5s;
}

@media(max-width: 1300px){
    .c6b .abwz{font-size: 1vw;line-height: 26px;}
}
@media(max-width: 1024px){
    .c6b .abwz{font-size: 12px;line-height: 22px;}
    .c6b .ablink a{width: 180px;height: 40px;line-height: 40px;}
}



.c7{
    background: #e2226f;
    padding-top: 6.77083333333333vw;
    padding-bottom: 2.60416666666667vw;
    margin-top: -4.42708333333333vw;
}
.szgd{}

.szgd li{
    width: 25%;
    text-align: center;
    color: #fff;

}
.szgd li .counter{
    font-family: Impact;
    font-size: 3.5rem;
}
.szgd li .span2{
    font-family: Impact;
    font-size: 3.5rem;
}
.szgd li .span1{
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    background-color: #fff;
    color: #e2226f;
    width: 20px;
    height: 20px;
        transform: translateY(-2.5vw);
    -ms-transform: translateY(-2.5vw);
    -webkit-transform: translateY(-2.5vw);
    margin-left: -0.6vw;
    line-height: 20px;
}

.szgd li p{
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}

.c8{
    margin: 3.8vw 0;
}
.xwfl{
    margin-top: 2.8vw;
}
.xwfl ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.xwfl ul li{
    width:200px;
    height: 60px;
    background: #eeeeee;
    text-align: center;
    margin: 0 5px;
}
.xwfl ul li h3{
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
}
.xwfl ul li:hover{
    background: #e2226f;
}
.xwfl ul li:hover h3{
    color: #ffffff;
}

.xwfl ul li.cur{
    background: #e2226f;
}

.xwfl ul li.cur h3{
    color: #ffffff;
}

.xwbj{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 3vw;
}
.xwbj .xwz{
    width: 40.2%;
    background: #f8f8f8;
    padding: 2vw;
}
.ttt{
    display: none;
}
.news_listt li h3{
    font-size: 1.1rem;
    color: #333333;
    font-weight: 400;
}
.news_listt li h5{
    font-size: 15px;
    color: #999999;
    line-height: 28px;
    margin-top: 20px;
}
.news_listt li:hover h5{
    
}
.news_listt li span{
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}
.news_listt li .img{
    width: 100%;
    margin-top: 2vw;
}
.news_listt li .img img{
    width: 100%;
}

.news_listt li:hover h3{
    color: #e2226f;
    font-weight: 600;
}


.xwbj .xwy{
    width: 55.5%;
}

.news_listt2 li a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.news_listt2 li{
    margin-bottom: 0.8vw;
}
.news_listt2 li:last-child{
    margin-bottom: 0;
}
.news_listt2 li .rq{
    width: 12.5%;
    border: 1px solid #eeeeee;
    text-align: center;
    padding-bottom: 12px;
}
.news_listt2 li .rq dd{
    font-size: 2.4rem;
    color: #454545;
    font-weight: 400;
}
.news_listt2 li .rq dt{
    font-size: 16px;
    color:#666666;
    font-weight: 400;
}
.news_listt2 li .wz{
    width: 83%;
}
.news_listt2 li .wz h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-wrap: break-word;
}
.news_listt2 li .wz h5{
    font-size: 15px;
    color: #888888;
    font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
         line-height: 24px;
         margin-top: 8px;
}
.news_listt2 li .wz span{
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-top: 10px;
}

.news_listt2 li:hover .rq{
    background: #e2226f;
    border-color: #e2226f;
}
.news_listt2 li:hover .rq dd{
    color: #fff;
}
.news_listt2 li:hover .rq dt{
    color: #fff;
}
.news_listt2 li:hover .wz h3{
    font-weight: 600;
    color: #e2226f;
}
.news_listt2 li:hover .wz span{
    color: #e2226f;
    display: flex;
    align-items: center;
}
.news_listt2 li .wz span::before{
    display:inline-block;
    content: "";
    width: 0;
    height: 1px;
    background: #e2226f;
    transition: all 0.3s;
}
.news_listt2 li:hover .wz span::before{
    width: 56px;
    margin-right: 14px;
}


.box2{background-color: #f8f8f8;padding: 3% 0 4%;}
.hbox{margin-top: 3.6%;}
.hbox .bd{overflow: hidden;}
.hul li{margin:14px 7px;}
.hul li .img img{display: block;width: 277px;height: 155px;}
.hul li:hover{box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.25);}





footer{
    background-color: #4d4c4c;
    padding-top: 3vw;
    padding-bottom: 1vw;
}

.fota{
    width: 52%;
    
}
.fotc{
    width: 26%;
}
.fota>div{
    width: 25%;
}
.fota dd{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.8vw;
}
.fota a{
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #949494;
}
.fota a:hover{
    color: #e2226f;
}
.fotb{
    color: #949494;
    font-size: 14px;
    line-height: 24px;
}
.fotb dd{
    line-height: 30px;
    font-weight: 400;
}
.fotb dt{
    font-size: 1.4rem;
    color: #e2226f;
    font-weight: 600;
}
.fotb dl{
    font-weight: 400;
    margin-top: 15px;
}
.fotc{
    text-align: center;
    color: #949494;
    font-size: 14px;
    line-height: 32px;
}

.xwxw{
    color: #949494;
    font-size: 14px;
    line-height: 28px; 
    margin-top: 3%; 
}
.xwxw a{
   color: #949494; 
}

.xwxw .bq{
    width: 45%;
}
.xwxw .ji {
    width: 45%;
}
.ji img{
    margin-top: -2px;
}

.footyj{
    background: #161616;
   
}


@media(max-width: 1300px){
    .about_list li .aby p{font-size: 14px;line-height: 28px;}
}



@media (max-width: 1260px){
.pro_list li:hover h3::before{
     text-indent: 260px;
}

.fotc{
    width: 24%;
}

.fotc ul li .img1 img{
    max-width: 120px;
    width: 100%;
}

.fotc ul li .wz{
    font-size: 12px;
    color: rgba(255,255,255,.4);
}

.bq,.ji{float: none;}

}



@media (max-width: 1200px){
    .w1920{
        max-width: 1200px;
       margin: 0 auto;
    }
    .htop .tnav{
        width: 82%;
    }
    .hul li .img img{width: 200px;height: 112px;}
}
@media (max-width: 1024px){
.htop .tnav{
    width: 84%;
}
.x-menu > li>a{
    font-size: 15px;
}
.ss #keyword{
    width: 85%;
}
.pro_list li:hover h3::before{
    display: none;
}
.cc6{
    align-items: center;
}
.w1920{
    max-width: 1024px;
    margin: 0 auto;
}
.ysmk li{
    width: 97px;
}
.fota{
    width: 40%;
}
.fotc{
    width: 28%;
}
}
@media (max-width: 992px){
    .c2{
        padding:0 2%;
    }
    .c3{
        margin-top: 3%;
    }
   .taba li{
        padding: 18px 30px;
   } 
   .about_list li{
       align-items: center;
   }
   
   .fotb{
       width: 48%;
   }
   .fotc{
       width: 30%;
   }


}
@media (max-width: 768px){
    body{
        padding: 50px 0;
    }
    .box1{margin: 30px 0;}
    .visible-xs{
        display: block!important;
    }

   .ysmk li{width: 72px;}
   .ysmk li h3{font-size: 14px;}
   .c3{padding: 30px 0;}
   .xwxw{width: 100%;}
   .xwxw .bq{width: 100%;}
   .xwxw .ji{width: 100%;}
   .fotc{
      width: 80%;
      margin: 0 auto;
   }
   .fotc td img{
       width: 85%;
   }
   .ssmk{
       display: none;
   }
   .tybt h3{
       font-size: 22px;
   }
   .taba li .a .img{
       display: none;
   }
   .taba li .a .imgwz p{
       display: none;
   }
   .taba li{
       padding: 10px 20px;
   }
   .taba li .a .imgwz h3{
       font-size: 18px;
   }
   .pro_list li h3{
       font-size: 16px;
       height: 45px;
       line-height: 45px;
   }
   .c1 .imgg{
       max-width: 33%;
   }
   .c2a .c2aa h3{
       font-size: 22px;
   }
   .c2a .c2aa p{
       margin-top: 5px;
   }
   .c2 .w-pro-item h3{
       font-size: 16px;
       margin-top: 8px;
   }
   .c3a h3{
       font-size: 22px;
   }
   .ysmk li .img img{
       max-width: 50%;
   }
   .ysmk li .img{
       height: 80px;
   }
   .c3c .c3cb{
       font-size: 18px;
       width: 160px;
       height: 36px;
       line-height: 36px;
   }
   .case_listt{
       display: none;
   }
  
   .case_listt2 li{
       width: 48%;
   }
   .tab_list li dd{
       font-size: 32px;
       margin: 4px 0;
   }
   .tab_list li dt{
       font-size: 16px;
       margin: 0;
   }
   .tab_list li::before{
       left: 43.5%;
   }
   .about_list li .aby h4{
       font-size: 18px;
   }
   .about_list li .aby h3{
       font-size: 16px;
       margin: 8px 0;
   }
   .about_list li .aby p{
       font-size: 14px;
       line-height: 24px;
       margin-top: 0;
       height: 140px;
   }
   .about_list li .aby h3::after{
       width: 50px;
       height: 2px;
   }
   .about_list li .aby a{
       width: 110px;
       height: 32px;
       line-height: 32px;
       font-size: 12px;
       margin-top: 5px;
   }
   .c6a{
       width: 100%;
   }
   .c6b{
       width: 100%;
   }
   .c6b .abwz{
       font-size: 14px;
       line-height: 24px;
   }
   .c6b .ablink a{
        width: 90px;
       height: 32px;
       line-height: 32px;
       font-size: 12px;
   }
   .szgd li .counter{
       font-size: 40px;
   }
   .szgd li .span2{
       font-size: 40px;
   }
   .xwbj .xwz{
       display: none;
   }
   .xwbj .xwy{
       width: 100%;
   }
   .xwfl ul li{
       height: 48px;
       width: auto;
       padding: 0 4%;
       
   }
    .xwfl ul li h3{
        height: 48px;
        line-height: 48px;
        font-size: 14px;

    }
    .news_listt2 li .rq{
        padding-bottom: 0;
    }
    .news_listt2 li .rq dd{
        font-size: 22px;
        padding-top: 12px;
    }
    .news_listt2 li .rq dt{
        font-size: 16px;
    }
    .news_listt2 li .wz h3{
        font-size: 16px;
    }
    .news_listt2 li .wz h5{
        font-size: 12px;
        margin-top: 0;
    }
    .news_listt2 li .wz span{
        font-size: 12px;
        margin-top: 0;
    }
    .news_listt2 li:hover .wz h3{
        font-size: 16px;
    }
    .fotb{
        width: 50%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .fotb dl{
        margin-top: 5px;
    }
    .fotb dt{
        font-size: 18px;
    }
    .fota{
            width: 100%;
    }

}

@media (max-width: 500px){
    .box2{padding-top: 30px;}
    .hul li .img img{width: 140px;height: 78px;}
    .swiper-button-prev,.swiper-button-next{width: 36px;height: 36px;margin-top: -18px;background-size: 100% 100%;}
    .hmore a{margin-top: 20px;}
    .c6{padding-top: 30px;}
    .cc6{margin-top: 10px;}
    .c4,.c5{padding: 30px 0;}
    .tab_list{margin: 20px 0 15px;}
    .case_listt2{margin-top: 20px;}
    .tab-main1{padding: 15px;}
    .taba{
    }
    .taba li{
        padding: 8px;
        margin: 0 4px;
        margin-bottom: 5px;
    }
    .imgg{
        max-width: 30%;
        display: none;
    }
    .pro_list li{
        width: 48%;
    }
    .pro_list li:nth-child(n+3){
        display: none;
    }
    .pro_list li h3{
        font-size: 14px;
    }
    .c2{
        margin-top: 5px;

    }
    .c2ab{
        display: none;
    }
    .ysmk li .img img{
        max-width: 35%;
    }
    .ysmk li .img{
        height: 70px;
    }
    .ysmk li{
        width: 22%;
        margin-bottom: 2%;
    }
    .c3c .c3cb{margin-left: 8px;}
    .ysmk li h3{
        font-size: 12px;
    }
    .about_list li .abz{
        width: 100%;
    }
    .about_list li .aby{
        width: 100%;
    }
    .tab_list li dd{
        font-size: 24px;
    }
    .tab_list li dt{
        font-size: 13px;
    }
    .szgd li{
        width: 50%;
    }
    .news_listt2{
        padding: 0 15px;
    }
    .news_listt2 li .rq{
        width: 22.5%;
    }
    .news_listt2 li .wz{
        width: 72%;
    }
    .fotb{
        width: 80%;
    }
    .szgd li .counter{
        font-size: 32px;
    }
    .szgd li p{
        font-size: 14px;
    }
    .szgd li .span2{
        font-size: 32px;
    }
    .szgd li .span1{
        font-size: 12px;
    }
}




/*内页左侧样式*/

.page-wrap{
  padding: 3% 0;
}


.xypg-left-con2{margin-bottom:3%;}
 .xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xypg-left-con2 .xypg-left-nav>li {width:18%;
    position: relative;text-align:center;
    background: #f7f7f7;border-right: 1px solid #dedede;
}

.xypg-left-con2  .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}


.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;background:#e2226f;
}
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn{display: none;}


@media (min-width: 991px) {
     .page-wrap-left{display:none;}
    
}

@media (max-width: 768px) {
     .xypg-left-con2 .xypg-left-nav{display:none!important;}
     .xypg-right-content img{width:100%!important;height:auto!important;}
}
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
}