/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑",HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
}
a:focus{ outline:none }
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1710px !important;
    margin:0 auto;
}
.container-row{width: 1326px !important;margin: 0 auto;position: relative;padding: 0 15px;}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

.fl{float: left;}
.fr{float: right;}
.tab-bar .tab-term{cursor: pointer;}
.tab-cont{position: relative;}
.tab-cont .tab-item{position: absolute;top: 0;left: 0;display: none;}
.tab-cont .tab-item.active{position: static;display: block;}
div:focus {
    outline: none;
    }
nav ul{margin-bottom: 0px;}
/*logo*/
header .logo {
    height: 95px;
    line-height: 95px;
    padding-right: 130px;
}
header .logo img{
    max-height: 80%;
    max-width: 100%;
    padding-right: 5px;
}
header .logo-box{
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

header .logo-box .En{width: 100%;line-height: 95px;position: relative;width: 110px;}
header .logo-box .En .on{width: 90px;position: relative;}
header .logo-box .En .on::after{content: "";width: 12px;height: 8px;background: url(../images/jiant3.png)no-repeat center center/contain;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
/*header .logo-box .En a{display: block;color: #337ab7;font-size: 14px;}*/
header .logo-box .En .img{width: 25px;height: 20px;overflow: hidden;display: inline-block;line-height: 1;vertical-align: middle;}
header .logo-box .En .img img{width: 100%;line-height: 1;}
header .logo-box .En .p{display: inline-block;line-height: 20px;height: 20px;font-family: Arial, Helvetica, sans-serif;}
header .logo-box .En .iov{position: absolute;top: 68%;left:50%;background:#fff;padding: 15px 5px; box-shadow: 2px 2px 8px rgb(54, 52, 52);display: none;width: 100px;transform: translateX(-50%);z-index: 2000;}
header .logo-box .En .iov a{display: block;line-height: 30px;}
header .logo-box .soso{width: 30px;height: 20px;margin-top: 35px;position: relative;}
header .logo-box .soso a{display: block;overflow: hidden;}
header .logo-box .soso img{width: 100%;}
header .logo-box .soso .kuan{width: 150px;background: #fff;box-shadow: 2px 2px 5px #333;border-radius: 20px;z-index: 1;height: 30px;position: absolute;
    top: 30px;right: 0;padding-left: 10px;display: none;}
header .logo-box .soso .kuan input{width: 100%;line-height: 30px;border: 0;border-radius: 20px;outline: none;}
header .logo-box .soso .kuan input.focus{border: none;}
/*一级导航*/
nav{
    width: 60%; 
    z-index: 100;
    margin-right: 50px;
}
nav ul li{
    font-size: 18px;
    text-align: center;
    width: 15%;
    float: left;
    transition: all .3s;
    position: relative;
}
nav ul li a{
    display:inline-block;
    color: #666 ;
    font-size:18px;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    border-bottom: 2px solid transparent;
    line-height: 95px;
}

nav ul li:nth-last-child(1) a::after{
     display: none;
}
nav ul li a:hover,nav ul li a.active{
    color: #f32f3e;
    border-color:#f32f3e ;
   
}

/*二级导航栏*/
nav ul li .ul2{min-width:150px;width: 100%;height: auto;position: absolute;top: 100%;left: 0;padding: 15px 30px  15px 15px;background-color: #fff;display: none;
    border-radius: 5px; box-shadow: 0px 2px 18px 0px rgba(4, 0, 0, 0.14);z-index: 1000;}
nav ul li .ul2 .li2{width: 100%;line-height: 40px;position: relative;}
nav ul li .ul2 .li2 a:hover{border: none;} 
nav ul li .ul2 .li2.on::after{content: "";position: absolute;top: 50%;transform: translateY(-50%);right: -10px;border: 6px solid transparent;border-left-color: #333;}
nav ul li .ul2 .li2 a{font-size: 18px;color: #666;display: block;border: none;line-height: 40px;text-align: left;}
nav ul li .ul2 .li2 a:hover{color: #f32f3e;}
nav ul li .ul3{z-index: 1000;position: absolute;top:-15px;left: 117%;width: 100%;box-shadow: 0px 2px 18px 0px rgba(4, 0, 0, 0.14);padding:15px 15px 15px 15px ;background-color: #fff;border-radius: 5px;display: none;}
nav ul li .ul3 .li3{width: 100%;position: relative;}
nav ul li .ul3 .li3.on::after{content: "";position: absolute;top: 50%;transform: translateY(-50%);right:-10px;border: 6px solid transparent;border-left-color: #333;}
nav ul li .ul3 .li3 a{color: #666;font-size: 18px;line-height: 40px;}
nav ul li .ul4{z-index: 1000;position: absolute;top:-15px;left: 120%;box-shadow: 0px 2px 18px 0px rgba(4, 0, 0, 0.14);padding:15px 25px 15px 15px ;background-color: #fff;border-radius: 5px;display: none;}
nav ul li .ul4 .li4{position: relative;    white-space: nowrap;}
nav ul li .ul4 .li4 a{color: #666;font-size: 18px;line-height: 40px;white-space: nowrap;}


/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .swiper-alide img{
    width: 100%;
    height: 960px;
}
.banner .but{
    width:50px;
    height:50px;
    background:none;
    color:#333;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
    outline:none;
}

.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:34px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:35px;
    height:5px;
    margin:0 5px;
    opacity:1;
    border-radius: 10px;
    background-color: rgb(255, 255, 255,0.5);
}
.banner .swiper-pagination-bullet-active{
    width: 35px;
    background-color: #f32f3e;
}


/*首页*/
.title{margin: 75px 0 30px;text-align: center;}
.title h5{font-size: 36px;color: #666;position: relative;padding-bottom: 10px;}
.title h5::before{content: "";width: 40px;height: 3px;background-color: #f32f3e;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.home1 {padding-bottom: 73px;}
.home1 .con{padding-bottom: 53px;}
.home1 .con .box{margin-top: 40px;text-align: center;border: 1px solid #eee;min-height: 415px;transition: all 0.3s;}
.home1 .con .box:hover{box-shadow: 0 8px 8px #dcdcdc;}
.home1 .con .box .img{width: 100%;overflow: auto;}
.home1 .con .box .img img{width: 100%;}
.home1 .con .box .h{font-size: 16px;color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.home1 .con .swiper-but{width: 60px;height: 60px;border-radius: 50%;outline:none;}
.home1 .con .swiper-button-prev{background:rgba(0, 0, 0, 0.5) url(../images/jiant1.png)no-repeat center center  !important;left: -90px;}
.home1 .con .swiper-button-next{background:rgba(0, 0, 0, 0.5) url(../images/jiant2.png)no-repeat center center  !important;right: -90px;}
.home1 .con .swiper-pagination{position: absolute;bottom: -13px;left: 0;text-align: center;width: 100%;}
.home1 .con .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 50%;margin:  0 9px;border: 2px solid #333;background: none;}
.home1 .con .swiper-pagination-bullet-active{background-color:#333;}

.home2{background: #f2f2f2;padding:1px 0 30px;}
.home2 .con{margin-top: 50px;}
.home2 .swiper-container{padding: 110px 0 180px;}
.home2 .swiper-slide .img img{width: 100%;}
.home2 .swiper-slide a{box-shadow: inset 0 -100px 80px -72px #333;}
.home2 .swiper-slide.swiper-slide-active{transform: translate3d(0px, 0px, -0.396432px) rotateX(0deg) rotateY(0deg) scale(2) !important;}
.home2 .swiper-slide.swiper-slide-prev{transform: translate3d(0px, 0px, -206.404px) rotateX(0deg) rotateY(0deg) scale(1.6) !important;position: relative;transition: all 0.2s;}
.home2 .swiper-slide.swiper-slide-next{transform: translate3d(0px, 0px, -206.404px) rotateX(0deg) rotateY(0deg) scale(1.6) !important;position: relative;transition: all 0.2s;}
.home2 .swiper-slide.swiper-slide-prev::after{width: 100%;height: 100%;content: "";background: rgba(0, 0, 0, 0.3);position: absolute;top: 0;left: 0;}
.home2 .swiper-slide.swiper-slide-next::after{width: 100%;height: 100%;content: "";background: rgba(0, 0, 0, 0.3);position: absolute;top: 0;left: 0;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}
.swiper-button-prev:after, .swiper-button-next:after{display: none;}

.home2 .swiper-slide .h{position: absolute;bottom: 15px;font-size: 12px;color: #fff;left: 50%;text-align: center;transform: translateX(-50%);display: none;transition: all .03s;
}
.home2 .swiper-slide.swiper-slide-active .h{display: block;}

.home2 .con .swiper-but{width: 60px;height: 60px;border-radius: 50%;outline:none;}
/* .home2 .con .swiper-button-prev,.home1 .con .swiper-button-next{background-image:none;} */
.home2 .con .swiper-button-prev{background:rgba(0, 0, 0, 0.5) url(../images/jiant1.png)no-repeat center center !important;left: 148px;}
.home2 .con .swiper-button-next{background:rgba(0, 0, 0, 0.5) url(../images/jiant2.png)no-repeat center center !important;right: 148px;}

.home3{padding: 115px 0 80px;}
.home3 .con{font-size: 0;}
.home3 .con .textbox{width: 50%;vertical-align: top;padding-right: 35px;}
.home3 .con .textbox .title{text-align: left;margin-top: 0;}
.home3 .con .textbox .title h5{display: inline-block;}
.home3 .con .textbox .title h5::before{left: 0;transform: translateX(0);}
.home3 .con .textbox .text p{margin-top: 25px;font-size: 16px;color: #333;line-height: 26px;text-align: justify;}
.home3 .con .imgbox{width: 50%;}

.home3 .con .textbox .text::-webkit-scrollbar {  
    width: 6px;  
}  
.home3 .con .textbox .text::-webkit-scrollbar-track {  
    background-color:#eee;  
    -webkit-border-radius: 2em;  
    -moz-border-radius: 2em;  
    border-radius:2em;  
}  
.home3 .con .textbox .text::-webkit-scrollbar-thumb {  
    background-color:#999;  
    -webkit-border-radius: 2em;  
    -moz-border-radius: 2em;  
    border-radius:2em;  
}

.home3 .con .imgbox video{max-width: 100%;}
.con-x .list{margin-top: 50px;width: 100%;}
.con-x .box{padding-top: 70px;text-align: center;width: 305px;height: 236px;display: inline-block;margin-left: 20px;color: #fff;vertical-align: top;}
.con-x .box:first-child{margin-left: 0;}
.con-x .box .num{font-size: 73px;display: inline-block;line-height: 1;}
.con-x .box .t{display: inline-block;}
.con-x .box .t .icon{width: 63px;height: 60px;overflow: hidden;text-align: center;}
.con-x .box .t .icon img{width: 100%;height:100%;object-fit: contain;}
.con-x .box .t .num2{font-size: 28px;}
.con-x .box .text{font-size: 20px;}
.con-x .box1{background: url(../images/img5.png)no-repeat center center/cover;}
.con-x .box2{background: url(../images/img6.png)no-repeat center center/cover;}
.con-x .box3{background: url(../images/img7.png)no-repeat center center/cover;}
.con-x .box4{background: url(../images/img8.png)no-repeat center center/cover;}

.home4{padding: 75px 0 90px;background-color: #f2f2f2;}
.home4 .con{margin-top: 50px;}
.home4 .con .box{display: inline-block;width: 31.5%;margin-left: 2%;}
.home4 .con .box:first-child{margin-left: 0;}
.home4 .con .box .img{width: 100%;overflow: hidden;}
.home4 .con .box .img img{width: 100%;transition: all 0.3s;}
.home4 .con .box .text{padding-top: 25px;}
.home4 .con .box .text .h{font-size: 16px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all 0.3s;font-weight: bold;}
.home4 .con .box .text .p{font-size: 14px;color: #666;line-height: 20px;margin-top: 15px;}
.home4 .con .box .text .data{font-size: 14px;color: #999;margin-top: 20px;}
.home4 .con .box:hover .img img{transform: scale(1.1);}
.home4 .con .box:hover .text .h{color: #f32f3e;}
.home4 .more{width: 137px;height: 35px;border-radius: 30px;border: 1px solid #f32f3e;text-align: center;margin: 40px auto 0;cursor: pointer;}
.home4 .more a{font-size: 12px;color: #f32f3e;line-height: 35px;position: relative;padding-right: 13px;}
.home4 .more a::before{content: '>';font-size: 8px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}


/*footer*/
.footer{padding-top: 55px;background-color: #000;}
.footer .tit{text-align: center;color: #fff;}
.footer .tit .h{font-size: 30px;}
.footer .tit .t{font-size: 18px;margin-top: 15px;}
.footer .con{margin-top: 90px;}
.footer .con .hea{font-size: 18px;color: #fff;}
.footer .con .text{width: 100%;position: relative;margin-top: 25px;}
.footer .con .text .t{padding-left: 30px;position: relative;}
.footer .con .text .t .img{width: 20px;height: 22px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.footer .con .text .t .img img{width: 100%;}
.footer .con .text .t .p{display: inline-block;font-size: 16px;color: #b1b1b1;padding-left: 5px;}
.footer .con .text .t:nth-child(2){margin-top: 10px;}
.footer .con .text .icon{position: absolute;bottom: 0;right: 0;cursor: pointer;}
.footer .con .text .icon a{margin-left: 30px;position: relative;}
.footer .con .text .icon a .iconIov{width: 150px;height: auto;padding: 10px;position: absolute;bottom: 140%;left: 50%;transform: translateX(-50%);overflow:hidden;
    background-color: #fff;display: none;transition: all 0.3s;border-radius: 10px;}
.footer .con .text .icon a .iconIov img{width: 100%;height: auto;}
.footer .con .text .icon a:hover .iconIov{display: block;}
.footer .bot{padding: 80px 0 15px;font-size: 12px;color:#b1b1b1;text-align: center;}
.footer .bot a{font-size: 12px;color:#b1b1b1;padding-right: 15px;}

/*产品中心*/
.headimg{width: 100%;height: auto;margin-top: 104px;}
.headimg .img img{width: 100%;height: auto;}
.cpzx .list{padding: 45px 0 60px;}
.cpzx .list ul{border-bottom: 1px solid #efefef;}
.cpzx .list ul li{font-size: 16px;color: #666;line-height: 63px;display: inline-block;}
.cpzx .list ul li a{font-size: 16px;color: #666;line-height: 63px;margin-left: 50px;transition: all 0.3s;}
.cpzx .list ul li a.on,.cpzx .list ul li a:hover{color: #f32f3e;}
.cpzx .list .ul3 li a{margin-left: 25px;}
.cpzx .list .ul3 li:first-child{margin-right: 25px;}
.cpzx .con .box{width: 49%;border: 1px solid #eee;font-size: 0;display: inline-block;margin-left: 1%;margin-bottom: 18px;transition: all 0.3s;}
.cpzx .con .box a{display: block;width: 100%;height: 100%;padding: 50px 0;}
.cpzx .con .box .img{width: 40%;overflow: hidden;display: inline-block;text-align: center;}
.cpzx .con .box .img img{max-width: 100%;transition: all 0.3s;}
.cpzx .con .box .text{width: 60%;display: inline-block;padding-right:50px;vertical-align: top;}
.cpzx .con .box .text .h{font-size: 18px;color: #000;padding-bottom: 20px;font-weight: bold;transition: all 0.3s;}
.cpzx .con .box .text .p{font-size: 14px;color: #666;line-height: 24px;}
.cpzx .con .box:hover{ box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.15);}
.cpzx .con .box:hover .text .h{color: #f32f3e;}
.cpzx .con .box:first-child{margin-left: 0;}
.cpzx .con .box:nth-child(2n + 1){margin-left: 0;}

/*产品中心-2*/
.cpzx .con2{font-size: 0;}
.cpzx .con2 .box{width: 24%;margin-left: 1%;padding: 20px 0;border: 1px solid #eee;transition: all 0.3s;display: inline-block;vertical-align: top;margin-bottom: 15px;/*height: 360px;*/}
.cpzx .con2 .box:first-child{margin-left: 0;}
.cpzx .con2 .box:nth-child(4n + 1){margin-left: 0;}
.cpzx .con2 .box .img{width: 100%;text-align: center;}
.cpzx .con2 .box .img img{max-width: 100%;/*height: auto;*/}
.cpzx .con2 .box .h{font-size: 16px;color: #666;transition: all 0.3s;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.cpzx .con2 .box:hover{  /*box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.16);border-color: rgb(243, 47, 62);*/box-shadow: 0 8px 8px #dcdcdc;}
.cpzx .con2 .box:hover .h{color: #f32f3e;}

/*产品中心-3*/
.cpzx3{margin-top: 105px;}
.cpzx3 .top{background-color: #f5f5f5;height: 60px;}
.cpzx3 .top a{display: inline-block;line-height: 60px;font-size: 14px;color: #666;}
.cpzx3 .top a.active,.cpzx3 .top a:hover{color: #000;}
.cpzx3 .con{padding: 50px 0 60px;}
.cpzx3 .imgbox{width: 43%;padding-left: 70px;display: inline-block;}
.cpzx3 .imgbox .img{display: inline-block;height: 550px;}
.cpzx3 .imgbox .swiper-container-fade .swiper-slide{text-align: center;background:#fff;}
.cpzx3 .imgbox .swiper-container-fade .swiper-slide img{width: 100%;}
.gallery-top video{width:100%;height:500px;object-fit:contain;}
.cpzx3 .imgbox .gallery-thumbs .sm{width: 70px;height:70px;object-fit:contain;border: 2px solid #f1f1f1;margin-top: 25px;cursor: pointer;max-height: 85px; }

.cpzx3 .imgbox .gallery-thumbs i{position:absolute;left:50%;bottom:25px;margin-left:-15px;width:30px;height:30px;background:url(../images/play.png) no-repeat center / cover;}
.cpzx3 .text{width: 56%;display: inline-block;padding: 70px 80px 0 190px;vertical-align: top;}
.cpzx3 .text .h{font-size: 28px;color: #333; margin-bottom:20px;}
.cpzx3 .text .p{font-size: 16px;color: #666; line-height:30px;}
.cpzx3 .con2{background-color: #f5f5f5;padding-bottom: 95px;}
.cpzx3 .con2 .img{width: 100%;height: auto;}
.cpzx3 .con2 .img img{width: 100%;}

/*分页器*/
.page-mod{width: 100%;text-align: center;}
.page-mod .page-box {vertical-align: top;display: inline-block;margin: 35px 0 110px;white-space: nowrap;overflow-x: auto;}
.page-mod .page-item{float: left;margin: 0 4px;min-width: 36px;font-size: 16px;color: #666;line-height: 34px;background: #fff;}
.page-mod .page-item  a{display: block;padding: 0 5px;border: 1px solid #eee;transition: all 0.3s;position: relative;height: 34px;text-align: center;color: #666;}
.page-mod .page-input{display: inline-block;vertical-align: middle;padding-right: 8px;width: 36px;border: 1px solid #eee}
.page-mod .page-item a:hover{background-color: #f32f3e;color: #fff;}
.page-mod .page-item a.cur{background-color:#f32f3e;color: #fff;border-color: #f32f3e;}
.page-mod .prev a::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: url(../images/jiant5.png)no-repeat center center;width: 7px;height: 12px;}
.page-mod .next a::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: url(../images/jiant6.png)no-repeat center center;width: 7px;height: 12px;}
  
/*品质研发*/
.pzyf{padding: 85px 0 110px;}
.pzyf .box{margin-top: 25px;}
.pzyf .box .img{width: 50%;overflow: hidden;height: auto;float: left;}
.pzyf .box .img img{width: 100%;transition: all 0.3s;}
.pzyf .box .text{width: 50%;float: right;padding: 105px 20px 0 40px;}
.pzyf .box .text .h{font-size: 30px;color: #666;transition: all 0.3s;}
.pzyf .box .text .p{font-size: 16px;color: #666;line-height: 30px;margin-top: 15px;}
.pzyf .box:hover .img img{transform: scale(1.1);}
.pzyf .box:hover .text .h{color: #f32f3e;}
.pzyf .box:nth-child(even) .img{float: right;}
.pzyf .box:nth-child(even) .text{float: left;padding: 105px 35px 0 ;}

/*关于我们*/
.about .aitem_list{height: 73px;text-align: center;border-bottom: 1px solid #ededed;position: sticky;top: 95px;background-color: #fff;z-index: 90;border-top: 1px solid #ededed;}
.about .aitem_list .atime{display: inline-block;line-height: 71px;border-bottom:2px solid transparent;font-size: 18px;color: #666;margin: 0 30px;transition: all 0.3s;}
.about .aitem_list .atime.active,.about .aitem_list .atime:hover{color: #f32f3e;border-color: #f32f3e;}
.about .con1{padding-bottom: 85px;}
.about .con1 .text p{font-size: 16px;line-height: 30px;color: #666;text-align: center;margin-top: 30px;}
.about .con2{background: url(../images/bj1.jpg)no-repeat center center/cover;padding: 10px 0 50px;}
.about .con2 .swiper-container{margin-top: 50px;padding-bottom: 74px;}
.about .con2 .box{background-color: #fff; box-shadow: 0.832px 3.913px 13px 0px rgba(24, 4, 9, 0.06);padding: 40px 45px 50px;text-align: center;position: relative;}
.about .con2 .box .img{width: 100%;height: auto;}
.about .con2 .box .img img{width: 100%;}
.about .con2 .box::before{content: "";width: 240px;height: 5px;/*background-color: #deba72;*/position: absolute;left: 50%;transform: translateX(-50%);bottom: 14px;}
.about .con2 .swiper-but{width: 35px;height: 35px;border-radius: 50%;top: auto;bottom: 0;}
.about .con2 .swiper-button-prev{background: #f32f3e url(../images/jiant7.png)no-repeat center center;left: 46.5%;}
.about .con2 .swiper-button-next{background: #f32f3e url(../images/jiant8.png)no-repeat center center;right: 46.5%;}
.about .con3{padding-bottom: 70px;}
.about .con3 .swiper-container{padding: 45px 0 68px;}
.about .con3 .box{border: 1px solid #eee;text-align: center;height: 120px;position: relative;}
.about .con3 .box img{max-width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about .con3 .swiper-pagination{position: absolute;bottom: 0;left: 0;text-align: center;width: 100%;}
.about .con3 .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 50%;background-color: #dcdcdc;margin:  0 5px;}
.about .con3 .swiper-pagination-bullet-active{background-color: #f32f3e;}
.about .con4{background: url(../images/bj2.jpg)no-repeat center center/cover;padding: 10px 0 40px;}
.about .con4 .swiper-container{margin-top: 50px;padding-bottom: 74px;}
.about .con4 .box{ /*border-width: 5px;border-color: rgb(207, 169, 114);border-style: solid;*/background-color: rgb(255, 255, 255);
    box-shadow: 0.832px 3.913px 13px 0px rgba(24, 4, 9, 0.06);text-align: center;position: relative;padding: 15px 20px;}
.about .con4 .box .img{width: 100%;height: auto;}
.about .con4 .box .img img{width: 100%;}
.about .con4 .box::before{content: "";width: 240px;height: 5px;/*background-color: #deba72;*/position: absolute;left: 50%;transform: translateX(-50%);bottom: 14px;}
.about .con4 .swiper-but{width: 35px;height: 35px;border-radius: 50%;top: auto;bottom: 0;}
.about .con4 .swiper-button-prev{background: #f32f3e url(../images/jiant7.png)no-repeat center center;left: 46.5%;}
.about .con4 .swiper-button-next{background: #f32f3e url(../images/jiant8.png)no-repeat center center;right: 46.5%;}

/*新闻资讯*/
.news .con .box{margin-bottom: 45px;}
.news .con .box:nth-child(3n + 1){margin-left: 0;}
.news .home4{background: none;padding: 0;}
.news .tab-bar{height: 70px;border-bottom: 1px solid #ededed;text-align: center;}
.news .tab-bar .tab-term{line-height: 70px;font-size: 18px;color: #000;margin: 0 30px;border-bottom: 2px solid transparent;transition: all 0.3s;display: inline-block;}
.news .tab-bar .tab-term a{color:#000;}
.news .tab-bar .tab-term.active,.news .tab-bar .tab-term:hover{border-color: #f32f3e;color: #f32f3e;}
.news .tab-bar .tab-term.active a,.news .tab-bar .tab-term a:hover{border-color: #f32f3e;color: #f32f3e;}
.news .iov{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 700px;height: 500px;background-color: #fff;}
.news .con2{padding-top: 70px;font-size: 0;}
.news .con2 .box{width: 32%;margin-left: 2%;display: inline-block;position: relative;height: auto;cursor: pointer;margin-bottom: 25px; }
.news .con2 .box:first-child{margin-left: 0;}
.news .con2 .box:nth-child(3n + 1){margin-left: 0;}
.news .con2 .box .img{width: 100%;height: 100%;overflow: hidden;}
.news .con2 .box .img img{width: 100%;transition: all 0.3s;z-index: -1;position: relative;}
.news .con2 .box .ico{width: 50px;height: 50px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.news .con2 .box .ico img{width: 100%;}
.news .con2 .h{font-size: 16px;color: #fff;width: 100%;text-align: center;height: auto;position: absolute;bottom: 20px;left: 0;}
.news .con2 .box:hover .img img{transform: scale(1.1);}


/*新闻资讯-2*/
.news2 .top{height: 70px;border-bottom: 1px solid #ededed;}
.news2 .top a{display: inline-block;font-size: 14px;color: #666;line-height: 70px;}
.news2 .top a:hover{color: #333;}
.news2 .con{padding: 90px 240px 85px;}
.news2 .con .tit{text-align: center;padding-bottom: 30px;border-bottom: 1px solid #ededed;}
.news2 .con .tit .h{font-size: 30px;color: #333;}
.news2 .con .tit .h2{margin-top: 15px;font-size: 16px;color: #999;}
.news2 .con .tit .h2 .t{margin-left: 25px;}
.news2 .con  .p{font-size: 14px;color: #777;line-height: 30px;margin-top: 30px;}
.news2 .con .img{width: 100%;height: auto;overflow: hidden;text-align: center;margin-top: 30px;}
.news2 .con .img img{max-width: 100%;}
.news2 .con .bot{margin-top: 40px;width: 100%;height: 53px;background-color: #f1f0f2;padding: 0 25px;}
.news2 .con .bot .text .h{font-size: 14px;color: #999;display: inline-block;line-height: 53px;}
.news2 .con .bot .text .p2{display: inline-block;}
.news2 .con .bot .text .p2 a{font-size: 14px;color: #666;line-height: 53px;}
.news2 .con .more{text-align: center;margin-top: 30px;}
.news2 .con .more .t{font-size: 14px;color: #666;display: inline-block;vertical-align: top;}
.news2 .con .more a{display: inline-block;max-width: 20px;height: 20px;overflow: hidden;margin: 0 5px;}
.news2 .con .more a img{max-width: 100%;}

/*联系我们*/
.lxwm .list{padding: 65px 0;font-size: 0;}
.lxwm .list .box{width: 33%;border-left: 1px solid #efefef;text-align: center;display: inline-block;padding: 0 40px;vertical-align: top;min-height: 155px;}
.lxwm .list .box:first-child{border: none;}
.lxwm .list .box .img{width: 100%;text-align: center;}
.lxwm .list .box .img img{max-width: 100%;}
.lxwm .list .box .h{font-size: 16px;color: #666;margin-top: 20px;}
.lxwm .list .box .p{font-size: 16px;color: #666;margin-top: 5px;}
.lxwm .map{position: relative;}
.lxwm .bdmap{width: 100%;height: 490px;}
.lxwm .BMap_bubble_title{white-space:pre-wrap !important;font-size: 16px;color: #f32f3e;}
.lxwm .BMap_bubble_content{font-size: 14px;color: #333;margin-top: 10px;}
.lxwm .form{padding-bottom:95px;}
.lxwm .form .title{text-align: left;}
.lxwm .form .title h5{display: inline-block;}
.lxwm .form .title h5::before{left: 0;transform: translateX(0);}
.lxwm .form .con{font-size: 0;}
.lxwm .form .con .t{width: 47%;height: 48px;border: 1px solid #e9e9e9;display: inline-block;margin-top: 15px;}
.lxwm .form .con .t2{margin-left: 3%;}
.lxwm .form .con .t input{width: 100%;height: 100%;padding-left: 30px;line-height: 48px;display: block;font-size: 14px;border: none;outline:none;}
.lxwm .form .con .h{width: 100%;border: 1px solid #e9e9e9;margin-top: 15px;}
.lxwm .form .con .h textarea{width: 100%;height: 100%;height: 180px;padding: 25px;font-size: 14px;border: none;outline:none;}
.lxwm .form .con .t3{width: 200px;height: 50px;display: inline-block;border: 1px solid #e9e9e9;margin-top: 25px;}
.lxwm .form .con .t3 input{width: 63%;line-height: 47px;font-size: 14px;display: inline-block;border: none;outline:none;padding-left: 10px;vertical-align: top;}
.lxwm .form .con .t3 .img{width: 35%;padding-right: 10px;overflow: hidden;display: inline-block;height: 100%;position: relative;}
.lxwm .form .con .t3 .img img{width: 100%;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.lxwm .form .con .but{width: 200px;height: 50px;display: inline-block;margin-left: 15px;vertical-align: top;margin-top: 25px;}
.lxwm .form .con .but button{text-align: center;line-height: 50px;border: none;outline:none;font-size: 18px;color: #fff;width: 100%;height: 100%;background-color: #f32f3e;}
/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}
.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}
.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}
.weixin_popup i:hover {
    color: red;
}
.weixin_popup img {
    width: 150px;
    height: 150px;
}
.weixin_popup p {
    line-height: 30px;
}


/* 右侧悬浮 */
.suspend_nav{
    background: #fff;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child{
    border: none;
}
.suspend_nav .list:before{
    content:"";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #fff;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #000;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #000;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #000;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}


/*媒体查询开始*/


@media (max-width:1800px){
    .madio2 .con{margin-top: -100px;}

}
@media (max-width:1520px){
    .container-fluid{width: 100% !important;}
    .container-row{width: 100% !important;}
    .home1 .con .swiper-button-prev{left: 10px;}
    .home1 .con .swiper-button-next{right: 10px;}
    header .logo{padding-right: 80px;}
   

}
@media (max-width:1320px){
    nav{margin-left: 20px;width: 64%;}
    .con-x .box{width: 23%;}
    
   
    
}
@media(max-width:1220px){
    header{
        border: none;
    }
    header .logo{
        max-width: 35%;
    }
    header .logo{padding-right: 20px;}
    .con-x .box{width: 23%;margin-left: 2%;}
    .home4P{padding: 1px 0 90px;}
    .home4 .title{margin: 50px 0;}
    .cpzx3 .imgbox{padding-left: 0;width: 46%;}
    .cpzx3 .text{width: 53%;padding: 40px 50px 0 22px;}
  
   
    
}
@media (max-width:1070px){
    header .logo {
        max-width: 40%;
        height: 90px;
        line-height: 90px;
    }
    header .logo img{
        border: none;
    }
    header .sjdnav {
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        top: 90px;
        z-index: 20;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #fff;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #000;
        line-height: 40px;
        font-size: 16px;
        border-bottom: 1px solid #91a2b6;
        padding-left: 20px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 80%;
        height: 8px;
        background: #004684;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #004684;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    
    header .logo-box .sosuo .an{margin: 28px 10px 0 0;}
    nav{width: 60%;}
    .title{margin: 40px 0 20px;}
    .title h5{font-size: 30px;}
    .home2 .con{margin-top: 30px;}
    .home4{padding-top: 1px;}
    .home4 .title{margin-bottom: 15px;}
    .home3 .con .textbox .text p{margin-top: 15px;font-size: 14px;line-height: 20px;}
    .cpzx .con .box a{padding: 30px 0;}
    .cpzx .con .box .text{padding-right: 10px;}
    .cpzx .con .box .text .h{font-size: 16px;padding-bottom: 8px;}
    .cpzx .con .box .text .p{font-size: 12px;line-height: 22px;}
    .pzyf .box .text{padding-top: 55px;}
    .pzyf .box:nth-child(even) .text{padding-top: 55px;}
    .about .aitem_list{overflow: auto; white-space: nowrap;}
    .headimg{margin-top: 96px;}
    .news2 .con{padding: 50px 0;}

    .home1 .con .box{margin-top:0px;}
}

@media (max-width:767px) {
    .banner{margin-top: 75px;}
    .banner img{height:250px;object-fit:cover;}
    header .logo-box .sosuo{line-height: 80px;padding-right: 60px;}
    header .logo {
        max-width: 55%;
        height: 80px;
        line-height: 80px;
    }
    header .sjdnav {
        top: 80px;
        position: fixed;
        z-index:100;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
        position: fixed;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .page-mod .page-item{min-width: 30px;}
    header .logo-box .En{line-height: 80px;}
    header .logo-box .rig{margin-right: 50px;}
    header .logo-box .soso{margin-top: 27px;}
    .home1 .con .swiper-but{width: 50px;height: 50px;}
    .home2 .swiper-slide.swiper-slide-active{transform: translate3d(0px, 0px, -0.396432px) rotateX(0deg) rotateY(0deg) scale(1) !important;}
    .home2 .swiper-slide.swiper-slide-next{transform: translate3d(0px, 0px, -0.396432px) rotateX(0deg) rotateY(0deg) scale(1) !important;}
    .home2 .swiper-slide.swiper-slide-prev{transform: translate3d(0px, 0px, -0.396432px) rotateX(0deg) rotateY(0deg) scale(1) !important;}
    .home2 .swiper-container{padding: 30px 0;}
    .home2 .con .swiper-button-prev{left: 10px;}
    .home2 .con .swiper-button-next{right: 5px;}
    .home2 .con .swiper-but{width: 50px;height: 50px;}
    .home3{padding: 30px 0;}
    .home3 .con .textbox{width: 100%;padding-right: 0;float: none;}
    .home3 .con .imgbox{width: 100%;float: none;margin-top: 20px;}
    .con-x .box{width: 49%;margin-left: 0;margin-bottom: 4px;}
    .con-x .list{margin-top: 30px;}
    .home4{padding-bottom: 30px;}
    .home4 .con .box{width: 100%;margin-left: 0;margin-top: 20px;}
    .home4 .con .box .text{padding-top: 10px;}
    .home4 .con .box .text .p{margin-top: 5px;}
    .home4 .con .box .text .data{margin-top: 10px;}
    .footer .con{margin-top: 30px;text-align: center;}
    .footer .con .text{margin-top: 15px;}
    .footer .con .text .icon{position: inherit;margin-top: 15px;text-align: center;}
    .footer .bot{padding: 30px 0 15px;}
    .cpzx .list{padding: 30px 0;}
    .cpzx .list ul {padding-left:50px;position: relative;}
    .cpzx .list ul li:first-child {position:absolute;left:0px;}
    .cpzx .list ul li{font-size: 14px;line-height: 30px;margin-right:10px;}
    .cpzx .list ul li a{font-size: 14px;line-height: 30px;margin-left:0px;}
    .cpzx .con .box{width: 100%;margin-left: 0;}
    .cpzx .list .ul3 li:first-child{margin-right: 0;}
    .cpzx .list .ul3 li{line-height: 30px;}
    .cpzx .list .ul3 li a{margin-left:0;line-height: 30px !important;}
    .cpzx .con2 .box{width: 49%;margin-bottom: 10px;}
    .cpzx .con2 .box:nth-child(4n + 1){margin-left: 1%;}
    .cpzx .con2 .box:nth-child(2n + 1){margin-left: 1%;}
    .pzyf{padding: 50px 0;}
    .pzyf .box .img{width: 100%;float: none;}
    .pzyf .box:nth-child(even) .img{float: none;}
    .pzyf .box .text{width: 100%;float: none;padding: 15px;}
    .pzyf .box:nth-child(even) .text{float: none;padding: 15px;}
    .pzyf .box{margin-top: 15px;}
    .about .con1 .text p{font-size: 14px;line-height: 22px;margin-top: 10px;}
    .about .con1{padding-bottom: 30px;}
    .about .con2 .swiper-button-perv{left: 42%;}
    .about .con2 .swiper-button-next{right: 42%;}
    .about .con4 .swiper-button-perv{left: 42%;}
    .about .con4 .swiper-button-next{right: 42%;}
    .about .aitem_list{height: 50px;}
    .about .aitem_list .atime{line-height: 48px;font-size: 16px;margin: 0 18px;}
    .headimg{margin-top: 80px;}
    .about .aitem_list{top: 80px;}
    .cpzx3{margin-top: 80px;}
    .cpzx3 .con{padding: 30px 0;}
    .cpzx3 .imgbox{width: 100%;}
    .cpzx3 .text{width: 100%;padding: 20px 0;}
    .news{padding-top: 0;}
    .home4 .con{margin-top: 30px;}
    .news .con .box{margin-bottom: 0;}
    .lxwm .list{text-align: center;padding: 30px 0;}
    .lxwm .list .box{width: 50%;}
    .lxwm .list .box:last-child{margin-top: 20px;border: none;}
    .lxwm .bdmap{height: 340px;}
    .news .con2{padding-top: 30px;}
    .news .con2 .box{width: 49%;margin-bottom: 10px;}
    .news .con2 .box:nth-child(3n + 1){margin-left: 2%;}
    .news .con2 .box:nth-child(2n + 1){margin-left: 0;}
    .news .iov{max-width: 100%;height: 400px;}
    .page-mod .page-box{margin: 35px 0;}
    .news .tab-bar{overflow: auto;white-space: nowrap;height: 50px;}
    .news .tab-bar .tab-term{line-height: 50px;}
    .news2 .con{padding: 30px 0;}
    .news2 .con .tit .h{font-size: 25px;}
    .news2 .con .tit{padding-bottom: 10px;}
    .news2 .con .p{line-height: 26px;margin-top: 10px;}
    .news2 .con .p img{width: 100%;}
    .news2 .con .img{margin-top: 10px;}
    .home1 .con .swiper-button-prev{background:rgba(0, 0, 0, 0.5) url(../images/jiant1.png)no-repeat center center  !important;left: 0px;}
    .home1 .con .swiper-button-next{background:rgba(0, 0, 0, 0.5) url(../images/jiant2.png)no-repeat center center  !important;right: 0px;}
    
    .cpzx .con2 .box .img img{height: 220px;object-fit: cover;}
}

@media (max-width:479px) {
    .banner{margin-top: 56px;}
    .banner .swiper-pagination{bottom: 10px;}
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 55px;
    }
    header .logo {
        height: 60px;
        line-height: 60px;
        max-width: 65%;
        width: 26%;
        padding-right: 0;
    }
    .banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0px 3px
    }
    .banner .swiper-pagination-bullet-active{background-color: #000;}
    header .logo-box .En{line-height: 60px;width: 85px;}
    header .logo-box .soso{margin-top: 16px;}
    header .logo-box .rig{margin-right: 28px;}
    .title{margin: 30px 0 20px;}
    .title h5{font-size: 24px;}
	.home1 {padding-bottom: 0;}
	.home1 .con .swiper-pagination{display:none;}
    .home2 .con{margin-top: 0;}
    .con-x .list{margin-top: 20px;}
    .con-x .box{height: 190px;padding-top: 54px;}
    .con-x .box .num{font-size: 58px;}
    .con-x .box .t .num2{font-size: 22px;}
    .con-x .box .text{font-size: 16px;}
    .home4 .con{margin-top: 0;}
    .footer{padding-top: 30px;}
    .footer .tit .h{font-size: 22px;}
    .footer .tit .t{font-size: 14px;margin-top: 10px;}
    .footer .con .hea{font-size: 16px;}
    .footer .con .text .t{text-align:left;}
    .footer .con .text .t .p{font-size: 12px;text-align: left;}
    .footer .con .text .t .img{vertical-align: middle;}
    .footer .con .text .icon a{margin-left: 10px;}
    .cpzx .con .box .img{width: 100%;}
    .cpzx .con .box .text{width: 100%;padding-right: 0;text-align: center;}
    .page-mod .page-box{margin: 35px 0;}
    .cpzx .con2 .box{padding: 10px 0;/*height: 320px;*/}
    .cpzx .con2 .box .h{font-size: 14px;}
    .pzyf .box .text{padding: 15px 0;}
    .pzyf .box:nth-child(even) .text{padding: 15px 0;}
    .pzyf .box .text .h{font-size: 20px;}
    .pzyf .box .text .p{font-size: 14px;line-height: 24px;margin-top: 5px;}
    .about .con2 .swiper-container{margin-top: 20px;padding-bottom: 50px;}
    .about .con2 .swiper-button-prev{left: 36%;}
    .about .con2 .swiper-button-next{right:36%;}
    .about .con4 .swiper-button-prev{left: 36%;}
    .about .con4 .swiper-button-next{right: 36%;}
    .about .con3{padding-bottom: 30px;}
    .about .con3 .swiper-container{padding: 0 0 40px;}
    .about .con4 .swiper-container{margin-top: 0;}
    .headimg{margin-top: 60px;}
    .about .aitem_list{top: 60px;}
    .cpzx3{margin-top: 60px;}
    .cpzx3 .text .h{font-size: 22px;}
    .cpzx3 .text .p{font-size: 14px; line-height:26px;}
    .cpzx3 .con{padding: 20px 0 0;}
    .cpzx3 .top{overflow: auto;  white-space: nowrap;}
    .cpzx3 .imgbox .swiper-container-fade .swiper-slide img{width:100%;height:260px;object-fit:contain;}
    .gallery-top video{height:260px;}
    .cpzx3 .con2{padding-bottom: 30px;}
    .lxwm .list .box{width: 100%;border: none;margin-top: 15px;min-height: auto;}
    .lxwm .list .box:last-child{margin-top: 15px;}
    .lxwm .list .box .img img{width: 15%;}
    .lxwm .form{padding-bottom: 30px;}
    .lxwm .form .con{text-align: center;}
    .lxwm .form .con .t{width: 100%;height: 40px;}
    .lxwm .form .con .t input{line-height: 40px;}
    .lxwm .form .con .t2{margin-left: 0;}
    .lxwm .form .con .t input{padding-left: 10px;}
    .lxwm .form .con .h textarea{padding:10px;}
    .lxwm .form .con .t3{width: 100%;height: 40px;}
    .lxwm .form .con .t3 input{line-height: 38px;width: 73%;}
    .lxwm .form .con .t3 .img{max-height: 35px;text-align: center;padding-top: 2px;width: 27%;}
    .lxwm .form .con .t3 .img img{max-width: 100%;height: 33px ;width: auto;}
    .lxwm .form .con .but{margin: 15px auto;width: 150px;height: 40px;}
    .lxwm .form .con .but button{line-height: 40px;}
    .news .con2 .box{width: 100%;margin-bottom: 10px;margin-left: 0;}
    .news .con2 .box:nth-child(3n + 1){margin-left: 0;}
    .news .con2 .box:nth-child(2n + 1){margin-left: 0;}
    .news .iov{max-width: 100%;height: 400px;}
    .news2 .top{height: 50px;}
    .news2 .top a{line-height: 50px;}
    .news2 .con{padding: 10px 0 30px;}
    .news2 .con .tit .h{font-size: 22px;}
    .news2 .con .tit .h2{font-size: 14px;margin-top: 10px;}
    .news2 .con .p{line-height: 24px;}
    .news2 .con .bot{margin-top: 20px;height: auto;padding: 0 5px;}
    .news2 .con .bot .text{float: left;width: 100%;}
    .news2 .con .bot .text .h{font-size: 12px;line-height: 40px;}
    .news2 .con .bot .text .p2 a{font-size: 12px;line-height: 40px;}
   
  
}
    @media (max-width:350px) {
        .cpzx .con2 .box{/*height: 228px;*/}
        .cpzx .list ul li{line-height: 24px;}
        .cpzx .list ul li a{line-height: 24px;margin-left: 20px;font-size: 12px;}
        .cpzx .list .ul3 li{line-height: 24px;}
        .cpzx .list .ul3 li a{line-height: 24px !important;margin-left: 15px;}
        .lxwm .list .box{padding: 0;}
    
    }
