
@font-face {
	font-family: 'gilroy_bold';
	src: url('../fonts/gilroy-bold-4.otf') format('truetype');
}
@font-face {
	font-family: 'gilroy_regular';
	src: url('../fonts/gilroy-regular-3.otf') format('truetype');
}
@font-face {
	font-family: 'manrope-regular';
	src: url('../fonts/manrope-regular.otf') format('truetype');
}
@font-face {
	font-family: "Montserrat-Medium";
	src: url("../font/Montserrat-Medium.woff2") format("woff2"),
			url("../font/Montserrat-Medium.woff") format("woff"),
			url("../font/Montserrat-Medium.ttf") format("truetype"),
			url("../font/Montserrat-Medium.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
}
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#444;}

*{ margin:0; padding:0;box-sizing:border-box; font-family:"manrope-regular";outline: none;}
ul,li{  list-style: none;}
li::marker{  display: none; font-size: 0rem; }
a{ text-decoration:none; color:#555;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:35px;}
.lh_45{height:50px; background: #111;}
.lh_140{height:190px;}
.lh_130{height:120px;  }
.s_width{width:85%;margin:0 auto;}
.s_width2{width:90%;margin:0 auto;}
.s_width3{width:84%;margin:0 auto;}
.r{float: right}
.block{display: block;}
.none{display: none;}

.header{width:100%;position:absolute; height:100px; display: flex;justify-content: space-between; align-items: center;padding:0 18px;z-index: 99; transition: 0.5s; }
.header2{border-bottom: 0 solid rgba(0,0,0,.1);   background: #f3f3f3; }
.header3{ background: none;position: absolute;; left: 0;top:0;z-index: 102;}
.header4{border-bottom: 0 solid rgba(0,0,0,.1);   background: #333; }
.logo_nav{width:75%; display: flex;justify-content: space-between;align-items: center;}
.header .logo{position: relative;z-index: 999;display: flex;justify-content: flex-start;align-items: center}
.header .logo a{ display: flex;justify-content: center;align-items: center;  }
.header .logo img{ max-width:341px;width: 100%; margin: 0 auto; vertical-align: middle}
.logo_n{display: none;}
.logo_b{display: block;}
.header2 .logo_n{display: block;}
.header2 .logo_b{display: none;}

.header .logo_tel{ display: flex;justify-content: space-between; align-items: center;color: #fff;position: relative; z-index: 2;padding:0 25px}


.nav_tel{display: flex;justify-content: space-between;align-items: center}
.header .logo_tel { line-height: 39px;  text-align: center; font-size: 0.16rem;color: #fff; border:1px solid rgba(255,255,255,0.3);border-radius: 30px; margin: 0 25px 0 0;  }
.header .logo_tel  img{margin: 0 10px 0 0;}
.header.header2 .logo_tel { color: #222; border:1px solid rgba(0,0,0,0.6);   }
.header.header3 .logo_tel { color: #222; border:1px solid rgba(0,0,0,0.6);   }


.header .h_a{ display: flex;justify-content: space-between; align-items: center;color: #fff;position: relative; z-index: 2;padding:0 0 0 25px}
.header .h_a img{margin:0 8px 0 0;width:25px}
.header .h_a a{ font-size: 0.16rem; color: #fff; text-transform: uppercase;  padding:0 10px; }
.header .h_a a:hover{color: #ee7c28;}
.header .h_a a.red{ color: #fff;  }
.header.header2 .h_a a{ color: #222;  }
.header.header3 .h_a a{ color: #222;  }
.header.header3 .h_a a.red{ color: #ee7c28;  }
.header.header4 .h_a a.red{ color: #fff;  }
.header.header2 .h_a a.red{ color: #ee7c28;  }
.header.header2 .h_a a:hover{color: #ee7c28;}
.header.header3 .h_a a:hover{color: #ee7c28;}
.header.header4 .h_a a:hover{color: #ee7c28;}
.index_nav3{ width:61%; height:100px;display:flex;justify-content:space-between;align-items:center;-webkit-align-items:center;z-index: 999;padding:0 10px }
.index_nav3 li{line-height:100px; text-align: center; display: flex; justify-content: center; align-items: center; }
.index_nav3 li.index_p2{ position: relative;}
.index_nav3 li a{color:#fff;font-size:0.19rem;display:block; position: relative;  }
.index_nav3 li a:hover{text-decoration:none;color:#ee7c28;}
.index_nav3 li a.aa:after{width:0;height:2px;background: #ee7c28;content: '';position: absolute;left:0;bottom: 0; transition: 0.3s;}
.index_nav3 li:hover a.aa:after{width:100%;}
.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.header.header2 .index_nav3 li a.aa{color:#333; }
.header.header2 .index_nav3 li a:hover{text-decoration:none;color:#ee7c28;}
.header.header3 .index_nav3 li a:hover{text-decoration:none;color:#ee7c28;}
.header.header4 .index_nav3 li a:hover{text-decoration:none;color:#ee7c28;}
.header.header4 .index_nav3 li a.aa:after{ background: #111; }

.son{background:rgba(0,0,0,0.8);position: absolute; z-index: 11; top: 100%; width: 100%; left: 0; box-sizing: border-box;  display: none;   display: flex;justify-content: space-between;  align-items:center;}
.son dl{width:90%;margin: 0 auto; display: flex;justify-content: space-between; flex-wrap:wrap; align-items: flex-start; padding:35px 0}
.son dt{ border-bottom:1px solid rgba(255,255,255,0.1); line-height: 2; }
.son dt a{ line-height: 2;font-size: 0.2rem; color:#fff;  padding: 0 0;text-decoration: underline; display: block;text-align: left;}
.son dt div a{ line-height:2;font-size: 0.165rem; color:#fff; text-decoration: none; }
/* #banner */
#banner {width:100%; position:relative; z-index:0; overflow:hidden;}
#banner .txt .main{width:90%;margin:0 auto}
#banner .txt .main2{ display: flex;justify-content: flex-end; flex-direction: column;    align-items: flex-end;}
#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:flex-end; padding:0 0 20vh 0  }
#banner .txt div.yea{  transform:translateY(200px);opacity:0;transition:all 0.3s; width:25px;height: 4px;background: #f06c2b; margin:  0 0 35px 0;  }
#banner .txt p{font-size:0.4rem; transform:translateY(200px);opacity:0;transition:all 0.6s;  color: #fff; font-weight: bold; font-family:'Poppins' ; letter-spacing: 0;  }
#banner .txt strong{font-size:0.3rem; color:#fff;  transform:translateY(200px);opacity:0;transition:all 0.9s; line-height: 1;display: block;  }
#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s;  }
#banner .swiper-slide-active .txt .yea,#banner .swiper-slide-active .txt p,#banner .swiper-slide-active .txt strong,#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:0.5s;}
#banner .swiper-slide .pic {position:relative; z-index:1; height:100vh;}
#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s; }
.viewmore {position: relative;}
.viewmore a{pointer-events: all; display: block;width: 190px; font-size:0.17rem;line-height:58px;   color:#fff; background: #ee7c28; border-radius: 50px;  position: relative;transition:all 0.3s; text-align: center;margin:55px 0 0 0 }
.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px;  }
.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0; height:100%; transition:0.6s all;}
.viewmore a:hover:after{width:100%; left:0;}
#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;opacity: 1.0; font-size:0;}
#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px; }
#banner .swiper-pagination{bottom:20px;}

@media only screen and (max-width:1440px){ 
	.logo_nav{width:70%}
	#banner .swiper-slide .pic{    height: 100vh;}
	#banner .txt p{font-size: 0.25rem;}
	#banner .txt strong{font-size: 0.21rem;}
	.viewmore a{width: 130px;line-height: 38px;margin: 25px 0 0 0;}
	#banner .txt{justify-content: center;padding: 0 0 0 0; align-items: center;}
	#banner .txt .main{ display: flex; justify-content: center;flex-direction: column;align-items: center;}
}
/*video*/
.nn_banner{width:100%; position: relative;overflow: hidden; display: flex;justify-content: center;}
.mm_bg2{top: 0;height: 100%;width: 100%;background:  url(../images/hhbg2.png) no-repeat left top; z-index:3;position: absolute}
.nn_banner_wenan{width:100%;height:320px;position: absolute;top:50%;margin-top:-11.28rem; z-index: 4; overflow: hidden; display: flex;justify-content: space-between;flex-direction: column; align-items: center}
.nn_banner_wenan i{display: block; width:100px;height:2px; background: #fff;}
.nn_p{font-size:29px;color: #ffffff;text-shadow: 3px 3px 3px rgba(0,0,0,0.8);font-weight: bold;}
.nn_banner_img{width: 100%;height:100%; z-index: 1; overflow: hidden;}
.nn_text{ width:100%;position: relative;text-align: center}
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%; z-index:1;position: relative;display: block;}
.ind_ban_tex {	position:absolute;width:86%;height:500px;left:50%;margin-left:-43%;top:50%;margin-top:-250px;transform:translateY(0%); text-align: center; display: flex;justify-content:center;flex-direction: column; align-items: center; z-index: 4; transition: 0.5s; opacity: 1;}
.ind_ban_tex  a{width:204px;line-height: 0.55rem; font-size:0.18rem;color: #fff;display: block;   border-radius: 35px;font-weight:lighter;background: #ee7c28;border: #ee7c28 1px solid;  margin:45px 0 0 0; transition: 0.3s;}
.ind_ban_tex  a:hover{width:184px; }
.ind_ban_tex  i{width:87px; height: 2px;background-color: #fff;display: block;  margin:0 0 45px 0;}
.banner3 .ind_ban_tex_title{font-size: 0.5rem;color: #fff; font-weight: bold;line-height: 1.5; }
.banner3 .ind_ban_tex_info{font-size:0.3rem;color: #fff; margin:0 0 55px 0}
.h_more{color: #fff;font-size: 0.24rem;width: 250px; line-height: 62px; background: #ee7c28; margin:45px auto 0 auto; display: block; padding:0 45px;position: relative; border-radius: 34px; transition: 0.3s; text-align: right;}
.h_more:after{width:45px;height: 45px ; content: '+';background: rgba(255,255,255,0.9); position: absolute;left:8px;top:8px; border-radius: 24px;line-height: 45px;font-weight: bold;font-size: 0.24rem; text-align: center; color: #ee7c28;}
.h_more:hover{  width: 260px;}
/*banner*/
.slide-main{position: relative; z-index: 1;}
.prev,.next{display: block; position: absolute; z-index: 222; bottom: 40%; overflow: hidden; cursor: pointer;/*background-color: rgba(165,165,165,0.4);*/}
.prev img,.next img{ margin: 10px 0 0 5px;}
.prev{left: 50px;}
.next{right: 50px;}
.slide-main .item{display: block; width: 100%; height: 0.95rem; position: absolute; z-index: 124; bottom:0.75rem; left: 0; text-align: center;}
.slide-main .item a{display: inline-block; width: 0.95rem; height: 0.95rem; margin-right: 0.95rem; background: #fff; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=60); overflow: hidden; border-radius: 50px;}
.slide-main .item a.cur{background: #21a098; /*width: 40px;*/}
.slide-box,.slide{display:block;width:100%;height: auto;}
.slide-box{position:relative;overflow: hidden;z-index:4;}
.slide{display:none;position:relative;z-index:1;}
.slide img{width: 100%;height: auto; display: block}
.slide a{display:block;cursor:pointer;}

/*footer*/
.footer{ background-image: -webkit-linear-gradient(0deg,#2b386a, #1a254b);padding:0 0 0 0 }
.footer .s_width:nth-child(1){ padding:35px 0 35px 0 ; display:flex;justify-content:space-between;align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .1);}
.footer .s_width:nth-child(2){ padding:75px 0 75px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:0.24rem; line-height:2; color:#fff; margin-bottom:25px;   }
.footer strong a{ display: block; font-size:0.24rem; line-height:2; color:#fff; }
.footer strong a:hover{color: #fa561d;}
.footer i{ width:30px;height:1px; background:#fa561d;display: block; margin-bottom:25px;}
.footer .f_logo{display: flex;justify-content: flex-start;flex-direction: column; align-items: flex-start;}
.footer .f_logo img{ width:230px;}
.footer .f_logo  a{ width:180px;line-height: 50px; transition: 0.3s; background: #fa561d; font-size: 0.18rem; color: #fff; border-radius: 35px; margin: 25px 0 0 0; position: relative; padding:0 29px 0 35px;}
.footer .f_logo  a:after{ content: '';background: url(../img/swt_more.png) no-repeat; width:20px;height: 12px;position: absolute;right:30px;top:17px;transition: 0.3s;}
.footer .f_logo  a:hover:after{right:25px;}
.footer .f_logo  a:hover{padding:0 29px 0 35px;}

.footer .f_fenlei{  }
.footer .f_fenlei2{  }
.footer .f_fenlei2 li{ line-height:3; width:100%; text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei2 li a{ color:#eee;font-size: 0.16rem;  display: block}
.footer .f_fenlei2 li a:hover{ color:#fff;}
.footer .f_fenlei div{  }
.footer .f_fenlei li{ line-height:2.3;   text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei li a{ color:#eee;font-size: 0.16rem;  display: block}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_fenlei2 dd{ line-height:2; width:100%; text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei2 dd a{ color:#eee;font-size: 0.16rem;  display: block}
.footer .f_fenlei2 dd a:hover{ color:#fff;}
.footer .f_fenlei p{ line-height:35px; padding:0 0 0 25px;}
.footer .f_fenlei p a{ color:#e2e2e2;font-size: 0.16rem;  display: block}
.footer .f_fenlei p a:hover{ color:#fff;}
.footer .f_erweima{     text-align: left;}
.footer .f_erweima .fp{  font-size:  0.16rem;line-height: 2;color: #eee;display: block;width: 100%;}
.footer .f_erweima div{margin: 0 0 25px 0;}
.footer .f_erweima div p{font-size:0.18rem;line-height: 2;color: #fff;   }
.footer .f_erweima div span{display: block;line-height: 1.5; color: #fff; font-size:0.25rem; font-family: "gilroy_bold";}
.footer .f_erweima dl{ display: flex;justify-content:space-between;}
.footer .f_erweima dd{ display: flex;justify-content: center; align-items: center;flex-direction: column;}
.footer .f_erweima dd p{ line-height: 2; color: #eee; font-size: 0.16rem; text-align: center;width: 100%;}
.footer .f_erweima dd img{ text-align: center; width:95%; max-width:80px; display: block;}
.footer_p{line-height:2; text-align:right; font-size:0.16rem; color:#fff;border-top:1px solid rgba(255,255,255,0.1);padding:35px 0;  }
.footer_pp{ display: flex;justify-content: center; align-items: center;}
.footer_p a{ color:#fff}
.footer_p a:hover{ color:#fff}
.footer_p img{ vertical-align: middle; display: inline-block;}
.zhizhao{ text-align: center;}
.zhizhao img{ margin: 0 auto;}
/* sliderBar */
.sliderBar{position: fixed;top: 60%;right: 0;width: 62px;z-index: 999;}
.sliderBar li{width: 62px;height: 62px;background:#656565;float: right;position: relative;margin-bottom: 2px;}
.sliderBar a{position: absolute;top: 0;right: 0;width: 62px; height: 62px;line-height: 62px;background:#656565;color: #fff;text-indent: 10px;overflow: hidden; transition: 0.3s; font-size: 1.2rem;}
.sliderBar .right_a{position: absolute;top: 0;right: 0;width: 62px; height: 62px;line-height: 62px;background:#656565;color: #fff;text-indent: 10px;  transition: 0.3s;}
.sliderBar li .s_hid{display: none; position: absolute;right:62px;bottom: 0;}
.sliderBar li.bar1:hover .s_hid{display: block;}
.sliderBar li img{float: right;}
.sliderBar li i{position: absolute;top: 10px;right: 10px;display: block;width: 18px;height: 18px;border-radius: 50%;background: red;color: #fff;
				line-height: 18px;/*text-align: left;*/text-indent: 5px;font-style: normal;}
.sliderBar li.bar2:hover a{width: 200px;background: rgba(240,108,43,.8);}
.sliderBar li.bar4:hover a{width: 200px;background: rgba(240,108,43,.8);}
.sliderBar li.bar3:hover a{background: rgba(240,108,43,.8);}

.index_prot{display: flex;justify-content: space-between; align-items: center;  padding:0 0 45px 0}
.product .pro_title p{ font-size: 1.28rem; color: #91b721; line-height:75px;}
.product .pro_title p strong{  color: #1d2088;}
.product .pro_title div{  font-size:0.75rem; color:#c7c6c6;  line-height: 35px; font-weight: lighter;}
.pro{ background: #f1f7fe; padding:65px 0 85px 0}
/* b_title2 */
.b_title2{padding:0 0 70px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.b_title2 i{ font-size: 0.72rem;font-family: 'Poppins'; color: #ee7c28; font-style: normal; text-transform: uppercase; display: block;line-height: 1.2;    }
.b_title2 div.prot{position: relative; z-index: 2;}
.b_title2 div.prot p{color: #262626;font-size: 0.3rem; line-height: 1.3;  position: relative; padding:0 0 0 60px} 
.b_title2 div.prot p:after{width:40px;height: 2px;background: #222;position: absolute;left:0;top:25px;content: '';}
.b_title2 a.r{width:210px; line-height:54px;color: #fff; transition: 0.3s; border-radius: 40px;font-size: 1.05rem; padding:0 29px;position: relative; background: #f06c2b;}
.b_title2 a.r:after{ content: '';background: url(../images/solj2.png) no-repeat; width:26px;height: 20px;position: absolute;right:40px;top:17px;transition: 0.3s;}
.pro_cage{width:50%;display: flex;justify-content: space-between;align-items: center;}
.pro_cage li{ }
.pro_cage li a{color: #333333;font-size: 0.22rem; line-height: 1.3; display: block; }
/* sty2 */
.sty2 { position: relative;width:95%;margin:0 0 0 5%}
.sty2 .swiper-container {width: 100%; }
.sty2 .swiper-slide {width: 765px;display: block;margin-right: 20px;position: relative; overflow: hidden;transition: all linear 0.4s}
.sty2 .swiper-slide img {width: 100%;display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.sty2 .swiper-slide:hover img{ transform:scale(1.05,1.05);}
.sty2 .swiper-slide .s_bg{position: absolute;left:0;top:0;width:100%;height:100%;opacity: 0.5;background: #000; z-index: 2;;}
.s_erji{display: none; transition: 0.3s;}

.sty2 .swiper-slide:hover .s_erji{display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.s_erji li{ width:50%;color: #fff;line-height: 2;font-size: 0.18rem; }

.sty2 .swiper-slide a{display: block;position: relative; width:100%;height: 100%;}
.sty2 .swiper-slide .wz { color: #2d2d2d; opacity: 1;position: absolute;z-index: 3;width:100%;top:0;left:0;height: 100%; display: flex;justify-content: flex-start;flex-direction: column; align-items: flex-start; padding:8% 8%;}
.sty2 .swiper-slide .wz p{width:80px;height: 80px;border-radius: 50px;border:1px solid rgba(255,255,255,.5); position: absolute;left:8%;bottom: 8%; background: url(../images/solj.png) no-repeat center center;}
.sty2 .swiper-slide:hover .wz p{ display: none;}
.sty2 .swiper-slide .wz i{ display: none;}
.sty2 .swiper-slide:hover .wz i { width:100%;height:1px;background: rgba(255,255,255,0.3); display: block; margin: 25px 0;}
.sty2 .swiper-slide .wz:after{position: absolute; right:35px;bottom: 25px; content: ''; width:34px;height: 33px;background-size: 100%; transition: 0.3s;}
.sty2 .swiper-slide .wz:hover:after{transform: rotate(45deg);}
.sty2 .swiper-slide .wz strong{ color: #fff; display: block; font-size:0.3rem; line-height:2; text-align: center;  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;  }
.sty2 .swiper-slide .wz span{  color: #fff; font-size:0.22rem;line-height: 1;  display: block; }

.sty2 .swiper-button {width: 42px;height: 42px;position: absolute;top: 50%;margin-top: -21px;z-index: 2;background: rgba(0,0,0,0.1);border-radius: 50%;text-align: center;line-height: 42px; cursor: pointer;transition: all linear 0.3s}
.sty2 .swiper-button:hover {background: rgba(0,0,0,0.5)}
.sty2 .swiper-button-prev {left: 0}
.sty2 .swiper-button-next {right: 0}
@media screen and (max-width:1440px) {
	.sty2 .swiper-slide {width: 600px;}
	.h_more{width:220px}
	.sty2 .swiper-slide .wz p{ background-size: 15px;width:65px;height: 65px;}
}
@media screen and (max-width:1023px){
    .sty2{margin-top: 30px}
}
/* b_title */
.b_title{padding:70px 0 70px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.b_title div{position: relative; z-index: 2;}
.b_title div strong{color: #262626;font-size: 0.35rem; line-height: 1.3;  position: relative;display: flex;justify-content:flex-start; align-items: center;  } 
.b_title div strong i{ font-size: 0.6rem;font-family: 'Poppins'; color: #ee7c28; font-style: normal; text-transform: uppercase;  line-height: 1.2;  }
.b_title div span{width:44px;height: 4px;background: #ee7c28;display: block; margin:0 0 15px 0}
.b_title p{color: #262626;font-size: 0.2rem; line-height: 1.8;  position: relative;  } 
@media screen and (max-width:1440px) {
	.b_title div strong{    font-size: 0.25rem;}
	.b_title p{    font-size: 0.22rem; line-height: 1.6;}
	.b_title div strong i{    font-size: 0.55rem;}
	.b_title2 i{    font-size: 0.45rem;}
}
@media screen and (max-width:1200px) {
	.b_title2{flex-direction: column;     align-items: flex-start;}
	.b_title{flex-direction: column;     align-items: flex-start;padding: 30px 0 30px 0;}
	.b_title div strong{    font-size: 0.3rem;}
	.b_title p{    font-size: 0.18rem; line-height: 2; padding:15px 0}
	.b_title div strong i{    font-size: 0.35rem;}
	.b_title2 i{    font-size: 0.45rem;}
	.pro_cage{width:100%;flex-wrap: wrap;padding:25px 0 0 0}
	.pro_cage li{width: 49%; line-height: 2;}
	.pro_cage li a{line-height: 2;}
	.pro{    padding: 35px 0 45px 0;}
	.b_title2 div.prot p:after{    top: 15px;}
}
/* p_list */
.s_width2{padding:55px 0}
.p_pic{width:100%; position:relative; overflow:hidden; z-index: 1;}
.p_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.p_text{text-align: center; padding:10px 15px 25px 15px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.p_text strong{ font-size:0.20rem;line-height: 2; color: #2a2a2a;}
.p_text p{ font-size:0.2rem;line-height: 2; color: #7e7e7e; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; font-family: 'Manrope-Bold';}
.p_list{ display: flex;justify-content: flex-start;flex-wrap:wrap; padding:0 0 55px 0}
.p_list li {width: 24.2%;margin:0 1% 25px 0;display: block;position: relative; transition: all linear 0.3s;background: #fff; box-shadow: 0 0 25px rgb(0 0 0 / 5%);   overflow: hidden;}
.p_list li a{display: block;}
.p_list li a:hover img{ transform:scale(1.05,1.05);}
.p_list li:nth-child(4n) { margin:0 0 25px 0;}
@media screen and (max-width:1200px) {
	.p_list li{width: 48.5%;margin:0 1% 15px 0;}
	.p_list li:nth-child(2n) { margin:0 0 15px 0;}
}
/* choose */
.pro-text { position: absolute;width: 90%; left: 5%; top:8%;z-index: 5;   }
.pro-text i{ font-size: 0.72rem;font-family: 'Poppins'; color: #ee7c28; font-style: normal; text-transform: uppercase; display: block;line-height: 1.2;    }
.pro-text p{color: #fff;font-size: 0.3rem; line-height: 1.3;font-weight: bold;  position: relative; padding:0 0 0 60px;position: relative; z-index: 2;} 
.pro-text p:after{width:40px;height: 2px;background: #fff;position: absolute;left:0;top:20px;content: '';}

/* i_part2  */
.index_con {position:relative;overflow:hidden;height:99vh;}
.i_part2 {position:relative;}
.i_part2 .con {position:relative;width:100%;height:100vh;}
.i_part2 .con .boxs,.i_part2 .con .box,.i_part2 .con .box1 {height:100%;}
.i_part2 .con .boxs {display:none;}
.i_part2 .con .box1 {background-color:rgba(0,0,0,0.1);}
.i_part2 .con .boxs {display:flex;}
.i_part2 .con .box {width:20%;position:relative;overflow:hidden;z-index:3;}
.i_part2 .con .box .boxx {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;}
.i_part2 .con .box .boxx.show {z-index:3;-webkit-animation:wid 1s ease both;-moz-animation:wid 1s ease both;width:0%;}
.i_part2 .con .tit {position:absolute;text-align:center;font-weight:bold;top:31%;left:0;width:100%;color:#ffffff;z-index:10;line-height:86px;}
.i_part2 .video_box {position:absolute;top:0;left:0;width:100%;height:100%;}
.i_part2 .video_box .video {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:fill;opacity:0;transition:all 0.9s;}
.i_part2 .video_box .video img{width:100%;display: block; position: relative; z-index: 1;object-fit:cover;object-position:50% 50%; height:100%; }
.i_part2 .video_box .video div{ position: absolute;width: 45%; left: 5%; top:40%;z-index: 5; color: #fff;line-height: 2; }
.i_part2 .video_box .video div p{  font-size: 0.4rem;font-weight: bolder; }
.i_part2 .video_box .video div span{ display: block;  font-size: 0.22rem;  }
.i_part2 .video_box .video.show {width:100%;height:100%;opacity:1;z-index:2;}
@-webkit-keyframes hid {0% {height:100%;}
100% {height:0%;}
}
@-moz-keyframes hid {0% {height:100%;}
100% {height:0%;}
}
@-webkit-keyframes wid {0% {width:0%;}
100% {width:100%;}
}
@-moz-keyframes wid {0% {width:0%;}
100% {width:100%;}
}
.i_part2 .con .box .box1 {position:absolute;top:0;width:100vw;overflow:hidden;cursor:pointer;}
.i_part2 .con .box .show .box1 {background-color:rgba(0,0,0,0.8);-webkit-animation:hid1 0.1s 0.9s ease both;-moz-animation:hid1 0.1s 0.9s ease both;}
@-webkit-keyframes hid1 {0% {opacity:1;}
100% {opacity:0;}
}
@-moz-keyframes hid1 {0% {opacity:1;}
100% {opacity:0;}
}
.i_part2 .con .bottom {position:absolute; bottom:0; width:90%; left:5%; height:17vh; background: rgba(17,29,141,0.6);z-index:10; display: flex;justify-content: space-between;flex-wrap: wrap; align-items: center;  }
.i_part2 .con .bottom .btn { width:calc(100%/4);  text-align:center;cursor:pointer;transition:all 0.3s; font-size:0.2rem;color: #fff; line-height: 2; display: flex;justify-content:flex-end; align-items: center; flex-direction: column;   }
.i_part2 .con .bottom .btn:hover,.i_part2 .con .bottom .btn.on {color:#fff; font-weight: bold;}
.i_part2 .con .bottom .btn .pic {  transition: 0.3s; }
.i_part2 .con .bottom .btn .pic img {margin:0 auto;width:53px;}
.i_part2 .con .bottom .btn .pic .img1 {display:block;}
.i_part2 .con .bottom .btn:hover .pic{margin-bottom:10px; }
@media screen and (max-width:1440px) {
	.i_part2 .video_box .video div p{    font-size: 0.33rem;}
}
/* i_part2 end */

/* sty9 */
.shijing{padding:25px 0 55px 0 }
.shijing_cage {display: flex;justify-content: flex-start;align-items: center; margin:35px 0 0 0 }
.shijing_cage li { margin:0 15px 0 0}
.shijing_cage li a{color: #333333;font-size: 0.2rem; line-height: 2.5; display: block; border: 1px solid rgba(0,0,0,.1); padding:0 35px;border-radius: 30px; transition: 0.3s;}
.shijing_cage li a:hover{ background: #272c6d;color: #fff;}
.c_pic{width:100%; position:relative; overflow:hidden; z-index: 1;}
.c_pic a{position: relative; width:100%;display: block;}
.c_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block;position: relative; z-index: 2;}
.c_pic p{position: absolute;left: 0;bottom: 0;width:100%;background: rgba(0,0,0,.1); height: 100%; z-index: 3; display: flex;justify-content: center;align-items: flex-end;color: #fff;font-size: 0.24rem; line-height: 3; font-weight: bold;}
.sty9 .swiper-slide:hover .c_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.sty9 { position: relative;width:100%;margin:0 auto}
.sty9 .swiper-container {width: 100%; }
.sty9 .swiper-slide {width:780px;display: block;position: relative; transition: all linear 0.3s; margin: 0 15px 0 0;   }
.c_text{text-align: center; padding:45px 0 0 0;position: relative;width: 100%;  z-index: 3; transition: 0.3s; cursor: pointer;}
.c_text strong{ font-size:0.22rem;line-height: 2.5; color: #121212; font-weight: normal;}
.c_text:hover strong{ color: #ee7c28; font-weight: normal;}
.c_text div{font-size: 0.17rem;color: #747474; }
.c_text i{width:150px;border: 1px solid rgba(255,255,255,.3); line-height: 0.75rem;font-size: 0.17rem;color: #ee7c28;font-style: normal;margin: 25px 0 0 0; border-radius: 33px;}
.c_text a{font-size: 0.17rem;color: #ee7c28;}
.c_text div a{font-size: 0.17rem;color: #747474;}
.c_text div a:hover{font-size: 0.17rem;color: #ee7c28;}
.sty9 .swiper-button {width: 42px;height: 42px;position: absolute;top: 50%;margin-top: -21px;z-index: 2;background: rgba(0,0,0,0.1);border-radius: 50%;text-align: center;line-height: 42px; cursor: pointer;transition: all linear 0.3s;display: flex;justify-content: center;align-items: center;}
.sty9 .swiper-button:hover {background: rgba(0,0,0,0.5)}
.sty9 .swiper-button-prev {left: 3%}
.sty9 .swiper-button-next {right: 3%}

@media screen and (max-width:1440px) {
	.pro-text i{font-size: 0.35rem;}
	.pro-text p{font-size: 0.24rem;}
	.sty9 .swiper-slide{width:580px}
}
@media screen and (max-width:1023px){
	
	.sty9 .swiper-slide{width:280px}
	.shijing_cage{    margin:25px 0 0 0;     flex-wrap: wrap;}
	.shijing_cage li{width:100%;margin:0 0 10px 0}
	.shijing_cage li a{ font-size: 0.2rem;padding: 0 15px;}
	.sty9{margin-top: 10px}
	.pro-text i{font-size: 0.3rem;}
	.pro-text p{font-size: 0.28rem;}
	.pro-text p:after{top: 15px;}
	.i_part2 .video_box .video div{    width: 88%;}
	.i_part2 .video_box .video div p{    font-size: 0.23rem;}
	.i_part2 .video_box .video div span{font-size: 0.2rem;}
	.i_part2 .con .bottom{    width: 100%;    left: 0}
	.i_part2 .con .bottom .btn{font-size: 0.18rem;}
	.i_part2 .con .bottom .btn .pic img{    width: 33px;}
}

/*news*/
.news{padding:20px 0 100px 0; background:#eff4f7;}
.news_con{ display: flex;justify-content: space-between; }
.news_con li{ width:31%; position:relative; border-top:1px solid rgba(0, 0, 0, .1);padding: 30px 0 0 0; }
.news_con .news_pic{position: relative;overflow:hidden;}
.news_con .news_pic img{width:100%;display: block; transition:0.4s ease;}
.news_con li:hover .news_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

.news_con a{display: block;position:relative;width:100%}
.news_con .newsleft_text{ width:100%; padding:0 0 35px 0; }
.news_con .newsleft_text strong{ display:block; font-size:0.19rem; font-weight: normal;color:#111; line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; height: 1.1rem; }
.news_con .newsleft_text p{ font-size:0.15rem; color:#8a8a8a; line-height:2;  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:15px 0}
.news_con li span{ display:block; color:#8c8c8c; line-height:2;font-size: 0.15rem; text-transform: uppercase;}
.news_con li:hover .newsleft_text strong{color: #ee7c28; font-weight: bold;}
/* a_title */
.a_title{padding:70px 0 70px 0;  text-align: center;}
.a_title div{position: relative; z-index: 2;}
.a_title div p{color: #0d0d0d; font-size:0.36rem; line-height: 1.5;  }
.a_title div span{color: #ee7c28;font-size: 0.45rem; line-height: 2;font-weight: bold; display: block;} 
@media screen and (max-width:1440px) {
	.a_title div p{font-size: 0.32rem;}
}
@media screen and (max-width:1023px){
	.a_title div p{font-size: 0.22rem;}
	.a_title div span{font-size: 0.3rem;}
}
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.ipart04 .content{position:relative;}
.ipart04 .rect-5079{padding-bottom:47.3%;}
.ipart04 .rect-5079:after{ position: absolute;z-index: 1;width:100%;height:100%; content: ''; }
.ipart04 .left{width:100%;}
.ipart04 .left .left_t{position:relative; margin-bottom:2.5%; display: flex;justify-content: space-between ;align-items: flex-start; height: 42vh;}
.ipart04 .left .left_t  a:nth-child(1){width: 66%; height: 100%; position:relative;}
.ipart04 .left .left_t  a:nth-child(2){width: 32%; height: 100%; position:relative;}
.ipart04 .left .left_t .cover{position:absolute; left:0; top:0; width:100%; height:100%; z-index: 2;background: rgba(0,0,0,.4);padding: 0 40% 0 0;}
.ipart04 .left .left_t  a:nth-child(2) .cover{padding: 0 0 0 0}
.ipart04 .left .left_t .cover .box{padding:90px 45px;}
.ipart04 .left .left_t .cover .box .date{font-size:0.18rem; color:#fff;text-transform: uppercase;margin: 0 0 25px 0;}
.ipart04 .left .left_t .cover .box .date .t{color:#265ba8;}
.ipart04 .left .left_t .cover .box .tit{font-size:0.2rem; color:#fff; margin:0 0 25px; line-height:1.4; font-weight:bold;}
.ipart04 .left .left_t .cover .box .con{font-size:0.16rem; color:#fff; line-height: 29px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.ipart04 .left .left_t p{width:80px;height: 80px;border-radius: 50px;border:1px solid rgba(255,255,255,.5); position: absolute;left:45px;bottom: 35px; background: url(../images/solj.png) no-repeat center center;}

.ipart04 .left .left_b .nitem{float:left; width:32%; margin-left:2%;  transition:.5s ease; background: #fff}
.ipart04 .left .left_b .nitem:hover{box-shadow:0 0 15px 0 rgba(0,0,0,0.1)}
.ipart04 .left .left_b .nitem:first-child{margin-left:0;}
.ipart04 .left .left_b .nitem a{display:block;}
.ipart04 .left .left_b .nitem .box{padding:60px 25px 60px;}
.ipart04 .left .left_b .nitem .box .date{font-size:0.18rem; color:#535353; text-transform: uppercase}
.ipart04 .left .left_b .nitem .box .date .t{color:#265ba8;}
.ipart04 .left .left_b .nitem .box .tit{font-size:0.24rem; margin:10px 0 20px;  line-height:1.4; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color:#222}
.nitem_pic{width:100%}
.nitem_pic img{width:100%}
.ipart04 .right{width:100%; position:absolute; top:0; bottom:0; right:0;}
.ipart04 .right .nitem{margin-bottom:6%; transition:.5s ease;background: #fff}
.ipart04 .right .nitem:hover{box-shadow:0 0 15px 0 rgba(0,0,0,0.1)}
.ipart04 .right .nitem .intro{ }
.ipart04 .right .nitem .intro .box{padding:35px 30px;}
.ipart04 .right .nitem .intro .box .date{font-size:15px; color:#535353;text-transform: uppercase}
.ipart04 .right .nitem .intro .box .date .t{color:#265ba8;}
.ipart04 .right .nitem .intro .box .tit{font-size:24px;  line-height:1.4;color:#222}
*[class*="rect-"]{position: relative;display: block; width: 100%;height:100%;;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width:100%;height: auto;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom a:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
@media screen and (max-width:1440px) {
	.ipart04 .left .left_t .cover .box{padding:30px 45px;}
	.ipart04 .left .left_b .nitem .box .tit{font-size:0.22rem;}
	.ipart04 .left .left_t .cover .box .tit{font-size:0.24rem;}
	.ipart04 .left .left_t p{ width: 60px; height: 60px; background-size: 20px;}
}
@media screen and (max-width:1200px) {
	.ipart04 .left .left_t{display: none;}
	.ipart04 .left .left_b .nitem{width:100%;    margin-left: 0; margin-bottom: 10px;}
	.ipart04 .left .left_b .nitem .box{padding:20px 15px 20px;}
	
	.ipart04 .left .left_b .nitem .box .tit{ font-weight: bold;    font-size: 0.18rem;}
	.ipart04 .left{padding:35px 0 0 0}
}
/* se_cage */
.se_cage{ display: flex;justify-content: flex-start;align-items: flex-start; flex-wrap: wrap; padding:75px 0}
.se_cage li{width:47%;margin:0 3% 35px 0;}
.se_cage li a{display: block; position: relative;;}
.se_cage li a img{width:100%;display: block;transition: 0.3s;}
.se_cage li a:hover img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.se_cage li .se_cage_pic div{position: relative;overflow: hidden; z-index: 1;}
.se_cage li a strong{font-size: 0.24rem;color: #fff;line-height: 3; display: block;position: absolute;left: 0;bottom: 0;z-index: 2;width:100%;height: 100%;background: rgba(0,0,0,.4);padding:0 0 25px 0; display: flex;justify-content:flex-start;align-items: flex-end;}
.se_cage li a strong span {width: 100%;padding:0 0 0 25px}
.se_cage li a:hover strong span{color:#fff; background: #ee7c28;}
.se_cage li .e_erji {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap; padding:25px 0 0 0}
.se_cage li .e_erji a{ display: block;font-size: 0.18rem;color: #222;line-height: 2; width:50%;padding: 0 0 0 25px;}
.se_cage li .e_erji a:hover{color: #ee7c28;}
/* se_proc */
.se_proc{ display: flex;justify-content: flex-start;align-items: flex-start; flex-wrap: wrap; padding:75px 0}
.se_proc li{width:100%;margin:0 0 55px 0; display: flex;justify-content:space-between;align-items: flex-start;flex-wrap: wrap;}
.se_proc li:nth-child(2n){ flex-direction: row-reverse;}
.se_proc_l{width:54%}
.se_proc_l .se_proc_l_t{font-size: 0.27rem;font-weight: bold;line-height: 2.5; color:#222;border-bottom: 1px solid rgba(0,0,0,.1); margin: 0 0 25px 0;}
.se_proc_l .se_proc_l_text{font-size: 0.18rem;line-height: 2; color:#444}
.se_proc_l .se_proc_l_text p{padding:0 0 0 25px;background: url(../images/d.png) no-repeat left 10px;}
.se_proc_r{width:40%; border: 1px solid rgba(0,0,0,.1);}
.se_proc_r img{display: block;width: 100%;}

/*productshow*/
.product{  padding:0 0 0 0;  }
.product .keshi { border-bottom: 1px solid rgba(0,0,0,.1);}



.clear{ clear:both}
.keshi_pic{width:100%; position:relative; overflow:hidden; z-index: 1;}
.keshi_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.sty6 .swiper-slide:hover .keshi_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.sty6 { position: relative;width:100%;margin:0 auto}
.sty6 .swiper-container {width: 100%; }
.sty6 .swiper-slide {width: calc(100%/3);display: block;position: relative; transition: all linear 0.3s; border-right: 1px solid rgba(0, 0, 0, .1);   }
.keshi_text{text-align: center; padding:45px 0 0 0;position: relative;width: 100%;  z-index: 3; transition: 0.3s; cursor: pointer;}
.keshi_text strong{ font-size:0.22rem;line-height: 2.5; color: #121212; font-weight: normal;}
.keshi_text:hover strong{ color: #ee7c28; font-weight: normal;}
.keshi_text div{font-size: 0.17rem;color: #747474; }
.keshi_text i{width:150px;border: 1px solid rgba(255,255,255,.3); line-height: 0.75rem;font-size: 0.17rem;color: #ee7c28;font-style: normal;margin: 25px 0 0 0; border-radius: 33px;}
.keshi_text a{font-size: 0.17rem;color: #ee7c28;}
.keshi_text div a{font-size: 0.17rem;color: #747474;}
.keshi_text div a:hover{font-size: 0.17rem;color: #ee7c28;}
.sty6 .swiper-button {width: 42px;height: 42px;position: absolute;top: 50%;margin-top: -21px;z-index: 2;background: rgba(0,0,0,0.1);border-radius: 50%;text-align: center;line-height: 42px; cursor: pointer;transition: all linear 0.3s;display: flex;justify-content: center;align-items: center;}
.sty6 .swiper-button:hover {background: rgba(0,0,0,0.5)}
.sty6 .swiper-button-prev {left: 3%}
.sty6 .swiper-button-next {right: 3%}

@media screen and (max-width:1440px) {
}
@media screen and (max-width:1023px){
    .sty6{margin-top: 10px}
}
/* gongyi */
.gongyi_title .s_width{display: flex;justify-content:space-between; align-items: center; }
.gongyi_title .gongyi_l {width:40%}
.gongyi_title .gongyi_r {width:40%}
.gongyi_title .gongyi_l div{font-size: 0.6rem;color:#ee7c28; line-height:1.3;position: relative; font-weight: bold; margin: 0 0 35px 0; }
.gongyi_title .gongyi_l div span{ font-size: 0.35rem;   display: block; font-weight: normal;}
.gongyi_title  .gongyi_l p{ font-size: 0.17rem;color:#fff;line-height:2;}
.gongyi_title  .gongyi_r{ font-size: 0.17rem;color:#fff;line-height:2;}
.gongyi{background:url(../img/gongyi.jpg) no-repeat center top;padding:95px 0 115px 0;margin: -25px 0 0 0;}
.gongyi ul{display: flex;justify-content: space-between;align-items:flex-start;}
.gongyi li{display: flex;justify-content:center;align-items:center; flex-direction: column; width:23%;color: #fff; transition: 0.3s;}
.gongyi li div{ font-size: 0.2rem;line-height: 3; margin: 15px 0 0 0;}
.gongyi li p{font-size: 0.15rem;line-height: 1.9;  transition: 0.3s;}
.gongyi li:hover{margin:-5px 0 0 0}
.a_line2{ height:1px;background: rgba(255,255,255,.1); margin: 105px auto;}
.a_line1{ height:1px;background: rgba(0,0,0,.1); margin:0 auto 65px auto;}
/* productbox-section1 */
.productbox-section1 {	padding: 55px 0;  }
.productbox-section1 .cont { display: flex;	flex-wrap: wrap; align-items: flex-start; justify-content: space-between;  }
.productbox-section1 .cont .nav {	width: 17%; position: sticky;top: 20px;  }
.productbox-section1 .cont .nav .min {	width: 100%;  }
.productbox-section1 .cont .nav .min .zhong {	width: 100%;  }
.productbox-section1 .cont .nav .min .zhong .item { width: 100%; border-bottom: 2px solid #f1f1f1;	padding: 20px 0;  }
.productbox-section1 .cont .nav .min .zhong .item:last-child {	border-bottom: none;  }
.productbox-section1 .cont .nav .min .zhong .item:first-child { padding-top: 0;  }
.productbox-section1 .cont .nav .min .zhong .item .tit { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 18px;  }
.productbox-section1 .cont .nav .min .zhong .item .tit span {display: block;width: 80%;width: calc(100% - 20px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.productbox-section1 .cont .nav .min .zhong .item .tit i {display: block;overflow: hidden;}
.productbox-section1 .cont .nav .min .zhong .item .tit i img {float: left;width: 100%;}
.productbox-section1 .cont .nav .min .zhong .item .tit i img:nth-child(2) {display: none;}
.productbox-section1 .cont .nav .min .zhong .item .jut {width: 100%;padding-top: 21px;display: none;}
.productbox-section1 .cont .nav .min .zhong .item .jut li {display: block;width: 100%;padding: 21px 0;}
.productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {font-size: 16px;color: #333333;padding-left: 30px;}
.productbox-section1 .cont .nav .min .zhong .item .jut .active .f_tit {color: #e86f00;}
.productbox-section1 .cont .nav .min .zhong .on .tit {color: #e86f00;}
.gt {	width: 78%;  }
.gt .f_cont {	display: flex;	flex-wrap: wrap;	margin: 0 -18px;  }
.gt .f_cont .item {	width: 33.333%;	padding: 0 18px;	margin-bottom: 36px;  }
.gt .f_cont .item .list {	display: block;	width: 100%;	background-color: #f6f6f6;  }
.gt .f_cont .item .list .img {	width: 100%;	position: relative;	overflow: hidden;  }
.gt .f_cont .item .list .img img {
	width: 75%;
	height: 75%; display: block;
	margin: 50px auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
  }
.gt .f_cont .item .list .font {	padding: 30px 16px;	display: flex;	justify-content: space-between;	align-items: center;	border-top: 2px solid #ececec;	font-size: 18px;	font-weight: bold;  }
.gt .f_cont .item .list .font span {	display: block;	width: 90%;	overflow: hidden;	line-height: 1.2;	text-overflow: ellipsis;	white-space: nowrap;  }
.gt .f_cont .item .list .font i {width: 40px;	overflow: hidden;  }
.gt .f_cont .item .list .font i img {	float: left;	width: 100%;
  }
.gt .f_cont .item .list .font i img:nth-child(2) {	display: none;  }
.gt .f_cont .item .list:hover .img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
  }
.gt .f_cont .item .list:hover .font i img:nth-child(1) {
	display: none;
  }
.gt .f_cont .item .list:hover .font i img:nth-child(2) {
	display: block;
  }
@media only screen and (max-width:1440px){ 
	.gt .f_cont .item{width:32%;padding: 0 5px; margin-bottom: 5px;}
	.gt .f_cont .item .list .img img{width: 85%;height: 85%;margin: 20px  auto;}
	.gt .f_cont .item .list .font i{width:20px;}
	.se_info_img img{width:500px;}
	.productbox-section1 .cont .nav .min .zhong .item .tit{font-size: 0.17rem;}
	.productbox-section1 .cont .nav .min .zhong .item{ padding: 15px 0;}

}
@media only screen and (max-width:1200px){ 
	.nav{display: none;}
	.gt{width:96%;margin: 0 auto;padding:20px 0}
	.gt .f_cont .item{width:49%;padding: 0 5px; margin-bottom: 5px;}
	.gt .f_cont .item .list .font{padding: 15px 10px;font-size: 15px;border-top: 1px solid #ececec;}
	.gt .f_cont .item .list .font i{width:30px;}
	.gt .f_cont .item .list .img img{width:97%;height: 97%;margin: 0 auto;}
	.lh{ height: 20px;}
	.se_info_con img{width:100%}
	.se_info h1{font-size: 21px; line-height: 31px;}
	.s_width{width:100%;margin:0 auto;padding:0 2%;}
	.page_box{padding: 15px 0 15px 0;}
	.gt .f_cont .item .list .img {width: 100%;padding: 10px;}
	.se_info_con strong{font-size: 20px;line-height:36px; margin:15px 0 0 0;}
	.se_info_con{ font-size: 15px; line-height: 27px; }
	.none{display: block;}
	.se_info_img img{width:270px;}
}
@media only screen and (max-width:700px){ 
	.se_info_img{width:100%;}
	.se_info_img img{width:100%;max-width:600px;}
}





/* pro_list2 */
.pro_l_r{background: ;}
.pro_l_r .s_width{  display: flex;justify-content:space-between;flex-wrap: wrap; align-items: flex-start;}
.pro_list2{ background: #fff;  padding:0 0 65px 0 ;width:63%  }
.pro_list2 .s_width2{  display: flex;justify-content:flex-start;flex-wrap: wrap;}
.pro_list2 .s_width{  display: flex;justify-content:flex-start;flex-wrap: wrap;}
.pro_list2 ul{  display: flex;justify-content:flex-start;flex-wrap: wrap;}
.pro_list2 .s_width3{ width:100%; border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);}
.pro_list2 li{width:calc(100%/3); position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; background: #fff;overflow: hidden; border-right:1px solid rgba(0,0,0,.1); border-bottom:1px solid rgba(0,0,0,.1);}

.pro_list2 .pro_pic{ position:relative; overflow:hidden;z-index: 1 ;width:90%;margin: 0 auto; }
.pro_list2 .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; }
.pro_list2 li:hover .pro_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.pro_list2 .pro_text{ margin:0 15px; padding:60px 0 0 0; text-align: center;}
.pro_list2 .pro_text h1{font-size: 0.21rem;line-height:1.5;  color: #1a1a1a;   font-weight: bold;}
.pro_list2 .pro_text div{font-size: 0.16rem;line-height:2; color: #777;padding:0 0 0 20px }
.pro_list2 .pro_text i{width:150px;  line-height: 0.75rem;font-size: 0.17rem;color: #ee7c28;font-style: normal;margin: 25px 0 0 0; border-radius: 33px;}

/* case_t */
.case_t{   margin: 0 0 65px 0;}
.case_t .s_width{display: flex;justify-content: space-between;align-items:center;  }
.case_t a{width:197px; line-height:54px;color: #fff;border: 2px solid #fff;transition: 0.3s; border-radius: 10px;font-size: 0.16rem; padding:0 19px;position: relative;}
.case_t a:after{ content: '';background: url(../images/solj2.png) no-repeat; width:26px;height: 20px;position: absolute;right:20px;top:17px;}
.cc_title div{font-size: 0.35rem;color:#ee7c28; line-height:1;position: relative; }
.cc_title div strong{color:#ee7c28; text-transform: uppercase;font-family: 'gilroy_bold';}
.cc_title h1{font-size: 0.46rem;color:#ee7c28;font-style: normal;font-weight: bold; }
.cc_title p{ font-size: 0.15rem;color:#fff;line-height:2;}
.case_t .about-s1{width:39%;font-size: 0.15rem;line-height:2; color: #323232;}


.te_t{ text-align: center;margin-bottom:85px; padding:0 0 85px 0; border-bottom:1px solid rgba(255, 255, 255, .3)}
.te_t strong{ font-size: 0.15rem; line-height: 0.35rem; display: block;color: #fff;}
.te_t p{ font-size: 0.16rem; display: block; color: #fff; ;}
/*about*/
.about{ position: relative;z-index: 1;padding:90px 0 90px 0; background:#f3f6f8; overflow: hidden; }
.about:after{width:20%;height:100%;background: #ee7c28; position: absolute;right:0;top: 0; content: '';}
.about .about_con{ display: flex;justify-content:space-between; position: relative; flex-direction: row-reverse;}
.about_l{ width:50%;display: flex;justify-content:center;flex-direction: column;  padding:0 4% 0 5% ;position: relative;z-index: 4;}
.about_l .about_t{display: flex;justify-content:flex-start;flex-direction: column; }
.about_l .about_t i{width:50px;height:2px;background: rgb(153, 148, 148);display: block;}
.about_l .about_t strong{ font-size:0.37rem;position: relative;z-index: 2;color: #222222; line-height: 2;}
.about_l .about_p{ font-size:0.15rem;color: #111;line-height:2; margin:50px 0 50px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.about_r{width:45%;position: relative;z-index: 4;overflow: hidden; margin: 0 5% 0 0; }
.about_r img{ display: block;width:100%; }
.about_l{position: relative;}
.about_a a {display: flex;justify-content:flex-start; align-items: center;  }
.about_a a div{width:90px;height: 90px;background:#ee7c28 url(../img/jj.png) no-repeat center center; border-radius: 50px; margin: 0 15px 0 0; transition: 0.3s;}
.about_a a p{color: #222;display: block;width:auto; line-height: 40px;color: #ee7c28; border-bottom:2px solid #ee7c28 ; text-align: center;font-size:0.19rem;  }
.about_a a:hover div{ transform: rotate(48deg);margin: 0 25px 0 0; }
@media only screen and (max-width:1440px){ 
	.about_a a div{width:70px;height: 70px;}
}

/* sw11 */
.sw11out {position: relative;width: 100%;padding:20px 0 0 0  }
#sw11 { }
#sw11 .swiper-slide {width: 785px;}
.sw14out #sw11 .swiper-slide {width: 450px;}
.sw11out .swiper-pagination {left: 0;bottom: 0;width: 100%;font-size: 0;}
.sw11out .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 14px;background-color: #bfbfbf;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw11out .swiper-pagination-bullet-active { }
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 54%;width: 44px;height: 44px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw11out .sw-prev {left: 25%;background:#e64b37 url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw11out .sw-next {right: 25%;background:#e64b37 url('../images/jt_r.png') center no-repeat; background-size: 10px;}
#sw11 .swiper-slide{display: block;position: relative; overflow: hidden; }
#sw11 .swiper-slide .pic {width: 100%; background-color: #000;position: relative;z-index: 1;}
#sw11 .swiper-slide .wz { color: #fff; opacity: 1; width:100%; position: absolute;z-index: 4; bottom: 20px;left:0; text-align: center; }
#sw11 .swiper-slide .wz strong{ color: #fff; display: block; font-size:0.28rem;line-height:0.28rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
#sw11 .swiper-slide .wz p{  color: #fff; font-size:0.95rem;line-height: 33px;text-transform: uppercase; }
#sw11 .swiper-slide .pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
#sw11 .swiper-slide:hover .pic img{ transform:scale(1.05,1.05);}
#sw11 .swiper-slide-active img {opacity: 1;}
#sw11 .swiper-slide-active .wz strong{ font-weight: bold; font-size:0.17rem;}
@media screen and (max-width: 1750px) {
	#sw11 .swiper-slide-active .wz strong{ font-weight: bold; font-size:0.16rem;}
	#sw11 .swiper-slide-active .wz strong{font-size: 0.15rem;}
}
@media screen and (max-width: 1550px) {
	#sw11 .swiper-slide-active .wz strong{font-size: 0.125rem;}
}
@media screen and (max-width: 91.28rem) {
	#sw11 .swiper-slide {width: 100%;}
	#sw11 .swiper-slide-active .wz strong{font-size: 0.1rem;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}

/*zizhi*/
.zizhi{ background: #fff;padding:65px 0 0 0}
.zizhi_t a{display: block; color:#fff; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1);}
.zizhi_t a:hover{background:#21a098; border: 1px solid #21a098; color: #fff;}
.zizhi_con{position:relative;overflow:hidden; box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.zizhi_dd{position:relative; }
.zizhi_dd li{float: left; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer;  }
.zizhi_dd .cp_m{ position:relative; overflow:hidden;z-index: 1 ;width:100%;margin: 0 auto;background: #fff;padding:0 0 55px 0;box-shadow: 0 0 35px rgb(0 0 0 / 10%);}
.zizhi_dd .cp_m div{position:relative;overflow:hidden; }
.zizhi_dd .cp_m div img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; }
.zizhi_dd li:hover .cp_m img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.zizhi_dd .cp_k{width:100%;  text-align: center;}
.zizhi_dd .cp_k p{ color:#252525; font-size:0.13rem; padding:0 0 0.95rem 0; text-align: center;font-weight: bold; text-transform: uppercase;}
.zizhi_dd .cp_k span{ display: block; color:#fff; background: #1d2088; font-size:0.15rem;line-height:35px; width:133px;margin: 0 auto;text-align: center}


/*index_t*/
.index_t{display: flex;justify-content: space-between;align-items: center;margin:0 auto 40px auto}
.in_title i{display: block;width:80px;background: #444;height:1px;margin:20px 0}
.in_title p{ font-size: 0.35rem; color: #1e2d4d; line-height:4rem; font-weight: bold;}
.in_title p strong{  color: #e64b37;}
.in_title div{  font-size:0.14rem; color:#1c1a1a;  line-height: 0.75rem;}
.y_t i{ margin: 0.95rem auto;}
.y_t{text-align: center;}
.index_t_a{width:170px; background: #e64b37; line-height: 3.0.15rem; text-align: center;transition: 0.5s; border-radius: 35px;}
.index_t_a a{ color: #fff;font-size:0.16rem;}
.index_t_a:hover{ background: #191b51; }
.index_t_a:hover a{ color: #fff; font-weight: bold;}
/*in_factory*/
.pro_info{ color: #666;font-size: 0.16rem;line-height: 45px;padding:0 0 20px 0; width: 95%; margin: 0 auto}
.pro_info p{ background: #f6f6f6;padding: 0 0.95rem;display: flex;justify-content: space-between;}
.pro_info p:nth-child(2){ background: #fbfbfb;padding: 0 0.95rem;display: flex;justify-content: space-between;}





.contact_in{padding:65px 0; background: #ee7c28;}
.contact_in .s_width{ display: flex;justify-content: space-between;align-items: center; color: #fff;}
.contact_in span{font-size:0.45rem; font-weight: bold;}
.contact_in p{font-size:0.3rem;}
.contact_in a{font-size:0.36rem; color: #fff;}

.hezuo_t{display: flex;justify-content:space-between;flex-direction: column; margin-bottom:80px}
.hezuo_t div{ font-size: 0.35rem;color: #ee7c28; text-align: center;line-height:1; font-family:neutra_text_tf ;}
.hezuo_t p{  font-size: 0.38rem;color: #222;  line-height:1.2;  position: relative; text-align: center;}
.hezuo_t span{ color:#444444;font-size: 0.17rem;line-height: 0.28rem; display: block;text-align: center;margin:50px 0 0 0}

.se_q{position: absolute;left:0;bottom: 25%;width:100%; text-align: center;;z-index: 4;-webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
.se_q img{ width:100px;display: block;margin: 0 auto;}


.page_box{padding:25px 0 25px 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 30px;}
.page_box2{border-bottom:1px solid rgba(0,0,0,0.07);padding:25px 0 25px 0;}

.page_box2 .s_width{padding:0 0 0 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 30px;}
.se_weizhi{border-bottom:1px solid rgba(0,0,0,0.05); }
.se_weizhi .s_width{display: flex;justify-content:space-between;}

.se_nav{box-shadow: 0 4px 6px #e9e9e9; position: relative; z-index: 2;}
.se_nav .s_width{display: flex;justify-content:space-between;}
.se_nav li{ width:calc(100%/4); text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box;}
.se_nav li:nth-child(4){ border-right:#dcdcdc solid 0;}
.se_nav li a{ font-size:0.14rem; color:#333; line-height:6.0.28rem; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; display:block; position:relative; height:100px;transition: 0.3s;}
.se_nav li a:hover{ color:#ee7c28;text-decoration: none; font-weight: bold;}
.se_nav li a:before {position: absolute;bottom: 0;content: "";display: block;width: 0;height: 2px;left: 50%;background: #ee7c28;transition-duration:.3s;}
.se_nav li a:hover:before{ width: 150px; left:50%;margin-left:-75px; }
.se_nav li.cu_active a:before {width: 150px; left:50%;margin-left:-75px;}
.se_nav li.cu_active a{ color:#ee7c28;font-weight: bold;}
.se_nav li a:after {position: absolute;right: 10px;top: 50%;margin-top: -7px;content: "";display: inline-block;vertical-align: top;width: 1px;height: 14px;background: #ccc; }
/* se_navcage */
.se_navcage{width:100%;position: absolute;left:0; top:0; height:100%;display: flex;justify-content:center; flex-direction: column; z-index: 5;}

/* se_nav_pro */
.se_nav_pro{ display: flex; padding:55px 0 25px 0;border-top:1px solid rgba(255,255,255,0.1);margin-top:55px;flex-wrap: wrap; justify-content: space-between; width:30%}
.se_nav_pro li{  position: relative; width:100% }
.se_nav_pro li a{ font-size:0.18rem; color:#222; line-height:3;transition: all 0.5s; display:flex; justify-content: center; align-items: center; flex-direction: column; position:relative; transition: 0.3s; text-align: center; border-bottom: 2px solid rgba(0,0,0,.1);}
.se_nav_pro li:hover{ }
.se_nav_pro li a:hover{  text-decoration: none; font-weight: bold;  }
.se_nav_pro li.cu_active a{  font-weight: bold;font-size:0.19rem }

.se_p_cage{ display: flex; padding:55px 0 55px 0; flex-wrap: wrap; justify-content: space-between; border-bottom:1px solid rgba(0, 0, 0, .1) ;}
.se_p_cage li{  position: relative; width:30% ;}
.se_p_cage li a{  font-size:0.21rem; color:#222;line-height:4;display:block;  text-align: center; border-radius: 55px; transition: 0.3s;  }
.se_p_cage li.cu_active a{  font-weight: bold;color:#ee7c28; }
.se_p_cage li a:hover{  font-weight: bold;color:#ee7c28;  }

/* se_nav_shili */
.se_nav_shili{ display: flex;justify-content:center;  padding:0 0 65px 0; }
.se_nav_shili li{  position: relative; width:220px; margin:0 0.95rem;}
.se_nav_shili li a{ font-size:20px; color:#333;border:1px solid  #ee7c28; line-height:2;transition: all 0.5s; transition: 0.3s; text-align: center; display: block; border-radius: 90px;}
.se_nav_shili li:hover{ }
.se_nav_shili li a:hover{  text-decoration: none; font-weight: bold;  }
.se_nav_shili li.on a{  font-weight: bold;background: #ee7c28;color:#fff; }
/* se_about */
.se_about{ padding:0 0 0 5%; position: relative; overflow: hidden;display: flex;justify-content:space-between; background: #f3f6f8;}
.se_about .se_about_c{ width:70%; padding:125px 0;display: flex;justify-content:space-between; flex-wrap: wrap; }
.se_about_l{ width:100%;position: relative; overflow: hidden; border-top-left-radius: 100px;}
.se_about_l img{ width:100%}
.se_about_r{ width:100%;margin:0 0 75px 0;display: flex;justify-content: center;flex-direction: column;}
.se_about_r .about_t{display: flex;justify-content:flex-start;flex-direction: column; }
.se_about_r .about_t div{width:80px;height:2px;background:#ee7c28 ; margin: 0 0 35px 0;}
.se_about_r strong{ font-size:0.2rem;line-height:2;color: #555;position: relative;z-index: 2;font-weight:normal }
.se_about_r h1{ display: block; font-size:0.4rem;line-height: 2;font-weight: bold;color: #ee7c28;  }
.se_about_r b{ margin:0 0 15px 0}
.se_about_r .about_p{ font-size:0.16rem;color: #504444;line-height:2.2; margin:50px 0 0 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
@media only screen and (max-width:1440px){ 
	.se_about .se_about_c{ padding: 65px 0;;}
	.se_about_r .about_p{font-size: 0.18rem;}
}
/*zzshow*/
.zzshow{ padding:70px 0 90px 0;background:url(../img/hhbg.jpg) center bottom no-repeat;; }
.zzshow_con{overflow:hidden;  padding:35px 0 0 0;}
.zz_title{display: flex;justify-content:space-between;flex-direction: column; padding:0 0 55px 0;}
.zz_title p{  font-size: 0.5rem;color: #ee7c28;  line-height:1.2;  position: relative; text-align: center; font-weight: bold;}
.zz_title span{ color:#545454;font-size: 0.17rem;line-height: 2; display: block;text-align: center;margin:30px 0 0 0}


.honour2 {	padding: 100px 0;  }


.zz_pic{width:91%; position:relative; overflow:hidden; z-index: 1; margin: 0 auto;}
.zz_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}

.sty7 { position: relative;width:98%;margin:0 auto}
.sty7 .swiper-container {width: 100%; }
.sty7 .swiper-slide {width: 20%;display: block;position: relative; overflow: hidden;transition: all linear 0.3s; }

.sty7 .swiper-slide:hover img{ transform:scale(1.02,1.02);}

@media screen and (max-width:1023px){
    .sty7{margin-top: 10px}
}

/* wenhua */
.wenhua{padding:75px 0 0 0;}
/* product */
.k_news{padding:155px 0 112px 0;position: relative;}
.k_news:after{position: absolute;left:0;top:0;content: '';width:50%;height:100%;background: url(../img/pl.jpg);z-index: 1;}
.k_news:before{position: absolute;right:0;top:0;content: '';width:50%;height:100%;background: url(../img/pr.jpg);z-index: 1;}
.k_title{display: flex;justify-content:space-between; align-items: center;position:relative;z-index: 2;}
.k_title p strong{font-size: 0.38rem;color: #fdfdfd; display: block;}
.k_title p i{font-style: normal;font-weight:normal;}
.k_title p span{font-size: 0.16rem;color: #fff;display: block;line-height: 2.0.28rem;}
.k_title a{width:180px;border-bottom:2px solid rgba(0,0,0,0.8);line-height: 2.7rem;font-size: 0.28rem;color: #1d1d1d;font-weight: bold;background:url(../img/iamore.png) no-repeat right center;}
.pro_dd{position:relative; overflow:hidden;z-index: 2; width:94%;margin:25px 0 0 6%; }
.pro_dd li{float:left; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; }
.pro_dd li a{ display: block;overflow: hidden;position: relative;}
.pro_dd li p{position: absolute;width:95%;left:0;bottom:0;z-index: 3;padding:0 0 25px 25px; }
.pro_dd li p strong{display: block; font-size: 0.17rem; line-height: 2; color: #fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pro_dd li p span{display: block;font-size: 0.16rem; line-height: 2; color: #fff }
.pro_dd li .p_hover{position: absolute;width:95%;left:0;bottom:0;z-index: 2;height:291px;background: url(../img/hover.png) repeat-x left bottom;}
.pro_dd li .p_pic{width:95%;overflow:hidden;position: relative;z-index: 1;}
.pro_dd li .p_pic img{ width:100%; max-width:602px; display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_dd li:hover  .p_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/* se_news */
.se_news{padding:85px 0 65px 0; line-height: 35px; font-size: 0.15rem; color:#666; }
.se_news2{padding:85px 0 65px 0;  }
.se_newslist{ display: flex;justify-content: flex-start; padding:0 0 25px 0;flex-wrap: wrap;}
.se_newslist li{width:30%;margin:0 4% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
.se_newslist li:nth-child(3n){ margin:0 0 45px 0; }
.se_newslist a{  display:block; line-height:42px; border-bottom:1px solid rgba(0,0,0,0.1); transition: 0.5s;padding:0 0 35px 0}
.se_newslist span{ display:block; line-height:2; color:#444; font-size:0.21rem;text-transform:uppercase; font-weight: lighter; margin: 25px 0 0 0;}
.se_newslist span em{   font-size:0.16rem; font-style: normal;  padding:0 0 0 25px;color:#444;}
.se_newslist .se_newslist_p  {overflow: hidden; position: relative;}
.se_newslist .se_newslist_p  .pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.se_newslist .se_newslist_p img{ width:100%;;display: block; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist .se_newslist_t{ line-height:1.6;height:0.6rem; color:#555; margin:10px 0 30px 0; font-size:0.2rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist p{ display:block; line-height:28px; color:#555;margin:0 0 33px 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist i{width:50px;height: 50px;background:#ee7c28 url(../img/jj.png) no-repeat center center; border-radius: 50px; margin: 0 15px 0 0; transition: 0.3s; display: block;}
.se_newslist a:hover i{    transform: rotate(48deg);}
.se_newslist a:hover .se_newslist_t{ color: #ee7c28;}
/* se_newslist2 */
.se_newslist2{ }
.se_newslist2 ul{ }
.se_newslist2 li{display:flex; justify-content:space-between; border-bottom:1px solid rgba(0,0,0,0.1);  overflow:hidden; cursor: pointer; margin:0 0 35px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;  align-items: center;padding:0 0 30px 0 }
.se_newslist2_l{ width:24%; position:relative; overflow:hidden; }
.se_newslist2_l .pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.se_newslist2_l img{ width:100%;;display: block; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist2 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist2_r{ width: 58%; position: relative;  margin:0 20px 0 0}
.se_newslist2_r a{ font-size:0.2rem; color:#444;    display:block; line-height:2; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.se_newslist2_r a:hover{ color:#ee7c28;}
.se_newslist2_r p{ line-height:28px; color:#888; margin:10px 0 10px 0; font-size:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist2_r span{ display:block; line-height:28px; color:#888; padding:5px 0 5px 35px; font-size:15px;text-transform:uppercase; background:url(../images/zhong.png) no-repeat left center;background-size: 18px;}
.se_newslist2_r .se_newslist2_more{ width:90px; border-bottom:1px solid #ee7c28; line-height:40px; text-align:center; padding:15px 0 0 0}
.se_newslist2_r .se_newslist2_more a{ color:#ee7c28; font-size:14px;}
.se_newslist2 .n_date{ position: relative;  margin:0 20px 0 0; text-align: center; }
.se_newslist2 .n_date span{ font-size:0.28rem;line-height: 1.5; color:#333; display: block;}
.se_newslist2 .n_date p{ font-size:0.16rem; line-height: 0.25rem; color:#333; }

/* se_chanpin_con */
.se_chanpin_con{padding:0.75rem 0 0.75rem 0}
.se_chanpin_con .s_width{ }
.se_chanpin_con ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_chanpin_con li{width:30%; margin: 0 5% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;border-top-right-radius: 55px;border-bottom-left-radius: 55px;overflow: hidden; box-shadow: 0 0 35px rgb(0 0 0 / 3%);}
.se_chanpin_con li:nth-child(3n){ margin: 0 0 28px 0;}
.se_chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_chanpin_con li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_chanpin_con li a{ display: block;width:100%;overflow: hidden;}
.se_chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; }
.se_chanpin_con .pro_text{ position: relative; padding:5px 0.17rem 25px 0.17rem;border-top:1px solid rgba(0,0,0,.05) }
.se_chanpin_con .pro_text p{color:#515151; font-size:0.14rem;line-height:3.0.28rem; }
.se_chanpin_con .pro_text span{color:#fff; width:10.75rem;background: #e64b37; margin: 0 auto; border-radius:50px;font-size:0.15rem;line-height:0.75rem; display: block;}



.item_title2{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:121px;}
.item_title2.item_title3{ height:200px;}
.item_title2 div{color:#fff;font-size:0.35rem;font-weight:bold;}
.item_title2 h1{color:#fff;font-size:0.35rem;font-weight:bold;     text-align: center;}
.item_title2 div span{color:#232323}
.item_title2 i{display: block;width:1px;height:50px;background:#fff;margin: 0.75rem auto 0.75rem auto}
.item_title2 p{color:#fff;font-size:0.16rem;}

/*se_banner*/
.se_banner{width:100%; position: relative;overflow: hidden; background: #f7f7f7;}
.se_banner_b,.se_banner_a{  height: 90vh;}
.se_banner_a2{  height: auto;}
.se_banner_c{  height: 100vh;}
.m_bg{top: 0;height: 100%;width: 100%;background:rgba(0,0,0,0.4); z-index:2;position: absolute}
.se_banner_img{width: 100%;height:100%; overflow: hidden; }
.se_banner_img img{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%; -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); animation: scaleUpDown 8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.02); transform: scale(1.02); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */


/*se_about_con*/
.item_title{  display: flex;justify-content:space-between;flex-direction:column; position: absolute;z-index: 3; top:40%;left:50%;margin-left:-42.5% }
.item_title div{font-size: 0.45rem;color:#fff; padding:0 0 15px 0; font-weight: bold;} 
.item_title p{font-size: 0.16rem;color:#fff;}
.item_title i{ font-size: 0.72rem;font-family: 'Poppins'; color: #ee7c28; font-style: normal; text-transform: uppercase; display: block;line-height: 1.2;    }
.item_title h1{font-size: .4rem;color:#fff; padding:0 0  55px 55px; font-weight: normal; position: relative;}
.item_title h1:after{content: ''; left:0;top:30px;width:40px;height:3px;background: #fff;position: absolute;;}
.item_title span{display: block;font-size: 0.22rem;color:#fff;margin:45px 0 0 0 }
.item_title3{ text-align: center; align-items: center;top:30%;}
.item_title3  img{ text-align: center; }
@media screen and (max-width:1440px) {
	.item_title i{font-size: 0.55rem;}
	.item_title h1{font-size: .35rem;}
	.item_title span{font-size: 0.18rem;}
	.item_title h1:after{top: 23px;}
}
@media screen and (max-width:1200px) {
	.item_title i{font-size: 0.45rem;}
}
/*视频按钮*/
.g-btn3 { position:absolute; z-index: 99; left:50%; bottom:30%; width:81px;	height:81px; margin-left:-40px; text-align: center; }

/*视频弹出*/
.index-video {	position: fixed; z-index:999999999999999; left:0; top:0; width:100vw; height:100vh; background:rgba(0,0,0,0.8);display: none;}
.index-video .x-btn { top: 5%; right: 5%;}
.x-btn { position: absolute; width: 75px; height: 75px;	line-height: 75px;	text-align: center;	color: #fff; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.3s;	-o-transition: 0.3s; transition: 0.3s;	font-size: 24px; z-index: 50;transition:.4s all;}
.x-btn:hover {transform: rotate(360deg); -webkit-transform: rotate(360deg);	color: #fff;}
.search-close { width:60px; height:60px; cursor: pointer; transition:.4s all; display:block; position:absolute; right:0; top:0;}
.search-close:hover {  color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); }

.modal-open{overflow: hidden;}
.video-box video {
	position: absolute;
	left: 50%;margin-left:-40%;
	top: 50%;margin-top:-20%;
	width: 80%;
	height: 80%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-box iframe {
	position: absolute;
	left: 50%;margin-left:-40%;
	top: 50%;margin-top:-20%;
	width: 80%;
	height: 80%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width:1440px){ 
	.item_title3 img{width:550px}
	.g-btn3 img{width:70px;margin:0 auto}
}
@media only screen and (max-width:1060px){ 
	.video-box video{ width:100%;height:auto;margin-left:0;left:0}
	.item_title3 img{width:250px}
	.g-btn3 img{width:50px;margin:0 auto}
	.g-btn3{     bottom: 26%;}
}
/* weizhi */
.weizhi_nav{position: absolute;z-index: 4; bottom:5%;left:50%;margin-left:-42.5%;color: #fff;font-size: 0.15rem;display: flex;justify-content: space-between;    align-items: center; }
.weizhi{ color: #fff;font-size: 0.15rem;line-height:4; padding:0 0 0 35px;background: url(../images/di2.png) no-repeat left center;; }
.weizhi a{ color: #fff;font-size: 0.15rem;  }
.w_nav{display: flex;justify-content:space-between;}
.w_nav li{ }
.w_nav li a{ font-size:0.22rem; color:#fff; line-height:4; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; display:block; position:relative;  transition: 0.3s; display: block;margin: 0 35px 0 0;}
.w_nav li a:hover{  text-decoration: none; font-weight: bold;}
.w_nav li a:before {position: absolute;bottom: 0;content: "";display: block;width: 0;height: 2px;left: 50%;background: #fff;transition-duration:.3s;}
.w_nav li a:hover:before{ width: 100%; left:50%;margin-left:-50%; }
.w_nav li.cu_active a:before{ width: 100%; left:50%;margin-left:-50%; }
@media screen and (max-width:1440px) {
	.w_nav li a{font-size: 0.2rem;}
}
/* se_contact_t */
.se_contact{background: #f7f9fc;}
.se_contact_t{padding:65px 0 0 0;font-size:0.25rem; color:#222;line-height:1.4; text-align: center; }
.se_contact_t h2{font-weight: normal;font-size:0.3rem; color:#111;line-height:1.4;}
.se_contact_t p{font-size:0.13rem; color:#666;line-height:1.7; padding: 25px 0 0 0;}
.se_contact .se_contact_con{display: flex;justify-content: space-between; align-items: center;padding:65px 0;}
.lianxi{width:100%}
.se_contact_li{width:100%; }
.se_contact_li ul{ display: flex;justify-content: space-between;padding:20px 0 55px 0;}
.se_contact_li li{ line-height: 0.3rem; color: #333;padding:25px 0; text-align: center; width:33%}
.se_contact_li li span{ width:100px;height:100px;border-radius: 20px;background: #ee7c28; display: flex;justify-content: center;align-items: center; margin: 0 auto 35px auto}
.se_contact_li li span img{width:55px}
.se_contact_li li div{font-size: 0.23rem;  line-height: 4;color: #222; }
.se_contact_li li p{font-size: 0.2rem; font-weight: bold; }
.se_contact_li a{display: block;width:150px;margin:0 auto;line-height: 0.3rem;transition: 0.3s;background: #111;color: #fff;font-size: 0.15rem;display: block; text-align: center; border-radius: 5px;}
.se_contact_li a:hover{width:11.28rem}
.BMap_bubble_title{font-size:0.19rem;font-weight: bold;line-height: 2;}
.BMap_bubble_content{font-size:0.16rem;line-height: 1.8;}



/* se_liuyan */
.se_liuyan{ margin:80px 0 0 0;}
.message{overflow: hidden; font-size:15px; line-height:31px; color:#333;margin:0 auto 80px auto; border:1px solid #eee; padding:50px 50px;}
.tijiao div{display: flex;justify-content:center;}
.tijiao div .layui-btn{width:15%;margin: 0 15px 0 0}
.tijiao div .layui-btn-primary{width:15%}
.se_title{ display: flex;justify-content: center;align-items: center;padding:0 0 45px 0;}
.font_44 h2{font-size: 0.5rem;font-weight: bold;color:#ee7c28;text-align: center; }
.font_44 p{ font-size:0.18rem;line-height:40px;color:#5d5d5d; text-align: center;}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid #eee;font-size: 16px;color: #666;line-height: 0.58rem; margin: 0 2% 2% 0;}
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:1px solid #eee; margin-bottom: 3%;}
.layui-btn{ display:block; background: #333; color:#fff;width: 49%;  font-size: 16px; height:38px;   line-height: 38px; border:none!important;  padding:0 31px;float: left;}
.layui-btn-primary{margin: 0 0 0 0;float: right;}
/* s_video */
.s_video{display: flex; justify-content:flex-start; flex-wrap: wrap; }
.s_video li{ width:30%;height:auto; margin: 0 2% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.s_video li:nth-child(3n){ margin: 0 0 25px 0;}
.s_video li .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; }
.s_video li .pro_pic i{width:100%;height: 100%;display: block;position: absolute;left:0;top:0; background: rgba(0,0,0,0.2) url(../images/bofang2.png) no-repeat center center;}
.s_video li .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;display: block; }
.s_video li:hover .pro_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.s_video li .pro_text{ color:#232323;text-align:center; font-size:0.28rem;line-height:0.75rem;margin:20px 10px 20px 10px;overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 1}
/* s_ying */
.s_ying{display: flex; justify-content:flex-start; flex-wrap: wrap; }
.s_ying li{ width:24%;height:auto; margin: 0 1.2% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;padding:0 0 25px 0}
.s_ying li:nth-child(4n){ margin: 0 0 25px 0;}
.s_ying li .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; }
.s_ying li .pro_pic i{width:100%;height: 100%;display: block;position: absolute;left:0;top:0; background: rgba(0,0,0,0.2) url(../images/bofang2.png) no-repeat center center;}
.s_ying li .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;display: block; }
.s_ying li:hover .pro_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.s_ying li .pro_text{ color:#232323;text-align:center; font-size:0.28rem;line-height:0.75rem;margin:20px 10px 0 10px;overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 1}
.s_ying li .pro_text2{ width:150px;border: 1px solid rgba(0,0,0,.1); margin:0 auto; border-radius: 20px;line-height: 0.75rem;font-size: 0.15rem;color: #555; margin: 0 auto; text-align: center;}
.s_ying li a{}
/* huise */
.huise{background: #f7f7f7;padding:50px 0 50px 0}
.huise2{background: #f4f4f4;padding:80px 0 50px 0}
.huise4{ padding:80px 0 50px 0}
.c_center{text-align: center;}
.case2{ padding:80px 0 50px 0}
.case2 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case2 .list::after{ content: ""; width: 475px; }
.case2 .list .item{ width:24%;height:auto; margin: 0 1.3% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.case2 .list .item:nth-child(4n){ margin: 0 0 25px 0;}
.case2 .item .text{ box-sizing: border-box; }
.case2 .item h4{ padding: 0.17rem 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case2 .item:hover h4{ color: #333; }
.case2 .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }

.case2 .list .item .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; }
.case2 .list .item .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;display: block; }
.case2 .list .item:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.case2 .list .item .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.case2 .list .item .pro_pic div.pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.case2 .list .item .pro_text{ color:#232323;text-align:center; font-size:0.18rem;line-height:0.45rem;margin:20px 10px 20px 10px;overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 1}
@media (max-width:1500px){
	.case2 .item h4{ padding: 20px 0 10px; }
}
@media (max-width:1200px){
	.case2 .item h4{ padding: 0.15rem 0 8px; }
	.case2{padding: 30px 0 50px 0;}
}
@media (max-width:991px){
	.case2 .list::after{ width: 48%; }
	.case2 .list .item{ width: 48%; }
	.case2 .item h4{ padding: 13px 0 6px; }
}
@media (max-width:768px){
	.case2 .item h4{ font-size: 0.16rem; }

}
@media (max-width:480px){
	.case2 .list{ justify-content: center; }
	.case2 .list::after{ display: none; }
	.case2 .list .item{ width: 47%;}
	.case2 .list .item .pro_text{   margin: 10px 10px 10px 10px;}
}
@media (max-width:375px){
	.case2 .list .item{ width: 100%; }
}
.case4{ padding:80px 0 50px 0}
.case4 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case4 .list::after{ content: ""; width: 475px; }
.case4 .list .item{ width:18.5%;height:auto; margin: 0 1.8% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.case4 .list .item:nth-child(5n){ margin: 0 0 25px 0;}
.case4 .item .text{ box-sizing: border-box; }
.case4 .item h4{ padding: 0.17rem 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case4 .item:hover h4{ color: #333; }
.case4 .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case4 .list .item .pro_pic{ width:100%;padding:35px 0;position:relative; overflow:hidden; }
.case4 .list .item .pro_pic .pro_img{width:90%;position: relative; margin:0 auto}
.case4 .list .item .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; }
.case4 .list .item:hover div img{ transform:scale(1.02,1.02); -moz-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}


.case4 .list .item .pro_pic div.pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.case4 .list .item .pro_text{ color:#555;text-align:center; font-size:0.17rem;line-height:1.7;margin:20px 10px 20px 10px;overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 2}
@media (max-width:1500px){
	.case4 .item h4{ padding: 20px 0 10px; }
	.case4 .list .item{width:23.3%}
	.case4 .list .item:nth-child(5n){    margin: 0 1.8% 25px 0;}
	.case4 .list .item:nth-child(4n){    margin: 0 0% 25px 0;}
}
@media (max-width:1200px){
	.case4 .item h4{ padding: 0.15rem 0 8px; }
	.case4{padding: 30px 0 50px 0;}
}
@media (max-width:991px){
	.case4 .list::after{ width: 48%; }
	.case4 .list .item{ width: 48%; }
	.case4 .item h4{ padding: 13px 0 6px; }
}
@media (max-width:768px){
	.case4 .item h4{ font-size: 0.16rem; }

}
@media (max-width:480px){
	.case4 .list{ justify-content: center; }
	.case4 .list::after{ display: none; }
	.case4 .list .item{ width: 47%;}
	.case4 .list .item .pro_text{font-size: 0.12rem;line-height: 0.16rem;    margin: 10px 10px 10px 10px;}
}
@media (max-width:375px){
	.case4 .list .item{ width: 47%; }
}
.baise{background: #fff;padding:50px 0 50px 0}

.se_espcms_book{padding:0 0 0 0; background: #fff}
.se_espcms_book2{padding:0 0 0 0;}
.se_espcms_book2 h1{ line-height:1.7; margin: 0 50px 35px 0;  font-size: 0.25rem; color: #000; }
.se_espcms_book2 .se_date{ font-size:0.15rem; line-height:38px; padding: 0 0 0.55rem 0 ; }
.se_espcms_book2 .s_width{display: flex;justify-content: space-between;align-items: flex-start;}
.s_nl{width:75%;padding:50px 0 0 0;border-right:1px solid rgba(0, 0, 0, .1);}
.s_nr{width:25%;padding:50px 0 0 4%}
.s_nr h2{ font-size: 0.3rem;line-height: 2; margin: 0 0 55px 0;}
.s_nr li { margin: 0 0 25px 0;}
.s_nr li .s_nr_pic img{ width:100%}
.s_nr li  .s_nr_text strong{ display: block;font-size: 0.15rem;line-height: 1.9; margin: 15px 0 15px 0; font-weight: normal;}
.s_nr li  .s_nr_text span{ display: block;font-size: 0.2rem;line-height: 1.5; margin: 15px 0 15px 0;}
.se_tel{padding:0.75rem 0 0 0}
.miaoshu{ line-height:95px; padding:0 0 0 0; color:#ebc120; font-size:36px;  margin:0 0 25px 0; position: relative; font-weight: bold}
.miaoshu i{ position: absolute;left:0;bottom:0;width:50px;height:2px; background: #ebc120}
.th_pro_con {overflow: hidden; font-size:0.95rem; line-height:31px; color:#666;  margin-bottom:0.75rem;  padding:0.75rem 0; }
.th_pro_con table{border: 1px solid #666;border-collapse: collapse;font-size: 0.15rem;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #666;line-height: 0.25rem;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:0.75rem 0 0 0; padding:0 0 0.75rem 0}
.info_content{ font-size:0.15rem; line-height:2; color:#666;}
.info_content img{ max-width:800px;width:100%;display: block;margin: 15px auto;}
.info_content  strong{ display: block;font-size: 0.16rem;color: #e64b37; line-height: 65px;margin-top: 35px; margin-bottom:25px;border-bottom: 1px solid rgba(0, 0, 0, .06);padding:0 0 0 45px;background: url(../images/banner-icon.png) no-repeat left center;}
.info_content iframe{width:800px;height: 400px;;}

.fenye{width: 80%; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; padding:0 15px; background: #f2f2f2; text-align: center;  line-height: 47px;}



.second_img div{margin:0 0 20px 0;}
.guding_title{ font-size:0.17rem; color:#eb0e0e; margin-bottom:0.75rem;text-indent:0;padding:0 0 0 45px;background:url(../images/quan2.png) no-repeat left center; line-height: 65px; }


.er_title div strong{ color: #fff}
.se_contact_p .btnt{width:205px;height:65px;margin-top:25px;background-color:#fc6546; background-image: linear-gradient(#ff765b,#eb201b); border-radius:50px;display:block;font-size:0.16rem;font-weight:700;text-align:center;color:#fff;text-shadow:0 0 8px #e24627;box-shadow:0 0.75rem 0.75rem rgba(252,101,70,.3)}
.btn-hover{overflow:hidden;position:relative;transition:all .8s ease}
.se_message strong {    color: #fff; display: inline-block;}
.se_message strong i {    color: #fff;}
.se_message p {  font-size: 18px; line-height: 2;  color: #fff;}
.se_message{width:35%;position: absolute;height:100%;right:10%;top:0;z-index: 5;padding:0 2% 0 10%; }
.message_t{ color: #fff;padding: 180px 0 0 0; font-size: 0.15rem;}
.message_t div.niu{color:#fff;font-weight: bold;font-size: 45px; }

.se_espcms_page{font-size:0.16rem; border-top:1px solid #eee; padding:0.75rem 0; display:flex;flex-direction:column;justify-content:space-between;}
.se_espcms_page li{width:100%; line-height: 2;}
.se_espcms_page li a{color:#666;font-size:0.16;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.th_news_con{overflow: hidden; font-size:0.16rem; line-height:31px; color:#666;  margin-bottom:0.75rem; border:1px solid #eee; padding:0.75rem 50px;}
.th_news_con2{overflow: hidden; font-size:0.16rem; line-height:31px; color:#666;  margin-bottom:0.75rem; border-top:1px solid #eee; padding:0.55rem 50px 0.55rem 0;}

.map{position:absolute;width:100%;left:0; top:0;height:7rem;z-index:2}

.se_espcms_book4{ padding:140px 0 70px 0; background:#fff; background-size: cover; }
.se_espcms_book4 .s_width{display: flex;justify-content:space-between; align-items: center; width: 100%;padding:0 5%}
.se_bg_pic{ background: #fff; width:50%;overflow: hidden;border:1px solid rgba(0,0,0,.1);}
.se_bg_pic img{width:100%; display: block}
.se_pro_text_pp{width:45%; ;  display: flex;justify-content:center;flex-direction: column}
.se_pro_text_pp h1{  margin: 0 0 55px 0;padding:0 0 45px 0; border-bottom: 1px solid rgba(0,0,0,0.1); font-size: 0.3rem; color: #111; font-weight: normal;}
.p_jieshao2{width:100%;display: flex;justify-content: center;flex-direction: column}
.p_jieshao2 p{color: #666;line-height: 2;font-size: 0.16rem; padding:0 0 55px 0 }



.se_pro_b{padding:85px 0; background: #f3f3f3;}
.se_pro_b_title{font-size:0.4rem;color: #333;line-height: 0.28rem; margin:0 0 55px 0; text-align: center;  }
.se_pro_a_text p img{display:block;margin:0 auto 10px auto; width:auto;max-width:100%}
.se_pro_a_text p strong{display:block; font-size:0.28rem;color:#222;line-height: 3; border-bottom: 1px solid rgba(0, 0, 0, .1); font-weight: normal; margin: 35px 0;}
.se_pro_b table{border: 1px solid #999;border-collapse: collapse;font-size: 0.15rem;line-height: 2; color: #333;width:100%;}	
.se_pro_b th, .se_pro_b td{border: 1px solid #999;line-height: 1.7;border-collapse: collapse;text-align:left;	    padding: 10px;}
.se_pro_b .se_pro_a_text p{ font-size:0.175rem;color: #555; line-height: 2; }
.se_pro_c{padding:85px 0; background: #f5f5f5;}
.se_pro_a_text ul{display:flex;justify-content: flex-start;padding:45px 0 0 0}
.se_pro_a_text li{ display:flex;justify-content:center;flex-direction: column;align-items: center; padding:0 35px 0 0}
.se_pro_a_text li div{width:90px;height:90px;border-radius: 45px;border:2px solid #00a597; display: flex;justify-content: center;align-items: center;}
.se_pro_a_text li span{ font-size: 0.16rem;color: #111;line-height:0.17rem;padding:15px 0;  display: block;}



.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 100%; margin:10px auto; text-align: center;}

.espcms_pro_photo li{ width:100%; margin-bottom:5px; text-indent:0;}
.espcms_pro_photo li img{width:100%; background: #fff  }



@media only screen and (max-width:1800px){ 
	#top_scroll{width:94%;}
	.s_width{width:92%;}
	.item_title{margin-left: -46%;}
	.weizhi_nav{margin-left: -46%;}
	.s_width3{width:92%;}
	.pro_list2 .s_width3{width:92%;}
	.cc_title div{font-size: 0.25rem; }
	.in_title p{font-size: 0.3rem; }
	.se_espcms_book2 h1{font-size: 0.24rem;   }
	.about_l .about_t span{font-size: 0.25rem; }
	.te_t strong{font-size: 0.25rem; }

}
@media only screen and (max-width:1750px){ 
	.hezuo_t p{font-size: 0.25rem; }
	.hezuo_t div{font-size: 0.28rem; }
	#top_scroll .pro_text p{    font-size: 1.15rem;}
	#top_scroll .pro_text div{    font-size: 0.15rem;}
	.banner3 .ind_ban_tex_title img{width:780px}
	.about_l{padding: 0 4% 0 4%;}
	.case_t span{font-size: 0.15rem;width:51%;}

}
@media only screen and (max-width:1650px){ 
	.in_title p{font-size: 2.7rem; }
	.son .son_c .son_c_li span{font-size: 0.28rem; }
	.about_l .about_p{margin: 30px 0 30px 0;}
	.te_t strong{ font-size: 0.25rem;}
	.te_t span{ font-size: 0.25rem;}
}
@media only screen and (max-width:1500px){
	.se_pro_b_title{font-size:0.35rem;}
	.about_l .about_p{-webkit-line-clamp: 6;font-size: 0.17rem;}
	.gongyi li{    width: 21%;} 
	.about_l .about_t span{font-size: 0.25rem;}
	.in_title p{font-size: 2.4rem; }
	.son .son_pro{margin: 0 30px;}
	.banner3 .ind_ban_tex_title_en{margin: 0 0 40px 0;}
	.banner3 .ind_ban_tex_title{ font-size: 0.45rem;}
	.banner3 a{margin: 40px 0 0 0;}
	.ind_ban_tex{padding:5% 0 0 0}

	.item_title2{height: 100px;}
	.since_l p{ font-size:0.28rem;}
	.se_banner_b{height: 100vh;}
	.pro_list2 .pro_text div{ font-size:0.13rem;}
	.se_pro_a_text p strong{ font-size:0.14rem;}
	.info_content{ font-size:0.17rem;}}
	
@media only screen and (max-width:1440px){ 
	.header .logo_tel a{    width: 129px;}
	.hezuo_t p{font-size: 0.28rem; }
	.header .logo img{    max-width: 197px;}
	.index_nav li a{ font-size:0.15rem;  }
	.son dt a{ font-size:0.15rem;line-height: 45px;}
	.son dt{line-height: 45px; }
	.about_l .about_p{    line-height: 2; -webkit-line-clamp:6;}
	.about_l .about_t strong{ font-size:0.26rem;}
	.se_contact_li li strong{ font-size:0.28rem;}
	.se_pro_b .se_pro_a_text p{ font-size:0.17rem;}
	.case2 .list .item{width:32%}
	.case2 .list .item:nth-child(4n){    margin: 0 1.3% 25px 0;}
	.case2 .list .item:nth-child(3n){    margin: 0 0 25px 0;}
	.se_banner_a{height: 100vh;}
	.se_banner_a2{height: auto;}
	.index_nav3 li a{font-size: 0.18rem;}
	.font_44 h2{font-size: 0.4rem;}
	.header{height:90px}
	.index_nav3 li{line-height:90px}
	.contact_in span{font-size: 0.35rem;}
	.se_espcms_book2 .se_date{font-size: 0.17rem;}
	.s_nr li .s_nr_text strong{font-size: 0.17rem;}
}
@media only screen and (max-width:1380px){ 
	.index_nav3{width:76%}
}
@media only screen and (max-width:1200px){
	.se_proc_l{width:100%}
	.se_proc_r{width:100%}
	.se_proc_l .se_proc_l_t{font-size: 0.23rem;}
	.w_nav {display: flex;justify-content: space-between;flex-wrap: wrap;}
	.w_nav li{width:50%}
	.se_banner_a .w_nav2 li{width:33%}
	.se_banner_b  .item_title span{display: none;}
	.case2 .list .item{width: 49%;margin: 0 1% 25px 0;}
	.case2 .list .item:nth-child(2n){ margin: 0 0 25px 0;}
	.case2 .list .item:nth-child(3n){ margin: 0 1% 25px 0;}
	.case2 .list .item:nth-child(4n){ margin: 0 1% 25px 0;}
	.se_cage li{width:100%;margin: 0 0 25px 0;}
	.se_cage li .e_erji a{width:100%}
	.se_cage li a strong{font-size: 0.2rem;}
	.se_cage{padding:35px 0}
	.se_q{bottom: 15%;}
	.se_banner_a{height: 48vh;}
	.se_banner_a2{height: 48vh;}
	.se_proc li{ margin: 35px 0;}
	.s_nl{width:100%}
	.se_espcms_book2 h1{margin: 0 0 35px 0;}
	.th_news_con2{padding: 0.55rem 0 0.55rem 0;}
  .se_pro_b td{    white-space: nowrap;}
  .se_pro_a_text{    overflow-x: auto;}
	.zz_title p{    font-size: 0.26rem;}
	.h_more{    width: 194px;font-size: 0.2rem;}
	.contact_in{padding: 35px 0;}
	.contact_in span{    font-size: 0.3rem;}
	.contact_in p{    font-size: 0.2rem;}
	.footer .s_width:nth-child(1){flex-direction: row;}
	.footer .s_width:nth-child(2){    padding: 25px 0 25px 0;}
	.footer .s_width{flex-direction: column }
	.footer .f_fenlei{width:90%}
	.footer_p{ text-align: center;}
	.footer .f_fenlei2{display: none;}
	.footer .f_erweima div span{font-size: 0.24rem;}
	.footer strong{border-bottom: 1px solid rgba(255,255,255,.1);margin-bottom: 15px; padding:15px 0 15px 0;font-size: 0.22rem;}
	.footer .f_fenlei div{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.footer .f_fenlei li{width:50%}
	.footer .f_fenlei li a{font-size: 0.16rem; line-height: 1.9;}
	.news_con .newsleft_text strong{height: auto;  -webkit-line-clamp: 3;} 
	.contact_in .s_width{flex-direction: column;}
	.gongyi_title .gongyi_l{width:100%}
	.gongyi_title .gongyi_l div{ font-size:0.4rem;}
	.a_line2{margin: 35px auto;}
	.sty7 .swiper-slide{width:50%}
	.s_ying li{width: 48%;}

	
	.se_contact .se_contact_con{padding:0 0 35px 0;}
	.se_contact_li ul{flex-wrap: wrap; padding: 20px 0 0 0;}
	.se_contact_li li{width:100%}
	.se_contact_li li span{    width: 90px;		height: 90px;margin: 0 auto 15px auto;}
	.se_contact_li li div{font-size:0.2rem;   line-height: 2; font-weight: bold;}
	.se_contact_li li p{    line-height: 0.28rem; padding:10px 0 0 0; font-size: 0.17rem;font-weight: normal;}
	.se_contact_t p{font-size: 0.16rem;}
	.se_contact_t{ font-size:0.17rem;    margin: 0 0 0 0; padding:35px 0 0 0}
	.se_contact_t h2{ font-size:0.2rem;    margin: 0 0 25px 0; }
	.sty6 .swiper-slide{width: 100%;}

	.news_con{ flex-direction: column; }
	.news_con li{width:100%}
	.news_con.s_width{width:96%}
	.te_t{ margin-bottom: 35px;		padding: 0 0 35px 0;}
	.te_t strong{ font-size: 0.14rem;}
	.te_t span{ font-size: 0.17rem;    margin: 0 0 25px 0;}
	.te_t p{ font-size: 0.15rem; line-height: 2;}
	.about{padding: 35px 0;}
	.about:after{width:15%}
	.about .about_con{flex-wrap: wrap;}
	.about_l{width:100%; margin: 30px 0 30px 0; }
	.about_r{width:100%; margin: 0 5%;}
	.about_l .about_t span{    font-size: 0.14rem;}
	.about_l .about_t strong{    font-size: 0.2rem;}
	.about_l .about_p{ margin: 10px 0 10px 0; }
	.about_a a div{width:55px;height: 55px;}
	.se_about{flex-wrap: wrap;padding: 0;}
	.se_about .se_about_c{flex-wrap: wrap;padding: 0 3% 35px 3%;width:100%;}
	.se_about_r{width:100%; margin: 30px 2% 10px 2%; }
	.se_about_r h1{    font-size: 0.2rem;}
	.se_about_l{width:100%;    border-top-left-radius: 40px;}
	.se_about .se_about_c{ }
	.cc_title div{font-size: 0.17rem;line-height:2;}
	.cc_title h1{font-size: 0.3rem;}
	.cc_title{text-align: center;margin: 0 0 15px 0;}
	.case_t{    padding: 30px 0 30px 0; margin: 0 0 35px 0;}
	.case_t .s_width{flex-direction: column; }
	.case_t span{width:100%;font-size: 0.15rem;line-height: 0.16rem; text-align: center;}

	
	.header{display:none;}
	.s_width{width:96%;}
	.s_width2{width:96%;}
	.s_width3{width:96%;}
	.none{display:block;}
	.block{display:none;}

	/*wap header*/
	.head_wap{width:100%; padding:9px 5px; position: absolute; z-index: 101;border:1px solid  rgba(255,255,255,.1);}
	.head_wap2{ background: #ee7c28 ;}
	.position{position: relative; display: flex;justify-content:flex-start; align-items: center;}
	.head_wap .logo{}
	.logo img{width:162px;}
	
	.l_ban{border-radius: 50px;border: 1px solid rgba(255,255,255,.1); line-height: 30px;width:30px; text-align: center;margin: 0 0 0 10px}
	.l_ban a{color: #fff;font-size: 0.14rem; text-transform: uppercase; display: block;}
	.menu {position: relative}
	.menu-trigger,
	.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	.menu-trigger {
	position: relative;
	width: 20px;
	height: 16px;
	}
	.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background:#fff;
	border-radius: 4px;
	}
	.head_wap2 .menu-trigger span{background:#fff;}
	.menu-trigger span:nth-of-type(1) {
	top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-315deg);
		transform: translateY(6px) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(315deg);
		transform: translateY(-9px) rotate(315deg);
	}
	#close{display: none;position: fixed;width:100%;height:100%;top:0;left:0;background-color:#fff;z-index:998;}
	.menuBox ul li {width:90%;margin:0 auto;}
	.menuBox ul li a{ font-size:0.15rem;font-weight: bold;display:block;color:#fff;position: relative;line-height: 0.7rem; border-bottom:1px solid rgba(255,255,255,0.2);  background: url(../images/fjiao.png) no-repeat right center;}
	.menuBox ul div{width:90%;margin:0 auto; display: flex;justify-content: flex-start;flex-wrap: wrap;border-bottom:1px solid rgba(255,255,255,0.1);  }
	.menuBox ul div a{width:32%;font-size: 15px;line-height: 38px;color: #fff;font-weight: normal;display:block; }
	.menuBox ul div.pp a{width:50%; }
	.menuBox ul div.pp2 a{width:100%; }
	.menuBox ul li a.active{background-color:#8fc31f;color:#fff;}
	.menuBox ul li a.link{color:#fff;}
	.menuBox ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #8fc31f;}
	.menuBox ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 100;
		background: rgba(0,0,0,0.85);
	}
	.menuBox ul { padding-top:64px;}
	.keshi_text strong{line-height: 2;}
	.l_tel{width:35%; padding:0 5px 0 0; display:flex;justify-content: flex-end;align-items: center;color: #fff;font-size: 12px; }
	.l_tel img{ width:12px; margin: 0 5px 0 0;}
	.video{width:100vw;height:133vw;}
	.video.none{background: url(../images/xin.jpg) no-repeat center top; background-size: 100%;;}
	.video:before{background-image: linear-gradient(180deg, #000, 30%, rgba(0, 0, 0, 0.0));	content: "";	height:20%;width:100%;	inset: 0;		position: absolute;		z-index: 2;}
	.video video{width:100vw; object-fit: cover; height:133vw; }
	.banner3{height:50%}
	.banner3 .ind_ban_tex_info{font-size: 0.25rem;    margin: 0 0 0 0;}
	.banner3 .ind_ban_tex_title{ font-size: 0.15rem;}
	.ind_ban_tex i{margin: 0 0 15px 0;    width: 47px;}
	.banner3 a{margin: 15px 0 0 0; width: 144px;     line-height: 0.45rem;}
	.ind_ban_tex{padding:5% 0 0 0}
	.footer4{padding:25px 0 25px 10px;background: #222;font-size: 0.95rem;color: #ddd; line-height: 0.17rem;}
	.footer5{display: flex;position: fixed;bottom: 10px; right:5px;z-index: 99;width:50px;height:50px; z-index: 999999;}
	.footer5 img{display: block;width:30px; margin:0 auto}
	.footer5 a{display: flex;width:50px;height:50px;background: #ef4114; border-radius: 25px;overflow: hidden; justify-content: center;align-items: center;}
	.weizhi{display: none;}
	.se_banner_img{width:230%}
	.item_title{width:100%;left:0;margin-left:0;padding:0 20px;top: 35%;}
	.item_title div{font-size: 0.2rem;}
	.item_title h1{font-size: 0.25rem;    padding: 0 0 25px 55px;}
	.item_title span{ margin: 0 0 0 0; }
	.item_title h1:after{top: 13px;}
	.weizhi_nav{    bottom: 10px;width:100%;left:0;margin-left:0;padding:0 20px;}
	.w_nav li a{font-size: 0.18rem; line-height:2;    margin: 0 14px 0 0;}
	.w_nav li a:before { height: 1px;left: 50%; }
	.item_title2{width:100%;left:0;margin-left:0;padding:0 20px;top: 35%;}
	.item_title2 div{font-size: 0.2rem;}
	.item_title2 h1{font-size: 0.2rem;}
	.item_title2 p{font-size: 0.15rem; line-height:2; text-align: center; display: none;}
	.item_title2{height: auto;}
	.se_banner_b{  height: 76vh;}
	.se_nav_pro li{width:100%;margin: 0 0 5px 0 ;}
	.se_nav_pro li a{font-size: .15rem;line-height:2;}
	.se_nav_pro li.cu_active a{ }
	.se_nav_pro{flex-wrap: wrap;    padding: 25px 0 25px 0;    margin-top: 25px;}
	.se_about_r .about_p{    margin: 30px 0 0 0;}
	.se_p_cage li{width:100%}
	.se_p_cage li a{ font-size:0.18rem; line-height: 3;}
	.se_p_cage{padding: 35px 0 35px 0;}
	.pro_list2{padding: 0 0 35px 0;}
	.se_title{flex-direction: column; padding: 0 0 15px 0;}
	.font_44{padding: 0 0 25px 0;}
	.font_44 h2{ font-size:0.25rem;}
	.since_l div{ font-size:0.2rem;line-height: 0.28rem;}
	.since_l p{ font-size:0.2rem;}
	.case_t .about-s1{width:100%;}
	.pro_list li{width:49%;border-radius: 10px;}
	.pro_list .pro_text p{font-size: 0.28rem;}
	.pro_list .pro_text div{font-size: 0.16rem;}
	.pro_list .pro_text span{    width: 100px;line-height: 35px;font-size: 0.9rem;}
	.pro_list .pro_text span:after{display: none;}
	.pro_list .pro_text p{background-size: 15px;}
	.pro_list2 li{width:50%; }
	.pro_list2 li:nth-child(4n){margin:0 0 0 0 ;}
	.pro_list2 li:nth-child(2n){margin:0 0 0 0 ;}
	.pro_list2 .pro_text{padding: 30px 0 0 0;}
	.pro_list2 .pro_text h1{font-size: 0.17rem;    font-weight: normal;background-size: 15px;}
	.pro_list2 .pro_text div{font-size: 0.15rem;}
	.pro_list2 .pro_text span{    width: 100px;line-height: 35px;font-size: 0.1rem;}
	.pro_list2 .pro_text span:after{display: none;}
	.pro_list2 .s_width3{    width: 98%;}
	.case_t a{width: 150px;    line-height: 44px;    font-size: 0.15rem;}
	.case_t a:after{    top: 15px; background-size: 20px; }
	.gongyi{    padding: 35px 0 35px 0; background-size: cover;}
	.cc_title p{font-size: 0.1rem;}
	.gongyi ul{flex-wrap: wrap; }
	.gongyi li p{font-size: 0.1rem;}
	.gongyi li{width:45%;margin: 0 0 20px 0;}
	.gongyi li img{width:45px}
	.gongyi li div{font-size: 0.15rem;}
	.page_box{font-size: 0.1rem;padding:15px 0 15px 40px;}
	.page_box2{font-size: 0.1rem;padding:15px 0 15px 0;}
	.huise4{padding: 30px 0 20px 0;}
	.se_pro_a{display: flex;justify-content: space-between; flex-direction: column; align-items: center;padding:35px 8px;background: #f5f5f5;}
	.se_pro_a .info_pic{width:100%;}
	.se_pro_a .se_pro_a_text{width:100%; padding:15px 0 0 0}
	.se_pro_a_icon img{width:55px}
	.se_pro_a .se_pro_a_text strong{font-size: 0.17rem;    line-height:4rem;}
	.se_pro_a_text p strong{font-size: 0.185rem;    line-height:2; margin: 35px 0 10px 0; font-weight: bold;}
	.se_pro_a_text li span{font-size: 0.15rem;}
	.se_pro_b_title{font-size: 0.25rem;margin: 0 0 25px 0;}
	.se_pro_b{padding:25px 0;}
	.se_pro_c{padding:25px 0 65px 0;}
	.modal-footer{display: none;}	
	.se_newslist li{width: 100%;margin: 0 0 45px 0;}
	.se_newslist .se_newslist_t{    margin: 20px 0 20px 0;     height: auto;}
	.se_news{padding: 45px 0 35px 0;}
	.p_jieshao2{width:90%;display: flex;padding:15px 0 ;margin: 0 auto;}
	.p_jieshao2 p{padding: 0 0 0 0;}
	.info_content iframe{width:90vw;height: 60vw;;}
	.se_espcms_book2 h1{font-size: 0.17rem; line-height: 2;}
	.th_news_con{padding: 0.15rem 3%;}
	.se_espcms_page{padding: 0.16rem 3%;}
	.se_espcms_page li{width:100%}
	.se_espcms_page{flex-wrap: wrap;}
	.se_espcms_book2{    padding: 0.25rem 0 0 0;}
	.se_espcms_book2 .se_date{padding: 0 0 0.25rem 0;}
	.liu_con{width:100%;margin: 0 0 0 0;}
	.layui-input{width:100%}
	.layui-btn{    width: 100px;}
	.tijiao div .layui-btn{width:50%}
	.font_44 p{font-size: 0.18rem;}
	.se_liuyan{margin: 30px 0 0 0;}
	.message{    padding: 30px 10px;}
	.news .s_width{flex-wrap: wrap;}
	.in_title p{font-size: 0.17rem;line-height: 0.28rem;}
	.index_t_a{font-size: .1rem;width: 120px;line-height: 2.7rem;}
	.index_t_a a{font-size: 0.15rem;}
	.news{padding:37px 0 40px 0;}
	.se_espcms_book4 .s_width{flex-direction: column; padding:0 0 0 0;width: 96%;}
	.se_espcms_book4 .se_pro_text_pp{width:100%;padding: 0 0 0 0;}
	.se_espcms_book4 .se_bg_pic{width:100%}
	.se_espcms_book4{ padding: 30px 0 30px 0;}
	.se_espcms_book4 .se_pro_text_pp a{margin:0 auto}
	.se_espcms_book4 .se_pro_text_pp h1{ font-size: 0.185rem;font-weight: bold;margin: 20px 0 0 0; text-align: center;padding: 0 0 15px 0;	}
	.se_pro_text_pp .about_a{margin: 0 auto;;}
	.p_jieshao2 span{text-align: center;font-size: 0.28rem;}
}
@media only screen and (max-width:1100px){ 
	.slideBoxbann{ position:relative; overflow:hidden; margin:0  auto 0 auto; }
	.slideBoxbann .hd{ position:absolute; height:26px; line-height:26px; bottom:7px; right:0; z-index:1; }
	.slideBoxbann .hd li{ display:inline-block; width:8px; height:8px;border-radius:10px;  background:rgba(255,255,255,0.5); text-indent:-9999px; overflow:hidden; margin:0 6px;   }
	.slideBoxbann .hd li.on{ background: #F60;  }
	.slideBoxbann .bd{ position:relative; z-index:0; }
	.slideBoxbann .bd li{ position:relative; text-align:center;  }
	.slideBoxbann .bd li img{ vertical-align:top; width:100%;}
	.slideBoxbann .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }
	.slideBoxbann .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focustitlebg.png) repeat-x; color:#fff;  text-align:left;  }

}
@media only screen and (max-width:71.28rem){

}
