@font-face{
	font-family:trump_gothic_east;
	src: url('../fonts/trump_gothic_east.eot');
	src: url('../fonts/trump_gothic_east.eot?#iefix') format('embedded-opentype'),
		url('../fonts/trump_gothic_east.woff2') format('woff2'),
		url('../fonts/trump_gothic_east.woff') format('woff'), 
		url('../fonts/trump_gothic_east.ttf') format('truetype'),
		url('../fonts/trump_gothic_east.svg#trump_gothic_east') format('svg');
}
@font-face{
	font-family:neutra_text_tf;
	src: url('../fonts/neutra_text_tf.eot');
	src: url('../fonts/neutra_text_tf.eot?#iefix') format('embedded-opentype'),
		url('../fonts/neutra_text_tf.woff') format('woff'), 
		url('../fonts/neutra_text_tf.ttf') format('truetype'),
		url('../fonts/neutra_text_tf.svg#neutra_text_tf') format('svg');
}
@font-face {
	font-family: aven;
	src: url(../fonts/AvenirLTStd-Black.ttf) format('truetype'),
		url(../fonts/AvenirLTStd-Black.otf) format('otf'),
		url(../fonts/AvenirLTStd-Black.woff) format('woff');
}
body{  overflow-x:hidden;}
*{ margin:0; padding:0;box-sizing:border-box; }
img{ border:none;}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#555;}
a:hover{ text-decoration:none;}
.lh_75{height:75px;}
.lh_35{height:55px;}
.lh_140{height:190px;}
.lh_130{height:120px; background: #fff;box-shadow: 0 4px 6px #e9e9e9; position: relative;z-index: 1}
.s_width{width:82%;margin:0 auto;}
.s_width2{width:90%;margin:0 auto;}
.s_width3{width:86%;margin:0 auto;}
.r{float: right}
.block{display: block;}
.none{display: none;}
html{font-size: 16px;}

.header{width:100%; display: flex;justify-content: space-between; position: absolute;left:0;top:0; align-items: center;padding:0 18px 0 0;  z-index: 99999999999;border-bottom: 1px solid rgba(255,255,255,.2);}
.header .logo{ display: flex;justify-content:center; align-items: center;padding:0 8px;position: relative; z-index: 2;}
.header .logo img{width:100%; display: block; padding:0 10px}
.header .logo p{display: flex;justify-content: center; align-items: flex-start; flex-direction: column;margin:0 0 0 12px;padding:0 0 0 22px;border-left: 1px solid rgba(255,255,255,0.2);height: 110px;}
.header .logo p strong{font-size:1.2rem;color: #fff ; }
.header .logo p span{font-size:1rem;color: #fff;line-height: 1.8;}
.header .logo_tel{display: flex;justify-content: space-between; align-items: center;color: #fff;position: relative; z-index: 2;}
.header .logo_tel img{margin:0 18px 0 0}
.header .logo_tel p{display: flex;justify-content: center; flex-direction: column;   }
.header .logo_tel p span{ font-size:1rem; color: #fff; }
.header .logo_tel p i{ font-size: 2rem; line-height: 1.5rem;; font-family: 'neutra_text_tf';letter-spacing: -1px;color: #fff;font-style: normal; }

.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.index_nav{width:49%;height:110px;display:flex;justify-content:space-between;align-items:center;margin: 0 0 0 6%;}
.index_nav li{line-height:110px;width:calc(100%/7);text-align: center; }
.index_nav li a.ina{color:#fff;font-size:1.05rem;display:block; position: relative; }
.index_nav li a.ina:before{width:90%;content: ''; height:100%;   background: #f9f9f9;position: absolute;left:50%;margin-left:-45%;top:0; z-index: -1;opacity:0;transition: 0.3s;}
.index_nav li a.ina:hover:before{opacity:1}
.index_nav li a.ina:hover{color:#0c3178;font-weight: bold;}
.index_nav li div.son {display:none;width: 100%;left: 50%;margin-left: -50%;color:#fff;position:absolute;z-index:9999999; top:100%; background:#fff; padding:0 8% 0 8%;}
.index_nav li div.son a{width:18%;float: left; display:flex; justify-content: flex-start;  align-items: center;flex-direction: column; position:relative; transition: 0.3s; padding:30px 0 30px 15px;margin:20px 1% 0 0;   }
.index_nav li div.son a .icona{width:54px;height:54px; background-size: 100%; margin:0 auto }
.index_nav li div.son1 {display:none;width: 100%;left: 50%;margin-left: -50%;color:#fff;position:absolute;z-index:9999999; top:100%; background:#fff; padding:0 8% 0 8%;}
.index_nav li div.son1 a{width:18%;float: left; display:flex; justify-content: flex-start;  align-items: center;flex-direction: column; position:relative; transition: 0.3s; padding:30px 0 30px 15px;margin:20px 1% 0 0;   }
.index_nav li div.son1 a .icona{width:54px;height:54px; background-size: 100%; margin:0 auto }


.index_nav li div.son a:nth-child(1) .icona{background-image: url(../img2/wa.png); }
.index_nav li div.son a:nth-child(2) .icona{background-image: url(../img2/wb.png); }
.index_nav li div.son a:nth-child(3) .icona{background-image: url(../img2/wc.png); }
.index_nav li div.son a:nth-child(4) .icona{background-image: url(../img2/wd.png); }
.index_nav li div.son a:nth-child(5) .icona{background-image: url(../img2/we.png); }
.index_nav li div.son  a p{ text-align: left; }
.index_nav li div.son  a strong{ display: block; font-size:1.1rem; color:#2b2f47; line-height:1.1rem;}
.index_nav li div.son  a span{ display: block; font-size:1rem; color:#131313; line-height:3rem; }



/*banner*/
.slide-main{position: relative; z-index: 1;}
.prev,.next{display: block; position: absolute; z-index: 222; bottom: 48%; overflow: hidden; cursor: pointer; }
.prev img,.next img{ margin: 10px 0 0 5px;}
.prev{left: 50px;}
.next{right: 50px;}
.slide-main .item{display: block; width: 100%; height: 15px; position: absolute; z-index: 124; bottom:30px; left: 0; text-align: center;}
.slide-main .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;}
.slide-main .item a.cur{background: #f44336; /*width: 40px;*/}
.slide-box,.slide{display:block;width:100%;height: auto;}
.slide-box{position:relative;overflow: hidden;z-index:4;}
.slide{display:none;position:relative;z-index:1;}
.slide img{width: 100%;height: auto; display: block}
.slide a{display:block;cursor:pointer;}
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%;object-fit:cover;z-index:1;position: relative;display: block;}
/*footer*/
.footer{ background:#052155; }
.footer .footer_t{ padding:45px 0 45px 0 ; display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1); align-items: center;}
.footer .footer_t ul{ display:flex;justify-content:space-between; width:60%}
.footer .footer_t ul li{color:#dfdfdf;font-size:1rem;}
.footer .footer_t ul li a{color:#dfdfdf;font-size:1rem; display: block}
.footer .footer_f{ padding:75px 0 75px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:1.5rem; line-height:3rem; color:#fff; margin-bottom:15px; }
.footer span{ display: block; font-size:1.2rem; line-height:55px; color:#fff; font-weight: bold; }
.footer .f_fenlei {width:40% }
.footer .f_fenlei div{ display:flex;justify-content:flex-start;flex-wrap:wrap;}
.footer .f_fenlei li{ line-height:2.5rem; width:33%; text-align:left; background: url(../images/fjiao.png) no-repeat left center;padding:0 0 0 25px;}
.footer .f_fenlei li a{ color:#dfdfdf;font-size:1rem;  display: block}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_contact{ color:#dfdfdf}
.footer .f_contact_tel{display: flex;justify-content:flex-start; align-items: center;color: #dfdfdf; border-bottom:1px solid rgba(255,255,255,.1);padding: 0 0 25px 0;}
.footer .f_contact_tel img{margin:0 18px 0 0}
.footer .f_contact_tel p{display: flex;justify-content: center; flex-direction: column;line-height:25px;  }
.footer .f_contact_tel p i{ font-size:0.95rem; line-height:2.5; color: #dfdfdf;font-style: normal; }
.footer .f_contact_tel p b{ font-size: 2.25rem; font-family: 'neutra_text_tf';letter-spacing: -1px;color: #dfdfdf;font-style: normal;font-weight: normal; }
.footer .f_contact_tel div{ line-height:33px; color:#dfdfdf; font-size:1rem;padding:0 0 0 0}
.footer .f_contact2 .f_contact2_c{ line-height:2; color:#dfdfdf; font-size:0.95rem; margin:15px 0 0 0 }


.footer .f_erweima dl{ display: flex;justify-content: space-between;}
.footer .f_erweima dd{ width:100%; display: flex;justify-content: center; align-items: center;flex-direction: column;padding: 5px 0 0 0;line-height: 45px; color: #dfdfdf; font-size:1rem;}
.footer .f_erweima dd img{ text-align: center; width:84%; max-width:122px; display: block;}
.footer .f_tel{width:265px;display: flex;justify-content: space-between;color:#fff }
.footer .f_tel p{}
.footer .f_tel span{display:block;font-size:2rem;font-family: 'neutra_text_tf';}
.footer_p{line-height:95px; text-align:center; font-size:0.95rem; color:#fff; border-top:1px solid rgba(255,255,255,0.5)}
.footer_p .s_width{ text-align: center}
.footer_p a{ color:#fff}
.footer_p a:hover{ color:#eee}
.footer_p img{ vertical-align: middle;}

/*productshow*/
.ppbg{ background: #f4f4f4 url(../images/bg.jpg) no-repeat center top; padding:25px 0 25px 0}
.ppbg2{ background: #f4f5f7 url(../images/bg2.jpg) no-repeat center top; padding:25px 0 55px 0}
.productshow{ padding:55px 0 45px 0;  }
.productshow_t{ padding:70px 0 10px 0;}

/* pp_title */
.pp_title{ text-align: center;padding:40px 0 55px 0}
.se_pp_title{ text-align: center;padding:20px 0 35px 0}
.pp_title div{font-size: 3.2rem;color:#2d2d2d; line-height:2;font-weight:bold;}
.pp_title div strong{  color: #db0400; padding:0 0 0 0}
.pp_title div span{color:#0f217d; }
.pp_title p{font-size: 1.1rem;color:#636262; line-height:2rem; }
.pp_title i{ display: block;width:64px;height:1px;margin:0 auto 0 auto;background: #8c95c2}

.s_t{ background:none;}
.pp_title.s_t{ text-align: left; }

/* fl_title */
.fl_title{ text-align: center;padding:40px 0 55px 0}
.fl_title div{font-size: 3.5rem;color:#2d2d2d; line-height:7rem;font-weight:bold;}
.fl_title div strong{  color: #0f217d; padding:0 0 0 0}
.fl_title p{font-size: 1.1rem;color:#636262; line-height:2rem; }
.fl_title i{ display: block;width:50px;height:2px;margin:0 auto 0 auto;background: #0f217d}
/* productshow_cage2 */
.productshow_cage2{ padding:20px 0 20px 0; }
.productshow_cage2 ul{ display: flex;justify-content:center; flex-wrap: wrap;padding:0 0 25px 0}
.productshow_cage2 li{width:calc(100%/8); position:relative;   overflow:hidden;  cursor:pointer;margin: 0 0 10px 0;}
.productshow_cage2 li.on{font-size: 1.25rem; color: #1a1a1a;}
.productshow_cage2 li a{  display: block;overflow:hidden;color:#333;font-size: 1.1rem; line-height:3.3rem; text-align: center;transition: 0.3s;}
.productshow_cage2 li a:hover{ font-size: 1.25rem; color: #0f217d;font-weight: bold;}
.productshow_cage2 li a div {width:54px;height:54px; background-size: 100%; margin:0 auto 10px auto}
.productshow_cage2 li.on a{font-size: 1.25rem; color: #0f217d;font-weight: bold;}

.productshow_cage2 li:nth-child(1) a div{background-image: url(../img2/wa.png); }
.productshow_cage2 li:nth-child(2) a div{background-image: url(../img2/wb.png); }
.productshow_cage2 li:nth-child(3) a div{background-image: url(../img2/wc.png); }
.productshow_cage2 li:nth-child(4) a div{background-image: url(../img2/wd.png); }
.productshow_cage2 li:nth-child(5) a div{background-image: url(../img2/we.png); }
/* product */
.product{display: flex;justify-content: space-between;}
.product li {width:49%;background:url(../images/plibg.jpg) no-repeat center top ;display: flex;justify-content: space-between;padding:55px 3%;align-items: center; flex-direction: column;}
.product li .p_text{width:100%; text-align: center; margin:  0 0 35px 0;}
.product li .p_text p{font-size: 2.5rem;line-height:3.5rem;background-image:linear-gradient(90deg,#0196df,#0f217d,#0f217d);-webkit-background-clip:text;color: transparent;font-weight: bold;}
.product li .p_text a{font-size: 1rem;line-height:2.5; color: #484747; display: block; width:136px;line-height: 40px;border: 1px solid rgba(0,0,0,.2); margin: 15px auto 0 auto; text-align: center;}
.product li .p_text a:hover{background-image: -webkit-linear-gradient(0deg,#0cb377, #0196e0); border: 1px solid #0cb278;color: #fff; }
.product li .p_pic{width:85%;margin:0 auto;position: relative; overflow: hidden;}
.product li .p_pic img{width:90%;margin:0 auto;  transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.product li:hover .p_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
/* pro_list */
.pro_list{  padding:65px 0}
.pro_list .s_width2{  display: flex;justify-content:flex-start;flex-wrap: wrap;}
.pro_list li{width:24.2%; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; cursor:pointer; background: #fff; margin:0 1% 0.95rem 0 ;overflow: hidden;border: 1px solid #f1f4f9; }
.pro_list li:nth-child(4n){margin:0 0 0.95rem 0 ;}
.pro_list .pro_pic{ position:relative; overflow:hidden;z-index: 1 ;width:100%;margin: 0 auto; }
.pro_list .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; }
.pro_list li:hover .pro_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.pro_list .pro_text{width:100%; padding:25px; background: #fff;transition: 0.3s all; }
.pro_list .pro_text i{display: block;width:100%;height:1px;background: rgba(0, 0, 0, .06); margin:  0.95rem 0;}
.pro_list .pro_text p{ color:#333; font-size:1.2rem;  font-weight: bold; text-transform: uppercase;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; }
.pro_list li:hover .pro_text p{ color:#fff; }
.pro_list li:hover .pro_text i{ background: rgba(255, 255, 255, .1); }
.pro_list li:hover .pro_text{  background: #1a2d86;}
.pro_list .pro_text span{ display: block; color:#555; font-size:0.95rem; position: relative;     padding-left: 1.4rem;transition: 0.5s all;}
.pro_list li:hover .pro_text span{  padding-left: 50px;color:#fff;}
.pro_list .pro_text span:before{ content: "";    width: 12px;    height: 1px;    background: #0cb278;    position: absolute;    left: 0px;    top: 9px;    transition: 0.5s all;}
.pro_list li:hover .pro_text span:before{padding-left: 10px;background: #fff;}
/* productshow_cage */
.productshow_cage{ width:100%; padding:20px 0 0px 0;  background:  rgba(0,0,0,.6); position: absolute;left:0;bottom:0; z-index: 2; }
.productshow_cage ul{display: flex;justify-content:space-between; flex-wrap:wrap; }
.productshow_cage li{width:calc(100%/8); position:relative;   overflow:hidden;  cursor:pointer;margin: 0 0 10px 0;}
.productshow_cage li.on{font-size: 1.25rem; color: #1a1a1a;}
.productshow_cage li a{  display: block;overflow:hidden;color:#fff;font-size: 1.05rem; line-height:3.3rem; text-align: center;transition: 0.3s;}
.productshow_cage li a:hover{ font-size: 1.15rem; font-weight: bold;}
.productshow_cage li a div {width:54px;height:54px; background-size: 100%; margin:0 auto 10px auto}
.productshow_cage li.on a{font-size: 1.15rem; color: #fff;font-weight: bold;}

.productshow_cage li:nth-child(1) a div{background-image: url(../img/wa.png); }
.productshow_cage li:nth-child(2) a div{background-image: url(../img/wb.png); }
.productshow_cage li:nth-child(3) a div{background-image: url(../img/wc.png); }
.productshow_cage li:nth-child(4) a div{background-image: url(../img/wd.png); }
.productshow_cage li:nth-child(5) a div{background-image: url(../img/we.png); }
/*strength*/
.strength{padding:55px 0 95px 0;position:relative; overflow: hidden;background: url(../images/bluee.jpg) no-repeat center top;}
.strength_t{text-align:center;padding:35px 0 18px 0;}
.strength_t div{font-size:3rem;color:#fff;line-height:1; font-family: neutra_text_tf; }
.strength_t p{font-size: 2.8rem;color:#fff;line-height:2;font-weight: bold;}
.strength ul{ display: flex; justify-content:space-between;position:relative;z-index: 2}
.strength ul li{ width:24%}
.strength ul li div{width:180px;margin: 60px auto 25px auto; overflow: hidden; border-radius: 90px;}
.strength ul li div img{display: block;width:100%;}
.strength ul li span{display:block; font-size:1.6rem; color: #fff;text-align:center; font-weight: bold;}
.strength ul li p{ font-size: 1rem;color:#fff;line-height:1.8rem;padding:25px 30px 0 30px; text-align: center;}

/* productshow_cage5 */
.productshow_cage5{ width:100%; padding:60px 0 0px 0;  }
.productshow_cage5 ul{display: flex;justify-content:space-between; flex-wrap:wrap; }
.productshow_cage5 li{width:33%;  position:relative;  cursor:pointer; margin: 0 0 10px 0; transition: 0.3s;}
.productshow_cage5 li a{ display:flex; justify-content: center;  align-items: center; flex-direction: column; position:relative; transition: 0.3s; }
.productshow_cage5 li a p{  text-align: center;}
.productshow_cage5 li a strong{ display: block; font-size:0.9rem; color:#333; line-height:1.1rem; font-weight: normal;}
.productshow_cage5 li a span{ display: block; font-size:0.95rem; color:#333; line-height:2rem; font-weight: normal;}
.productshow_cage5 li:hover{ }
.productshow_cage5 li a:hover{  text-decoration: none; font-weight: bold;  }
.productshow_cage5 li.on a{  font-weight: bold; color: #11a5ba; }
.productshow_cage5 li div {width:68px;height:53px; background-size: 100%; margin:0 auto 10px auto}

.productshow_cage5 li:nth-child(1) div{background-image: url(../img/lia.png); }
.productshow_cage5 li:nth-child(2) div{background-image: url(../img/lib.png); }
.productshow_cage5 li:nth-child(3) div{background-image: url(../img/lic.png); }
.productshow_cage5 li:nth-child(4) div{background-image: url(../img/lid.png); }
.productshow_cage5 li:nth-child(5) div{background-image: url(../img/lie.png); }

/*about*/
.about{ position: relative;z-index: 1;padding:95px 0 85px 0; background:#c1dfff url(../images/abg.jpg) no-repeat center bottom;}
.about_t{display: flex;justify-content:flex-start;flex-direction: column; padding:0 0 65px 0;}
.about_t strong{ font-size:3rem;line-height: 1.5;color: #1a2d86;position: relative;z-index: 2;}
.about_t span{ font-size:1.4rem;line-height: 2;color: #404040;position: relative;z-index: 2; }
.about .about_con{ display: flex;justify-content:space-between; position: relative;}
.about_l{ width:65%;display: flex;justify-content:center;flex-direction: column;  padding:0 6% 0 0 ;position: relative;z-index: 4;}
.about_l strong{ font-size:2rem;line-height: 1.5;color: #333333;position: relative;z-index: 2; display: block; font-weight: normal;}
.about_l b{ margin:0 0 15px 0}
.about_l .about_p{ font-size:1.05rem;color: #7d8090;line-height:2; margin:20px 0 70px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.about_l a{ width:147px; display: block;font-size:1rem;color: #fff;line-height:50px; text-align: center; background-image: -webkit-linear-gradient(0deg,#0cb377, #0196e0); border-radius: 33px;}
.about_r{width:31%;position: relative;z-index: 4;overflow: hidden;  }
/*strength*/
.area{padding:55px 0 95px 0;position:relative; overflow: hidden;background:#fff;}
.area .area_t div{ color:#1a2d86; }
.area .area_t p{ color:#2b2b2b; }
.area ul{ display: flex; justify-content:space-between;position:relative;z-index: 2}
.area ul li{ width:24%}
.area ul li div{width:130px;margin: 60px auto 25px auto; overflow: hidden;  height:130px;border-radius: 40px; display: flex; justify-content:center; align-items: center;box-shadow: 0 0 35px rgb(0 0 0 / 7%);}
.area ul li div img{display: block;width:100%;max-width:65px; }
.area ul li span{display:block; font-size:1.2rem; color: #353535;text-align:center; font-weight: bold;}
.area ul li p{ font-size: 1rem;color:#8c8c8c;line-height:1.8rem;padding:10px 30px 0 30px; text-align: center;}

/* yingyong */
.yingyong{padding:65px 0 70px 0;background:url(../images/yy.jpg) no-repeat center top; }
.case_t{display: flex;justify-content: space-between;align-items:center; }
.case_t a{width:180px; line-height:55px;color: #fff;  border:1px solid  rgba(255,255,255,.5);text-align: center;transition: 0.3s; border-radius: 30px;}
.case_t a:hover{ color: #fff; }
.case_title {  position: relative;}
.case_title p{color: #fff;font-size: 3.1rem;}
.case_title p strong{  color: #fff;}
.case_title div{ font-size:2rem; color:#fff; text-transform: uppercase;  line-height: 3.2rem; font-weight: lighter;}

/* sw11 */
.sw11out {position: relative;width: 100%;padding:40px 0 0 0  }
#sw11 { }
#sw11 .swiper-slide {width: 622px;}
.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 { }
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 54%;width: 44px;height: 44px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw11out .sw-prev {left: 25%;background:#dcdcdc url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw11out .sw-next {right: 25%;background:#dcdcdc url('../images/jt_r.png') center no-repeat; background-size: 10px;}
#sw11 .swiper-slide{display: block;position: relative; overflow: hidden; }
#sw11 .swiper-slide .pic {width: 100%; background-color: #000;position: relative;z-index: 1; overflow: hidden;}
#sw11 .swiper-slide .wz { background-color: #fff; opacity: 1;display: flex;justify-content:space-between; align-items: center;padding:15px 35px 15px 35px;width:100%;   }
#sw11 .swiper-slide .wz strong{ color: #000000; display: block; font-size:1.3rem;line-height:2rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; }
#sw11 .swiper-slide .wz p{  color: #444; font-size:0.95rem;line-height: 33px;text-transform: uppercase; }
#sw11 .swiper-slide .wz p i{font-style: normal ;display:block;}
#sw11 .swiper-slide .wz span{width:33px;height:11px;background: url(../images/jj2.png);}
#sw11 .swiper-slide .pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
#sw11 .swiper-slide:hover .pic img{ transform:scale(1.05,1.05);}
#sw11 .swiper-slide-active img {opacity: 1;}
#sw11 .swiper-slide-active .wz strong{ font-weight: bold; font-size:1.3rem;}
@media screen and (max-width: 960px) {
	#sw11 .swiper-slide {width: 100%;}
	#sw11 .swiper-slide-active .wz strong{font-size: 1.2rem;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}



.font60{font-size: 3.8rem;;}
/* a_title */
.a_title{display: flex;justify-content:space-between; align-items: center;position:relative;z-index: 2;padding:0 0 70px 0}
.a_t{color: #fff;}
.a_t i{width:60px;height:2px;background: #f65808;display: block; margin:0 0 5px 0 }
.a_t div{ }
.a_t p{font-size:1.15rem;line-height:50px;}





/*news*/
.news{padding:0 0 0 0;background: #f6f8ff;  }
.sj_title{display: flex;justify-content:space-between; align-items: center; padding:0 0 5px 0}
.sj_title a{ width:170px; display: block;font-size:1rem;color: #fff;line-height:56px; text-align: center; background-image: -webkit-linear-gradient(0deg,#0cb377, #0196e0); border-radius: 33px;}

.font60 p{ display: block; color:#0f217d;font-weight:bold }
.font60 strong{ color: #1b1b1b; }
.news_con{ display: flex;justify-content: space-between; }
.news_con li{ width:25%; position:relative; border-top:1px solid rgba(0,0,0,.1) ;border-right:1px solid rgba(0,0,0,.1) ;padding:0 30px 75px 30px}
.news_con .news_pic{position: relative;overflow:hidden;}
.news_con .news_pic img{width:100%;display: block; transition:0.4s ease;}
.news_con li:hover .news_pic img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

.news_con a{display: block;position:relative;width:100%}
.news_con .newsleft_text{ width:100%; padding:35px 10px; }
.news_con .newsleft_text strong{ display:block; font-size:1.2rem; font-weight: bold;color:#141414; line-height:1.5;height:3.8rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.news_con .newsleft_text p{ font-size:1rem; color:#8a8a8a; line-height:1.8rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:15px 0}
.news_con li span{ display:block; color:#8c8c8c; line-height:1.9rem;font-size: 0.95rem; text-transform: uppercase;background: url(../images/zhong.png) no-repeat left center;padding:0 0 0 25px}



/* se_banner */
.se_banner{overflow: hidden; position: relative;}
.se_banner_bg{position: absolute;width:100%;left:0;top:0;height:100%;z-index: 2;background:rgba(0,0,0,.4);}
.se_banner img{object-fit:cover;object-position:50% 50%;display:block;width:100%;height:100%;z-index: 1;-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.03); transform: scale(1.03); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.03); transform: scale(1.03); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */
/*banner*/
/* se_about */
.se_about{ padding:95px 0 100px 0; position: relative; overflow: hidden;}
.se_about .se_about_c{  padding:0 0 95px 0;display: flex;justify-content:space-between; }
.se_about_r{ width:40%;margin:0 4% 0 8%;display: flex;justify-content: center;flex-direction: column;}
.se_about_r .about_t{display: flex;justify-content:flex-start;flex-direction: column;padding: 0 0 0 0; }
.se_about_r .about_t div{width:80px;height:2px;background:#1a2d86 ; margin: 0 0 35px 0;}
.se_about_r strong{ font-size:2.7rem;line-height:4rem;color: #222;position: relative;z-index: 2;font-weight:bold }
.se_about_r span{ display: block; font-size:3.7rem;line-height: 3rem;color: #1a2d86; text-transform: uppercase;letter-spacing: -2px;font-family: neutra_text_tf;}
.se_about_r span i{ font-style: normal; font-size:4.7rem;line-height:3rem;color: #1a2d86; text-transform: uppercase;letter-spacing: -2px;font-family: neutra_text_tf;}
.se_about_r b{ margin:0 0 15px 0}
.se_about_r .about_p{ font-size:1.05rem;color: #464646;line-height:2; margin:30px 0 0 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.l_line{ height: 1px;background: rgba(0,0,0,0.05);}
.se_about_l{ width:50%;position: relative; overflow: hidden; border-top-left-radius: 100px;}
.se_about_l img{ width:100%}
/* se_zizhi */
.se_zizhi{ padding:0 0 75px 0;overflow: hidden;  background: #1a2d86;}
.since{ display: flex;justify-content: center;align-items: center;padding:85px 0 45px 0;}
.l_line2{ height: 1px;background: rgba(255,255,255,.2);}
.font_45 h2{font-size: 3rem;font-weight: bold;color:#fff;text-align: center; }
.font_45 p{ font-size:1.1rem;line-height:40px;color:#fff;text-align: center; }
.scrollbox { overflow: auto; width: 100%; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; padding:35px 0 0 0}
.scrollbox .scrolllist {    display: inline-block;}
.scrollbox .scrolllist ul { font-size: 0;}
.scrollbox .scrolllist ul li { display: inline-block;    float: none;    width: 26vw;    vertical-align: top;}
@media (max-width: 1199px) {
    .scrollbox .scrolllist ul li {width: 25vw;}
}
@media (max-width: 991px) {
    .scrollbox .scrolllist ul li {width: 33.3vw;padding: 0 8px;}
}
@media (max-width: 767px) {
    .scrollbox .scrolllist ul li {width: 90vw;}
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 0; padding-left: 0;}
.inner-honor .list .itempack { display: block; text-align: center; margin: 0 10px 0 0;} 
.inner-honor .list .itempack .img-size { }
.inner-honor .list .itempack h3 { font-size: 1.1rem; line-height: 3rem;font-weight: normal; display: -webkit-box; overflow: hidden;margin:15px 0 0 0; white-space: normal; color: #fff; -webkit-box-orient: vertical;    -webkit-line-clamp: 1;}
.img-size {    position: relative;    display: block;    overflow: hidden;}
.img-size img {  display: block; width: 100%;}
.img-size img[src=""],.img-size img:not([src]) { opacity: 0;border: 0;}
.nicescroll-rails {position: relative !important;margin-top: 50px;}
.nicescroll-rails:before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background: #fff;
}
.nicescroll-cursors { border: none !important;}
.nicescroll-cursors::before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    width: 100%;
    height: 8px;
    content: "";
    background: #222;
}
.nicescroll-cursors::after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 64px;
    height: 70px;
    content: "";
    background: url(../images/scroll.png) no-repeat;
}
/* se_zizhi end */
.se_wenhua{ background: #f5f5f5;padding:75px 0}
.se_wenhua .index_t{display: flex;justify-content: space-between;align-items: center;margin:0 auto 40px auto;position: relative;padding:0 0 0 125px}
.index_t:after{content: '';width: 85px;height:1px;background: #555;position: absolute;left:0;top:40px;}
.in_title strong{  color: #1844a8;font-size: 3.8rem; display: block;}
.in_title p{  font-size:1.1rem; color:#4f4f4f;  line-height: 3rem;}
.se_wenhua_c{display: flex;justify-content: space-between;align-items: center;background-color: #fff;}
.wenhua_l{width:50%; padding:0 4%;font-size:1.1rem;color: #464646;line-height:2.5rem;}
.wenhua_r{width:50%}
.wenhua_r img{width:100%;display: block;}

.item_title{display: flex; flex-direction:column; position: absolute;z-index: 2;width:82%;left:50%;margin-left:-41%;top:43%; }
.item_title div{font-size: 3.5rem;color:#fff; margin: 0 0 30px 0; font-weight: bold;}
.item_title p{font-size: 17px;color:#fff;}
.item_title span{display: block;width:50px;height:1px;background:#fff;margin: 0 0 30px 0}

.se_aa_title{display: flex; flex-direction:column; position: absolute;z-index: 2;width:82%;left:50%;margin-left:-41%;top:35%; }
.se_aa_title div{font-size: 3.5rem;color:#fff; margin: 0 0 30px 0; font-weight: bold; text-align: center;}
.se_aa_title p{font-size: 1rem;color:#fff;text-align: center}
.se_aa_title span{display: block;width:50px;height:1px;background:#fff;margin: 0 auto 30px auto}

.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow: hidden;width:8px;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
/*productshow*/
.se_chanpin_con{padding:30px 0 30px 0}
.se_chanpin_con .s_width{ }
.se_chanpin_con ul{margin:0;display: flex;justify-content:flex-start; flex-wrap: wrap}
.se_chanpin_con li{width:32.5%; margin: 0 1% 28px 0; background: #fff; position:relative;cursor:pointer; text-align: center; transition: 0.5s;border:1px solid rgba(0,0,0,0.05) }
.se_chanpin_con li:nth-child(3n){ margin: 0 0 28px 0;}
.se_chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_chanpin_con li:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_chanpin_con li a{ display: block;width:100%;overflow: hidden;}
.se_chanpin_con .pro_pic{ width:100%; position:relative; overflow:hidden; }
.se_chanpin_con .pro_text{ position: relative; padding:10px 24px; }
.se_chanpin_con .pro_text p{color:#515151; font-size:1.15rem;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:1rem;line-height:35px; display: block;}
.se_chanpin_con li:hover .pro_text{background: #fcb026; }
.se_chanpin_con li:hover .pro_text p{ color:#fff; }
.se_chanpin_con li:hover .pro_text span{ color:#fff;  border:0 solid rgba(255,255,255,0.4);}
/* honor_con */
.honor_con{overflow:hidden;padding:45px 0 19px 0; }
.honor_con ul{ display: flex;justify-content:flex-start; flex-wrap: wrap}
.honor_con li{width:24.5%; margin: 0 0.62% 10px 0;position:relative;cursor:pointer; background: #fff;transition: 0.3s; }
.honor_con li:nth-child(4n){ margin: 0 0 10px 0;}
.honor_con li .pp_c{width:100%; position: relative; z-index: 2;}
.honor_con li a{display: block;}
.honor_con li a{display: block;}
.honor_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.honor_con li:hover .pro_pic img{ transform:scale(1.05,1.05);}
.honor_con .pro_pic{ width:100%; position:relative; overflow:hidden; z-index: 1; }
.honor_con .pro_text{padding:15px 20px 19px 20px; display: flex;justify-content: space-between; align-items: center; flex-direction: column; border-top:1px solid rgba(0,0,0,.1) }
.honor_con .pro_text p{ display: flex;justify-content: space-between; flex-direction: column;}
.honor_con .pro_text strong{ color:#222; font-size:1.2rem; line-height: 2.8rem;  transition: 0.3s; }
.honor_con .pro_text p i{font-style: normal;font-size:1rem;color:#434343; transition: 0.2s }
.honor_con .pro_text p i img{padding:0 5px 0 0 ;}
.honor_con .pro_text span{ line-height: 37px;width:115px;border-radius: 20px; text-align:center ; color:#666;border: 1px solid rgba(0,0,0,.1);}
.honor_con li:hover .pro_text strong{font-size: 1.3rem;line-height: 2.8rem;}
.honor_con li:hover .pro_text span{color: #fff; background-image: -webkit-linear-gradient(0deg,#0cb377, #0196e0); }
/* case_con */
.case_con .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case_con .list .item{ width:32%;height:auto; margin: 0 1.85% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.case_con .list .item:nth-child(3n){ margin: 0 0 25px 0;}
.case_con .list .item .img{ position: relative; width: 100%; overflow: hidden; }
.case_con .list .item .img2{ position: relative; width: 100%; overflow: hidden;border: 1px solid rgba(0,0,0,.08); }
.case_con .item .text{ box-sizing: border-box; }
.case_con .item h4{ padding: 1.5rem 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case_con .item:hover h4{ color: #333; }
.case_con .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case_con .page{ padding-top: 0px; }

.case_con .list .item .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden;border: 1px solid rgba(0,0,0,.07); }
.case_con .list .item .pro_pic img{display: block; width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.case_con .list .item:hover div img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.case_con .list .item .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.case_con .list .item .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}
.case_con .list .item .pro_text{ color:#232323;text-align:center; font-size:1.1rem;line-height:2.6rem;margin:20px 10px 20px 10px;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1}
@media (max-width:1500px){
	.case_con .list::after{ }
	.case_con .list .item{ }
	.case_con .item h4{ padding: 20px 0 10px; }
}
@media (max-width:1200px){
	.case_con .list .item{ margin-bottom: 40px;  }
	.case_con .item h4{ padding: 1rem 0 8px; }
	.case_con .list .item:nth-child(3n){margin: 0 1.85% 0.95rem 0;}
}
@media (max-width:991px){
	.case_con .list::after{ width: 48%; }
	.case_con .list .item{ width: 48%; }
	.case_con .item h4{ padding: 13px 0 6px; }
	.case_con .list .item:nth-child(3n){margin: 0 1.85% 0.95rem 0;}
}
@media (max-width:768px){
	.case_con{ padding-top: 0.95rem; }
	.case_con .list .item{ margin-bottom: 2.6rem; }
	.case_con .item h4{ font-size: 1.1rem; }
	.case_con .list .item:nth-child(3n){margin: 0 1.85% 0.95rem 0;}
}
@media (max-width:480px){
	.case_con{ padding-top: 10px; }
	.case_con .list{ justify-content: center; }
	.case_con .list::after{ display: none; }
	.case_con .list .item{ width: 47%; margin-bottom: 0.95rem; }
	.case_con .list .item .pro_text{font-size: 0.95rem;line-height: 1.6rem;    margin: 10px 10px 10px 10px;}
	.case_con .list .item:nth-child(3n){margin: 0 1.85% 0.95rem 0;}
}
@media (max-width:375px){
	.case_con .list .item{ width: 100%; }
	.case_con .list .item:nth-child(3n){margin: 0 1.85% 0.95rem 0;}
}
.page_box2{border-bottom:1px solid rgba(0,0,0,0.07);}
.page_box2 .s_width{padding:0 0 0 40px;color:#555;background: url(../images/di2.png) no-repeat left center ; line-height: 5rem;}
.
/* se_news */
.se_news{padding:0 0 65px 0; line-height: 35px; font-size: 1rem; color:#666; }
.se_newslist{ padding:0 0 25px 0}
.se_newslist ul{ }
.se_newslist li{display:flex;flex-direction:row;justify-content:space-between; border-bottom:1px solid rgba(0,0,0,0.1);  overflow:hidden; cursor: pointer; margin:0 0 0 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;  align-items: center;padding:48px 0 }
.se_newslist_l{ width:25%; position:relative; overflow:hidden; }
.se_newslist_l img{ width:100%; border-radius: 18px; display: block;transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_newslist li:hover img{display: block; transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist_r{ width: 68%; position: relative;  margin:0 20px 0 0}
.se_newslist_r a{  text-transform:uppercase; display:block; line-height:42px; }
.se_newslist_r a:hover div{ color:#1a2d86;}
.se_newslist_r div{ font-size:1.5rem; color:#333; line-height: 65px; font-weight: bold; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist_r p{ line-height:28px; color:#888; margin:10px 0 20px 0; font-size:1rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.se_newslist_r span{ display:block; line-height:28px; color:#888; padding:0 0 5px 0; font-size:1.4rem;text-transform:uppercase; font-family: "Times New Roman";}
.se_newslist_r .se_newslist_more{ width:90px; border-bottom:1px solid #1476c2; line-height:40px; text-align:center; padding:15px 0 0 0}
.se_newslist_r  i{ display: block;width:150px;line-height: 45px; border-radius: 50px; color:#fff; font-size:1rem; font-style: normal; background-image: -webkit-linear-gradient(0deg,#ed100e, #f67907); text-align: center;}
/* se_contact */
.se_contact{background: #f7f9fc;}
.se_contact_t{ display: flex;justify-content: flex-start;  flex-direction: column;padding:75px 0 0 0;}
.se_contact_t span{ font-size: 2.2rem; line-height: 2;color: #333; display: block ; font-weight: bold;}
.se_contact_t i{ font-size: 1rem;color: #333; display: block ; font-style: normal; }
.se_contact .se_contact_con{display: flex;justify-content: space-between; align-items: center; flex-direction: row-reverse;padding:75px 0;}
.lianxi{width:50%}
.se_contact_li{width:43%;  font-family: 'PingFang SC';}

.se_contact_li ul{ display: flex;justify-content: flex-start; flex-direction: column;padding:20px 0 55px 0;}
.se_contact_li li{border-bottom: 1px solid rgba(0,0,0,.2); line-height: 3rem; color: #333;padding:25px 0;}
.se_contact_li li div{font-size: 1.1rem;  line-height: 2rem;color: #666;font-family: 'PingFang SC';}
.se_contact_li li p{font-size: 1.5rem; font-family: 'PingFang SC';}
.se_contact_li a{display: block;width:150px;line-height: 3rem;transition: 0.3s;background: #384994;color: #fff;font-size: 1rem;display: block; text-align: center; border-radius: 5px;}
.se_contact_li a:hover{width:160px}
.BMap_bubble_title{font-size:1.1rem;font-weight: bold;}
.BMap_bubble_content{font-size:0.9rem;line-height: 1.5rem;}

/* se_espcms_book2 */
.se_espcms_book2{padding:180px 0 60px 0; background: url(../images/aboutbg.jpg) no-repeat center top; }
.se_espcms_book2 .s_width{  display: flex;justify-content: space-between; align-items: center; background: #f6f6f6; }
.se_espcms_book2 h1{ line-height:70px; margin: 0 0 25px 0; }
.se_espcms_book2 .se_date{ font-size:0.95rem; line-height:68px; border-top: 1px solid rgba(0,0,0,.07);border-bottom: 1px solid rgba(0,0,0,.07);}
.se_espcms_book2_l{width:50%}
.se_espcms_book2_l img{width:100%;display: block;}
.se_espcms_book2_r{width:50%;padding:35px 10%; }
.se_tel{padding:30px 0 0 0;display: flex;justify-content: flex-start; align-items: flex-start;}
.se_tel i{ font-size: 3.2rem; font-family: 'neutra_text_tf';letter-spacing: -1.5px;line-height: 42px;font-style: normal;color:#1844a8;padding:0 0 0 15px;}
.se_pro_text_li{padding:35px 0; line-height: 45px; width:100%;display: flex;justify-content:flex-start}
.se_pro_text_li li{width:150px; text-align: center;background-image: -webkit-linear-gradient(0deg, #0cb377, #0196e0);border-radius: 50px;; }
.se_pro_text_li li:nth-child(2){  background: #333;}
.se_pro_text_li li a{ color: #fff;font-size: 1rem;}
.se_pro_text_li li:nth-child(2) a{ color: #fff}
.info_content{ font-size:.95rem; line-height:31px; color:#666; margin:50px auto 50px auto}
.info_content p{padding:0; margin: 0}
.info_content .info_title{ background:#f9f9f9; display: flex;justify-content: flex-start;margin:0 0 35px 0 }
.info_content .info_title span{font-size: 1.5rem;color:#fff;font-weight: bold; line-height: 58px; padding:0 30px; background:#1844a8; }
.info_content img{ max-width:100%;margin: 0 auto 10px auto;display: block}
.info_content th, .info_content td{border: 1px solid #ddd;line-height: 40px;border-collapse: collapse;padding:0 10px	}
.info_content table {width: 100%;border-collapse: collapse;}
/*hezuo*/
.hezuo{ padding:20px 0 70px 0 ;margin:75px 0 0 0}
.hezuo ul{ display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap; }
.hezuo ul li{ width:calc(100%/5 - 18px ); text-align: center;  background: #fff;padding:10px 0;border: 1px solid rgba(0,0,0,.05); margin: 0 0 10px 0;}
.hezuo ul li img{width:100%; max-width:202px;}


/* se_product_banner */
.se_product_banner{width:100%;position: relative;overflow: hidden; }
.se_product_banner_div {width:100%;position: relative;overflow: hidden; }

.se_espcms_book{padding:0 0 0 0; background: #fff;margin-top:65px; margin-bottom:30px;}
.se_espcms_book h1{ line-height:60px;   text-align:center;}
.se_date2{ font-size:0.95rem; line-height:68px; text-align:center; }
.miaoshu{ line-height:45px; padding:0 0 0 0; color:#fff; font-size:1rem; background:#f9f9f9;margin:0 0 25px 0;}
.miaoshu span{  width:150px; background:#f39903; display:block; text-align:center; text-indent: 0;  font-size:1rem;}
.th_pro_con {overflow: hidden; font-size:0.95rem; 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: 0.9rem;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #666;line-height: 40px;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:30px 0 0 0; padding:0 0 30px 0}
.message{overflow: hidden; font-size:0.95rem; line-height:31px; color:#333;margin:0 auto 50px auto; border:3px solid #eee; padding:70px 50px;}
.tijiao div{display: flex;justify-content:center;}
.tijiao div .layui-btn{width:15%;margin: 0 15px 0 0}
.tijiao div .layui-btn-primary{width:15%}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid #eee;font-size: 1rem;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: 1rem;color: #666;line-height: 35px;  width: 100%;border:1px solid #eee; margin-bottom: 3%;}
.layui-btn{ display:block; background: #222; color:#fff;width: 49%;  font-size: 1rem; height:38px;   line-height: 38px; border:none!important;  padding:0 31px;float: left;}
.layui-btn-primary{margin: 0 0 0 0;float: right;}
.th_news_con{  border:1px solid #eee; padding:30px 50px;}
.th_news_con p{ font-size:1rem; line-height:31px; color:#333;  }
.th_news_con img{display: block;margin: 10px auto;width:auto;max-width: 960px;;}
.th_news_con table{border: 1px solid #666;border-collapse: collapse;font-size: 1rem;color: #666;width:100%;}	
.th_news_con th, .th_news_con td{border: 1px solid #dddddd;line-height: 40px;border-collapse: collapse;text-align:center;	}



.fenye{width: 80%; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 0.9rem; padding:0 10px; background: #f2f2f2; text-align: center;  line-height: 47px;}

.er_title div strong{ color: #fff}
.se_message strong {    color: #fff; display: inline-block;}
.se_message strong i {    color: #fff;}
.se_message p {  font-size: 1.15rem; 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: 1rem;}
.message_t div.niu{color:#fff;font-weight: bold;font-size: 2.8rem; }
/*video*/
.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:0.95rem;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:1rem;}
.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:1.4rem; 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:0.95rem; 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:0.95rem; 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: 4.1rem;}
.se_li_pro_text li a{ color:#333;line-height: 35px; font-size: 1.1rem;}
.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: 1rem; 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: 1.1rem;}
.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:1.15rem;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:0.95rem; }
.more_m {
	color: #008cd2;
	font-size: 1rem;
	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: 1rem;
	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: 1rem;
	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: 1rem;
	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:2.9rem;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:1rem;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:2.5rem;font-weight:bold;}
.item_title2 div span{color:#232323}
.item_title2 p{color:#505050;font-size:1.1rem;}
.se_espcms_page{font-size:.95rem; margin:30px auto;  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:.95rem;}
.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:3.1rem;line-height:50px;color:#f12929;padding:10px 0;position:relative;text-align:center;}
.index-title span{font-size:5.5rem;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:1.15rem;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:1.15rem;  text-align:center}
.lixi_contact strong{ line-height:46px; font-size:1.6rem; display:block; text-align:center;color:#24a6d8}
.lixi_contact img{ width:62px; display:block; margin:0 auto 10px auto}

.jieguo{font-size: 1.5rem;color:#555;line-height: 85px; text-align: center}
.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin:15px auto; text-align: center;}
.se_news {padding:45px 0}
@media only screen and (max-width:1800px){
	.product li .p_text p{font-size: 2.2rem; }
}
@media only screen and (max-width:1700px){ 
	.product li .p_text p{font-size: 2rem; }
	.s_width{width:90%;}
	.strength_t div{font-size: 2.5rem;}
	.strength_t p{font-size: 2.2rem;}
	.strength ul li span{font-size: 1.4rem;}
	.pp_title div{font-size: 2.5rem;}
	.pp_title p{font-size: 1rem;}
	.case_title p{font-size: 2.5rem;}
	.about_t{padding: 0 0 35px 0;}
	.about_t strong{font-size: 2.5rem;}
	.about_l .about_p{font-size: 1rem;line-height: 1.8rem; margin: 40px 0 40px 0;}
	.news_con .newsleft_text strong{ font-size: 1.2rem;line-height:2.6rem; }
	.about_l strong{ font-size: 1.8rem;}
	.productshow_cage2 li a{font-size: 1rem;}
	.hezuo_t p{ font-size: 2.8rem;}
}
@media only screen and (max-width:1580px){ 
	.header .logo_tel p i{font-size: 1.5rem;}
	.se_espcms_book2_r{padding: 35px 5%;}
	.se_tel i{    font-size: 2.7rem;}
	.about_l .about_p{-webkit-line-clamp:9;}
	
	.se_about_r{margin: 0 4% 0 4%;width: 44%;}
	.se_about_r .about_p{line-height: 2;font-size: 1rem;}
	.se_about_r strong{ font-size: 2rem}
	.se_about_r span{ font-size:2.7rem;}
	.se_about_r span i{  font-size:3.7rem;}	
	.product li .p_text span{ font-size:1rem;}
}
@media only screen and (max-width:1440px){
	.footer .f_contact_tel p b{font-size: 2rem;}
	.pro_list .pro_text i{ margin:  0.55rem 0;}
	.se_espcms_book h1{font-size: 1.7rem;line-height: 2;}
	.font_45 h2{font-size: 2.2rem;}
	#sw11 .swiper-slide {width: 532px;}
	.area ul li div img{width: 45px;}
	#sw11 .swiper-slide .wz strong{font-size:1.2rem;}
	.header .logo img{width:157px;    padding: 0 0;}
	.header .logo p{margin: 0 0 0 8px; padding: 0 0 0 12px;}
	.header .logo_tel p i{font-size: 1.5rem; line-height: 1.4rem;}
	.header .logo_tel p span{font-size: 0.9rem;}
	.index_nav li a{font-size:1rem;}
	.honor_con .pro_text span{font-size:0.9rem;width: 100px}
	.honor_con .pro_text{    padding: 15px 10px 19px 10px;}
	.honor_con li .pro_text strong{font-size: 1.1rem;}
	.honor_con li:hover .pro_text strong{font-size: 1.1rem;}
	.info_content .info_title span{font-size: 1.2rem;}
	.se_newslist_r div{font-size: 1.15rem;}
	.lh_75{height: 25px;}
	.pp_title div{font-size: 2.2rem;}
	.product li .p_text p{font-size: 1.8rem; }
	.pro_list .pro_text p{font-size: 1.15rem;}
	.pro_list{padding: 35px 0;}
	.strength_t p{font-size: 2.2rem;}
	.strength ul li span{font-size: 1.2rem;}
	.about_t strong{font-size: 1.7rem;}
	.se_about_r span{ font-size:2.2rem;}
	.se_about_r span i{  font-size:3.2rem;}	
	.se_about_l{border-top-left-radius: 50px;}
	.index_nav li a.ina{     font-size: 1rem;}
	.index_nav{margin: 0 0 0 3%;}
	.s_width{width:94%;}
	.b_title p{font-size: 2.8rem;}
	.b_title span{font-size: 1.05rem;}
	.about_l .about_p{margin: 40px 0 40px 0;    font-size: 1rem;}
	.about_l strong{ font-size: 1.8rem;}
	.about_l span{ font-size: 1rem;}
	.cc_title div{font-size: 3.1rem;}
	.in_title strong{font-size: 2.2rem;}
	.se_aa_title div{font-size: 2.2rem;    margin: 0 0 20px 0;}
	.se_aa_title span{margin: 0 auto 20px auto;}
	.fl_title div{font-size: 3.1rem;}
	.se_contact_li li p{font-size: 1.35rem;}
	.se_contact_li span{font-size: 1.8rem;}
	.se_contact_t span{font-size: 1.8rem;}
	.wenhua_l{font-size: 1rem;}
	.productshow_cage li a div{width: 44px; height:44px}
	.productshow_cage li a{line-height: 2;}
	.footer .f_fenlei {width:45% }
	.footer .f_fenlei li a{font-size: .95rem;}
}
@media only screen and (max-width:1200px){
	.productshow_cage2 li a div{width:34px;height: 34px;}
	.inner-honor .list .itempack h3{ font-size:1rem;  }
	.font_45 h2{font-size: 2rem;  }
	.font_45 p{ font-size:1rem;  }
	.se_aa_title div{font-size: 1.5rem; }
	.se_aa_title p{font-size: 0.95rem; }
	.hezuo{  padding:20px 0 20px 0 ;margin: 25px 0 0 0; background-size: 180%;}
	.hezuo ul li{    width: calc(100%/2 - 10px);}
	.productshow_cage2 li{width:33%;  }
	.productshow_cage2 li a{font-size:0.95rem; font-weight: normal;line-height:1.5;}
	.productshow_cage2 ul{padding: 0 0 0 0;}
	.se_contact_t{padding: 35px 0 0 0;}
	.se_contact_t span{font-size: 1.3rem; }
	.se_about_r{width:90%;margin: 0 0 0 0; margin: 0 auto 25px auto;}
	.se_about_r span{font-size:2rem;line-height:2rem; }
	.se_about_r span i{font-size: 2.7rem;line-height: 2rem;}
	.se_about_r strong{font-size: 1.5rem;line-height: 3rem;}
	.se_about{padding: 35px 0 0 0;}
	.se_about_r .about_t div{ margin: 0 0 15px 0;}
	.se_about .se_about_c{flex-direction: column;padding: 0 0 35px 0;}
	.se_about_l{width:100%}
	.se_contact_li li p{    line-height: 2rem; padding:10px 0 0 0}
	.se_contact .se_contact_con{flex-direction: column-reverse;    padding: 0 0 35px 0;}
	.lianxi{width:100%}
	.se_contact_li{width:100%;padding: 0 0 25px 0;}
	.se_contact_li span{font-size: 1.3rem; }
	.se_banner_img img{height:260px; }
	.product li{width:100%;padding: 35px 3%;}
	.product ul{flex-wrap: wrap;}
	.product li{flex-wrap: wrap;margin: 0 0 0.95rem 0;}
	.product li .p_text p{ font-size:1.3rem;line-height: 2.5rem; text-align: center;}
	.product{padding: 0 0 30px 0;flex-wrap: wrap;}
	.pro_list li{width:49%;    margin: 0 1% 0.95rem 0;}
	.pro_list li:nth-child(3n){margin: 0 1% 0.95rem 0;}{}
	.pro_list .s_width3{width: 96%;}
	.pro_list .pro_text p{ font-size:1rem; font-weight: normal;}
	.pro_list .pro_text{    padding:15px  10px;}
	.pro_list .pro_text i{    margin:10px 0;}
	.pro_list .pro_text span{font-size: 0.9rem;}
	.none{display:block;}
	.block{display:none;}
	.header{display:none;}
	.about{padding: 55px 0 0 0;}
	/*wap header*/
	.head_wap{width:100%; padding:5px 5px; position: fixed; z-index: 999; background: rgba(0,0,0,0.5) }
	.position{position: relative; display: flex;justify-content: space-between; align-items: center;}
	.logo img{width:115px;}
	.menu {position: relative;margin-right:0.5rem;}
	.menu-trigger,.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	.menu-trigger {
	position: relative;
	width: 25px;
	height: 20px;
	}
	.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background:#fff;
	border-radius: 4px;
	}
	.head_wap2 .menu-trigger span{background:#333;}
	.menu-trigger span:nth-of-type(1) {
	top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-315deg);
		transform: translateY(9px) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(315deg);
		transform: translateY(-9px) rotate(315deg);
	}
	#close{display: none;position: fixed;width:100%;height:100%;top:0;left:0;background-color:#fff;z-index:998;}
	.menuBox ul li {width:90%;margin:0 auto;}
	.menuBox ul li a{ font-size:1.2rem;font-weight: bold;display:block;color:#fff;position: relative;line-height: 3.5rem; border-bottom:1px solid rgba(255,255,255,0.2);  background: url(../images/jiao.png) no-repeat right center;}
	.menuBox ul li div{ display: flex;justify-content: flex-start;flex-wrap: wrap;border-bottom:1px solid rgba(255,255,255,0.1);width:100%;margin:0 auto; }
	.menuBox ul li div a{width:63%;font-size: 15px;line-height: 38px;color: #555;font-weight: normal;display:block;border-bottom:0 solid rgba(0,0,0,0.1);background: none;}
	.menuBox ul li div a:nth-child(2n){width:37%;}
	.menuBox ul li a.active{background-color:#8fc31f;color:#fff;}
	.menuBox ul li a.link{color:#fff;}
	.menuBox ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #8fc31f;}
	.menuBox ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 100;
		background:rgba(0,0,0,.8);
	}
	.menuBox ul { padding-top: 64px;}
	.l_tel{ padding:0 5px 0 0; display:flex;justify-content: flex-start;align-items: center;color: #fff;font-size: 12px;}
	.l_tel img{ width:22px; margin: 0 5px 0 0;}
	.lh_75{height:35px}
	.ppbg{padding: 35px 0 35px 0;}
	.pp_title div{ font-size: 1.5rem;line-height:3.5rem;}
	.fl_title div{ font-size: 1.5rem;line-height:3.5rem;}
	.pp_title p{font-size: 0.95rem;line-height:1.7rem; }
	.fl_title p{font-size: 0.95rem;line-height:1.7rem;padding:0 5px}
	.pp_title i{width: 50px;height: 1px;margin: 10px auto 10px auto;}
	.p_t{background-size: 35%;}
	.aa_t{background-size: 35%;}
	.k_t{background-size: 35%;}
	.pp_title{ text-align: center;padding:0 0 15px 0}
	.adv_b{display: none;}

	.shijing{padding:30px 0 34px 0;}
	.sj_title{flex-direction: column;align-items: flex-start;     padding: 0 0 25px 0;}
	.sj_title a{    width: 140px;    line-height: 38px;font-size: 1rem;}
	.news_con{ flex-direction: column; }
	.newsleft{	width:100%; position:relative; }
	.newsright{width:100%;}
	.newsright li{padding: 15px 15px 15px 15px; margin:10px 0 0 0}
	.newsleft .newsleft_text{ padding: 15px 15px;}
	.newsleft .newsleft_text strong{ font-size: 1.1rem;line-height:2rem; }
	.newsright li .detail .title a{font-weight: normal;}
	.footer2{display: flex;position: fixed;bottom: 0px;    height: 55px;z-index: 99;}
	.zxy-btmswt {padding: 0 0.26667rem;z-index: 50;position: fixed;bottom: 0;width: 100%; max-width: 100%; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);overflow: hidden;}
	.zxy-btmswt .zxybtm-fl { margin-right: 0.26667rem; background:  -webkit-linear-gradient(0deg,#0196e0, #0f217d);  float: right; width:48%; height:55px;}
	.zxy-btmswt .zxybtm-fl a { display: flex; background: url(../images/solj.png) no-repeat left 15px center; background-size: 15px; padding-left: 1.33333rem; cursor: pointer;height:55px; justify-content:center;align-items: center;flex-direction: column;font-weight: bold; }
	.zxy-btmswt .zxybtm-fl a span { display: block; font-size: 0.8rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem;font-weight: normal;  }
	.zxy-btmswt .zxybtm-fl a strong { display: block; font-size: 1rem; color: #fff; line-height: 1; }
	.zxy-btmswt .zxybtm-fr { background-image: -webkit-linear-gradient(0deg,#0cb377, #0196e0);  float: left; width:48%; height:55px; }
	.zxy-btmswt .zxybtm-fr a { display: flex; background: url(../images/zxy-dh.gif) no-repeat left 10px center; background-size: 25px; padding-left: 32px; cursor: pointer;height:55px; justify-content:center;align-items: center;flex-direction: column; }
	.zxy-btmswt .zxybtm-fr a span { display: block; font-size: 0.8rem; line-height: 1; color: #fff; margin-bottom: 0.13333rem; font-weight: 300; }
	.zxy-btmswt .zxybtm-fr a strong { display: block; font-size: 1rem; color: #fff; line-height: 1; letter-spacing: -1px; }
	.slideBoxbann{ position:relative; overflow:hidden; margin:0  auto 0 auto; }
	.slideBoxbann .hd{ position:absolute; height:26px; line-height:26px; bottom:7px; right:0; z-index:1; }
	.slideBoxbann .hd li{ display:inline-block; width:8px; height:8px;border-radius:10px;  background:rgba(255,255,255,0.5); text-indent:-9999px; overflow:hidden; margin:0 6px;   }
	.slideBoxbann .hd li.on{ background: #dd0000;  }
	.slideBoxbann .bd{ position:relative; z-index:0; }
	.slideBoxbann .bd li{ position:relative; text-align:center;  }
	.slideBoxbann .bd li img{ vertical-align:top; width:100%;}
	.slideBoxbann .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }
	.slideBoxbann .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focustitlebg.png) repeat-x; color:#fff;  text-align:left;  }
	.se_espcms_book2{padding: 70px 0 60px 0;}
	.se_espcms_book2 .s_width{flex-wrap: wrap;}
	.se_espcms_book2_l{width:100%}
	.se_espcms_book2_l img{width:100%;display: block;}
	.se_espcms_book2_r{width:100%;padding:15px 2%; display: flex;justify-content: center;align-items: center;flex-direction: column; }
	.se_espcms_book2 h1{font-size: 1.5rem;line-height: 3.5rem; margin: 0 0 5px 0;}
	.se_espcms_book2 .se_date{line-height: 2rem;padding:10px 0; text-align: center;}
	.se_pro_text_li li{margin: 0 auto;}
	.se_tel img{width:25px}
	.se_tel i{font-size: 1.4rem;line-height: 1.4rem;}
	.info_content{    border: 0 solid rgba(0,0,0,.07); padding: 0;}
	.info_content .info_title span{line-height: 3rem;font-size: 1rem;    font-weight: normal;}
	.se_espcms_page{flex-wrap: wrap;padding: 10px 10px; margin-bottom:75px;}
	.se_espcms_page li{width:100%;margin:0 0 5px 0}
	.se_newslist li{flex-wrap: wrap;padding: 18px 0;}
	.se_newslist_l{width:100%}
	.se_newslist_r{width:100%;margin: 15px 0 0 0;}
	.se_newslist_r div{ font-size: 1.15rem;    line-height: 2rem;}
	.se_newslist_r span{ font-size: 1.15rem;    line-height: 2rem;}
	.th_news_con img{max-width: 100%;}
	.th_news_con{    padding: 20px 10px;}
	.se_espcms_book h1{font-size: 1.3rem;line-height: 2.5rem; margin: 0 0 5px 0;}
	.se_espcms_book{margin-top: 25px;}
	.se_date2{line-height: 2rem;}
	.page_box{padding: 12px 0 12px 0; font-size:0.9rem;}
	.s_width2{width:97%;margin:0 auto;padding: 0 0 0 0;}
	.yingyong{padding:35px 0 30px 0; margin:25px 0 0 0;overflow: hidden;}
	.cc_title{ padding:0 0 10px 0  }
	.cc_title div{ font-size: 1.7rem;line-height:3.5rem; }
	.cc_title i{font-size: 1rem; font-weight:normal}
	.yingyong li{    width: 48%;}
	.yingyong .pro_text{font-size: 1rem;padding: 15px 5px 15px 5px;}
	.news{padding:30px 0 30px 0 }
	.news_con li{ width:100%;    padding: 0 10px 25px 10px;}
	.news_con .newsleft_text{ width:100%; padding:15px 10px; }
	.news_con .newsleft_text p{    margin: 5px 0;}
	.news_con .newsleft_text strong{ font-size: 1.1rem;line-height:2.6rem; }
	.about_p{-webkit-line-clamp:18;}
	.se_wenhua .index_t{    padding: 0 0 0 65px;}
	.in_title strong{  color: #1844a8;font-size: 1.4rem; display: block;}
	.in_title p{  font-size:1rem; color:#4f4f4f;  line-height: 2rem;}
	.index_t:after{ width: 45px; }
	.se_wenhua_c{ flex-direction: column;}
	.wenhua_l{width:100%; padding:15px 3%; font-size: 1rem; line-height: 2rem;}
	.wenhua_r{width:100%}
	.se_wenhua{ padding:35px 0}
	.honor_con li{width:49%; margin: 0 1% 10px 0  }
	.honor_con li:nth-child(2n){ margin: 0 0 10px 0;}
	.honor_con li .pro_text strong{font-size: 1rem;}
	.honor_con li:hover .pro_text strong{font-size: 1rem;}
	.honor_con .pro_text{ padding: 12px 5px 12px 5px;}
	.honor_con{overflow:hidden;padding:25px 0 19px 0; }
	.fl_title{ text-align: center;padding:25px 0 19px 0}
	.strength{padding:25px 0 29px 0;background:#1a2d86 url(../images/bluee.jpg) no-repeat center bottom;}
	.strength ul{flex-wrap: wrap;}
	.strength_t div{font-size: 2rem;}
	.strength_t p{font-size: 1.5rem;}
	.strength ul li{width:48%}
	.strength ul li div{margin: 20px auto 25px auto;width: 150px;}
	.strength ul li span{font-size: 1.2rem;}
	.strength ul li p{padding:15px 10px 0 10px;}
	.about .about_con{ display: flex;justify-content:flex-start; position: relative; flex-direction: column;}
	.about_l{ width:100%;margin:0 0 0 0;padding:35px 0;  }
	.about_r{width:96%;position: relative;z-index: 4;overflow: hidden;margin:0 auto }
	.about_l strong{    font-size: 1.5rem;}
	.about_l span{    font-size: 1rem;}
	.about_l .about_p{ margin: 20px 0 20px 0;font-size: 1rem;}
	.about_t span{font-size: 1rem;    line-height:1.7;}
	.about_t strong{font-size: 1.5rem;}
	.about_l .about_p{    color: #444;}
	.area{padding: 15px 0 55px 0;}
	.area ul{flex-wrap: wrap;}
	.area ul li{width:48%}
	.area ul li div{  width: 110px;height: 110px;  margin: 30px auto 25px auto;}
	.case_title p{    font-size: 1.5rem;}
	.case_title div{    font-size: 1.5rem;}
	.case_t{ align-items:flex-end; }
	.case_t span{width:100%;font-size: 1rem;line-height: 1.6rem;}
	.case_t a{width: 142px;		line-height: 36px;}
}
