html{font-size: 16px;}
.block{display: block;}
.none{display: none;}
.s_width{width:90%;margin:0 auto}
.s_width2{width:90%;margin:0 auto}
.lh_35{height:35px;}
@font-face {
	font-family: 'gilroy_bold';
	src: url('../fonts/gilroy-bold-4.otf') format('truetype');
}
@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.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
}
/* #banner */
#banner {width:100%; position:relative; z-index:0; overflow:hidden;}
#banner .txt .main{width:90%;margin:0 auto}
#banner .txt .main2{width:100%; padding:0 10% 0 55%}
#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:center;  align-items: flex-start; }
#banner .txt div.yea{  transform:translateY(200px);opacity:0;transition:all 0.3s;   font-size:2rem;   color: #fff; }
#banner .txt p{font-size:4.5rem; transform:translateY(200px);opacity:0;transition:all 0.6s;  color: #fff; font-weight: bold;  }
#banner .txt em{font-size:4rem; transform:translateY(400px);opacity:0;transition:all 0.6s;  color: #fff;    display: block; font-weight: bold; font-style:normal;     font-family: 'Poppins';}
#banner .txt strong{font-size:5rem; color:#fff;  transform:translateY(200px);opacity:0;transition:all 0.9s; line-height: 1.8;display: block; font-family:'gilroy_bold' ; }
#banner .txt strong span{text-transform: uppercase;color:#d70612; }
#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s;   }
#banner .swiper-slide-active .txt .yea,#banner .swiper-slide-active .txt em,#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: 150px; font-size:1.1rem;line-height:54px;   color:#fff; border:2px solid #fff;border-radius: 30px;  position: relative;transition:all 0.3s; text-align: center;margin:125px 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;}
.viewmore a:hover{width:180px}
#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(0,0,0,0.1); transition: all .5s ease;opacity: 1.0; font-size:0;}
#banner .swiper-pagination-bullet-active{background:rgba(0,0,0,0.4);color: #fff;width: 33px;border-radius: 30px; }
#banner .swiper-pagination{bottom:20px; width:100%;position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
@media only screen and (max-width:1650px){
	#banner .txt div.yea{ font-size:1.5rem;  }
	#banner .txt p{font-size:3.3rem;  }
	#banner .txt em{font-size:3.2rem; }
	#banner .txt .viewmore a{ margin:70px 0 0 0}
}
@media only screen and (max-width:1440px){
	#banner .txt .viewmore a{margin:40px 0 0 0}
}
@media only screen and (max-width:1350px){
	#banner .txt div.yea{ font-size:1.4rem;  }
	#banner .txt p{font-size:2.6rem;  }
	#banner .txt em{font-size:2.6rem; }
	#banner .txt .viewmore a{ margin:40px 0 0 0}
	.header .logo img{max-width: 160px;}
	.index_nav3 li{ padding:0}
	.header .banben{padding: 0 15px;}
}
@media only screen and (max-width:1200px){
	#banner .txt .main{ text-align: center;}
	#banner .txt{padding: 22% 0 0 0; justify-content: flex-start;}
	#banner .txt div.yea{ font-size:1.1rem;  }
	#banner .txt p{font-size:1.7rem;  }
	#banner .txt strong{font-size:1.9rem;  }
	#banner .txt em{font-size:1.9rem; }
	#banner .txt .viewmore a{ margin:30px 0 0 0}
	#banner .txt .viewmore a{width: 130px;   line-height: 40px;font-size: 1rem; margin:35px auto 0 auto}
	#banner .swiper-slide .pic { height:85vh;}
}


.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{   background: rgba(0, 0, 0, 0.5); }
.header3{  background: #10509e;}
.header4{border-bottom: 0 solid rgba(0,0,0,.1);   background: rgba(0, 0, 0, 0.6); }
.logo_nav{width:65%; 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:200px;width: 100%; margin: 0 auto; vertical-align: middle}
.logo_n{display: none;}
.logo_b{display: block;}

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

.nav_tel{display: flex;justify-content: space-between;align-items: center}
.header .logo_tel a{display: block; line-height: 39px;width:143px; text-align: center;font-size: 0.16rem;color: #fff; border:1px solid rgba(255,255,255,0.8);border-radius: 30px; margin: 0 25px 0 0;  }


.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:16px}
.header .logo_r{display: flex;justify-content: space-between; align-items: center;}
.header .banben{display: flex;justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,0.2); border-radius: 35px; height: 41px;padding:0 25px; font-family:'gilroy_regular' ; text-transform: uppercase;color: #fff;margin: 0 10px 0 0;}
.header .dou{display: flex;justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,0.2); border-radius: 35px; width:41px;height: 41px;  margin: 0 20px 0 0;}
.header .banben img{margin: 0 15px 0 0;}
.header .nav_tel{  display: flex;justify-content: center; align-items: center; border-radius: 30px; color: #fff; font-size: 1.4rem; font-family: 'gilroy_bold';}
.header .nav_tel img{width:16px;margin:0 15px 0 0;}

.index_nav3{ width:77%; 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:1.1rem;display:block; position: relative; }
.index_nav3 li a:hover{font-weight: bold; }
.index_nav3 li a.aa:after{width:0;height:2px;background: #d70612;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);}

.son{ position: absolute; z-index: 1; top: 100%; width: 100%; left: 0; box-sizing: border-box;	display: none; border-top: 1px solid #f3f3f3;}
.son .s_width{display: flex;    justify-content: space-between;width:100%;background:#fff;align-items: center; padding:0 5%}
.son .son_pic{width:50%;padding: 55px 0;}
.son .son_pic img{width:100%;display: block;}
.son .son_l{width:40%; display: flex;justify-content: flex-start; flex-wrap:wrap; align-items: flex-start; }
.son .son_l strong{ display: block;width:100%;    text-align: left; color: #d70612;font-size: 1.5rem;line-height: 2; margin: 0 0 25px 0;}
.son .son_l strong span{ padding:0 0 0 10px;font-weight: lighter; text-transform: uppercase;color: #333;}
.son .son_l i{display: block;font-size: 1rem;line-height: 2; color: #333; text-align: left; margin: 0 0 45px 0;}
.son dl{width:100%; display: flex;justify-content: flex-start; flex-wrap:wrap;  }
.son dt{width:33%; display: flex; line-height: 75px; text-align: center; margin: 0 0 25px 0; }
.son dt a{line-height: 3;font-size: 1.1rem; color:#333;  padding: 0 0;  display: block;  }
.son dt a:hover{color: #d70612;font-weight: bold;}
.son dt a div{width:61px;height:68px; }
.son dt:nth-child(1) div{ background: url(../img2/ca.png) no-repeat center center; margin:0 auto; background-size: 100%;}
.son dt:nth-child(2) div{ background: url(../img2/cb.png) no-repeat center center; margin:0 auto; background-size: 100%;}
.son dt:nth-child(3) div{ background: url(../img2/cc.png) no-repeat center center; margin:0 auto; background-size: 100%;}
.son dt:nth-child(4) div{ background: url(../img2/cd.png) no-repeat center center; margin:0 auto; background-size: 100%;}
.son dt:nth-child(5) div{ background: url(../img2/ce.png) no-repeat center center; margin:0 auto; background-size: 100%;}
.son dt:nth-child(6) div{ background: url(../img2/cf.png) no-repeat center center; margin:0 auto; background-size: 100%;}
.son dd{width:25%; display: flex; line-height: 75px; text-align: center; margin: 0 0 25px 0; }
.son dd a{line-height: 3;font-size: 1.1rem; color:#222;  padding: 0 0;  display: block; border: 1px solid rgba(0,0,0,.1); padding: 0 35px;  }
.son dd a:hover{color: #d70612;font-weight: bold;}

/*footer*/
.footer{ background: #222222 }
.footer .s_width:nth-child(1){ padding:115px 0 95px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:1.5rem; line-height:2; color:#fff; margin-bottom:25px; font-weight: normal; }
.footer strong a:hover{color: #d70612;}
.footer i{ width:30px;height:1px; background:#15a086;display: block; margin-bottom:25px;}
.footer .f_logo{display: flex;justify-content: flex-start;flex-direction: column; align-items: flex-start;}
.footer .f_logo  a{ width:180px;line-height: 50px; transition: 0.3s; background: #d70612; font-size: 1.1rem; 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:#fff;font-size:1.1rem;  display: block}
.footer .f_fenlei2 li a:hover{ color:#fff;}
.footer .f_fenlei div{  }
.footer .f_fenlei li{ line-height:3;   text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei li a{ color:#fff;font-size:1.1rem;  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:#fff;font-size:1rem;  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:#fff;font-size:1rem;  display: block}
.footer .f_fenlei p a:hover{ color:#fff;}
.footer .f_erweima{     text-align: left;}
.footer .f_erweima .fp{  font-size: 1rem;line-height: 2;color: #fff;display: block;width: 100%;}
.footer .f_erweima div{ margin:0 0 25px 0; }
.footer .f_erweima div p{font-size: 1rem;line-height: 2;color: #fff;  }
.footer .f_erweima div span{display: block;line-height: 1.5; color: #fff; font-size:2.1rem; 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: 55px; color: #eee; font-size: 1rem;}
.footer .f_erweima dd img{ text-align: center; width:95%; max-width:100px; display: block;}
.footer_p{line-height:2; text-align:right; font-size:1rem; color:#b3b3b3;border-top:1px solid rgba(255,255,255,0.1);padding:55px 0;  }
.footer_pp{ display: flex;justify-content: space-between; align-items: center;}
.footer_p a{ color:#b3b3b3}
.footer_p a:hover{ color:#fff}
.footer_p img{ vertical-align: middle; display: inline-block;}
.zhizhao{ text-align: center;}

/* gongyi */
.gongyi{ padding:10vh 5% 16vh 5%; position: relative;  overflow: hidden; background: url(../images/abg.jpg) no-repeat center top; background-size: cover; display: flex;justify-content: space-between;align-items: center; border-bottom:1px solid #dddddf;}
.gongyi2{padding:10vh 5% 10vh 5%;}
.gy_h{ position: absolute;z-index: 2; background: rgba(0,0,0,0.5); width:100% ;height: 100%; top: 0;left:0;}
.gongyi_title{position: relative; z-index: 3; width:50%}
.gongyi_title .gongyi_l .index-title{text-align: left; }
.gongyi_title .gongyi_l .index-title strong{display: block; color: #191919;font-size: 5.5rem;font-family:'Montserrat-Medium' ;}
.gongyi_title .gongyi_l .index-title strong em{ color: #d90404; font-family:'Montserrat-Medium' ;}
.gongyi_title .gongyi_l .index-title span{display: block;color: #191919;font-size: 2rem; line-height: 2;}
.gongyi_title .gongyi_l .index-title{ color:#393939; line-height:1.2;position: relative;  margin: 0 0 75px 0; }
.gongyi_title .gongyi_l .index-title strong div:nth-child(6){ color:#d90404 ;}
.gongyi_title .gongyi_l .index-title strong div:nth-child(7){ color:#d90404 ;}
.gongyi_title .gongyi_l .index-title strong div:nth-child(8){ color:#d90404 ;}
.gongyi_title .gongyi_l .index-title strong div:nth-child(9){ color:#d90404 ;}
.gongyi_title .gongyi_l .index-title strong div:nth-child(10){ color:#d90404 ;}
.gongyi_title .gongyi_l .index-title:nth-child(1){ margin: 0 0 135px 0; }
.gongyi_title .gongyi_l .gongyi_l_p{   margin:0 0  55px 0 ; }
.gongyi_title .gongyi_l .gongyi_l_p p{ font-size: 3rem;  font-weight: bold;}
.gongyi_title .gongyi_l .gongyi_l_p h1{ font-size: 3rem;   display: block; font-weight: bold;  display: block; ;}
.gongyi_title .gongyi_l .gongyi_l_i i{ font-size: 1.35rem; line-height:2; font-style: normal;font-weight: normal;  display: block;color: #172534;}

.about-s1 a{width:190px; display: block; line-height:51px;color: #172534;border-bottom: 2px solid #172534;transition: 0.3s; font-size: 1.5rem; position: relative;margin:65px 0 0 0 }
.about-s1 a:after{ content: ''; font-size:0.2rem;position:absolute;right:0;top:20px; width:20px;height: 12px;background: url(../img/swt_more2.png);}
.about-s1 a:hover{  color: #d90404;border-bottom: 2px solid #d90404;}
.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:1.2rem;line-height: 3; margin: 15px 0 0 0;}
.gongyi li p{font-size: 1rem;line-height: 1.9;  transition: 0.3s;}
.gongyi li:hover{margin:-5px 0 0 0}
@media only screen and (max-width:1650px){
	.banner3 .ind_ban_tex_title{    font-size: 2.8rem;}
	.gongyi_title .gongyi_l .index-title strong{ font-size:3.8rem;  }
	.gongyi_title .gongyi_l .gongyi_l_p p{ font-size: 2.8rem;}
	.gongyi_title .gongyi_l div h1{ font-size: 2.8rem; }
}
@media only screen and (max-width:1440px){
	.gongyi_title{width:52%}
	.gongyi_title .gongyi_l .index-title:nth-child(1){    margin: 0 0 95px 0;}
	.gongyi_title .gongyi_l .index-title strong{ font-size:2.8rem;  }
	.gongyi_title .gongyi_l .gongyi_l_i i{font-size: 1.2rem;}
	.gongyi_title .gongyi_l .gongyi_l_p p{ font-size: 2.5rem;}
	.gongyi_title .gongyi_l .gongyi_l_p h1{ font-size: 2.5rem; }
}
@media only screen and (max-width:1350px){ 
	.gongyi_title .gongyi_l .gongyi_l_i i{font-size: 1.15rem;}
}
@media only screen and (max-width:1200px){ 
	.gongyi{padding: 6vh 0 12vh 0;flex-wrap: wrap;}
	.gongyi_title{width: 90%; margin: 0 auto;padding:0 0 35px 0}
	.gongyi_title .gongyi_l .index-title:nth-child(1){    margin: 0 0 25px 0;}
	.gongyi_title .gongyi_l{width: 100%; ;}
	.gongyi_title .gongyi_l .index-title strong{ font-size:2.3rem;  }
	.gongyi_title .gongyi_l .gongyi_l_i i{font-size: 1.2rem;}
	.gongyi_title .gongyi_l .gongyi_l_p p{ font-size:1.6rem;}
	.gongyi_title .gongyi_l .gongyi_l_p h1{ font-size: 1.6rem; }
}

/* in_house */
.in_house{display: flex;justify-content: space-between;  position: relative;}
.in_house:after{position: absolute;left:0;top:0;width: 100%;height: 95%;background: #e7e7e7;content: '';}
.in_house .in_house_l{ position: relative; width:65%;z-index: 2;padding:100px 0 0 0}
.in_house .in_house_r{ position: relative; width:35%;z-index: 2; display: flex;justify-content: center;flex-direction: column;align-items: flex-start;padding:0 5%}
.in_house .in_house_l img{display: block;width:100%; z-index: 3; position: relative;}
.in_house .in_house_l:after{position: absolute;left:33%;top:0;width: 1px;height: 100%;background: #dbdcdd;content: ''; z-index: 2;}
.in_house .in_house_l:before{position: absolute;right:33%;top:0;width: 1px;height: 100%;background: #dbdcdd;content: ''; z-index: 2;}
.in_house .in_house_r:after{position: absolute;left:0%;top:0;width: 1px;height: 95%;background: #dbdcdd;content: ''; z-index: 2;}
.in_house .in_house_r:before{position: absolute;right:33%;top:0;width: 1px;height: 95%;background: #dbdcdd;content: ''; z-index: 2;}
.in_house .in_house_r .index-title{line-height: 1.2;color: #191919; position: relative; z-index: 2;}
.in_house .in_house_r .index-title p{ font-size:3rem;color: #191919; font-weight: bold;}
.in_house .in_house_r i{display: block;width:15px;height: 3px;background: #d70612;margin: 55px 0;;}
.in_house .in_house_r .in_house_text{ font-size:1.1rem;color: #171717;line-height: 2;position: relative; z-index: 2;  }
.in_house .in_house_r ul{display: flex;justify-content: flex-start;align-items: flex-start;margin: 45px 0 0 ;position: relative; z-index: 2;}
.in_house .in_house_r ul li{margin:0 25px 0 0;text-align: center; }
.in_house .in_house_r ul li p{color: #111;font-size: 1.5rem; line-height: 2;margin: 15px 0 0 ; }
.in_house .in_house_r ul li div{width:110px;height: 110px;border-radius: 15px;border: 2px solid #222; display: flex;justify-content: center;align-items: center;}
.in_house .in_house_r ul li div img{ width:65px;}
@media only screen and (max-width:1440px){
	.in_house .in_house_r ul li div{width:90px;height: 90px;}
	.in_house .in_house_r ul li div img{ width:45px;}
	.in_house .in_house_r ul li p{ font-size: 1.35rem; }
}

/* bai */
.bai{background: #cdd6dd;position: relative;margin:-54px 0 0 0;display: flex;justify-content: space-between; align-items:flex-end ; padding:60px 0 0 0;overflow: hidden;}
.bai_en{position: absolute;left:0;bottom: 0; font-size: 23rem;color: #000000;font-family: 'Poppins'; z-index: 1; text-transform: uppercase;opacity: 0.05; line-height: 1;}
.bai:after{background: #c4ced6;position: absolute;left:25%;top:0;width:1px;height: 100%; content: ''; z-index: 1;}
.bai:before{background: #c4ced6;position: absolute;left:50%;top:0;width:1px;height: 100%; content: ''; z-index: 1;}
.bai_l{width:35%;padding:150px 0 150px 5%;position: relative; z-index: 2;}
.bai_l .index-title p{text-align: left; color: #1b1b1b;font-size: 3.8rem;line-height:1;font-weight: bold;background: url(../img/img_09.png) no-repeat left top; padding: 0 0 0 65px;}
.bai_l ul{padding:45px 0 0 65px}
.bai_l ul li{padding:35px 0}
.bai_l ul li div{font-size: 2.1rem;font-weight: bold;line-height: 1;}
.bai_l ul li p{font-size: 1.5rem; line-height:2;}
.bai_r{position: relative; z-index: 2;width:65%}
.bai_r img.bai_img{display: block; width:100%;max-width: 1382px;}
.bai_p{position: absolute;right:24%;bottom:34%;width:480px;height:483px}
.bai_p div{position: absolute;}
.bai_p div:nth-child(1){left:0;top:0;z-index:7;}
.bai_p div:nth-child(2){left:0%;top:10%;z-index:6;}
.bai_p div:nth-child(3){left:0%;top:20%;z-index:5;}
.bai_p div:nth-child(4){left:0%;top:30%;z-index:4;}
.bai_p div:nth-child(5){left:0%;top:40%;z-index:3;}
.bai_p div img{display: block;width:100%;}
.bai_text{position: absolute;width:370px;height: 558px; right:30%;bottom:35%; display: flex;justify-content: space-between;align-items: flex-start; z-index: 8;}
.bai_text li p{width:44px;padding:15px 0;background: #d70612; border-radius: 10px; font-size: 1.5rem;color: #fff; text-align: center;line-height: 1;justify-content: center;align-items: center;}
.bai_text li div{width:2px;margin:0 auto;background: #d70612;}
.bai_text li i{width:12px;height:12px;border-radius: 6px;display: block;margin:0 auto;background: #d70612;}
.bai_text li:nth-child(1) div{height:100px}
.bai_text li:nth-child(2) div{height:160px}
.bai_text li:nth-child(3) div{height:200px}
.bai_text li:nth-child(4) div{height:210px}
.bai_text li:nth-child(5) div{height:380px}
.bai_text li:nth-child(6) div{height:200px}
/* number_index */
.number_index{padding:95px 0;background:  url(../img/bng.jpg) no-repeat center top; background-size: cover; }
.number_index .index-title{   font-size: 0.5rem; line-height: 1; margin-bottom:45px;text-align: center;}
.number_index .index-title p{color: #fff;font-size: 3.1rem;  font-weight: bold; line-height: 1; margin-bottom:25px; }
.number_index span{ display: block;font-size: 2.6rem; color: #ffffff; font-family: 'gilroy_bold';}
.keshi_pic{width:96%; position:relative; overflow:hidden; z-index: 1; margin:0 auto }
.keshi_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.keshi_pic p{  text-align: center; position: absolute;left:0;bottom:0;width:100%;height: 50%; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), 50%, rgba(0, 0, 0, 0)); z-index: 2; display: flex;justify-content: center;align-items: flex-end;padding:0 0 25px 0; line-height:1.5;  color: #fff;   font-weight: bold; font-size: 1.2rem;}
.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:92%;margin:0 auto}
.sty6 .swiper-container {width: 100%; }
.sty6 .swiper-slide {width: calc(100%/2);display: block;position: relative; transition: all linear 0.3s;   }
.keshi_text{text-align: center; padding:0 0 15px 0;position: relative;width: 100%;  z-index: 3; transition: 0.3s; cursor: pointer;}
.keshi_text a{ display: flex;justify-content: center;flex-direction: column; text-align: center;}
.keshi_text strong{ font-size:1.5rem;line-height: 2.5; color: #121212;  }
.sty6 .swiper-slide:hover .keshi_text strong{ color: #e61010;  }
.keshi_text div{font-size: 0.22rem;color: #747474; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.keshi_text i{width:150px;border: 1px solid rgba(255,255,255,.3); line-height: 0.75rem;font-size: 0.17rem;color: #e61010;font-style: normal;margin: 25px 0 0 0; border-radius: 33px; text-align: center; margin: 0 auto;}
.keshi_text a{font-size: 1.2rem;color: #e61010; }
.keshi_text div a{font-size: 0.17rem;color: #747474;}
.keshi_text div a:hover{font-size: 0.17rem;color: #e61010;}
.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}
}
/* product */
.product{  background:#fff url(../images/bg.jpg) no-repeat center top;display: flex;justify-content: space-between; position: relative;}
.pro_title_a{width:20%; background: #1da8bc url(../images/zhengbo.png) no-repeat right center;padding:125px 0 ;;display: flex;justify-content: space-between;}
.pro_title_a div:before{  content:''; position: absolute;left:15px; top:17px; width:1px;height:90%; background:rgba(255,255,255,0.5) }
.pro_title_a a{  display: block; font-weight: normal; font-size: 1.2rem; line-height:40px; color: #fff; padding-left:2.6rem;width: 100%;  transition: 0.3s;position: relative ;}
.pro_title_a a:hover{font-size: 1.4rem; font-weight: bold; }
.pro_title_a a:before{ content:''; position: absolute;left:0px; top:5px; width:0.95rem;height:0.95rem;border-radius:0.95rem;  background: #fff;border: 8px solid #1da8bc;}
.pro_title_a a:hover:before{ background: #222;}
.pro_title_a div{width:55%;margin:0 auto;display: flex;justify-content: space-between;flex-direction: column; align-items: center;position: relative ;} 

.pro{padding:0 0 0 0}
.pro .index-title{ padding:0 0 75px 0 }
.index-title{text-align:center;position:relative; }
.index-title i{width:40px;height: 3px;background: #d70612; display: block;margin: 0 auto 25px auto;;}
.index-title strong.a_strong{color: #222; font-size:2.1rem; }
.index-title div.a_p{color: #151515;font-size:1.5rem;  line-height: 2; }
.index-title div.a_p2{color: #fff;font-size:1.8rem;  line-height: 2; }
.index-title3{ margin:0 0; padding: 85px 0 45px 0;}
.index-title2{text-align:left;position:relative;margin:0 0;padding: 0 0 0 0;}
.index-title2 i{width:30px;height: 4px;background: #d70612; display: block;margin: 0 0 25px 0;;}
.index-title2 strong.a_strong{color: #fff; font-size: 3.1rem; }
.index-title2 strong.a_strong.a_strong2{  font-size: 2.1rem; }
.index-title2 div.a_p{color: #d70612;font-size:2.3rem;  line-height: 2; font-weight: bold; }
.index-title2 div.a_p.a_p2{ font-family: 'gilroy_bold'; font-size:3.3rem;}
.index-title div.a_p3{ font-family: 'gilroy_bold'; font-size:5rem;}
.index-title div.a_p3 div:nth-child(4){ color:#d90404 ;}
.index-title div.a_p3 div:nth-child(5){ color:#d90404 ;}
.index-title div.a_p3 div:nth-child(6){ color:#d90404 ;}
.index-title div.a_p3 div:nth-child(7){ color:#d90404 ;}
.index-title div.a_p3 div:nth-child(8){ color:#d90404 ;}
.index-title div.a_p3 div:nth-child(9){ color:#d90404 ;}
.index-title div.a_p3 div:nth-child(10){ color:#d90404 ;}

.a_title{padding:0 0 60px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.a_title .index-title{margin:0 0;padding: 0 0 0 0; text-align: left;}
.a_title a{width:180px;border-bottom:2px solid #1d1d1d;line-height: 55px;font-size: 18px;color: #1d1d1d;font-weight: bold;background:url(../images/nmore.png) no-repeat right center;}
.a_title a:hover{  color: #d70612;border-bottom:2px solid #d70612;background:url(../images/iamore.png) no-repeat right center;}
.a_title p{font-size: 3.3rem;color: #111;line-height: 1.3;}
/* se_nav_shili2 */
.se_nav_shili2{ display: flex;justify-content:center;  padding:0 0 65px 0; }
.se_nav_shili2 li{  position: relative; width:180px; margin:0 0.65rem;}
.se_nav_shili2 li a{  display: block; }
.se_nav_shili2 li a p{ font-size:1.1rem; color:#333;  line-height:2 ; transition: 0.3s; text-align: center; display: block; }
.se_nav_shili2 li a:hover p{  text-decoration: none; font-weight: bold;  color: #d70612; }
.se_nav_shili2 li.on a p{  font-weight: bold; }
.se_nav_shili2 li div{width:63px;height:68px}
.se_nav_shili2 li:nth-child(1) div{ background: url(../img2/ca.png) no-repeat center center; margin:0 auto;background-size: 100%;}
.se_nav_shili2 li:nth-child(2) div{ background: url(../img2/cb.png) no-repeat center center; margin:0 auto;background-size: 100%;}
.se_nav_shili2 li:nth-child(3) div{ background: url(../img2/cc.png) no-repeat center center; margin:0 auto;background-size: 100%;}
.se_nav_shili2 li:nth-child(4) div{ background: url(../img2/cd.png) no-repeat center center; margin:0 auto;background-size: 100%;}
.se_nav_shili2 li:nth-child(5) div{ background: url(../img2/ce.png) no-repeat center center; margin:0 auto;background-size: 100%;}
.se_nav_shili2 li:nth-child(6) div{ background: url(../img2/cf.png) no-repeat center center; margin:0 auto;background-size: 100%;}

/* se_nav_shili */
.se_nav_shili{ display: flex;justify-content:center;   position: absolute;bottom: 5vh;left:0;width: 100%; }
.se_nav_shili li{  position: relative; width:180px; margin:0 0.65rem;}
.se_nav_shili li a{  display: block; }
.se_nav_shili li a p{ font-size:1.2rem; color:#fff;  line-height:2 ; transition: 0.3s; text-align: center; display: block; margin:25px 0 0 0 }
.se_nav_shili li a:hover p{  text-decoration: none; font-weight: bold;  }
.se_nav_shili li.on a p{  font-weight: bold; }
.se_nav_shili li div{width:63px;height:68px; }
.se_nav_shili li:nth-child(1) div{ background: url(../img2/ca.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(2) div{ background: url(../img2/cb.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(3) div{ background: url(../img2/cc.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(4) div{ background: url(../img2/cd.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(5) div{ background: url(../img2/ce.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(6) div{ background: url(../img2/cf.png) no-repeat center center; margin:0 auto}
.t1{ text-align: center;}
.t1 div {	font-size: 3.2rem;	color: #1d1e1d;	font-weight: bold;	line-height: 2;}
.t1 div strong{color: #d70612;}
.t1 p {	color: #222;	line-height: 2;	font-size: 1.4rem;}
.m-center{width:176px;line-height: 48px;border-radius: 30px; border: 2px solid rgba(0, 0, 0, .1); margin:55px auto 0 auto; font-size: 1rem; color: #050620; padding:0 0 0 25px; display: block;position: relative;;}
.m-center:after{position: absolute;right:25px;top:20px;content:'';width:12px;height: 12px;background: url(../img/jian.png);}
.m-center:hover{background: #d70612; color: #fff;}
.m-center:hover:after{ background: url(../img/jian2.png);}
.m-center2{width:176px;line-height: 48px;border-radius: 30px; background: #d70612; color: #fff; margin:50px 0 0 0; font-size: 1rem; padding:0 0 0 25px; display: block;position: relative;;}
.m-center2:after{position: absolute;right:25px;top:20px;content:'';width:12px;height: 12px;background: url(../img/jian2.png);}
.m-center2:hover{width:156px; color: #fff;}

.m-center2:hover:after{ background: url(../img/jian2.png);}


/* chanpin_con */
.chanpin_con{  }
.chanpin_con ul{ display: flex;justify-content:flex-start; flex-wrap: wrap}
.chanpin_con li{ width: calc(100%/3 - 1px);    margin: 0 1px 0 0;position:relative;cursor:pointer; transition: 0.3s; overflow: hidden; background: #fff;}

.chanpin_con li a{display: block;}
.p_logo{position: absolute;width:50px;left:4%;top:4%;z-index: 2;;}
.p_logo img{ width:100%;display: block;}
.chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.chanpin_con li:hover .pro_pic img{ transform:scale(1.05,1.05);}
.chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; z-index: 1; }
.chanpin_con .pro_text{ padding:15px 5px 35px 5px; text-align: center; position: relative; z-index: 2;}
.chanpin_con .pro_text strong{color:#111; font-size:1.5rem;line-height: 2; display: block;}
.chanpin_con .pro_text p{ color:#515151; font-size:1.2rem; }
.chanpin_con .pro_bg{ position: absolute;left:0;bottom: 0;width:100%;height:100%;background: url(../images/cpbg.png) repeat-x left bottom; opacity: 0.7;}

/*about*/
.about{padding:65px 0; background:url(../images/aboutbg.jpg) no-repeat center bottom;}
.aa_t{ padding: 0 0 65px 0;  display: flex;justify-content:space-between; align-items: center;}
.aa_t .aa_t_r{  display: block;font-size:1.7rem;color: #404040;line-height:1.7; text-align: right; }
.aa_t .aa_t_r span{ display: block;font-size:2.5rem;color: #404040; font-weight: bold; text-transform: uppercase;}
.a_line{ width:100%;height:1px;background: rgba(0,0,0,0.1);margin: 0 0 65px 0; }
.about .about_con{ display: flex;justify-content:flex-start; position: relative;}
.about_l{ width:50%;display: flex;justify-content:center;flex-direction: column;  padding:0 6% 0 5% ;position: relative;z-index: 4;}
.about_p{ font-size:1.4rem;color: #444444;line-height:2; margin:0 0 90px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.about_r{width:50%;position: relative;z-index: 4;overflow: hidden; }
.about_r img{ display: block;width:100%; }
.about_a a {display: flex;justify-content:flex-start; align-items: center;  }
.about_a a div{width:90px;height: 90px;background:#d70612 url(../images/jj3.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: 2;color: #111; border-bottom:2px solid #111 ; text-align: center;font-size:1.5rem;  }
.about_a a:hover div{ transform: rotate(48deg);margin: 0 25px 0 0; }

/* joinus */
.joinus{padding:150px 0 150px 0; background:url(../images/join.jpg) no-repeat center center;}
.joinus .index-title strong.a_strong{color: #fff;  }
.joinus .index-title a{width:226px;display: block; margin:100px auto 0 auto; line-height: 70px;font-size: 1.16rem;color: #fff;font-weight: bold;background:#d70612 url(../images/nmore2.png) no-repeat right 15px center; text-align: left;padding:0 0 0 25px}
.joinus .index-title a:hover{ border-radius: 50px;     width: 200px;}

/*news*/
.news{padding:80px 0 80px 0;  }
.news_con{ display: flex;justify-content: space-between; }
.news_con li{ width:31.5%; position:relative; background: #fff;  }
.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:25px 5% 25px 5%; }
.news_con .newsleft_text strong{ display:block; font-size:1.5rem; 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; }
.news_con .newsleft_text p{ font-size:1rem; color:#8a8a8a; line-height:2;  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:25px 0 0 0}
.news_con li span{ display:block; color:#4c4c4c; line-height:2;font-size: 1.1rem; text-transform: uppercase; margin: 0 0 15px 0; font-family: 'Manrope-Bold';}
.news_con li span em{  color:#222;  padding:0 15px 0 0 }
.news_con li:hover .newsleft_text strong{color: #d70612; font-weight: bold;}

.aboutbg{background:  url(../img3/img-8.jpg) no-repeat center top; background-size: cover;}
/* yuan */
.youshi{ padding:19vh  0 0 0;position: absolute;width:90%;left:5%; z-index: 4;; height: 100vh; display: flex;justify-content: space-between;align-items: center; }
.youshi2{padding:85px  0 0 0;}
.youshi_con{position: relative; display: flex;justify-content: space-between;padding:0 0 35px 0}
.youshi_con a{display: block;position: absolute;right: 0;bottom: 0; padding: 0 20px 0 0; color: #fff;font-size: 1rem;font-weight: bold;}
.youshi_con a:before{content: ''; width:10px;height: 13px;position: absolute;right:0;top:4px;background: url(../images/jt.jpg);}
.youshi_l{ }
.youshi_r{width:55%; border-bottom: 3px solid #fff; display: flex;justify-content: center; flex-direction: column; padding:0 0 55px 0}
.youshi_l p{font-size: 3.4rem;color: #d70612; line-height: 0.7; font-family:'gilroy_bold' ; padding: 0 0 75px 0; text-transform: uppercase;}
.youshi_l p span{font-size: 5rem; display: block;}
.youshi_l strong{font-size: 2.5rem; display: block;color: #fff;  }
.youshi2 .youshi_l strong{color: #333;}
.youshi_l span{font-size: 2rem; display: block;color: #fff;font-weight: normal; }
.youshi2 .youshi_l span{color: #333;}
.youshi_r p{font-size: 2.3rem;color: #fff; line-height: 1.2;  padding: 0 0 45px 0;}
.youshi_r span{font-size: 1.1rem; display: block;line-height: 2; color: #fff; margin:30px 0 0 0}
.youshi2 .youshi_r{border-bottom: 3px solid #222;}
.youshi2 .youshi_r p{ color: #333; }
.youshi2 .youshi_r span{  color: #333; }
.youshi2 .index-title2 strong.a_strong{  color: #333; }
.youshi_r ul{ display: flex;justify-content: space-between;}
.youshi_r li{ display: flex;justify-content:flex-start; flex-direction: column;align-items: flex-start;}
.youshi_r li em{font-size: 1.8rem; line-height:2;color: #fff; font-family: 'trump_gothic_east'; font-style: normal; letter-spacing: 1px;}
.youshi_l dl dd{ display: flex;justify-content:flex-start;  align-items: center; font-size: 1rem;color: #666;line-height: 1.7; padding:35px 0 0 0}
.youshi_l dl dd img{width:65px;margin: 0 25px 0 0; border-radius: 33px;}
/* c_pro */
.c_pro{padding:75px 0 0 0;background: #e9e9e9;}
/* choose */
.pro-text { position: absolute;width: 90%; left: 5%; top:8%;z-index: 5;   }
.pro-text i{ font-size: 0.48rem;font-family: 'Montserrat-Medium'; color: #fff; font-style: normal; text-transform: uppercase; display: block;line-height: 1.2;    }
.pro-text p{color: #fff;font-size: 0.48rem; 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:30px;content: '';}

/* i_part2  */
.index_con {position:relative;overflow:hidden;height:98vh;}
.i_part2 {position:relative;}
.i_part2 .con {position:relative;width:100%;height:98vh;}
.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: 98vh}
.i_part2 .video_box .video div{ position: absolute;width:30%; left: 5%; top:28%;z-index: 5; color: #fff;padding:0 0 0 65px; background: url(../img/img_09.png) no-repeat left 15px; }
.i_part2 .video_box .video div p{  font-size: 3rem;font-weight: bolder;line-height: 1.5; }
.i_part2 .video_box .video div span{ display: block;  font-size: 1.1rem; padding:20px 0 45px 0;line-height: 2; display: flex;justify-content: flex-start;}
.i_part2 .video_box .video div a{display: block; height:75px;width:75px; border:1px solid rgba(255,255,255,.6);  transition: 0.3s; border-radius: 39px;background: url(../img/swt_more.png) no-repeat center center;}
.i_part2 .video_box .video div a:hover{background: #e11e2e url(../img/swt_more.png) no-repeat center center;border:1px solid #e11e2e}
.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:100%; left:0%; height:12vh; padding:0 5%;z-index:10; display: flex;justify-content: space-between;flex-wrap: wrap; align-items: center;  border-top:1px solid rgba(255,255,255,.1); }
.i_part2 .con .bottom .btn {  text-align:center;cursor:pointer;transition:all 0.3s; font-size:1.35rem;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; }
.i_part2 .chanye_all2{width:200px; display: block; line-height:51px; border:1px solid #fff; color: #fff;transition: 0.3s; border-radius: 8px;font-size: 0.17rem; padding:0 19px;position: relative;margin:5vh 0 0 0 }
.i_part2 .chanye_all2:after{ content: ''; font-size:0.2rem;position:absolute;right:20px;top:16px; width:15px;height: 17px;background: url(../img/jj.png);}
.i_part2 .chanye_all2:hover{background: #e11e2e; border:2px solid #e11e2e; }
/* i_part2 end */
@media only screen and (max-width:1440px){ 
	.i_part2 .video_box .video div{width:33%}
	.i_part2 .video_box .video div p{  font-size: 2.2rem;  }
	.i_part2 .video_box .video div span{  font-size: 1rem; }
	.i_part2 .video_box .video div a{ height:55px;width:55px;}
	.i_part2 .con .bottom .btn { font-size:1.15rem; }
}
@media only screen and (max-width:1380px){ 
	.i_part2 .video_box .video div{  background: url(../img/img_09.png) no-repeat left 0; }
	.i_part2 .video_box .video div p{  font-size: 1.7rem;  }
}
/* i_part2 end */


/* se_about */
.page{ padding:85px 0;position: relative; color:#333333; }
.page hr{ border:none; background:none;border-top:1px solid #e3e3e3;}
.page img{max-width:100%;}
.page .s_width2{display: flex;justify-content: space-between; align-items: center;flex-direction: row-reverse;}
.td1{width:43%; }
.td2{width:50%; position: relative;z-index: 2; }
.td2:after{width:100px;height:100px;content: ''; top:-35px;right:-35px;position: absolute; background: #d70612; opacity: 0.7;}

.td2 img{width:100%; display: block; }
.td1 strong{ display:block; font-size:3rem;color: #111;line-height:1.3; font-weight: normal; }
.td1 i{ display:block; width:70px;height:1px;background: #333;margin: 55px 0 55px 0}
.td1 .se_about_p{ font-size:1.05rem;color: #222;line-height:2.1; }
.td1 .index-title{text-align: left;}
.page .lajiao{position: absolute;z-index: 1;right:0;bottom:0;}
/* choose */
.choose{ background: url(../img/choose.jpg) no-repeat center center;background-size: cover;padding:95px 0}
.choose_l3{  display: flex;justify-content:center; flex-direction: column; position: relative;;   z-index: 3; overflow: hidden; }
.choose_l3 span{ display: block;color: #fff;font-size: 3rem;}
.choose_l3 strong{ display: block;color: #fff;font-size: 3rem; font-weight: bold;}
.choose_l3 p{ color: #fff;font-size: 1.55rem; margin:45px 0;line-height: 2;}
.choose_l3 a{ color: #fff;font-size: 1rem; display: block; transition: 0.3s;}
.choose_l3 a:hover{font-size: 1.1rem;}
.about_r2{ display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;margin: 35px auto 0 auto;border-top:1px solid rgba(255, 255, 255, .3); padding:105px 0 0 0;position: relative; z-index: 5;}
.about_r2 li{  display: flex;justify-content: center;align-items: center;flex-direction: column; margin: 0 0 55px 0; border-radius: 20px;}
.about_r2 li p{font-size: 1.5rem;line-height: 2; margin: 25px 0 0 0;color: #fff;}
.about_r2 li span{font-size: 1.2rem;line-height: 2; margin: 25px 0 0 0;color: #fff; display: block;text-align: center;}



.se_banner_bg2{position: absolute;width: 100%;height: 100%;top:0;left:0;background:url(../images/banner_bg2.png) repeat; z-index: 2;}
.se_banner_bg{position: absolute;width: 100%;height: 100%;top:0;left:0;background: rgba(0,0,0,0.5); z-index: 2;}
.a_title2{ position: absolute; z-index: 3; text-align: center;width:100%; height:100%; display: flex;justify-content: center;align-items: center;flex-direction: column;}
.a_title2_t{ display: flex;justify-content: center;align-items: center;flex-direction: column; margin:0 0 65px 0}
.a_title2_t div{font-size: 2rem;color: #fff;line-height: 2; font-family: 'gilroy_bold';}
.a_title2_t strong{font-size: 3rem;color: #fff;line-height: 2;}
.a_title2_t span{font-size: 1.2rem;color: #fff;line-height: 2;}

.keshi4{padding:65px 0}

.sty7 .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);}
.sty7 { position: relative;width:92%;margin:0 auto}
.sty7 .swiper-container {width: 100%; }
.sty7 .swiper-slide {width: calc(100%/4);display: block;position: relative; transition: all linear 0.3s;   }

.se_espcms_book3{ padding:130px 0  130px 0; background:url(../img/pbg.jpg) no-repeat center top;background-size: cover;border-top:1px solid rgba(255,255,255,.1) }
.se_pro_pic_text{display: flex;justify-content: space-between; align-items: center; }
.se_bg_pic{width:50%;  padding:0 0 35px 0}
.modal-footer{ margin:0 auto 0 auto;width:90%;}
.espcms_pro_photo li{ width:17%; margin:0 5px 0 0; text-indent:0;float: left;}
.espcms_pro_photo li img{width:100%; background: #fff  }
.modal-dialog{  }
.se_bg_pic img{width:100%;margin: 0 auto; display: block}
.se_pro_text_pp{width:45%;padding:45px 5% 0 0;   display: flex;justify-content: center;flex-direction: column}
.se_pro_text_pp i{display: block;}
.se_pro_text_pp .se_pro_summary{font-size: 1.4rem;color: #fff;text-align: center;}
.se_pro_text_pp .span_a{ display: block; width:100%;height:1px;background: rgba(255,255,255,0.1);margin:35px 0 0 0 }
.se_pro_text_pp h1{ line-height:2; font-size: 2.5rem; font-weight: bold;  text-transform: uppercase;color: #fff; margin: 0 0 0 0; text-align: center;}
.se_pro_text_pp ul{display: flex;justify-content: space-between;align-items: center; flex-wrap: wrap;padding: 65px 0;}
.se_pro_text_pp li{ text-align: center; width:33%;padding: 0 0 25px 0;}
.se_pro_text_pp li div img{ display: block;width: 115px;margin: 0 auto 15px auto; border-radius: 75px;border: 2px solid rgba(255,255,255,.1);}
.se_pro_text_pp li p{ color: #eee;line-height: 3rem;font-size: 1.2rem;}
.se_pro_text_pp li span{ color: #666;line-height: 1.9rem;font-size: 1rem;}
.p_jieshao2{width:100%; padding: 35px 0;margin: 15px 0 0 0;}
.p_jieshao2 p{color: #666;line-height: 1.9rem;font-size:0.97rem; }
.p_jieshao2 p strong{font-size: 1.2rem;display: block; color: #444; line-height: 3rem;}

.se_pro_b{padding:85px 0;}
.se_pro_b_title{font-size:2.5rem;color: #333;line-height: 1.5; margin:0 0 75px 0; text-align: center;  }
.se_pro_b_title2{font-size:2.5rem;color: #333;line-height: 1.5; margin:0 0 75px 0; text-align: center;  }
.se_pro_a_text p img{display:block;margin:0 auto; width:100%;max-width:800px}
.se_pro_a_text p strong{display:block; font-size:1.4rem;color:#333;line-height: 2.8rem;}
.se_pro_b table{border: 1px solid #666;border-collapse: collapse;font-size: 14px;color: #666;width:100%;}	
.se_pro_b th, .se_pro_b td{border: 1px solid #666;line-height: 2;padding:8px 0;border-collapse: collapse;text-align:center;font-size: 1rem;	}
.se_pro_b .se_pro_a_text p{ font-size:1rem;color: #555; line-height: 2rem; }
.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: 1.1rem;color: #111;line-height:1.5rem;padding:15px 0;  display: block;}
	

.se_pro_b .se_pro_a_text{margin:0 auto 55px auto}
.se_pro_b .se_pro_a_text p{ font-size:1rem;color: #555; line-height: 2.2rem; }
.se_pro_b .se_pro_a_text p strong{font-size:1.2rem;}
.se_pro_b_title{ margin:0 0 25px 0; text-align: center }
.se_pro_b_title p{font-size:2.5rem;color: #222;line-height: 2; margin:0 0 0 0; text-align: center }
.se_pro_b_title span{font-size:1.5rem;color: #ccc;line-height: 2; margin:0 0 55px 0; text-align: center;display: block; text-transform: uppercase; }

.se_pro_y{  }
.se_pro_y ul{ display: flex;justify-content: space-between; align-items: center;}
.se_pro_y ul li{width:19%;position: relative;}
.se_pro_y ul li .se_pro_y_pic{position: relative; z-index: 1;;}
.se_pro_y ul li .se_pro_y_pic img{display: block;width:100%;}
.se_pro_y ul li .se_pro_y_text{position: absolute;left:0;top:0;width:100%;height: 100%; z-index: 2; display: flex;justify-content: center;align-items: center; font-size: 1.5rem;color:#fff;}

.se_pro_color{ background: rgba(35, 97, 173, .03);}
.se_pro_color dl{ display: flex;justify-content: space-between; align-items: center;}
.se_pro_color dl dd{ text-align: center; }
.se_pro_color dl dd  img{}
.se_pro_color dl dd p{ font-size: 1.2rem;color:#333; line-height: 4;}
/* se_news */
.se_news{padding:0 0 25px 0; line-height: 35px; font-size: 1rem; color:#666; }
.se_newslist2{ display: flex;justify-content: flex-start; padding:0 0 25px 0;flex-wrap: wrap;}
.se_newslist2 li{width:31%;margin:0 3.4% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
.se_newslist2 li:nth-child(3n){ margin:0 0 45px 0; }
.se_newslist2 a{  display:flex;justify-content:space-between;align-items: center; flex-direction: column; line-height:42px; border-bottom:1px solid rgba(0,0,0,0.1); transition: 0.5s;}
.se_newslist2 a .se_newslist2_pic{width:100%; overflow: hidden;}
.se_newslist2 a .se_newslist2_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_newslist2  li:hover a .se_newslist2_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist2 a .se_newslist2_text{width:100%; padding:25px 0}
.se_newslist2 span{ display:block; line-height:3rem; color:#333; font-size:1.5rem;text-transform:uppercase; font-weight: lighter; font-family: 'gilroy_bold';}
.se_newslist2 span em{   font-size:1.1rem; font-style: normal;  padding:0 0 0 25px}
.se_newslist2 .se_newslist2_t{ line-height:28px; color:#222; margin:10px 0 10px 0; font-size:1.5rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist2 p{ display:block; line-height:2; color:#666; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:20px 0; font-size: 1.1rem;}
.se_newslist2 li:hover .se_newslist2_t{color:#d70612; font-weight: bold;}



/* sw11 */
.sw11out {position: relative;width: 100%;  }
#sw11 { }
#sw11 .swiper-slide {width: 550px;}
#sw12 .swiper-slide {width: 750px;}
.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: 48%;width: 52px;height: 52px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw11out .sw-prev {left: 5%;background:#ddd url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw11out .sw-next {right: 5%;background:#ddd url('../images/jt_r.png') center no-repeat; background-size: 10px;}
.sw11out .sw-prev:hover { background:#d70612 url('../images/jt_l.png') center no-repeat; background-size: 10px; }
.sw11out .sw-next:hover { background:#d70612 url('../images/jt_r.png') center no-repeat;background-size: 10px;}
#sw11 .swiper-slide{display: block;position: relative;  }
#sw11 .swiper-slide a{display: block;position: relative; overflow: hidden;  }
#sw11 .swiper-slide .pic {width: 100%;  position: relative;margin: 0 auto;overflow: hidden;}
#sw11 .swiper-slide .pro_text {width: 100%;  text-align: center;color: #141b28; font-size:1.2rem; line-height: 4rem;}

.sw11out.sw13out #sw11 .swiper-slide .pic {width: 100%;  position: relative;margin: 0 auto;overflow: hidden; border-radius: 0;}

#sw11 .swiper-slide .wz { text-align: center;color: #2d2d2d; opacity: 1; }
#sw11 .swiper-slide .wz strong{ color: #1f2436; display: block; font-size:1.5rem;line-height: 2; text-align: center; font-weight: normal; opacity: 1;transition:0.4s ease;}
#sw11 .swiper-slide .wz i{ color: #555; display: block; font-size:1.5rem;line-height: 2; text-align: center;  }
#sw11 .swiper-slide .hover{position: absolute;left:0;top:0; width:100%;height:100%;z-index: 2; background: url(../images/huise.png) repeat-x left bottom; opacity: 0.5;}
#sw11 .swiper-slide img { width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; opacity: 0.9;-o-object-fit: cover;object-fit: cover; }
#sw11 .swiper-slideimg{  }
#sw11 .swiper-slide:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
#sw11 .swiper-slide-active img {opacity: 1;}
@media screen and (max-width: 960px) {
	#sw11 .swiper-slide {width: 100%;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}
#sw11 .swiper-slide-active .wz strong{ font-weight: bold; font-size:18px; opacity: 1;}


@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}


.jiameng{ padding:55px 0 85px 0; background: #f3f3f3;}
.star-list3 {
    overflow: hidden;
    margin: 0 -8px
}

.star-list3 li {
    float: left;
    width: 25%
}

.star-list3 li .item {
    margin: 0 8px 16px;
    background-color: #fff;
    padding: 60px 0 45px;
    text-align: center
}
@keyframes radiusRotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.star-list3 li .item:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.star-list3 li .item img {
    display: block;
    height: 50px;
    margin: 0 auto 25px;    transition: .3s;
}

.star-list3 li .item p {
    font-size: 1.5rem;
    color: #333;
    line-height: 2;
    margin-bottom: 18px
}

.star-list3 li .item span {
    font-size: 1rem;
    color: #666;
    line-height: 2;
    display: block
}

.keshi2{ padding:0 0  75px 0}

/* hezuo */
.hezuo{	padding: 50px 0 100px;	background: url(../jiameng/hezuo-bg001.jpg) no-repeat center;	background-size: cover;}
.hezuo ul { display: flex;justify-content: space-between;;
}
.hezuo ul li {
width: 23%;
height: 440px;
background-color: #fff;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 3%;
border-radius: 5px;
}
.hezuo ul li .ico {
width: 110px;
height: 110px;
}
.hezuo ul li h3 {
font-size: 30px;
line-height: 1.2;
color: #333333;
font-weight: bold;
margin-top: 20px;
}
.hezuo ul li .line {
width: 32px;
height: 2px;
background-color: #d70612;
margin-top: 25px;
}
.hezuo ul li p {
font-size: 16px;
line-height: 35px;
color: #333333;
height: 105px;
margin-top: 20px;
}



.liu_con{overflow: hidden; width:70% }
.layui-input{padding: 0 3px 0 10px;float: left; width: 31%;overflow: hidden;border:none;font-size: 1rem;color: #fff;line-height: 3.5rem; margin: 0 2% 2% 0;border:1px solid rgba(255,255,255,0.25); }
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #fff;line-height: 35px;  width: 100%;border:0px;border:1px solid rgba(255,255,255,0.25); margin-bottom: 5px; }
.layui-btn{ display:block; background: #d70612; color:#fff;width:150px;border-radius: 50px;;  font-size: 1rem; height:48px;   line-height: 48px; border:none!important;  padding:0 11px;float: left;}
.layui-btn-primary{margin: 0 0 0 0;float: right;}

/* se_contact_t */
.se_contact_t{padding:50px 0;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom: 55px;}
.se_contact_t strong{display: block;font-size: 2.5rem;color: #191b51;line-height: 5.6rem;;}
.se_contact_t p{display: block;font-size: 1rem;color: #555;line-height: 2.3rem;}
.se_contact_li{margin:85px auto; display: flex;justify-content:space-between; flex-wrap:wrap;}
.se_contact_li li:nth-child(1){width:40%;position: relative; }
.se_contact_li li:nth-child(2){width:28%;position: relative; }
.se_contact_li li strong{  font-size:1.3rem; color:#222;line-height:4rem; font-weight: bold;width:20%}
.se_contact_li li span{ font-size:1.2rem; color:#555;line-height:4rem;}
.se_contact_li li p{ border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom: 20px;;display: flex;justify-content: flex-start;}
.se_contact_li li.se_contact_er{display: flex;justify-content:flex-end; text-align: center; align-items: center; }
.se_contact_li li div b{display: block;font-size: 1rem; color:#777;line-height:2.6rem;font-weight: normal;}
.se_contact_li li div{width:160px;height:160px;border: 1px solid rgba(0, 0, 0, .1); margin-left: 0.95rem;}
.se_contact_li li div img{display: block;width:105px;margin: 10px auto 0 auto;}
.se_contact_r{padding:0 0 75px 0}
/* se_liuyan */
.se_liuyan{padding:175px 0 155px 0 ;overflow: hidden;  background: url(../images/ijoin1.jpg) no-repeat center top;}
.se_liuyan .s_width{display: flex; justify-content:space-between;}
.se_liuyan_pic{margin: 35px 0 0 0;}
.se_liuyan_l{width: 33%;}
.font_44 h2{font-size: 2.5rem;font-weight: bold;color:#111; }
.font_44 h2 span{color:#d70612;padding:0 0 0 0.95rem; }
.font_44 p{ font-size:1.1rem;line-height:2.5rem;color:#222}
.se_liuyan .liu_con{overflow: hidden;width: 60%;margin: 0 0 0 0; }
.se_liuyan .layui-input{padding: 0 3px 0 10px;float: left; width:32.3%;overflow: hidden;border:none;background:#fff;font-size: 1rem;color: #666;line-height: 60px; margin: 0 1% 2% 0;}
.se_liuyan .layui-textarea{padding:1%;font-size: 1rem;color: #666;line-height: 35px;  width: 100%;border:0 solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;     height: 300px;background: #fff}
.se_liuyan .layui-btn{ display:block; background: #333; color:#fff;width: 11%;  font-size: 1rem; height:38px;   line-height: 38px; border:none!important; float: left;}
.se_liuyan .layui-btn-primary{margin: 0 0 0 0;float: right;}

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


/*video*/
.nn_banner{width:100%; position: relative;overflow: hidden; display: flex;justify-content: center;}
.nn_banner .mm_bg2{top: 0;height: 100%;width: 100%;background:  url(../images/hhbg2.png) no-repeat left top; z-index:4;position: absolute}
.nn_banner_wenan{width:100%;height:320px;position: absolute;top:50%;margin-top:-160px; 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; z-index: 90;display: flex;justify-content:center;flex-direction: column; align-items: flex-start;}
.ind_ban_tex  a{width:204px;line-height: 60px; font-size:1.3rem;color: #fff;display: block;   border-radius: 35px;font-weight:lighter; border: #fff 1px solid; margin:65px 0 0 0; transition: 0.3s;}
.ind_ban_tex  a:hover{ background: #1da8bc;border: #1da8bc 1px solid; }

.banner3{ }
.banner3 .ind_ban_tex_title{font-size: 3rem;color: #fff; font-weight: bold;line-height: 3.2rem;}
.banner3 .ind_ban_tex_info{font-size:1.8rem;color: #fff; margin:0 0 55px 0}
.banner3 dl{ width:60%;margin: 0px auto 0 auto;display: flex;justify-content: center; opacity:1; transform:translateY(50px)}
.banner3 dd{ }
.banner3 dd img{width:144px; border-radius: 72px;display: block;margin:0 15px;}

/*banner*/
.slide-main{position: relative; z-index: 1;}
.slide-main .prev,.slide-main.next{display: block; position: absolute; z-index: 222; bottom: 40%; overflow: hidden; cursor: pointer;/*background-color: rgba(165,165,165,0.4);*/}
.slide-main .prev img,.slide-main .next img{ margin: 10px 0 0 5px;}
.slide-main .prev{left: 50px;}
.slide-main .next{right: 50px;}
.slide-main .item{display: block; width: 100%; height: 0.95rem; position: absolute; z-index: 124; bottom:2.6rem; 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;}



.index_prot{display: flex;justify-content: space-between; align-items: center;  padding:0 0 45px 0}
.product .pro_title p{ font-size: 60px; color: #91b721; line-height:75px;}
.product .pro_title p strong{  color: #1d2088;}
.product .pro_title div{  font-size:2.6rem; color:#c7c6c6;  line-height: 35px; font-weight: lighter;}





/* pro */
.pro2{padding:60px 0 65px 0;background: #fff}
/* a_title */




.BMap_bubble_title{font-size:1.1rem;font-weight: bold;}
.BMap_bubble_content{font-size:0.9rem;line-height: 1.5rem;}


/*se_banner*/
.se_banner{width:100%; position: relative;overflow: hidden; background: #f7f7f7;}
.se_banner_a{  background: #fff;}
.se_banner_a2{height: 100vh;}
.se_banner_a5{height: 100vh;}
.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.05); transform: scale(1.05); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.05); transform: scale(1.05); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */
.page_box{padding:0 0 0 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 90px;}
.page_box2{border-bottom:1px solid rgba(0,0,0,0.07);}
.page_box2 .s_width{padding:0 0 0 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 90px;}
.se_weizhi{border-bottom:1px solid rgba(0,0,0,0.05); }
.se_weizhi .s_width{display: flex;justify-content:space-between;}




/* huise */
.huise{background: #f7f7f7;padding:0 0 50px 0}
.huise2{background: #f4f4f4;padding:80px 0 50px 0}
.case5{padding:80px 0 50px 0}
.case3{padding:80px 0 50px 0}
.huise4{background: #eff9ff url(../images/pp.jpg) no-repeat center top;padding:50px 0 50px 0}
.case2 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case2 .list::after{ content: ""; width: 475px; }
.case2 .list .item{ width:47%;height:auto; margin: 0 3% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.case2.case3 .list .item{ width:49%;height:auto; margin: 0 1% 25px 0; }
.case2.case4 .list .item{ width:24%;height:auto; margin: 0 1% 25px 0; border-top-left-radius: 0;border-bottom-right-radius: 0;}
.case2.case5 .list .item{ width:32%;height:auto; margin: 0 1% 25px 0; }
.case2 .list .item .img{ position: relative; width: 100%; overflow: hidden; }
.case2 .list .item .img2{ position: relative; width: 100%; overflow: hidden;border: 1px solid rgba(0,0,0,.08); }
.case2 .item .text{ box-sizing: border-box; }
.case2 .item h4{ padding: 1.5rem 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 .page{ padding-top: 0px; }

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

.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:1.1rem;line-height:2.6rem;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 .list::after{ }
	.case2 .list .item{ }
	.case2 .item h4{ padding: 20px 0 10px; }

}
@media (max-width:1200px){
	.case2 .list .item{ margin-bottom: 20px; }
	.case2 .item h4{ padding: 1rem 0 8px; }
}
@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{ padding-top: 0.95rem; }
	.case2 .list .item{ margin-bottom: 2.6rem; }
	.case2 .item h4{ font-size: 1.1rem; }
}
@media (max-width:480px){
	.case2{ padding-top: 10px; }
	.case2 .list{ justify-content: center; }
	.case2 .list::after{ display: none; }
	.case2 .list .item{ width: 47%; margin-bottom: 0.95rem; }
	.case2.case5 .list .item{ width: 47%; margin-bottom: 0.95rem; }
	.case2 .list .item .pro_text{font-size: 0.95rem;line-height: 1.6rem;    margin: 10px 10px 10px 10px;}
}
@media (max-width:375px){
	.case2 .list .item{ width: 100%; }
}
.case7 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case7 .list::after{ content: ""; width: 475px; }
.case7 .list .item{ width:19%;height:auto; margin: 0 1% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.case7 .list .item .img{ position: relative; width: 100%; overflow: hidden; }
.case7 .list .item .img2{ position: relative; width: 100%; overflow: hidden;border: 1px solid rgba(0,0,0,.08); }
.case7 .item .text{ box-sizing: border-box; }
.case7 .item h4{ padding: 1.5rem 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case7 .item:hover h4{ color: #333; }
.case7 .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case7 .page{ padding-top: 0px; }

.case7 .list .item .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; }
.case7 .list .item .pro_pic img{display: block; width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.case7 .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);}

.case7 .list .item .pro_pic div{ width:85%; position:relative; overflow:hidden; z-index: 1;    margin: 0 auto;}
.case7 .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}
.case7 .list .item .pro_text{ color:#232323;text-align:center; font-size:1rem;line-height:3.6rem;margin:0 10px 0 10px;border-top:1px solid rgba(0,0,0,0.05);overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1}
@media (max-width:1500px){
	.case7 .list::after{ }
	.case7 .list .item{ }
	.case7 .item h4{ padding: 20px 0 10px; }
}
@media (max-width:1200px){
	.case7 .list .item{ margin-bottom: 40px;}
	.case7 .item h4{ padding: 1rem 0 8px; }
}
@media (max-width:991px){
	.case7 .list::after{ width: 48%; }
	.case7 .list .item{ width: 48%; }
	.case7 .item h4{ padding: 13px 0 6px; }
}
@media (max-width:768px){
	.case7{ padding-top: 0.95rem; }
	.case7 .list .item{ margin-bottom: 1rem; }
	.case7 .item h4{ font-size: 1.1rem; }
}
@media (max-width:480px){
	.case7{ padding-top: 10px; }
	.case7 .list{ justify-content: center; }
	.case7 .list::after{ display: none; }
	.case7 .list .item .pro_text{font-size: 0.95rem;line-height: 1.6rem;    margin: 10px 10px 10px 10px;}
}
@media (max-width:375px){
	.case7 .list .item{ width: 100%; }
}






.baise{background: #fff;padding:50px 0 50px 0}

.se_espcms_book{padding:0 0 0 0; background: #fff}
.se_espcms_book2{padding:2.6rem 0;}
.se_espcms_book2 h1{ line-height:70px; margin: 0; text-align: center;font-size: 2.5rem;}
.se_espcms_book2 .se_date{ font-size:0.95rem; line-height:38px; padding: 0 0 2.6rem 0 ;text-align: center}
.se_tel{padding:2.6rem 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:2.6rem;  padding:2.6rem 0; }
.th_pro_con table{border: 1px solid #666;border-collapse: collapse;font-size: 1rem;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #666;line-height: 2.5rem;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:2.6rem 0 0 0; padding:0 0 2.6rem 0}
.info_content{ font-size:1rem; line-height:2.1rem; color:#666;}
.info_content img{ max-width:650px;display: block;margin: 5px auto;}
.info_content  strong{ display: block;font-size: 1.6rem;color: #1da8bc; 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;}

.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; width: 200px; background: #f2f2f2; text-align: center;  line-height: 47px;}




.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:1.6rem;font-weight:700;text-align:center;color:#fff;text-shadow:0 0 8px #e24627;box-shadow:0 2.6rem 2.6rem 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: 60px;  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: 1rem;}
.message_t div.niu{color:#fff;font-weight: bold;font-size: 45px; }

.se_espcms_page{font-size:0.95rem; margin-bottom:2.6rem; border:1px solid #eee; padding:2.6rem 2.6rem; display:flex;flex-direction:row;justify-content:space-between;}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:0.95rem;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.th_news_con{overflow: hidden; font-size:0.95rem; line-height:31px; color:#666; margin-bottom:2.6rem; border:1px solid #eee; padding:2.6rem 50px;}

.map{position:absolute;width:100%;left:0; top:0;height:760px;z-index:2}
.video-box {
	position: relative;
	padding-top: 39%;
	overflow: hidden;
}
.video-box video {
	position: absolute;
	left: 50%;margin-left:-550px;
	top: 50%;margin-top:-320px;
	width: 1100px;
	height: 640px;
	-o-object-fit: cover;
	object-fit: cover;
}
.icon-play {
}
.index-video {
	position: fixed; z-index:999999999999999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);display: none;
}
.index-video .x-btn {
	top: 5%;
	right: 5%;
}
.index-video-wrap {
	z-index: 30;
}
.x-btn {
	position: absolute;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	background-color: ;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 1.5rem;
	z-index: 50;transition:.4s all;
}
.x-btn:hover {
transform: rotate(360deg); -webkit-transform: rotate(360deg);
	color: #fff;
}

@media only screen and (max-width:1800px){ 
	.s_width{width:92%;}
	.s_width3{width:92%;}
	.container-inyf{width:96%;}
	.pro_r{margin:0 0 0 5%}
}
@media only screen and (max-width:1750px){ 
	.se_nav_shili2 li a{font-size:1rem;}
	.about_t strong{    font-size: 2.2rem;}
	.about_t div{width: 280px;}
	.about_t span{ font-size:3rem; }
	.about_t p i{ font-size: 2.5rem; }
	.se_fl_title div{    font-size: 2rem;}
	.sty2 .swiper-slide{width: 650px;}
	.newsright li{padding: 25px 0 25px 25px;}
	.shijing{padding: 50px 0 65px 0;}
	.youshi_r p{font-size: 1.9rem;}
	.t1 div {	font-size: 2.5rem;}
	.chanpin_con .pro_text strong{	font-size: 1.4rem;}
	.index-title strong.a_strong{ font-size: 2.7rem; }
	.index-title2 strong.a_strong{ font-size: 2.7rem; }
	.index-title2 div.a_p{ font-size:2.1rem;  }
	.about_p{font-size:1.2rem;}
	.footer strong{font-size:1.35rem;}
	.news_con .newsleft_text strong{font-size:1.3rem;}
}
@media only screen and (max-width:1650px){ 
	.se_nav_shili2 li a{font-size:1rem;}

	.sty5 .swiper-slide .wz{    padding: 0 35px 25px 35px;}
	.sty2 .swiper-slide{width: 680px;}
	.newsright li .detail .title{ font-size: 1.1rem;}
	.newsleft .newsleft_text{padding: 20px 28px;}
	.newsright li .detail .text{line-height: 1.7rem;}
	.newsright li{padding: 35px 0 35px 25px;}
	.newsleft .detail .title{ font-size: 1.2rem;}
	.newsleft .n_date p{ font-size: 1.2rem;}
	.newsleft .n_date{width:100px}
	.newsright li .n_date p{ font-size: 1.2rem;}
}
@media only screen and (max-width:1500px){ 
}
@media only screen and (max-width:1440px){
	
	.index-title div.a_p3{  font-size:4rem;}
	.bai_l ul li div{    font-size: 1.7rem;}
	.bai_l ul li p{    font-size: 1.4rem;}
	.in_house .in_house_r .index-title p{	font-size: 2.5rem;}
	.bai_l .index-title p{	font-size: 2.5rem;}
	.son dt a div{    width: 49px; height: 54px;}
	.son dt a{line-height: 2.5;font-size: 1rem;}
	.son dt{ line-height: 45px; text-align: center; margin: 0 0 15px 0; }
	.son dd{width:33%;}
	.son .son_l{width:45%}
	.son .son_l i{line-height: 1.7;}
	.number_index .index-title p{font-size: 2.8rem; }
	.number_index span{font-size: 2.3rem; }
	.se_espcms_book3{padding: 20px 0 0 0;}
	.se_pro_text_pp h1{line-height: 1.5; font-size: 2rem;}
	.se_pro_text_pp{    width: 40%;}
	.se_pro_text_pp li div img{width: 75px;}
	.se_bg_pic{    width: 60%;}
	.se_pro_b_title p{font-size: 2.2rem; }
	.se_pro_b_title2{font-size: 2.2rem; margin: 0 0 45px 0;}
	.a_title2_t div{font-size: 1.7rem; }
	.a_title2_t strong{font-size: 2.5rem; }
	.a_title2_t span{font-size: 1.2rem;}
	.hezuo ul li h3{font-size: 1.5rem;}
	.keshi{    padding: 0 0 0 0; }
	.sty6{    padding: 0 0 0 0; }

	.sty6 .swiper-slide{width:50%}
	.choose_l3 strong{font-size:2.5rem;}
	.choose_l3 span{font-size:2.5rem;}
	.choose_l3 p{font-size:1.35rem; margin: 45px 0;}
	.about_r2{padding: 65px 0 0 0;}
	.td1 strong{font-size:2.1rem;}
	.td1 i{    margin: 35px 0 35px 0;}
	.youshi_l p{font-size: 2.7rem;padding: 0 0 55px 0; }
	.youshi_l p span{font-size: 4rem; }
	.youshi_l strong{font-size: 2.1rem;   }
	.youshi_l span{font-size: 1.8rem;   } 
	.l-font60{    font-size: 2.4rem;}
	.lh-banner .text .name{    margin-bottom: 10px;}
	.footer .f_erweima div span{    font-size: 1.7rem;}
	.chanpin_con .pro_text p{    font-size: 1.1rem;}
	.t1 div{    font-size: 2.3rem;}
	.index-title strong.a_strong{ font-size: 2.4rem; }
	.index-title2 strong.a_strong{ font-size: 2.4rem; }
	.index-title2 strong.a_strong.a_strong2{ font-size: 1.8rem; }
	.index-title2 div.a_p.a_p2{ font-size: 2.5rem; }
	.index-title2 div.a_p.a_p3{ font-size: 2.5rem; }
	.index-title2 div.a_p{ font-size:1.8rem;  }
	.se_contact_li li p{    flex-direction: column;}
	.se_contact_li li strong{line-height: 2;    font-size: 1.2rem;}
	.se_contact_li li span{font-size:1rem;}	
	.about_p{-webkit-line-clamp:6;      font-size: 1.1rem;}
	.about_a a div{    width: 60px; height: 60px;}

	.news_con .newsleft_text strong{font-size:1.3rem;}
	.se_newslist li{width:100%;margin: 0 0 45px 0;}
	.se_newslist a .se_newslist_pic{width: 26%;}
	.se_newslist a .se_newslist_text{width: 70%;}
	.index_nav3 li a.aa{ font-size:1rem;}
	.header .logo_tel p i{font-size: 1.1rem;}
	.header li a{font-size: 1rem;}
	.header .logo img{max-width: 70px;}
	.sty2 .swiper-slide{width: 600px;}
	.newsright li{padding: 25px 0 25px 25px;}
	.sty2 .swiper-slide .wz strong{font-size:1.3rem;}
	.sty2 .swiper-slide .wz span{line-height: 1.3;}
	.c_title span{ width: 60%;    font-size: 1rem;}
	.about_t span{ font-size:2.2rem; }
	.about_t p i{ font-size: 1.8rem; }
	.p_title div p{font-size:2.2rem;}
	.c_title p{font-size: 2.2rem;}
	.s_t div{font-size: 2.2rem;}
	.s_t span{font-size: 1.8rem;padding: 0 0 15px 0;}
	.se_newslist2 .se_newslist2_t{font-size: 1.2rem;}
	.se_newslist2 p{font-size: 1rem;}
	.se_espcms_book2 h1{font-size: 1.8rem;}

	.a_title p{font-size: 2.8rem; }
}
@media only screen and (max-width:1380px){
	.number_index .index-title p{font-size: 2.4rem; }
	.bai_l{ width: 40%;padding: 110px 0 150px 5%;}
	.bai_p{bottom: 30%;right: 20%;}
	.bai_text{    bottom: 31%;}
	.choose_l3 p{margin: 25px 0;}
	.about_r2{padding: 45px 0 0 0;margin: 15px auto 0 auto;}
	.about_r2 li span{font-size: 1.1rem;line-height: 1.7;margin: 15px 0 0 0;}
	.son .s_width{    padding: 0 2%;}
	.index_nav3 li a.aa{font-weight: bold;}
	.index-title div.a_p3{  font-size:3.2rem;}
	.a_title p{font-size: 2.3rem; }
	.youshi_r{padding: 0 0 35px 0;}
}
@media only screen and (max-width:1200px){ 
	.pro {
		padding: 0 0 0 0; background: #e9e9e9;
	}
	.a_title p{font-size: 1.5rem; text-align: center; margin: 15px 0 0 0;}
	.choose{padding:45px 0}
	.news_con li span{margin: 0 0 0 0;}
	.index-title div.a_p3{  font-size:2.2rem;}
	.bai_en{font-size: 9rem;}
	.se_contact_li{    margin: 0 auto;}
	.se_contact_li li:nth-child(1){width:100%}
	.se_contact_li li:nth-child(2){width:100%}
	.news_con .newsleft_text strong{font-size: 1.1rem;}
	.keshi2{padding:45px 0 25px 0}
	.star-list3 li{width:50%}
	.hezuo ul {flex-wrap: wrap;}
	.hezuo ul li{width:48%;height: 390px; margin:0 0 15px 0}
	.hezuo ul li h3{    font-size: 1.16rem;}
	.hezuo ul li .ico{width:95px;height: 95px;}
	.se_pro_color dl{flex-wrap: wrap;}
	.se_pro_color dl dd{width:30%}
	.se_pro_b img{width:65%}
	.se_pro_color dl dd p{    font-size: 1rem;}
	.se_pro_pic_text{flex-direction: column;}
	.se_pro_text_pp h1{    font-size: 1.8rem;}
	.se_bg_pic{width:100%;padding: 0 0 0 0;}
	.se_pro_text_pp{width:100%;    padding: 0 0 0 0;}
	.se_pro_b_title p{    font-size: 1.9rem;}
	.se_pro_y ul{flex-wrap: wrap;}
	.se_pro_y ul li{width:49%;margin: 0 0 5px 0;}
	.se_pro_b_title2{    font-size: 1.7rem;}
	.se_pro_y ul li .se_pro_y_text{    font-size: 1.2rem;}
	.se_contact_li li strong{width:100%}
	.a_title2{padding:4% 0 0 0}
	.a_title2_t{    margin: 0 0 0 0;}
	.a_title2_t div{font-size: 1.3rem; }
	.a_title2_t strong{font-size: 1.5rem; line-height: 1.5; }
	.a_title2_t span{ display: none;}
	.se_banner_a{height: 35vh;}
	.se_nav_shili{display: none;}
	.se_cage {padding:35px 0 0 0}
	.info_content img{width: 100%;}
	.youshi{ padding:45px 0 35px 0; }
	.index-title3{    padding: 35px 0 25px 0;}
	.case2.case4 .list .item{    width: 47%;}
	.pro{padding:35px 0 0 0;}
	.youshi_con{align-items: center;justify-content: center;flex-direction: column;}
	.youshi_r{width:100%; padding: 0 0 15px 0;}
	.youshi_l span{    font-size: 1.4rem;}
	.youshi_l strong{    font-size: 1.8rem;}
	.youshi_l{width:100%;text-align: center; padding:0 0 35px 0}
	.youshi_l p{padding: 0 0 35px 0;font-size: 1.8rem;}
	.page{padding: 25px 0;}
	.page .s_width2{flex-direction: column-reverse;}
	.td1{width:100%; }
	.td2{width:100%; }
	.td1{padding: 35px 3% 35px 3%;}
	.td1 strong{font-size: 1.6rem }
	.td1 .se_about_p{-webkit-line-clamp: 14}
	.choose_l3 strong{font-size:2rem;}
	.choose_l3 span{font-size:2rem;}
	.choose_l3 p{font-size:1.15rem; margin: 25px 0 0 0;}
	.about_r2{padding: 25px 0 0 0;}
	.about_r2 li{width:50%;margin: 0 0 25px 0;}
	.about_r2 li div img{width:40px}
	.about_r2 li p{font-size: 1.3rem; margin: 15px 0 0 0;}
	.about_r2 li span{font-size: 0.95rem; margin: 5px 0 0 0;}
	.index_con{display: none;}
	.p_logo{    width: 28px;}
	.se_espcms_book3{ padding: 80px 0 0 0;}
	.sty6 .swiper-slide{width:75%}
	.se_nav_shili2 li div{    width: 53px; height: 58px; background-size: 100%;}
	.se_nav_shili2 li:nth-child(1) div{background-size: 100%;}
	.se_nav_shili2 li:nth-child(2) div{background-size: 100%;}
	.se_nav_shili2 li:nth-child(3) div{background-size: 100%;}
	.se_nav_shili2 li:nth-child(4) div{background-size: 100%;}
	.se_nav_shili2 li:nth-child(5) div{background-size: 100%;}
	.se_nav_shili2 li:nth-child(6) div{background-size: 100%;}
	.se_nav_shili2 li:nth-child(7) div{background-size: 100%;}
	
	.se_nav_shili2 {padding: 0 0 15px 0;  justify-content: center;   flex-wrap: wrap;}
	.se_nav_shili2 li{width:33%;margin:0 0 10px 0}
	.se_nav_shili2 li a{font-size:0.95rem;  line-height: 36px;}
	.se_nav_shili2 li a p{font-size:0.95rem;}
	.t1 div{    font-size: 1.5rem;}
	.m-center{    margin: 25px auto 0 auto;}
	.about{     padding: 25px 0;  background-size:500%;}
	.about_p{    margin: 0 0 20px 0;}
	.aa_t{    padding: 0 0 0 0;}
	.a_line{    margin: 0 0 0 0;}
	.chanpin_con li{    width: calc(100%/2 - 1px);}
	.chanpin_con .pro_text p{font-size: 1rem;}
	.chanpin_con .pro_text strong{	font-size: 1.1rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
	.aa_t .aa_t_r{display: none;}
	
	.pro .index-title{    padding: 0 0 35px 0;}
	.index-title2{ text-align: center;}
	.index-title2 i{    margin: 0 auto 25px auto;}
	.index-title strong.a_strong{ font-size: 1.7rem; }
	.index-title2 strong.a_strong{ font-size: 1.7rem; }
	.index-title div.a_p2{ font-size: 1.4rem; }
	.index-title2 strong.a_strong.a_strong2{ font-size: 1.4rem; }
	.index-title2 div.a_p.a_p2{ font-size: 2.1rem; }
	.index-title2 div.a_p{ font-size:1.4rem;  }
	.index-title div.a_p{ font-size:1.2rem;  }
	.joinus .index-title a{width: 200px;}
	.a_title{flex-direction: column; align-items: center;    padding: 0 0 30px 0;}
	.a_title .index-title{ text-align: center;}
	.news_con{flex-direction: column;}
	.footer .s_width:nth-child(1){ flex-wrap: wrap;padding: 35px 0 35px 0;}
	.footer strong{font-size: 1.2rem;line-height: 1.5;font-weight: bold;}
	.footer .f_fenlei li a{font-size: 0.95rem;}
	.footer .f_fenlei2 li a{font-size: 0.95rem;}
	.footer .f_fenlei li{line-height: 2}
	.footer .f_fenlei2{width:21%;}
	.footer .f_erweima{width:100%;padding:25px 0;margin:25px 0 0  0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
	.footer .f_logo{justify-content: center;align-items: center;}
	.footer .f_erweima dl{ display: none;}
	.footer_p{    border-top: 0 solid rgba(255,255,255,0.1);    padding:0 0 55px 0; flex-direction: column; text-align: center;}
	.footer .f_fenlei{padding:25px 0 0 0}
	.footer .f_fenlei div{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
	.footer .f_fenlei div li{ width:50%}

	.index_nav3{display: none;}
	.td1_con .td1_con_t{    padding-left: 0; text-align: center;margin-bottom: 20px;}
	.td1_con .td1_con_t img{width:120px}
	.header{display:none;}
	.productshow_con{display: block;}
	.s_width{width:96%;}
	.s_width2{width:96%;}
	.s_width3{width:96%;}
	.news_con3{display: block;}
	.news_con li{width: 100%;}
	.none{display:block;}
	.block{display:none;}
	
	.l_tel{ padding:0 5px 0 0; display:flex;justify-content: flex-start;align-items: center;color: #fff;font-size: 12px;}
	.l_tel img{ width:12px; margin: 0 5px 0 0;}
	.huise{padding: 25px 0;}
	.page_box{line-height: 25px; font-size: .95rem; }
	.se_weizhi{padding:8px 0}
	.se_pro{padding: 65px 6px 25px 6px;}
	.se_pro h1{font-size: 1.5rem;line-height: 5rem;}
	.se_pro a{width: 130px;}
	.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: 1.5rem;    line-height:4rem;}
	.se_pro_a_text li span{font-size: 1rem;}
	.se_pro_b_title{font-size: 1.5rem;margin: 0 0 25px 0;}
	
	.se_pro_c{padding:25px 0 65px 0;}
	#sw11 .swiper-slide .pic{border-radius: 15px;}
	.sw11out .sw-next, .sw11out .sw-prev{width: 42px;		height: 42px;}
	
	.page_box2 .s_width{line-height: 25px;}
	.se_espcms_book2 h1{font-size: 1.4rem;}
	.th_news_con{padding: 1rem 10px;}
	.se_espcms_page{flex-direction: column;padding: 15px;}
	.se_espcms_page li{width:100%}
	.se_nav_shili li a{ font-size:1rem; line-height:2.5rem;}
	.se_nav_shili{    padding:25px 0 5px 0; flex-wrap: wrap;    justify-content: space-around; width:95%;margin:0 auto }
	.se_nav_shili li{width:32%; margin:0 0 10px 0}
	.page_box2{padding:8px 0;    font-size: 0.95rem;}
	.th_news_con{ text-indent:0; }
	.se_con .info_content_t{width:95%; margin: 0 auto;}
	.se_con .info_content{width:95%; margin: 0 auto;}
	.se_con .s_width{flex-direction: column;}
	.th_pro_con{padding: 45px 0;margin-bottom: 30px;}
	.se_con .info_content_t strong{font-size: 22px;line-height:28px;}
	.se_con .info_content_t span{font-size: 19px;}
	.swtbtn img{width:100%}

	
	.p_title{flex-direction: column; align-items: center;    padding: 0 0 25px 0;}
	.p_title div p{ font-size: 1.5rem;line-height:2rem;margin: 0 0 15px 0; text-align: center;}
	.p_title div span{font-size: 1rem;line-height:1.7rem;font-weight: normal;text-align: center;}
	.p_title div i{ font-size: 1.3rem;line-height:2rem;}
	.p_title a{display: none;}
	.c_title{padding:0 0 30px 0;}
	.c_title p{font-size: 1.5rem; line-height: 3rem;}
	.c_title span{font-size: 1rem; width:90%;margin: 0 auto;}
	.yuan_pic img{width:90%;margin: 0 auto;}
	.yuanliao{padding: 35px 0;}
	.about_con {flex-direction: column; }
	.about_r{width:100%}
	.about_l{width:100%;    padding: 45px 4%;}
	.about_t span{ font-size:2rem;}
	.about_t p i{font-size: 1.5rem;}
	.about_p{  font-size:1rem;line-height:1.9rem;-webkit-line-clamp: 14;}
	
	.about_t strong{ font-size:1.4rem;line-height: 3rem;}
	.about_t div{width:180px}
	.shijing{padding:30px 0}
	.shijing div{font-size: 1.5rem; line-height: 3rem;}
	.s_t{padding: 0 0 15px 0;}
	.s_t span{ font-size:2rem;line-height:2rem;padding: 0 0 15px 0;}
	.s_t p{font-size: 1rem;line-height:1.8rem; padding: 0 20px;}
	
	.news{padding:37px 0 30px 0;}
	.news_con2{display: none;}
	.newsleft{width:100%}
	.newsleft .newsleft_text{position: relative;padding: 10px 18px 20px 18px;}
	.newsleft a{margin: 0 0 10px 0;}
	.newsleft .n_date{display: none;}
	.newsleft .detail{width:99%}
	.newsleft .detail .title{font-size: 1.1rem;line-height:2.2rem;}
	.newsleft .detail .text{font-size: 0.95rem; }

	.about_t p img{ width:220px}


	.lh_75{    height: 15px;}
	.sw12out{width:60%;margin: 0 auto;}
	.huise9{padding: 0 0 20px 0;}
	.se_pro_pic2 strong{font-size:1.5rem;line-height:2.5rem;}
	.se_pro_pic2 span{font-size: 1.2rem;line-height:2rem; margin: 0 0 25px 0;}
	.se_pro_b img{width:85%}
	.se_pro_b{padding:25px 0 0 0;}
	.pro_box .list p span.color0{font-size: 1.1rem;}
	.se_newslist2 li{width:100%;margin: 0 0 25px 0;}
	.se_newslist2 .se_newslist2_t{font-size: 1.1rem;}
	.se_newslist2 span{font-size:1.1rem;}
	.se_newslist2 span em{padding: 0 0 0 15px;}
	.se_newslist2 p{margin:10px 0;}
	.se_news{padding:25px 0 35px 0;}
	.se_espcms_book2{ padding:2rem 0 ;}
	.se_fa{    padding:0 0 35px 0;}
	.footer2{ background: #ddd; padding: 25px 0; text-align: center; font-size:0.9rem; color: #555;}
	.footer2 strong{display: block;font-size: 1.1rem;color: #333;line-height: 3rem;}
	.footer2 .f_aa{display: block;font-size:1.2rem;color: #fff; background: #d70612; width:170px;margin: 0 auto 15px auto; border-radius: 5px;line-height: 2.5rem;   }
	.sty5 .swiper-slide{width:100%}
	/*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: #e61010 ;}
	.position{position: relative; display: flex;justify-content: flex-start; align-items: center;}
	.head_wap .logo{  }
	.logo img{width:51px;}
	.l_tel{ padding:5px 10px; display:flex;justify-content: flex-start;align-items: center;color: #fff;font-size:1.1rem; font-family:'gilroy_bold' ; border: 1px solid rgba(255,255,255,.1); margin:0 0 0 10px;border-radius: 50px;;}
	
	.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;}
	.in_house{flex-wrap: wrap;}
	.in_house .in_house_r .index-title p{font-size: 1.8rem;}
	.in_house .in_house_r i{margin:30px 0}
	.in_house .in_house_l{width:100%;    padding: 40px 0 0 0;}
	.in_house .in_house_r{width:100%;padding:25px 5%}
	.in_house:after{height: 100%;}
	.bai{margin: 0;flex-wrap: wrap;}
	.bai_l{width:100%;padding: 20px 0 350px 5%; }
	.bai_l .index-title p{ font-size: 2rem;}
	.bai_l ul li{    padding: 15px 0;}
	.bai_l ul li div{font-size: 1.4rem;}
	.bai_l ul li p{font-size: 1.1rem;}
	.bai_r{width:100%; }
	.bai_text{width:70%;right: 15%; bottom: 6%;}
	.bai_p{width:81%;right: 9%; bottom: -9%;}
	.bai_text li p{width:35px;font-size: 1.2rem;;}
	.bai_text li:nth-child(5) div{height: 338px;}
	.number_index{padding:35px 0}
	.number_index .index-title{margin-bottom: 25px; }
	.number_index .index-title p{font-size:1.7rem;margin-bottom: 15px; }
	.number_index span{font-size: 1.5rem; }
	.keshi_pic p{padding: 0 0 15px 0;}
	.se_contact_li li.se_contact_er{ display: none;}
	.td2:after{    width: 40px; height: 40px;    top: -10px; right: -10px;}
}
@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;  }
	
	.huisebg{ padding:20px 0 35px 0;}
	.news_con li .detail a{    font-size: 1.1rem;}
	.news_con li .detail p{    line-height:1.7rem;font-size: 0.95rem;}

	.se_xinlai{width:100%;padding: 20px 0 0 0;}

	.se_xinlai .xinlai_num #wrap .xinlai_num_li{width: 48%;    height: 161px;padding: 25px 0 0 0;}
	.xinlai_num #wrap .xinlai_num_li:nth-child(3), .xinlai_num #wrap .xinlai_num_li:nth-child(4){padding: 0 0 0 0;}
	.se_xinlai .xinlai_num .jumbo{font-size: 3rem; line-height: 4rem;}
	.se_xinlai .xinlai_num #wrap .xinlai_num_li:nth-child(1),.se_xinlai .xinlai_num #wrap .xinlai_num_li:nth-child(2){    margin: 0 0 15px 0;}
	.title_b{margin-top: 28px;}
	.se_fl_title div{font-size: 2rem;}
	.index-title i{font-size: 1.8rem; line-height: 3rem;}
	.index-title p{ margin-top:0;font-size: 1rem;}
	
	.pro2{padding:30px 0 35px 0;background: #fff}
	.d_title{ text-align: center;padding:0px 10px 15px 10px}
	.d_title div{ font-size: 1.5rem;font-weight: bold;line-height: 2.5rem;}
	.huise4{ padding:30px 0 30px 0}
	.d_title p{ font-size: 1rem;}
	.se_espcms_book4 .se_pro_text_pp a{margin:0 auto}
	.se_espcms_book4 .se_pro_text_pp h1{ font-size: 1.5rem;font-weight: bold;margin: 0 0 0 0; text-align: center;padding: 0 0 15px 0;	}
	.p_jieshao2 p{    padding: 15px 0 25px 0;}
	.se_pro_b .se_pro_a_text p.se_pro_b_title{font-size: 1.3rem;font-weight: bold;    margin: 0 0 15px 0;}
}
@media only screen and (max-width:760px){ 
	.news_con li{ justify-content:space-between; flex-direction: column;align-items: center; }
	.news_con .news_pic{width:100%; }
	.news_con li .detail{width:100%;height: auto; padding: 15px;}

	.xinlai_num .jumbo{font-size: 2rem;line-height: 1.7rem;}
	.xinlai_num #wrap .xinlai_num_li span{font-size: 0.8rem;}
	.xinlai_num #wrap .xinlai_num_li p{font-size: 0.95rem;padding: 0 0 0 0;line-height: 1.5rem;}

	.title_a{padding: 0 0 25px 0;}
	.title_a p{ font-size: 2rem;}
	.title_a span{font-size: 1rem;line-height:1.7rem;}
	.swiper-button-prev-inyf, .swiper-button-next-inyf{width: 36px; height: 36px }
	.b_title{    padding:20px 30px 20px 30px;}
	.pro_r{display: none;}
	.a_t div{ font-size: 2rem;    width: 89%;}
	.a_t p{font-size: 1rem;padding:0 35px}
}