@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.woff2') format('woff2'),
		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');
}
body{  overflow-x:hidden;}
*{ margin:0; padding:0;box-sizing:border-box; }
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:55px;}
.lh_140{height:190px;}
.lh_130{height:120px; background: #fff;box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 1}
.s_width{width:82%;margin:0 auto;}
.s_width2{width:92%;margin:0 auto;}
.s_width3{width:86%;margin:0 auto;}
.r{float: right}
.block{display: block;}
.none{display: none;}

.header{width:100%; display: flex;justify-content: space-between; align-items: center;padding:0 8px 0 0; height:113px; position: absolute;top:0;left:0;z-index: 99999999999;background:rgba(0,0,0,0.7);}
.header .logo{ display: flex;justify-content:center; align-items: center;height:113px; width:431px;background:#fff ;border-top-right-radius: 50px;padding:0 8px}
.header .logo p{display: flex;justify-content: center; align-items: flex-start; flex-direction: column;margin:0 0 0 12px;padding:0 0 0 12px;border-left: 1px solid rgba(0,0,0,0.1);}
.header .logo p strong{font-size:22px;color: #f65808 ; }
.header .logo p span{font-size:17px;color: #181818 ;}
.header .logo img{width:100%;max-width:285px; display: block;}
.header .logo_tel{display: flex;justify-content: space-between; align-items: center;color: #fff;}
.header .logo_tel img{margin:0 8px 0 0}
.header .logo_tel p{display: flex;justify-content: center;  font-size: 27px; font-family: 'impact';letter-spacing: -1px;color: #f65808; }

.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.index_nav{width:49%;height:113px;display:flex;displaly:-webkit-flex;flex-direction:row;-weblit-flex-direction:row;justify-content:space-between;-weblit-justify-content:space-between;align-items:center;-webkit-align-items:center;}
.index_nav li{line-height:113px;width:calc(100%/7);text-align: center;position: relative;}
.index_nav li a{color:#fff;font-size:17px;display:block;}
.index_nav li a:before{width:90%;content: ''; height:45px; border-radius: 30px; background: #f65808;position: absolute;left:50%;margin-left:-45%;top:50%;margin-top:-22px;z-index: -1;opacity:0;transition: 0.3s;}
.index_nav li a:hover:before{opacity:1}
.index_nav li div {display:none;width:220px;text-align:center;color:#fff;position:absolute;z-index:9999999;left:-30px;top:100%; background: #f65808; padding:0 10%;}
.index_nav li div a { display:block;color: #fff; line-height:39px;font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.1);}
.index_nav li div a:hover{color: #fff;font-weight: bold;}


/*banner*/
.slide-main{position: relative; z-index: 1;}
.prev,.next{display: block; position: absolute; z-index: 222; bottom: 48%; overflow: hidden; cursor: pointer; }
.prev img,.next img{ margin: 10px 0 0 5px;}
.prev{left: 50px;}
.next{right: 50px;}
.item{display: block; width: 100%; height: 15px; position: absolute; z-index: 124; bottom:30px; left: 0; text-align: center;}
.item a{display: inline-block; width: 15px; height: 15px; margin-right: 15px; background: #fff; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=60); overflow: hidden; border-radius: 50px;}
.item a.cur{background: #f44336; /*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;}
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%;object-fit:cover;z-index:1;position: relative;display: block;}
/*footer*/
.footer{ background:#1b202f; }
.footer .footer_f{ padding:75px 0 75px 0 ; display:flex;justify-content:space-between}
.footer i{ width:40px;height:1px; background: rgba(255,255,255,0.2);display: block; margin-bottom:25px;}
.footer strong{ display: block; font-size:18px; line-height:45px; color:#e2e2e2; margin-bottom:15px;font-weight: normal; }
.footer .f_fenlei{ width:20%; }
.footer .f_fenlei div{ display:flex;justify-content:space-between;flex-wrap: wrap;}
.footer .f_fenlei li{ line-height:30px; width:100%;  }
.footer .f_fenlei li a{ color:#e2e2e2;font-size:15px;  display: block}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_contact{ }
.footer .f_contact div{ line-height:33px; color:#e2e2e2; font-size:15px;padding:0 0 0 0}
.footer .f_erweima{ }
.footer .f_erweima dl{ display: flex;justify-content: space-between;}
.footer .f_erweima dd{ width:48%; display: flex;justify-content: center; align-items: center;flex-direction: column;padding: 5px 0 0 0;line-height: 45px; color: #fff}
.footer .f_erweima dd img{ text-align: center; width:95%; max-width:122px; display: block;}
.footer .f_tel{width:265px;display: flex;justify-content: space-between;color:#fff }
.footer .f_tel p{}
.footer .f_tel span{display:block;font-size:32px;font-family: 'neutra_text_tf';}


.footer_p{line-height:95px; text-align:center; font-size:15px; color:#fff; border-top:1px solid rgba(255,255,255,0.05)}
.footer_p .s_width{ text-align: center}
.footer_p a{ color:#fff}
.footer_p a:hover{ color:#eee}
.footer_p img{ vertical-align: middle;}
/* advantage */
.advantage{background: #f6f7fc;padding:70px 0 40px 0;}
.adv_t{padding:0 0 59px 0;text-align: center;}
.adv_t div{font-size: 60px;color:#122c46;line-height:100px; position: relative;font-weight: bold;}
.adv_t strong{color:#f65808;}
.adv_t p{font-size: 18px;color:#505050;}
.adv_li{border: 1px solid #e6e7eb;height:164px;display: flex; flex-wrap:wrap;justify-content: space-between; margin-bottom: 60px;}
.adv_li li{width:calc(100%/3);display: flex;align-items: center;border-right:1px solid #e6e7eb;}
.adv_li li:nth-child(3){border-right:0 solid #eee;}
.adv_li li .adv_li_c{width:70%;margin: 0 auto;position: relative;display: flex;justify-content:flex-start;align-items: center;}
.adv_li li .adv_li_c p{display: flex;flex-direction: column; justify-content: space-between; padding:0 0 0 25px;}
.adv_li li .adv_li_c p strong{font-size:24px;color:#122c46;display: block;line-height: 45px;}
.adv_li li .adv_li_c p span{font-size: 17px;color:#5b5b5b;display: block;line-height: 27px;}
/* cp_title */
.cp_title{display: flex;justify-content:space-between; align-items: center;position:relative;z-index: 2;padding:0 0 40px 0}
.font66 p{font-size: 60px;color: #122c45; display: block;font-weight: bold;}
.font66 strong{ color: #f65808; }
.cp_title div i{font-size: 30px;color: #242424;font-style: normal;text-transform: uppercase;font-weight:100}
.cp_title span{font-size: 18px;color: #505050;display: block;line-height: 45px;}
.cp_title a{width:180px;border-bottom:2px solid rgba(0,0,0,0.8);line-height: 55px;font-size: 18px;color: #1d1d1d;font-weight: bold;background:url(../images/iamore.png) no-repeat right center;}
/* productshow */
.productshow{ padding:95px 0 0 0;background:#fff url(../images/cpbg.jpg) no-repeat center top;}
.productshow_con{overflow:hidden;  padding:15px 0 0 0}
.chanpin_con{overflow:hidden;padding:0 0 89px 0; }
.chanpin_con ul{ display: flex;justify-content:space-between; flex-wrap: wrap}
.chanpin_con li{width:33%; margin: 0 0 10px 0;position:relative;cursor:pointer; text-align: center; transition: 0.5s; background: #ededed;transition: 0.3s; }
.chanpin_con li:nth-child(3n){ margin: 0 0 10px 0;}
.chanpin_con li:nth-child(5){ margin: 0 0 10px 0;width:66.5%; }
.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.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; z-index: 1; }
.chanpin_con .pro_text{padding:0 15px;  display: flex;justify-content:space-between;position: absolute;left:0;bottom:0;width:100%;z-index: 3; height: 50px;}
.chanpin_con .pro_text p{color:#fff; font-size:20px; font-weight: bold;}
.chanpin_con .pro_text span{}
.chanpin_con .pro_hh{position: absolute;left:0;bottom:0;width:100%;height:100%;z-index: 2;background:url(../images/hh.png) repeat-x left bottom;}
/* yuan */
.youshi{background: url(../images/bg.jpg) no-repeat center top; padding:85px 0 66px 0}
.youshi_t{background: url(../images/adva.png) no-repeat center top;padding:35px 0 0 0;margin:0 0 75px 0;text-align: center;}
.youshi_t div{ font-size:60px; font-weight:bold; padding:0 0 15px 0;position: relative	; color: #f65808;}
.youshi_t span{font-size:18px;color: #fff;display: block;}
.youshi .s_width{display: flex;justify-content: space-between; }
.yuan_l{width:52%;text-align: right;}
.yuan_r{width:38%;padding:50px 0 0 0}
.yuan_r ul{ display: flex;justify-content: space-between;flex-wrap: wrap;margin:0 0 55px 0 }
.yuan_r li{ width:calc(100%/3);display: flex;justify-content:center;align-items: center; flex-direction: column; margin:0 0 35px 0;}
.yuan_li_l{width:114px;height:114px; border-radius: 69px;border:2px solid rgba(255,255,255,1); display: flex;justify-content: center;align-items: center; }
.yuan_li_text{ width:114px;color: #fff;font-size:20px;line-height: 55px; text-align: center;}
.adv_more{width:80%;margin: 0 auto;;border:2px solid #f65808;display: flex;justify-content: space-between;align-items: center;;height:64px;border-radius: 55px;overflow: hidden;}
.adv_more .adv_tel{width:55%; background: #f65808;display: flex;justify-content:center;align-items: center;height:64px;font-family: 'impact';font-size:30px;color: #fff;}
.adv_more a{width:45%; font-size: 18px;color: #1d1d1d;font-weight: bold; text-align: center;}
/* index_cage */
.index_cage{padding:0 0 60px 0;background:#f9f9f9 url(../images/fenleibg.jpg) no-repeat center top;}
.index_cage .s_width{position: relative;}
.index_cage .f_dd{position: relative;width:100%; overflow:hidden;}
.index_cage .f_dd li{float:left; position:relative; overflow:hidden; transition: 0.3s; }
.tupian_zl{ position:absolute; right:70px; bottom:0; width:50px; height:63px; background:url(../images/ll.png) no-repeat center center; z-index: 9;cursor: pointer;}
.tupian_zr{ position:absolute; right:0; bottom:0; width:50px; height:63px; background:url(../images/rr.png) no-repeat center center; z-index: 9;cursor: pointer;}
.f_l{width:40%; float: right;padding:180px 0 0 0}
.f_l strong{ display: block; }
.f_l strong a{font-weight:bold;color: #ec3e21;display: block;font-size: 55px;line-height:73px; text-transform: uppercase;transition: 0.5s;}
.f_l strong span{float:right;position:relative;width:156px;line-height: 53px;color:#fff;font-size: 17px;font-weight: bold;border-radius: 53px; background-image: -webkit-linear-gradient(0deg,#0eb767, #07a6a5);padding:0 15px;transition: 0.5s;}
.f_l strong a:hover span{font-size: 18px;}
.f_l strong a:hover{color: #0db288;}

.f_l strong span::before{content: '';width:33px;height:8px;position: absolute;right:25px;top:21px;background: url(../images/more.png) no-repeat right center;}
.f_l p{ color: #333; font-size: 18px;line-height: 32px;padding:15px 0;border-top:2px solid #0db288;border-bottom:2px solid #0db288;margin:55px 0}
.f_l dl{ display: flex;justify-content: space-between; }
.f_l dt{ width:25%;display: flex;justify-content:center; flex-direction: column; margin:0 0 45px 0;}
.f_l div{width:112px;height:112px;margin:0 auto; border-radius: 69px;border:2px solid #09ab91; display: flex;justify-content: center;align-items: center; }
.f_l i{ color: #3c3c3c;font-size:18px;line-height: 57px; text-align: center; font-style: normal;}

.f_r{width:687px; float: left; position: relative;}
.f_r .f_r_a{width:420px;position: absolute;border-radius: 210px;overflow: hidden;z-index: 3;left:50%;margin-left:-210px;top:50%;margin-top:-210px;}
.f_r .f_r_a img{width:100%;display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.f_r .f_r_a:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.f_r .f_r_b{ width:580px;height:580px;border-radius: 290px; position: absolute;z-index: 2;background-image: -webkit-linear-gradient(0deg,#0eb767, #07a6a5); left:50%;margin-left:-290px;top:50%;margin-top:-290px; }
.f_r .f_r_b:after{width:8px;height:8px;background: #fb2e05;content: '';top:-2px;left:50%;margin-left: -4px;border-radius: 4px;position: absolute; }
.f_r .f_r_c{ width:687px;height:687px;border-radius: 400px;overflow: hidden;position: absolute;z-index:1;  background: rgba(9,171,145,0.1);display: flex;justify-content: center;}
.f_r_yuan{width:687px;height:687px;margin-top:87px;position: relative;}
.f_r span{width:2px;height:175px;margin:0 auto;background: #0eb767;display: flex;justify-content: center;align-items: flex-end;position: absolute;left:50%;margin-left:-1px;top:0;z-index: 1;}



/* productshow_cage2 */
.productshow_cage2{ display: flex;justify-content:space-between; align-items: center;padding:0 0 25px 0}
.productshow_cage2 ul{ width:70%;display: flex;justify-content:flex-start; }
.productshow_cage2 li{ position:relative;   overflow:hidden;  cursor:pointer;margin: 0 25px 10px 0; background: url(../images/lll.png) no-repeat right center;padding:0 25px 0 0}
.productshow_cage2 li:nth-child(4){ background: none; }
.productshow_cage2 li a{  display: block;overflow:hidden;color:#444444;font-size: 17px; line-height:30px; text-align: center;transition: 0.3s;}
.productshow_cage2 li a:hover{ color: #f65808; font-weight: bold}
.in_search{  position: relative;}
.in_search .keywords{	width:400px; padding-left:10px;	height:55px; line-height: 55px;	border:none;background: none;border:1px solid rgba(0,0,0,0.1) }
.in_search .searchbtn{ position: absolute; height:55px; background:url(../images/ss.jpg);  background-position:50% 50%;	background-repeat: no-repeat; width:54px;	right:0;	top:0; border: 0px;	cursor:pointer;}


.productshow_cage{ padding:0 0 0 0}
.productshow_cage ul{width:75%;display: flex;justify-content:center; flex-wrap: wrap;padding:0 0 25px 0}
.productshow_cage li{ position:relative; width:260px;   cursor:pointer;margin: 0 10px 8px 10px;}
.productshow_cage li a{  background: #fff;border:2px solid #f65808;   display: block;overflow:hidden;color:#333;font-size: 17px; line-height:56px; text-align: center;transition: 0.3s;}
.productshow_cage li a:hover{background: #f65808;color:#fff;font-weight: bold; }
.productshow_cage li.on a{background: #f65808;color:#fff;font-weight: bold; }
.productshow_cage li div {display:none;width:100%;text-align:center;color:#4f4f4f;position:absolute;z-index:9999999;left:0;top:100%; background:#f16925 }
.productshow_cage li div a { display:block;color: #fff; line-height:46px;font-size: 16px; background: #f16925;    border: 0 solid #f16925;}
.productshow_cage li div a:hover{color: #fff; }

.pp_title{ text-align: center;padding:40px 0 25px 0}
.pp_title div{width:850px;margin:0 auto;font-size: 66px;color:#ec3e21; line-height:55px;font-weight:bold;position: relative;}
.pp_title div:after{content:'';width:80px;height:2px;background: #fff;position: absolute;left:0;top:35px;}
.pp_title div:before{content:'';width:80px;height:2px;background: #fff;position: absolute;right:0;top:35px;}
.pp_title div strong{color:#fff;}
.pp_title p{font-size: 18px;color:#fff; line-height:75px;}
.pp_title i{ display: block;width:80px;height:2px;margin:35px auto 0 auto;background: #fff}
.se_pp_title{ padding:40px 0 45px 0}
.se_pp_title i{  background: #05a2b6}
.se_pp_title p{ color:#333;}
.se_pp_title div{font-size: 60px;}
.se_pp_title div strong{ background-image: -webkit-linear-gradient(0deg,#0eb4b4, #128ccf);-webkit-background-clip:text;color: transparent;}
.p_t{ background: url(../images/wantongbg.png) no-repeat center top;}


/* a_title */
.a_title{display: flex;justify-content:space-between; align-items: center;position:relative;z-index: 2;padding:0 0 70px 0}
.a_title:after{background: #f65808;width:80px;content: '';height:2px;position: absolute;left:0;top:0;}
.a_title div i{font-size: 30px;color: #242424;font-style: normal;text-transform: uppercase;font-weight:100}
.a_title div span{font-size: 18px;color: #505050;display: block;line-height: 45px;}
.a_title a{width:180px;border-top:1px solid #fff;border-bottom:1px solid #fff;line-height: 55px;font-size: 18px;color: #fff;font-weight: bold;text-align: center;}
.a_title .font66{padding:15px 0 0 0}

/*about*/
.about{ position: relative;z-index: 1;padding:95px 0 95px 0;background: url(../images/abg.jpg) no-repeat center top;}
.about:after{background: #f65808;width:27%;content: '';height:100%;position: absolute;right:0;top:0;}
.about .about_con{ display: flex;justify-content:space-between;   }
.about_l{ width:44%;display: flex;justify-content:center;flex-direction: column; }
.about_l strong{ font-size:41px;line-height: 45px;color: #f65808;position: relative;z-index: 2;}
.about_l span{ font-size:24px;line-height: 75px;color: #212121;position: relative;z-index: 2;}
.about_l i{display: block;height:1px;width:100%;background: rgba(0,0,0,0.2);margin:25px auto}
.about_p{ font-size:17px;color: #444;line-height:30px; margin:20px 0 45px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.about_l a{ width:150px; display: block;font-size:16px;color: #fff;line-height:50px; text-align: center; border-radius: 30px;background: #f65808}
.about_r{width:53%;position: relative;z-index: 2;overflow: hidden;  }
.about_r img{ display: block;width:100%;}

/*case*/
.case{padding:70px 0 40px 0; }
.case_t{text-align: center;width:876px;margin:0 auto;position: relative;  }
.case_t:before{position: absolute;left:0;top:25px;content: '';width:66px;height:28px;background: url(../images/al.png);}
.case_t:after{position: absolute;right:0;top:25px;content: '';width:66px;height:28px;background: url(../images/ar.png);}
.case_t span{font-size:17px;  line-height:36px; color: #666; }
.c_con{position:relative; overflow:hidden; padding:45px 0 }
.c_con li{float:left; position:relative; transition: 0.3s; }
.c_con li a{ width:97%; margin: 0 auto;position:relative; display: block; background: #fff url(../images/cad.png) no-repeat right bottom;box-shadow: 0 0 35px rgb(0 0 0 / 5%);border-bottom-left-radius: 40px; }
.c_con li .cp_m{ width:100%; margin: 0 auto;position:relative; overflow:hidden;}
.c_con li .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.c_con 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);}
.c_con li p{ color: #333; font-size:20px; font-weight: bold; line-height:86px;padding:0 0 0 40px; margin:0 25px; transition: 0.3s;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;background: url(../images/jiaojiao.png) no-repeat left center;}
.c_con li:hover p{ color: #fff; }
.c_con li:hover a{ background: #f65808  url(../images/cadh.png) no-repeat right bottom;}
/*hangye*/
.hangye{padding:90px 0 40px 0; background: url(../images/hybg.jpg) no-repeat center top;}
.hangye_t{text-align: center;width:1035px;margin:0 auto;position: relative; background: url(../images/hyt.png) no-repeat center top;padding:30px 0 0 0 }
.hangye_t.font66 p{color: #fff;}
.hangye_t:before{position: absolute;left:0;top:60px;content: '';width:66px;height:28px;background: url(../images/al.png);}
.hangye_t:after{position: absolute;right:0;top:60px;content: '';width:66px;height:28px;background: url(../images/ar.png);}
.hangye_t span{font-size:17px;  line-height:36px; color: #fff; }
.hangye ul{display: flex;justify-content: space-between;padding:95px 0 75px 0}
.hangye li{ text-align: center;color: #fff;font-size:18px; line-height:56px;}
.hangye li a{display: block;transition: 0.5s;}
.hangye li a p{margin:0 0 10px 0;color: #fff;font-size:18px;}
.hangye li span{width:50px;height:50px;margin:0 auto; border-radius: 25px;border:1px solid #fff;display:flex;justify-content: center;align-items: center;font-size:22px; color: #fff; }
.hangye li a:hover span{ background: #f65808 ;border:1px solid #f65808;}
.hangye li:hover a{margin-top: -10px;}
/*news*/
.news{padding:85px 0 66px 0; background:#f9f9f9;}
/* n_title */
.n_title{display: flex;justify-content:space-between; align-items: center;position:relative;z-index: 2;padding:0 0 50px 0}
.n_title div i{font-size: 30px;color: #242424;font-style: normal;text-transform: uppercase;font-weight:100}
.n_title span{font-size: 18px;color: #505050;display: block;line-height: 45px;}
.n_title a{width:180px; border-bottom:1px solid #ddd;line-height: 55px;font-size: 18px;color: #333;font-weight: bold;text-align: center;}
.news_con{ display: flex;justify-content: space-between; }
.newsleft{	width:50%; position:relative;background:#ffffff;padding:30px;}
.newsleft .newsleft_date{color:#8a8a8a;font-size:16px;padding:0 0 0 29px; line-height: 25px; text-transform: uppercase;background: url(../images/zhong.jpg) no-repeat left center;}
.newsleft img{width:100%;}
.newsleft .newsleft_text img{width:86px;display:block;margin:15px 0 0 25px}
.newsleft .newsleft_text{ width:100%; padding:0 0 28px 0; }
.newsleft .newsleft_text_l{ }
.newsleft .newsleft_text a{ display:block; font-size:22px; font-weight: bold;color:#333333; line-height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin: 0 0 15px 0;}
.newsleft .newsleft_text p{ font-size:16px; color:#959595; line-height:29px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsleft .newsleft_text a:hover{ color:#f65808;}
.newsright{	width:48%; overflow: hidden;display:flex;flex-direction:column;justify-content:space-between;}
.newsright li{	position:relative;background:#fff;display:flex;justify-content:space-between; align-items: center;padding:35px 0 45px 35px}
.newsright li .n_date{ width:16%; border-left:1px solid #eee;  color:#8c8c8c; z-index:2;text-align:center; }
.newsright li .n_date span{ display:block; overflow:hidden;  line-height:30px; height:30px; font-size:36px; text-transform: uppercase}
.newsright li .n_date p{ line-height:50px; height:50px; font-size:16px; }
.newsright li .date p{ font-weight: bold;}
.newsright li .detail{ width: 80%;height:100%;}
.newsright li .detail .title{ font-size: 20px;text-align: left; line-height:70px; color:#333333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.newsright li .detail .title a{ color:#333333}
.newsright li .detail .title a:hover{ color:#f65808; font-weight: bold}
.newsright li .detail .text{ text-align: left; line-height:30px;	color:#999;	font-size: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}


.fl_title{ display: flex;justify-content: space-between; align-items: center}
.fl_title a{width:180px; line-height:55px; background: url(../images/jiao.png) no-repeat right center; border-bottom: 1px solid rgba(0,0,0,0.2) }
.fl_title a:hover{ color: #ed100e}
.fl_title_t div{font-size: 55px;color:#343333; line-height:55px; font-weight:bold;}
.fl_title_t div strong{color:#0fafb7; padding:0 0 0 15px;}
.fl_title_t p{font-size: 18px;color:#555; line-height: 35px; padding:0 0 10px 0}

.se_tt{margin-bottom: 50px;}
/* se_pp_title */
.se_pp_title{ text-align: center;position: absolute;width:100%;left:0;top:0;height:100%;display: flex;justify-content: center; flex-direction: column;z-index: 3;padding:35px 0 0 0}
.se_pp_title .s_width div{font-size: 55px;color: #fff;font-weight:bold; }
.se_pp_title .s_width i{ width:80px;height:2px;background: #f65808;margin:25px auto;display: block; }

.se_pp_title p{font-size: 18px;color:#fff; line-height: 65px;}
.se_pp_title i{width:56px;height:56px;display: block;background: url(../images/kk.png) no-repeat left center;}
/* productshow_cage3 */
.productshow_cage3{ width:100%;position: absolute;left:0;bottom:0;z-index: 3;border-top:1px solid rgba(255,255,255,.2) }
.productshow_cage3 ul{display: flex;justify-content:flex-start; flex-wrap: wrap;padding:0 0 0 0}
.productshow_cage3 li{ position:relative;width:calc(100%/7);  overflow:hidden;  cursor:pointer;margin: 0 0 0 0;border-left:1px solid rgba(255,255,255,.2);}
.productshow_cage3 li a{ display: block;overflow:hidden;color:#fff;font-size: 17px; font-weight: bold;line-height:60px; text-align: center;transition: 0.3s;}
.productshow_cage3 li a:hover{background: #0cb374;color: #fff; }
/* se_banner */
.se_banner{overflow: hidden; position: relative;}
.se_banner_bg{position: absolute;width:100%;left:0;top:0;height:100%;z-index: 2;background:rgba(0,0,0,.4);}
.se_banner img{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%;z-index: 1;-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */
/*banner*/
.se_about{ padding:65px 0 35px 0; background: #f6f7fc;}
.se_about .s_width{   }
.se_about strong{ font-size:44px;color: #f65808; display:block; margin:0 0 25px 0}
.se_about p{ font-size:16px;color: #333;line-height:30px;}
.se_about_pic{ margin:0 0 65px 0}
.se_about_pic .s_width{ display: flex;justify-content:space-between;}
.se_about_pic_l{width:49%;}
.se_about_pic_l img{width:100%; display: block;}

.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow: hidden;width:8px;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
/*productshow*/
.se_chanpin_con{padding:30px 0 30px 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:32.5%; margin: 0 1% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;border:1px solid rgba(0,0,0,0.05) }
.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:10px 24px; }
.se_chanpin_con .pro_text p{color:#515151; font-size:18px;line-height:60px; }
.se_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;}
.se_chanpin_con li:hover .pro_text{background: #fcb026; }
.se_chanpin_con li:hover .pro_text p{ color:#fff; }
.se_chanpin_con li:hover .pro_text span{ color:#fff;  border:0 solid rgba(255,255,255,0.4);}
/* honor_con */
.honor_con{overflow:hidden;padding:0 0 89px 0; }
.honor_con ul{ display: flex;justify-content:flex-start; flex-wrap: wrap}
.honor_con li{width:32.5%; margin: 0 1% 10px 0;position:relative;cursor:pointer; text-align: center; transition: 0.5s; background: #fff;transition: 0.3s; }
.honor_con li:nth-child(3n){ margin: 0 0 10px 0;}
.honor_con li a{display: block;}
.honor_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.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 .pro_pic{ width:100%; position:relative; overflow:hidden; z-index: 1; }
.honor_con .pro_text{padding:0 15px;  display: flex;justify-content:space-between;position: absolute;left:0;bottom:0;width:100%;z-index: 3; height: 50px;}
.honor_con .pro_text p{color:#fff; font-size:20px; font-weight: bold;}
.honor_con .pro_text span{}
.honor_con .pro_hh{position: absolute;left:0;bottom:0;width:100%;height:100%;z-index: 2;background:url(../images/hh.png) repeat-x left bottom;}
/* case_con */
.case_con{padding:0px 0 30px 0}
.case_con .s_width{ }
.case_con ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.case_con li{width:32%; margin: 0 1.6% 28px 0; background: #fff; position:relative; text-align: center; transition: 0.5s; padding:15px 15px 10px 15px;border:1px solid rgba(0,0,0,0.05) }
.case_con li:nth-child(3n){ margin: 0 0 28px 0;}
.case_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.case_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);}
.case_con li a{ display: block;width:100%;overflow: hidden;}
.case_con .pro_pic{ width:100%; position:relative; overflow:hidden;}
.case_con .pro_text{ position: relative; padding:10px 0; }
.case_con .pro_text a{display: block;}
.case_con .pro_text p{color:#515151; font-size:18px;font-weight:bold;line-height:50px; text-align: center; }
/* se_news */
.se_news{padding:0 0 65px 0; line-height: 35px; font-size: 16px; color:#666; }
.se_newslist{ padding:0 0 25px 0}
.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 0 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;  align-items: center;padding:48px 0 }
.se_newslist_l{ width:25%; position:relative; overflow:hidden; }
.se_newslist_l img{ width:100%; border-radius: 18px; display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist li:hover img{display: block; transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist_r{ width: 68%; position: relative; z-index: 1000; margin:0 20px 0 0}
.se_newslist_r a{  text-transform:uppercase; display:block; line-height:42px; }
.se_newslist_r a:hover div{ color:#f65808;}
.se_newslist_r div{ font-size:24px; color:#333; line-height: 65px; font-weight: bold; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist_r p{ line-height:28px; color:#888; margin:10px 0 20px 0; font-size:16px; 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:0 0 5px 0; font-size:22px;text-transform:uppercase; font-family: "Times New Roman";}
.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  i{ display: block;width:150px;line-height: 45px; border-radius: 50px; color:#fff; font-size:16px; font-style: normal; background-image: -webkit-linear-gradient(0deg,#ed100e, #f67907); text-align: center;}
/* se_contact_li */
.se_contact_li{ margin-bottom:35px; display: flex;justify-content:space-between; align-items: center;background:#f65808; }
.se_contact_li strong{ display: block; font-size: 24px; line-height:90px; border-bottom: 1px solid rgba(255,255,255,.2);}
.se_contact_l{width:40%; font-size: 18px; color:#fff;line-height:40px;padding:0 45px}
.se_contact_l p{margin:15px 0; padding:15px 0;border-bottom: 1px solid rgba(255,255,255,.2);}
.se_contact_r{width:60%; text-align: center;}


/* se_espcms_book2 */
.se_espcms_book2{padding:0 0; display: flex;justify-content: space-between; align-items: center;border: 1px solid rgba(0,0,0,.07); margin:50px auto}
.se_espcms_book2 h1{ line-height:70px; margin: 0 0 25px 0; }
.se_espcms_book2 .se_date{ font-size:15px; line-height:68px; border-top: 1px solid rgba(0,0,0,.07);border-bottom: 1px solid rgba(0,0,0,.07);}
.se_espcms_book2_l{width:45%}
.se_espcms_book2_l img{width:100%;display: block;}
.se_espcms_book2_r{width:55%;padding:35px 10%;}
.se_tel{padding:30px 0 0 0;display: flex;justify-content: flex-start; align-items: flex-start;}
.se_tel i{ font-size: 48px; font-family: 'neutra_text_tf';letter-spacing: -1.5px;line-height: 42px;font-style: normal;color:#f1631a;padding:0 0 0 15px;}
.se_pro_text_li{padding:35px 0; line-height: 65px; width:100%;display: flex;justify-content:flex-start}
.se_pro_text_li li{width:50%; text-align: center; background: #f1631a;border-radius: 50px;; }
.se_pro_text_li li:nth-child(2){  background: #333;}
.se_pro_text_li li a{ color: #fff;font-size: 18px;}
.se_pro_text_li li:nth-child(2) a{ color: #fff}
.info_content{ font-size:15px; line-height:31px; color:#666;border: 1px solid rgba(0,0,0,.07);padding:25px; margin:0 auto 50px auto}
.info_content p{padding:0; margin: 0}
.info_content .info_title{ background:#f9f9f9; display: flex;justify-content: flex-start;margin:0 0 35px 0 }
.info_content .info_title span{font-size: 24px;color:#fff;font-weight: bold; line-height: 58px; padding:0 30px; background:#f1631a; }
.info_content img{ max-width:100%;margin: 0 auto 10px auto;display: block}
.info_content th, .info_content td{border: 1px solid #ddd;line-height: 40px;border-collapse: collapse;padding:0 10px	}
.info_content table {width: 100%;border-collapse: collapse;}


/* se_product_banner */
.se_product_banner{width:100%;position: relative;overflow: hidden; }
.se_product_banner_div {width:100%;position: relative;overflow: hidden; }

.se_espcms_book{padding:0 0 0 0; background: #fff;margin-top:65px; margin-bottom:30px;}
.se_espcms_book h1{ line-height:60px;   text-align:center;}
.se_date2{ font-size:15px; line-height:68px; text-align:center; }
.miaoshu{ line-height:45px; padding:0 0 0 0; color:#fff; font-size:16px; background:#f9f9f9;margin:0 0 25px 0;}
.miaoshu span{  width:150px; background:#f39903; display:block; text-align:center; text-indent: 0;  font-size:16px;}
.th_pro_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_pro_con table{border: 1px solid #666;border-collapse: collapse;font-size: 14px;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}
.message{overflow: hidden; font-size:15px; line-height:31px; color:#333;margin:0 auto 50px auto; border:3px solid #eee; padding:70px 50px;}
.tijiao div{display: flex;justify-content:center;}
.tijiao div .layui-btn{width:15%;margin: 0 15px 0 0}
.tijiao div .layui-btn-primary{width:15%}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid #eee;font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:1px solid #eee; margin-bottom: 3%;}
.layui-btn{ display:block; background: #f65808; color:#fff;width: 49%;  font-size: 16px; height:38px;   line-height: 38px; border:none!important;  padding:0 31px;float: left;}
.layui-btn-primary{margin: 0 0 0 0;float: right;}
.th_news_con{  border:1px solid #eee; padding:30px 50px;}
.th_news_con p{ font-size:16px; line-height:31px; color:#333;  }
.th_news_con img{display: block;margin: 10px auto;width:auto;max-width: 960px;;}
.th_news_con table{border: 1px solid #666;border-collapse: collapse;font-size: 16px;color: #666;width:100%;}	
.th_news_con th, .th_news_con td{border: 1px solid #dddddd;line-height: 40px;border-collapse: collapse;text-align:center;	}



.fenye{width: 80%; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 47px;}

.er_title div strong{ color: #fff}
.se_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_nav{box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 2}
.se_nav .s_width{display: flex;justify-content:space-between;}
.se_nav li{ width:calc(100%/6); text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box; position: relative}
.se_nav_about li{ width:calc(100%/4); 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:20px; color:#333; line-height:150px; -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:150px;transition: 0.3s;}
.se_nav li a:hover{ color:#e41019;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: #e41019;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:#e41019;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 .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;}
.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; }
.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: #e41019;
	color: #fff;border: 1px solid #e41019;
}
.more_m:hover span {
	background: url("../images/more.png") no-repeat 125px 3px;
}
.more_mn {
	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:35px 0 0 0;
	display: block;border: 1px solid #e41019;background-color: #e41019;
	color: #fff;
}
.more_mn span {
	font-size: 16px;
	padding: 0 40px; display: block;
	display: block;margin:15px 0;
	background: url("../images/more.png") no-repeat 125px 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more_mn:hover {
	background-color: #fff;
	color: #333;border: 1px solid #ccc;
}
.more_mn:hover span {
	background: url("../images/more3.png") no-repeat 125px 3px;
}
.page_box{border-bottom:1px solid rgba(0,0,0,0.05); padding: 30px 0 30px 0; color:#555;}
.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;}
.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;}
.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}

.jieguo{font-size: 24px;color:#555;line-height: 85px; text-align: center}
.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin:15px auto; text-align: center;}
@media only screen and (max-width:1700px){ 
	.s_width{width:90%;}
}
@media only screen and (max-width:1580px){ 
	.adv_t div{font-size: 50px;}
	.font66 p{font-size: 50px;}
	.youshi_t div{font-size: 50px;}
	.adv_li li .adv_li_c{    width: 82%;}
	.adv_li li .adv_li_c p span{font-size: 16px;}
	.productshow_cage2 li a{font-size: 16px;}
	.in_search .keywords{width: 275px;}
	.index_nav li a{font-size: 16px;}

}
@media only screen and (max-width:1440px){ 
	.adv_t div{font-size: 45px;}
	.font66 p{font-size: 45px;}
	.font66 span{font-size:16px;}
	.youshi_t div{font-size: 45px;}
	.header .logo{width: 400px;}
	.header .logo p strong{font-size: 18px;}
	.header .logo p span{font-size: 16px;}
	.header .logo_tel p{font-size: 24px;}
	.productshow_cage2 ul{width: 80%;}
	.yuan_li_text{font-size: 17px;}
	.yuan_l img{width:110%}
	.adv_more .adv_tel{font-size: 27px;}
	.about_l strong{font-size: 36px;}
	.about_l span{font-size: 22px;line-height: 45px;}
	.about_p{font-size: 16px;    line-height: 27px;    -webkit-line-clamp: 5;}
	.about_l a{    width: 120px;}
	.newsright li{padding: 15px 0 20px 15px;}
	.newsleft .newsleft_text a{font-size:20px;}
	.newsleft .newsleft_text a{font-size:18px;}
	.se_about strong{font-size: 35px;}
	.se_newslist_r div{font-size: 20px;}
	.header{ height:93px; }
	.header .logo{  height:93px;border-top-right-radius: 34px; }
	.index_nav{ height:93px}
	.index_nav li{line-height:93px; }
	
}