@font-face{
	font-family:trump_gothic_east;
	src: url('../fonts/trump_gothic_east.eot');
	src: url('../fonts/trump_gothic_east.eot?#iefix') format('embedded-opentype'),
		url('../fonts/trump_gothic_east.woff2') format('woff2'),
		url('../fonts/trump_gothic_east.woff') format('woff'), 
		url('../fonts/trump_gothic_east.ttf') format('truetype'),
		url('../fonts/trump_gothic_east.svg#trump_gothic_east') format('svg');
}
@font-face{
	font-family:neutra_text_tf;
	src: url('../fonts/neutra_text_tf.eot');
	src: url('../fonts/neutra_text_tf.eot?#iefix') format('embedded-opentype'),
		url('../fonts/neutra_text_tf.woff') format('woff'), 
		url('../fonts/neutra_text_tf.ttf') format('truetype'),
		url('../fonts/neutra_text_tf.svg#neutra_text_tf') format('svg');
}
@font-face {
	font-family: aven;
	src: url(../fonts/AvenirLTStd-Black.ttf) format('truetype'),
		url(../fonts/AvenirLTStd-Black.otf) format('otf'),
		url(../fonts/AvenirLTStd-Black.woff) format('woff');
}
@font-face {
	font-family: "Montserrat-Medium";
	src: url("../font/Montserrat-Medium.woff2") format("woff2"),
			url("../font/Montserrat-Medium.woff") format("woff"),
			url("../font/Montserrat-Medium.ttf") format("truetype"),
			url("../font/Montserrat-Medium.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gilroy_bold';
	src: url('../fonts/gilroy-bold-4.otf') format('truetype');
}
@font-face {
	font-family: 'manrope-regular';
	src: url('../fonts/manrope-regular.otf') format('truetype');
}
html{font-size: 16px;}
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#444;}
body{ overflow-x: hidden; }
*{ margin:0; padding:0;box-sizing:border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
img{ border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#555;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:35px;}
.lh_140{height:190px;}
.lh_130{height:120px; background: #fff;box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 1}
.s_width{width:90%;margin:0 auto;}
.s_width2{width:90%;margin:0 auto;}
.s_width3{width:84%;margin:0 auto;}
.s_width4{width:100%;}
.none{display:none;}
.block{display:block;}
.b{display: block; transition: 0.5s;}
.n{display: none; transition: 0.5s}





.r{float: right}
.h_line{height:5px;background:url(../images/hline.jpg) no-repeat center top;}
.header{width:100%;position:absolute;  display: flex;justify-content: space-between; align-items: center;padding:0 18px;z-index: 98; transition: 0.5s;}
.header2{ position: fixed; background: #fff;box-shadow: 0 0 35px rgba(0,0,0,.15); }
.header3{ background: none;position: absolute;;border-bottom: 1px solid rgba(0,0,0,.05);left: 0;top:0;z-index: 102;}
.logo_en{ display: flex;justify-content: space-between;align-items: center; width:75%;}
.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;  height:70px; }
.header .logo img{ max-width:240px;width: 100%; margin: 0 auto; vertical-align: middle}
.logo_n{display: none;}
.logo_b{display: block;}
.header2 .logo_n{display: block;}
.header2 .logo_b{display: none;}
.nav_box_6 {display: none;}

.header .logo_tel{ display: flex;justify-content: space-between; align-items: center;color: #fff;position: relative; z-index: 2;padding:0 0 0 25px}
.header .logo_tel img{margin:0 8px 0 0;width:25px}
.header .logo_tel p{display: flex;justify-content: center; flex-direction: column;   }
.header .logo_tel p i{ font-size: 1.5rem; font-family: 'montserrat';color: #fff;font-style: normal; }
.header.header2 .logo_tel p i{  color: #222;}
.header.header3 .logo_tel p i{  color: #222;}

.header .erwei_pic{position: absolute;	top: 55px;	left: 0;	margin-left: 0;	padding-bottom: 0;	opacity: 0;	visibility: hidden;	transition: all .3s ease; width:110px;height:75px; background: rgba(0,0,0,.8); line-height: 2; text-align: center; border-radius: 10px;}
.header .erwei_pic a{ display: block; color: #fff;font-size: 1rem;}
.header .erweid{position: relative;margin:0 0 0 55px; height:55px; display: flex;justify-content: center; align-items: center;   }
.header .erweid .erweida{position: relative; display: flex;justify-content: space-between; align-items: center; color: #fff; font-size: 1rem; width:110px; background: url(../images/j.png) no-repeat right center; padding:0 30px 0 0}
.header.header3 .erweid .erweida{  color: #222;background: url(../images/j2.png) no-repeat right center; padding:0 30px 0 0}
.header .erweid .erweida .b{display: block;}
.header .erweid .erweida .n{display: none;}
.header.header2 .erweid .erweida .b{display: none;}
.header.header2 .erweid .erweida .n{display: block;}
.header.header2 .erweid .erweida{color: #333;background: url(../images/j2.png) no-repeat right center;}

.header .erweid:hover .erwei_pic{opacity: 1; visibility: visible;}
.nav_tel{}
.index_nav3{width:75%; display:flex;justify-content:space-between;align-items:center;-webkit-align-items:center;z-index: 999; }
.index_nav3 li{line-height:100px;width:calc(100%/8);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; text-decoration:none;color:#ffffff;}
.index_nav3 li a.aa:after{width:0;height:2px;background: #fff;content: '';position: absolute;left:0;bottom: 0; transition: 0.3s;}
.index_nav3 li:hover a.aa:after{width:100%;}
.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.header.header2 .index_nav3 li a{color:#333; }

.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;  }
.index_nav2{width:75%; display:flex;justify-content:space-between;align-items:center;-webkit-align-items:center;z-index: 999; }
.index_nav2 li{line-height:100px;width:calc(100%/8);text-align: center; display: flex; justify-content: center; align-items: center; }
.index_nav2 li.index_p2{ position: relative;}
.index_nav2 li a{color:#333;font-size:1.1rem;display:block; position: relative; }
.index_nav2 li a:hover{font-weight:bold; text-decoration:none;color:#2155be;}
.index_nav2 li a.aa:after{width:0;height:2px;background: #2155be;content: '';position: absolute;left:0;bottom: 0; transition: 0.3s;}
.index_nav2 li:hover a.aa:after{width:100%;}


/*video*/
.nn_banner{width:100%; position: relative;overflow: hidden; display: flex;justify-content: center;}
.mm_bg2{top: 0;height: 100%;width: 100%;background:  url(../images/hhbg2.png) no-repeat left top; z-index:3;position: absolute}
.nn_banner_wenan{width:100%;height:320px;position: absolute;top:50%;margin-top:-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; display: flex;justify-content:center;flex-direction: column; align-items: center; z-index: 4; transition: 0.5s; opacity: 1;}
.ind_ban_tex  a{width:204px;line-height: 60px; font-size:1.3rem;color: #fff;display: block;   border-radius: 35px;font-weight:lighter;background: #2155be;border: #2155be 1px solid;  margin:65px 0 0 0; transition: 0.3s;}
.ind_ban_tex  a:hover{width:184px; }
.ind_ban_tex  i{width:87px; height: 2px;background-color: #fff;display: block;  margin:0 0 65px 0;}
.banner3 .ind_ban_tex_title{font-size: 4.2rem;color: #fff; font-weight: bold;line-height: 1.5; letter-spacing: 22px;}
.banner3 .ind_ban_tex_info{font-size:1.5rem;color: #fff; margin:0 0 55px 0}

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


/*footer*/
.footer{ background: #151b29 }
.footer .s_width:nth-child(1){ padding:115px 0 95px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:1.4rem; line-height:2; color:#fff; margin-bottom:25px; font-weight: normal; }
.footer strong a{ display: block; font-size:1.4rem; line-height:2; color:#fff; font-weight: normal; }
.footer i{ width:30px;height:1px; background:#15a086;display: block; margin-bottom:25px;}
.footer .f_fenlei{ }
.footer .f_fenlei2{  }
.footer .f_p{  color:#fff;font-size:1rem; line-height: 2.5; padding:35px 0 0 0;border-top: 1px solid rgba(255,255,255,.1);}
.footer .f_fenlei div{ display:flex;justify-content:space-between; flex-wrap: wrap; flex-direction: column;}
.footer .f_fenlei li{ line-height:3;   text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei li a{ color:#fff;font-size:1rem;  display: block}
.footer .f_fenlei li a:hover{ color:#b3b3b3;}
.footer .f_fenlei2 dd{ line-height:2.2rem; width:100%; text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei2 dd a{ color:#e2e2e2;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:#e2e2e2;font-size:1.05rem;  display: block}
.footer .f_fenlei p a:hover{ color:#fff;}
.footer .f_erweima{ }
.footer .f_erweima div{display: flex;justify-content: space-between; flex-direction: column; margin:0 0 25px 0; }
.footer .f_erweima div p{line-height: 1.5rem; color: #9d9d9d; font-size: 1.1rem;   }
.footer .f_erweima div span{display: block;line-height: 1.5; color: #fff; font-size: 2.2rem;font-weight: bold; font-family: "manrope-regular";}
.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: #9d9d9d; font-size: 1rem;}
.footer .f_erweima dd img{ text-align: center; width:95%; max-width:100px; display: block;}
.footer_p{ display: none; }
.footer_p{line-height:125px; text-align:center; font-size:1rem; color:#898989;border-top:1px solid rgba(255,255,255,0.1)  }
.footer_pp{ display: flex;justify-content: space-between;}
.footer_p a{ color:#898989}
.footer_p a:hover{ color:#999}
.footer_p img{ vertical-align: middle;}
.footer .f_contact2{display: flex; align-items: flex-end; flex-direction: column;}
.footer .f_contact3{display: none;}
.footer .f_contact2 div{ line-height:2.2rem; color:#d5d5d5; font-size:1rem;padding:0 0 0 0; text-align: right;}
.footer .f_contact2  a{ width:217px;line-height: 56px; transition: 0.3s; background: #1f4ca6; font-size: 1.1rem; color: #fff; border-radius: 35px; margin: 25px 0 0 0; position: relative; padding:0 29px 0 45px;}
.footer .f_contact2  a:after{ content: '';background: url(../images/swt_more.png) no-repeat; width:20px;height: 12px;position: absolute;right:40px;top:22px;transition: 0.3s;}
.footer .f_contact2  a:hover:after{right:45px;}
.footer .f_contact2  a:hover{padding:0 29px 0 35px;}



.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;}
/* a_title2 */
.a_title2{padding:0 0 70px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.a_title2 i{position: absolute;left:-5.7%;top:-20px; font-size: 9rem;font-family: 'gilroy_bold'; color: #fff; font-style: normal; text-transform: uppercase; z-index: 1; opacity: 0.05; }
.a_title2 div.prot{position: relative; z-index: 2;}
.a_title2 div.prot p{color: #fff; font-size: 3.2rem; line-height: 1;}
.a_title2 div.prot p strong{color: #fff;}
.a_title2 div.prot span{color: #fff;font-size: 2.2rem; line-height: 1.6;} 
.a_title2 a{width:210px; line-height:54px;color: #fff; transition: 0.3s; border-radius: 40px;font-size: 1.05rem; padding:0 29px;position: relative; background: #e13922;}
.a_title2 a:after{ content: '';background: url(../images/solj2.png) no-repeat; width:26px;height: 20px;position: absolute;right:40px;top:17px;transition: 0.3s;}
.a_line{ height: 1px;background: rgba(255,255,255,.1); }
.a_title2 a:hover:after{right:45px;}
.a_title2 a:hover{padding:0 34px;}
.p_s_a { display: flex;justify-content: space-between;}

.search-bar2 {   width:310px;  height:54px;  position: relative; border-radius: 50px; overflow: hidden; box-shadow: 0 0 35px rgb(0 0 0 / 7%);background: #fff;margin: 0 10px 0 0;}
.keywords2{	width:90%; padding-left:20px; line-height: 54px;	border:none; outline:none ;font-size: 1rem;}
.searchbtn2{ position: absolute; height:54px; background: #2155be;  background-position:50% 50%;	background-repeat: no-repeat;width:90px;	right:-1px;	top:0; border: 0px;	cursor:pointer; color: #fff;font-size: 1rem;background: url(../images/se.png) no-repeat center center;}

/* 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: #2155be 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 #2155be;}
.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 ;} 


/* sty6 */
.s_width4{padding:55px 0}
.keshi_pic{width:100%; position:relative; overflow:hidden; z-index: 1;}
.keshi_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.keshi_text{text-align: center; padding:35px 35px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.keshi_text strong{ font-size:1.5rem;line-height: 2; color: #1a1a1a;}
.keshi_text p{ font-size:1rem;line-height: 1.7rem; color: #1a1a1a; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.keshi_text i{width:130px;border: 1px solid rgba(0,0,0,.1); line-height: 2.6rem;font-size: 1rem;color: #7d8090;font-style: normal;margin:10px 0 0 0; border-radius: 33px;}
.sty6 { position: relative;width:94%;margin:0 auto}
.sty6 .swiper-container {width: 100%; padding:25px 0 }
.sty6 .swiper-slide {width: 24.22%;margin:0 1% 0 0;display: block;position: relative; transition: all linear 0.3s;background: #fff; box-shadow: 0 0 25px rgb(0 0 0 / 5%); border-radius: 30px;}
.sty6 .swiper-slide:hover .keshi_text p{ color: #2155be;}
.sty6 .swiper-slide:hover .keshi_text strong{   color: #2155be;}
.sty6 .swiper-slide:hover img{ transform:scale(1.05,1.05);}
.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}
.sty6 .swiper-button:hover {background: rgba(0,0,0,0.5)}
.sty6 .swiper-button-prev {left: 0}
.sty6 .swiper-button-next {right: 0}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1023px){
    .sty6{margin-top: 10px}
}



/* a_title */
.a_title{padding:80px 0 80px 0; text-align: center;}
.a_title p{color: #555555;font-size: 2.3rem; line-height: 3.5rem; margin: 0 0 35px 0; }
.a_title a{width:168px;line-height:53px;margin:0 auto;background: #15a086;display: block;color: #fff;font-size: 1.1rem; border-radius: 0; transition: 0.3s;}
.a_title a:hover{ border-radius: 35px;}

/* productshow_con */
.productshow_con{display: none;}
.productshow_con2{padding:25px 0 0 0 }
.chanpin_con{  }
.chanpin_con ul{ display: flex;justify-content:space-between; flex-wrap: wrap}
.chanpin_con li{ width:48%;   margin: 0 0 18px 0;position:relative;cursor:pointer; transition: 0.3s; overflow: hidden; background: #fff;box-shadow: 0 0 35px rgb(0 0 0 / 7%); }
.chanpin_con li a{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 15px 5px;background: #fff; text-align: center;}
.chanpin_con .pro_text strong{color:#353535; font-size:1rem;; display: block;}
.chanpin_con .pro_text span{ display: flex;justify-content: center; align-items: center;}
.chanpin_con .pro_text span i{font-style: normal;font-family: impact;font-size:24px;color:#f65808;padding:0 0 0 5px;}
.clear{ clear:both}

/*aa_t*/
.aa_t{ padding: 0 0 65px 0; border-bottom: 1px solid rgba(0, 0, 0, .1);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;}
.aa_t_w{position: relative; }
.aa_t_w div{ font-size: 3.1rem; text-transform: uppercase; }
.aa_t_w div h1{  color: #2054be;font-size: 3.2rem;display: block;}
.aa_t_w div i{ font-size: 2rem; font-weight: lighter; text-transform: uppercase; padding:0 0 0 15px;font-style: normal;}
.aa_t_w p{ font-size: 2.2rem; line-height: 2; color: #404040; font-weight: bold; }
.a_line5{height:1px;background: rgba(0,0,0,.15);margin:65px 0}
/*about*/
.about{ position: relative;z-index: 1;padding:55px 0 85px 0; background:#ffffff url(../images/abg.jpg) no-repeat center top; background-size: cover; }
.about2{ position: relative;z-index: 1;padding:122px 0 116px 0;  background: url(../images/aqbg2.jpg) no-repeat center top;  }
.about .about_con{ display: flex;justify-content:space-between; position: relative; padding:65px  0 0 0}
.about .about_con.about_con2{padding:0  0 0 0}
.about_l{ width:47%;display: flex;justify-content:center;flex-direction: column; position: relative;z-index: 4;padding:0 0 0 5%}
.about_l .about_t{display: flex;justify-content:flex-start;flex-direction: column; }
.about_l .about_t i{width:50px;height:2px;background: #222;display: block;}
.about_l .about_t strong{ font-size:3rem;line-height: 6rem;position: relative;z-index: 2;background-image:linear-gradient(90deg,#fa4c11, #fa7f54);-webkit-background-clip:text;color: transparent;}
.about_l .about_t span{ font-size:1.5rem;line-height: 2rem;color: #1d1d1d;position: relative;z-index: 2;}
.about_l .about_p{ font-size:1.35rem;color: #464646;line-height:2;  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.about_r{width:49%;display: flex;justify-content: space-between;flex-wrap: wrap;  }
.about_r img{width:100%}
.about_r li{width:171px;height: 171px;border:1px solid rgba(0, 0, 0, .7); display: flex;justify-content: center;align-items: center;flex-direction: column; margin: 0 0 55px 0;}
.about_r li p{font-size: 1.2rem;line-height: 2;}
.about_a {margin:75px 0 0 0}
.about_a a{width:190px; line-height:54px;display: block;color: #fff; transition: 0.3s; border-radius: 40px;font-size: 1.05rem; padding:0 29px;position: relative; background: #2155be;}
.about_a a:after{ content: '';background: url(../images/solj2.png) no-repeat; width:26px;height: 20px;position: absolute;right:30px;top:17px;transition: 0.3s;}

.about_r2{width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 35px 0 0 0;border-top:1px solid rgba(255, 255, 255, .3); padding:105px 0 0 0}
.about_r2 li{width:33%;  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: 2rem;line-height: 2; margin: 55px 0 0 0;color: #fff; font-weight: bold;}
.about_r2 li span{font-size: 1.4rem;line-height: 2; margin: 15px 0 0 0;color: #fff; display: block;}




/*shuzi*/
.about_line{height:1px;background: rgba(255,255,255,0.1);margin: 25px auto}
/* about */

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



/* case_t */
.case_t{display: flex;justify-content: space-between;align-items:center; }
.case_t a{width:180px; line-height:55px;color: #fff;  background: #18afb4;text-align: center;transition: 0.3s; border-radius: 30px;}
.case_t a:hover{ color: #fff; }
.cc_title div{font-size: 3.5rem;color:#222; line-height:5rem;font-weight: bold;  }
.cc_title div strong{color:#18afb4;}
.cc_title i{font-size: 2rem;color:#333;font-style: normal; }
.cc_title p{ font-size: 1.1rem;color:#333333;line-height:3rem;}
.case_t span{width:50%;font-size: 1rem;line-height:1.8rem; color: #323232;}

/* gongyi */
.gongyi{background:url(../images/gongyi.jpg) no-repeat center top;padding:115px 0 125px 0; background-size: cover;}
.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:18%;color: #333;}
.gongyi li img{width:191px;border-radius: 100px;}
.gongyi li div{ font-size: 1.7rem;line-height: 3; margin: 15px 0 0 0; font-weight: bold;}
.gongyi li p{font-size: 1.1rem;line-height: 1.9;text-align: center}
.te_t{  margin-bottom:85px; padding:0 0 85px 0; border-bottom:1px solid rgba(0, 0, 0, .1);display: flex;justify-content: space-between;align-items: center;}
.te_t.te_t2{ justify-content: center; text-align: center; margin-bottom:0; padding:0 0 0 0; border-bottom:0 solid rgba(0, 0, 0, .1);}
.te_t.te_t3{ padding:0 0 35px 0;  }
.te_t div{}
.te_t strong{ font-size: 3.2rem; line-height: 1.5; display: block;color: #2155be;}
.te_t span{ font-size: 2.2rem; display: block;  color: #333;}
.te_t p{ font-size: 1.85rem; display: block; color: #333;  line-height: 1.5;}
.te_t.te_t2 p{width:100%;font-size: 1.4rem;}
.te_t.te_t3 p{color: #fff;}
.te_t.te_t3 strong{ color: #fff;}
/* yingyong */
.yingyong{padding:65px 0 70px 0;background:url(../images/yy.jpg) no-repeat center top; }
.hexin_title.case_title p strong{color: #fff;}
.hexin_title.case_title div{color:#fff; font-size: 1.05rem;}
.hexin_title.case_title {  position: relative;}
.carousel-230426003-pc .sty1 { padding-left: 7%}
.carousel-230426003-pc .sty1 .swiper-slide { width: 50%; margin-left: 3%; position: relative}
.carousel-230426003-pc .sty1 .swiper-slide img { width: 100%; display: block; transition: all linear 0.3s}
.carousel-230426003-pc .sty1 .swiper-slide a { display: block; overflow: hidden}
.carousel-230426003-pc .sty1 .swiper-slide .title {position: absolute;left: 0;top: 6.2%; font-weight: normal;
    background:#2155be;
    color:#fff;
	line-height: var(--line-height-small-var);
	padding: 16px 46px;font-size: var(--small-title-1761-var);
}
.carousel-230426003-pc .sty1 .swiper-slide .title:before { content: ""; position: absolute; left: -25px; top: 0; border-right: 0 solid transparent;    border-left: 26px solid transparent;border-top: 66px solid #2155be}
.carousel-230426003-pc .sty1 .swiper-slide:hover img { transform: scale(1.1)}
.carousel-230426003-pc .sty1 .swiper-button { width: 46.5%; height: 52px; position: absolute; left: 10%; top: 0; bottom: 0; margin: auto 0}
.carousel-230426003-pc .sty1 .swiper-button span { width: 52px; height: 52px; display: block; position: absolute; top: 0; z-index: 2; background: var(--extra-light-fill-var); border-radius: 50%; transition: all linear 0.3s; cursor: pointer}
.carousel-230426003-pc .sty1 .swiper-button span:before {content: "";display: block;position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all linear 0.3s}
.carousel-230426003-pc .sty1 .swiper-button span:hover {background: var(--primary-color-base-var)}
.carousel-230426003-pc .sty1 .swiper-button .swiper-button-prev {left: -26px}
.carousel-230426003-pc .sty1 .swiper-button .swiper-button-prev:before {background: url(../images/carousel-230426002-pc_swiper_button.png) left top no-repeat}
.carousel-230426003-pc .sty1 .swiper-button .swiper-button-prev:hover:before {background: url(../images/carousel-230426002-pc_swiper_button.png) left bottom no-repeat}
.carousel-230426003-pc .sty1 .swiper-button .swiper-button-next {right: -26px}
.carousel-230426003-pc .sty1 .swiper-button .swiper-button-next:before {background: url(../images/carousel-230426002-pc_swiper_button.png) right top no-repeat}
.carousel-230426003-pc .sty1 .swiper-button .swiper-button-next:hover:before {background: url(../images/carousel-230426002-pc_swiper_button.png) right bottom no-repeat}
.carousel-230426003-pc {padding-top: 70px }
.carousel-230426003-pc .home_title .title { font-size: var(--large-title-1761-var)}
.carousel-230426003-pc .home_title .text {font-size: var(--base-text-1761-var)}
@media screen and (max-width: 1440px) {
	.carousel-230426003-pc .sty1 .swiper-slide .title{font-size:var(--small-title-1440-var);padding: 16px 26px;}
	.carousel-230426003-pc .sty1 .swiper-slide .title:before{border-top: 60px solid #2155be}
    
	.carousel-230426003-pc .sty1 .swiper-slide .title{font-size: 1.5rem;}
}
@media screen and (max-width: 1200px){
	.carousel-230426003-pc{padding-top: 30px }
	.carousel-230426003-pc .sty1 .swiper-slide{width: 100%;}
	.carousel-230426003-pc .sty1 .swiper-slide .title{font-size:var(--mini-title-1280-var);padding: 10px 16px;}
	.carousel-230426003-pc .sty1 .swiper-slide .title:before{border-top: 39px solid #2155be; left: -15px;   border-left: 16px solid transparent;}
	.carousel-230426003-pc .sty1 .swiper-button .swiper-button-next{    right: -154px;}
	.carousel-230426003-pc .sty1 .swiper-slide .title{    font-size: 1.3rem;}
}

/* a_title3 */
.a_title3{padding:0 0 70px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.a_title3 i{ font-style:normal; font-family: 'gilroy_bold'; color: #2155be; display:block; width:220px;line-height: 65px; text-align: center;border:1px solid #2155be; border-radius:55px;text-transform: uppercase;  display: block; font-size: 2rem; }
.a_title3 div{position: relative; z-index: 2;}
.a_title3 div p{color: #0c0c0c;font-size: 3.3rem; line-height: 2;  }
.a_title3 div p span{color: #2155be; font-weight: bold; padding:0 15px 0 0 } 
.a_title3.a_title5 div p{color: #fff; }
.a_title3.a_title5 div span{color: #fff; } 
.a_title3 a{width:210px; line-height:54px;color: #fff; transition: 0.3s; border-radius: 10px;font-size: 1.05rem; padding:0 29px;position: relative; background: #e13922;}
.a_title3 a:hover{padding:0 34px;}
.a_title3.a_title5 a{ background: #111;}
.a_title3 a:after{ content: '';background: url(../images/solj2.png) no-repeat; width:26px;height: 20px;position: absolute;right:40px;top:17px;transition: 0.3s; }
.a_title3 a:hover:after{right:45px;}
/*news*/
.news{margin:75px 0 0 0;padding:70px 0 90px 0; background:url(../images/nbg.jpg) no-repeat center top;background-size: cover;}
.news_con{ display: flex;justify-content: space-between;  flex-wrap: wrap;}
.news_con li{ width:31%; position:relative;  margin: 0 0 25px 0; }
.news_con .news_pic{position: relative;overflow:hidden;}
.news_con .news_pic img{width:100%;display: block; transition:0.4s ease;}
.news_con li:hover .news_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.news_con a{display: block;position:relative;width:100%}
.news_con .newsleft_text{ width:100%; padding:35px 0 35px 0;border-top:1px solid rgba(0,0,0,.1) }
.news_con .newsleft_text strong{ display:block; font-size:1.5rem;  color:#111; line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; font-weight: bold;  }
.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:15px 0}
.news_con li span{ display:block; color:#666; line-height:2;font-size: 1.2rem; text-transform: uppercase;     font-family: "manrope-regular"; font-weight: bold; margin: 0 0 20px 0;}
.news_con li:hover .newsleft_text strong{color: #2155be; }

/* a_title4 */
.a_title4{padding:0 0 90px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.a_title4 i{position: absolute;left:-5.7%;top:-20px; font-size: 9rem;font-family: 'gilroy_bold'; color: #2155be; font-style: normal; text-transform: uppercase; z-index: 1; opacity: 0.05; }
.a_title4 div{position: relative; z-index: 2;}
.a_title4 div p{color: #fff; font-size: 3rem; line-height: 1; font-weight: bold;}
.a_title4 div span{color: #fff;font-size: 3rem; line-height: 1.6;} 

.yingyong{padding: 70px 0 0 0;}

/*in_factory*/
.pro_info{ color: #666;font-size: 1.1rem;line-height: 45px;padding:0 0 20px 0; width: 95%; margin: 0 auto}
.pro_info p{ background: #f6f6f6;padding: 0 0.95rem;display: flex;justify-content: space-between;}
.pro_info p:nth-child(2){ background: #fbfbfb;padding: 0 0.95rem;display: flex;justify-content: space-between;}

/*se_banner*/
.se_banner{width:100%; position: relative;overflow: hidden; background: #f7f7f7;}
.se_banner_a{  background: #fff;}
.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;}

.huisebg{background:#fff;padding:40px 0 75px 0;}
/* 下层banner */
.xc_banner{height:554px; position:relative; overflow:hidden;}
.xc_banner>img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
.xc_banner .intro{position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:2; text-align:center; display:flex; align-items:center;}
.xc_banner .intro .info .tit{font-size:40px; line-height:40px; color:#fff; margin-bottom:20px;}
.xc_banner .intro .info .con{font-size:18px; line-height:30px; color:#eee; margin-bottom:40px;}
.xc_banner .intro .info .icon{position:absolute; left:50%; transform:translateX(-50%); bottom:43px;}
.banner_mouse{display:block; width:23px; height:40px; background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px; -webkit-animation:nudgeMouse 1.6s linear infinite;animation:nudgeMouse 1.6s linear infinite; margin:0 auto;}
.banner_mouse:after,.banner_mouse:before{content:""; position:absolute;}
.banner_mouse:before{width:23px; height:40px; background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px; -webkit-animation:colorSlide 1.6s linear infinite; animation:colorSlide 1.6s linear infinite; top:0;left:0;}
.banner_mouse:after{background:#fff; width:4px; height:4px; border-radius:100%;-webkit-animation:trackBallSlide 1.6s linear infinite; animation:trackBallSlide 1.6s linear infinite;top:0; right:0; bottom:0; left:0; margin:auto;}
@-webkit-keyframes colorSlide {
	 	 0% {
	  	    height:0;
	  	  }
  	 90%{
  	  	height:40px;
  	  }
}
@keyframes colorSlide {
			0% {
				height:0;
			}
			90%{
				height:40px;
			}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity:1;
		-webkit-transform:scale(1) translateY(-8px);
						transform:scale(1) translateY(-8px);
	}
	34% {
		opacity:1;
		-webkit-transform:scale(0.9) translateY(4px);
						transform:scale(0.9) translateY(4px);
	}
	68% {
		opacity:0;
		-webkit-transform:scale(0.4) translateY(16px);
						transform:scale(0.4) translateY(16px);
	}
	100% {
		opacity:0;
		-webkit-transform:scale(0.4) translateY(-8px);
						transform:scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity:1;
		-webkit-transform:scale(1) translateY(-8px);
						transform:scale(1) translateY(-8px);
	}
	34% {
		opacity:1;
		-webkit-transform:scale(0.9) translateY(4px);
						transform:scale(0.9) translateY(4px);
	}
	68% {
		opacity:0;
		-webkit-transform:scale(0.4) translateY(16px);
						transform:scale(0.4) translateY(16px);
	}
	100% {
		opacity:0;
		-webkit-transform:scale(0.4) translateY(-8px);
						transform:scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
  50% {
    -webkit-transform:translateY(8px);
            transform:translateY(8px);
  }
  100% {
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform:translateY(0);
	            transform:translateY(0);
	  }
	  50% {
	    -webkit-transform:translateY(8px);
	            transform:translateY(8px);
	  }
	  100% {
	    -webkit-transform:translateY(0);
	            transform:translateY(0);
	  }
}
/* se_about */
.se_about{background:url(../images/p-bg4.jpg) no-repeat center center;padding:7rem 0}
.se_about .s_width { display: flex;justify-content: space-between; align-items: center; }
.se_about_l{width:50%;font-size:1.35rem;color: #333;line-height: 2;display: block;padding:0 6% 0 0 }
.se_about_r{width:50%}
.se_about_r img{width:100%}

.huise5{padding:70px 0 70px 0; background:#f2f2f2; margin: 0 0 0 0;}
.se_espcms_book2{padding:0 0 0 0;display: flex;justify-content: space-between; align-items: flex-start; }

.se_espcms_book2 h1{ line-height:1.7; margin: 0 0 35px 0;  font-size: 2rem; color: #333; }
.se_espcms_book2 .se_date{ font-size:1rem; line-height:2; padding: 0 0 2.55rem 0 ; }
.se_espcms_book2 .s_width{display: flex;justify-content: space-between;align-items: flex-start;}
.se_espcms_book3{padding:0 0 0 0; }
.se_espcms_book3 h1{ line-height:1.7; margin: 35px 0 0  0;  font-size: 2rem; color: #333; text-align: center; }
.se_espcms_book3 .se_date{ font-size:1rem; line-height:2; padding: 0 0 2.55rem 0 ; text-align: center;}
.th_news_con2{overflow: hidden; font-size:1.16rem; line-height:2; color:#666;  margin-bottom:1.75rem; border-top:1px solid rgba(0, 0, 0, .1); padding:2.55rem 50px 0.55rem 0;}

.s_nl{width:75%;padding:50px 0 0 0;border-right:1px solid rgba(0, 0, 0, .1);}
.s_nr{width:25%;padding:50px 0 0 4%}
.s_nr h2{ font-size: 2.3rem;line-height: 2; margin: 0 0 55px 0;}
.s_nr li { margin: 0 0 25px 0;}
.s_nr li .s_nr_pic img{ width:100%}
.s_nr li  .s_nr_text strong{ display: block;font-size: 1.15rem;line-height: 1.9; margin: 15px 0 15px 0; font-weight: normal;}
.s_nr li  .s_nr_text span{ display: block;font-size: 1.2rem;line-height: 1.5; margin: 15px 0 15px 0; font-family: 'manrope-regular'; color:#111; }

.se_espcms_page{font-size:1rem; margin-bottom:2.6rem; border-top:1px solid rgba(0, 0, 0, .1); padding:2.6rem 0;display:flex;flex-direction:column;justify-content:space-between;}
.se_espcms_page li{width:100%;}
.se_espcms_page li a{color:#666;font-size:1rem; line-height: 2;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
/* se_video */
.se_video{position:relative;margin:0;z-index: 1;}
.se_video_text{z-index:2;width:100%;height:408px;color:#fff; position: absolute;top:50%;margin-top:-204px; text-align: center;font-family:"Source Han Sans CN";font-weight:200;}
.se_video_text p{font-size: 4rem;font-weight: bold; }
.se_video_text span{ font-size:1.3rem;display: block;margin:0 0 95px 0;}
.se_video_text i{ width:58px;height:2px;margin:20px auto;background:rgba(255,255,255,1);display: block;}
.g-btn2 { position:relative; z-index: 999; margin:0 auto; width:81px;	height:81px; border-radius:50%;	background-color:#fff;box-shadow: 0 0 0 8px rgba(255,255,255,.3); transition:.3s; text-align: center;padding:27px 0 0 0}
.g-btn2:after {	content:"";	width:100%;	height:100%;	display:block;	border-radius:50%;	position:absolute;	left:0;	top:0;	opacity:0;	filter:alpha(opacity=0); -webkit-animation:prop 1.2s linear infinite; -o-animation:prop 1.2s linear infinite;	animation:prop 1.2s linear infinite;}
@-webkit-keyframes prop {
	from {
	box-shadow:0 0 0 0 rgba(255,255,255,.6);
	opacity:1;
	filter:alpha(opacity=50);
}
to {
	box-shadow:0 0 0 25px rgba(255,255,255,.6);
	opacity:0;
	filter:alpha(opacity=0);
}
}
/*video*/
.videohide {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videohide_class {
	visibility: visible;
	opacity: 1;
}

.videohidebg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 10;
}

.videohidebox i {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #ff0000;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}

.videohidebox i.fa-close:hover {
	-webkit-filter: brightness(110%);
}

.videohidebox {
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}

.videohidebox_class {
	margin-top: 0;
	opacity: 1;
}

.videohidebox_1 {
	width: 100%;
	height: auto;
}

.videohidebox_1 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.videohidebox_1 p {
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.vdbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.pp_title{ text-align: center;padding:40px 0 25px 0;position: relative; z-index: 2;}
.pp_title div{font-size: 3.5rem;color:#111828; font-weight: bold; text-align: center; }
.pp_title div strong{color:#02b875;}
.pp_title p{ font-size: 17px;color:#333333;line-height:75px;}
.a_t div{width:630px;margin: 0 auto;position: relative;color:#fff; }
.a_t div:after{content: '';position: absolute;left: 0;top:0;width:22px;height:22px;background:url(../images/yuan.png)}
.a_t div:before{content: '';position: absolute;right: 0;bottom:0;width:22px;height:22px;background:url(../images/yuan.png)}
.a_t div strong{color:#02b875;}
.a_t p{ font-size: 1.05rem;color:#fff;line-height:2rem;}

/*item_title*/
.item_title{height:241px; display: flex;justify-content:space-between;flex-direction:column; text-align: center; position: absolute;z-index: 2;width:100%;top:50%;margin-top:-120px;}
.item_title div{font-size: 3.5rem;color:#fff; padding:25px 0 0 0; font-weight: bold;} 
.item_title p{font-size: 1.1rem;color:#fff;}
.item_title span{display: block;width:1px;height:50px;background:#fff;margin: 2.6rem auto 2.6rem auto}


.d_title{ text-align: center;padding:40px 0 65px 0}
.d_title div{font-size: 3.5rem;color:#181818; line-height:5rem;}
.d_title p{font-size: 1.1rem;color:#505050; line-height:2rem;}
.d_title a{display: block;width:130px;line-height: 45px;color: #333;border:1px solid rgba(0,0,0,.05);text-align: center; margin:25px auto 0 auto}
/* se_lanmu_t */
.se_lanmu_t{display: flex;justify-content:space-between;align-items: center; border-bottom:1px solid rgba(0,0,0,.05);margin-bottom:35px; }
.se_lanmu_t a{display: block;width:130px;line-height: 45px;color: #333;border:1px solid rgba(0,0,0,.05);text-align: center;}
.se_lanmu_t div{display: block;color:#101010; font-size:1.7rem;line-height:7rem;font-weight: bold;}

/* honor_con */
.honor_con{padding:0px 0 30px 0}
.honor_con.s_width{ width:94% }
.honor_con ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.honor_con li{width:49%; margin: 0 1% 28px 0; background: #fff; position:relative; transition: 0.5s; border: 1px solid rgba(0,0,0,0.05);}
.honor_con li:nth-child(2n){ margin: 0 0 28px 0;}
.honor_con .pro_pic img{ width:90%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block;margin: 0 auto;}
.honor_con li:hover .pro_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.honor_con li a{ display: flex;width:100%;overflow: hidden; justify-content: space-between; align-items: center;}
.honor_con .pro_pic{ width:50%; position:relative; overflow:hidden;margin: 0 0 0 2%; }
.honor_con .pro_text{ position: relative;width:45%; padding:0 2% 0 2%; }
.honor_con .pro_text p{color:#101010; font-size:1.35rem;line-height:4rem; font-weight: bold; padding:0 0 0 25px;background:url(../images/pl_icon.png) no-repeat left center}
.honor_con .pro_text span{  display: block; color:#555; font-size:0.95rem; line-height: 2.3;}

.se_weizhi2{border-bottom:1px solid rgba(0,0,0,0.05); background: #fff; margin: 0 0 75px 0;}
.se_weizhi2 .s_width{display: flex;justify-content:space-between;}
.se_cage{width:100%;display: flex;justify-content:center }
.se_cage li{   width:20%; text-align:center; position: relative }
.se_cage li a{ font-size:1.5rem; color:#333; line-height:5rem;display:block; position:relative; transition: 0.3s;  padding: 25px 0;  }
.se_cage li:hover{ }
.se_cage li a:hover{ color:#2155be;text-decoration: none; font-weight: bold; font-size:1.5rem}
.se_cage li.cu_active a{ color:#2155be;font-weight: bold; font-size:1.5rem}
.se_cage li a:before {position: absolute;bottom: 0;content: "";display: block;width: 0;height: 2px;left: 50%;background: #2155be;transition-duration:.3s;}
.se_cage li a:hover:before{ width: 150px; left:50%;margin-left:-75px; }
.se_cage li.cu_active a:before {width: 100%; left:50%;margin-left:-50%;}
.se_cage_p{line-height: 65px; color: #555;font-size:1.1rem; text-align: center;}

.search-bar {   width:850px;  height:70px;margin:55px auto 15px auto; position: relative; border-radius: 50px; overflow: hidden; box-shadow: 0 0 35px rgb(0 0 0 / 7%);; }
.search-tab .tab { padding: 6px 20px; float: left; font-size: 1.5rem; color: #fff; cursor: pointer; }
.search-tab .on { background: #fff; color: #2155be; }
.tab-panel { display: none; }
.on { display: block; }
.search-close { width:60px; height:60px; cursor: pointer; transition:.4s all; display:block; position:absolute; right:0; top:0;}
.search-close:hover {  color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); }
.modal-open { overflow: hidden; }
.search-bar .search-keywords { margin-top: 2px; border-radius: 6px; overflow: hidden; }
.search-bar .form-control { padding-left: 10px; width: 754px; height: 70px; line-height: 70px; font-size: 1rem; background:#eee}
.search-bar .espcms_search_icon{  width: 70px; height: 70px; line-height: 70px; text-align: center; font-size: 1rem; color: #fff; cursor: pointer; margin-left:0.95rem; background:#31459b url(../images/se.png) no-repeat center center;border: none;}
.keywords{	width:90%; padding-left:20px; line-height: 70px;	border:none; outline:none ;font-size: 1rem;}
.searchbtn{ position: absolute; height:70px; background: #2155be;  background-position:50% 50%;	background-repeat: no-repeat;width:90px;	right:-1px;	top:0; border: 0px;	cursor:pointer; color: #fff;font-size: 1rem;}
/* se_product_c */
.se_product_c{width:100%}
.se_product_c ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_product_c li{width:32%; margin: 0 2% 18px 0; background: #f4f4f4; position:relative;cursor:pointer;  transition: 0.5s; border: 1px solid #f4f4f4; border-top-left-radius: 55px;border-bottom-right-radius: 55px; overflow: hidden; }
.se_product_c li a{display: flex;justify-content:space-between; align-items: center; flex-direction: column;}
.se_product_c li:nth-child(3n){ margin: 0 0 18px 0;}
.se_product_c .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_product_c li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_product_c .pro_pic{ width:100%;position:relative; overflow:hidden; }
.se_product_c .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}
.se_product_c .pro_text{ width:100%;position: relative; color:#515151;padding:15px 25px; display: flex;justify-content: center;flex-direction: column;align-items: center;}
.se_product_c .pro_text p{  color:#222;  font-size:1.5rem;line-height:2; transition: 0.3s;font-weight: bold; }
.se_product_c .pro_text span{ display:block;color:#777; font-size:1.15rem;margin:0 0 20px 0;line-height:1.5; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_product_c .pro_text div{ display: block; width: 132px; line-height: 2.7rem; overflow: hidden; transition: 0.3s;     border-radius: 30px; font-style: normal;padding:0 0 0 0; text-align: center;border: 1px solid rgba(0,0,0,.1); text-transform: capitalize;}
.se_product_c li:hover .pro_text p{font-weight: bold;color: #2155be;}
.se_product_c li:hover .pro_text div{width: 142px;}
.jieguo{font-size: 24px;color:#555;line-height: 85px; text-align: center}
.flex-center{width: 85%; margin:15px auto; text-align: center;}

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

/* se_nav_shili */
.se_nav_shili{ display: flex;justify-content:center;  padding:25px 0 65px 0; }
.se_nav_shili li{  position: relative; width:220px; margin:0 0.95rem;}
.se_nav_shili li a{ font-size:20px; color:#333;border:1px solid  #2155be; line-height:60px;transition: all 0.5s; transition: 0.3s; text-align: center; display: block; border-radius: 90px;}
.se_nav_shili li:hover{ }
.se_nav_shili li a:hover{  text-decoration: none; font-weight: bold;background: #2155be;color:#fff; }
.se_nav_shili li.on a{  font-weight: bold;background: #2155be;color:#fff; }

/* se_news */
.se_news{padding:0 0 65px 0; line-height: 35px; font-size: 1rem; color:#666; }
.se_news2{padding:0 0 65px 0;  }
.se_newslist{ display: flex;justify-content: flex-start; padding:0 0 25px 0;flex-wrap: wrap;}
.se_newslist li{width:48.6%;margin:0 2.5% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
.se_newslist li:nth-child(2n){ margin:0 0 45px 0; }
.se_newslist a{  display:flex;justify-content:space-between;align-items: center; line-height:42px; padding:15px 0 ; transition: 0.5s;}
.se_newslist a .se_newslist_pic{width:35%;overflow: hidden;}
.se_newslist a .se_newslist_pic img{width:100%; display: block;}
.se_newslist a .se_newslist_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_newslist  li:hover a .se_newslist_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist a .se_newslist_text{width:60%;}
.se_newslist span{ display:block; line-height:3rem; color:#333; font-size:2rem;text-transform:uppercase; font-weight: lighter;}
.se_newslist span em{   font-size:1.1rem; font-style: normal;  padding:0 0 0 25px}
.se_newslist .se_newslist_t{ line-height:28px; color:#222; margin:10px 0 20px 0; font-size:1.6rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist p{ display:block; line-height:28px; color:#555; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist li:hover .se_newslist_t{color:#2155be;}

.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:2rem;text-transform:uppercase; font-weight: lighter;}
.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.6rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist2 p{ display:block; line-height:28px; color:#555; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:20px 0;}
.se_newslist2 li:hover .se_newslist2_t{color:#2155be;}

.se_newslist3{ display: flex;justify-content: flex-start; padding:0 0 25px 0; flex-direction: column;}
.se_newslist3 li{width:100%;margin:0 3.4% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
.se_newslist3 li:nth-child(3n){ margin:0 0 45px 0; }
.se_newslist3 a{  display:flex;justify-content:space-between;align-items: center; line-height:42px ; transition: 0.5s;}
.se_newslist3 a .se_newslist3_pic{width:20%; overflow: hidden;}
.se_newslist3 a .se_newslist3_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_newslist3  li:hover a .se_newslist3_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist3 a .se_newslist3_text{width:75%; padding:25px 0}
.se_newslist3 span{ display:block; line-height:3rem; color:#333; font-size:2rem;text-transform:uppercase; font-weight: lighter;}
.se_newslist3 span em{   font-size:1.1rem; font-style: normal;  padding:0 0 0 25px}
.se_newslist3 .se_newslist3_t{ line-height:28px; color:#222; margin:25px 0 25px 0; font-size:1.6rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist3 p{ display:block; line-height:28px; color:#555; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:20px 0;}
.se_newslist3 li:hover .se_newslist3_t{color:#2155be;}

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



/* huise */
.huise{background: #f7f7f7;padding:90px 0 50px 0}
.huise2{background: #f4f4f4;padding:80px 0 50px 0}
.huise4{background: #fff;padding:0 0 50px 0}
.case2 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case2 .list::after{ content: ""; width: 475px; }
.case2 .list .item{ width:24%;height:auto; margin: 0 1% 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; }
.case2 .list .item .pro_pic img{display: block; width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.case2 .list .item:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.case2 .list .item .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.case2 .list .item .pro_pic div.pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.case2 .list .item .pro_text{ color:#232323;text-align:center; font-size: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{ width: 32%;}
	.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 .list .item .pro_text{font-size: 0.95rem;line-height: 1.6rem;    margin: 10px 10px 10px 10px;}
}
@media (max-width:375px){
	.case2 .list .item{   }
}
.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%; }
}


/* se_fahuo */
.se_fa{overflow: hidden;position: relative; padding:65px 0}
.se_fa_con{ display: flex;justify-content: space-between;align-items: flex-start;}
.se_contact_er{display: flex;justify-content:flex-start; text-align: center; align-items: center; }
.se_contact_er b{display: block;font-size: 1rem; color:#777;line-height:2.6rem;font-weight: normal;}
.se_contact_er div{width:124px;height:160px;border: 1px solid rgba(0, 0, 0, .1); margin-right: 0.95rem;}
.se_contact_er img{display: block;width:105px;margin: 10px auto 0 auto;}
.se_contact_t{padding:0 0 50px 0; }
.se_contact_t strong{display: block;font-size: 2.5rem;color: #191b51;line-height: 2;}
.se_contact_t p{display: block;font-size: 1.5rem;color: #555;line-height: 2.3rem;}
.se_contact_li{display: flex;justify-content:space-between; flex-wrap:wrap;}
.se_contact_li ul{width:50%; }
.se_contact_li li:nth-child(1){width:100%;position: relative; }
.se_contact_li li:nth-child(2){width:100%;position: relative; }
.se_contact_li li strong{  font-size:1.2rem; color:#222;line-height:4rem; font-weight: bold;width:20%}
.se_contact_li li span{ font-size:1.1rem; 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;}

/* contact4 */
.contact4{background: #fafafa;    padding-top: 60px;    padding-bottom: 88px;  }
.hxfont { font-size: 2.5rem; color: #e0e0e0; font-weight: bold; text-transform: uppercase; text-align: center; line-height: 1; display: block; margin-bottom: 25px;}
.bsty {	font-size: 3rem; color: #1d1d1f;	font-weight: bold; text-align: center;	line-height: 1;}
.contact4 .text {    font-size: 1.1rem;    color: #888888;    line-height: 1.8;    margin-top: 56px; text-align: center;}
.contact4 .sty1 { display: flex;justify-content: space-between; flex-wrap:wrap;}
.contact4 .sty1 li { width: 47%; height: 173px; padding: 40px 40px 29px 40px; margin-top: 40px;position: relative; display: flex;justify-content: space-between;align-items: center; background: #fff;border-radius: 15px;}
.contact4 .sty1 li div{width:80%}
.contact4 .sty1 li h4 { font-size: 1.4rem;    color: #1d1d1f;    font-weight: bold;    display: block; position: relative; z-index: 2;}
.contact4 .sty1 li p { border-top: 1px solid #f3f3f3; font-size: 1rem; color: #888888; line-height: 1.75; padding-top: 12px; margin-top: 15px; position: relative; z-index: 2;}
.contact4 .sty1 li:before { content: "";  border-radius: 20px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index:1;
    transition: all linear 0.3s;}
/* message */
.se_contact{width:40%}
.se_contact .se_fl_title{width:100%;position: relative;padding: 70px 0 25px 0;}
.se_fl_title div{font-size: 2.5rem; line-height:5rem;font-weight: bold; text-align: left;width:100%;margin:0 0 35px 0;}
.se_fl_title div strong{color:#2155be;}
.se_fl_title p{ font-size: 17px;color:#fff;line-height:35px;}
.se_fl_title:after{content: '';position: absolute;left: 0;top:0;width:22px;height:22px;background:url(../images/yuan.png)}


.message{width:40%;overflow: hidden; font-size:15px; line-height:31px; color:#333;padding: 0 0 0 0;}
.message .se_fl_title{width:100%}
.message .se_fl_title:after{background: none;}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;width:100%;overflow: hidden;border:none;background: #fff;font-size: 1rem;color: #666;line-height: 3.5rem; margin: 0 0 15px 0; }
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:0px;border-bottom:1px solid rgba(255,255,255,0.1); margin-bottom: 5px; background: #fff;;}
.layui-btn{ display:block; background: #222; 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;}
.index-title{text-align:center;position:relative;margin:55px 0}
.index-title i{display: block; font-style: normal; font-size:3.1rem;line-height:4rem;color:#2155be;padding:10px 0;position:relative;text-align:center;}
.index-title span{font-size:90px;color:#f9f9f9;font-weight:700;text-transform:uppercase;line-height:100px;position:absolute;top:-15px;left:0;right:0;text-align:center;z-index:-1}
.index-title span:after,.index-title span:before{content:'';width:40px;height:4px;background-color:#2155be;display:inline-block;bottom:42px;margin-top:-15px;vertical-align:middle}
.index-title span:before{margin-right:-10px}
.index-title span:after{margin-left:-10px}
.index-title p{font-size:1.1rem;color:#666;line-height:2rem;margin-top:26px}

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

.se_espcms_book{padding:0 0 0 0; background: #fff}
.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:100%;display: block;margin: 5px auto;}
.info_content  strong{ display: block;font-size: 1.6rem;color: #2155be; 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; padding:0 5px; 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; }


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

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


.se_espcms_book4{ padding:170px 0 70px 0; background:url(../images/huihui.jpg) no-repeat center center; background-size: cover; }
.se_espcms_book4 .s_width{display: flex;justify-content:space-between; align-items: center;}
.se_bg_pic{  width:50%;overflow: hidden; border-radius: 55px; }
.se_bg_pic img{width:100%; display: block}
.se_pro_text_pp{width:40%;padding:0 0 0 0;  display: flex;justify-content:center;flex-direction: column}
.se_pro_text_pp i{display: block;width:50px;height:2px;background: #111; margin: 0 0 25px 0;}
.se_pro_text_pp span{display: block; color: #222; font-size: 1.6rem; text-transform: uppercase;line-height: 1.5; font-weight: bold; font-family: "manrope-regular";}
.se_pro_text_pp h1{  margin: 0 0 45px 0;padding:0 0 45px 0; border-bottom: 1px solid rgba(0,0,0,0.1); font-size: 3.5rem; text-transform: uppercase;color: #2155be;  }
.p_jieshao2{width:100%;display: flex;justify-content: center;flex-direction: column}
.p_jieshao2 p{color: #666;line-height: 2rem;font-size: 1.05rem; padding:0 0 55px 0 }
.se_pro_text_pp a{width:170px;background: #2155be; display: block;margin: 0 0 0 0;;transition: 0.5s all; position: relative; line-height: 3.5rem; color: #fff;font-size: 1rem; padding-left: 25px;box-shadow: 0 0 35px rgb(46 68 165 / 37%);}
.se_pro_text_pp a:hover{background: #2155be;}
.se_pro_text_pp a:before{content: ""; width: 30px; height: 5px;position: absolute; right: 20px; top: 24px; background: url(../images/nmore2.png); }
.se_pro_text_pp ul{display: flex;justify-content: space-between; margin: 0 0 65px 0;}
.se_pro_text_pp li{width:50%;display: flex;justify-content: flex-start; align-items: center;}
.se_pro_text_pp li div{margin: 0 15px 0 0;}
.se_pro_text_pp li img{width:45px}
.se_pro_text_pp li p{ font-size:1.1rem;color: #333;line-height:1.5;}
.se_pro_text_pp li span{ font-size:1.3rem;color: #333; display: block; font-weight: bold;line-height: 1; }

/* se_can */
.se_can{padding:75px 0; background: #fff;}
.se_can .s_width{display: flex;justify-content: space-between;align-items: flex-start;}
.se_can_l{width:100%}
.can_t{padding:0 0 45px 0}
.can_t2{padding:0 0 25px 0}
.can_t p{font-size: 2.8rem;color: #111111; line-height: 2;	}
.can_t2 p{font-size: 2rem;color: #111111; line-height: 2;	}
.can_t span{font-size: 1.5rem;color: #444; line-height: 1; display: block;	}
.can_line{width:100%;height:1px; background: rgba(0,0,0,0.1); margin: 0 0 35px 0;}
.se_can_l ul{display: flex;justify-content: flex-start; padding: 0 0 35px 0 ;}
.se_can_l li{ width:33%}
.se_can_l li p{font-size: 1.15rem;color: #606060; line-height: 2;	}
.se_can_l li strong{font-size: 1.15rem;color: #131313; line-height: 2; display: block;	}
.se_can_l .can_you{  width:100%; font-size: 1.05rem;color: #606060; line-height: 2; }
/* c_cage */
.c_cage{margin: 0 0 30px 0;}
.c_cage li{text-align: center; margin: 0 0 10px 0;}
.c_cage li a{ font-size: 1.05rem; display: block;line-height: 4rem;}
.c_cage li.cu_active { background: #f3f3f3; border-right: 3px solid #2155be;}
.c_cage li.cu_active a{font-weight: bold;color: #333;}
/* jishu */
.jishu{background: #f8f8f8; padding: 0 0 65px 0;}
.jishu img{width: 100%;display:block;}
.jishu p{margin:25px 0 25px 15px;font-size: 1.1rem;color:#333;line-height:1.7; font-weight: bold;}
.jishu div{position: relative; font-size: 1.15rem;color:#666;line-height:2;margin:0 0 0 15px; padding:0 0 0 30px;font-weight: bold; font-family: "manrope-regular";}
.jishu div.jishua:after{content: ''; width:16px;height:16px; background: url(../images/telicon2.png) no-repeat center center;background-size: 100%;position: absolute;left:0;top:12px;}
.jishu div.jishub:after{content: ''; width:16px;height:16px; background: url(../images/telicon1.png) no-repeat center center;background-size: 100%;position: absolute;left:0;top:12px;}
/* shouhou */
.shouhou{padding:85px 0;}
.shouhou div{font-size: 2.5rem;color: #333; text-align: center;margin: 0 0 65px 0;}
.shouhou ul{display: flex;justify-content: space-between;}
.shouhou li{width:47%;background-color: #f7f7f7;padding:55px 45px;}
.shouhou li p{font-size: 1.5rem;line-height: 3rem;color: #444;}
.shouhou li span{ display:flex;justify-content: flex-start;align-items: center;font-size: 1.2rem;line-height: 3rem;color: #555;  }
.shouhou li span i{  font-size: 2rem;font-style: normal; font-family: neutra_text_tf;}
.shouhou li span img{margin:0 25px 0 0}
.shouhou .s_width{width:75%}
/* se_pro_c */
.se_pro_c{padding:115px 0; background: #f5f5f5;}
.se_pro_c_title{font-size:2.5rem;color: #333;line-height: 2rem; margin:0 0 55px 0; text-align: center;  }
/* sw11 */
.hh {	display: block; height:100%; width:100%;position: absolute;left: 0;bottom:0; z-index: 1; background: url(../images/hh4.png) repeat-x left bottom;}

.sw11out {position: relative;width: 100%;padding:40px 0 0 0  }
#sw11 { }
#sw11 .swiper-slide {width: 615px;}
.sw11out .swiper-pagination {left: 0;bottom: 0;width: 100%;font-size: 0;}
.sw11out .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 14px;background-color: #bfbfbf;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw11out .swiper-pagination-bullet-active { }
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 54%;width: 44px;height: 44px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw11out .sw-prev {left: 25%;background:#2155be url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw11out .sw-next {right: 25%;background:#2155be url('../images/jt_r.png') center no-repeat; background-size: 10px;}
#sw11 .swiper-slide{display: block;position: relative; overflow: hidden;background-color: #fff; }
#sw11 .swiper-slide .pic {width: 100%; position: relative;z-index: 1; margin: 0 auto 0 auto;}
#sw11 .swiper-slide .wz { color: #fff; opacity: 1;display: flex;justify-content:space-between; align-items: center;padding:0 35px 15px 35px;width:100%; position: absolute;z-index: 4; bottom: 0;left:0; }
#sw11 .swiper-slide .wz strong{ color: #fff; display: block; font-size:1.2rem;line-height:2rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
#sw11 .swiper-slide .wz p{  color: #fff; font-size:0.95rem;line-height: 33px;text-transform: uppercase; }
#sw11 .swiper-slide .wz p i{font-style: normal ;display:block;}
#sw11 .swiper-slide .wz span{width:43px;height:27px;background: url(../images/jj.png);}
#sw11 .swiper-slide .pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
#sw11 .swiper-slide:hover .pic img{ transform:scale(1.05,1.05);}
#sw11 .swiper-slide-active img {opacity: 1;}
#sw11 .swiper-slide-active .wz strong{ font-weight: bold; font-size:1.3rem;}
@media screen and (max-width: 1550px) {
	#sw11 .swiper-slide-active .wz strong{font-size: 1.25rem;}
}
@media screen and (max-width: 960px) {
	#sw11 .swiper-slide {width: 100%;}
	#sw11 .swiper-slide-active .wz strong{font-size: 1.1rem;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}
@media only screen and (max-width:1800px){ 
	
	.a_title2 div.prot p{font-size: 2.5rem; }
	.a_title3 div p{font-size: 2.5rem; }
	.s_width{width:86%;}
	.s_width3{width:92%;}
	.container-inyf{width:96%;}
	.pro_r{margin:0 0 0 5%}
	.home2 .sty2 .swiper-slide {width:580px;}
}
@media only screen and (max-width:1750px){ 
	.te_t p{font-size: 1.5rem;}
	.aa_t .aa_t_r{font-size: 2rem;}
	.about{    padding: 45px 0 65px 0;}
	.about_l .about_p{font-size:1.2rem;}
	.header .logo img{max-width:180px;}
	.title_a p{ font-size: 3.3rem;}
	.indexsec03 .listul li{ height: 500px;}
	.cc_title div{ font-size: 3.3rem;}
	.a_t div{ font-size: 3.3rem;}
	.item_title div{ font-size: 3rem;}
	.news_con li .detail a{    font-size: 1.2rem;}
	.header .logo p strong{font-size:1.1rem;line-height:1.4rem; }
	.header .logo p span{font-size:1rem; line-height:1.7rem;}
	.news_t p{font-size: 2.5rem;}

}
@media only screen and (max-width:1650px){ 
	.a_title3 div span{font-size: 2.7rem;}
	.a_title3 div p{font-size: 2.3rem;}
	.a_title4 div span{font-size: 2.7rem;}
	.a_title4 div p{font-size: 2.3rem;}
	.about_l .about_p{  line-height: 2;}
	.s_width{width:92%;}
	.home2 .sty2 .swiper-slide {width:530px;}
	.productshow_cage2 li a{width: 141px;}
	.banner3 .ind_ban_tex_title{font-size: 3.2rem; }
	.banner3 .ind_ban_tex_info{font-size:1.3rem;color: #fff; margin:0 0 25px 0}
	.ind_ban_tex  a{width:154px;line-height: 40px; font-size:1.1rem; margin:45px 0 0 0;  }
	.se_about_l{font-size: 1rem;line-height: 2;}
	.honor_con .pro_text p{font-size: 1.1rem; }
	.se_bg_pic{width:50%}
	.se_pro_text_pp h1{ font-size: 2rem;}
	.se_pro_text_pp li span{ font-size: 1.1rem;}
	.can_t p{ font-size: 1.5rem;}
	.can_t2 p{ font-size: 1.5rem;}
	.se_shipin_r p{font-size: 1rem; }
	.shouhou div{ font-size: 2rem;}
	.se_pro_c_title{ font-size: 2rem;}
	.shouhou li span{font-size: 1rem;}
	.shouhou li p{    font-size: 1.3rem;}
	.se_espcms_book4{padding: 130px 0 40px 0;}
	.se_newslist3 .se_newslist3_t{    font-size: 1.3rem;}
	.se_espcms_book2 h1{    font-size: 1.5rem;}
	.contact_t p{    font-size: 1.8rem;}
	.contact li p strong{    font-size: 1.2rem;}
	.index-title i{    font-size: 2.2rem;line-height: 3rem;}
	.index-title span{font-size: 67px;}
	.news_con .newsleft_text strong{    font-size: 1.3rem;}
	.aa_t_w div h1{font-size: 2.7rem;}
	.aa_t_w p{font-size: 1.8rem;}
	.a_line5{    margin: 45px 0;}
	.keshi_text{    padding: 25px 2%;}
	.keshi_text strong{font-size: 1.3rem;}
	.te_t strong{    font-size: 2.7rem;}
	.te_t span{    font-size: 1.9rem;}
	.gongyi li div{    font-size: 1.5rem;}
	.a_title3 i{font-size: 1.7rem;    width: 200px;		line-height: 55px;}
	.footer .f_erweima div span{font-size: 1.8rem;}
}
@media only screen and (max-width:1500px){
	
	.aa_t_w div{font-size: 2.5rem;} 
	.a_title p{font-size: 1.7rem;line-height: 3rem;}
	.cc_title div{ font-size: 3rem;}
	.n_t div{    width: 520px;}
	.title_a p{ font-size: 3rem;}
	.a_t div{ font-size: 3.2rem;    width: 530px;}
	.item_title div{ font-size: 2.5rem;}
	.item_title{height: 200px;    margin-top: -65px;}
	.se_pro h1{ font-size:3rem;}
	.honor_con .pro_text span{line-height: 2;}
	.index_nav3 li a{font-size: 1rem;}

}
@media only screen and (max-width:1440px){ 
	.gongyi li p{font-size: 1rem;}
	.se_cage li a{font-size: 1.3rem;}
	.se_contact_t strong{font-size: 2.2rem;}
	.aa_t_w div h1{font-size: 2.3rem;}
	.aa_t_w p{font-size: 1.5rem;}
	.a_line5{    margin: 35px 0;}
	.about_a{margin: 45px 0 0 0;}
	.te_t strong{    font-size: 2.3rem;}
	.te_t span{    font-size: 1.5rem;}
	.te_t p{    font-size: 1.4rem;}
	.keshi_text strong{font-size: 1.3rem;}
	.a_title3 div span{font-size: 2.3rem;}
	.a_title3 div p{font-size: 2.1rem;}
	.a_title4 div span{font-size: 2.5rem;}
	.a_title4 div p{font-size: 2.1rem;}
	.aa_t .aa_t_r span{    font-size: 2.1rem;}
	.about_r2{    padding: 55px 0 0 0; margin: 25px 0 0 0;}
	.about_r2 li p{font-size: 1.5rem;}
	.about_r2 li span{font-size: 1.3rem;}
	.about2{padding: 42px 0 46px 0;}
	.item_title div{ font-size: 2.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{ font-size:1rem;}
	.index_nav2 li a{ font-size:1rem;}
	.header .logo_tel p i{font-size: 1.1rem;}
	.news_t div{font-size: 2.5rem;}
	.footer strong{ font-size: 1.3rem;}
	.footer strong a{ font-size: 1.3rem;}
	.footer .f_fenlei li a{ font-size: .95rem;}
	.footer .f_contact2 div{ font-size: .95rem;}
	.footer .f_erweima div span{font-size: 1.4rem;}
	.nav_tel {width: 77%;}
	.banner3 .ind_ban_tex_title{font-size: 2.5rem; }
	.banner3 .ind_ban_tex_info{font-size:1.1rem; }
	.se_can_l li p{font-size:1rem; }
	.se_can_l li strong{font-size:1.1rem; }
	.c_cage li a{font-size:1rem; }
	.se_can_l dd p{font-size:1rem; }
	.se_can_l .can_you{font-size:1rem; }
	.jishu div{font-size:1rem; }
	.se_pro_text_pp h1{font-size:1.5rem;margin: 0 0 25px 0; padding: 0 0 25px 0; }
	.se_pro_text_pp span{font-size:1.3rem; }
	.a_title2 div.prot p{ font-size:2.2rem;}
	.bsty{font-size: 1.4rem; line-height: 3rem;}
	.contact4 .text{font-size: 1rem; line-height: 1.7rem;margin-top: 16px;}
	.se_product_c .pro_text p{    font-size: 1.3rem;  }
	.se_product_c li{    border-top-left-radius: 25px; border-bottom-right-radius: 25px;}
}

@media only screen and (max-width:1200px){ 
	.se_contact_t strong{font-size: 1.5rem;}
	.se_contact_t p{font-size: 1.2rem;}
	.se_contact_li ul{width:100%}
	.aa_t_w div h1{font-size: 1.5rem;}
	.sty6{display: none;}
	.s_width4{padding: 0;}
	.se_cage {flex-wrap: wrap;justify-content: flex-start;}
	.se_cage li{width:33%}
	.se_cage li a{line-height: 3; padding: 0 0;font-size: 1.1rem;}
	.se_cage li a:hover{  font-size:1.1rem}

	.se_product_c li{    width: 49%;border-top-left-radius: 25px; border-bottom-right-radius:25px; margin: 0 1% 18px 0;}
	.se_product_c li:nth-child(3n){    margin: 0 1% 18px 0;}
	.se_product_c .pro_text{ padding: 15px 11px;}
	.se_product_c .pro_text p{font-size: 1.05rem;}
	.se_product_c .pro_text span{    font-size: 1rem;}
	.se_product_c .pro_text div{width: 120px;    line-height: 2.2rem;}

	.about_r2 li{width:100%;  margin: 0 0 25px 0;}
	.about_r2 li p{font-size: 1.4rem; margin: 10px 0 0 0;}
	.about_r2 li span{font-size: 1.1rem;margin: 0 0 0 0;}
	.footer .s_width:nth-child(1){flex-direction: column; padding: 35px 0 0 0; width:90%}
	.footer .f_erweima,.footer .f_fenlei{padding:0 0 25px 0;margin: 0 0 25px 0;border-bottom: 1px solid rgba(255,255,255,.1);}
	.footer .f_fenlei li{line-height: 2;}
	.footer .f_fenlei{width:100%}
	.footer .f_contact2{display: none;}
	.footer .f_contact3{display: block;}
	.footer .f_contact3 div{ line-height:1.7; color:#d5d5d5; font-size:0.95rem;padding:0 0 0 0; text-align: center;}
	.footer .f_contact3  a{ width:185px;line-height: 56px;display: block;margin:25px auto 0 auto; transition: 0.3s; background: #1f4ca6; font-size: 0.95rem; color: #fff; border-radius: 35px; position: relative; padding:0 29px 0 35px;}
	.footer .f_contact3  a:after{ content: '';background: url(../images/swt_more.png) no-repeat; width:20px;height: 12px;position: absolute;right:40px;top:22px;transition: 0.3s;}
	.footer .f_contact3  a:hover:after{right:45px;}
	.footer .f_contact3  a:hover{padding:0 29px 0 35px;}
	
	.footer_p{line-height:2; padding:0 0 25px 0 ;font-size:0.95rem; display: block;border-top: 0 solid rgba(255,255,255,0.1);}
	.footer_pp{display: none;}
	.search-bar2{display: none;}
	.news_con .newsleft_text strong{    font-size: 1.2rem;}
	.se_pro_text_pp span{display: none;}
	.th_news_con2{    padding: 2.55rem 0 0.55rem 0;}
	.contact{padding:35px 0 35px 0}
	.s_nl{width:100%;padding:0 0 0 0;border-right:0 solid rgba(0, 0, 0, .1);}
	.huise5{margin: 0 0 0 0;padding: 30px 0 30px 0;}
	.se_espcms_book2 .se_date{ text-align: center;}
	.se_espcms_book2 h1{ text-align: center; font-size: 1.2rem;margin: 0 0 15px 0;}
	.gongyi{    padding: 45px 0 45px 0;}
	.te_t strong{ font-size:1.5rem;}
	.te_t div{margin:0 0 0 0}
	.te_t p{ font-size:1.2rem;}
	.te_t.te_t2 p{ font-size:1.2rem;}
	.te_t{flex-direction: column;justify-content: center; text-align: center;margin-bottom: 35px; padding: 0 0 35px 0;}
	.gongyi li{width:45%; margin:0 0 20px 0}
	.gongyi li div {margin: 0 0 0 0;font-size: 1.2rem;}
	.gongyi ul{flex-wrap: wrap;}
	.gongyi li img{width:100%}
	.a_title2 div.prot span{ font-size:1.5rem;}
	.a_title2{flex-wrap: wrap;    padding: 30px 0 30px 0;}
	.a_title2 a{margin-top:40px;    width: 170px;}
	.a_title2 i{ font-size: 5rem;}
	.a_title2 div.prot p{    font-size: 1.5rem;}
	.a_title3 div span{ font-size:1.5rem;}
	.a_title3{flex-wrap: wrap;    padding: 30px 0 30px 0;justify-content: center; align-items: center;}
	.a_title3 a{margin-top:40px;    width: 170px;}
	.a_title3 i{font-size: 1.5rem;    width: 150px;		line-height: 45px; margin:0 auto}
	.a_title3 div p{    font-size: 1.5rem;}
	.a_title3 div span{ font-size:1.5rem;}
	.a_title4{     padding: 0 0 30px 0;}
	.a_title4 div p{    font-size: 1.2rem; line-height:1.2;}
	.a_title4 div span{ font-size:1.5rem;}
	.news_con{ flex-direction: column; }
	.news_con li{width:100%}
	.news_con.s_width{width:96%}
	.news_con .newsleft_text strong{height: auto;  -webkit-line-clamp: 3;} 
	.aa_t{padding: 0 0 35px 0;}
	.aa_t .aa_t_r{display: none;}
	.aa_t_w{width:100%}
	.aa_t_w div{font-size: 1.3rem; text-align: center;line-height: 2.1rem;}
	.aa_t_w div strong{font-size: 1.7rem;}
	.aa_t_w p{font-size: 1.2rem; text-align: center; }
	.about{ padding: 45px 0 }
	.about_l{width:100%;margin: 0 auto;padding: 0 2% 0 2%;}
	.about_r{width:95%;margin: 0 auto; padding: 20px 0 0 0;}
	.about_r li{width:150px;height: 120px;margin: 0 0 15px 0;}
	.about_r li p{ font-size: 1rem;}
	.about_a{padding:25px 0;margin: 15px 0 0 0;}
	.about_l a{margin: 0 auto 0 auto;font-size: 1rem;width: 198px;}
	.about_l .about_p{-webkit-line-clamp: 20; font-size: 1.05rem;}
	.about .about_con{flex-wrap: wrap; padding: 25px 0 0 0;}
	.about_a a p{    font-size: 1.1rem;}
	.about_a a div{width:55px;height: 55px;}
	.about_r li p
	.a_title{padding: 35px 5%; background: #fff;}
	.a_title p{font-size: 1.1rem;    line-height: 2rem;}
	.a_title i{width:70px; margin:20px auto; }
	.header{display:none;}
	.productshow_con{display: block;}
	.pro_cage li{width:33%}
	.pro_cage{flex-wrap: wrap; justify-content: flex-start; padding:25px 0;align-items: flex-start;}
	.pro_cage li div{width:35px; background-size: 100%; }
	.pro_cage li p{font-size: 0.95rem;line-height: 2rem;}
	.s_width{width:96%;}
	.s_width2{width:96%;}
	.s_width3{width:96%;}
	.case_t{ align-items:center;flex-direction: column; padding:0 0 25px 0}
	.case_t span{width:100%;font-size: 0.9rem;line-height: 1.6rem;}
	.pro_con_in{    margin: 30px 0 0 0;}
	.in-yftum p{font-size: 1rem;line-height: 1.6rem;}
	.container-inyf{margin-bottom: 30px;}
	.case_t .cc_title {width:100%;margin: 0 0 15px 0;}
	.cc_title i{font-size: 1.2rem; }
	.home2 .swiper-container{ margin:0 0 0 1%}
	.cc_title p{line-height: 2rem;font-size: 1rem; text-align: center; }
	
	.case_t a{margin:10px 0 0 0}
	.home2 .sty2 .swiper-slide{width:300px}
	.home2 .sty2 .swiper-button{width: 26px; height: 26px;line-height: 26px;}
	.home2 .sty2 .swiper-button img{width:7px}
	.none{display:block;}
	.block{display:none;}
	.yingyong{padding:37px 0 0 0; }
	.yingyong_a{padding:5px 0 30px 0;  margin:0 0 0 0}
	.y_p_title{padding:0 0 20px 0; }
	.y_p_title div{ font-size: 1.5rem;line-height:3.5rem; text-align: center;font-weight: bold;}
	.y_p_title i{ margin:8px auto;display: block;width:80px;height:2px;background: #2155be}
	.case_t a{width: 120px; line-height: 35px;}
	.news{padding:37px 0 40px 0;}
	/*wap header*/
	.head_wap{width:100%; padding:5px 5px; position: fixed; z-index: 101; background: rgba(0,0,0,0.5) }
	.position{position: relative; display: flex;justify-content: space-between; align-items: center;}
	.logo img{width:116px;}
	.navbtn {position: relative}
	.menu-trigger,
	.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	.menu-trigger {
	position: relative;
	width: 20px;
	height: 20px;
	}
	.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background:#fff;
	border-radius: 4px;
	}
	.head_wap2 .menu-trigger span{background:#333;}
	.menu-trigger span:nth-of-type(1) {
	top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-315deg);
		transform: translateY(9px) 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;}
	.nav_box_6 {display: block;}
	.nav_box_6{width: 60%;height: 100%;position: fixed; top: 0;bottom: 0; right: -100%;overflow: auto; transition: all 0.3s; background:rgba(22,108,203,0.9); z-index: 999; padding: 32px 20px;}
	.nav_box.cur { right: 0; transition: all 0.3s; }
	.navclose {position: absolute;right:20px;top:32px; width: 23px; line-height: 0; cursor: pointer; }
	.navlogo {position: absolute;left:20px;top:32px;    }
	.navlogo img{ width:100px }
	.nav_box_6 ul li {width:90%;margin:0 auto;}
	.nav_box_6 ul li a{ font-size:1rem; font-weight:bold;display:block;color:#fff;position: relative;line-height:4; border-bottom:1px solid rgba(255,255,255,0.1);  background: url(../images/jiao.png) no-repeat right center;}
	.nav_box_6 ul li div{ display: flex;justify-content: flex-start;flex-wrap: wrap;border-bottom:1px solid rgba(255,255,255,0.1);width:100%;margin:0 auto; }
	.nav_box_6 ul li div a{width:63%;font-size: 15px;line-height: 38px;color: #555;font-weight: normal;display:block;border-bottom:0 solid rgba(0,0,0,0.1);background: none;}
	.nav_box_6 ul li div a:nth-child(2n){width:37%;}
	.nav_box_6 ul li a.active{background-color:#8fc31f;color:#fff;}
	.nav_box_6 ul li a.link{color:#fff;}
	.nav_box_6 ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #8fc31f;}
	.nav_box_6 ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}

	.nav_box_6 ul { padding-top: 64px;}
	.l_tel{ padding:0 5px 0 0; display:flex;justify-content: flex-start;align-items: center;color: #fff;font-size: 12px;}
	.l_tel a{color: #fff;font-size: 12px;}
	.l_tel img{ width:12px; margin: 0 5px 0 0;}
	.head_wap2 .l_tel{color: #555;}
	.huise{padding: 25px 0 25px 0;}
	.page_box{line-height: 25px; font-size: .95rem; padding: 0 0 0 0; background:none; }
	.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_c{padding:45px 0 65px 0;}
	.se_pro_c_title{font-size: 1.3rem;margin: 0 0 0 0;}
	.se_newslist a{flex-direction: column;}
	.se_newslist a .se_newslist_pic{width:100%;}
	.se_newslist a .se_newslist_text{width:100%;}
	.se_news{padding:0 0 35px 0;}
	.se_newslist .se_newslist_t{font-size: 1.4rem;}
	.page_box2 .s_width{line-height: 25px;}
	.se_espcms_page{flex-direction: column;padding: 15px;}
	.se_espcms_page li{width:100%}

	.a_t div:before{width:17px;height:17px;background-size: 100%;}
	.a_t div:after{width:17px;height:17px;background-size: 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}
	.guanli li{width:calc(100%/2 - 5px) ;}
	.guanli li strong{ font-size: 1.1rem;line-height: 3rem; }
	.guanli li span{ font-size: 1rem; }
	.guanli li i img{width:45px}
	.page_box2{padding:8px 0;    font-size: 0.95rem;}
	.th_news_con{ text-indent:0; }
	.productshow_cage2 li a{width:99%;line-height: 2.2rem;font-size: 1rem;}
	.productshow_cage2 li {width:44%}
	.productshow_cage2 ul{width:99%}
	.about_line{margin: 15px auto;}	
	.th_pro_con{padding: 45px 0;margin-bottom: 30px;}
	.swtbtn img{width:100%}
	.se_about .s_width{flex-direction: column-reverse;}
	.se_about_l{width:100%;padding: 0 0 0 0; font-size: 1rem;    line-height: 2rem;}
	.se_about_r{width:100%}
	.se_about{padding:0 0 3rem 0;}

	.se_nav .s_width{flex-wrap: wrap;justify-content:center; padding:15px 0}
	.se_nav li{width:49%}
	.se_nav li a:after{    right: 0;}
	.se_nav li a{ font-size: 1rem;color: #333;line-height:2.2rem;}

	.honor_con ul{flex-wrap: wrap;}
	.honor_con li{width:100%;}
	.honor_con li a{flex-wrap: wrap;}
	.honor_con .pro_pic{width:100%;}
	.honor_con .pro_text{width:100%;}
	.se_can_l{width:100%;}
	.se_can_l li{width:50%; margin: 0 0 10px 0;}
	.se_can_l ul{flex-wrap: wrap;}
	.se_can_l ul.list-paddingleft{}
	.se_can_l ul.list-paddingleft li{ width:100%}
	.can_t{padding: 0 0 25px 0;}
	.can_t p{ font-size: 1.5rem; font-weight: bold;}
	.can_t span{font-size: 1.2rem;}
	.can_t2 p{ font-size: 1.3rem;font-weight: bold;}
	.se_can_l li strong{ font-size: 1rem;}
	.can_line{    margin: 0 0 25px 0;}
	.se_can_l ul{  padding: 0 0 25px 0;}
	.shouhou li{width:100%;padding: 25px 15px; margin: 0 0 10px 0;}
	.shouhou ul.s_width{flex-wrap: wrap; width:96%}
	.shouhou li p{font-size: 1.1rem;    line-height: 2rem;}
	.shouhou li span{font-size: 1rem;}
	.shouhou li span i{font-size: 1.5rem;}
	.shouhou div{font-size: 1.3rem;margin: 0 0 35px 0;font-weight: bold;}
	.shouhou{padding: 45px 0;}
	.contact li{width:50%;    padding: 15px 0;}
	.contact_t p{font-size: 1.3rem;}
	.contact li p span{line-height: 2;font-size: 1.1rem;}
	.contact li p strong{font-size: 1rem; width:100px;display:block;}

	.contact li:after{ right: -39px;}
	.contact_t{margin-bottom: 25px; margin-top: 20px;}
	.contact li:nth-child(4){border-bottom:0 solid rgba(0,0,0,0.1);}
	.contact li:nth-child(5){border-bottom:0 solid rgba(0,0,0,0.1);}
	.contact li:nth-child(6){border-bottom:0 solid rgba(0,0,0,0.1);}
	.se_fa{    padding: 35px 0 0 0;}
	.nn_banner {		background: url(../images/bao.jpg) no-repeat center top; background-size:100% ;	}

}
@media only screen and (max-width:1100px){ 
	.contact4 .sty1 li { width: 100%;margin-top: 20px;height: auto; padding: 40px 20px 29px 20px;}
	.hxfont{font-size: 1.2rem; margin-bottom: 5px; }
	.contact4 .sty1 li h4{font-size: 1.2rem; }
	.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;}

	.title_b{margin-top: 28px;}
	.se_contact{width:100%}
	.se_fl_title div{font-size: 2rem;}
	.se_contact .se_fl_title{ padding: 30px 0 25px 0;}
	.index-title i{font-size: 1.8rem; line-height: 3rem;}
	.index-title p{ margin-top:0;font-size: 1rem;}

	.cc_title div{ font-size: 1.5rem;line-height:3.5rem;  text-align: center;}
	.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 .s_width{flex-direction: column-reverse;}
	.se_espcms_book4 .se_pro_text_pp{width:100%;padding: 40px 0 20px 0;}
	.se_can{ padding: 35px 0;}
	.se_espcms_book4 .se_bg_pic{width:100%; border-radius: 15px;}
	.se_espcms_book4{ padding: 100px 0 30px 0;}
	.se_weizhi2{padding:25px 0 20px  0; margin: 0 0 15px 0;}
	.se_espcms_book4 .se_pro_text_pp h1{ font-size: 1.5rem;font-weight: bold;margin: 0 0 0 0; padding: 0 0 15px 0;	}
	.se_pro_text_pp li{ margin: 0 0 15px 0;}
	.se_pro_text_pp ul{flex-wrap: wrap;margin: 0 0 25px 0;}
	.p_jieshao2 p{    padding: 15px 0 25px 0;}
	.se_pro_text_pp li img{width:35px}
	.se_pro_text_pp li span{    font-size: 1rem;}
}
@media only screen and (max-width:760px){ 
	.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 }
	.chanpin_con .pro_text strong{font-weight: normal;}
	.pro{padding:30px 0 25px 0;}
	.pro_r{display: none;}
	.a_t div{ font-size: 2rem;    width: 89%;}
	.a_t p{font-size: 1rem;padding:0 35px}
}