@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');
}
body{min-width:1200px;}
*{ margin:0; padding:0;box-sizing:border-box;font-family: "Microsoft YaHei";}
img{ border:none;}
ul,li{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
a{ text-decoration:none;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:35px;}
.lh_140{height:190px;}
.lh_92{height:92px;}
.s_width{width:89%;margin:0 auto; }
.header{width:100%;position:fixed; top:0;z-index: 9999; height:92px; background: rgba(0,0,0,0.0); display: flex;align-items: center}
.header3{width:100%;height:92px; background: rgba(0,0,0,0.0); display: flex;align-items: center;position: relative; z-index: 99999999;}
.header_h{background:#144096;-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);  box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.logo{position:absolute; left:1%;}
.logo a{ display: block}
.logo img{width:100%;max-width:420px;}
.logo_tel{position:absolute; right:1%;top:30px; text-align: right}
.logo_tel img{width:100%;max-width:237px;}
.index_nav{width:46%;position:absolute;left:50%;margin-left:-18%;height:92px;top:0;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{position:relative;height:92px;}
.index_nav li a{color:#fff;font-size:16px;display:block; line-height:92px; padding:0 5px; }
.index_nav li a:hover{ text-decoration:none;color:#fff; }
.index_nav li a:before{ content:''; position:absolute; left:0;bottom:0;width:0;height:2px; background: #f29115;transition: 0.3s;}
.index_nav li a:hover:before{ position:absolute; left:0;bottom:0;width:100%;height:2px;}
.index_nav li div {display:none;width:150px;text-align:center;color:#4f4f4f;position:absolute;z-index:9999999;left:0;top:100%;background: #1a4fb8}
.index_nav li div a {display:block;color: #fff; line-height:39px;font-size: 15px; border-bottom:1px solid rgba(255,255,255,0.1);margin-top:0; padding:0 0 0 0;}
.index_nav li div a:hover{color:#fff;line-height:39px;font-weight:bold;border-bottom:1px solid rgba(255,255,255,0.1);}
.in_nav{position: fixed; z-index:99; left:0; top:0; width:100%; height:100%;background:#111 url(../images/ff_bg.jpg) no-repeat center top;display:none;}
.in_nav .in_nav_l{width:20%;height:100%; float: left;background: #e80607; display: flex;align-items: center; justify-content: space-around; cursor: pointer}
.in_nav .in_nav_l strong{ display: block;font-size: 30px; color:#fff}
.in_nav ul{width:80%;height:60%;margin:10% 0; float: right;display: flex;align-items: center;justify-content: space-around;flex-wrap: wrap}
.in_nav ul li{width:calc(100%/3); text-align: center}
.in_nav ul li div{width:114px;height:114px;margin: 0 auto;border:1px solid rgba(255,255,255,0.4); border-radius:114px; display: flex;align-items: center;justify-content: space-around}
.in_nav ul li p{ color: #fff;font-size: 16px;;line-height: 65px;}
.in_nav ul li span{ display: block;width:60px;height:1px;margin: 0 auto; background:rgba(255,255,255,0.5)}
.in_nav ul li a{text-decoration: none;display: block;transition: 0.5s;}
.in_nav ul li a:hover{margin-top:-15px;}
/*video*/
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%;min-height:700px;height:auto;object-fit:cover;}
.video .mm_bg{top:30%;width: 100%;text-align: center;z-index: 3;position: absolute}
.video .mm_bg img{max-width:1437x;width:90%}
.video .video_bg{width: 100%;height:100%;z-index: 2;position: absolute; background:rgba(0,0,0,0.2) url(../images/banner_bg.png) repeat}
.scroll-icon{position: absolute;bottom:15px;left:50%;margin-left:-11px;z-index: 2; display: flex; flex-direction: column;justify-content: space-between;height:80px;width: 74px;}
.scroll-icon div{width: 26px;margin: 0 auto;height:46px;border-radius: 2em;border:#fff solid 2px;transition: .4s;}
.scroll-icon div:after { content: ''; display: block; width: 3px;margin: 20px auto 0 auto;height: 5px; background-color: #fff; border-radius: 50%; -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1); animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);}
@keyframes scroll-icon{0% {
    -webkit-transform:translateY(-12px);
            transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 0;
  };
}
/*footer*/
.footer{background:#1e232a;}
.footer .s_width{display:flex;justify-content:space-between;padding:50px 0}
.footer_li{display:flex;justify-content:space-between; }
.footer_li_p{ width:20%;}
.f_logo{justify-content:space-between; flex-direction: column; color:#8a8f95;line-height: 28px; font-size: 15px;width:274px;}
.f_logo i{width:100%;height:1px; background: rgba(255,255,255,0.1);display: block;}
.f_logo div img{width:100%; max-width:274px;}
.footer_li li{}
.footer_li li .fnav_t{line-height:45px; color:#cecfcf;font-size:17px; position:relative;padding:0 0 15px 0 ;margin:0 0 25px 0}
.footer_li li .fnav_t:after{ content:''; position: absolute;left:0;bottom:0; width:77px; height:1px;background:rgba(255,255,255,0.2)}
.footer_li li .f_nav{display:flex;justify-content:space-between; flex-wrap:wrap;}
.footer_li li .f_nav a{display: block; width:48%; line-height: 30px; font-size: 15px; color:#8a8f95;}
.footer_li li .f_nav2 a{display: block; line-height: 30px; font-size: 15px; color:#8a8f95;}
.footer_li li a:hover{color:#fff;}
.f_er {text-align: center;width:186px;}
.f_er div{ background:url(../images/er_k.png) no-repeat center top; width:186px; height:186px; justify-content: center; display: flex;align-items: center}
.f_er div img{width:100%; max-width:148px;}
.footer_p{ width:88%;margin:0 auto;background:#1e232a;line-height:90px; text-align: center;; font-size: 15px;color:#6c6f73;border-top:1px solid rgba(255,255,255,0.1)}
.footer_p a{color:#6c6f73;}
/*productshow*/
.productshow{}
.productshow_text{background: url("../images/psbg.jpg") no-repeat center top; height:435px; display: flex; align-items: center}
.productshow_text2{background:none; height:auto;padding:45px 0}
.productshow_text .s_width{ height:286px; display: flex; flex-direction: column;justify-content: space-between;}
.productshow_text2 .s_width{ height:auto; display: flex; flex-direction: column;justify-content: space-between;}
.productshow .fl_title{}
.fl_title{padding:30px 0 0 0; background: url(../images/p2.png) no-repeat center top; text-align: center}
.fl_title div{font-size: 55px;color:#3f3f3f;font-weight: bold}
.fl_title i{ width:66px;height:3px;background: #0d42a8;display: block;margin: 15px auto}
.fl_title div strong{color:#0d42a8;}
.fl_title p{font-size: 17px;color:#fff;}
.se_fl_title{padding:65px 0;text-align: center}
.se_fl_title div{font-size: 48px;color:#333333;line-height:100px;}
.se_fl_title div strong{color:#d01617;}
.se_fl_title p{font-size: 18px;color:#505050;}
.productshow_text .more {
	color: #fff;width:160px;
	font-size: 14px;
	padding-right: 15px;
	position: relative;margin:0 auto;display:block;
	padding: 10px 10px 10px 10px;border:3px solid #fff;
	color: #fff; background: rgba(255,255,255,0)
}
.productshow_cage{height:111px;display: flex;justify-content:space-between;text-align: center;position: relative;z-index: 1; flex-wrap: wrap}
.productshow_cage li{ display: flex;align-items:center;}
.productshow_cage li a{width:100%;position: relative;font-size:18px; line-height: 35px; color: #2a2a2a;display: flex;justify-content:space-between; flex-direction: column; transition: 0.3s}
.productshow_cage li a:hover{ font-weight: bold}
.productshow_cage li a:before{content:'';width:37px;height:37px;display: block;margin: 0 auto 15px auto; }
.productshow_cage li:nth-child(1) a:before{background: url(../images/img/1.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(2) a:before{background: url(../images/img/2.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(3) a:before{background: url(../images/img/3.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(4) a:before{background: url(../images/img/4.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(5) a:before{background: url(../images/img/5.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(6) a:before{background: url(../images/img/6.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(7) a:before{background: url(../images/img/7.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(8) a:before{background: url(../images/img/8.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(9) a:before{background: url(../images/img/9.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(10) a:before{background: url(../images/img/10.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(11) a:before{background: url(../images/img/11.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(12) a:before{background: url(../images/img/12.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(13) a:before{background: url(../images/img/1.png) no-repeat center center;background-size: 100%;}
.productshow_cage li:nth-child(14) a:before{background: url(../images/img/14.png) no-repeat center center;background-size: 100%;}
.se_pro_cage{ width:100px;position: fixed;height:100%;left:0;top:0; display: block;background: #fff; z-index: 9999999999; box-shadow: 0 0 35px rgba(0,0,0,.15);padding:0 0 30px 0}
.se_pro_cage div{ display: flex; flex-wrap:wrap; flex-direction: column; }
.se_pro_cage li{width:100%;display: flex;align-items:center; border-bottom: 1px solid rgba(0,0,0,0.1)}
.se_pro_cage li:hover{ background: #f5f6fa;border-bottom: 1px solid #f5f6fa}
.se_pro_cage li a:before{content:'';width:0;height:0;display: block;margin: 0 auto;}
.se_pro_cage li a{font-size:15px; color: #2a2a2a; line-height: 30px; padding:10px 0 5px 0 }
.se_pro_cage li a:hover{ font-weight: normal;text-decoration: none;}
.se_pro_cage p a{font-size:17px; color: #fff; }
.se_pro_cage p{height:92px; width:100%; background: #0b3484;line-height: 92px;}
.se_pro_cage li.cu_active{ background: #2c5cba}
.se_pro_cage li.cu_active a{ color: #fff;}
.se_pro_cage li:nth-child(1).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(2).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(3).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(4).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(5).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(6).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(7).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(8).cu_active a:before{background:none;}
.se_pro_cage li:nth-child(9).cu_active a:before{background:none;}
.pro_cage_con{overflow:hidden;}
.chanpin_con{ padding:69px 0 39px 0;background: #f5f6fa}
.chanpin_con .s_width{ overflow: hidden; }
.marquee3{display: none;}
.chanpin_con li{width:407px; float:left; margin: 0 20px 30px 0;  position:relative;overflow:hidden;cursor:pointer;}
.chanpin_con .pro_pic img{ width:80%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.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 .pro_pic{ width:100%; position:relative; overflow:hidden; background: #fff; text-align: center;padding:30px 0 50px 0}
.chanpin_con .pro_text{ position: relative;width:80%;margin: 0 auto;margin-top:-28px;background: #133f96;padding:0 12px;}
.chanpin_con .pro_text p{color:#fff;text-align:left; font-size:16px;line-height:60px;height:60px; background: url(../images/jtt.png) no-repeat right center;}
.duoyuanhua{background: url(../images/duo_bg.jpg) no-repeat center top;padding:110px 0;background-size: 100%;}
.index_zdy{width: 100%; background: #113382; overflow: hidden; position: relative; padding: 80px 0;}
.index_zdy_bt{width: 80%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.index_zdy_bt .pro_bt_zu h2:before,.index_zdy_bt .pro_bt_zu h2:after{content: ""; width: 34.7%; height: 1px; background: rgba(255,255,255,.2);}
.index_zdy_foot{position: relative; z-index: 20; display: flex; justify-content: space-between;}
.tab{position: relative; width: 100%; overflow: hidden; display: flex; justify-content: space-between;}
.duo_l{width:18%; }
.duo_l h2{font-size: 60px;color:#fff; text-align: left;padding:0 0 30px 0}
.duo_l i{display: block;width:85px;height:2px;background: #fff; margin-bottom: 115px;}
.tab-nav{ display: flex;  flex-wrap: wrap; overflow: hidden;}
.tab-nav a{display: block;width: 100%; height: 58px; border-radius:58px;border:1px solid rgba(255,255,255,0.1); text-decoration: none; font-size: 17px;  line-height: 58px; color: #fff; margin-bottom: 16px; text-align: center}
.tab-nav a span{margin-left: 35px; color: #fff;}
.tab-nav a.current{background: #f29115; transition: all .3s;font-weight: bold;}
.tab-nav a img{}
.tab-con{position: relative; width:78%; overflow: hidden; }
.tab-con-item{display: none; overflow: hidden; transition: all .3s;}
.tab-con img{ width:100%;}
/*shuzi*/
.xinlai{padding:90px 0 0 0;width:100%;overflow: hidden}
.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: space-around;align-items: center; flex-wrap:wrap;}
.xinlai_num .jumbo {font-size: 80px; color: #144ab4; font-family: trump_gothic_east; line-height:90px; display:inline-block;}
.xinlai_num #wrap .xinlai_num_li{ width:25%; font-size:15px; color:#d01617; padding:15px 0;border-right:1px solid #eee;}
.xinlai_num #wrap .xinlai_num_li:nth-child(4){ border-right:0 solid #eee;}
.xinlai_num #wrap .xinlai_numd{ background:none;}
.xinlai_num #wrap .xinlai_num_li span{ padding:0 0 0 10px; font-size:17px; color:#666;}
.xinlai_num #wrap .xinlai_num_li p{ font-size:18px; color:#717171; text-align:center; }
.xinlai_numaa{ width:60px; margin:0 auto;}
.xinlai_numbb{ width:120px; margin:0 auto;}
.xinlai_numcc{ width:95px; margin:0 auto;}
.xinlai_numdd{ width:105px; margin:0 auto;}
.more {
	color: #fff;width:160px;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
	display:block;
	padding: 14px 10px 14px 15px;
	color: #fff; background: #d01617
}
.more:before{content:'';position: absolute;width:40px;height:8px;top:18px; right:16px; background: url("../images/more.png") no-repeat left center;transition: 0.3s;}
.more:hover:before{right:10px;}
.se_aboutus_text{width:40%;padding:40px 0 0 0}
.se_aboutus_text span{ display: block;font-size: 36px;color:#333333;text-transform: uppercase;}
.se_aboutus_text .aboutus_line{height:57px;width:3px;background:#343434;margin:28px 0}
.se_aboutus_text strong{ display: block;font-size: 40px;color:#d01617;}
.se_aboutus_text strong i{ color:#1c1c1c; font-style: normal;}
.se_aboutus_text p{font-size: 24px;color:#383e50;line-height: 40px}
.se_aboutus_wenzi{padding:25px 0 65px 0;font-size: 16px;color:#7e7e7e;line-height: 30px;}
.about{background: #ffffff url(../images/deng.jpg) no-repeat left bottom;padding:100px 0;overflow: hidden; width:100%;}
.about .a_c{display: flex;justify-content: space-between; flex-wrap: wrap}
.about .about_pic{width:43%;}
.about .about_pic img{width:100%;max-width:716px;}
.about .about_text{width:53%;display: flex;justify-content: space-between; flex-direction: column;padding:10px 0;height:650px;}
.about .about_text2{width:53%;display: flex;justify-content: space-between; flex-direction: column;padding:90px 0}
.about .about_text .about_t{background: url(../images/j_t.png) no-repeat left top; text-align: left}
.about .about_text .about_t div{ font-size: 17px; color:#5b5b5b; line-height: 35px;}
.about .about_text .about_t p{ font-size: 60px; padding:35px 0 0 0}
.about .about_text .about_t p strong{ color:#133f96}
.about .about_text .about_t p span{ font-weight: bold;color:#e30d0d}
.about .about_text i{width:60px;display: block;height:3px;background: #133f96}
.about .about_con{}
.about .about_con strong{ display: block;font-size:41px; color:#333333;padding:0 0 10px 0}
.about .about_con p{font-size:16px; color:#454545;line-height: 30px;}
.about .about_tel{width:180px;height:62px; border-radius:62px;line-height: 62px;border: 1px solid #eee; text-align: center}
.about .about_tel a{ color: #777}
.case{background:#144096;padding:110px 0 110px 0}
.case .s_width{display: flex;justify-content: space-between; }
.case .case_t{ width:37%;display: flex;justify-content: space-between; flex-direction: column; flex-wrap: wrap;}
.case .case_tt{ background: url(../images/c_t.png) no-repeat left top; text-align: left}
.case .case_tt div{ font-size: 16px; color:#fff; line-height: 65px;}
.case .case_tt i{ display: block;width:1px;height:68px;background:#fff;margin:25px 0 10px 0;}
.case .case_tt p{ font-size: 60px; color:#fff;padding:45px 0 0 0;font-weight: bold}
.case .case_tt p strong{ color:#1e1e1e}
.case .case_t a {display:block;width:183px;height:62px;line-height: 62px;margin:65px 0 0 0; color: #fff; font-size: 16px; background: #f29115; border-radius: 100px; text-align: center }
.case .case_t a:hover {	background-color: #fff;	color: #df0912;}
.case_dd{position:relative; overflow:hidden;width:73%}
.case_dd li{float:left; width:624px; margin-right:16px; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; background:#fff; cursor:pointer;}
.case .cp_m{ width:100%; overflow:hidden;}
.case .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.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);}
.case .cp_k{position: absolute;left:0; bottom:0;width:100%;background:rgba(0,0,0,0.6)}
.case .cp_k p{ color: #fff; font-size:16px; line-height:60px; text-align: center}
/*news*/
.news{padding:100px 0 100px 0;background: #f5f6fa;overflow: hidden; width:100%;}
.news .s_width{}
.news .news_t{ display: flex;justify-content: space-between; flex-wrap:wrap;}
.news .news_tt{ background: url(../images/n_t.png) no-repeat left top; text-align: left;width:50%}
.news .news_tt div{ font-size: 17px; color:#555; line-height: 65px;}
.news .news_tt p{ font-size: 60px; color:#1e232a;padding:45px 0 0 0;font-weight: bold}
.news .news_tt p strong{ color:#144096}
.news .news_t a {display:block;width:180px;height:62px;line-height: 62px;margin:65px 0 0 0; color: #252525; font-size: 16px; border-radius:100px;	border: 1px solid #e8e9ec; text-align: center}
.news .news_t a:hover {
	background-color: #f29115;
	color: #fff;border: 1px solid #f29115;
}
.news_con{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;padding:25px 0 0 0}
.news_con li{width:32%; position:relative;}
.news_con .news_date span{display:block;font-size:20px;text-transform: uppercase}
.news_con .news_pic{width:100%;}
.news_con .news_pic img{width:100%;}
.news_con .news_text{ width:100%; padding:40px 0 30px 0; }
.news_con .news_text a{ display:block; width:100%; font-size:18px; color:#666666; line-height:80px;word-break:keep-all;  white-space:nowrap;  overflow:hidden;  text-overflow:ellipsis; }
.news_con .news_text p{ font-size:16px; color:#959595; line-height:90px; text-transform:uppercase;padding:35px 0;}
.news_con .news_text span{color:#8a8a8a;font-size:16px;line-height:90px; display: block;padding:0 0 0 25px; background: url(../images/zhong.png) no-repeat left center;background-size: 18px; border-bottom:1px solid #e5e5e5;text-transform: uppercase}
.item_title{text-align: center; margin:50px 0 25px 0}
.item_title div.niu{font-size:48px;line-height:55px;color:#363636;}
.item_title div.niu strong{color:#fff;}
.item_title p{ font-size:18px;line-height:55px; color: #fff}
.item_title3{ text-align: center }
.item_title3 div.niu{font-size:48px;line-height:75px;color:#363636;}
.item_title3 div.niu strong{color:#f12929;}
.item_title3 p{ font-size:18px;line-height:55px; color: #666}
.item_title4{margin-bottom: 25px; text-align: center;}
.item_title4 div.niu{font-size:60px;line-height:115px;color:#fff;}
.item_title4 div.niu strong{color:#f12929;}
.item_title4 p{ font-size:18px;line-height:55px; color: #fff}
.news_con_se{display: none}
/*product*/
.product{padding:60px 0 0 0}
.pro_cage_da{padding:15px 0 15px 0;overflow: hidden;}
.pro_cage_da .s_width{ overflow: hidden;}
.pro_cage{display: flex;}
.inde_pro_list{width: 100%;}
.pro_cage li{ float:left;width:178px;margin:0 25px 0 0; text-align:center;}
.pro_cage li .pro_cage_pic{width:178px;border:8px solid rgba(255,255,255,1);border-radius:100%;overflow:hidden;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage li:hover .pro_cage_pic{border:8px solid rgba(33,139,198,1);}
.pro_cage li .pro_cage_pic img{width:100%;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage li:hover .pro_cage_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_cage li a{display:block;width:100%;color:#191919;font-size:17px;line-height:70px;text-align:center;}
.pro_cage li a:hover{font-weight:bold;}
.pro_cage_li li{ float:left;width:128px;margin:0 12px 0 0; text-align:center; cursor: pointer;}
.pro_cage_li li .pro_cage_pic{width:128px;border:5px solid #21b6d8;border-radius:100%;overflow:hidden;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage_li li .pro_cage_pic img{width:100%;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.pro_cage_li li:hover .pro_cage_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_cage_li li a{display:block;width:100%;color:#333;font-size:17px;line-height:70px;text-align:center; text-decoration: none}
.pro_cage_li li a:hover{font-weight:bold;}
.lianxi{overflow: hidden}
.lianxi .s_width{display: flex;justify-content: space-between;}
.se_contact_li{width:30%; background: #f5f6fa;padding:70px 70px 0 70px}
.se_contact_li div{ line-height: 34px;font-size: 16px;color: #222; margin-bottom: 45px; padding: 0 0 45px 0;border-bottom:1px solid rgba(0,0,0,0.1)}
.map{width:70%;}
.title_flex{ margin-bottom: 55px; text-align: center}
.title_flex .title_flex_t{}
.title_flex .title_flex_t div{font-size:48px;color:#3f3f3f;}
.title_flex .title_flex_t p{font-size:16px;color:#787878;}
.title_flex .title_flex_t i{ display: block;width:54px;height: 1px; background: #9b9ba0;margin: 15px 0}
.title_flex .title_flex_t div strong{ color:#144096;}
.title_flex .title_flex_t div span{ display: block;font-size: 24px;color:#cdcdcd; text-transform: uppercase}
.se_item_title{margin-bottom: 55px; text-align: center}
.se_item_title div{font-size:55px;line-height:115px;color:#333;}
.se_item_title div strong{color:#144ab4;}
.se_item_title div a:hover{color:#363636; text-decoration: none;}
.se_item_title div a:hover strong{color:#144ab4;}
.se_bg{height: 330px;width: 100%;background:url(../images/ban-bg1.jpg) no-repeat center top; z-index: 2;background-size:cover;}
.se_bg .s_width{position: relative;height:100%;}
.banTxt-d1{position:absolute;left:0;top:50%;right:0;font-family:"Microsoft Yahei";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.banTxt-d1 h2{display:inline-block;margin-bottom:29px;padding:50px 0 18px;font-size:52px;color:#fff;font-weight:bold;line-height:1.4;position:relative}
.banTxt-d1 h2 span{position:absolute;left:50%;top:0;font-size:92px;color:rgba(255,255,255,.1);font-family: Arial," sans-serif";text-transform:uppercase;line-height:1; font-weight: normal;}
.banTxt-d1 h2:after{content:'';position:absolute;left:0;bottom:0;width:52px;height:12px;background:url(../images/quxian3.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.banTxt-d1 .txt{font-size:16px;color:#fff;line-height:1.88}
.se_bg_news{background:url(../images/nn.jpg) no-repeat center top;background-size:cover;}
.se_cc_bg{background:url(../images/ca_bg.jpg) no-repeat center top;background-size:cover;}
.se_shebei_bg{background:url(../images/cc.jpg) no-repeat center top;background-size:cover;}
.se_bg_smc{background:url(../images/aa.jpg) no-repeat center top;background-size:cover;}
.se_about_bg{background:url(../images/gsi2.jpg) no-repeat center -70px;background-size:cover;}
.se_chang_bg{background:url(../images/changbg.jpg) no-repeat center top;background-size:cover;}
.se_nn_bg{background:url(../images/nn_bg.jpg) no-repeat center top;background-size:cover;}
.se_nn_bg{background:url(../images/nn_bg.jpg) no-repeat center top;background-size:cover;}
.se_contact_bg{background:url(../images/ccc.jpg) no-repeat center top;background-size:cover;}
.se_honor_bg{background:url(../images/hhonor.jpg) no-repeat center top;background-size:cover;}
.se_nav{box-shadow: 0 4px 6px #e9e9e9;}
.se_nav .s_width{display: flex;justify-content:space-between;}
.se_nav li{ width:calc(100%/2); text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box;}
.se_nav li:nth-child(4){ border-right:#dcdcdc solid 0;}
.se_nav li a{ font-size:22px; color:#333; line-height:100px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; display:block; position:relative; height:100px;transition: 0.3s;}
.se_nav li a:hover{ color:#0765d9;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: #0765d9;transition-duration:.3s;}
.se_nav li a:hover:before{ width: 250px; left:50%;margin-left:-125px; }
.se_nav li.cu_active a:before {width: 250px; left:50%;margin-left:-125px;}
.se_nav li.cu_active a{ color:#0765d9;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_about{padding:0 0 0 0; position: relative;display: flex; align-items:center;justify-content: space-between}
.se_about .s_width{ position: absolute;left:50%; margin-left:-46.5%;z-index: 3; }
.se_about_c{width:47%; background: #fff;padding:35px 35px 65px 35px;}
.se_about_c strong{ display: block; line-height: 95px; font-size: 36px; color: #333}
.se_about_c p{font-size: 16px; color: #4b4b4b;line-height: 32px;}
.se_about .about_bg{top: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.4) url(../images/banner_bg.png) repeat; z-index: 2;position: absolute}
.se_about .about_pic img{ width:100%;}
.se_honnor{ padding:21px 0;  overflow:hidden;}
.se_honnor ul{display:flex;flex:row;justify-content:space-between;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; }
/*about*/
.about2{ position: relative;height: 100%;}
.about_con2{position: absolute;z-index: 3;width:100%;height:360px;top:50%;margin-top:-180px;}
.bofang{width:95px;height:95px;border: 1px solid rgba(255,255,255,0.2);margin:0 auto;border-radius:95px; text-align: center;padding:35px 0 0 0}
.about_t div.niu{color:#fff; line-height: 145px; text-align: center;font-size: 60px;}
.about2 p{font-size: 16px;color: #fff;line-height: 33px;text-align: center}
.about_more{width:176px; position: absolute;left:50%;margin-left:-88px; bottom:0; background:#f12929; text-align: center;transition: 0.3s;}
.about_more a{display: block;padding:25px 0 ;color: #fff;transition: 0.3s;}
.about_more:hover{ border-radius:50px;}
.about_more:hover a{ }
.about_bg{top: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.5) url(../images/banner_bg.png) repeat; z-index: 2;position: absolute}
.about_pic2{ z-index: 1;position: relative;width:100%;top:0}
.about_pic2 img{ width:100%;}
.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/more.png") no-repeat 125px 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more_m:hover {
	background-color: #133f96;
	color: #fff;border: 1px solid #133f96;
}
.more_m:hover span {
	background: url("../images/more.png") no-repeat 125px 3px;
}
.page_box{border-bottom: 1px solid #f1f1f1;}
.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;}
.er_title{width:610px;margin:55px auto 20px auto;}
.er_title div{font-size: 42px;color: #262626;text-align: center;line-height:90px;}
.er_title div span{font-size: 47px;color: #d42828;font-weight: normal;font-family:Impact; text-transform: uppercase;padding:0 0 0 25px;}
.er_title i{display: block;width:81px;height:4px;margin: 0 auto;background: #ef0c12}
.er_title p{font-size: 16px;color: #6c6c6c; line-height: 55px;text-align: center;}
.se_espcms_page{font-size:15px; margin-bottom:30px; border:1px solid #f3f3f3; padding:30px 30px; display:flex;flex-wrap:wrap;justify-content:space-between;}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:15px; line-height:38px; }
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.se_espcms_book{padding:30px 0}
.se_espcms_book h1{ line-height:70px; text-align: center;}
.se_espcms_book .se_date{ font-size:15px; line-height:38px; text-align:center;}
.se_espcms_book .se_date span{padding:0 20px 0 0;}
.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_pro_con { }
.th_pro_con table{border: 1px solid #dcdcdc;border-collapse: collapse;font-size: 14px;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #dcdcdc;line-height: 30px;border-collapse: collapse;text-align:left; padding:5px 5px 5px 15px	}
.th_pro_con tr td:nth-child(1){ text-align:center}

.se_p_s{ text-align: center; background:url(../images/psbg3.jpg) no-repeat center center;padding:80px 0;margin: 0 0 75px 0}
.se_p_s div{}
.se_p_s div strong{ display: block;font-size:40px; color: #fff; font-weight: normal;}
.se_p_t{ display: flex;justify-content: space-between;background: #f1f1f1; align-items: center}
.se_p_t_l{ width:15%; background: #f1f1f1 url(../images/bianb.png) no-repeat right center; display: flex;align-items: center;font-size: 30px; color:#333; justify-content: space-around;padding:30px;}
.se_p_t_r{ width:85%;padding:30px 60px; color: #333;font-size: 16px; line-height: 30px; }
.se_xiangqing_r{ width:100%; background:#f7f7f7; margin:30px 0 0 0; padding:30px 0 90px 0}
.se_xiangqing_r h3{ font-size:48px; color:#333; text-align:center; line-height:125px; margin:0 0 30px 0;}
.se_xiangqing_r .s_width{display: flex;justify-content: space-between;flex-wrap: wrap}
.se_xiangqing_r li{ width:24%; background:#fff;}
.se_xiangqing_r .se_xiangguan_pic{}
.se_xiangqing_r .se_xiangguan_pic img{ width:100%;}
.se_xiangqing_r h4{ font-size:15px; color:#444; text-align:center; line-height:45px; background:#fff; font-weight:normal; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;margin:0 0 0 0}
.se_case{ padding:25px 0 71px 0; overflow:hidden;}
.se_case ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_case li{padding:;width:32.6%;height:auto; margin: 0 1% 2% 0;border:1px solid #f3f3f3;position:relative;overflow:hidden;background:#fff;}
.se_case li:nth-child(3n){margin: 0 0 2% 0;}
.se_case .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case 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_case .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_case .pro_text{ color:#232323;text-align:center; font-size:18px;line-height:85px;}
.se_case 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_message{width:20%;position: absolute;height:100%;right:0;top:0;z-index: 5;padding:0 2%; background:url(../images/mebg.jpg)}
.message_t{ color: #fff;padding: 180px 0 0 0; font-size: 16px;}
.message_t div.niu{color:#fff; line-height: 95px;}
.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}
.se_chanpin_con{ padding:0 0 71px 0;  overflow:hidden; padding:69px 0 39px 0;background: #f5f6fa}
.se_chanpin_con ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_chanpin_con ul.s_width{}
.se_chanpin_con li{padding:0;width:32%;height:auto; margin: 0 2% 2% 0;position:relative;overflow:hidden;cursor:pointer;}
.se_chanpin_con li:nth-child(3n){margin: 0 0 2% 0;}
.se_chanpin_con .pro_pic img{ width:80%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.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 .pro_pic{ width:100%; position:relative; overflow:hidden; background: #fff; text-align: center;padding:30px 0 50px 0}
.se_chanpin_con .pro_text{ position: relative;width:80%;margin: 0 auto;margin-top:-27px;background: #133f96;padding:0 12px;}
.se_chanpin_con .pro_text p{color:#fff;text-align:left; font-size:16px;line-height:60px;height:60px; background: url(../images/jtt.png) no-repeat right center;}
.se_pro_text_li{padding:15px 0; line-height: 45px;}
.se_pro_text_li li{padding:0 0 0 40px; color: #777; font-size:17px;}
.se_pro_text_li li.se_pro_text_li_a{background: url(../images/t_li_a.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_b{background: url(../images/t_li_b.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_c{background: url(../images/t_li_c.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_d{background: url(../images/t_li_d.png) no-repeat left center;}
.se_pro_text_li li.se_pro_text_li_e{background: url(../images/t_li_e.png) no-repeat left center;}
.se_pro_pic_text{border:1px solid #f3f3f3; padding:40px 50px;display:flex;justify-content:space-between;flex-wrap: wrap;margin:0 0 35px 0}
.se_pro_pic_text .se_pro_pic{width:50%;border:1px solid #e8e8e8;}
.se_pro_pic_text .se_pro_pic img{width:100%;}
.se_pro_pic_text .se_pro_text{width:35%;text-align:left;}
.se_pro_pic_text .se_pro_text h1{ text-align: left;font-size: 31px;line-height:95px;font-weight: bold; color:#555}
.se_pro_pic_text .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_pic_text .se_pro_text .se_r_text{ text-align:left;font-size:15px;line-height:29px;color:#919191;  border-bottom: 1px solid rgba(0,0,0,0.1);padding:25px 0}


.se_pro_pic_text .se_pro_text .join_back{}
.se_pro_pic_text .se_pro_text .join_back a{ display: block;width:194px;height:51px;line-height: 51px;margin:65px 0 0 0; color: #252525; font-size: 16px;	border: 1px solid rgba(0,0,0,0.1);padding: 14px 20px 14px 25px;}
.se_pro_pic_text .se_pro_text .join_back a span {
	font-size: 18px;
	padding-right: 40px;
	display:block;
	background: url("../images/more2.png") no-repeat right center;
	line-height: 1.2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.se_pro_pic_text .se_pro_text .join_back a:hover {
	background-color: #df0912;
	color: #fff;border: 1px solid #df0912;
}
.se_pro_pic_text .se_pro_text .join_back a:hover span {
	background: url("../images/more3.png") no-repeat right center;
}
.se_tel{padding:25px 0; border-top:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1);margin:20px 0;line-height: 32px;font-size: 15px;color:#777}
.miaoshu{ line-height:45px; padding:0 0 0 0; color:#fff; font-size:16px; background:#1264d4;margin:0 0 25px 0;}
.miaoshu span{  width:150px; background:#df310f; display:block; text-align:center; text-indent: 0;  font-size:16px;}
.info_content p span{flex-wrap:wrap;}
.se_bg_pic{width:55%; position: relative;}
.se_bg_pic img{width:100%;}
.guding{ background:#d72828; height:120px; position:relative; width:100%;z-index:110000}
.prod_nav{width:70%; position: absolute ; left:50%; margin-left:-35%; bottom:0; }
.prod_nav li{ width:calc(100%/2);text-align:center;  line-height:120px; float:left; display: block; color:#444;}
.prod_nav li.cu_active{ color:#fff; background: #333;}
.prod_nav li a{ color:#fff; font-size:20px; display:block}
.prod_nav li a:hover{ color:#fff; background: #333;}
.prod_nav li.cu_active a{ color:#fff; font-weight:bold}
.info_content{ font-size:15px; line-height:31px; color:#666;padding:0 0 35px 0;}
.info_content img{ max-width:100%;margin-bottom: 35px;}
.info_liuyan{position: relative;height:645px;}
.se_liuyan_pic{ width:217px; position: absolute;z-index: 2}
.se_liuyan_con{ width:90%; position:absolute; right:0;top:41px; padding:35px 5% 0 15%; box-sizing:border-box; height:566px; 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:30px; font-weight: bold;color:#eb0e0e; margin-bottom:30px;text-indent:0;padding:0 0 0 45px;background:url(../images/banicon.png) no-repeat left center; }
.info_content strong{ display: block;font-size:24px; color:#eb0e0e; margin:30px 0;text-indent:0;padding:0 0 0 45px;background:url(../images/banicon.png) no-repeat left center; }
.se_xg_con{ }
.se_xg_con .s_width{overflow: hidden;}
.se_xg{display: flex;justify-content: space-between}
.se_xg li{padding:0; margin: 0 15px 22px 0;position:relative;cursor:pointer;}
.se_xg .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_xg 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_xg .pro_pic{ width:330px; position:relative; overflow:hidden;border: 1px solid rgba(0,0,0,0.05)}
.se_xg .pro_text{ padding:8px 0 13px 0;background:rgba(0,0,0,0.05);}
.se_xg .pro_text p{color:#333333;text-align:center; font-size:18px;line-height:36px;font-weight: bold;padding:10px 0 0 0}
.se_xg .pro_text span{ display: block;width:198px;margin:0 auto;color:#f72e2d;text-align:right;background:url("../images/p_tel.png") no-repeat left center; font-size:26px;line-height:45px;font-family: 'impact';}
.se_cage_da{ display: flex;display: -webkit-flex; flex-wrap:wrap;margin-bottom:50px;}
.se_cage_da li{width:190px;line-height: 55px; text-align: center;background:#d42828; margin:0 10px 10px 0;transition: all 0.5s;}
.se_cage_da li a{color:#fff; font-size: 16px;}
.se_cage_da li:hover{background:#333;}
/*se_news*/
.se_news_con{ padding:80px 0 20px 0}
.se_news_con ul{ }
.se_news_con li{  margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer; margin:0 0 35px 0; position:relative;  transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; background:#f5f5f5}
.se_news_l{ width:20%; position:relative; overflow:hidden;margin:10px; }
.se_news_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_news_con li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_news_r{ width: 75%;  position: relative; z-index: 1000; padding:0 35px 0 0; box-sizing:border-box}
.se_news_r h2{  color:#888; font-weight:normal; padding:30px 0}
.se_news_r h2 a{ font-size:24px; color:#333; text-transform:uppercase; display:block; }
.se_news_r h2 a:hover{ color:#f12929;}
.se_news_r span{ font-size:15px; color:#999; display:block; text-transform:uppercase;}
.se_news_r p{ line-height:28px; color:#888; padding:10px 0 10px 0; font-size:16px;}
.se_news_con li .se_news_more{ width:114px; position:absolute; right:0; bottom:0; background:#133f96; line-height:35px; text-align:center;}
.se_news_con li .se_news_more a{ color:#fff; font-size:14px;}
.se_news_con li:hover .se_news_r h2 a{color:#133f96;}
.newsnei{ padding:70px 0 0 0}
.newsnei h2{ width:400px; margin:0 auto;  font-weight:normal; margin-bottom:35px; padding:0 0 0 20px; text-align:center; }
.newsnei h2 a{ display:block; height:79px; position: relative;}
.newsnei h2 span{ color:#333; font-size:44px; display:block; line-height:79px; position: relative;z-index:2}
.newsnei h2 a:before{ position: absolute;content:'';height:6px;width:168px;left:50%;margin-left:-84px;bottom:15px;background: #e22929;z-index: 1}
.newsnei h2 p{ color:#777; font-size:15px; line-height:25px;}
.newsnei h2 a:hover{text-decoration:none;}
.newsnei .s_width{ overflow:hidden; }
.newsnei_con .tupian_zl{ position:absolute; left:0; top:155px; width:33px; height:32px; background:url(../images/lleft.jpg); transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; z-index:2}
.newsnei_con .tupian_zl:hover{ background:url(../images/lleft_h.jpg)}
.newsnei_con .tupian_zr{ position:absolute; right:0; top:155px; width:33px; height:32px; background:url(../images/rright.jpg); transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; z-index:2}
.newsnei_con .tupian_zr:hover{ background:url(../images/rright_h.jpg)}
.newsnei_con li{float:left; padding:0; width:412px; height:370px; position:relative; overflow:hidden; background:#fff; margin:0 22px 0 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer;}
.newsnei_con li img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.newsnei_con li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.newsnei_con_l{ width:412px; height:250px; position:absolute; overflow:hidden; left:0; top:0}
.newsnei_con_l a{ width:412px; height:250px; z-index:3; display:block}
.newsnei_con_l a span{ display:block; color:#ffffff; line-height:40px;  width:390px; position:absolute; bottom:0; z-index:99; font-size:15px; text-align:center;}
.newsnei_con_l a:hover span{ color:#ffd800}
.newsnei_con_b{ width:412px; position:absolute; bottom:0;left:0; height:120px; background:#444; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.newsnei_con_b i{ font-style:normal; color:#fff; display:block; line-height:65px; background:url(../images_nei/jiantou.png) no-repeat right center; z-index:2; position:relative; font-size:18px; margin:0 25px;}
.newsnei_con_b p{ margin:0 25px; line-height:24px; font-size:14px; color:#fff; height:0; overflow:hidden;}
.newsnei_con_b .newsnei_con_date{ margin:0 25px; line-height:30px; font-size:14px; color:#fff;text-transform: uppercase}
.newsnei_con li:hover .newsnei_con_b{ height:170px;background:#e22929;}
.se_news{padding: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;margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer; margin:0 0 35px 0; position:relative; top:0; border-bottom: 1px solid #eee; padding: 0 0 30px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_newslist_l{ width:12%; 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: 85%; position: relative; z-index: 1000; 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:#d42828;}
.se_newslist_r p{ line-height:28px; color:#888; padding:10px 0 10px 0; font-size:15px;}
.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;}
.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;
}
.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); }
.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;}
@media only screen and (max-width:1900px){ /**/
	.duo_l h2{font-size:50px;}
	.about .about_text .about_t p{font-size:50px;}
	.case .case_tt p{font-size:50px;}
	.news .news_tt p{font-size:50px;}
	.about_t div.niu{font-size:50px;}
}
@media only screen and (max-width:1700px){ /**/
	.about .about_con strong{display: none;}
	.about .about_text {height:524px;}
	.about .about_con p{line-height: 28px;}
	.xinlai{padding:35px 0 0 0}
	.about{ padding: 70px 0;}
	.duoyuanhua{ padding: 70px 0 60px 0;}
	.news{ padding: 70px 0;}
	.case{ padding:70px 0 70px 0}
	.se_item_title{margin-bottom:35px;}
	.chanpin_con li{width:357px; margin: 0 17px 30px 0; }
}
@media only screen and (max-width:1600px){ /**/
	.duo_l h2{font-size:45px;}
	.fl_title div{font-size:45px;}
	.about .about_text .about_t p{font-size:45px;}
	.about .about_text .about_t {background-size:45%;}
	.case .case_tt p{font-size:45px;}
	.case .case_tt{background-size:60%;}
	.news .news_tt p{font-size:45px;}
	.news .news_tt{background-size: 40%;}
	.se_pro_pic_text .se_pro_text h1{ text-align: left;font-size: 24px; line-height: 48px;}
	.se_pro_pic_text .se_pro_text .se_date{padding:5px 0}
	.tab-nav a{height:54px;line-height: 54px;}
	.productshow_cage li a{font-size: 16px;line-height: 27px;}
	
	.se_item_title div{font-size:45px;line-height:95px;}
	.about_t div.niu{font-size:45px;}
	.xinlai_num .jumbo {font-size: 64px;}
}
@media only screen and (max-width:1550px){ /**/
	.se_about_c{width:47%; background: #fff;padding:35px 35px 35px 35px;}
	.se_about_c strong{ display: block; line-height:75px; font-size: 27px; color: #333}
	.se_about_c p{font-size: 15px; color: #4b4b4b;line-height:28px;}
	.lh_75{height:45px;}
	.se_news_r h2{padding:20px 0;}
	.se_news_r h2 a{font-size:18px;}
	.se_news_r p{ line-height:26px; color:#888; padding:10px 0 10px 0; font-size:15px;}
	.se_case .pro_text{ line-height:55px; font-size: 16px;}
	.about .about_con p{line-height: 26px;font-size: 15px;}
	.about .about_pic{padding:80px 0 0 0}
	.about .about_tel{width:170px;height:52px; border-radius:52px;line-height: 52px;border: 1px solid #eee; text-align: center}
}
@media only screen and (max-width:1450px){ /**/
	.fl_title div{font-size:40px;}
	.duo_l h2{font-size:40px;}
	.about .about_text .about_t p{font-size:40px;}
	.case .case_tt p{font-size:40px;}
	.news .news_tt p{font-size:40px;}
	.index_nav{width:56%;margin-left:-25%;}
	.index_nav li a{font-size: 15px;}
	.productshow_cage li a:before{width:37px;height:37px;}
	.se_pro_cage li a:before{width:0;height:0;}
	.news_con .news_text a{font-size: 17px;}
	.news_con .news_text{padding:10px 0 30px 0;}
	.news .news_t a{margin: 0 0 0 0;}
	.se_item_title div{font-size:40px;line-height:65px;}
	.se_item_title{margin-bottom:25px;}
	.about_t div.niu{font-size:40px;line-height: 85px;}
	.banTxt-d1 h2{font-size: 45px;padding:30px 0 18px;}
	.banTxt-d1 h2 span{ font-size:68px;}
	.se_nav li a{font-size:18px;}
	.se_contact_li{padding:70px 30px 0 30px}
		.se_about_c p{line-height:26px;}
}
@media only screen and (max-width:1350px){ /**/
	.productshow_text {height:375px;}
	.productshow_text .s_width{height:251px;}
}
@media only screen and (max-width:1300px){ /**/
	.fl_title div{font-size:30px;}
	.duo_l h2{font-size:30px;}
	.about .about_text .about_t p{font-size:30px;}
	.case .case_tt p{font-size:30px;}
	.news .news_tt p{font-size:30px;}
	.tab-nav a{height:45px;line-height: 45px;}
	.se_item_title div{font-size:36px;}
	.about_t div.niu{font-size:30px;}
	.se_news_r p{  font-size:14px;}
}
