/*视频按钮*/
.g-btn2 { position:absolute; z-index: 999; right:18%; bottom:50%; width:81px;	height:81px; border-radius:50%;	background-color:#26aca4; box-shadow:0 0 0 8px rgba(38,172,164,.3); transition:.3s; text-align: center;padding:17px 0 0 0}
.g-btn2 span { position:absolute; top:50%; left:50%; font-size:18px; color:#fff; line-height:22px; -webkit-transform:translate(-50%,-50%);	-moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%);	-ms-transform:translate(-50%,-50%);	transform:translate(-50%,-50%);}
.g-btn2:hover {	background-color:#26aca4;}
.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(38,172,164,.6);
	opacity:1;
	filter:alpha(opacity=50);
}
to {
	box-shadow:0 0 0 25px rgba(38,172,164,.6);
	opacity:0;
	filter:alpha(opacity=0);
}
}
/*视频弹出*/
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%;object-fit:cover;z-index:1;position: relative;display: block;}
.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; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.3s;	-o-transition: 0.3s; transition: 0.3s;	font-size: 24px; z-index: 50;transition:.4s all;}
.x-btn:hover {transform: rotate(360deg); -webkit-transform: rotate(360deg);	color: #fff;}
.search-close { width:60px; height:60px; cursor: pointer; transition:.4s all; display:block; position:absolute; right:0; top:0;}
.search-close:hover {  color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); }

.video2{display:none;}
.none2{display:none;}

.footer_p_wap{display: none}
/*footer*/
.footer{ background: #222222 }
.footer .s_width{ padding:85px 0 75px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:18px; line-height:25px; color:#fff; margin-bottom:25px; }
.footer i{ width:50px;height:1px; background:rgba(255,255,255,0.2);display: block; margin-bottom:25px;}
.footer .f_fenlei{ }
.footer .f_fenlei div{ display:flex;justify-content:space-between;flex-direction:column;}
.footer .f_fenlei li{ line-height:30px; width:100%; text-align:left; }
.footer .f_fenlei li a{ color:#d7d7d7;font-size:15px;  display: block}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_contact{ }
.footer .f_contact div{ line-height:33px; color:#d7d7d7; font-size:15px;}
.footer .f_erweima dl{ display: flex;justify-content: space-between;}
.footer .f_erweima dd{ width:100%; display: flex;justify-content: center; align-items: center;flex-direction: column;}
.footer .f_erweima dd p{ line-height: 55px; color: #d7d7d7; font-size: 16px;}
.footer .f_erweima dd img{ text-align: center; width:100%; max-width:148px; display: block;}

.footer_p{line-height:95px; text-align:center; font-size:15px; color:#898989; }
.footer_p .s_width{ display: flex;justify-content: space-between;padding:0 0 0 0 ;}
.footer_pp{ border-top:1px solid rgba(255,255,255,0.05)}
.footer_p a{ color:#898989}
.footer_p a:hover{ color:#999}
.footer_p img{ vertical-align: middle;}
/*productshow*/
.productshow{width:100%; padding:85px 0 0 0; background: #f7f9fd}

.pro_dd{position:relative; overflow:hidden; }
.pro_dd li{float:left; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; display: flex;justify-content:center; flex-direction: column; background: url(../images/cpbg.jpg) no-repeat center top; text-align: center;padding:65px 0}
.pro_dd li a{ display: block;}
.pro_dd li strong{ font-size: 33px; font-weight: normal; line-height: 55px; color: #0e0e0e}
.pro_dd li p{ font-size: 17px; width:365px;margin: 25px auto;line-height: 27px; color: #1e1e1e}
.pro_dd li span{width:160px;height: 48px; display: block;line-height: 48px; margin: 0 auto; background: url(../images/mma.png); color: #555;font-size: 18px; padding:0 0 0 25px; text-align: left; text-transform: uppercase}
.pro_dd li div{width:100%; margin: 60px auto 0 auto}
.pro_dd li div img{ width:100%; max-width:602px; display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_dd li:hover  div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_dd li.on{background: url(../images/cpbgh.jpg) no-repeat center top; }
.pro_dd li.on strong{ color: #fff}
.pro_dd li.on p{ color: #fff}
.pro_dd li.on span{  background: url(../images/mmmh.png); color: #fff;}


.pro_dd2{position:relative; overflow:hidden; }
.pro_dd2 ul{ display: flex;justify-content: space-between;flex-wrap: wrap}
.pro_dd2 li{width: 50%;position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; display: flex;justify-content:center; flex-direction: column; background: url(../images/cpbg.jpg) no-repeat center top; text-align: center;padding:65px 0}
.pro_dd2 li a{ display: block;}
.pro_dd2 li strong{ font-size: 27px; font-weight: normal; line-height: 55px; color: #0e0e0e}
.pro_dd2 li p{ font-size: 17px; width:365px;margin: 25px auto;line-height: 27px; color: #1e1e1e}
.pro_dd2 li span{width:160px;height: 48px; display: block;line-height: 48px; margin: 0 auto; background: url(../images/mma.png); color: #555;font-size: 18px; padding:0 0 0 25px; text-align: left; text-transform: uppercase}
.pro_dd2 li div{width:100%; margin: 60px auto 0 auto}
.pro_dd2 li div img{ width:100%; max-width:602px; display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_dd2 li:hover  div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_dd2 li.on{background: url(../images/cpbgh.jpg) no-repeat center top; }
.pro_dd2 li.on strong{ color: #fff}
.pro_dd2 li.on p{ color: #fff}
.pro_dd2 li.on span{  background: url(../images/mmmh.png); color: #fff;}




.brand{  padding:15px 0 45px 0; }

.i_title{display: flex;justify-content:space-between;flex-direction: column;position: relative;z-index: 2;}
.i_title p{  text-transform: uppercase; margin: 0 0 15px 0}
.i_title p i{ font-size: 57px;color:#141414;padding:0 0 0 0;font-style: normal; font-weight: normal;}
.i_title p strong{ color:#ffb400;}
.i_title span{ color:#444444;font-size: 17px;line-height: 33px;}
.news_t a{display: block;width:170px;line-height: 58px; border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1);text-align: center;transition: 0.5s;}
.news_t a:hover{background:#ffb400; border: 1px solid #ffb400; color: #fff;}
.yewu_t{  text-align: center; padding:0 0 55px 0;}
.brand_t{  text-align: center; padding:0 0 55px 0;}
.brand_t p i{color:#fff;}
.brand_t span{ color:#fff;}
.pro_t{ text-align: center; padding:0 0 75px 0;}
.pro_t span{ color:#6d6d6d;}
.brand_t2{  text-align: center; padding:0 0 55px 0;}
.brand_t2 p i{color:#26aca4;}
.brand_t2 span{ color:#333;}
.liuyan_t{  text-align: center; padding:0 0 55px 0;}
.liuyan_t p i{color:#222;font-size: 36px;font-weight: bold}

/*yewu*/
.yewu{padding:85px 0 45px 0; background: #f4f4f4}
.mapp{  text-align: center}
.mapp img{ width: 100%;max-width:1347px;}
/*about*/
.about{  background: url(../images/jianjiebg.jpg) no-repeat center top;padding:120px 0 130px 0 ;position: relative}
.about .a_pic{ position: absolute;left:0;bottom:30px;}
.about_con{display: flex;justify-content: space-between}
.about_t{margin:0 0 55px 0}
.about_t b{width:51px;height:2px;display: block;background: #26aca4}
.about_l{ width:44%;display: flex;justify-content:flex-start;flex-direction: column;padding:0 0;}
.about_tt{display: flex;justify-content: space-between;flex-direction: column; margin: 0 0 45px 0}
.about_tt strong{ font-size:40px;color: #26aca4;line-height: 65px;}
.about_tt p{ font-size:24px;color: #252525;line-height: 35px;}
.about_p{ font-size:16px;color: #444444;line-height:33px; margin: 0 0 55px 0}
.about_l a{display: block;width:164px;line-height: 60px;background: #26aca4; text-align: center; color: #fff}
.xinlai{ position: relative;z-index: 2;width:755px}
.xinlai_num #wrap { overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.xinlai_num section { display: flex;justify-content:center;align-items: center}
.xinlai_num section:nth-child(2) { margin: -50px 0 0 0 }
.xinlai_num .jumbo {font-size: 90px; color: #26aca4; font-family: trump_gothic_east;display:inline-block;line-height:100px;}
.xinlai_num #wrap .xinlai_num_li{ width:375px;height:375px; display: flex;justify-content:center;font-size:15px; color:#fff; flex-direction: column; align-items: center;position: relative}
.xinlai_num #wrap .xinlai_num_li span{display: block;margin: 0 0 15px 0}
.xinlai_num #wrap .xinlai_num_li span img{width:55px}
.xinlai_num #wrap .xinlai_num_li .xinlai_numaa{}
.num_line{width:1px;height:100px; background: #ddd}
.xinlai_num #wrap .xinlai_num_li i{font-size:20px; line-height: 24px; color:#5a5a5a;padding:0 0 0 5px; font-style: normal}
.xinlai_num #wrap section .xinlai_num_li:nth-child(2) i{font-size:15px; line-height: 24px;}
.xinlai_num #wrap section .xinlai_num_li:nth-child(3) i{font-size:15px; line-height: 24px;}
.xinlai_num #wrap .xinlai_num_li p{ font-size:18px; color:#5a5a5a; text-align:center; line-height: 35px; }
.xinlai_se .xinlai_num #wrap .xinlai_num_li p{  color:#fff; }
.xinlai_se .xinlai_num #wrap .xinlai_num_li i{ color:#fff;}
.q-zong .wrapper{position: absolute;top: 0; width:50%;height: 100%;overflow: hidden; }
.q-zong .l{left: 0}
.q-zong .r{right: 0;}
.q-zong .wrapper .yuan{position: absolute; border:1px solid transparent;-webkit-transform: rotate(-135deg); width: 375px;height: 375px;box-sizing: border-box;border-radius: 50%; }
.q-zong .wrapper .yuan-l{left: 0; border-bottom:1px solid #808080;border-left:1px solid #808080;}
.q-zong .wrapper .yuan-r{right: 0; border-top:1px solid #808080;border-right:1px solid #808080;}
.xinlai_se .q-zong .wrapper .yuan-l{ border-bottom:1px solid rgba(255,255,255,.5);border-left:1px solid rgba(255,255,255,.5);}
.xinlai_se .q-zong .wrapper .yuan-r{ border-top:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);}
.yr{
	-webkit-animation-name:yr;
	animation-name:yr
}
@-webkit-keyframes yr{0%{-webkit-transform: rotate(-135deg);}50%,100%{-webkit-transform: rotate(45deg);}}
.yl{
	-webkit-animation-name:yl;
	animation-name:yl
}
@-webkit-keyframes yl{0%,50%{-webkit-transform: rotate(-135deg);}100%{-webkit-transform: rotate(45deg);}}

/*company*/
.company{ margin:-30px auto 75px auto;position: relative; z-index: 2}
.company ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.company li{width:calc(100%/3 - 30px)}
.company li div{ overflow: hidden}
.company li div img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.company li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.company li p{ color:#444; font-size:17px;line-height:35px; margin-bottom: 20px}
.company li strong{ display: block; color:#333; font-size:30px;line-height:75px; margin: 10px 0 0 0 }
.company li a{ display: block; color: #a4a8a8; width:150px;background: url(../images/mm.jpg) no-repeat right center; line-height: 57px; text-transform: uppercase}

/*zizhi*/
.zizhi{ box-shadow: 0 0 35px rgb(0 0 0 / 10%); position: relative;z-index: 8}
.zizhi_t {  background:#14151f; padding:85px 0 15px 0;}
.zizhi_t p i{  color:#fff; }
.zizhi_t span{ color:#fff; }
.zizhi_con{ position:relative;overflow:hidden;}
.zizhi_con li{float:left; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; box-shadow: 0 0 35px rgb(0 0 0 / 10%);padding:0 0 65px 0; background: #fff}
.zizhi_con .cp_div{ overflow: hidden}
.zizhi_con .cp_m{}
.zizhi_con .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.zizhi_con .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.zizhi_con .cp_k{}
.zizhi_con .cp_k p{ color:#444; font-size:18px;line-height:55px; text-align: center}
.zizhi_con .cp_k span{ display: block; color:#fff; background: #21a098; font-size:16px;line-height:35px; width:133px;margin: 0 auto;text-align: center}
/*hezuo*/
.hezuo{  background: #1f222a;padding:70px 0 80px 0 }
.hezuo_t{ display: flex;justify-content: space-between; align-items: center; margin-bottom:40px }
.hezuo ul{ display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;border: 1px solid rgba(0,0,0,0.05);border-bottom: 0 solid rgba(0,0,0,0.05); background: #fff}
.hezuo ul li{ width:calc(100%/6 - 1px); text-align: center; border-right: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05);}
.hezuo ul li:nth-child(6n){border-right: 0 solid rgba(0,0,0,0.05);}
.hezuo ul li img{width:100%; max-width:253px;}
/*news*/
.news{padding:85px 0 60px 0;background:#f7f9fd;}
.news_t{ display: flex;justify-content: space-between; align-items: center; margin-bottom: 40px; }
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.ipart04 .content{position:relative;}
.ipart04 .rect-5079{padding-bottom:47.3%;}
.ipart04 .rect-5079:after{ position: absolute;z-index: 1;width:100%;height:100%; content: '';background: url(../images/bgh.png) no-repeat left top;}
.ipart04 .rect-5653{padding-bottom:56.53%;}
.ipart04 .left{width:69%;}
.ipart04 .left .left_t{position:relative; margin-bottom:2.5%;}
.ipart04 .left .left_t .cover{position:absolute; left:0; top:0; width:56%; height:100%; z-index: 2}
.ipart04 .left .left_t .cover .box{padding:90px 45px;}
.ipart04 .left .left_t .cover .box .date{font-size:15px; color:#999;text-transform: uppercase}
.ipart04 .left .left_t .cover .box .date .t{color:#265ba8;}
.ipart04 .left .left_t .cover .box .tit{font-size:26px; color:#fff; margin:0 0 25px; line-height:1.4; font-weight:bold;}
.ipart04 .left .left_t .cover .box .con{font-size:16px; color:#fff; line-height: 29px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.ipart04 .left .left_b .nitem{float:left; width:49%; margin-left:2%;  transition:.5s ease; background: #fff}
.ipart04 .left .left_b .nitem:hover{box-shadow:0 0 15px 0 rgba(0,0,0,0.1)}
.ipart04 .left .left_b .nitem:first-child{margin-left:0;}
.ipart04 .left .left_b .nitem a{display:block;}
.ipart04 .left .left_b .nitem .box{padding:60px 25px 60px;}
.ipart04 .left .left_b .nitem .box .date{font-size:15px; color:#535353; text-transform: uppercase}
.ipart04 .left .left_b .nitem .box .date .t{color:#265ba8;}
.ipart04 .left .left_b .nitem .box .tit{font-size:24px; margin:10px 0 20px;  line-height:1.4; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color:#222}
.ipart04 .left .left_b .nitem .box .con{font-size:15px; line-height:24px; height:48px; color:#262626; color:rgba(38,38,38,0.7);text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.ipart04 .right{width:29%; position:absolute; top:0; bottom:0; right:0;}
.ipart04 .right .nitem{margin-bottom:6%; transition:.5s ease;background: #fff}
.ipart04 .right .nitem:hover{box-shadow:0 0 15px 0 rgba(0,0,0,0.1)}
.ipart04 .right .nitem .intro{ }
.ipart04 .right .nitem .intro .box{padding:35px 30px;}
.ipart04 .right .nitem .intro .box .date{font-size:15px; color:#535353;text-transform: uppercase}
.ipart04 .right .nitem .intro .box .date .t{color:#265ba8;}
.ipart04 .right .nitem .intro .box .tit{font-size:24px;  line-height:1.4;color:#222}
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
/*内页二级导航*/
.se_nav{ box-shadow: 0 0 35px rgb(0 0 0 / 7%);position: relative;z-index: 2}
.se_nav .s_width{display: flex;justify-content:space-between; flex-wrap: wrap}
.se_nav li{ width:calc(100%/5); text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box; position: relative}
.se_nav_about li{ width:calc(100%/6); text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box; position: relative}
.se_nav li:nth-child(4){ border-right:#dcdcdc solid 0;}
.se_nav li a{ font-size:18px; color:#333; font-weight:bold; line-height:90px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; display:block; position:relative; height:90px;transition: 0.3s;}
.se_nav_about li a{ line-height:150px;height:150px;font-size:22px; }
.se_nav li a:hover{ color:#21a098;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: #21a098;transition-duration:.3s;}
.se_nav li a:hover:before{ width: 71%; left:50%;margin-left:-35.5%; }
.se_nav li.cu_active a:before {width: 71%; left:50%;margin-left:-35.5%;}
.se_nav li.cu_active a{ color:#21a098;font-weight: bold;}
.se_nav li a:after {position: absolute;right: 1px;top: 50%;margin-top: -7px;content: "";display: inline-block;vertical-align: top;width: 1px;height: 14px;background: #ccc; }
.se_nav .child_menu{position:absolute;top:100%;left:50%; margin-left:-50%;overflow:hidden;z-index:99999;height:0;width:100%;line-height:45px;}
.se_nav li.cu_active .child_menu a{ display: block; width: 200px; margin:0 auto; font-size:15px; font-weight:normal; color:#fff;  background:#e41019; height:45px; line-height:45px; border-bottom: 1px solid rgba(255,255,255,0.1)}
.se_nav .child_menu a{ display: block; width: 200px; margin:0 auto; font-size:15px; font-weight:normal; color:#fff;  background:#e41019; height:45px; line-height:45px; border-bottom: 1px solid rgba(255,255,255,0.1)}
.se_nav .child_menu a:hover{color:#fff;}
.se_nav .child_menu a:after {position: absolute;right: 0;top: 50%;margin-top: -7px;content: "";display: inline-block;vertical-align: top; width: 0;height: 0;background: #666; }
.se_nav .child_menu a:before {position: absolute;bottom: -1px;content: "";display: block;width: 0;height: 0; background: #324599;}


/*关于我们*/
.add_title{ display: flex;justify-content: space-between; position: absolute;left:50%;margin-left:-43.5%;z-index: 5;top:20%;align-items: center}
.se_aa_title b{ display: block;font-size: 36px;color:#fff;text-transform: uppercase; font-weight: normal;}
.se_aa_title .aboutus_line{height:57px;width:3px;background:#fff;margin:28px 0}
.se_aa_title strong{ display: block;font-size: 70px;color:#26aca4;}
.se_aa_title strong i{ color:#fff; font-style: normal;font-weight: normal;}
.se_aa_title p{font-size: 24px;color:#fff;line-height: 40px}
.se_about{ padding:115px 0;background: url(../images/jjbg2.jpg) no-repeat left bottom;}
.se_about_l{width:100%;display: flex;justify-content: space-between; align-items: center;padding:0 0 85px 0}
.se_about_l .se_about_tt{display: flex;justify-content: space-between;flex-direction: column;}
.se_about_l .se_about_tt strong{ font-size:48px;color: #26aca4;line-height: 65px;}
.se_about_l .se_about_tt p{ font-size:25px;color: #333;line-height: 35px ; }
.se_about_p{ font-size:16px;color: #555;line-height:33px;}

.se_about_l .se_about_num{width:30%}
.se_about_num{ display: flex;justify-content: space-between; text-align: center}
.se_about_num strong{ display: block;font-size: 70px; color:#26aca4;line-height: 1.6;font-family: trump_gothic_east;font-weight: normal; transform: skewX(20deg);}
.se_about_num span{ font-size: 18px; color:#26aca4;padding:0 0 0 15px;}
.se_about_num p{ font-size: 17px; color:#444;line-height: 1.2;transform: skewX(20deg);}
.se_about_num li{ border:2px solid #26aca4;width:45%;;transform:skewX(-20deg);padding:10px 0 30px 0}

.se_hezuo{background: #fff}

.se_banner_title{height:241px; display: flex;justify-content:space-between;flex-direction:column; position: absolute;z-index: 2;width:87%;bottom:5%; left:50%;margin-left:-43.5%}
.se_banner_title p{font-size: 60px;color:#fff; padding:25px 0 0 0;font-weight: bold}
.se_banner_title span{ color:#26aca4; padding:0 0 0 25px}
/*企业文化*/
.se_wenhua{padding:85px 0}
.se_wenhua .s_width{display: flex;justify-content: space-between;flex-wrap: wrap}
.se_wenhua li{padding:45px 0; width:32.5%; background: #f7f7f7; text-align: center;margin-bottom: 15px; }
.se_wenhua li img{  display: block;margin: 0 auto}
.se_wenhua li span{ font-size: 24px;font-weight: bold;line-height: 48px;color: #333}
.se_wenhua li p{ font-size: 18px; line-height: 33px; color: #666}
.se_wenhua_b{background: url(../images/culture03.jpg) no-repeat center top;padding:145px 0; color: #222;font-size: 34px; line-height: 88px;font-weight: bold}
.se_wenhua_b a{display: block;width:150px;line-height: 55px;background:#26aca4; text-align: center;font-size: 17px; color: #fff; font-weight: normal;}
/*资质*/
.huise{background: #f7f9fd;padding:30px 0 50px 0}
.huise2{background: #f4f4f4;padding:80px 0 50px 0}
.se_honor{ padding:25px 0 0 0; overflow:hidden;}
.se_honor ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;padding:0 0 25px 0;}
.se_honor li{ width:31%;height:auto; margin: 0 2% 15px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;padding:10px 0 0 0}
.se_honor li:nth-child(3n){margin: 0 0 15px 0;}
.se_honor .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_honor 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_honor .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden;padding:0 0 10px 0}
.se_honor .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.se_honor .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_honor .pro_text{ color:#232323;text-align:center; font-size:16px;line-height:30px;padding:30px 10px 30px 10px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_honor ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }
/*风采*/
.se_gongsi{ padding:25px 0 0 0; overflow:hidden;}
.se_gongsi ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;padding:0 0 25px 0;}
.se_gongsi li{ width:31%;height:auto; margin: 0 3.5% 35px 0;position:relative;overflow:hidden;background: #fff }
.se_gongsi li:nth-child(3n){margin: 0 0 35px 0;}
.se_gongsi .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_gongsi 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_gongsi .pro_pic{ width:90%;margin:25px auto 0 auto; position:relative; overflow:hidden;}
.se_gongsi .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.se_gongsi .pro_text{ color:#333;padding:0 0 0 0;font-size:20px;font-weight:; text-align: center;line-height:70px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;  }
/*heuzoanli*/
.pro02BoxBot{padding:75px 0}
.pro02BoxBotNav{ overflow: hidden;}
.pro02BotNav{  width: 100%; display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap}
.pro02BotNav li{ width:calc(100%/7  - 5px ); text-align:center; font-size:18px;padding:25px 0;color:#111; border: 2px solid rgba(0,0,0,0.1); margin: 0 0 5px 0; line-height: 36px; position:relative; cursor:pointer; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; display: flex;align-items: center;flex-direction: column}
.pro02BotNav li.active{ background:#21a098; color:#ffffff; font-weight: bold;font-size:21px; border: 2px solid #21a098;}
.pro02BotNav li:hover{ background:#21a098; color:#ffffff; font-weight: bold;border: 2px solid #21a098;}
.pro02BotNav li strong,.pro02BotNav li span{display: block; line-height: 40px;width:100%ï¼›}
.pro02BotNav li strong{ font-size: 22px;}
.pro02BoxBotCon{ font-size:16px; color:#5a5a5a; line-height:24px;}
.pro02BoxBotCon .swiper-slide{ color:#5a5a5a;}
.pro02BoxBotConText{   display: flex;justify-content: space-between}
.pro02BoxBotConText .right{width: 100%; padding:75px 0}
.pro02BoxBotConText .right>ul{display: flex;justify-content:flex-start; flex-wrap: wrap;width:100%;margin: 0 auto}
.pro02BoxBotConText .right>ul>li{width:calc(100%/4 - 10px); padding: 20px 0 0 0; margin: 0 10px 15px 0; position: relative;border: 1px solid #f1f1f1;}
.pro02BoxBotConText .right>ul>li:nth-child(4n){ margin: 0 0 15px 0; position: relative;}
.pro02BoxBotConText .right>ul>li>h2{ font-size:17px;width:95%; margin: 0 auto; color: #555; font-weight: normal; text-align: center;line-height: 55px;border-top: 1px solid #f1f1f1;}
.pro02BoxBotConText .right div{font-size: 30px; line-height: 65px;  color: #21a098; font-weight: bold}
.pro02BoxBotConText .right ul li .h_pic{width:100%;margin: 0 auto;}
.pro02BoxBotConText .right ul li .h_pic img{width:90%;display: block;margin: 0 auto;}
.wap_container{display: none;}
/* 联系我们 */
.contact_us01{padding-bottom:100px;}
.contact_us01 .li_{float:left; width:32%; margin-right:2%; position:relative; border:1px solid #EEE; box-sizing:border-box; margin-bottom:35px;}
.contact_us01 .li_three{margin-right:0;}
.contact_us01 .li_box{text-align:center; padding:40px 20px 50px;}
.contact_us01 .li_ .icon{width:64px; height:64px; margin:0 auto 20px;}
.contact_us01 .li_ .tit{font-size:30px; line-height:30px; color:#1f1f1f; margin-bottom:18px;}
.contact_us01 .li_ .con{font-size:16px; line-height:28px; color:#444; max-height:56px; margin-bottom:35px;}
.contact_us01 .li_ .circle_btn span{font-size:16px; line-height:28px; color:#1f1f1f; font-weight:bold;}
.contact_us01 .li_ .txt{font-size:16px; line-height:28px; color:#1f1f1f; font-weight:bold; position:relative; cursor:pointer;}
.contact_us01 .li_ .txt .pic{padding:16px; box-shadow:0 16px 16px rgb(0 0 0 / 10%); background:#fff; position:absolute; bottom:54px; left:50%; transform:translateX(-50%); display:none}
.contact_us01 .li_ .txt .pic:after{content:''; width:0px; height:0; border:12px solid transparent; border-top-color:#fff; position:absolute; left:50%; transform:translateX(-50%); top:100%}
.contact_us01 .li_ .txt .pic img{width:121px; height:121px;}
.contact_us01 .li_ .txt:hover .pic{display: block}
.contact_us01 .li_ .txt:hover{color:#fa000e;}
.contact_us02 .rect-35{padding-bottom:35%;}
.contact_us02 .item01{width:48.75%; float:left;}
.contact_us02 .item02{width:48.75%; float:right;}
.contact_us02 .item{position:relative;}
.contact_us02 .item .intro{position:absolute; left:0; top:0; width:100%; height:100%;}
.contact_us02 .item .intro{display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center;}
.contact_us02 .item .box .tit{font-size:30px; line-height:30px; color:#fff; margin-bottom:45px;}
.contact_us02 .item .box .common_btn{padding:12px 70px 12px 30px;}
.contact_us02 .item .box .common_btn span.text{font-size:12px;}
.contact_us02 .item .box .common_btn span.icon{width:26px; height:10px; background-size:cover; margin-top:-5px; right:25px;}
.contact_us02 .item .box .common_btn:hover span.icon{right:15px;}
.contact_us03{padding-top:100px;}
.contact_us03 .infor .tit{font-size:30px; line-height:30px; color:#02001c; text-align:center; font-weight:bold;}
.contact_us03 .content{margin-top:50px;}
.contact_us03 .content .inp_wrap{float:left; width:48%; margin-right:4%; margin-bottom:35px;}
.contact_us03 .content .inp_wrap_two{margin-right:0;}
.contact_us03 .content .inp_wrap label{display:block; font-size:16px; font-weight:bold; color:#02001c; margin-bottom:10px;}
.contact_us03 .content .inp_wrap label em{color:#fa000e; display:inline-block; margin-right:5px;}
.contact_us03 .content .inp_wrap .inp{width:100%; border:1px solid #EAEAEA; height:60px; line-height:60px; padding:0; text-indent:27px;}
.contact_us03 .content .inp_wrap_last{width:100%;}
.contact_us03 .content .inp_wrap_last .inp{line-height:35px; height:125px; padding:20px; box-sizing:border-box;}
.contact_us03 .content .btn_wrap{text-align:center;}
.contact_us03 .content .btn_wrap .btns{display:inline-block; width:280px; height:41px; line-height:41px; margin:0; background:#fa000e; color:#fff; font-size:12px; border:none; transform:skewX(-20deg); box-sizing:border-box; cursor:pointer;}
.contact_us03 .content .btn_wrap .btns span{display:block; transform:skewX(20deg);}
.contact_us03 .content .btn_wrap .btns i{display:inline-block; padding-left:10px; transition:all 0.5s ease;}
.contact_us03 .content .btn_wrap .btns:hover i{padding-left:30px;}
/* 圆形箭头按钮 */
.circle_btn{display:block;}
.circle_btn span{position:relative; display:inline-block; padding-right:58px; font-size:12px; line-height:27px; color:#a2a2a2;}
.circle_btn span:after{content:""; position:absolute; right:0; top:0; width:48px; height:27px; background:url(../images/circle_btn.png) no-repeat center; transition:right 0.3s;}
.circle_btn:hover span:after{right:-5px;}
/* 在线留言 */
.message{background: #fff;box-shadow: 10px 17.321px 30px 0px rgba(0, 109, 178, 0.16);display: flex;justify-content:space-between; margin-bottom: 95px;}
.message_l{width:40%; background: #26aca4;padding: 0 60px 0 70px;display: flex;justify-content:center; flex-direction: column}
.message_l .bt1{ font-size: 30px; color: #ffffff; line-height: 82px;font-weight: bold}
.message_l .bt2{ font-size: 18px; color: #ffffff; line-height: 36px; margin-bottom: 28px;}
.message_l .text{ }
.message_l .text p{ font-size: 18px; color: #ffffff; line-height: 40px;}
.liu_con{width:60%;overflow: hidden; padding: 90px 60px 90px 70px;}
.liu_con_p{width:100%; padding: 20px 50px 40px 50px; background: #fff;box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;height:200px; width: 100%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;}
.layui-btn{ display:block; background: #222222; color:#fff;width: 160px;  font-size: 16px; height:45px;   line-height: 45px; border:none!important;  padding:0 31px;float: left; margin-right: 25px;}
.layui-btn-primary{margin: 0 0 0 0;float: left;background: #26aca4;}
.liu_con .text {padding: 0 0 40px 0;font-size: 18px; color: #666666;line-height: 35px;}

/*productshow*/
.productshow{}
.fl_title{text-align: center;padding:45px 0 50px 0}
.fl_title div{font-size: 50px;color:#212121;  line-height:100px;}
.fl_title div strong{color:#f3bc0a;}
.fl_title span{ display: block; text-align: left; line-height: 30px;font-size: 16px; color: #555}
.fl_title p{font-size: 16px;color:#505050; line-height: 30px;}
.fl_title i{ display: block;width:80px;height:2px;margin: 0 auto 15px auto; background: #26aca4}
.se_cage{ width:80px;position: fixed;right:0;bottom:0;height:100vh;display: flex; justify-content: center;flex-direction: column; }
.se_cage li{width:100%;line-height: 26px; text-align: center; margin:0 0 0 0;transition: all 0.5s; padding:15px 10px; background: #eea115; border-bottom: 1px solid rgba(255,255,255,0.3) }
.se_cage li:hover{background: #333 }
.se_cage li a{color:#fff; font-size: 15px; transition: 0.5s}
.se_cage li div{width:100px;height:43px; margin: 0 auto; transition: 0.5s}
.se_cage li a:hover{color: #fff;font-weight: bold}
.pro_cage_con{background: url(../images/ppbg.jpg) no-repeat center top; padding:0 0 145px 0}

.chanpin_bg{background:#f9f9f9; padding:30px 0 30px 0}
.chanpin_con{padding:30px 0 30px 0}
.chanpin_con .s_width{ }
.chanpin_con ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.chanpin_con li{width:32.5%; margin: 0 1% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;  }
.chanpin_con li:nth-child(3n){ margin: 0 0 28px 0;}
.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 div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.chanpin_con li a{ display: block;width:100%;overflow: hidden;}
.chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; }
.chanpin_con .pro_text{ position: relative; padding:10px 24px; }
.chanpin_con .pro_text p{color:#515151; font-size:18px;line-height:60px; }
.chanpin_con .pro_text span{color:#666666; width:130px; border:1px solid rgba(0,0,0,0.1); margin: 0 auto; border-radius:50px;font-size:16px;line-height:35px; display: block;}
.chanpin_con li:hover .pro_text{background: #fcb026; }
.chanpin_con li:hover .pro_text p{ color:#fff; }
.chanpin_con li:hover .pro_text span{ color:#fff;  border:1px solid rgba(255,255,255,0.4);}
.info_pic{text-align: center}
.case{background:#fff;padding:110px 0 75px 0;}
.c_title{padding:0 0 50px 0;}
.c_title div{width:900px; margin: 0 auto; position: relative; display: flex;justify-content:center; align-items: center;background:url(../images/de.png) no-repeat center top;}
.c_title div strong{ color: #1d1d1d;padding:15px 0 15px 0;font-size: 60px;}
.c_title div:before{ content: ''; position: absolute;left:0;width:96px;height:51px; background:url(../images/c_l.png) no-repeat left top;}
.c_title div:after{ content: ''; position: absolute;right:0;width:96px;height:51px; background:url(../images/c_r.png) no-repeat left top;}
.c_title p{color: #333}
.case_dd{position:relative; overflow:hidden; }
.case_dd li{float:left; width:512px; margin-right:15px; margin-bottom:14px; position:relative; overflow:hidden; transition:all 0.3s ease 0s; cursor:pointer;}
.case_dd .cp_m{ overflow:hidden; position: relative;z-index: 2;}
.case_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; margin-bottom: 0 }
.case_dd .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.case_dd .cp_k{ background-image: linear-gradient(50deg,#1e4372,#125e9f);color: transparent;}
.case_dd .cp_k p{ color: #fff; font-size:19px; line-height:90px; text-align: left; width:90%;margin:0 auto;background:url(../images/jjj.png) no-repeat right center;}
.a_title{padding:80px 0;}
.a_title div{width:980px; margin: 0 auto; position: relative; display: flex;justify-content:center; align-items: center;background: url(../images/in.png) no-repeat center top;}
.a_title div strong{ color: #e73e3d;    padding: 15px 0 5px 0; font-size: 60px;}
.a_title div:before{ content: ''; position: absolute;left:0;width:96px;height:51px; top:35px; background:url(../images/b_l.png) no-repeat left top;}
.a_title div:after{ content: ''; position: absolute;right:0;width:96px;height:51px; top:35px; background:url(../images/b_r.png) no-repeat left top;}
.a_title p{color: #fff}
.pp_title{padding:80px 0 50px 0;}
/*se_about_con*/
.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: 60px;color:#ffb400; padding:25px 0 0 0;}
.se_aa_title div{ background: url(../images/aaa2.png) no-repeat center top;}
.se_pro_title div{ background: url(../images/cppp2.png) no-repeat center top; }
.se_ca_title div{ background: url(../images/cct.png) no-repeat center top;}
.se_nn_title div{ background: url(../images/nnn2.png) no-repeat center top;}
.se_fac_title div{ background: url(../images/fac.png) no-repeat center top;}
.se_hh_title div{ background: url(../images/honor.png) no-repeat center top;}
.item_title div strong{color:#fff;}
.item_title p{font-size: 17px;color:#fff;}
.item_title span{display: block;width:52px;height:2px;background:#ffb400;margin: 20px auto 8px auto}
.se_banner{width:100%; position: relative;overflow: hidden;}
.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.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */



.culture{ padding:85px 0 0  0;overflow: hidden; border-top:1px solid #f4f4f4}
.culture .i_title{padding:0 0 45px 0}
/*ki_cul_container*/
.ki_cul_container { display: -webkit-box;  /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box;     /* Firefox 19 */ display: -ms-flexbox; display: flex;  /*flexÃ¥Â®Â¹Ã¥â„¢Â¨*/ box-pack: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1.25vw; }
.ki_cul_neiyong { background: #f5f5f5; }
.ki_cul_c1 { display: -webkit-box;  /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box;     /* Firefox 19 */ display: -ms-flexbox; display: flex;  /*flexÃ¥Â®Â¹Ã¥â„¢Â¨*/ box-pack: start; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; box-align: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 100vw; background-size: 8.8vw; }
.ki_cul_pic1 { width: 50%; overflow: hidden; }
.ki_cul_pic1 img { width: 100%; }
.ki_cul_txt1 { width: 50%; }
.ki_cul_txt1 ul { margin-left: 5.2vw; margin-right: 3vw; }
.ki_cul_txt1 li { display: -webkit-box;  /* iOS 6-, Safari 3.1-6 */ display: -webkit-flex; /* Chrome */ display: -moz-box;     /* Firefox 19 */ display: -ms-flexbox; display: flex;  /*flexÃ¥Â®Â¹Ã¥â„¢Â¨*/ box-pack: start; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;flex-direction: column}
.ki_cul_txt1 span {display: block;font-size: 18px; color: #333333;  line-height: 60px; }
.ki_cul_txt1 span:first-child { color: #ffb400; font-weight: bold;font-size: 24px;}
.ki_cul_txt1 span:last-child { line-height: 60px;}
/*se_zizhi*/
.se_zizhi{padding:75px 0;position: relative}
.se_zizhi_con{position:relative;overflow:hidden;padding:45px 0 45px 0}
.se_zizhi_dd{position:relative; }
.se_zizhi_dd li{float:left; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer;}
.se_zizhi_dd .cp_div{width:99%;margin: 0  auto; position:relative; overflow:hidden; border: 1px solid rgba(0,0,0,0.05) }
.se_zizhi_dd .cp_m{  overflow:hidden;z-index: 1 }
.se_zizhi_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_zizhi_dd .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_zizhi_dd .cp_k{ width:99%;margin: 0  auto; background:rgba(0,0,0,0.05)  }
.se_zizhi_dd .cp_k p{ color:#444; font-size:18px;line-height:95px; text-align: center}
.more_m {
	color: #008cd2;
	font-size: 16px;
	padding-right: 15px;
	position: relative;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width:200px;  margin: 0 auto;
	border: 1px solid #ccc; display: block;
	color: #666666;
}

.more_m span {
	font-size: 16px;
	padding: 0 40px; display: block;
	display: block;margin:15px 0;
	background: url("../images/more3.png") no-repeat 125px 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more_m:hover {
	background-color: #ffb400;
	color: #fff;border: 1px solid #ffb400;
}

.more_m:hover span {
	background: url("../images/more.png") no-repeat 125px 3px;
}



.se_hang_dd{position:relative; overflow:hidden;padding:80px 0 }
.se_hang_dd ul{display: flex;justify-content:flex-start;flex-wrap: wrap}
.se_hang_dd li{  width: 32.5%; margin: 0 1.2% 28px 0; position:relative; overflow:hidden; transition:all 0.3s ease 0s; cursor:pointer;}
.se_hang_dd li:nth-child(3n){ margin: 0 0 28px 0;}
.se_hang_dd .cp_m{ overflow:hidden; position: relative;z-index: 2;}
.se_hang_dd .cp_jing{ position: absolute;right:0;top:0; z-index: 3}
.se_hang_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_hang_dd .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_hang_dd .cp_k{ background-image: linear-gradient(50deg,#1e4372,#125e9f);color: transparent; position: absolute;bottom:0;left:0; z-index: 3;width:100%; opacity: .9}
.se_hang_dd .cp_k p{ color: #fff; font-size:19px; line-height:90px; text-align: left; width:90%;margin:0 auto;background:url(../images/jjj.png) no-repeat right center;}


.se_product{padding:0 0 20px 0}
.se_product .s_width{ }
.se_product ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_product li{width:100%; margin: 0 0 28px 0; background: #fafafa; position:relative;cursor:pointer;  transition: 0.5s; display: flex;justify-content: space-between;align-items: center; flex-direction: row-reverse; box-shadow: 10px 17.321px 30px 0px rgba(0, 109, 178, 0.06); border-top-right-radius: 100px;overflow: hidden;border-bottom-left-radius: 100px;}
.se_product li:hover{box-shadow: 10px 17.321px 30px 0px rgba(0, 109, 178, 0.16);background: #26aca4;}
.se_product li:nth-child(2n){ flex-direction: row;}
.se_product .pro_pic img{ width:100%; margin: 0 auto;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_product 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 li a{ display: block;width:100%;overflow: hidden;}
.se_product .pro_pic{ position:relative; overflow:hidden;width:50%; background: #fff}
.se_product .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 .pro_text{ position: relative; width:50%;padding:0 95px; }
.se_product .pro_text h2{ color:#333; font-size:28px;line-height:60px; transition: 0.5s; }
.se_product .pro_text p{ color:#777; font-size:17px;line-height:33px; margin: 0 0 25px 0 ;transition: 0.5s; }
.se_product li span{width:160px;height: 48px; display: block;line-height: 48px;  background: url(../images/mma.png); color: #555;font-size: 18px; padding:0 0 0 25px; text-align: left; text-transform: uppercase;transition: 0.5s;}
.se_product li i{width:70px;height: 2px; display: block; background: #26aca4;margin: 25px 0;transition: 0.5s; }
.se_product li:hover i{ background: #fff;}
.se_product li:hover span{  background:url(../images/mmmh.png);color: #fff;}
.se_product li:hover .pro_text h2{ color: #fff;}
.se_product li:hover .pro_text p{ color: #fff;}



.baise{background: #fff;padding:0px 0 50px 0}
.se_product2{position:relative; padding:0 0 30px 0}
.se_product2 ul{display: flex;justify-content:space-between;flex-wrap: wrap}
.se_product2 li{ width:49%; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; display: flex;justify-content:center;margin: 0 0 15px 0; box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.se_product2 .cp_div{ width:50%; position:relative; overflow:hidden; background: #fff; padding:30px 0 0 65px;}
.se_product2 .cp_div pre{padding:25px 0; line-height: 30px; color: #6f6f6f; 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";}
.se_product2 .cp_m{ width:48%; position:relative; overflow:hidden; background: #fff; padding:15px 0 }
.se_product2 .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_product2 .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_product2 .cp_k p{ color:#333; font-size:24px; font-weight: bold}
.se_product2 .cp_k span{ color:#444; font-size:15px;  width:155px;line-height: 45px; border-radius: 50px; display: block; text-align: center;border: 1px solid rgba(0,0,0,0.2)}


.se_factory{ padding:50px 0 21px 0;  overflow:hidden;}
.se_factory ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_factory li{padding:20px 20px 15px 20px;width:31.5%;height:auto; margin: 0 1.9% 2% 0;position:relative;overflow:hidden; cursor:pointer; background: #fff}
.se_factory li:nth-child(3n){margin: 0 0 2% 0;}
.se_factory .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_factory 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_factory .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_factory .pro_text{ color:#232323;text-align:center; font-size:18px;line-height:75px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_factory ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }


.se_product_banner{width:100%;position: relative;overflow: hidden; }
.se_product_banner_div {width:100%;position: relative;overflow: hidden; }
.se_contact_bg{width:100%;height:700px;position: relative; background: url(../images/bg_contact.jpg) no-repeat center top;padding:130px 0 0 0;z-index: 9}
.se_contact_bg div strong{font-size: 60px; color: #fff}
.contact_div .a_title div{background: url(../images/se_g.png) no-repeat center top;}
.se_contact_p{font-size: 18px; line-height: 60px; padding:0 0 0 0px;}
.se_contact_p  div{padding:0 0 0 45px; color: #333}
.se_contact_bg .s_width{background:rgba(255,255,255,1); padding:80px 0;position: absolute;bottom:-130px;left:50%;margin-left:-44%;}
.se_contact_bg ul{ display: flex;justify-content: space-around;}
.se_contact_bg li{ }
.se_contact_bg li div{width:50px;margin:0 0 15px 0}
.se_contact_bg li div img{width:37px;}
.se_contact_bg li span{ font-size: 60px; font-weight: bold; letter-spacing: 1px; line-height: 85px; background-image: linear-gradient(130deg,#4a3047,#d63947);-webkit-background-clip:text;color: transparent; font-family: trump_gothic_east; }
.se_contact_bg li i{ font-style: normal; font-size: 20px;line-height: 85px;font-weight: bold}
.se_contact_bg li p{ font-size: 17px;}

.se_espcms_book{padding:0 0 0 0; background: #fff}
.se_espcms_book2{padding:30px 0;}
.se_espcms_book2 h1{ line-height:70px; margin: 0; text-align: center}
.se_espcms_book2 .se_date{ font-size:15px; line-height:38px; padding: 0 0 30px 0 ;text-align: center}

.se_tel{padding:30px 0 0 0}
.miaoshu{ line-height:75px; padding:0 0 0 0; color:#444; font-size:36px;  margin:0 0 25px 0; position: relative;}
.miaoshu i{ position: absolute;left:0;bottom:0;width:50px;height:2px; background: #f39903}
.th_pro_con {  font-size:15px; line-height:31px; color:#666;  margin-bottom:30px;  padding:30px 0; }
.th_pro_con table{border: 1px solid #666;border-collapse: collapse;font-size: 16px;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #666;line-height: 40px;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:30px 0 0 0; padding:0 0 30px 0}
.info_content{ font-size:15px; line-height:31px; color:#666;padding:0 0 0 0;}
.info_content img{ max-width:100%;margin-bottom: 35px;}

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


.info_liuyan{position: relative;height:645px;}
.se_liuyan_con{ width:100%; padding:35px 5%; box-sizing:border-box;  border:1px solid #dddddd ; box-shadow: 0px 1px 4px rgba(250, 233, 221, 0.3), 0px 0px 20px rgba(223, 54, 42, 0.1) inset; z-index:1}

.second_img div{margin:0 0 20px 0;}
.guding_title{ font-size:24px; color:#eb0e0e; margin-bottom:30px;text-indent:0;padding:0 0 0 45px;background:url(../images/quan2.png) no-repeat left center; line-height: 65px; }
.se_xg{background: url(../images/ppbg.jpg);padding:80px 0 10px 0;}
.se_case{position:relative; overflow:hidden; padding: 50px 0 50px 0; }
.se_case ul{padding: 0 0 50px 0; display: flex;justify-content: space-between; flex-wrap: wrap}
.se_case li{ width:23%; height:auto; margin-right:0; margin-bottom:24px; position:relative; overflow:hidden;border-radius: 40px; transition:all 0.3s ease 0s; cursor:pointer;box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.se_case .cp_m{ width:100%; margin: 0 auto;overflow:hidden;position: relative;z-index: 2;}
.se_case .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_case .cp_k{width:100%;z-index: 1; line-height:94px; background:#fff url(../images/2_12.png) no-repeat right bottom;}
.se_case .cp_k p{ color: #1e1e1e; font-size:19px; line-height:90px; text-align: left; width:90%;margin:0 auto;background: url(../images/xxx.jpg) no-repeat left center; padding:0 0 0 55px;}
.se_news{padding:35px 0 65px 0; line-height: 35px; font-size: 16px; color:#666; }
.se_newslist{ }
.se_newslist ul{ }
.se_newslist li{display:flex;flex-direction:row;justify-content:space-between; border-bottom:1px solid rgba(0,0,0,0.1);  overflow:hidden; cursor: pointer; margin:0 0 35px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;  align-items: center;padding:0 0 30px 0;flex-wrap: wrap}
.se_newslist_l{ width:19%; position:relative; overflow:hidden; }
.se_newslist_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist_r{ width: 76%; position: relative; z-index: 1; margin:0 20px 0 0}
.se_newslist_r a{ font-size:24px; color:#333; text-transform:uppercase; display:block; line-height:42px; }
.se_newslist_r a:hover{ color:#333;}
.se_newslist_r p{ line-height:28px; color:#888; font-size:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist_r span{ display:block; line-height:28px; color:#888; padding:5px 0 5px 35px; font-size:15px;text-transform:uppercase; background:url(../images/zhong.png) no-repeat left center;background-size: 18px;}
.se_newslist_r .se_newslist_more{ width:90px; border-bottom:1px solid #1476c2; line-height:40px; text-align:center; padding:15px 0 0 0}
.se_newslist_r .se_newslist_more a{ color:#1476c2; font-size:14px;}
.er_title div strong{ color: #fff}
.se_contact_p .p1 {background:url("../images/cont-dz.png") -8px center no-repeat;}
.se_contact_p .p2 {background:url("../images/cont-dh.png") -10px center no-repeat;}
.se_contact_p .p3 {background:url("../images/cont-kf.png") -8px center no-repeat;}
.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:26px;font-weight:700;text-align:center;color:#fff;text-shadow:0 0 8px #e24627;box-shadow:0 30px 30px 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: 16px;}
.message_t div.niu{color:#fff;font-weight: bold;font-size: 45px; }
/*video*/
.ppro_pic{width:55%;position:absolute;right:5px;bottom:25px; z-index: 5;text-align: center}
.ppro_pic img{width:100%; max-width:748px;}
.se_lanmu{ text-align: center;position: absolute;width:50%;left:50%;margin-left:-25%;height:300px;top:50%;margin-top:-150px; z-index: 999}
.se_lanmu b{ display: block;font-size: 36px;color:#fff;text-transform: uppercase; font-weight: normal; }
.se_lanmu .aboutus_line{height:57px;width:3px;background:#fff;margin:28px auto}
.se_lanmu strong{ display: block;font-size: 70px;color:#fff;}
.se_lanmu p{font-size: 17px;color:#fff;line-height: 40px}
.se_bian{ text-align: left;position: absolute;width:88%;left:50%;margin-left:-44%;height:340px;top:50%;margin-top:-200px; z-index: 999}
.se_bian b{ display: block;font-size: 36px;color:#222;text-transform: uppercase; font-weight: normal; }
.se_bian strong{ display: block;font-size: 70px;color:#222;}
.se_bian p{font-size: 17px;color:#333;line-height: 40px;position: relative;height: 40px;padding:0  0 0 65px; margin: 0 0 45px 0}
.se_bian p:before{content: '';position: absolute;left:0;top:19px;width:50px;height:1px;background: #222;}
.se_bian .kuang{position: absolute;left:0;bottom:0}
.se_bian ul{width:370px; display: flex;justify-content: space-between;}
.se_bian li{width:48%; border: 1px solid rgba(0,0,0,0.6);line-height: 55px; text-align: center;transition: 0.5s;}
.se_bian li a{ color: #333;font-size: 16px;}
.se_bian li:hover{border: 1px solid #e32222; background: #e32222}
.se_bian li:hover a{color: #fff}
.bian_con{width:100%;display: flex;justify-content: space-between}
.bian_con div.bian_con_pic{width:50%; text-align: center;padding:25px 0 0 0}
.bian_con div.bian_con_pic img{width:90%;max-width: 700px;}
.bian_con div.bian_con_text{ width:50%;background: #f7f9fb;position: relative}
.se_pro_text{width:45%;}
.se_pro_text{width:85%;text-align:left; position: absolute;left:50%;margin-left:-42.5%;top:50%;margin-top:-250px;height:500px;}
.se_pro_text h1{ text-align: left;line-height:95px;font-weight: bold; color:#555;margin: 0 0 0 0}
.se_pro_text .se_date{ text-align:left;font-size:15px;line-height:33px;color:#777;  margin:10px 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);padding:25px 0}
.se_pro_text .join_back{width:140px; height: 50px; line-height: 50px; background:#ec1212; text-align: center;  margin:20px 0;}
.se_pro_text .join_back a{ color:#fff;}
.nn_banner .video_yuan_l{width:400px;height:400px;background:rgba(248,36,36,0.6); position: absolute;z-index:5;bottom:-31%;left:-10%;border-radius:400px;}
.nn_banner .s_width{z-index: 4; position:relative;}
.nn_banner_li{width:500px; display: flex;justify-content:flex-start;margin:15px auto}
.nn_banner_li li{width:45%;margin:0 10px 0 0;border:1px solid rgba(255,255,255,0.5);line-height: 55px;text-align: center;transition:0.3s;}
.nn_banner_li li a{ display: block; color:#fff;transition:0.3s;font-size:16px;}
.nn_banner_li li a:hover{background:#e22929;text-decoration: none;}
.nn_banner_li li:hover{border:1px solid #e22929;}
.nn_banner_li li.on{border:1px solid #e22929;background:#e22929;}

.se_li_pro_a{ display: flex;justify-content: space-between; position: relative}
.se_li_pro_b{ display: flex;justify-content: space-between; position: relative}
.se_li_pro_pic{width:50%;}
.se_li_pro_pic img{width:100%;}
.se_li_pro_text{width:50%;padding:5% 5% 0 5%; background: #fff; text-align: left;}
.se_li_pro_text strong{ display: block; color:#444;line-height: ; font-size: 50px;}
.se_li_pro_text li a{ color:#333;line-height: 35px; font-size: 17px;}
.se_li_pro_text ul{display: flex;justify-content: flex-start;}
.se_li_pro_text li{ width:30%}
.se_li_pro_text p{ color:#333;line-height: ; font-size: 16px; margin: 0 0 35px 0}
.se_li_pro_line{height:47px;width:3px;background:#444;margin:28px 0}
.se_li_pro_text dd a{ color:#333;line-height: 45px; font-size: 17px;}
.se_li_pro_text dl{display: flex;justify-content: flex-start; flex-wrap: wrap}
.se_li_pro_text dd{ width:30%}
.se_honnor{ padding:21px 0;  overflow:hidden;}
.se_honnor ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_honnor li{padding:25px 25px 15px 25px;width:32%;height:auto; margin: 0 1% 2% 0;border:1px solid #f3f3f3;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.se_honnor li:nth-child(3n){margin: 0 0 2% 0;}
.se_honnor .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_honnor 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_honnor .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_honnor .pro_text{ padding:8px 0 0 0;color:#232323;text-align:center; font-size:18px;line-height:55px;}
.se_honnor ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }

.page_box{border-bottom:1px solid rgba(0,0,0,0.05); padding: 30px 0 30px 0; color:#555; position: relative;z-index: 5;background: #fff}
.se_title{padding:65px 0 0 0}
.flex_title{text-align:center;width:585px;margin:0 auto;}
.flex_title div{font-size:30px;color:#4c4c4c}
.flex_title p{font-size:48px;color:#414141;line-height:70px;}
.flex_title p a{color:#414141;}
.flex_title p strong{color:#028e9b}
.flex_title span{display:block;height:1px;padding:10px 0 0 0}
.flex_title i{display:block;line-height:30px;font-size:16px;color:#676767;font-style:normal;}
.item_title2{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:121px;}
.item_title2 div{color:#145fc5;font-size:38px;font-weight:bold;}
.item_title2 div span{color:#232323}
.item_title2 p{color:#505050;font-size:17px;}
.se_espcms_page{font-size:15px; margin-bottom:30px; border:1px solid #eee; padding:30px 30px; display:flex;flex-direction:row;justify-content:space-between;flex-wrap: wrap}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:15px;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.th_news_con{overflow: hidden; font-size:15px; line-height:31px; color:#666;text-indent:2em; margin-bottom:30px; border:1px solid #eee; padding:30px 50px;}
.th_news_con img{ text-indent:-2em; display: block;margin:0 auto;}
.index-title{text-align:center;position:relative;margin:115px 0}
.index-title i{display: block; font-style: normal; font-size:50px;line-height:50px;color:#f12929;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:#f12929;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:18px;color:#666;line-height:32px;margin-top:26px}
.lixi_contact{ padding:80px 0 10px 0;display:flex;justify-content:space-between;}
.lixi_contact li{ width:430px; float:left; margin:0 30px 0px 0;-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);  box-shadow: 0 0 15px rgba(0,0,0,0.05); background:rgba(255,255,255,0.3); height:260px; padding:50px 0 0 0}
.lixi_contact li:nth-child(3){ margin:0 0 0 0}
.lixi_contact p{ line-height:30px; color:#333; font-size:18px;  text-align:center}
.lixi_contact strong{ line-height:46px; font-size:26px; display:block; text-align:center;color:#24a6d8}
.lixi_contact img{ width:62px; display:block; margin:0 auto 10px auto}
.lianxi .map{position:absolute;width:100%;left:0; top:0;height:760px;z-index:2}
.video-box {
	position: relative;
	padding-top: 39%;
	overflow: hidden;
}
.video-box video {
	position: absolute;
	left: 50%;margin-left:-40%;
	top: 50%;margin-top:-20%;
	width: 80%;
	height: 80%;
	-o-object-fit: cover;
	object-fit: cover;
}
.icon-play {
}
.index-video {
	position: fixed; z-index:999999999999999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);display: none;
}
.index-video .x-btn {
	top: 5%;
	right: 5%;
}
.index-video-wrap {
	z-index: 30;
}
.x-btn {
	position: absolute;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	background-color: ;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 24px;
	z-index: 50;transition:.4s all;
}
.x-btn:hover {
transform: rotate(360deg); -webkit-transform: rotate(360deg);
	color: #fff;
}
.pp_read{position: absolute; top:20%; left:11%; width: 80%; height: 600px; z-index: 4; display: flex;justify-content:space-between;}
.pp_read .pp_read_text{width:45%;}
.pp_read .pp_read_text h1{font-size:70px;color:#fff;line-height:96px;font-weight:bold}
.pp_read_jianjie{padding:0 0 0 85px;color: #eee;font-size: 16px; line-height: 33px;position: relative;}
.pp_read_jianjie:before{position:absolute; left:0;top:16px;width:70px;height:1px;background: rgba(255,255,255,0.5);content:'';}
.pp_read .pp_read_pic{width:50%;text-align: center;}
.pp_read .pp_read_pic img{width:100%; }
.pp_read .pp_read_pic .dulv_pp img{width:600px; }
/*daoruye*/
.mainly {position: fixed;top: 0;height: 100vh;width: 100%;background: #333;z-index: 9999;overflow: hidden;opacity: 0}
.mainly .m_bg{top: 0;height: 100vh;width: 100%;background: rgba(0,0,0,0.5) url(../images/banner_bg.png) repeat; z-index: 2;position: absolute
}
.m_text{width:1090px;height:410px;position:absolute;left:50%;top:50%;margin:-205px 0 0 -545px; z-index: 3}
.m_text div{text-align: center;padding:0 0 30px 0}
.m_text p {	position:absolute;left:50%;margin-left:-70px;bottom:0;font-size:16px;color:#fff;width:140px;line-height:40px;border:1px solid rgba(255,255,255,1);text-align:center;cursor: pointer;transition: all 0.3s;}
.m_text p:hover {background: #e7390d;border:1px solid #e7390d}
.lyanimate {height:0;opacity:0;transition:all 1s ease;}
.display{display: none;}
.mainly video{width:100%;height:100%;object-fit:cover;z-index:1}
.wid_height{ height: 100vh;width: 100%; transition:0.3s;}
.wid_height_hover{height:0;}
.p_float{ position:fixed; width:50px; bottom:0;  right:0; z-index:9999; opacity:0}
.p_float li{ height:50px; width:50px; text-align:center; background:#e42a2a; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-radius:5px;}
.p_float li i{ display:block; width:50px; height:50px; z-index:2; position:relative}
.p_float li:hover{ background:#333; }
.p_float li i.fl_top{ background:url(../images/tt.png) no-repeat center center;}




.p_jieshao2{width:100%;display: flex;justify-content: center;flex-direction: column}
.p_jieshao2 .p_text{ margin-bottom: 50px;}
.p_jieshao2 strong{ display: block;font-size: 50px;color: #313131 ; line-height: 90px;}
.p_jieshao2 span{ display: block; font-size: 17px;color: #333333; line-height: 34px;}
.p_jieshao2 ul{ display: flex;justify-content:flex-start;padding-bottom:20px;  border-bottom:1px solid rgba(0,0,0,0.1);}
.p_jieshao2 li{ border-right:1px solid rgba(0,0,0,0.1);padding:0 5% 0 5%; display: flex;justify-content:flex-start; flex-direction: column; line-height: 24px; font-size: 17px;color:#777; text-align: left}
.p_jieshao2 li:nth-child(1){ padding:0 5% 0 0;}
.p_jieshao2 li:nth-child(3){ border-right:0 solid rgba(0,0,0,0.1);}
.p_jieshao2 li .canshu{font-size:36px; color: #2c2c2c; font-family: trump_gothic_east; text-transform: uppercase; line-height: 55px;}

.se_espcms_book3{ padding:190px 3% 80px 3%; background: url(../images/b03.jpg) no-repeat center bottom; }

.modal-footer{ display: flex;justify-content: flex-start;flex-direction: column;position: relative;width:7%;}
.se_bg_pic{ background: #fff; width:49%;overflow: hidden; display: flex;justify-content: space-between}
.se_bg_pic img{width:100%; display: block}

.se_pro_text_pp{width:39%;padding:5% 3% 0 3%;    background: url(../images/main.jpg) no-repeat center top; display: flex;justify-content: flex-start;flex-direction: column}
.se_pro_text_pp h1{ line-height:50px; margin:0 0 15px 0; font-family: impact; font-size: 38px; text-transform: uppercase}
.se_pro_text_pp .se_date{ font-size:15px; line-height:38px; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);padding:25px 0;color:#555}
.se_pro_text_pp .se_date span{padding:0 20px 0 0;}
.se_pro_text_p{ width:100%;margin:0 auto 15px auto;padding:25px; line-height: 30px;font-size: 16px; border-radius: 20px;}
.se_pro_text_li{padding:35px 0;width:100%;display: flex;justify-content:space-between}
.se_pro_text_li li{width:45%; text-align: center; border:2px solid #26aca4 ; border-radius: 50px;}
.se_pro_text_li li:nth-child(2){  background: #26aca4;}
.se_pro_text_li li a{ color: #333;font-size: 38px; line-height: 55px; font-family: trump_gothic_east; display: block}
.se_pro_text_li li a img{ padding:0 15px 0 0}
.se_pro_text_li li:nth-child(2) a{ color: #fff;font-size: 16px}
.se_pro_pic_text{display: flex;justify-content: space-between; }
.prod_nav{ position: relative;z-index: 2;box-shadow: 0 0 35px rgb(0 0 0 / 7%); background: #fff}
.prod_nav2{ position: fixed; top:0;width:100%;}
.prod_nav ul{ display: flex; justify-content:center;}
.prod_nav li{ width:230px;text-align:center; overflow: hidden;  line-height:50px; color:#444;}
.prod_nav li.cu_active{ color:#fff; background: #26aca4; transition: 0.5s;}
.prod_nav li a{ color:#555; font-size:20px; display:block;padding:25px 0;  transition: 0.5s;}
.prod_nav li a:hover{ color:#fff; background: #189a92;}
.prod_nav li a:hover .se_none{display: block;}
.prod_nav li a:hover .se_block{display: none;}
.prod_nav li.cu_active a{ color:#fff;  font-size:20px; font-weight: bold}
.prod_nav li .se_block{display: block;}
.prod_nav li .se_none{display: none;}
.prod_nav li img{margin: 0 auto;  transition: 0.5s;}
.prod_nav li.cu_active .se_none{display: block;}
.prod_nav li.cu_active .se_block{display: none;}
.se_con{background: #f7f9fd; padding:65px 0}
.se_con2{  padding:189px 0 65px 0}
.se_con .s_width{ display: flex;justify-content: space-between}
.se_con_l{width:73%;}
.se_con_r{width:20%; background: #fff;box-shadow: 0 0 35px rgb(0 0 0 / 7%);border-top-left-radius: 20px;border-top-right-radius: 20px; overflow: hidden;}
.se_con_r h3{ line-height: 95px; font-size: 27px; text-align: center; background: #26aca4; color: #fff;}

.se_con_r_pic{ width:78%;margin:0 auto; padding:35px 0}
.se_con_r_pic li{ position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; }
.se_con_r_pic .cp_m{ position:relative; overflow:hidden;z-index: 1;border: 3px solid rgba(0,0,0,0.05) }
.se_con_r_pic .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_con_r_pic li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_con_r_pic li p{ color:#888;font-size:16px;line-height:55px; text-align: center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

.info_content2{ font-size:16px; line-height:31px; color:#666;padding:0 0 25px 0;}
.info_content2 img{ max-width:100%;margin:15px 0;}
.info_content2 th, .info_content td{border: 1px solid #dddddd;line-height: 40px;border-collapse: collapse;padding:0 10px	}
.info_content2 table {width: 100%;border-collapse: collapse;}
.info_content2 p strong{ font-size:27px; line-height:30px; display: block;color:#222;margin:35px 0; }
.p_jieshao2{width:100%;border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1); font-size: 16px; line-height: 35px; padding:25px 0;color: #555}

.modal-dialog{}
.modal-content{
	height: 100% !important;
}
#showbigpic{
	width: 100%; margin: 0 auto
}
.piclist{}
.piclist ul{ display: flex;justify-content: center;flex-direction: column}

.absolute{
	position:absolute
}
.arrow-left{
	top:18px;
	left:0;
	color:white;
	cursor: pointer;
	width:20px;height:100px; background:url(../images/left.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.arrow-right{
	top:18px;
	right:0;
	color:white;
	cursor: pointer;
	width:20px;height:100px; background:url(../images/images/right.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.arrow-left:hover{ background:url(../images/images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/images/right_h2.png) no-repeat center top;}
#mycarousel{transition: all .4s;}
.espcms_pro_photo li{ width:100%; margin-bottom:5px; text-indent:0;}
.espcms_pro_photo li img{width:100%; background: #fff  }

.cage_li{ padding:25px 0}
.cage_li li{ display: flex; justify-content: flex-start;line-height: 35px;padding:0 0 15px 0;margin:15px 0 0 0}
.cage_li li span{  width:10%; }
.cage_li li span a{ color: #333;font-size: 20px;font-weight: bold}
.cage_li li div{  width:83%; display: flex;justify-content: flex-start;}
.cage_li li div a{ color: #666;font-size: 16px; padding:0 15px 0 0}



.showpic{position:fixed;width:100%;background-color: black;filter: Alpha(opacity=50);background: rgba(0,0,0,0.8);display:none;top:0;left:0;z-index:100000}
.showpic .picdiv{position:absolute;top:50%;left:50%;opacity:0;background:#fff;}
.showpic .picdiv img{}
.showpic .picbtn_l{position:absolute;top:50%;margin-top:-20px;width:32px;height:100px; background:url(../images/images/left_h.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.showpic .picbtn_r{position:absolute;top:50%;margin-top:-20px;width:32px;height:100px; background:url(../images/images/right_h.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}

.showpic .picbtn_l:hover{ background:url(../images/images/left_h3.png) no-repeat center top;}
.showpic .picbtn_r:hover{ background:url(../images/images/right_h3.png) no-repeat center top;}
.showpic .closepic{position:absolute;top:5px;right:5px;background:url(../images/images/guan2.png) no-repeat center top;width:60px;height:60px; transition:.4s all;}
.showpic .closepic:hover{transform: rotate(360deg); -webkit-transform: rotate(360deg); }
.showpic p{ text-align:center; font-size:18px; padding:0 0 20px 0 }


.wap_title{display: none;}

@media only screen and (max-width:1800px){ 
	.se_about_l .about_p{font-size: 16px;color: #555;line-height: 30px;}
	.xinlai_num .jumbo{ font-size: 85px;}
	.xinlai_num #wrap .xinlai_num_li{ width:290px;height:290px;}
	.q-zong .wrapper .yuan{ width: 290px;height: 290px;}
	.xinlai_num section:nth-child(2){margin: -35px 0 0 0;}
}

@media only screen and (max-width:1600px){ 
	.se_aa_title strong{font-size: 55px;}
	.i_title p i{font-size: 45px;}
	.red_l h2{font-size: 40px;}
	.s_width{width:92%;}
	.about_l{width:46%;}
	.xinlai_num .jumbo{ font-size: 80px;}
	.index_nav{width:50%}
	.se_about_l .about_tt strong{font-size: 35px;}
	.header .logo p{display: none;}
	.se_banner_title{ justify-content: center; width: 92%;margin-left: -46%;}
	.xinlai_num #wrap .xinlai_num_li{ width:270px;height:270px;}
	.xinlai_num #wrap .xinlai_num_li span img{width:55px}
	.q-zong .wrapper .yuan{ width: 270px;height: 270px;}
	.xinlai_num section:nth-child(2){margin: -35px 0 0 0;}
	.xinlai_num #wrap .xinlai_num_li p{font-size: 16px;}
	.xinlai_num .jumbo{line-height: 72px;}
}
@media only screen and (max-width:1550px){ 
	.se_about_l .se_about_num{width:35%}
	.se_about_num li{width:47%;}
	.se_about_l .about_tt p{ display:none;}
	.se_banner_title p{font-size: 43px;}
}
@media only screen and (max-width:1500px){ 
	.lh_75{height:40px;}
	.fl_title span{ line-height: 28px;font-size: 15px;}
	.se_product li{ margin: 0 1% 12px 0;}
	.se_product li:nth-child(4n){ margin: 0 0 12px 0;}
	.nav_layer .layer_r{width:25%}
	.nav_layer .layer_l_bd p{font-size: 15px;line-height: 27px;}
	.nav_layer .layer_c a{ font-size:15px;line-height:35px;}
}
@media only screen and (max-width:1490px){ 
	.about_tt strong{font-size: 34px; line-height: 46px;}
	.about_con .about_p{font-size: 16px;line-height: 28px;}
	.about_li li{ width:80px; line-height: 45px;}
	.about_li li div{ width:80px; height:80px;}
	.about .in_title p{display: none;}
	.xinlai_num .jumbo{ font-size: 70px;}
	.xinlai{padding:0 0}
	.pro02BoxBotConText .right>ul>li>h2{ font-size: 16px;}
	.pro02BotNav li{ font-size: 16px;}
	.pro02BotNav li.active{ font-size: 17px;}
	.pro02BoxBotConText .right div{ font-size: 24px;}
	.contact_us01 .li_ .tit{font-size: 24px;}
	.i_title p i{ font-size:33px;}
	.i_title span{ font-size:15px;line-height:28px;}
	.contact_us01{padding-bottom: 50px;}
	.message_l .bt1{font-size:24px;}
	.message_l .bt2{font-size:16px;}
	.liu_con{padding: 30px 60px 30px 70px;}
	.se_about_l .se_about_tt strong{font-size:36px;}
	.se_about_l .se_about_tt p{font-size:20px;}
	.se_about_num strong{font-size:50px;}
	.pro_dd li strong{font-size: 25px;}
	.pro_dd li p{font-size: 16px; line-height: 25px; }
	.se_gongsi .pro_text{  font-size:16px; }
}
@media only screen and (max-width:1400px){ 

	.about_con .about_p{ line-height: 26px;}
	.about_tt p{font-size: 20px; }
	.about_tt{margin: 0 0 15px 0;}
	.se_product2 .cp_div{padding:30px 0 0 15px}
	.se_product2 .cp_k span{width:120px;fong-size:15px; line-height:40px;}
	.red_l p{ font-size: 16px;line-height: 28px; }
	.tab-con-item:nth-child(3) .red_l p{ font-size: 16px;line-height: 28px; }
	.item_title div{font-size: 47px;}
	.item_title{height:170px; margin-top:-85px;}
	.fl_title div{font-size: 40px; line-height:80px;}
	.huise{padding:30px 0 30px 0}
	.se_zizhi_con{position:relative;overflow:hidden;padding:5px 0 15px 0}
	.brand_t{position:relative;overflow:hidden;padding:0 0 25px 0}
	.se_about{padding:95px 0}
	.culture{padding:45px 0 0 0}
	.se_zizhi{padding:45px 0}
	.fl_title{padding:35px 0 30px 0}
	.se_product .pro_text{ font-size:16px;line-height:50px; }
	.se_nav li a{ font-size:17px;}
	.se_product2 .cp_div pre{padding:15px 0;font-size:15px;line-height:27px;}
	.se_product2 .cp_k p{ font-size:18px;}
	.se_product3 .pro_text{ font-size:16px;}
	.se_wenhua li{padding:35px 0; width:33%; }
	.se_wenhua li span{ font-size: 20px;line-height: 40px;}
	.se_wenhua li p{ font-size: 16px; line-height: 30px;}
	.se_wenhua_b{font-size: 24px;}
	.company li strong{font-size: 22px;}
	.company li p{ font-size: 16px;line-height: 28px;margin-bottom:0;}
}
@media only screen and (max-width:1350px){ 
	.duo_l{width:18%}
	.tab-con{width:82%}
	.f_con .cp_div{padding:20px 0 20px 20px;}
	.f_con .cp_k a{ width:121px;line-height: 35px;}
	.se_aa_title p{font-size: 20px;}
	.ipart04 .left .left_b .nitem .box .tit{font-size: 20px;}
	.ipart04 .right .nitem .intro .box .tit{font-size: 20px;}
	.ipart04 .left .left_t .cover .box .tit{font-size: 20px;}
	
	
}
@media only screen and (max-width:1300px){ 
	.red_l h2{font-size: 30px;}
	.xinlai_num #wrap .xinlai_num_li span{display: none;}
	.se_aa_title strong{font-size: 44px;}
	.se_about_num{display: none;}
	.se_banner_a{display: none;}
	.wap_title{display: block;}
}
	
@media only screen and (max-width:1200px){ 
	.se_wenhua li{ width:49%; }
	.se_wenhua li span{ font-size: 17px; line-height: 40px; }
	.se_wenhua li p{ font-size: 15px;}
	.none{display:block;}
	.none3{display:block;}
	
	.block{display:none;}	
	.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;  }
	.footer .s_width{padding:30px 0 30px 0;}
	.zizhi_t{padding: 30px 0 30px 0;}
	.news{padding: 30px 0 30px 0;}
	.hezuo{padding: 30px 0 30px 0;}
	.about{padding: 30px 0 30px 0;}
	.hezuo ul{ display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;border: 0 solid rgba(0,0,0,0.05);border-bottom: 0 solid rgba(0,0,0,0.05);}
	.hezuo ul li{ width:24%; text-align: center; border: 1px solid rgba(0,0,0,0.05); margin: 0 0 3px 0 }
	.hezuo ul li:nth-child(7n){border-right: 1px solid rgba(0,0,0,0.05);}
	.i_title p i{font-size: 36px;}
	.i_title span{font-size: 15px; line-height: 27px;}
	.wap_pro{background: #f1f1f2;    padding: 30px 0 30px 0;}
	.wap_pro_con ul{margin:0;display: flex;justify-content:space-between; flex-wrap: wrap}
	.wap_pro_con li{width:32.5%; margin: 0 1% 8px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;  }
	.wap_pro_con li:nth-child(3n){ margin: 0 0 8px 0;}
	.wap_pro_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
	.wap_pro_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);}
	.wap_pro_con li a{ display: block;width:100%;overflow: hidden;}
	.wap_pro_con .pro_pic{ width:100%; position:relative; overflow:hidden; }
	.wap_pro_con .pro_text{ position: relative; padding:0 0; background: #f8f8f8; }
	.wap_pro_con .pro_text p{color:#515151; font-size:16px;line-height:50px; }
	.wap_cage{ display: flex;justify-content: space-between; padding:0 0 15px 0; flex-wrap: wrap}
	.wap_cage li{ text-align: center; width:50%;  background: #272727; text-align: center}
	.wap_cage li:nth-child(2){ background: #333}
	.wap_cage li:nth-child(3){ background: #333}
	.wap_cage li:nth-child(4){ background: #272727}
	.wap_cage li:nth-child(5){ background: #272727}
	.wap_cage li:nth-child(6){ background: #333}
	.wap_cage li a{ color:#fff; font-size: 15px; line-height:49px; }
	.news_t{margin-bottom: 20px;}
	.xinlai_num .jumbo{ font-size: 40px;line-height: 60px;}
	.about_con{justify-content: space-between;flex-direction: column}
	.about_l{width:100%;}
	.about_r{width:100%;}
	.zizhi_dd .cp_k p{font-size: 16px; line-height: 55px;}
	.zizhi_con_wap ul{ width:96%; margin:0 auto; display: flex;justify-content: space-between;flex-wrap: wrap;padding:20px 0 0 0}
	.zizhi_con_wap li{  width:49%; position:relative; overflow:hidden; background: #f2f2f2;border: 1px solid #f2f2f2;margin: 0 0 5px 0   }
	.zizhi_con_wap .cp_m{ position:relative; overflow:hidden;z-index: 1 }
	.zizhi_con_wap .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
	.zizhi_con_wap .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
	.zizhi_con_wap .cp_k{  }
	.zizhi_con_wap .cp_k p{ color:#444; font-size:15px;line-height:45px; text-align: center}
	.footer_p{line-height: 28px; font-size: 14px; padding:0 0 15px 0}
	.f_erweima{display: none;}
	.f_logo{width:25%}
	.item_title{height:60px; margin-top:-30px;}
	.se_aa_title div{background: none;}
	.se_pro_title div{background: none;}
	.se_nn_title div{background: none;}
	.se_hh_title div{background: none;}
	.item_title div{padding:0 0 0 0}
	.item_title p{display: none;}
	.item_title div{font-size: 30px;}
	.item_title span{margin: 0 auto}
	.page_box{padding:10px 0;font-size: 14px;}
	.page_box a{font-size: 14px;}
	.se_nav li a{line-height: 65px; height: 65px; font-size: 16px;}
	.se_about_l{padding:15px 20px;}
	.se_about_l .about_tt strong{font-size: 28px;}
	.ki_cul_txt1 span:first-child{font-size: 20px; line-height: 36px;}
	.ki_cul_txt1 span:last-child{ line-height: 35px;}
	.ki_cul_txt1 span{font-size: 16px;}
	.culture{padding:30px 0 0 0}
	.se_about{padding:0 0 30px 0}
	.se_zizhi_dd .cp_k p{line-height: 55px;}
	.se_zizhi{padding: 30px 0}
	.more_m{width:142px;}
	.more_m span{background: url(../images/more3.png) no-repeat 85px 3px;padding:0 10px;margin:8px 0}
	.zizhi_con_wap {padding:0 0 20px 0}
	.se_honor .pro_text{padding:15px 0}
	.se_honor_wap dl{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;padding:0 0 25px 0;}
	.se_honor_wap dd{ width:32.3%;height:auto; margin: 0 1% 15px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer; }
	.se_honor_wap dd:nth-child(3n){margin: 0 0 15px 0;}
	.se_honor_wap .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
	.se_honor_wap dd:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
	.se_honor_wap .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; }
	.se_honor_wap .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
	.se_honor_wap .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_honor_wap .pro_text{ color:#232323;text-align:center; font-size:16px;line-height:30px;padding:10px 10px 10px 10px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
	.fl_title div{font-size: 30px;line-height: 65px;}
	.fl_title{padding:5px 0}
	.se_product2 .cp_div{padding:20px 0 0 15px}
	.se_product2 .cp_k span{width:110px;fong-size:14px; line-height:30px;}
	.se_product2 .cp_k p{ font-size:18px; }
	.se_product2 .cp_div pre{font-size:16px;}
	.se_product .pro_text{ font-size:16px; }
	.se_product_wap{padding:0 0 30px 0}
	.se_product_wap .s_width{ }
	.se_product_wap ul{margin:0;display: flex;justify-content:space-between; flex-wrap: wrap}
	.se_product_wap li{width:32%; margin: 0 1% 18px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;}
	.se_product_wap li:nth-child(3n){ margin: 0 0 18px 0;}
	.se_product_wap .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
	.se_product_wap 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_wap li a{ display: block;width:100%;overflow: hidden;}
	.se_product_wap .pro_pic{ width:100%; position:relative; overflow:hidden; border-bottom:1px solid rgba(0,0,0,0.05)  }
	.se_product_wap .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_wap .pro_text{ position: relative; color:#515151; font-size:15px;line-height:45px; }
	.se_product_wap li:hover .pro_text{background: #f3bc0a; color: #fff }
	.se_nav li{ width:calc(100%/3);}
	.se_nav_about li{ width:calc(100%/2);}
	.th_news_con{padding:10px 10px; margin-bottom: 0}
	.se_espcms_book2{padding:10px 0;}
	.se_espcms_page{padding:10px 5px;}
	.se_espcms_page li{width:100%;}
	.fl_title p{display: none;}
	.se_newslist_l{width:30%}
	.se_newslist_r{width:66%}
	.se_newslist_r a{font-size: 17px;}
	.se_espcms_book2 h1{font-size: 22px; line-height:40px; padding:15px 0 10px 0}
	.lh_75{height:10px;}
	.info_con_wap{padding:0 10px;}
	.contact_us01{padding:45px 0}

}	
@media only screen and (max-width:1150px){ 
	.productshow{padding: 45px 0 0 0;}
	.pro02BoxBot{display: none;}
	.pro02BoxBotConText .right>ul>li{width: calc(100%/3 - 10px);}
	.wap_container{display: block;}
	.pro02BoxBotConText .right{padding:30px 0 0 0}
	.pro02BoxBotConText .right>ul>li:nth-child(4n){margin: 0 10px 15px 0;}
	.contact_us01 .li_box{    padding: 40px 10px 50px;}
	.contact_us01 .li_ .con{font-size: 15px;}
	.block2{display:none;}
	.none2{display:block;}
	.video2{display:block;}
	.video2{width:100%;position: relative;overflow: hidden;background: url(../images/jingxiangpic.jpg) no-repeat center top;background-size:100%;}
	.video2 video{width:100%; display: block}
	.ipart04 .right{display:none;}
	.ipart04 .left{width:100%;}
	.left_b {width:100%;margin: 0 0 0 0;}
	.content{ margin: 0 auto;}
	.se_product .pro_text h2{font-size: 24px;line-height: 50px;}
	.se_product li i{margin: 15px 0;}
	.se_product .pro_text p{ font-size: 15px;line-height: 28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.a_pic img{}
}
@media only screen and (max-width:950px){ 
	.contact_us01 .li_{width: 45%; margin-right:5%;}
	.contact_us01 li:nth-child(2n) { margin-right:0;}
	.contact_us01 .li_three{margin-right:5%;}
	.contact_us01 li:nth-child(4){display: none;}
	.contact_us01 li:nth-child(6){display: none;}
	.message{display: none;}
	.liuyan_t {display: none;}
	.fix {  width: 90%; margin: 0 0 0 7%;}
	.yewu{display: none;}
	.xinlai{display: none;}
	.left_b {width:100%;margin: 0 0 0 0;}
	.content{width: 90%; margin: 0 auto;}
	.se_product li{border-top-right-radius: 0;overflow: hidden;border-bottom-left-radius: 0;}
	.se_product li span{display: none;}
	.se_product .pro_text{padding: 0 25px;}
	.se_product .pro_text h2{font-size: 17px;}
	.se_product li i{display: none;}
	.se_product .pro_text p{font-size: 14px;line-height: 25px;margin: 0 0 0 0;}
	.se_banner_title p{text-align: center;font-size:24px;}
	.se_banner_title{height: 50%;bottom: 45%;}
}
@media only screen and (max-width:800px){ 
	.se_about_l .se_about_tt strong{ font-size: 22px;}
	.se_about_l .se_about_tt p{ font-size: 15px;line-height: 28px;}
	.se_about_p{ padding: 0 20px;font-size: 15px;line-height: 28px;}
	.se_about{ background: url(../images/jjbg2.jpg) no-repeat left top;}
	.se_nav li a{line-height: 45px; height: 45px; font-size: 15px;}
	.a_pic img{ width:70%}
	.ipart04 .left .left_t .cover .box .con{display: none;}
	.ipart04 .left .left_t .cover .box{ padding: 40px 25px;}
	.ipart04 .left .left_b .nitem .box{padding: 20px 25px 20px;}
	.ipart04 .left .left_b .nitem .box .tit{font-size: 16px;}
	.logo img{width:80px}
	.th_news_con{text-indent: 0;}
	.ipart04 .left .left_t .cover{width: 100%; }
	.contact_us01 .li_ .tit{font-size: 17px;}
	.pro02BoxBotConText .right>ul>li{width: calc(100%/2 - 10px);}
	.pro02BoxBotConText .right>ul>li>h2{ display: none;}
	.pro02BoxBotConText .right div{font-size: 17px; line-height: 45px;}
	.hezuo ul li{ width:33%;}
	.i_title{width:100%;margin:0 auto;padding:0 0 15px 0}
	.i_title p {text-align: center}
	.i_title p i{font-size: 28px;line-height: 46px;}
	.i_title b{ margin: 0 auto}
	.i_title span{font-size: 15px; line-height: 27px;text-align: center;padding:0 15px;}
	.brand_t{padding:0 0 25px 0}
	.s_width{width:97%;}
	.wap_pro_con li{width:49%;margin: 0 1% 8px 0;}
	.wap_pro_con li:nth-child(3n){ margin: 0 1% 8px 0;}
	.wap_pro_con li:nth-child(2n){ margin: 0 0 8px 0;}
	.news_t{ flex-direction: column}
	.news_t a{ line-height: 38px;}
	.xinlai_num #wrap .xinlai_num_li span{height:100px; padding: 0 0 0 0;justify-content: center;align-items: center;}
	.xinlai_num #wrap .xinlai_num_li span img{width:45px;}
	.xinlai_num #wrap .xinlai_num_li{  align-content: center}
	.xinlai_num #wrap .xinlai_num_li .xinlai_numaa{text-align: center}
	.num_line{height:180px;}
	.xinlai_num #wrap .xinlai_num_li p{font-size: 16px;}
	.xinlai_num #wrap .xinlai_num_li i{font-size: 15px;}
	.about_l{padding:15px 20px;}
	.about_tt strong{font-size: 22px;}
	.about_tt p{font-size: 18px;}
	.se_about_l .about_tt strong{font-size: 24px;}
	.about_con .about_p{ font-size: 15px;line-height: 24px;}
	.news_con li{width:96%;margin: 0 auto 15px auto}
	.news_con li .n_title{font-size: 16px;}
	.news_con li .n_con{padding:15px}
	.footer .s_width{flex-wrap: wrap}
	.f_fenlei img{display: block;margin: 0 auto;width:200px}
	.f_fenlei,.f_contact{width: 90%; margin: 0 auto;padding:20px 0 0 0}
	.footer .f_fenlei li{border-bottom: 1px solid rgba(255,255,255,0.1)}

	.f_contact{display: none;}
	.footer strong{display: none;}
	.footer i{display: none;}
	.f_logo{display: none;}
	.footer_pp{display: none;}
	.footer_p_wap{display: block}
	.wap_tel{display: block;width:60px;height:60px;position: fixed;bottom:20px; background: #26aca3;border-radius: 50px;right:0;display: flex;justify-content: center;align-items:center;z-index: 9999999999999999;box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
	.wap_tel img{width:35px;}
	.ki_cul_c1{flex-wrap: wrap;}
	.ki_cul_pic1,.ki_cul_txt1{width:100%;}
	.ki_cul_txt1{padding:30px 0}
	
	.se_honor_wap dd{ width:49%;height:auto; margin: 0 1% 15px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
	.se_honor_wap dd:nth-child(3n){margin: 0 1% 15px 0;}
	.se_honor_wap dd:nth-child(2n){margin: 0 0 15px 0;}
	
	.se_product_wap li{width:49%; margin: 0 1% 8px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;}
	.se_product_wap li:nth-child(3n){ margin: 0 1% 8px 0;}
	.se_product_wap li:nth-child(2n){ margin: 0 0 8px 0;}
	
	.se_nav li a{ font-size: 15px;}
	.block2{display: none;}
	.lh_75{height:30px;}
	.none2{display: block;}
	.se_newslist_l{width:50%}
	.se_newslist_r{width:45%}
	.se_date span{display: inline-block}
	.se_espcms_book2 .se_date{ font-size: 14px;line-height: 26px;}
	.f_erweima_wap{ width:90%; margin: 0 auto;display: block}
	.f_erweima_wap dl{ display: flex;justify-content: space-between;}
	.f_erweima_wap dd{ width:48%; display: flex;justify-content: center; align-items: center;flex-direction: column;}
	.f_erweima_wap dd p{ line-height: 45px; color: #eee; font-size: 15px;}
	.f_erweima_wap dd img{ text-align: center; width:95%; max-width:148px; display: block;}
	.pro_dd2 li p{ display: none;}
	.productshow .i_title span{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.pro_dd2 li strong{font-size: 21px;}
	.pro_dd2 li span{width:120px;height: 40px;line-height: 40px;font-size: 15px; background:rgba(0,0,0,0);padding: 0 0 0 0;  text-align: center;border: 1px solid #333}
	.pro_dd2 li.on span{ background:rgba(0,0,0,0);padding: 0 0 0 0;  text-align: center;border: 1px solid #fff}
	.about_l a{width:140px;line-height:50px;}
	.company li{width:100%;}
	.company ul{width:90%; margin: 0 auto}
	.company li strong{font-size: 18px;line-height:50px;}
}
@media only screen and (max-width:700px){ 
	.contact_us01 .li_{width: 100%; margin-right:0;}
	.fix {  width: 85%; margin: 0 auto;}
	.pro_dd2 li strong{font-size: 16px;}
	.pro_dd2 li span{width:90px;height: 35px;line-height: 35px;}
	.left_b {width: 100%; margin: 0 auto;}
	.content{width: 90%; margin: 0 auto;}
	.ipart04 .left .left_b .nitem{width:100%;    margin-left: 0; margin-bottom: 5px;}
	.footer .f_fenlei:nth-child(1){ display: none}
	.se_product .pro_pic{width:100%;}
	.se_product .pro_text{width:100%; padding:10px 25px;}
	.se_product li{ flex-direction:column;}
	.se_product li:nth-child(2n){ flex-direction:column;}
	.se_product .pro_text h2{text-align: center}
}
@media only screen and (max-width:500px){ 
	.se_newslist_l{width:100%}
	.se_newslist_r{width:100%}
	.ipart04 .left .left_b .nitem{width:100%}
	.se_nav li{width: calc(100%/2);}
	.se_banner_title p{text-align: center;font-size:20px;}
	.se_banner_title span{padding: 0 0 0 5px;}
	
}


