@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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
img{ border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#555;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:35px;}
.lh_140{height:190px;}
.lh_130{height:120px; background: #fff;box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 1}
.s_width{width:82%;margin:0 auto;}
.s_width2{width:90%;margin:0 auto;}
.s_width3{width:84%;margin:0 auto;}
.r{float: right}
.h_line{height:5px;background:url(../images/hline.jpg) no-repeat center top;}
.header{width:100%;position:absolute; height:100px; display: flex;justify-content: space-between; align-items: center;padding:0 58px 0 58px; z-index:10;border-bottom:1px solid rgba(255,255,255,0.1)}
.header2{ background-color: #fff; box-shadow: 0 0 35px rgba(0,0,0,.15);}
.header .logo{  }
.header .logo a{ }
.header .logo img{width:100%;max-width:335px;}
.h_tel{ background:#1862cd url(../images/dd.png) no-repeat 25px center;padding:0 35px 0 55px;color: #fff;line-height: 45px;border-radius: 35px;}
.none{display: none;}
.block{}
.header_p{border-bottom: 1px solid rgba(255,255,255,0.1);height:130px;}
.none2{display: none;}
.none3{display: none;}
.wap_tel{display: none;}
.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.index_nav{width:50%; 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;z-index: 999;position: relative}
.index_nav li{line-height:100px;width:calc(100%/8);text-align: center;position: relative}
.index_nav li a{color:#fff;font-size:16px;display:block; position: relative}
.index_nav li a:hover{font-weight:bold; text-decoration:none;}
.index_nav li a:before{content:'';width:0;height:2px;position: absolute;left:0;bottom:-2px;background: #1862cd;transition: 0.5s;}
.index_nav li a:hover:before{content:'';width:100%;height:2px;position: absolute;left:0;bottom:0;background: #1862cd}
.index_nav li div {display:none;width:245px;text-align:center;color:#4f4f4f;position:absolute;z-index:9999999;left:0;top:100%;background: #1862cd}
.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_nav li div a:before{content:'';width:0;height:0;position: absolute;left:0;bottom:0;background: #0d77cb;transition: 0.5s;}
.index_nav li div a:hover:before{content:'';width:0;height:0;position: absolute;left:0;bottom:0;background: #1862cd}
.header_p .index_nav li{line-height:120px;}
/*banner*/
.m_bg{top: 0;height: 100%;width: 100%;background: url(../images/huise3.png) repeat-x left top; z-index: 4;position: absolute}
.m_bg2{top: 0;height: 100%;width: 100%;z-index:5;position: absolute}
.nn_banner_wenan{width:100%;height:280px;position: absolute;top:50%;margin-top:-140px; z-index: 10; overflow: hidden; display: flex;justify-content: space-between;flex-direction: column; align-items: center}
.nn_text strong{ font-size: 48px;color: #ffffff;}
.nn_text p{font-size: 30px;color: #ffffff; }
.nn_text i{display: block; width:401px;height:5px; background:url(../images/ii.png); margin: 25px auto}
.nn_banner_wenan a{display: block; width:174px;line-height:49px; background:#ff0000; color: #fff; text-align: center;font-size: 16px; transition: 0.5s; }
.nn_banner_wenan a:hover{border-radius: 50px;; }
.nn_banner_img{width: 100%;height:100%; z-index: 1; overflow: hidden;}
.nn_text{ 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); }
} 
.slide-main{position: relative; z-index: 1;    overflow: hidden;}
.prev,.next{display: block; position: absolute; z-index: 222; bottom: 40%; overflow: hidden; cursor: pointer;/*background-color: rgba(165,165,165,0.4);*/}
.prev img,.next img{ margin: 10px 0 0 5px;}
.prev{left: 50px;}
.next{right: 50px;}
.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: #ff0000; /*width: 40px;*/}
.slide-box,.slide{display:block;width:100%;height: auto;}
.slide-box{position:relative;overflow: hidden;z-index: 1;}
.slide{display:none;position:relative;z-index:1;}
.slide img{width: 100%;height: auto; display: block}
.slide a{display:block;cursor:pointer;}
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%;object-fit:cover;z-index:1;position: relative;display: block;}
/*footer*/
.footer{ background: #35363a }
.footer .s_width{ padding:85px 0 75px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:18px; line-height:25px; color:#ececec; margin-bottom:25px;font-weight:normal; }
.footer i{ width:30px;height:1px; background:#f25e1d;display: block; margin-bottom:25px;}
.footer .f_fenlei{  }
.footer .f_fenlei div{ display:flex;justify-content:space-between;flex-direction: column;}
.footer .f_fenlei li{ line-height:35px; width:100%; text-align:left}
.footer .f_fenlei li a{ color:#e2e2e2;font-size:15px;  display: block;padding:0 0 0 30px;background: url(../images/fjiao.png) no-repeat left center;}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_contact{ }
.footer .f_contact div{ line-height:33px; color:#e2e2e2; font-size:15px;}
.footer .f_erweima{ }
.footer .f_erweima dl{ display: flex;justify-content: space-between;}
.footer .f_erweima dd{ width:100%; display: flex;justify-content: space-between; align-items: center; 	}
.footer .f_erweima dd p{ margin: 0 0 0 15px; line-height: 35px; color: #eee; font-size: 16px;padding:10px 0;border-top:1px dashed rgba(255,255,255,0.2);border-bottom:1px dashed rgba(255,255,255,0.2)}
.footer .f_erweima dd img{ text-align: center; width:130px; display: block;}
.footer_p{line-height:95px; text-align:center; font-size:15px; color:#fff; }
.footer_pp{ border-top:1px solid rgba(255,255,255,0.05)}
.footer_p a{ color:#fff}
.footer_p a:hover{ color:#999}
.footer_p img{ vertical-align: middle;}
/*brand*/
.pro_t{ text-align: left; display: flex;justify-content: center;align-items: center;flex-direction: column; margin-bottom: 45px;}
.i_title{ position: relative;z-index: 2;text-align: center;padding:65px 0 45px 0}
.i_title p{  text-transform: uppercase;}
.i_title p i{ font-size:60px;color:#19191a; font-style: normal; }
.i_title p strong{ color:#1862cd;}
.i_title span{ color:#444444;font-size: 17px;line-height: 50px;}
.i_title div{ width: 80px; height: 2px; background: #001439;margin:35px 0}
.cage{ width:100%; display: flex;justify-content: center; }
.cage a{ padding:0 25px;margin-left:18px;line-height: 60px;border: 2px solid rgba(0,0,0,0.4); text-align: center;font-size: 17px;color: #222; }
.cage a:hover{ border: 2px solid #1c5dbb; color: #fff;background: #1c5dbb; }

/*productshow*/
.productshow{width:100%; background:#f4f6f9; padding:0 0 100px 0}
.pro_con_top{position:relative;display: flex;justify-content: space-between; margin-bottom: 13px; }
.pro_con_top li{ position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; }
.pro_con_top .cp_text{ width:32.7%; background: #1c5dbb; display: flex;justify-content: center;align-items: center;flex-direction: column;padding:0 45px;}
.pro_con_top .cp_text strong{ font-size: 30px;color: #fff;line-height:95px; border-bottom: 1px solid rgba(255,255,255,0.1);display: block;width:100%; text-align: center}
.pro_con_top .cp_text p{ font-size: 16px;color: #fff;line-height:28px; padding:35px 0}
.pro_con_top .cp_text a{ width:164px;line-height: 45px;display: block;margin: 0 auto;font-size: 16px;color: #fff; border-radius: 45px; background: #fe0000; text-align: center}
.pro_con_top .cp_m{ width:67.3%;overflow:hidden;}
.pro_con_top .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.pro_con_top:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_con_dd{ }
.pro_con_dd ul{position:relative;display: flex;justify-content: space-between;}
.pro_con_dd li{ width:32.7%; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; }
.pro_con_dd .cp_m{ position:relative; overflow:hidden;z-index: 1 }
.pro_con_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.pro_con_dd li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_con_dd li p{ color:#fff; font-weight: bold;font-size:20px;line-height:55px; text-align: center;position: absolute;z-index: 3;width:100%;left:0;bottom:0;padding:0 0 0 25px;}
.pro_con_dd2{ }
.pro_con_dd2 ul{position:relative;display: flex;justify-content: space-between; flex-wrap: wrap}
.pro_con_dd2 li{ width:49%; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; margin: 0 0 10px 0}
.pro_con_dd2 .cp_m{ position:relative; overflow:hidden;z-index: 1 }
.pro_con_dd2 .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.pro_con_dd2 li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.pro_con_dd2 li p{ color:#fff; font-size:15px;line-height:45px; text-align: left;position: absolute;z-index: 3;width:100%;left:0;bottom:0;padding:0 0 0 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pro_hui{ position: absolute;bottom:0;background:url(../images/heise.png) repeat-x left bottom;width:100%;height:100%;left:0;z-index: 2;opacity: 0.5;}
/* yuan */
.yuan{background: url(../images/yuanbg.jpg) no-repeat center top; padding:115px 0}
.yuan .s_width{display: flex;justify-content: space-between;}
.yuan_l{width:48%}
.yuan_r{width:50%}
.yuan_t{ position: relative;padding:15px 0 85px 0}
.yuan_t strong{display: block;font-size: 62px;color: #fff;line-height: 95px;}
.yuan_t i{display: block;position: absolute;font-size: 100px;font-family: Impact;left:0;top:0;font-style: normal;text-transform: uppercase;color: #fff;opacity:0.1}
.yuan_t p{font-size: 17px;color: #fff;line-height:33px;}
.yuan_r ul{ display: flex;justify-content: space-between;flex-wrap: wrap;}
.yuan_r li{ width:50%;display: flex;justify-content: flex-start; align-items: center;margin:0 0 45px 0;}
.yuan_li_l{width:134px;height:134px;border-radius: 69px;border:2px solid rgba(255,255,255,1); display: flex;justify-content: center;align-items: center;margin:0 20px 0 0}
.yuan_li_text{ color: #fff;}
.yuan_li_text strong{ font-size:28px;line-height: 45px; display: block;}
.yuan_li_text p{ font-size:17px;line-height: 27px;}

.xinlai{ padding: 0 0 45px 0}
.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}
.xinlai_num .jumbo {font-size: 80px; color: #125cc9; font-family: trump_gothic_east;display:inline-block;line-height:100px;}
.xinlai_num #wrap .xinlai_num_li{ width:47.5%;font-size:15px; color:#125cc9; box-sizing:border-box; padding:35px 0 35px 65px; background: url(../images/line2.jpg) no-repeat left center ;}
.xinlai_num #wrap .xinlai_numd{ background:none;}
.xinlai_num #wrap .xinlai_num_li span{ padding:0 0 0 10px; font-size:24px; color:#125cc9; }
.xinlai_num #wrap .xinlai_num_li p{ font-size:18px; line-height:52px; color:#125cc9;}
/*about*/
.about{  background: url(../images/jianjiebg.jpg) no-repeat center top;padding:20px 0 105px 0 }
.about_con{ display: flex;justify-content:flex-end;}
.about_l{ width:41%;display: flex;justify-content:center;flex-direction: column; padding:0 35px;background: #f2f2f2}
.about_tt{display: flex;justify-content: space-between;flex-direction: column; margin: 0 0 45px 0}
.about_tt strong{ font-size:40px;color: #333;line-height: 65px;}
.about_tt p{ font-size:24px;color: #2b2b2b;line-height: 35px;}
.about_l .about_p{ font-size:17px;color: #444;line-height:33px; margin: 0 0 45px 0}
.about_l a{ width:157px; font-size:17px;color: #fff;line-height:48px; background: #ff0000; text-align: center}
.about_r{width:50%;position: relative;z-index: 2}
.about_r img{width:100%; display: block}
/*chang*/
.sw11out {position: relative;width: 100%;margin-top:5px; margin-bottom:55px;}
#sw11 { overflow: hidden;}
#sw11 .swiper-slide {width: 816px;}
.sw11out .swiper-pagination {left: 0;bottom: 0;width: 100%;font-size: 0;}
.sw11out .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 14px;background-color: #bfbfbf;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw11out .swiper-pagination-bullet-active {background-color: #14ae67;}
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 50%;width: 60px;height: 60px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px;}
.sw11out .sw-prev {left: 10%;background: url('../images/jt_l.png') center no-repeat;}
.sw11out .sw-next {right: 10%;background: url('../images/jt_r.png') center no-repeat;}
#sw11 .swiper-slide a {display: block;position: relative;width: 100%;height: 100%;}
#sw11 .swiper-slide .pic {width: 100%; background-color: #000;position: relative;}
#sw11 .swiper-slide .wz { position: absolute;width:100%;z-index: 2;background:rgba(0,0,0,0.7);padding:15px 25px; left:0;bottom:0;text-align: center;color: #fff;font-size:24px;}
#sw11 .swiper-slide .wz span{ color: #fff; font-size:24px;}
#sw11 .swiper-slide .wz p{ width:104px;border-bottom:1px solid #fae001;color: #fae001; font-size:16px;line-height: 45px;text-transform: uppercase;}
#sw11 .swiper-slide img {width: 100%;display:block;opacity: 0.5;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
#sw11 .swiper-slide-active img {opacity: 1;}
#sw11 .wz {width: 100%;margin-top: 24px;}
@media screen and (max-width: 960px) {
	#sw11 .swiper-slide {width: 100%;}
}
@media screen and (max-width: 750px) {
	#sw11 {height: 554px;}
	#sw11 .swiper-slide .pic {height: 500px;line-height: 500px;}
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}
/*news*/
.news{padding:15px 0 30px 0;background:url(../images/xinwenbg.jpg) no-repeat center top;}
.news_t{  }
.news_con{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;justify-content:space-between;-webkit-justify-content:space-between;cursor:pointer;padding:15px 0 55px 0}
.newsleft{	width:48%; position:relative;background:#ffffff;padding:30px;}
.newsleft .newsleft_date{color:#666666;font-size:15px;padding:0 0 0 29px; line-height: 25px; text-transform: uppercase;background: url(../images/zhong.jpg) no-repeat left center;}
.newsleft img{width:100%;}
.newsleft .newsleft_text img{width:86px;display:block;margin:15px 0 0 25px}
.newsleft .newsleft_text{ width:100%; padding:0 0 28px 0; }
.newsleft .newsleft_text_l{ }
.newsleft .newsleft_text a{ display:block; font-size:20px; font-weight: bold;color:#333; line-height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.newsleft .newsleft_text p{ font-size:15px; color:#959595; line-height:27px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsright{	width:50%; overflow: hidden;display:flex;flex-direction:column;justify-content:space-between;}
.newsright li{	position:relative;background:#fff;display:flex;justify-content:space-between; align-items: center;padding:40px 25px 40px 25px}
.newsright li .n_date{ width:16%; border-left:1px solid #eee;  color:#8c8c8c; z-index:2;text-align:center; }
.newsright li .n_date span{ display:block; overflow:hidden;  line-height:30px; height:30px; font-size:24px;}
.newsright li .n_date p{ line-height:50px; height:50px; font-size:17px; }
.newsright li .detail{ width: 70%;height:100%;display:flex;justify-content:center;  flex-direction: column;}
.newsright li .detail .title{ font-size: 20px;text-align: left; line-height:40px; color:#333333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.newsright li .detail .title a{ color:#333333}
.newsright li .detail .title a:hover{ color:#444; font-weight: bold}
.newsright li .detail .text{ text-align: left; line-height:30px;color:#999;	font-size: 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
/* message */
.in_message{background: #1c5dbb;padding:45px 0}
.in_m_t{display: flex;justify-content: space-between;color: #fff;align-items: center;padding:0 0 35px 0}
.in_m_t .in_m_t_l p{font-size:40px; line-height: 65px;}
.in_m_t .in_m_t_l span{font-size:16px; line-height:35px;}
.in_m_t .in_m_t_r {font-size:16px; }
.in_m_t .in_m_t_r span{font-size:40px;font-weight: bold; }
.in_m_c {position: relative;    overflow: hidden;}
.in_m_c .layui-input{padding: 0 3px 0 10px; width:97%;overflow: hidden;border:none;border:1px solid #eee;font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.in_m_c .layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 60px;  width: 96%;border:1px solid #eee; margin-bottom: 3%;}
.in_m_c .layui-btn{ display:block; background: #f02a22; color:#fff;width: 100%;  font-size: 16px; height:60px;   line-height: 60px; border:none!important;  padding:0 31px;float: left;}
.in_m_c .layui-btn-primary{margin: 0 0 0 0;float: right;}
.in_m_c .layui-form-item{ float: left; width:25%}

/*erjiyemian*/
.fl_title{text-align: center;padding:45px 0 50px 0}
.fl_title div{font-size: 50px;color:#212121;  line-height:100px;}
.fl_title div strong{color:#f3bc0a;}
.fl_title p{font-size: 16px;color:#505050; line-height: 30px;}
.fl_title i{ display: block;width:80px;height:2px;margin: 0 auto 15px auto; background: #f3bc0a}
.se_cage{ width:80px;position: fixed;right:0;bottom:0;height:100vh;display: flex; justify-content: center;flex-direction: column; }
.se_cage li{width:100%;line-height: 26px; text-align: center; margin:0 0 0 0;transition: all 0.5s; padding:15px 10px; background: #eea115; border-bottom: 1px solid rgba(255,255,255,0.3) }
.se_cage li:hover{background: #333 }
.se_cage li a{color:#fff; font-size: 15px; transition: 0.5s}
.se_cage li div{width:100px;height:43px; margin: 0 auto; transition: 0.5s}
.se_cage li a:hover{color: #fff;font-weight: bold}
.pro_cage_con{background: url(../images/ppbg.jpg) no-repeat center top; padding:0 0 145px 0}
.chanpin_bg{background:#f9f9f9; padding:30px 0 30px 0}
.chanpin_con{padding:30px 0 30px 0}
.chanpin_con .s_width{ }
.chanpin_con ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.chanpin_con li{width:32.5%; margin: 0 1% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;  }
.chanpin_con li:nth-child(3n){ margin: 0 0 28px 0;}
.chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.chanpin_con li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.chanpin_con li a{ display: block;width:100%;overflow: hidden;}
.chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; }
.chanpin_con .pro_text{ position: relative; padding:10px 24px; }
.chanpin_con .pro_text p{color:#515151; font-size:18px;line-height:60px; }
.chanpin_con .pro_text span{color:#666666; width:130px; border:1px solid rgba(0,0,0,0.1); margin: 0 auto; border-radius:50px;font-size:16px;line-height:35px; display: block;}
.chanpin_con li:hover .pro_text{background: #fcb026; }
.chanpin_con li:hover .pro_text p{ color:#fff; }
.chanpin_con li:hover .pro_text span{ color:#fff;  border:1px solid rgba(255,255,255,0.4);}
.info_pic{text-align: center}
.case{background:#fff;padding:110px 0 75px 0;}
.c_title{padding:0 0 50px 0;}
.c_title div{width:900px; margin: 0 auto; position: relative; display: flex;justify-content:center; align-items: center;background:url(../images/de.png) no-repeat center top;}
.c_title div strong{ color: #1d1d1d;padding:15px 0 15px 0;font-size: 60px;}
.c_title div:before{ content: ''; position: absolute;left:0;width:96px;height:51px; background:url(../images/c_l.png) no-repeat left top;}
.c_title div:after{ content: ''; position: absolute;right:0;width:96px;height:51px; background:url(../images/c_r.png) no-repeat left top;}
.c_title p{color: #333}
.case_dd{position:relative; overflow:hidden; }
.case_dd li{float:left; width:512px; margin-right:15px; margin-bottom:14px; position:relative; overflow:hidden; transition:all 0.3s ease 0s; cursor:pointer;}
.case_dd .cp_m{ overflow:hidden; position: relative;z-index: 2;}
.case_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; margin-bottom: 0 }
.case_dd .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.case_dd .cp_k{ background-image: linear-gradient(50deg,#1e4372,#125e9f);color: transparent;}
.case_dd .cp_k p{ color: #fff; font-size:19px; line-height:90px; text-align: left; width:90%;margin:0 auto;background:url(../images/jjj.png) no-repeat right center;}
.a_title{padding:80px 0;}
.a_title div{width:980px; margin: 0 auto; position: relative; display: flex;justify-content:center; align-items: center;background: url(../images/in.png) no-repeat center top;}
.a_title div strong{ color: #e73e3d;    padding: 15px 0 5px 0; font-size: 60px;}
.a_title div:before{ content: ''; position: absolute;left:0;width:96px;height:51px; top:35px; background:url(../images/b_l.png) no-repeat left top;}
.a_title div:after{ content: ''; position: absolute;right:0;width:96px;height:51px; top:35px; background:url(../images/b_r.png) no-repeat left top;}
.a_title p{color: #fff}

.pp_title{ text-align: center;padding:40px 0 45px 0}
.se_pp_title{ text-align: center;padding:20px 0 45px 0}
.pp_title div{font-size: 60px;color:#333; line-height:55px;}
.pp_title div strong{color:#1c5dbb;}
.pp_title p{font-size: 18px;color:#323232; line-height:85px;}
.pp_title i{ display: block;width:80px;height:2px;margin:35px auto 0 auto;background: #1c5dbb}
.f_t div{color:#fff;}
.f_t div strong{color:#fff;}
.f_t p{color:#fff;}
.l_t{ background: url(../images/llt.png) no-repeat center top;}
/*se_about_con*/
.item_title{height:146px; display: flex;justify-content:space-between;flex-direction:column; text-align: center; position: absolute;z-index: 2;width:100%;top:50%;margin-top:-73px;}
.item_title div{font-size: 60px;color:#f25e1d; padding:25px 0 0 0;}
.se_aa_title div{ background: url(../images/aaa2.png) no-repeat center top;}
.se_pro_title div{ background: url(../images/cppp2.png) no-repeat center top; }
.se_ca_title div{ background: url(../images/cct.png) no-repeat center top;}
.se_nn_title div{ background: url(../images/nnn2.png) no-repeat center top;}
.se_fac_title div{ background: url(../images/fac.png) no-repeat center top;}
.se_hh_title div{ background: url(../images/honor.png) no-repeat center top;}
.item_title div strong{color:#fff;}
.item_title p{font-size: 17px;color:#fff;}
.item_title span{display: block;width:52px;height:2px;background:#f25e1d;margin: 20px auto 8px auto}
.se_banner{width:100%; position: relative;overflow: hidden;}
.se_banner .m_bg{ background:rgba(0,0,0,0.3); }
.se_banner_img{width: 100%; }
.se_banner_img img{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%; -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); animation: scaleUpDown 8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */
.se_about{ padding:0 0 55px 0}
.se_about_l{ width:41%;display: flex;justify-content:space-around;flex-direction: column;padding:25px 35px; background:none}
.se_about_l .about_tt{display: flex;justify-content: space-between;flex-direction: column; margin: 0 0 15px 0}
.se_about_l .about_tt strong{ font-size:40px;color: #333;line-height: 65px;}
.se_about_l .about_tt p{ font-size:27px;color: #666;line-height: 35px;}
.se_about_l .about_p{ font-size:17px;color: #555;line-height:33px;}
.culture{ padding:85px 0 0  0;overflow: hidden;}
.culture .i_title{padding:0 0 45px 0}
/*culture*/
.about-two{}
.about-two ul{}
.about-two li{float:left;width:33.33%;text-align:center;position:relative;overflow:hidden}
.about-two li::before{position:absolute;content:"";width:100%;height:100%;background:rgba(242,94,29,0.8);top:0;left:-100%;transition:ease .5s}
.about-two li:hover::before{left:0}
.about-two li img{width:100%}
.about2-txt{position:absolute;width:100%;height:100%;top:0;left:0}
.about2-txt > div{}
.about2-tit{font-size:36px;color:#fff;margin-bottom:42px}
.about2-des{font-size:20px;line-height:36px;color:#fff;width:58%;margin:0 auto}
.clearfix:before,.clearfix:after{  content: " ";  display: table;}
.clearfix:after{  clear: both;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
/*se_zizhi*/
.se_zizhi{padding:75px 0;position: relative}
.se_zizhi_con{position:relative;overflow:hidden;padding:45px 0 35px 0}
.se_zizhi_dd{position:relative; }
.se_zizhi_dd li{float:left; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer;}
.se_zizhi_dd .cp_div{width:99%;margin: 0  auto; position:relative; overflow:hidden; border: 1px solid rgba(0,0,0,0.05);padding:25px; }
.se_zizhi_dd .cp_m{  overflow:hidden;z-index: 1 }
.se_zizhi_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_zizhi_dd .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_zizhi_dd .cp_k{ width:99%;margin: 0  auto; background:rgba(0,0,0,0.05)  }
.se_zizhi_dd .cp_k p{ color:#444; font-size:18px;line-height:95px; text-align: center}
.m-center{margin:0 0 45px 0}
.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;
	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: #ff0000;
	color: #fff;border: 1px solid #ff0000;
}
.more_m:hover span {
	background: url("../images/more.png") no-repeat 125px 3px;
}
.huise{background: #f7f9fa;padding:0 0 50px 0}
.huise2{background: #f7f9fa;padding:80px 0 50px 0}
.se_honor{ padding:25px 0 0 0; overflow:hidden;}
.se_honor ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;padding:0 0 25px 0;}
.se_honor li{ width:23%;height:auto; margin: 0 2% 15px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;padding:10px 0 0 0}
.se_honor li:nth-child(4n){margin: 0 0 15px 0;}
.se_honor .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_honor li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_honor .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden;padding:0 0 10px 0}
.se_honor .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.se_honor .pro_pic div.pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.se_honor .pro_text{ color:#232323;text-align:center; font-size:16px;line-height:30px;padding:30px 10px 30px 10px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_honor ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }
.se_hang_dd{position:relative; overflow:hidden;padding:80px 0 }
.se_hang_dd ul{display: flex;justify-content:flex-start;flex-wrap: wrap}
.se_hang_dd li{  width: 32.5%; margin: 0 1.2% 28px 0; position:relative; overflow:hidden; transition:all 0.3s ease 0s; cursor:pointer;}
.se_hang_dd li:nth-child(3n){ margin: 0 0 28px 0;}
.se_hang_dd .cp_m{ overflow:hidden; position: relative;z-index: 2;}
.se_hang_dd .cp_jing{ position: absolute;right:0;top:0; z-index: 3}
.se_hang_dd .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_hang_dd .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_hang_dd .cp_k{ background-image: linear-gradient(50deg,#1e4372,#125e9f);color: transparent; position: absolute;bottom:0;left:0; z-index: 3;width:100%; opacity: .9}
.se_hang_dd .cp_k p{ color: #fff; font-size:19px; line-height:90px; text-align: left; width:90%;margin:0 auto;background:url(../images/jjj.png) no-repeat right center;}
.se_shiyong{padding:0 0 30px 0}
.se_shiyong .s_width{ }
.se_shiyong ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_shiyong li{width:32.5%; margin: 0 1% 28px 0;  position:relative;cursor:pointer; background: #fff;  transition: 0.5s;}
.se_shiyong li:nth-child(3n){ margin: 0 0 28px 0;}
.se_shiyong .cp_m{ position:relative; overflow:hidden;z-index: 1 }
.se_shiyong .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_shiyong li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_shiyong li .cp_m  p{ color:#fff; font-weight: bold;font-size:20px;line-height:75px; text-align: center;position: absolute;z-index: 3;width:100%;left:0;bottom:0;padding:0 0 0 25px;;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_shiyong .pro_hui{ opacity: 0.9;}

.se_shiyong .p_text{  padding:15px 25px;}
.se_shiyong .p_text p{ color:#666;font-size:16px;line-height:30px; text-align: left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin-bottom: 15px;}
.se_shiyong .p_text a{ width:124px;line-height: 40px;display: block; font-size: 16px;color: #fff; border-radius: 45px; background: #f25e1d; text-align: center}
.se_fahuo{padding:0 0 30px 0}
.se_fahuo .s_width{ }
.se_fahuo ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_fahuo li{width:47.7%; margin: 0 1.5% 28px 0;  position:relative;cursor:pointer; background: #fff;  transition: 0.5s;}
.se_fahuo li:nth-child(2n){ margin: 0 0 28px 0;}
.se_fahuo .cp_m{ position:relative; overflow:hidden;z-index: 1 }
.se_fahuo .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_fahuo li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_fahuo li  .shiyong_a{ color:#fff; font-weight: bold;font-size:18px;line-height:75px; text-align: left;position: absolute;z-index: 3;width:100%;left:0;bottom:0;padding:0 25px 0 25px; display: flex;justify-content: space-between;align-items: center}
.se_fahuo li  .shiyong_a span{ width:124px;line-height: 40px;display: block; font-weight: normal; font-size: 16px;color: #fff; border-radius: 45px; background: #f25e1d; text-align: center}
.se_product{padding:0 0 30px 0}
.se_product .s_width{ }
.se_product ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_product li{width:24%; margin: 0 1% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;}
.se_product li:nth-child(4n){ margin: 0 0 28px 0;}
.se_product .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_product li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_product li a{ display: block;width:100%;overflow: hidden;}
.se_product .pro_pic{ width:100%; position:relative; overflow:hidden; }
.se_product .pro_pic div.pro_hui{ width:100%;position: absolute;bottom:0;background:url(../images/hui2.png) repeat-x left top;height:189px;z-index: 2}
.se_product .pro_text{ position: relative; color:#515151; font-size:18px;line-height:60px; }
.se_product li:hover .pro_text{background: #1862cd; color: #fff }
.baise{background: #fff;padding:0px 0 50px 0}
.se_product2{position:relative; padding:0 0 30px 0}
.se_product2 ul{display: flex;justify-content:space-between;flex-wrap: wrap}
.se_product2 li{ width:49%; position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; display: flex;justify-content:center;margin: 0 0 15px 0; box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.se_product2 .cp_div{ width:50%; position:relative; overflow:hidden; background: #fff; padding:30px 0 0 65px;}
.se_product2 .cp_div pre{padding:25px 0; line-height: 30px; color: #6f6f6f; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
.se_product2 .cp_m{ width:48%; position:relative; overflow:hidden; background: #fff; padding:15px 0 }
.se_product2 .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_product2 .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_product2 .cp_k p{ color:#333; font-size:24px; font-weight: bold}
.se_product2 .cp_k a{ color:#444; font-size:15px;  width:155px;line-height: 45px; border-radius: 50px; display: block; text-align: center;border: 1px solid rgba(0,0,0,0.2)}
.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_factory{ padding:50px 0 21px 0;  overflow:hidden;}
.se_factory ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_factory li{padding:20px 20px 15px 20px;width:31.5%;height:auto; margin: 0 1.9% 2% 0;position:relative;overflow:hidden; cursor:pointer; background: #fff}
.se_factory li:nth-child(3n){margin: 0 0 2% 0;}
.se_factory .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_factory li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_factory .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_factory .pro_text{ color:#232323;text-align:center; font-size:18px;line-height:75px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.se_factory ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }
.se_product_banner{width:100%;position: relative;overflow: hidden; }
.se_product_banner_div {width:100%;position: relative;overflow: hidden; }
.se_contact_bg{width:100%;height:700px;position: relative; background: url(../images/bg_contact.jpg) no-repeat center top;padding:130px 0 0 0;z-index: 9}
.se_contact_bg div strong{font-size: 60px; color: #fff}
.contact_div .a_title div{background: url(../images/se_g.png) no-repeat center top;}
.se_contact_p{font-size: 18px; line-height: 60px; padding:0 0 0 0px;}
.se_contact_p  div{padding:0 0 0 45px; color: #333}
.se_contact_bg .s_width{background:rgba(255,255,255,1); padding:80px 0;position: absolute;bottom:-130px;left:50%;margin-left:-44%;}
.se_contact_bg ul{ display: flex;justify-content: space-around;}
.se_contact_bg li{ }
.se_contact_bg li div{width:50px;margin:0 0 15px 0}
.se_contact_bg li div img{width:37px;}
.se_contact_bg li span{ font-size: 60px; font-weight: bold; letter-spacing: 1px; line-height: 85px; background-image: linear-gradient(130deg,#4a3047,#d63947);-webkit-background-clip:text;color: transparent; font-family: trump_gothic_east; }
.se_contact_bg li i{ font-style: normal; font-size: 20px;line-height: 85px;font-weight: bold}
.se_contact_bg li p{ font-size: 17px;}
.se_contact_li{ margin-bottom:35px; padding:0 0 50px 0;display: flex;justify-content:space-between;}
.se_contact_li li{width:24%;position: relative; text-align: center;  box-shadow: 0 0 35px rgb(0 0 0 / 7%); padding:45px 15px 65px 15px}
.se_contact_li li strong{ display: block; font-size: 24px; line-height:70px; color:#222;}
.se_contact_li li p{ font-size: 19px; color:#555555;line-height:30px;}
.se_espcms_book{padding:0 0 0 0; background: #fff}
.se_espcms_book2{padding:30px 0;}
.se_espcms_book2 h1{ line-height:70px; margin: 0; text-align: center}
.se_espcms_book2 .se_date{ font-size:15px; line-height:38px; padding: 0 0 30px 0 ;text-align: center}
.se_tel{padding:30px 0 0 0}
.miaoshu{ line-height:75px; padding:0 0 0 0; color:#444; font-size:36px;  margin:0 0 25px 0; position: relative;}
.miaoshu i{ position: absolute;left:0;bottom:0;width:50px;height:2px; background: #f25e1d}
.th_pro_con {overflow: hidden; font-size:15px; line-height:31px; color:#666;  margin-bottom:30px;  padding:0 0 30px 0; }
.th_pro_con table{border: 1px solid #666;border-collapse: collapse;font-size: 16px;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #dddddd;line-height: 40px;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:30px 0 0 0; padding:0 0 30px 0}
.info_content{ font-size:15px; line-height:31px; color:#666;padding:0 0 0 0;}
.info_content img{ max-width:100%;margin-bottom: 35px;}
.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;}
.info_content p strong{ font-size:18px; line-height:30px; display: block;color:#2f3031;margin:25px 0; }
.info_content2{ font-size:15px; line-height:31px; color:#666;padding:0 0 25px 0;}
.info_content2 img{ max-width:100%;margin-bottom: 35px;}
.info_content2 th, .info_content td{border: 1px solid #dddddd;line-height: 40px;border-collapse: collapse;padding:0 10px	}
.info_content2 table {width: 100%;border-collapse: collapse;}
.info_content2 p strong{ font-size:27px; line-height:30px; display: block;color:#152647;margin:35px 0; background: url(../images/ttt.jpg) no-repeat left center; padding:0 0 0 80px;}
.se_con{background: #f7f9fd; padding:65px 0}
.se_con2{  padding:189px 0 65px 0}
.se_con .s_width{ display: flex;justify-content: space-between}
.se_con_l{width:73%;}
.se_con_r{width:20%; background: #fff;box-shadow: 0 0 35px rgb(0 0 0 / 7%);border-top-left-radius: 20px;border-top-right-radius: 20px; overflow: hidden;}
.se_con_r h3{ line-height: 95px; font-size: 27px; text-align: center; background: #375c95; color: #fff;}
.se_con_r_pic{ width:78%;margin:0 auto; padding:35px 0}
.se_con_r_pic li{ position:relative; overflow:hidden; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; }
.se_con_r_pic .cp_m{ position:relative; overflow:hidden;z-index: 1;border: 3px solid rgba(0,0,0,0.05) }
.se_con_r_pic .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_con_r_pic li:hover .cp_m img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_con_r_pic li p{ color:#888;font-size:16px;line-height:55px; text-align: center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.guding{ height:70px; position:relative; width:100%;}
.guding_line{ height:1px; width:100%;background:#eee; position: absolute;top:34px; z-index: 1}
.prod_nav{ position: relative;z-index: 2;box-shadow: 0 0 35px rgb(0 0 0 / 7%); background: #fff}
.prod_nav2{ position: fixed; top:0;width:100%;}
.prod_nav ul{ display: flex; justify-content:center;}
.prod_nav li{ width:230px;text-align:center; overflow: hidden;  line-height:50px; color:#444;}
.prod_nav li.cu_active{ color:#fff; background: #f7f9fd;}
.prod_nav li a{ color:#555; font-size:20px; display:block;padding:25px 0}
.prod_nav li a:hover{ color:#222; background: #f0f3fa;}
.prod_nav li.cu_active a{ color:#222;  font-size:20px; font-weight: bold}
.info_liuyan{position: relative;height:645px;}
.se_liuyan_con{ width:100%; padding:35px 5%; box-sizing:border-box;  border:1px solid #dddddd ; box-shadow: 0px 1px 4px rgba(250, 233, 221, 0.3), 0px 0px 20px rgba(223, 54, 42, 0.1) inset; z-index:1}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;background:#f2f2f2;font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 3%;}
.layui-btn{ display:block; background: #c8141d; color:#fff;width: 49%;  font-size: 16px; height:38px;   line-height: 38px; border:none!important;  padding:0 31px;float: left;}
.layui-btn-primary{margin: 0 0 0 0;float: right;}
.second_img div{margin:0 0 20px 0;}
.guding_title{ font-size:24px; color:#eb0e0e; margin-bottom:30px;text-indent:0;padding:0 0 0 45px;background:url(../images/quan2.png) no-repeat left center; line-height: 65px; }
.se_xg{background: url(../images/ppbg.jpg);padding:80px 0 10px 0;}
.se_case{position:relative; overflow:hidden; padding: 50px 0 50px 0; }
.se_case ul{padding: 0 0 50px 0; display: flex;justify-content: space-between; flex-wrap: wrap}
.se_case li{ width:23%; height:auto; margin-right:0; margin-bottom:24px; position:relative; overflow:hidden;border-radius: 40px; transition:all 0.3s ease 0s; cursor:pointer;box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.se_case .cp_m{ width:100%; margin: 0 auto;overflow:hidden;position: relative;z-index: 2;}
.se_case .cp_m img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case .cp_m:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_case .cp_k{width:100%;z-index: 1; line-height:94px; background:#fff url(../images/2_12.png) no-repeat right bottom;}
.se_case .cp_k p{ color: #1e1e1e; font-size:19px; line-height:90px; text-align: left; width:90%;margin:0 auto;background: url(../images/xxx.jpg) no-repeat left center; padding:0 0 0 55px;}
.se_news{padding:35px 0 65px 0; line-height: 35px; font-size: 16px; color:#666; }
.se_newslist{ }
.se_newslist ul{ }
.se_newslist li{display:flex;flex-direction:row;justify-content:space-between; border-bottom:1px solid rgba(0,0,0,0.1);  overflow:hidden; cursor: pointer; margin:0 0 35px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;  align-items: center;padding:0 0 30px 0 ;flex-wrap: wrap;}
.se_newslist_l{ width:19%; position:relative; overflow:hidden; }
.se_newslist_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist_r{ width: 76%; position: relative; z-index: 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:#333;}
.se_newslist_r p{ line-height:28px; color:#888; font-size:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist_r span{ display:block; line-height:28px; color:#888; padding:5px 0 5px 35px; font-size:15px;text-transform:uppercase; background:url(../images/zhong.png) no-repeat left center;background-size: 18px;}
.se_newslist_r .se_newslist_more{ width:90px; border-bottom:1px solid #1476c2; line-height:40px; text-align:center; padding:15px 0 0 0}
.se_newslist_r .se_newslist_more a{ color:#1476c2; font-size:14px;}
.er_title div strong{ color: #fff}
.se_contact_p .p1 {background:url("../images/cont-dz.png") -8px center no-repeat;}
.se_contact_p .p2 {background:url("../images/cont-dh.png") -10px center no-repeat;}
.se_contact_p .p3 {background:url("../images/cont-kf.png") -8px center no-repeat;}
.se_contact_p .btnt{width:205px;height:65px;margin-top:25px;background-color:#fc6546; background-image: linear-gradient(#ff765b,#eb201b); border-radius:50px;display:block;font-size:26px;font-weight:700;text-align:center;color:#fff;text-shadow:0 0 8px #e24627;box-shadow:0 30px 30px rgba(252,101,70,.3)}
.btn-hover{overflow:hidden;position:relative;transition:all .8s ease}
.se_message strong {    color: #fff; display: inline-block;}
.se_message strong i {    color: #fff;}
.se_message p {  font-size: 18px; line-height: 60px;  color: #fff;}
.se_message{width:35%;position: absolute;height:100%;right:10%;top:0;z-index: 5;padding:0 2% 0 10%; }
.message_t{ color: #fff;padding: 180px 0 0 0; font-size: 16px;}
.message_t div.niu{color:#fff;font-weight: bold;font-size: 45px; }
/*video*/
.ppro_pic{width:55%;position:absolute;right:5px;bottom:25px; z-index: 5;text-align: center}
.ppro_pic img{width:100%; max-width:748px;}
.se_lanmu{ text-align: center;position: absolute;width:50%;left:50%;margin-left:-25%;height:300px;top:50%;margin-top:-150px; z-index: 999}
.se_lanmu b{ display: block;font-size: 36px;color:#fff;text-transform: uppercase; font-weight: normal; }
.se_lanmu .aboutus_line{height:57px;width:3px;background:#fff;margin:28px auto}
.se_lanmu strong{ display: block;font-size: 70px;color:#fff;}
.se_lanmu p{font-size: 17px;color:#fff;line-height: 40px}

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

.se_nav{box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 2}
.se_nav .s_width{display: flex;justify-content:space-between;flex-wrap: wrap;}
.se_nav li{ width:calc(100%/3); text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box; position: relative}
.se_nav_about li{ width:calc(100%/3); 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:#1862cd ;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: #1862cd ;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%;background: #1862cd ;}
.se_nav li.cu_active a{ color:#1862cd ;font-weight: bold;}
.se_nav li a:after {position: absolute;right: 1px;top: 50%;margin-top: -7px;content: "";display: inline-block;vertical-align: top;width: 1px;height: 14px;background: #ccc; }

.se_li_pro_a{ display: flex;justify-content: space-between; position: relative}
.se_li_pro_b{ display: flex;justify-content: space-between; position: relative}
.se_li_pro_pic{width:50%;}
.se_li_pro_pic img{width:100%;}
.se_li_pro_text{width:50%;padding:5% 5% 0 5%; background: #fff; text-align: left;}
.se_li_pro_text strong{ display: block; color:#444;line-height: ; font-size: 50px;}
.se_li_pro_text li a{ color:#333;line-height: 35px; font-size: 17px;}
.se_li_pro_text ul{display: flex;justify-content: flex-start;}
.se_li_pro_text li{ width:30%}
.se_li_pro_text p{ color:#333;line-height: ; font-size: 16px; margin: 0 0 35px 0}
.se_li_pro_line{height:47px;width:3px;background:#444;margin:28px 0}
.se_li_pro_text dd a{ color:#333;line-height: 45px; font-size: 17px;}
.se_li_pro_text dl{display: flex;justify-content: flex-start; flex-wrap: wrap}
.se_li_pro_text dd{ width:30%}
.se_honnor{ padding:21px 0;  overflow:hidden;}
.se_honnor ul{display:flex;flex:row;justify-content:flex-start;flex-wrap:wrap;}
.se_honnor li{padding:25px 25px 15px 25px;width:32%;height:auto; margin: 0 1% 2% 0;border:1px solid #f3f3f3;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.se_honnor li:nth-child(3n){margin: 0 0 2% 0;}
.se_honnor .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_honnor li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_honnor .pro_pic{ width:100%;margin:0 auto; position:relative; overflow:hidden;}
.se_honnor .pro_text{ padding:8px 0 0 0;color:#232323;text-align:center; font-size:18px;line-height:55px;}
.se_honnor ul a{display:block;color:#f55319;text-align:center;line-height:35px;width:120px;border:1px solid #f55319;margin:0 auto;font-size:15px; }
.page_box{border-bottom:1px solid rgba(0,0,0,0.05); padding: 30px 0 30px 0; color:#555;}
.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;  border:1px solid #eee; padding:30px 30px; display:flex;flex-direction:row;justify-content:space-between;flex-wrap: wrap;}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:15px;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.th_news_con{overflow: hidden; font-size:15px; line-height:31px; color:#666 ;margin-bottom:30px; border:1px solid #eee; padding:30px 50px;}
.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}
.video-box {
	position: relative;
	padding-top: 39%;
	overflow: hidden;
}
.video-box video {
	position: absolute;
	left: 50%;margin-left:-40%;
	top: 50%;margin-top:-20%;
	width: 80%;
	height: 80%;
	-o-object-fit: cover;
	object-fit: cover;
}
.icon-play {
}
.index-video {
	position: fixed; z-index:999999999999999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);display: none;
}
.index-video .x-btn {
	top: 5%;
	right: 5%;
}
.index-video-wrap {
	z-index: 30;
}
.x-btn {
	position: absolute;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	background-color: ;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 24px;
	z-index: 50;transition:.4s all;
}
.x-btn:hover {
transform: rotate(360deg); -webkit-transform: rotate(360deg);
	color: #fff;
}
.pp_read{position: absolute; top:20%; left:11%; width: 80%; height: 600px; z-index: 4; display: flex;justify-content:space-between;}
.pp_read .pp_read_text{width:45%;}
.pp_read .pp_read_text h1{font-size:70px;color:#fff;line-height:96px;font-weight:bold}
.pp_read_jianjie{padding:0 0 0 85px;color: #eee;font-size: 16px; line-height: 33px;position: relative;}
.pp_read_jianjie:before{position:absolute; left:0;top:16px;width:70px;height:1px;background: rgba(255,255,255,0.5);content:'';}
.pp_read .pp_read_pic{width:50%;text-align: center;}
.pp_read .pp_read_pic img{width:100%; }
.pp_read .pp_read_pic .dulv_pp img{width:600px; }
/*daoruye*/
.mainly {position: fixed;top: 0;height: 100vh;width: 100%;background: #333;z-index: 9999;overflow: hidden;opacity: 0}
.mainly .m_bg{top: 0;height: 100vh;width: 100%;background: rgba(0,0,0,0.5) url(../images/banner_bg.png) repeat; z-index: 2;position: absolute
}
.m_text{width:1090px;height:410px;position:absolute;left:50%;top:50%;margin:-205px 0 0 -545px; z-index: 3}
.m_text div{text-align: center;padding:0 0 30px 0}
.m_text p {	position:absolute;left:50%;margin-left:-70px;bottom:0;font-size:16px;color:#fff;width:140px;line-height:40px;border:1px solid rgba(255,255,255,1);text-align:center;cursor: pointer;transition: all 0.3s;}
.m_text p:hover {background: #e7390d;border:1px solid #e7390d}
.lyanimate {height:0;opacity:0;transition:all 1s ease;}
.display{display: none;}
.mainly video{width:100%;height:100%;object-fit:cover;z-index:1}
.wid_height{ height: 100vh;width: 100%; transition:0.3s;}
.wid_height_hover{height:0;}
.p_float{ position:fixed; width:50px; bottom:0;  right:0; z-index:9999; opacity:0}
.p_float li{ height:50px; width:50px; text-align:center; background:#e42a2a; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-radius:5px;}
.p_float li i{ display:block; width:50px; height:50px; z-index:2; position:relative}
.p_float li:hover{ background:#333; }
.p_float li i.fl_top{ background:url(../images/tt.png) no-repeat center center;}
.p_jieshao2{width:100%;border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1); font-size: 16px; line-height: 35px; padding:25px 0;color: #555}
.se_espcms_book3{ padding:190px 3% 80px 3%; background: url(../images/b03.jpg) no-repeat center bottom; }
.modal-footer{ display: flex;justify-content: flex-start;flex-direction: column;position: relative;width:7%;}
.se_bg_pic{ background: #fff; width:49%;overflow: hidden; display: flex;justify-content: space-between}
.se_bg_pic img{width:100%; display: block}
.se_pro_text_pp{width:39%;padding:5% 3% 0 3%;    background: url(../images/main.jpg) no-repeat center top; display: flex;justify-content: flex-start;flex-direction: column}
.se_pro_text_pp h1{ line-height:50px; margin:0 0 15px 0; font-family: impact; font-size: 38px; text-transform: uppercase}
.se_pro_text_pp .se_date{ font-size:15px; line-height:38px; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1);padding:25px 0;color:#555}
.se_pro_text_pp .se_date span{padding:0 20px 0 0;}
.se_pro_text_p{ width:100%;margin:0 auto 15px auto;padding:25px; line-height: 30px;font-size: 16px; border-radius: 20px;}
.se_pro_text_tel{ width:350px;height: 91px;font-size: 16px;line-height:91px; padding:0 0 0 100px;font-size: 30px;font-weight: bold; color:#fff; background: url(../images/about-btnt.png)}
.se_pro_text_li{padding:35px 0;width:100%;display: flex;justify-content:space-between}
.se_pro_text_li li{width:45%; text-align: center; border:2px solid #f25e1d ; border-radius: 50px;}
.se_pro_text_li li:nth-child(2){  background: #f25e1d;}
.se_pro_text_li li a{ color: #333;font-size: 38px; line-height: 55px; font-family: trump_gothic_east; display: block}
.se_pro_text_li li a img{ padding:0 15px 0 0}
.se_pro_text_li li:nth-child(2) a{ color: #fff;font-size: 16px}
.se_pro_pic_text{display: flex;justify-content: space-between; }
.modal-dialog{
}
.modal-content{
	height: 100% !important;
}
#showbigpic{
	width: 80%; margin: 60px auto
}
.piclist{}
.piclist ul{ display: flex;justify-content: center;flex-direction: column}
.absolute{
	position:absolute
}
.arrow-left{
	top:18px;
	left:0;
	color:white;
	cursor: pointer;
	width:20px;height:100px; background:url(../images/left.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.arrow-right{
	top:18px;
	right:0;
	color:white;
	cursor: pointer;
	width:20px;height:100px; background:url(../images/images/right.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
}
.arrow-left:hover{ background:url(../images/images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/images/right_h2.png) no-repeat center top;}
#mycarousel{transition: all .4s;}
.espcms_pro_photo li{ width:100%; margin-bottom:5px; text-indent:0;}
.espcms_pro_photo li img{width:100%; background: #fff  }
.cage_li{ padding:25px 0}
.cage_li li{ display: flex; justify-content: flex-start;line-height: 35px;padding:0 0 15px 0;margin:15px 0 0 0}
.cage_li li span{  width:10%; }
.cage_li li span a{ color: #333;font-size: 20px;font-weight: bold}
.cage_li li div{  width:83%; display: flex;justify-content: flex-start;}
.cage_li li div a{ color: #666;font-size: 16px; padding:0 15px 0 0}
.message{overflow: hidden; font-size:15px; line-height:31px; color:#333;margin:0 auto 50px auto; border:3px solid #eee; padding:70px 50px;}
.liu_con{overflow: hidden; }
.liu_con .layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid #eee;font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.liu_con .layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:1px solid #eee; margin-bottom: 3%;}
.liu_con .layui-btn{ display:block; background: #ed100e; color:#fff;width: 12%;  font-size: 16px; height:38px;   line-height: 38px; border:none!important;  padding:0 31px;float: left;}
.liu_con .layui-btn-primary{margin: 0 0 0 0;float: right;}
@media only screen and (max-width:1800px){ 
	.se_about_l .about_p{font-size: 16px;color: #555;line-height: 30px;}
	.nn_text strong{ font-size: 40px;}
	.nn_text p{font-size: 26px; }
	.nn_banner_wenan{height:250px;margin-top:-125px;}
}
@media only screen and (max-width:1630px){ 
	.brand{padding: 45px 0 35px 0;}
	.xinlai{padding:15px 0}
	.s_width{width:92%;}
	.about_tt strong{font-size:28px;line-height: 48px;}
	.i_title{padding:30px 0 20px 0}
	.i_title p i{font-size:36px;}
	.pp_title div{font-size:36px;}
	.pp_title i{margin: 15px auto 0 auto;}
	.yuan_t strong{font-size:36px;}
	.yuan_li_l{width:100px;height:100px;}
	.yuan_li_l img{width:60px; }
	.xinlai_num .jumbo{font-size:70px;}
	.se_contact_li li strong{font-size: 20px}
	.se_contact_li li p{font-size: 17px}
	.yuan_t p{font-size:16px;}
	.yuan_li_text strong{font-size:22px;}
	.huangse strong{font-size:36px;}
	.i_title span{font-size:16px;}
	.brand_t{width:100%;}
	.about_con .about_p{font-size: 16px; line-height: 30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;}
	.about_tt span{font-size: 30px;line-height: 46px;}
	.about_tt p{font-size: 24px;}
	.about_l{width:46%;}
	.pro_con_top .cp_text strong{font-size:26px;line-height: 68px;}
	.pro_con_top .cp_text p{font-size: 15px;line-height: 26px;}
	.pro_con_dd li p{font-size: 17px;line-height:55px;}
	.zizhi li p{font-size: 17px;line-height:55px;}
	.prod_nav li a{ color:#555; font-size:20px; display:block;padding:10px 0}
	.yuan_l{width:45%}
	.yuan_l img{width:100%}
}
@media only screen and (max-width:1440px){ 
	.header{ padding:0 15px 0 15px; }
	.cage{width: 58%;}
	.about_tt{ margin: 0 0 25px 0;}
	.about_l .about_p{ margin: 0 0 25px 0;}
	.about_tt span{font-size:30px; line-height: 53px;}
	.about_con .about_p{font-size: 15px; line-height:28px; }
	.about{padding:30px 0 45px 0}
	.xinlai_num .jumbo{ font-size: 50px;line-height: 55px;}
	.nn_text strong{font-size: 30px;}
	.nn_text p{font-size: 24px; }
	.header .logo img{max-width: 234px;}
	.index_nav{width:60%;}
	.f_logo img{width:210px;}
	.se_con_r h3{ line-height:71px; font-size: 24px;}
	.se_pro_text_li li a{ font-size: 30px;}
	#sw11 .swiper-slide .wz{ font-size: 17px;}
	.newsright li{padding: 30px 25px 30px 25px;}
	.in_m_t .in_m_t_l p{ font-size: 26px;}
	.in_m_t .in_m_t_r span{ font-size: 30px;}
	.h_tel{background: #1862cd url(../images/dd.png) no-repeat 10px center;padding: 0 15px 0 35px;}
	.index_nav li a{font-size: 15px;}
	.index_nav li div a{font-size: 15px;}
	.cage a{font-size: 16px;}
	.about_tt p{font-size: 17px;}
	.about_tt strong{font-size:26px;line-height: 30px;}
	.about_tt strong{ line-height: 28px;}
	.se_about_l .about_tt strong{font-size: 33px;}
	.se_about_l .about_tt p{ font-size:21px;color: #666;line-height: 30px;}
}

@media only screen and (max-width:1390px){ 
	.footer .f_fenlei li a{ font-size: 14px;}
	.footer .f_fenlei li{line-height: 29px;}
}
@media only screen and (max-width:1250px){ 
	.cage{width: 53%;}
	.cage a{ padding: 0 15px;}
}