@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{  overflow-x:hidden;}
*{ margin:0; padding:0;box-sizing:border-box;font-family:"Microsoft Yahei","Source Han Sans CN","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
img{ border:none;}
ul,li{ list-style:none;}

a{ text-decoration:none; color:#555;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:35px;}
.lh_140{height:190px;}
.lh_130{height:120px; background: #fff;box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 1}
.s_width{width:85%;margin:0 auto;}
.s_width2{width:92%;margin:0 auto;}
.s_width3{width:84%;margin:0 auto;}
.r{float: right}



.header{width:100%; height:108px; background:#dd4314;}
.header .s_width{ display: flex;justify-content: space-between; align-items: center;}
.header .logo{}
.header .logo img{width:100%;max-width:130px;}
.header .logo_tel{width:138px; display: flex;justify-content: space-between;}
.header .logo_tel img{display: block}
.header .logo_tel p{ font-size: 16px; color: #fff}

.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.index_nav{width:55%;height:108px;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:108px;width:calc(100%/7);text-align: center;position: relative}
.index_nav li a{color:#fff;font-size:17px;display:block; position: relative}
.index_nav li a:hover{font-weight:bold; text-decoration:none;}

.index_nav li div {display:none;width:200px;text-align:center;color:#4f4f4f;position:absolute;z-index:9999999;left:-20%;top:100%;background: #e54919}
.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);}


.index_nav2{width:55%;height:116px;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_nav2 li{line-height:116px;width:calc(100%/9);text-align: center;position: relative}
.index_nav2 li a{color:#333;font-size:18px;display:block; position: relative}
.index_nav2 li a:hover{font-weight:bold; text-decoration:none; color:#f39903}
.index_nav2 li a:before{content:'';width:0;height:2px;position: absolute;left:0;bottom:-2px;background: #f39903;transition: 0.5s;}
.index_nav2 li a:hover:before{content:'';width:100%;height:2px;position: absolute;left:0;bottom:0;background: #f39903}

.index_nav2 li div {display:none;width:220px;text-align:center;color:#4f4f4f;position:absolute;z-index:9999999;left:0;top:100%;background: #f39903}
.index_nav2 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_nav2 li div a:hover{color:#fff;line-height:39px;font-weight:bold;border-bottom:1px solid rgba(255,255,255,0.1);}
.index_nav2 li div a:before{content:'';width:0;height:0;position: absolute;left:0;bottom:0;background: #0d77cb;transition: 0.5s;}
.index_nav2 li div a:hover:before{content:'';width:0;height:0;position: absolute;left:0;bottom:0;background: #f3bc0a}


.se_banner{width:100%; position: relative;overflow: hidden; display: flex;justify-content: center;}
.se_banner img{ display:block;width:100%;}

.nn_banner{width:100%; position: relative;overflow: hidden; display: flex;justify-content: center;}
.nn_banner .mm_bg{top: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.45) url(../images/banner_bg.png) repeat; z-index:3;position: absolute}
.nn_banner_wenan{width:100%;height:300px;position: absolute;top:50%;margin-top:-150px; z-index: 4; overflow: hidden; display: flex;justify-content: space-between;flex-direction: column; align-items: center}
.nn_banner_wenan i{display: block; width:1px;height:50px; background: #fff;}
.nn_p{font-size: 24px;color: #ffffff}
.nn_banner_img{width: 100%;height:100%; z-index: 1; overflow: hidden;}
.nn_text{height:158px;width:100%;position: relative;text-align: center}
.nn_text_b{position: absolute;width:100%;text-align: center;bottom: 0;}
.nn_banner_img img{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%;-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);/* animation: scaleUpDown 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*/
.slide-main{position: relative; z-index: 1;}
.prev,.next{display: block; position: absolute; z-index: 222; bottom: 45%; overflow: hidden; cursor: pointer;/*background-color: rgba(165,165,165,0.4);*/}
.prev img,.next img{ margin: 10px 0 0 5px;}
.prev{left: 50px;}
.next{right: 50px;}
.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;}


/*footer*/
.footer{ background: #262626;}
.footer .footer_f{ padding:55px 0 55px 0 ; display:flex;justify-content:space-between}
.footer_l{width:27%;display:flex;justify-content:flex-start;flex-direction: column}
.footer_l .flogo{float: left;display: block;}
.footer_l .ico{float: right;padding-top: 10px;}
.footer_l .ico a{display: block;width: 36px;height: 36px;position: relative;border: 1px solid rgba(255, 255, 255, .2);border-radius: 50%;float: left;margin-left: 25px;}
.footer_l .ico a > img{opacity: .3;}
.footer_l .ico a:nth-child(1){margin-left: 0;}
.footer_l .ico a:hover > img{opacity: 1;}
.footer_l .ico a .ewm{display: block;width: 130px;position: absolute;left: 50%;margin-left: -65px;top: 40px;opacity: 0;visibility: hidden;}
.footer_l .ico a .ewm img{max-width: 130px;}
.footer_l .ico a:hover .ewm{top: 50px;opacity: 1;visibility: visible;}

.f_tel{display: flex;justify-content:flex-start; align-items: center;padding:45px 0}
.f_tel_img{width:60px;height:60px;border:1px solid rgba(255,255,255,0.1);border-radius: 50px; margin-right: 25px;}
.f_tel_drt strong{ display: block;font-size: 20px;color: #c6c6c6}
.f_tel_drt div{ font-size: 33px;color: #fff}
.footer_l p{ font-size: 15px;color: #bdbcbc;line-height: 28px;}

.footer_r strong{ display: block; font-size:16px; line-height:35px; color:#ffffff; margin-bottom:10px;font-weight:normal; }
.footer_r{width:66%;display:flex;justify-content:flex-end}
.footer .f_fenlei{ width:calc(100%/6); }
.footer .f_fenlei div{ display:flex;justify-content:space-between;flex-wrap: wrap;}
.footer .f_fenlei li{ line-height:35px; width:100%; text-align: left; }
.footer .f_fenlei li a{ color:#bdbdbd;font-size:15px; }
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_fenlei a{ color:#fff;}



.footer i{ width:50px;height:1px; background: rgba(255,255,255,0.2);display: block; margin-bottom:25px;}


.footer_p{line-height:65px; text-align:center; font-size:15px; color:#aeaeae; }
.footer_p .s_width{ text-align: center; display: flex;justify-content: space-between;border-top:1px solid rgba(255,255,255,0.05)}
.footer_p a{ color:#aeaeae}
.footer_p a:hover{ color:#999}
.footer_p img{ vertical-align: middle;}




.index_t { border-bottom:1px solid rgba(0,0,0,.1);padding:25px 0}
.index_t .s_width{display: flex;justify-content: space-between;align-items: center}
.i_title{display: flex;justify-content:space-between;flex-direction: column;position: relative;z-index: 2; text-align: center; padding:0 0 45px 0}
.i_title p{ margin: 0 0 15px 0;font-size: 57px;color:#212324;}
.i_title i{ width:100px;margin:25px auto 0 auto;display: block;height:1px;background: #333}
.i_title span{ color:#575757;font-size: 17px;line-height: 33px;}
.brand_t p{ color:#fff;}

/*hezuo*/
.hezuo{  background: #fff;padding:0 0 80px 0 }
.hezuo_t{ display: flex;justify-content: space-between; align-items: center; margin-bottom:40px }
.hezuo ul{ display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;border: 1px solid rgba(0,0,0,0.05);border-bottom: 0 solid rgba(0,0,0,0.05); background: #fff}
.hezuo ul li{ width:calc(100%/5 - 1px); text-align: center; border-right: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05);padding:23px 0}
.hezuo ul li:nth-child(5n){border-right: 0 solid rgba(0,0,0,0.05);}
.hezuo ul li img{width:100%; max-width:213px; display: block; margin: 0 auto;}


.productshow_cage{ position: relative;z-index: 1; background: #fff; width:12%;display: flex;justify-content:space-between; flex-direction: column; align-items: center}
.productshow_cage li{width:100%; height: calc(100%/6); position: relative;transition: 0.3s; display: flex;justify-content: space-between;  border-bottom: 1px solid rgba(0,0,0,0.1)}
.productshow_cage li a{ width:100%; transition: 0.3s; font-size:17px;color: #1e1e1e; display: flex;justify-content: flex-start;align-items: center;}
.productshow_cage li div{width:60px;height:57px; margin: 0 10px;}
.productshow_cage li:nth-child(1) div{ background: url(../images/cpa.png) no-repeat center top;}
.productshow_cage li:nth-child(2) div{ background: url(../images/cpb.png) no-repeat center top;}
.productshow_cage li:nth-child(3) div{ background: url(../images/cpc.png) no-repeat center top;}
.productshow_cage li:nth-child(4) div{ background: url(../images/cpd.png) no-repeat center top;}
.productshow_cage li:nth-child(5) div{ background: url(../images/cpe.png) no-repeat center top;}
.productshow_cage li:nth-child(6) div{ background: url(../images/cpf.png) no-repeat center top;}
.productshow_cage li:nth-child(6){border-bottom: 0 solid rgba(0,0,0,0.1)}
.productshow_cage li a:hover{background: #dd4314;color: #fff}
.productshow_cage li:nth-child(1) a:hover div{ background: url(../images/cpah.png) no-repeat center top;}
.productshow_cage li:nth-child(2) a:hover div{ background: url(../images/cpbh.png) no-repeat center top;}
.productshow_cage li:nth-child(3) a:hover div{ background: url(../images/cpch.png) no-repeat center top;}
.productshow_cage li:nth-child(4) a:hover div{ background: url(../images/cpdh.png) no-repeat center top;}
.productshow_cage li:nth-child(5) a:hover div{ background: url(../images/cpeh.png) no-repeat center top;}
.productshow_cage li:nth-child(6) a:hover div{ background: url(../images/cpfh.png) no-repeat center top;}


.productshow_cage2{ position: relative;z-index: 1; background: #fff; display: flex;justify-content:space-between;  align-items: center; margin:0 auto 25px auto}
.productshow_cage2 li{width: 16%;position: relative;transition: 0.3s; display: flex;justify-content: center; }
.productshow_cage2 li .cage_a{ width:100%; transition: 0.3s; font-size:17px;color: #1e1e1e; font-weight: bold;display: flex;justify-content: center;align-items: center; border: 1px solid rgba(0,0,0,0.1);padding:10px 0}
.productshow_cage2 li .cage_pic{width:60px;height:57px; margin: 0 10px 0 0}
.productshow_cage2 li:nth-child(1) .cage_pic{ background: url(../images/cpa.png) no-repeat center top;}
.productshow_cage2 li:nth-child(2) .cage_pic{ background: url(../images/cpb.png) no-repeat center top;}
.productshow_cage2 li:nth-child(3) .cage_pic{ background: url(../images/cpc.png) no-repeat center top;}
.productshow_cage2 li:nth-child(4) .cage_pic{ background: url(../images/cpd.png) no-repeat center top;}
.productshow_cage2 li:nth-child(5) .cage_pic{ background: url(../images/cpe.png) no-repeat center top;}
.productshow_cage2 li:nth-child(6) .cage_pic{ background: url(../images/cpf.png) no-repeat center top;}
.productshow_cage2 .child_menu{position:absolute;top:100%;left:50%; margin-left:-50%;overflow:hidden;z-index:99999;height:0;width:100%;line-height:45px; }
.productshow_cage2 .child_menu a{ display: block; width: 100%; text-align: center;margin:0 auto; font-size:15px; font-weight:normal; color:#fff;  background:#333; height:45px; line-height:45px; border-bottom: 1px solid rgba(255,255,255,0.1)}
.productshow_cage2 .child_menu a:hover{color:#fff; font-weight:bold;}


.productshow_cage2 li.on{background: #dd4314}
.productshow_cage2 li.on .cage_a{ color: #fff;}
.productshow_cage2 li:hover{background-color: #dd4314}
.productshow_cage2 li:hover .cage_a{color: #fff}
.productshow_cage2 li:nth-child(1):hover .cage_pic{ background: url(../images/cpah.png) no-repeat center top;}
.productshow_cage2 li:nth-child(2):hover .cage_pic{ background: url(../images/cpbh.png) no-repeat center top;}
.productshow_cage2 li:nth-child(3):hover .cage_pic{ background: url(../images/cpch.png) no-repeat center top;}
.productshow_cage2 li:nth-child(4):hover .cage_pic{ background: url(../images/cpdh.png) no-repeat center top;}
.productshow_cage2 li:nth-child(5):hover .cage_pic{ background: url(../images/cpeh.png) no-repeat center top;}
.productshow_cage2 li:nth-child(6):hover .cage_pic{ background: url(../images/cpfh.png) no-repeat center top;}
.productshow_cage2 li.on:nth-child(1)  .cage_pic{ background: url(../images/cpah.png) no-repeat center top;}
.productshow_cage2 li.on:nth-child(2)  .cage_pic{ background: url(../images/cpbh.png) no-repeat center top;}
.productshow_cage2 li.on:nth-child(3)  .cage_pic{ background: url(../images/cpch.png) no-repeat center top;}
.productshow_cage2 li.on:nth-child(4)  .cage_pic{ background: url(../images/cpdh.png) no-repeat center top;}
.productshow_cage2 li.on:nth-child(5)  .cage_pic{ background: url(../images/cpeh.png) no-repeat center top;}
.productshow_cage2 li.on:nth-child(6)  .cage_pic{ background: url(../images/cpfh.png) no-repeat center top;}


/*productshow*/
.productshow{ padding:85px 0 110px 0; background: url(../images/ppbg.jpg) no-repeat center top;  }
.productshow .s_width{display: flex;justify-content: space-between;}
.f_con{position:relative; overflow:hidden; width:87%; background: #fff }
.f_con #pro_lists{display: flex; justify-content: flex-start}
.f_con #_append{display: flex; justify-content: flex-start}
.f_con li{ position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer;height:100%; display: flex;justify-content: space-between;flex-direction: column}
.f_con .cp_m{ position:relative; overflow:hidden;border-right:1px solid rgba(0,0,0,1) }
.f_con .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.f_con .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.f_con .cp_k p{ color:#333; font-size:17px; line-height: 85px; text-align: center;margin: 0 10px;border-top:1px solid rgba(0,0,0,0.1);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.f_con .cp_k{  background: #ffffff ;border-right:1px solid rgba(0,0,0,1)}


.productshow .fl_title{}
.fl_title{text-align: center; padding:30px 0 0 0; }
.fl_title div{font-size: 56px;color:#333; line-height:85px; }
.fl_title div strong{color:#1ba435;}
.fl_title div span{color:#f39325;}
.fl_title p{font-size: 17px;color:#333; line-height: 45px;}
.fl_title i{ display: block;margin:  20px auto; width:60px;height:1px; background: #333 }


.about{ position: relative;z-index: 2;background:url(../images/jjbg.jpg) no-repeat center top;padding:105px 0 105px 0}
.a_t{margin-bottom: 65px;}
.about .about_con{ display: flex;justify-content:space-between; overflow: hidden; }


.about_l{ width:45%;display: flex;justify-content:space-around;flex-direction: column;padding:45px 0 45px 9%;  }
.about_t{display: flex;justify-content: space-between;flex-direction: column; margin: 0 0 15px 0}
.about_t strong{ font-size:45px;color: #1c1c1c;line-height: 65px;}
.about_t p{ font-size:27px;color: #393939;line-height: 35px;}
.about_l .about_p{ font-size:17px;color: #444444;line-height:32px;}
.about_l a{ display: block;width:156px;line-height: 49px; border:2px solid rgba(0,0,0,0.8); text-align: center;font-size:17px;color: #212121; transition: 0.5s}
.about_l a:hover{  background: #eb2e21;border:2px solid #eb2e21; color: #fff;}
.about_r{width:50%;position: relative;z-index: 2}
.about_r img{width:100%; display: block}

.in_factory{position: relative;z-index: 2;background:url(../images/hhbg.jpg) no-repeat center top;padding:75px 0 54px  0}
.tab{position: relative; width: 100%; overflow: hidden; }

.duo_l{width:100%; }

.tab-nav{ display: flex; justify-content:center; overflow: hidden;position: relative; }
.tab-nav a{display: flex; width:190px; margin: 0 10px; position: relative;justify-content:center; flex-direction: column;text-decoration: none; align-items: center;margin-bottom: 16px; cursor: pointer; border:2px solid #f7f9fd; padding:15px 0 0 0; }
.tab-nav a h3{text-align: center; font-weight: normal; font-size: 18px; line-height:40px; color: #fff;  transition: 0.3s;}
.tab-nav img{display: block;}
.tab-nav img.none{display: none;}
.tab-nav a.current img.none{display: block;}
.tab-nav a.current img.block{display: none;}
.tab-nav a.current h3{  font-weight: bold; color:#333}
.tab-nav a div{width:51px; margin: 0 auto}
.tab-nav a.current{ border:2px solid #f7f9fd; background: #f7f9fd}

.tab-con{position: relative;overflow: hidden;padding:35px 0 0 0 }
.tab-con-item{display: none; overflow: hidden; transition: all .3s; width:100%}



.tab-con ul{display: flex;justify-content: space-between; flex-wrap: wrap}
.tab-con li{ width:49.5%; position: relative; overflow: hidden; margin-bottom: 15px;}

.tab-con2 li{ width:32%; position: relative; overflow: hidden; margin-bottom: 15px;}

.tab-con li div.bofang{ position: absolute; width:89px;height:89px;left:50%;top:50%;margin:-45px 0 0 -45px; z-index: 2}
.tab-con li div.bofang2{ position: absolute; width:89px;height:89px;left:50%;top:50%;margin:-45px 0 0 -45px; z-index: 2}
.tab-con li div.bofang3{ position: absolute; width:89px;height:89px;left:50%;top:50%;margin:-45px 0 0 -45px; z-index: 2}
.tab-con li p{ position: relative; z-index: 1}
.tab-con li p img{ width:100%; display: block;transition:0.4s ease;}
.tab-con li:hover p img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.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); }
.video-box { position: relative;	padding-top: 39%;overflow: hidden;}
.video-box video {
	position: absolute;
	left: 50%;margin-left:-320px;
	top: 50%;margin-top:-184px;
	width: 640px;
	height: 368px;
	-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-video2{position: fixed; z-index:999999999999999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);display: none;}
.index-video3{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;}

.tab_pic{position: relative;}
.tab_pic img{ width:100%; display: block;transition:0.4s ease;}
.tab-con li:hover .tab_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.tab-con .pro_text{position:absolute;left:0;bottom:0;line-height: 55px; text-align: center;background: rgba(0,0,0,0.6);width:100%;font-size: 16px; color: #fff}

/*news*/
.news{padding:85px 0 96px 0;background:#fff; position: relative}
.shucai{position: absolute;left:0;bottom:0;z-index: 1}
.shucai img{ display: block}
.news_con {display: flex;justify-content: space-between; padding:35px 0 0 0;position: relative;z-index: 2}
.news_con li {width:32%;box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.news_con li .n_pic{width:100%;overflow: hidden;}
.news_con li .n_pic img{width:100%;transition:0.4s ease; }
.news_con li .n_con{width:88%; margin: 15px auto 25px auto}
.news_con li:hover .n_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.news_con li .n_title{ font-size: 19px;line-height:52px;color:#333333;padding:10px 0 0 0}
.news_con li .n_title a{ color:#333333;display: block;word-break:keep-all;  white-space:nowrap;  overflow:hidden;  text-overflow:ellipsis; font-weight: bold}
.news_con li .n_title a:hover{ color:#ec3122}
.news_con li .n_date{text-align: left; line-height:28px; color:#adadad; font-size: 15px;margin:0 0 15px 0;text-transform: uppercase;}
.news_con li .n_line{ height:1px;background: rgba(0,0,0,0.1);margin: 0 0 15px 0}
.news_con li .n_text{text-align: left; line-height:26px; color:#838383;	font-size: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}


/*service*/
.service{background: url(../images/fbg.jpg) no-repeat center top;padding:95px 0 115px 0;}
.service ul{display: flex;justify-content: space-between;}
.service li{ width:49%; position: relative; overflow: hidden; display: flex;justify-content:flex-start;}
.service li div{ width:106px;height:106px;border: 1px solid rgba(0,0,0,0.2); border-radius: 55px; display: flex;justify-content: center; align-items: center; margin: 0 35px 0 0}
.service li div img{ width:46px;height:46px; display: block;margin: 0 auto;}
.service li p{display: flex;flex-direction: column;justify-content: flex-start;padding:5px 0 0 0}
.service li p strong{ font-size: 24px;color: #191a1a; line-height: 55px;}
.service li p span{ font-size:16px;color: #444; line-height: 28px;}

/* 在线留言 */
.liuyan_t{  text-align: center; padding: 75px 0 55px 0;}
.liuyan_t p i{color:#222;font-size: 36px;font-weight: bold;font-style:normal; line-height: 85px;}
.liuyan_t span{color:#555;font-size: 16px; line-height: 30px;}
.message{background: #fff;box-shadow: 10px 17.321px 30px 13px rgba(0, 0, 0, 0.06);display: flex;justify-content:space-between; margin-bottom: 95px;}
.message_l{width:40%; background: #1c212b;padding: 0 60px 0 70px;display: flex;justify-content:center; flex-direction: column}
.message_l .bt1{ font-size: 30px; color: #ffffff; line-height: 82px;font-weight: bold}
.message_l .bt2{ font-size: 18px; color: #ffffff; line-height: 36px; margin-bottom: 28px;}
.message_l .text{ }
.message_l .text p{ font-size: 18px; color: #ffffff; line-height: 40px;}
.liu_con{width:60%;overflow: hidden; padding: 90px 60px 90px 70px;}
.liu_con_p{width:100%; padding: 20px 50px 40px 50px; background: #fff;box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;height:200px; width: 100%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;}
.layui-btn{ display:block; background: #222222; color:#fff;width: 160px;  font-size: 14px; height:45px;   line-height: 45px; border:none!important;  padding:0 31px;float: left; margin-right: 25px;}
.layui-btn-primary{margin: 0 0 0 0;float: left;background: #e92a20;}
.liu_con .text {padding: 0 0 20px 0;font-size: 18px; color: #666666;line-height: 35px;}

/*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:1px solid rgba(255,255,255,0.4);}

.video-con ul{display: flex;justify-content: space-between; flex-wrap: wrap}
.video-con li{ width:48%; position: relative; overflow: hidden; margin-bottom: 15px;}
.video-con li video{width:100%; height:auto}

.pp_title{padding:80px 0 50px 0;}


.video-con2 ul{ display: flex;justify-content: space-between; flex-wrap: wrap}
.video-con2 li{ width:33%; position: relative; overflow: hidden; margin-bottom: 15px;}
.video-con2 li video{width:100%; height:auto}

.yingyong{ padding:0 0 25px 0;}
.yingyong ul{display: flex;justify-content:center; align-items: center;}
.yingyong li{ width:12%; position: relative; overflow: hidden; text-align: center;}
.yingyong li div{ width:100%; max-width:161px; position: relative; overflow: hidden; margin-bottom: 15px; text-align: center;border: 2px solid #efefef;padding:20px 0 10px 0;line-height: 30px;font-size: 17px;}




.se_about_con{}
.se_about .about_img{width:100%; margin-bottom: 30px; display: flex;justify-content: space-between}
.se_about .about_img img{width:49%; display: block}
.se_about_con_p{}
.se_about p{ font-size: 17px;line-height: 32px;color: #333; }
.se_about_con_p strong{font-size: 38px; color: #333;line-height: 75px; display: block;}

.se_about{ padding:35px 0 85px 0}
.se_about_t{display: flex;justify-content: space-between;flex-direction: column;padding:0 0 0 25px;border-left:2px solid #e98e26;margin-bottom: 45px;}
.se_about_t strong{ font-size:44px;color: #e98e26;line-height: 45px;}
.se_about_t span{ font-size:24px;color: #333;line-height:40px;}


.huise{ background: #f7f9fd}


.honor_con{padding:30px 0 30px 0; background: #faf9fb}
.honor_con .s_width{ }
.honor_con ul{display: flex;justify-content:flex-start; flex-wrap: wrap}
.honor_con li{width:24%; margin: 0 1% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s; }
.honor_con li:nth-child(4n){ margin: 0 0 28px 0;}
.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 li a{ display: block;width:100%;overflow: hidden;}
.honor_con .pro_pic{ width:100%; position:relative; overflow:hidden; }
.honor_con .pro_text{ position: relative; padding:10px 24px; }
.honor_con .pro_text p{color:#515151; font-size:18px;line-height:60px; }
.honor_con .pro_text span{  display: block;}



.hangye_con ul{display: flex;justify-content: space-between; flex-wrap: wrap}
.hangye_con li{ width:49.5%; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05);margin: 0 0 25px 0}
.hangye_pic{position: relative;}
.hangye_pic img{ width:100%; display: block;transition:0.4s ease;}
.hangye_con li:hover .hangye_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.hangye_text{position:absolute;;eft:0;bottom:0;line-height: 55px; text-align: center;background: rgba(0,0,0,0.6);width:100%;font-size: 16px; color: #fff}




.se_product_banner{width:100%;position: relative;overflow: hidden; }
.se_product_banner_div {width:100%;position: relative;overflow: hidden; }





.se_contact_p{font-size: 18px; line-height: 60px; padding:0 0 0 0px;}
.se_contact_p  div{padding:0 0 0 45px; color: #333}
.se_contact_bg .s_width{background:rgba(255,255,255,1); padding:80px 0;position: absolute;bottom:-130px;left:50%;margin-left:-44%;}
.se_contact_bg ul{ display: flex;justify-content: space-around;}
.se_contact_bg li{ }
.se_contact_bg li div{width:50px;margin:0 0 15px 0}
.se_contact_bg li div img{width:37px;}
.se_contact_bg li span{ font-size: 60px; font-weight: bold; letter-spacing: 1px; line-height: 85px; background-image: linear-gradient(130deg,#4a3047,#d63947);-webkit-background-clip:text;color: transparent; font-family: trump_gothic_east; }
.se_contact_bg li i{ font-style: normal; font-size: 20px;line-height: 85px;font-weight: bold}
.se_contact_bg li p{ font-size: 17px;}






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



.se_tel{padding:30px 0 0 0}

.miaoshu{ line-height: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}


.tijiao div{display: flex;justify-content:center;}
.tijiao div .layui-btn{width:150px;margin: 0 15px 0 0}
.tijiao div .layui-btn-primary{width:150px}


.th_news_con{overflow: hidden; font-size:15px; line-height:31px; color:#333; margin-bottom:30px; border:1px solid #eee; padding:30px 50px;}
.info_content{ font-size:15px; line-height:31px; color:#666;}
.info_content p{padding:0; margin: 0}
.info_content strong{ color:#333; display: block; }
.info_content img{ max-width:100%;margin: 0 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_contact_li{margin-top:35px;margin-bottom:35px; padding:60px 0 30px 0;display: flex;justify-content:space-between;}
.se_contact_li li{ width:22%}
.se_contact_li strong{ display: block; font-size: 23px; color:#333;line-height:60px; border-bottom: 1px solid rgba(0,0,0,0.1)}
.se_contact_li p{ font-size: 17px; color:#777;line-height:32px;padding:10px 0 0 0}








.se_pro_pic_text{display: flex;justify-content: space-between;  background: #fff;}



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






.se_news{padding:35px 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:20px 0 }
.se_newslist_l{ width:20%; position:relative; overflow:hidden; border:1px solid rgba(0,0,0,0.1) }
.se_newslist_l img{ width:100%; display: block;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: 74%; 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:#dd4314;}
.se_newslist_r p{ line-height:28px; color:#888; margin:10px 0 10px 0; font-size:15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist_r span{ display:block; line-height:28px; color:#888; padding:5px 0 5px 35px; font-size:15px;text-transform:uppercase; background:url(../images/zhong.png) no-repeat left center;background-size: 18px;}
.se_newslist_r .se_newslist_more{ width:90px; border-bottom:1px solid #1476c2; line-height:40px; text-align:center; padding:15px 0 0 0}
.se_newslist_r .se_newslist_more a{ color:#1476c2; font-size:14px;}


.er_title div strong{ color: #fff}




.se_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}
.map{position:absolute;width:100%;left:0; top:0;height:760px;z-index:2}


.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: 25px auto; text-align: center;}

@media only screen and (max-width:1700px){ 
	.i_title p{font-size:50px;}
}
@media only screen and (max-width:1550px){ 
	.about_t strong{font-size: 40px;}
	.about_l .about_p{font-size: 16px; line-height: 30px;}
	.about_l{padding: 25px 0 25px 9%; justify-content: space-between}
	.f_con{width: 85%;}
	.productshow_cage{width: 14%;}
}
@media only screen and (max-width:1440px){ 
	.s_width{width:92%;margin:0 auto;}
	.message{margin-bottom: 95px;}
	.liu_con{padding: 40px 60px 40px 70px;}
	.productshow_cage li a{font-size:15px;}
	.f_con .cp_k p{font-size:16px;}
	.i_title p{font-size:45px;}
	.fl_title div{font-size:45px;}
	.honor_con .pro_text p{font-size:16px;}
	.productshow_cage2 li .cage_a{font-size:16px;}
	.se_espcms_book2 h1{font-size:30px;}
	.se_newslist_r a{font-size:20px;}
	.layui-input{font-size:15px;line-height: 40px;}
	.liu_con{padding: 30px 60px 30px 70px;}
	
}	
@media only screen and (max-width:1350px){ 
	.about_t strong{font-size:33px;}
	.about_t p{font-size:22px;}
	.about_l{padding: 0 0 0 9%;}
	.f_tel_drt div{font-size:28px;}
	.message_l .bt1{font-size:24px;}
	.message_l .bt2{font-size: 16px;line-height: 32px;}
}

	