@font-face {
	font-family: 'gilroy_bold';
	src: url('../fonts/gilroy-bold-4.otf') format('truetype');
}
@font-face {
	font-family: 'Manrope-Bold';
	src: url('../fonts/Manrope-Bold.ttf') format('truetype');
}
@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');
}
html{font-size: 16px;}
.block{display: block;}
.none{display: none;}
.s_width{width:90%;margin:0 auto}
.s_width2{width:90%;margin:0 auto}
em,i{font-style: normal;}
/*config*/
.l-center{text-align:center;}
.l-relative{position:relative;}
.l-overflow{overflow:hidden;}
.l-bold{font-weight:bold;}
.l-imgs{background-position:center; background-repeat:no-repeat; background-size:cover;width:inherit; height:inherit;}
.l-right{float:right;}
.l-lh18{line-height:18px;}
.l-lh20{line-height:20px;}
.l-lh22{line-height:22px;}
.l-lh24{line-height:24px;}
.l-lh26{line-height:26px;}
.l-lh28{line-height:28px;}
.l-lh30{line-height:30px;}
.l-lh32{line-height:32px;}
.l-lh34{line-height:34px;}
.l-lh36{line-height:36px;}
.l-lh38{line-height:38px;}
.l-lh40{line-height:40px;}
.l-font12{font-size:12px;}
.l-font16{font-size:16px;}
.l-font18{font-size:18px;}
.l-font20{font-size:20px;}
.l-font22{font-size:22px;}
.l-font24{font-size:24px;}
.l-font26{font-size:26px;}
.l-font28{font-size:28px;}
.l-font30{font-size:30px;}
.l-font32{font-size:32px;}
.l-font34{font-size:34px;}
.l-font36{font-size:36px;}
.l-font38{font-size:38px;}
.l-font40{font-size:40px;}
.l-font42{font-size:42px;}
.l-font56{font-size:56px;}
.l-font60{font-size:65px;}
.l-font72{font-size:72px;}
.l-font100{font-size:100px;}
.l-opacity8{opacity:.8;}
.l-opacity7{opacity:.7;}
.l-opacity5{opacity:.5;}
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-banner{ }
.lh-banner .text{position:absolute; left:0;width:100%;justify-content: center; display:flex; align-items:center; top:0; bottom:0; z-index:2;     padding:0 0 0 0;}
.lh-banner .text div.text_con{ width:100%; justify-content: center; display:flex; align-items:center; flex-direction: column; color: #fff;}
.lh-banner .text .nname{font-weight:bold; }
.lh-banner .text .nname>*>*{position:relative; top:-2px;}
.lh-banner .text .name{margin-bottom:10px; line-height: 1;font-family: 'gilroy_bold'; ;}
.lh-banner .text .name2{margin-top:50px; font-weight: lighter;}
.lh-banner .bd .l-imgs{transition: ease 1s;}
.banner-hd{position:absolute;  z-index:10; height:2px;}
.banner-hd li{width:8px; height:8px; background:#fff; border-radius:0; margin:10px 4px; opacity:.5; transition:var(--transition); border-radius: 4px;}
.banner-hd li.on{opacity:1;}

.head{position: absolute;border-bottom: 1px solid rgba(255,255,255,.1);   z-index:10;height: 100px; width:100%; padding:0 3%;  left:0;top:0; transition: 0.3s; display: flex;justify-content: space-between; align-items: center;}
a.lh-logo{display: flex; align-items: center;}


.lh-logo{position:relative; height:53px; z-index:3; }
.header-r{position:fixed; right:2vw; top:39px; z-index: 12;}
.lh-logo img{height:inherit; width:auto; transition:var(--transition);}
.lh-logo .logo2{ opacity:0; display: none;}
.header5 .lh-logo .logo2{ opacity:1;display: block}
.header5 .lh-logo .logo1{ opacity:0;display: none}
.head.head5{ background: #0e74e6;}
.head.header2{ background: rgba(0,0,0,.4);}
.head.head5.header2{ border-bottom:1px solid  rgba(255,255,255,.1);}
.nav-btn{margin-left:30px; display:flex; align-items:center; z-index:3; position:relative;}
.nav-btn em{width:50px; white-space:nowrap; display:block;}
.header-r a:hover em{color: #0e74e6;}

.nav_box_6 {display: none;}


.slide-down{width:550px; height: 72px; background: url(../images/icon1.png) no-repeat center; background-size: cover; position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); z-index:3; align-items: center; justify-content: center; text-align: center;display: flex;}
.slide-down a{display: flex;align-items: center; justify-content: center;  flex-direction: column;}
.slide-down i{display: block; width: 14px; height: 20px; border-radius: 14px; border:1px solid currentColor; margin:0 auto 4px; position: relative;}
.slide-down i::before{content: ''; display: block; width: 1px; height: 4px; background-color: currentColor; position: absolute; left: 50%; top: 4px; animation: down linear 1s infinite;}
@keyframes down{
	0%,100%{transform: translateY(0);}
	50%{transform: translateY(4px);}
}

#banner {width:100%; position:relative; z-index:0; overflow:hidden;}
#banner .txt .main{width:90%;margin:0 auto}
#banner .txt .main2{width:100%; padding:0 10% 0 55%}
#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:center;  }
#banner .txt div.yea{  transform:translateY(200px);opacity:0;transition:all 0.3s; width:25px;height: 4px;background: #0e74e6; margin:  0 0 35px 0;  }
#banner .txt p{font-size:4rem; transform:translateY(200px);opacity:0;transition:all 0.6s;  color: #fff; font-weight: bold;}
#banner .txt strong{font-size:2.4rem; color:#fff; font-weight:normal;  transform:translateY(200px);opacity:0;transition:all 0.9s; display: block; margin:10px 0 0 0;}
#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin:30px 0 0 0  }
#banner .swiper-slide-active .txt .yea,#banner .swiper-slide-active .txt p,#banner .swiper-slide-active .txt strong,#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:0.5s;}
#banner .swiper-slide .pic {position:relative; z-index:1; height:100vh;}
#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s; }
.viewmore {position: relative;}
.viewmore a{pointer-events: all; display: block;width: 190px; font-size:1.1rem;line-height:45px;   color:#fff; border:2px solid #fff;border-radius: 10px;  position: relative;transition:all 0.3s; text-align: center;margin:55px 0 0 0 }
.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px;  }
.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0; height:100%; transition:0.6s all;}
.viewmore a:hover:after{width:100%; left:0;}
#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;opacity: 1.0; font-size:0;}
#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px; }
#banner .swiper-pagination{bottom:20px;}


.nav_en{width:65%;  display:flex;justify-content:space-between;align-items: center;}
.index_nav3{ width:85%;  display:flex;justify-content:space-between;align-items:center;-webkit-align-items:center;z-index: 999; }
.index_nav3 li{line-height:100px; text-align: center; display: flex; justify-content: center; align-items: center; }
.index_nav3 li.index_p2{ position: relative;}
.index_nav3 li a.aa{color:#fff;font-size:1.1rem;display:block; position: relative;   }
.index_nav3 li a.bb{color:#222;font-size:1.1rem;display:block; position: relative;   }
.index_nav3 li a.aa:hover{text-decoration:none;font-weight: bold; }
.index_nav3 li a.bb:hover{text-decoration:none;font-weight: bold; }
.index_nav3 li a.aa:after{width:0;height:2px;background: #fff;content: '';position: absolute;left:0;bottom: 0; transition: 0.3s;}
.index_nav3 li:hover a.aa:after{width:100%;}
.relative{position: relative;box-shadow: 0 0 45px rgba(0,0,0,0.2);}
.head.header2 .index_nav3 li a.bb{color:#fff;  }

.nav_en .en{   width:118px;border: 1px solid rgba(255,255,255,.3); border-radius: 20px; text-transform: uppercase;}
.nav_en .en.en2{    border: 1px solid #0e74e6; }
.nav_en .en a{ color: #fff; position: relative;display: flex;justify-content: center;align-items: center;height: 38px;}
.nav_en .en a:before{content:'';width:18px;height: 18px;background: url(../images/qq.png); margin:0 15px 0 0;}
.nav_en .en.en2 a{ color: #0e74e6;  }
.nav_en .en.en2 a:before{ background: url(../images/qq2.png); margin:0 15px 0 0;}

.son{ position: absolute; z-index: 1; top: 100%; width: 100%; left: 0; box-sizing: border-box;	display: none; border-top: 0 solid #f3f3f3;}
.son .s_width{display: flex;    justify-content: space-between;width:100%;background:rgba(0,0,0,.4);align-items: center; padding:0 5%}
.son .son_pic{width:50%;padding: 55px 0;}
.son .son_pic img{width:100%;display: block;}
.son .son_l{width:40%; display: flex;justify-content: flex-start; flex-wrap:wrap; align-items: flex-start; }
.son .son_l.son_l2{width:100%; padding: 45px 0 0 0;}
.son .son_l strong{ display: block;width:100%;    text-align: left; color: #fff;font-size: 1.5rem;line-height: 2; margin: 0 0 25px 0;}
.son .son_l strong span{ padding:0 0 0 10px;font-weight: lighter; text-transform: uppercase;color: #333;}
.son .son_l i{display: block;font-size: 1rem;line-height: 2; color: #333; text-align: left; margin: 0 0 45px 0;}
.son dl{width:100%; display: flex;justify-content: center; flex-wrap:wrap;  }
.son .son_l.son_l2 dl{width:100%; display: flex;justify-content: center; flex-wrap:wrap;  }
.son .son_l.son_l2 dt{width:15%; display: flex; line-height: 75px; text-align: center; margin: 0 0 25px 0; }
.son dt a{line-height: 3;font-size: 1.1rem; color:#fff;  padding: 0 0;  display: block;  }
.son dt a:hover{color: #fff;font-weight: bold;}
.son dt a div{width:100%;}
.son dt a div img{width:50%;display: block; margin:0 auto}
.son dd{width:25%; display: flex; line-height: 75px; text-align: center; margin: 0 0 25px 0; }
.son dd a{line-height: 3;font-size: 1.1rem; color:#222;  padding: 0 0;  display: block; border: 1px solid rgba(0,0,0,.1); padding: 0 35px;  }
.son dd a:hover{color: #0e74e6;font-weight: bold;}

/*footer*/
.footer{ background: #11192e }
.footer .s_width:nth-child(1){ padding:75px 0 75px 0 ; display:flex;justify-content:space-between}
.footer strong{ display: block; font-size:1.5rem; line-height:2; color:#fff; margin-bottom:25px; font-weight: normal; }
.footer strong a{ display: block; font-size:1.5rem; line-height:2; color:#fff; }
.footer strong a:hover{color: #fa561d;}
.footer i{ width:30px;height:1px; background:#fa561d;display: block; margin-bottom:25px;}
.footer .f_logo{display: flex;justify-content: flex-start;flex-direction: column; align-items: flex-start;}
.footer .f_logo  a{ width:180px;line-height: 50px; transition: 0.3s; background: #fa561d; font-size: 1.1rem; color: #fff; border-radius: 35px; margin: 25px 0 0 0; position: relative; padding:0 29px 0 35px;}
.footer .f_logo  a:after{ content: '';background: url(../img/swt_more.png) no-repeat; width:20px;height: 12px;position: absolute;right:30px;top:17px;transition: 0.3s;}
.footer .f_logo  a:hover:after{right:25px;}
.footer .f_logo  a:hover{padding:0 29px 0 35px;}

.footer .f_fenlei{  }
.footer .f_fenlei2{  }
.footer .f_fenlei2 li{ line-height:3; width:100%; text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei2 li a{ color:#eee;font-size:1.1rem;  display: block}
.footer .f_fenlei2 li a:hover{ color:#fff;}
.footer .f_fenlei div{  }
.footer .f_fenlei li{ line-height:2.3;   text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei li a{ color:#eee;font-size:1rem;  display: block}
.footer .f_fenlei li a:hover{ color:#fff;}
.footer .f_fenlei2 dd{ line-height:2; width:100%; text-align:left;margin:0 0 0 0 ;}
.footer .f_fenlei2 dd a{ color:#eee;font-size:1rem;  display: block}
.footer .f_fenlei2 dd a:hover{ color:#fff;}
.footer .f_fenlei p{ line-height:2.5; padding:0 0 0 25px;}
.footer .f_fenlei p a{ color:#e2e2e2;font-size:1rem;  display: block}
.footer .f_fenlei p a:hover{ color:#fff;}
.footer .f_erweima{     text-align: left;}
.footer .f_erweima .fp{  font-size: 1rem;line-height: 2.5;color: #eee;display: block;width: 100%;}
.footer .f_erweima div{padding:0 0 25px 0}
.footer .f_erweima div p{font-size: 1.2rem;line-height: 1.7;color: #fff;  font-weight: bold; }
.footer .f_erweima div span{display: block;line-height: 1.5; color: #fff; font-size:2.1rem; font-family: "gilroy_bold";}
.footer .f_erweima dl{ display: flex;justify-content:space-between;}
.footer .f_erweima dd{ display: flex;justify-content: center; align-items: center;flex-direction: column;}
.footer .f_erweima dd p{ line-height: 2.5; color: #eee; font-size: 0.9rem; text-align: center;width: 100%;}
.footer .f_erweima dd img{ text-align: center; width:95%; max-width:80px; display: block;}
.footer_p{line-height:2;  font-size:1rem; color:#b3b3b3;border-top:1px solid rgba(255,255,255,0.1);padding:35px 0;  }
.footer_p div:nth-child(2){text-align:right;  }
.footer_pp{ display: flex;justify-content: space-between; align-items: center;}
.footer_p a{ color:#b3b3b3}
.footer_p a:hover{ color:#fff}
.footer_p img{ vertical-align: middle; display: inline-block;}
.zhizhao{ text-align: center;}
.pro{ background: url(../images/bl.jpg) repeat-x left bottom; padding:65px 0 65px 0}
/* b_title2 */
.b_title2{padding:0 0 20px 0; position: relative;  }
.b_title2 div.prot{position: relative; z-index: 2; text-align: center;}
.b_title2 div.prot p{color: #171716; font-size: 2.2rem; line-height: 1.4;}
.b_title2 div.prot span{color: #0e74e6;font-size: 3.5rem; line-height: 1.5; font-weight: bold;} 
.b_title2 a{width:210px; line-height:54px;color: #fff; transition: 0.3s; border-radius: 40px;font-size: 1.05rem; padding:0 29px;position: relative; background: #0e74e6;}
.b_title2 a:after{ content: '';background: url(../images/solj2.png) no-repeat; width:26px;height: 20px;position: absolute;right:40px;top:17px;transition: 0.3s;}
.a_line{ height: 1px;background: rgba(0,0,0,.05); }
.b_title2 a:hover:after{right:45px;}
.b_title2 a:hover{padding:0 34px;}
/* p_list */
.s_width2{padding:55px 0;display: flex;justify-content: space-between; flex-wrap: wrap;}
.p_list2{width:32%;background: #fff;  }
.p_list2 li {width: 100%;margin:0 0 16px 0;display: block;position: relative; transition: all linear 0.3s; overflow: hidden;}
.p_list2 li .p_pic{width:97%;margin:15% auto 15% auto;}
.p_list li .p_pic{width:42%; position:relative;  z-index: 1; margin:45px auto 35px auto}
.p_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.p_text{text-align: center; padding:10px 15px 25px 15px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.p_text strong{ font-size:1.5rem;line-height: 2; color: #2a2a2a;}
.p_text p{ font-size:1.3rem;line-height: 1; color: #7e7e7e; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; font-family: 'Manrope-Bold';}
.p_list{ width:67%; display: flex;justify-content:space-between;flex-wrap:wrap;}
.p_list li {width: 49%;margin:0 1% 16px 0;display: block;position: relative; transition: all linear 0.3s;background: #fff;    overflow: hidden;}
.p_list li:nth-child(3){ margin:0 1% 0 0;}
.p_list li:nth-child(4){ margin:0 1% 0 0;}
.p_list li a{display: block;}
.p_list li a:hover img{ transform:scale(1.05,1.05);}
.p_list2 li a:hover img{ transform:scale(1.05,1.05);}
a.a_more{width:210px; display:block;margin:0 auto;line-height: 65px;font-size: 1.5rem;color: #fff; padding:0 0 0 35px ;border-radius: 40px;background:#0b63e6 url(../img/swt_more.png) no-repeat right 25px center;}
a.a_more:hover{  font-weight: bold;}



/* product */
.product{  background:#fff url(../images/bg.jpg) no-repeat center top;display: flex;justify-content: space-between; position: relative;}
.pro_title_a{width:20%; background: #1da8bc url(../images/zhengbo.png) no-repeat right center;padding:125px 0 ;;display: flex;justify-content: space-between;}
.pro_title_a div:before{  content:''; position: absolute;left:15px; top:17px; width:1px;height:90%; background:rgba(255,255,255,0.5) }
.pro_title_a a{  display: block; font-weight: normal; font-size: 1.2rem; line-height:40px; color: #fff; padding-left:2.6rem;width: 100%;  transition: 0.3s;position: relative ;}
.pro_title_a a:hover{font-size: 1.4rem; font-weight: bold; }
.pro_title_a a:before{ content:''; position: absolute;left:0px; top:5px; width:0.95rem;height:0.95rem;border-radius:0.95rem;  background: #fff;border: 8px solid #1da8bc;}
.pro_title_a a:hover:before{ background: #222;}
.pro_title_a div{width:55%;margin:0 auto;display: flex;justify-content: space-between;flex-direction: column; align-items: center;position: relative ;} 



/* about2 */
.about2{background:url(../images/bili.jpg) no-repeat center top; background-size: cover;padding:65px 5%;display: flex;justify-content: space-between;align-items: center; flex-wrap: wrap;}
.about3{ background:#eff8ff url(../images/kehubg.jpg) no-repeat left bottom; display: block;padding:65px 5% 155px 5%;  background-size: 100%;}
.about3 .s_width5{display: flex;justify-content: space-between;align-items: center; flex-wrap: wrap; padding:75px 0 0  0}
.about_l{width:56%}
.about_l.about_l2{width:44%}
.about_l.about_l3{width:56%}
.cy_title i{width:20px;height: 3px;background: #7ade19; display: block; margin:0 0 45px 0}
.cy_title strong{font-size:3rem;color: #fff;line-height:1.5; display: block;}
.cy_title h1{font-size:3rem;color: #222;line-height:1.5; display: block;}
.cy_title span{font-size:2.4rem;color: #fff;line-height:1.2; display: block}
.about_p{ font-size:1.15rem;color: #fff;line-height:2; margin:50px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;}
.about_l.about_l2 .about_p{color: #555; font-size:1.2rem;  }
.about_l.about_l3 .about_p{color: #555; font-size:1.2rem;  }
.about_r{width:30%;position: relative;z-index: 4;overflow: hidden; }
.about_r div { width:160px;height: 160px;border-radius: 35px; background: #fff;left:50%;top:50%;margin:-80px 0 0 -80px; position: absolute; z-index: 2;  display: flex;justify-content: center;align-items: center; }
.about_r div img{width:110px}
.about_r.about_r2{width:50%;border-radius: 25px;position: relative; overflow: hidden;}
.about_r.about_r3{width:39%;border-radius: 25px;position: relative; overflow: hidden;}
.about_r img{ display: block;width:100%; }
.about_a a{color: #fff;display: block; width:230px;line-height: 60px;background:#0e74e6; padding:0 0 0 10%;font-size:1.05rem;  margin:55px 0 0 0;border-top-left-radius: 15px;border-top-right-radius: 55px;border-bottom-right-radius: 55px; border-bottom-left-radius: 45px; position: relative; transition: 0.3s;}
.about_a a:after{width:14px;height:14px;border-radius: 7px;background: #fff;position: absolute;left:9%;top:25px; content: '';}
.about_a a:hover{  padding:0 0 0 8%; }
/* case_t */
.case_t{display: flex;justify-content: space-between;align-items:center; margin-bottom:65px; position: relative;}
.case_t .s_width{display: flex;justify-content: space-between;align-items:center;  }
.case_t a{width:200px; line-height:55px;font-size: 0.18rem;color: #333;  border:2px solid  #19338b;text-align: center;transition: 0.3s; border-radius: 10px;}
.case_t a:hover{ color: #333; }
.case_title p {color: #24273f;font-size: 3.2rem; font-weight: bold; line-height: 1.7;}
.case_title p strong{color: #0e74e6;}
.case_title div{color:#252525;font-size: 1.5rem; }
.case_title span{color:#0e74e6;font-size: 3rem; text-transform: uppercase;opacity: 0.1; font-family:'gilroy_bold' ; }
.case_title {  position: relative;}
.swiper-button{ position: relative;}
/* yingyong */
.yingyong{padding:85px 0 80px 0;background:url(../images/ybg.jpg) no-repeat center top; background-size: cover;}
.yingyong_c{display: flex;justify-content: space-between;align-items: center; flex-wrap: wrap; margin:0 0 0 5%}
.yingyong_c_l{width:25%;padding:0 2% 0 0}
.yingyong_c_l p{ font-size: 1.35rem;color: #333;line-height: 2;}
.yingyong_c_l a{color: #0e74e6;display: block; width:213px;line-height: 60px;border:2px solid #0e74e6; padding:0 0 0 10%;font-size:1.25rem;  margin:55px 0 0 0;border-radius: 45px; position: relative; transition: 0.3s;}
.yingyong_c_l a:after{width:20px;height:12px; position: absolute;right:20px;top:25px; background:url(../images/jian.png) ;content: '';}
.yingyong_c_l a:hover{background: #0e74e6;color: #fff;}
.yingyong_c_l a:hover:after{width:20px;height:12px; position: absolute;right:20px;top:25px; background:url(../images/jian2.png) ;content: '';}
.carousel-230426003-pc .sty1 {width:74%;  }
.carousel-230426003-pc .sty1 .swiper-slide { width: 60%; margin: 0 1% 0 0.1%; position: relative;border-radius: 30px;overflow: hidden;;}
.carousel-230426003-pc .sty1 .swiper-slide img.swiper-slide-pic {  width: 100%; display: block; transition:  0.3s;position: relative; z-index: 1;}
.carousel-230426003-pc .sty1 .swiper-slide a { display: block; overflow: hidden}
.carousel-230426003-pc .sty1 .swiper-slide .title {position: absolute;left: 0;bottom: 0; font-weight: normal; color: #fff;font-size:1.5rem; width:100%; height:100%; background: url(../images/hhbg.png) repeat-x left bottom; text-align: center; z-index: 3; display: flex;justify-content: center;align-items: flex-end; padding:0 0 25px}
.carousel-230426003-pc .sty1 .swiper-slide:hover img.swiper-slide-pic { transform: scale(1.1)}
.carousel-230426003-pc .swiper-button { width: 130px; height: 52px;  }
.carousel-230426003-pc .swiper-button span { width: 52px; height: 52px; display: block;  z-index: 2; background:#222222; border-radius: 50%; transition: all linear 0.3s; cursor: pointer}
.carousel-230426003-pc .swiper-button span:nth-child(1) {  background:#0e74e6; }
.carousel-230426003-pc .swiper-button span:before {content: "";display: block;position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: all linear 0.3s}
.carousel-230426003-pc .swiper-button span:hover {background:#6bc712}
.carousel-230426003-pc .swiper-button .swiper-button-prev { }
.carousel-230426003-pc .swiper-button .swiper-button-prev:before {background: url(../images/carousel-230426002-pc_swiper_button.png) left bottom no-repeat}
.carousel-230426003-pc .swiper-button .swiper-button-prev:hover:before {background: url(../images/carousel-230426002-pc_swiper_button.png) left bottom no-repeat}
.carousel-230426003-pc .swiper-button .swiper-button-next:before {background: url(../images/carousel-230426002-pc_swiper_button.png) right bottom no-repeat}
.carousel-230426003-pc .swiper-button .swiper-button-next:hover:before {background: url(../images/carousel-230426002-pc_swiper_button.png) right bottom no-repeat}

@media screen and (max-width: 1440px) {
	.carousel-230426003-pc .sty1 .swiper-slide .title{font-size:1.3rem ;padding: 16px 26px;}
    
}
@media screen and (max-width: 1200px){
	.carousel-230426003-pc{padding-top: 0 }
	.carousel-230426003-pc .sty1 .swiper-slide{width: 75%;}
	.carousel-230426003-pc .sty1 .swiper-slide .title{font-size:1rem ;  }
	.carousel-230426003-pc .swiper-button{width:103px}
	.carousel-230426003-pc .swiper-button{width:110px;height: 40px;}
	.carousel-230426003-pc .swiper-button span{width:40px;height: 40px;}
	.carousel-230426003-pc .swiper-button .swiper-button-prev:before{background: url(../images/carousel-230426002-pc_swiper_button.png) -7px -58px no-repeat}
	.carousel-230426003-pc .swiper-button .swiper-button-next:before{ background: url(../images/carousel-230426002-pc_swiper_button.png) right -5px bottom -5px no-repeat;}
}
/* chang */
.chang{padding:65px 0}
/* sw12 */
.sw12out {position: relative;width: 100%; padding:25px 0 0 }
#sw12 { }
#sw12 .swiper-slide {width: 550px;}
.sw12out .swiper-pagination {left: 0;bottom: 0;width: 100%;font-size: 0;}
.sw12out .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%;}
.sw12out .swiper-pagination-bullet-active { }
.sw12out .sw-next,.sw12out .sw-prev {position: absolute;top: 48%;width: 52px;height: 52px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw12out .sw-prev {left: 5%;background:#4896ed url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw12out .sw-next {right: 5%;background:#4896ed url('../images/jt_r.png') center no-repeat; background-size: 10px;}
.sw12out .sw-prev:hover { background:#0e74e6 url('../images/jt_l.png') center no-repeat; background-size: 10px; }
.sw12out .sw-next:hover { background:#0e74e6 url('../images/jt_r.png') center no-repeat;background-size: 10px;}
#sw12 .swiper-slide{display: block;position: relative;  }
#sw12 .swiper-slide a{display: block;position: relative; overflow: hidden;  }
#sw12 .swiper-slide .pic5 {width: 100%;  position: relative;margin: 0 auto;overflow: hidden;}
#sw12 .swiper-slide .pro_text {width: 100%;  text-align: center;color: #141b28; font-size:1.2rem; line-height: 4rem;}

.sw12out.sw13out #sw12 .swiper-slide .pic5 {width: 100%;  position: relative;margin: 0 auto;overflow: hidden; border-radius: 0;}

#sw12 .swiper-slide .wz { text-align: center;color: #2d2d2d; opacity: 1; }
#sw12 .swiper-slide .wz strong{ color: #1f2436; display: block; font-size:1.2rem;line-height: 2; text-align: center; font-weight: normal; opacity: 1;transition:0.4s ease;}
#sw12 .swiper-slide .wz i{ color: #555; display: block; font-size:1.5rem;line-height: 2; text-align: center;  }
#sw12 .swiper-slide .hover{position: absolute;left:0;top:0; width:100%;height:100%;z-index: 2; background: url(../images/huise.png) repeat-x left bottom; opacity: 0.5;}
#sw12 .swiper-slide img { width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; opacity: 0.9;-o-object-fit: cover;object-fit: cover; }
#sw12 .swiper-slideimg{  }
#sw12 .swiper-slide:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
#sw12 .swiper-slide-active img {opacity: 1;}
@media screen and (max-width: 960px) {
	#sw12 .swiper-slide {width: 100%;}
	.sw12out .sw-next, .sw12out .sw-prev{width:40px;height: 40px;}
	.sw12out .sw-prev {left: 5%;background:#4896ed url('../images/jt_l.png') center no-repeat; background-size: 7px;}
	.sw12out .sw-next {right: 5%;background:#4896ed url('../images/jt_r.png') center no-repeat; background-size: 7px;}
	.sw12out .sw-prev:hover { background:#0e74e6 url('../images/jt_l.png') center no-repeat; background-size: 7px; }
	.sw12out .sw-next:hover { background:#0e74e6 url('../images/jt_r.png') center no-repeat;background-size: 7px;}
}
@media screen and (max-width: 750px) {
	.sw12out .sw-prev {left: 5%;}
	.sw12out .sw-next {right: 5%;}
}
#sw12 .swiper-slide-active .wz strong{ font-weight: bold;  opacity: 1;}


@media screen and (max-width: 750px) {
	.sw12out .sw-prev {left: 5%;}
	.sw12out .sw-next {right: 5%;}
}

/* index-title */
.index-title{text-align:center;position:relative;margin:55px 0;padding: 0 0 25px 0;}
.index-title i{width:40px;height: 3px;background: #0e74e6; display: block;margin: 0 auto 25px auto;;}
.index-title strong.a_strong{color: #0e74e6; font-size: 3.5rem; }
.index-title strong span{color: #222;   }
.index-title div.a_p{color: #3f3f3f;font-size:1.7rem;  line-height: 2; }
.index-title div.a_p2{color: #fff;font-size:1.8rem;  line-height: 2; }
.index-title3{ margin:0 0; padding: 85px 0 45px 0;}

/*a_title*/
.a_title{padding:0 0 60px 0; position: relative; display: flex;justify-content: space-between; align-items: center;}
.a_title .index-title{margin:0 0;padding: 0 0 0 0; text-align: left;}
.a_title a{width:210px; display:block;line-height: 55px;font-size: 18px;color: #333; padding:0 0 0 15px ;border-radius: 10px;border:2px solid #d4dbe0; background: url(../img/jian.png) no-repeat right 15px center;}
.a_title a:hover{  font-weight: bold;}
/*news*/
.news{padding:80px 0 80px 0; background:#f1f9ff;}
.news_con{ display: flex;justify-content: space-between; }
.news_con li{ width:31.5%; position:relative; background: #fff;  }
.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:25px 5% 25px 5%; }
.news_con .newsleft_text strong{ display:block; font-size:1.5rem; font-weight: normal;  color:#111; line-height:1.8;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:2;  overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:25px 0 0 0}
.news_con li span{ display:block; color:#4c4c4c; line-height:2;font-size: 1.1rem; text-transform: uppercase; margin: 0 0 15px 0; font-family: 'Manrope-Bold';}
.news_con li span em{  color:#4c4c4c;  font-size: 1.6rem; padding:0 15px 0 0 ; font-family: 'Manrope-Bold';}
.news_con li:hover .newsleft_text strong{color: #0e74e6; font-weight: bold;}
/* ibcate */
.ibcate {	position: absolute;	left: 0;	top: 50%;	z-index: 3;	width: 100%;	color: #fff;	text-align: center;	margin-top: -8px;  }
.ibcate .bg {	position: absolute;	left: 50%;	top: -232px;	z-index: 0;	width: 560px;	height: 560px;	background: url('../images/huan.png') center no-repeat;	margin-left: -280px;
opacity: 0.1;	-webkit-animation: rotate360 120s linear infinite;			animation: rotate360 120s linear infinite;  }
.ibcate .cn,  .ibcate .en {	position: relative;	z-index: 2;  }
.ibcate .cn {	font-size: 2.5rem;	line-height: 54px;	font-weight: bold;  }
.ibcate .en {	font-size: 4rem;	line-height: 74px;	text-transform: uppercase;	font-family: "gilroy_bold";}
@media screen and (max-width: 1440px) {
	.ibcate{top:50%}
	.ibcate .bg{width: 400px;	height: 400px; background-size: 100%;margin-left: -200px;top: -140px;}
	.ibcate .cn {	font-size: 2rem;	}
	.ibcate .en {	font-size: 3rem;}
}
@media screen and (max-width: 1200px) {
.ibcate {	  margin-top: 0;top: 50%;	}
.ibcate .cn {	  font-size: 30px;	  line-height: 46px;	}
.ibcate .en {	  font-size: 50px;	  line-height: 60px;	}
}
@media screen and (max-width: 750px) {
.ibcate .cn {	  font-size: 24px;	  line-height: 36px;	}
.ibcate .en {	  font-size: 24px;	  line-height: 1.5;	}
}
@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

@-webkit-keyframes rotateY360
  {0%{-webkit-transform:rotateY(0deg);}
  100%{-webkit-transform:rotateY(360deg);}
}@-moz-keyframes rotateY360
  {0%{-moz-transform:rotateY(0deg);}
  100%{-moz-transform:rotateY(360deg);}
}@-ms-keyframes rotateY360
  {0%{-ms-transform:rotateY(0deg);}
  100%{-ms-transform:rotateY(360deg);}
}@keyframes rotateY360
  {0%{transform:rotateY(0deg);}
  100%{transform:rotateY(360deg);}
}



/* se_nav_shili2 */
.se_nav_shili2{ display: flex;justify-content:center;   padding:65px 8% }
.se_nav_shili2 li{  position: relative; width:calc(100%/6); margin:0 0.65rem;}
.se_nav_shili2 li a{  display: block; }
.se_nav_shili2 li a p{ font-size:1.1rem; color:#333;  line-height:2 ; transition: 0.3s; text-align: center; display: block; font-weight: bold; }
.se_nav_shili2 li a:hover p{  text-decoration: none; font-weight: bold;  color: #0e74e6; }
.se_nav_shili2 li.on a p{  font-weight: bold; }
.se_nav_shili2 li div{width:85px; margin: 0 auto 10px auto; border-radius: 10px;position: relative; overflow: hidden;; }
.se_nav_shili2 li div img{width:100%;display: block; }
.se_nav_shili{ display: flex;justify-content:center;   position: absolute;bottom: 5vh;left:0;width: 100%; }
.se_nav_shili li{  position: relative; width:180px; margin:0 0.65rem;}
.se_nav_shili li a{  display: block; }
.se_nav_shili li a p{ font-size:1.2rem; color:#fff;  line-height:2 ; transition: 0.3s; text-align: center; display: block; margin:25px 0 0 0 }
.se_nav_shili li a:hover p{  text-decoration: none; font-weight: bold;  }
.se_nav_shili li.on a p{  font-weight: bold; }
.se_nav_shili li div{width:63px;height:68px; }
.se_nav_shili li:nth-child(1) div{ background: url(../img2/ca.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(2) div{ background: url(../img2/cb.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(3) div{ background: url(../img2/cc.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(4) div{ background: url(../img2/cd.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(5) div{ background: url(../img2/ce.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(6) div{ background: url(../img2/cf.png) no-repeat center center; margin:0 auto}
.se_nav_shili li:nth-child(7) div{ background: url(../img2/cg.png) no-repeat center center; margin:0 auto}



/* chanpin_con */
.chanpin_con{ padding:0 0 65px 0}
.chanpin_con ul{ display: flex;justify-content:flex-start; flex-wrap: wrap}
.chanpin_con li{ width: calc(100%/3 - 25px);    margin: 0 25px 15px 0;position:relative;cursor:pointer; transition: 0.3s; overflow: hidden; background: #f9f9f9; padding:45px 0 15px 0}
.chanpin_con li:nth-child(3n){margin: 0 0 15px 0;}
.chanpin_con li a{display: block;}
.chanpin_con .pro_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.chanpin_con li:hover .pro_pic img{ transform:scale(1.05,1.05);}
.chanpin_con .pro_pic{ width:50%;margin:0 auto; position:relative ; z-index: 1; }
.chanpin_con .pro_text{ padding:25px 5px 35px 5px; text-align: center; position: relative; z-index: 2;}
.chanpin_con .pro_text strong{color:#111; font-size:1.4rem;line-height: 2; display: block;}
.chanpin_con .pro_text p{ color:#515151; font-size:1.1rem; border:1px solid rgba(0,0,0,0.2);width:150px;margin:10px auto 0 auto; line-height: 45px;border-radius: 55px; text-align: center;}
.chanpin_con .pro_bg{ position: absolute;left:0;bottom: 0;width:100%;height:100%;background: url(../images/cpbg.png) repeat-x left bottom; opacity: 0.7;}



/* youshi */
.youshi.youshi2{  border-bottom: 2px solid #555; }
.youshi_l{ }
.youshi_l p{font-size: 3.4rem;color: #0e74e6; line-height: 0.7; font-family:'gilroy_bold' ; padding: 0 0 45px 0; text-transform: uppercase;}
.youshi_l p span{font-size: 5rem; display: block;}
.youshi_l strong{font-size: 2.5rem; display: block;color: #292926;  }
.youshi_l span{font-size: 2rem; display: block;color: #292926;font-weight: normal; }
/* i_part2  */
.index_con {position:relative;overflow:hidden; padding:75px 0}

.sAbout-culture-list {padding:50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sAbout-culture-list .col {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 1em;
    font-size: var(--x20);
    width: calc(24.25% - 10px);
    -webkit-transition: all 480ms ease-out 0s;
    transition: all 480ms ease-out 0s;
}
.sAbout-culture-list .col.on {
    width: 51.5%;
}
.sAbout-culture-list .col .pic {
    height: 45rem;
    z-index: -1;
    pointer-events: none;
    background-color: #4073c2;
}
.sAbout-culture-list .col:hover .pic img{transform:scale(1.05,1.05);}
.figure, .img, .pic, .vm {
    position: relative;
    overflow: hidden;
    display: block;
}
.pic>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: inherit;
    width: 100%!important;
    height: 100%!important;
    max-width: none!important;
    max-height: none!important;
}
.pic>img, .videoBg, img.bg, img.fixedbg, img.mask {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.scs img, .scst img {
    -webkit-transition-duration: 330ms;
    transition-duration: 330ms;
}
.sAbout-culture-list .col .pic._loaded+.txt {
    -webkit-transform: none!important;
    transform: none!important;
    -webkit-transition: all 320ms ease-out .2s;
    transition: all 320ms ease-out .2s;
    opacity: 1;
    visibility: visible;
}
.sAbout-culture-list .col .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
display: flex;justify-content: center;flex-direction: column;align-items: center;
    flex-direction: column;
    font-size: 2rem;
    padding: .9rem .8rem;
    color: #fff;
}
.sAbout-culture-list .col .txt .icon {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;

}
.scs img, .scst img {
    -webkit-transition-duration: 330ms;
    transition-duration: 330ms;
}
.icon {
    -webkit-transition: all 80ms ease-out 0s;
    transition: all 80ms ease-out 0s;
    -o-object-fit: contain;
    object-fit: contain;
}
.sAbout-culture-list .col .txt .p1 {
    line-height: 1.25;
    margin-top: .4rem;
    margin-bottom: 1rem; font-weight: bold;
}
.sAbout-culture-list .col .txt p {
    font-size:1.2rem;
    line-height: 1.5;
}
/* i_part2 end */

/* keshi */
.keshi{padding:35px 0 85px 0;background: #f6f7f9 url(../img/hbg.jpg) no-repeat center top;}
.keshi .s_width{ }

.keshi_pic{width:100%; position:relative; overflow:hidden; z-index: 1;}
.keshi_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.keshi_text{text-align: center; padding:35px 35px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.keshi_text strong{ font-size:1.7rem;line-height: 5rem; color: #1ba1b4;}
.keshi_text p{ font-size:1rem;line-height: 1.7rem; color: #7d8090; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.keshi_text i{width:130px;border: 1px solid rgba(0,0,0,.1); line-height: 2.6rem;font-size: 1rem;color: #7d8090;font-style: normal;margin: 25px 0 0 0; border-radius: 33px;}
.sty6 { position: relative;width:100%;padding:0 0 55px 0 }
.sty6 .swiper-container {width: 100%; }
.sty6 .swiper-slide {width: 25%;margin:0 25px 0 0;display: block;position: relative; overflow: hidden;transition: all linear 0.3s;background: #fff;}
.sty6 .swiper-slide:nth-child(2n) { background: #f0f4f7;}
.sty6 .swiper-slide:hover{ background: #1ba1b4;}
.sty6 .swiper-slide:hover img{ transform:scale(1.05,1.05);}
.sty6 .swiper-button {width: 42px;height: 42px;position: absolute;top: 50%;margin-top: -21px;z-index: 2;background: rgba(0,0,0,0.1);border-radius: 50%;text-align: center;line-height: 42px; cursor: pointer;transition: all linear 0.3s}
.sty6 .swiper-button:hover {background: rgba(0,0,0,0.5)}
.sty6 .swiper-button-prev {left: 0}
.sty6 .swiper-button-next {right: 0}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1023px){
    .sty6{margin-top: 10px}
}

.se_banner_bg2{position: absolute;width: 100%;height: 100%;top:0;left:0;background:url(../images/banner_bg2.png) repeat; z-index: 2;}
.se_banner_bg{position: absolute;width: 100%;height: 100%;top:0;left:0;background: rgba(0,0,0,0.2); z-index: 2;}
.se_banner_bg3{position: absolute;width: 100%;height: 100%;top:0;left:0;background: rgba(0,0,0,0.4); z-index: 2;}




.se_espcms_book3{ padding:0 0  0 0; background:url(../img/cpbg.jpg) no-repeat center bottom;background-size: cover;}
.se_pro_pic_text{display: flex;justify-content: space-between; align-items: center; flex-wrap: wrap; height: 100vh;padding:15vh 0 0 0 }
.se_bg_pic{width:50%;  padding:0 0 35px 0;}
.modal-footer{ margin:0 auto 0 auto;width:90%;}
.espcms_pro_photo li{ width:17%; margin:0 5px 0 0; text-indent:0;float: left;}
.espcms_pro_photo li img{width:100%; background: #fff  }
.modal-dialog{  }
.se_bg_pic img{width:50%;margin: 0 auto; display: block}
.se_pro_text_pp{width:50%;padding:45px 5% 45px 0;   display: flex;justify-content: center;flex-direction: column}
.se_pro_text_pp i{display: block;}
.se_pro_text_pp .se_pro_summary{font-size: 1.8rem;color: #222;text-align: center;}
.se_pro_text_pp .span_a{ display: block; width:100%;height:1px;background: rgba(255,255,255,0.1);margin:35px 0 0 0 }
.se_pro_text_pp h1{ line-height:2; font-size: 3rem; font-weight: bold;  text-transform: uppercase;color: #333; margin: 0 0 0 0; text-align: center;}
.se_pro_text_pp ul{display: flex;justify-content:center;align-items: center; flex-wrap: wrap;padding: 65px 0;}
.se_pro_text_pp li{ text-align: center; width:22%;padding: 0 0 25px 0;}
.se_pro_text_pp li div { display: flex;width: 135px;height: 135px;margin: 0 auto 15px auto; border-radius: 75px;border: 2px solid rgba(0,0,0,.1); justify-content: center;align-items: center;}
.se_pro_text_pp li div img{  width: 75px; }
.se_pro_text_pp li p{ color: #333;line-height: 3rem;font-size: 1.5rem;}
.se_pro_text_pp li span{ color: #666;line-height: 1.9rem;font-size: 1rem;}
.p_jieshao2{width:100%; padding: 35px 0;margin: 15px 0 0 0;}
.p_jieshao2 p{color: #666;line-height: 1.9rem;font-size:0.97rem; }
.p_jieshao2 p strong{font-size: 1.2rem;display: block; color: #444; line-height: 3rem;}

.se_pro_b{padding:85px 0;}
.se_pro_b_title{font-size:2.5rem;color: #333;line-height: 1.5; margin:0 0 75px 0; text-align: center;  }
.se_pro_b_title2{font-size:2.5rem;color: #333;line-height: 1.5; margin:0 0 75px 0; text-align: center;  }
.se_pro_a_text p img{display:block;margin:0 auto; width:100%;max-width:800px}
.se_pro_a_text p strong{display:block; font-size:1.4rem;color:#333;line-height: 4; border-bottom: 1px solid rgba(0,0,0,0.1); margin: 0 0 25px 0;}
.se_pro_b .s_width{display: flex;justify-content:space-between; align-items: flex-start;}
.se_pro_b .se_pro_a_text {width:100%}
.se_pro_b img{width:25%;display: block; position: sticky;top:5%;}
.se_pro_b table{border: 1px solid #666;border-collapse: collapse;font-size: 14px;color: #666;width:100%;}	
.se_pro_b th, .se_pro_b td{border: 1px solid #666;line-height: 2;padding:8px 0;border-collapse: collapse;text-align:center;font-size: 1rem;	}
.se_pro_b .se_pro_a_text p{ font-size:1rem;color: #555; line-height: 2rem; }
.se_pro_c{padding:85px 0; background: #f5f5f5;}
.se_pro_a_text ul{display:flex;justify-content: flex-start;padding:45px 0 0 0}
.se_pro_a_text li{ display:flex;justify-content:center;flex-direction: column;align-items: center; padding:0 35px 0 0}
.se_pro_a_text li div{width:90px;height:90px;border-radius: 45px;border:2px solid #00a597; display: flex;justify-content: center;align-items: center;}
.se_pro_a_text li span{ font-size: 1.1rem;color: #111;line-height:1.5rem;padding:15px 0;  display: block;}
	

.se_pro_b .se_pro_a_text p{ font-size:1.1rem;color: #555; line-height: 2.2rem; }
.se_pro_b .se_pro_a_text p strong{font-size:1.5rem;}
.se_pro_b_title{ margin:0 0 25px 0; text-align: center }
.se_pro_b_title p{font-size:3rem;color: #444;line-height: 1.5; margin:0 0 0 0; text-align: center;font-weight: bold; }
.se_pro_b_title span{font-size:2rem;color: #ccc;line-height: 2; margin:0 0 55px 0; text-align: center;display: block; text-transform: uppercase;  }


/* se_news */
.se_news{padding:0 0 25px 0; line-height: 35px; font-size: 1rem; color:#666; }
.se_newslist2{ display: flex;justify-content: flex-start; padding:0 0 25px 0;flex-wrap: wrap;}
.se_newslist2 li{width:31%;margin:0 3.4% 45px 0;   overflow:hidden; cursor: pointer;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
.se_newslist2 li:nth-child(3n){ margin:0 0 45px 0; }
.se_newslist2 a{  display:flex;justify-content:space-between;align-items: center; flex-direction: column; line-height:42px; border-bottom:1px solid rgba(0,0,0,0.1); transition: 0.5s;}
.se_newslist2 a .se_newslist2_pic{width:100%; overflow: hidden;}
.se_newslist2 a .se_newslist2_pic img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block}
.se_newslist2  li:hover a .se_newslist2_pic img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_newslist2 a .se_newslist2_text{width:100%; padding:25px 0}
.se_newslist2 span{ display:block; line-height:3rem; color:#333; font-size:1.5rem;text-transform:uppercase; font-weight: lighter; font-family: 'gilroy_bold';}
.se_newslist2 span em{   font-size:1.1rem; font-style: normal;  padding:0 0 0 25px}
.se_newslist2 .se_newslist2_t{ line-height:28px; color:#222; margin:10px 0 10px 0; font-size:1.5rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.se_newslist2 p{ display:block; line-height:2; color:#666; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin:20px 0; font-size: 1.1rem;}
.se_newslist2 li:hover .se_newslist2_t{color:#0e74e6; font-weight: bold;}



/* sw11 */
.sw11out {position: relative;width: 100%;  }
#sw11 { }
#sw11 .swiper-slide {width: 550px;}
#sw12 .swiper-slide {width: 750px;}
.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: 48%;width: 52px;height: 52px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px; }
.sw11out .sw-prev {left: 5%;background:#ddd url('../images/jt_l.png') center no-repeat; background-size: 10px;}
.sw11out .sw-next {right: 5%;background:#ddd url('../images/jt_r.png') center no-repeat; background-size: 10px;}
.sw11out .sw-prev:hover { background:#0e74e6 url('../images/jt_l.png') center no-repeat; background-size: 10px; }
.sw11out .sw-next:hover { background:#0e74e6 url('../images/jt_r.png') center no-repeat;background-size: 10px;}
#sw11 .swiper-slide{display: block;position: relative; background: #fff; padding:35px 0}
#sw11 .swiper-slide a{display: block;position: relative; }
#sw11 .swiper-slide .pic5 {width: 50%;  position: relative;margin: 0 auto; }
#sw11 .swiper-slide .pro_text {width: 100%;  text-align: center;color: #141b28; font-size:1.2rem; line-height: 4rem;}

.sw11out.sw13out #sw11 .swiper-slide .pic5 {width: 100%;  position: relative;margin: 0 auto;overflow: hidden; border-radius: 0;}

#sw11 .swiper-slide .wz { text-align: center;color: #2d2d2d; opacity: 1;margin:25px 0 0 0 }
#sw11 .swiper-slide .wz strong{ color: #1f2436; display: block; font-size:1.2rem;line-height: 3; text-align: center; font-weight: normal; opacity: 1;transition:0.4s ease;}
#sw11 .swiper-slide .wz i{ color: #555; display: block; font-size:1.5rem;line-height: 2; text-align: center;  }
#sw11 .swiper-slide .hover{position: absolute;left:0;top:0; width:100%;height:100%;z-index: 2; background: url(../images/huise.png) repeat-x left bottom; opacity: 0.5;}
#sw11 .swiper-slide img { width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; display: block; opacity: 0.9;-o-object-fit: cover;object-fit: cover; }
#sw11 .swiper-slideimg{  }
#sw11 .swiper-slide:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
#sw11 .swiper-slide-active img {opacity: 1;}
@media screen and (max-width: 960px) {
	#sw11 .swiper-slide {width: 40%;}
}
@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}
#sw11 .swiper-slide-active .wz strong{ font-weight: bold;  opacity: 1;}


@media screen and (max-width: 750px) {
	.sw11out .sw-prev {left: 5%;}
	.sw11out .sw-next {right: 5%;}
}


.jiameng{ padding:85px 0 85px 0; background: #f3f3f3;}
.star-list3 {
    overflow: hidden;
    margin: 0 -8px
}

.star-list3 li {
    float: left;
    width: 20%
}

.star-list3 li .item {
    margin: 0 8px 16px;
    background-color: #fff;
    padding: 60px 0 45px;
    text-align: center
}
@keyframes radiusRotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.star-list3 li .item:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.star-list3 li .item img {
    display: block;
    height: 50px;
    margin: 0 auto 25px;    transition: .3s;
}

.star-list3 li .item p {
    font-size: 1.5rem;
    color: #333;
    line-height: 2;
    margin-bottom: 18px
}

.star-list3 li .item span {
    font-size: 1rem;
    color: #666;
    line-height: 2;
    display: block
}



/* se_contact_t */
.se_contact_t{padding:50px 0;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom: 55px;}
.se_contact_t strong{display: block;font-size: 2.5rem;color: #191b51;line-height: 5.6rem;;}
.se_contact_t p{display: block;font-size: 1rem;color: #555;line-height: 2.3rem;}
.se_contact_li{margin:85px auto; display: flex;justify-content:space-between; flex-wrap:wrap;}
.se_contact_li li:nth-child(1){width:28%;position: relative; }
.se_contact_li li:nth-child(2){width:40%;position: relative; }
.se_contact_li li strong{  font-size:1.3rem; color:#222;line-height:4rem; font-weight: bold;width:110px}
.se_contact_li li span{ font-size:1.2rem; color:#555;line-height:4rem;}
.se_contact_li li p{ border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom: 20px;;display: flex;justify-content: flex-start;}
.se_contact_li li.se_contact_er{display: flex;justify-content:flex-end; text-align: center; align-items: center; }
.se_contact_li li div b{display: block;font-size: 1rem; color:#777;line-height:2.6rem;font-weight: normal;}
.se_contact_li li div{width:160px;height:160px;border: 1px solid rgba(0, 0, 0, .1); margin-left: 0.95rem;}
.se_contact_li li div img{display: block;width:105px;margin: 10px auto 0 auto;}
/* se_liuyan */
.se_liuyan{ margin:80px 0 0 0;}
.message{overflow: hidden; font-size:15px; line-height:31px; color:#333;margin:0 auto 80px auto; border:1px solid #eee; padding:50px 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%}
.se_title{ display: flex;justify-content: center;align-items: center;padding:0 0 45px 0;}
.font_44 h2{font-size: 3rem;font-weight: bold;color:#0e74e6;text-align: center; }
.font_44 p{ font-size:1.1rem;line-height:40px;color:#5d5d5d; text-align: center;}
.liu_con{overflow: hidden; }
.layui-input{padding: 0 3px 0 10px;float: left; width:31%;overflow: hidden;border:none;border:1px solid #eee;font-size: 16px;color: #666;line-height: 60px; margin: 0 2% 2% 0;}
.footer_r_con .layui-input{ float: none; width:100%;}
.layui-textarea{padding:1%;font-size: 16px;color: #666;line-height: 35px;  width: 100%;border:1px solid #eee; margin-bottom: 3%;}
.layui-btn{ display:block; background: #333; 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;}

.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: #F60;  }
.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;  }


/*video*/
.nn_banner{width:100%; position: relative;overflow: hidden; display: flex;justify-content: center;background:  url(../img/video.jpg) no-repeat center top; background-size: cover;}
.nn_banner .mm_bg2{top: 0;height: 100%;width: 100%;background:rgba(0,0,0,.2); z-index:2;position: absolute}
.m_bg{top: 0;height: 100%;width: 100%;background:  url(../images/hhbg2.png) no-repeat left top; z-index:4;position: absolute}
.nn_banner_wenan{width:100%;height:320px;position: absolute;top:50%;margin-top:-160px; z-index: 4; overflow: hidden; display: flex;justify-content: space-between;flex-direction: column; align-items: center}
.nn_banner_wenan i{display: block; width:100px;height:2px; background: #fff;}
.nn_p{font-size:29px;color: #ffffff;text-shadow: 3px 3px 3px rgba(0,0,0,0.8);font-weight: bold;}
.nn_banner_img{width: 100%;height:100%; z-index: 1; overflow: hidden;}
.nn_text{ width:100%;position: relative;text-align: center}
.video {width:100%;position: relative;overflow: hidden;}
.video video{width:100%; z-index:1;position: relative;display: block;}
.ind_ban_tex {	position:absolute;width:86%;height:500px;left:50%;margin-left:-43%;top:50%;margin-top:-250px;transform:translateY(0%); text-align: center; z-index: 3;display: flex;justify-content:center;flex-direction: column; align-items: flex-start;}
.ind_ban_tex  a{width:204px;line-height: 60px; font-size:1.3rem;color: #fff;display: block;   border-radius: 35px;font-weight:lighter; background: #0e74e6;border: #0e74e6 1px solid;  margin:65px 0 0 0; transition: 0.3s;}
.ind_ban_tex  a:hover{ background: none;border: #fff 1px solid; }

.banner3{ }
.banner3 .ind_ban_tex_title{font-size: 4rem;color: #fff; font-weight: bold;line-height:1.5;}
.banner3 .ind_ban_tex_info{font-size:2.7rem;color: #fff;font-weight: bold;line-height:1.5; margin:0 0 55px 0}
.banner3 dl{ width:60%;margin: 0px auto 0 auto;display: flex;justify-content: center; opacity:1; transform:translateY(50px)}
.banner3 dd{ }
.banner3 dd img{width:144px; border-radius: 72px;display: block;margin:0 15px;}

/*banner*/
.slide-main{position: relative; z-index: 1;}
.slide-main .prev,.slide-main.next{display: block; position: absolute; z-index: 222; bottom: 40%; overflow: hidden; cursor: pointer;/*background-color: rgba(165,165,165,0.4);*/}
.slide-main .prev img,.slide-main .next img{ margin: 10px 0 0 5px;}
.slide-main .prev{left: 50px;}
.slide-main .next{right: 50px;}
.slide-main .item{display: block; width: 100%; height: 0.95rem; position: absolute; z-index: 124; bottom:2.6rem; left: 0; text-align: center;}
.slide-main .item a{display: inline-block; width: 0.95rem; height: 0.95rem; margin-right: 0.95rem; background: #fff; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=60); overflow: hidden; border-radius: 50px;}
.slide-main .item a.cur{background: #21a098; /*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;}



.index_prot{display: flex;justify-content: space-between; align-items: center;  padding:0 0 45px 0}
.product .pro_title p{ font-size: 60px; color: #91b721; line-height:75px;}
.product .pro_title p strong{  color: #1d2088;}
.product .pro_title div{  font-size:2.6rem; color:#c7c6c6;  line-height: 35px; font-weight: lighter;}





/* pro */
.pro2{padding:60px 0 65px 0;background: #fff}
/* a_title */




.BMap_bubble_title{font-size:1.1rem;font-weight: bold;}
.BMap_bubble_content{font-size:0.9rem;line-height: 1.5rem;}


/*se_banner*/
.se_banner{width:100%; position: relative;overflow: hidden; height: 90vh;}
.se_banner_a{  background: #fff;}
.se_banner_a2{  height:60vh}          
.se_banner_img{width: 100%;height:100%; overflow: hidden;}
.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.05); transform: scale(1.05); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.05); transform: scale(1.05); }
    to { -webkit-transform: scale(1); transform: scale(1); }
} /* img缩小效果（banner） */
.page_box{padding:0 0 0 40px;color:#555;background: url(../images/di.png) no-repeat left center ; line-height: 90px;}
.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/di.png) no-repeat left center ; line-height: 90px;}
.se_weizhi{border-bottom:1px solid rgba(0,0,0,0.05); }
.se_weizhi .s_width{display: flex;justify-content:space-between;}




/* huise */
.huise{background: #f7f7f7;padding:80px 0 50px 0}
.huise2{background: #f4f4f4;padding:80px 0 50px 0}

.case3{padding:80px 0 50px 0}
.huise4{background: #eff9ff url(../images/pp.jpg) no-repeat center top;padding:50px 0 50px 0}
.case2 .list{ display: flex; justify-content:flex-start; flex-wrap: wrap; }
.case2 .list::after{ content: ""; width: 475px; }
.case2 .list .item{ width:47%;height:auto; margin: 0 3% 25px 0;position:relative;overflow:hidden;background:#fff;cursor:pointer;}
.case2.case3 .list .item{ width:49%;height:auto; margin: 0 1% 25px 0; }
.case2.case4 .list .item{ width:24%;height:auto; margin: 0 1% 25px 0; border-top-left-radius: 0;border-bottom-right-radius: 0;}
.case2.case5 .list .item{ width:32%;height:auto; margin: 0 1% 25px 0; }
.case2 .list .item .img{ position: relative; width: 100%; overflow: hidden; }
.case2 .list .item .img2{ position: relative; width: 100%; overflow: hidden;border: 1px solid rgba(0,0,0,.08); }
.case2 .item .text{ box-sizing: border-box; }
.case2 .item h4{ padding: 1.5rem 0 12px; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case2 .item:hover h4{ color: #333; }
.case2 .item p{ font-size: 12px; color: #999; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; }
.case2 .page{ padding-top: 0px; }

.case2 .list .item .pro_pic{ width:100%;margin:0 auto 0 auto; position:relative; overflow:hidden; padding:0 0 }
.case2.case3 .list .item .pro_pic{ padding:0 0 }
.case2 .list .item .pro_pic img{display: block; width:100%; margin: 0 auto; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.case2.case3 .list .item .pro_pic img{ width:100%; }
.case2 .list .item:hover div img{ transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

.case2 .list .item .pro_pic div{ width:100%; position:relative; overflow:hidden; z-index: 1}
.case2 .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}
.case2 .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){
	.case2 .list::after{ }
	.case2 .list .item{ }
	.case2 .item h4{ padding: 20px 0 10px; }

}
@media (max-width:1200px){
	.case2 .list .item{ margin-bottom: 20px; }
	.case2 .item h4{ padding: 1rem 0 8px; }
}
@media (max-width:991px){
	.case2 .list::after{ width: 48%; }
	.case2 .list .item{ width: 48%; }
	.case2 .item h4{ padding: 13px 0 6px; }
}
@media (max-width:768px){
	.case2{ padding-top: 0.95rem; }
	.case2 .list .item{ margin-bottom: 2.6rem; }
	.case2 .item h4{ font-size: 1.1rem; }
}
@media (max-width:480px){
	.case2{ padding-top: 10px; }
	.case2 .list{ justify-content: center; }
	.case2 .list::after{ display: none; }
	.case2 .list .item{ width: 47%; margin-bottom: 0.95rem; }
	.case2 .list .item .pro_text{font-size: 0.95rem;line-height: 1.6rem;    margin: 10px 10px 10px 10px;}
}
@media (max-width:375px){
	.case2 .list .item{ width: 100%; }
}





.baise{background: #fff;padding:50px 0 50px 0}

.se_espcms_book{padding:0 0 0 0; background: #fff}
.se_espcms_book2{padding:2.6rem 0;}
.se_espcms_book2 h1{ line-height:70px; margin: 0; text-align: center;font-size: 2.5rem;}
.se_espcms_book2 .se_date{ font-size:0.95rem; line-height:38px; padding: 0 0 2.6rem 0 ;text-align: center}
.se_tel{padding:2.6rem 0 0 0}
.miaoshu{ line-height:95px; padding:0 0 0 0; color:#ebc120; font-size:36px;  margin:0 0 25px 0; position: relative; font-weight: bold}
.miaoshu i{ position: absolute;left:0;bottom:0;width:50px;height:2px; background: #ebc120}
.th_pro_con {overflow: hidden; font-size:0.95rem; line-height:31px; color:#666;  margin-bottom:2.6rem;  padding:2.6rem 0; }
.th_pro_con table{border: 1px solid #666;border-collapse: collapse;font-size: 1rem;color: #666;width:100%;}	
.th_pro_con th, .th_pro_con td{border: 1px solid #666;line-height: 2.5rem;border-collapse: collapse;text-align:center;	}
.se_info{ width:100%; margin:2.6rem 0 0 0; padding:0 0 2.6rem 0}
.info_content{ font-size:1rem; line-height:2.1rem; color:#666;}
.info_content img{ max-width:650px;display: block;margin: 5px auto;}
.info_content  strong{ display: block;font-size: 1.6rem;color: #1da8bc; line-height: 65px;margin-top: 35px; margin-bottom:25px;border-bottom: 1px solid rgba(0, 0, 0, .06);padding:0 0 0 45px;background: url(../images/banner-icon.png) no-repeat left center;}

.fenye{width: 80%; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 47px;}




.er_title div strong{ color: #fff}
.se_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:1.6rem;font-weight:700;text-align:center;color:#fff;text-shadow:0 0 8px #e24627;box-shadow:0 2.6rem 2.6rem 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: 1rem;}
.message_t div.niu{color:#fff;font-weight: bold;font-size: 45px; }

.se_espcms_page{font-size:0.95rem; margin-bottom:2.6rem; border:1px solid #eee; padding:2.6rem 2.6rem; display:flex;flex-direction:row;justify-content:space-between;}
.se_espcms_page li{width:50%;}
.se_espcms_page li a{color:#666;font-size:0.95rem;}
.se_espcms_page li a:hover{color:#1264d4;text-decoration:none;}
.th_news_con{overflow: hidden; font-size:0.95rem; line-height:31px; color:#666; margin-bottom:2.6rem; border:1px solid #eee; padding:2.6rem 50px;}

.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:-550px;
	top: 50%;margin-top:-320px;
	width: 1100px;
	height: 640px;
	-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: 1.5rem;
	z-index: 50;transition:.4s all;
}
.x-btn:hover {
transform: rotate(360deg); -webkit-transform: rotate(360deg);
	color: #fff;
}

.join_back{ }
.join_back a{ display: block;width:150px;height:51px;line-height: 51px;margin:0 auto; font-size: 16px;background: #0e74e6;color: transparent;color: #fff; text-align: center; border-radius: 10px;}


@media only screen and (max-width:1800px){ 
	.s_width{width:92%;}
	.s_width3{width:92%;}
	.b_title2 div.prot p{font-size: 2.2rem; }
}
@media only screen and (max-width:1750px){ 
	.se_nav_shili2 li a{font-size:1rem;}
	.t1 div {	font-size: 2.5rem;}
	.about_p{font-size:1.05rem;}
	.footer strong{font-size:1.4rem;}
	.footer strong a{font-size:1.4rem;}
	.news_con .newsleft_text strong{font-size:1.3rem;}
}
@media only screen and (max-width:1650px){
	.se_nav_shili2 li a{font-size:1rem;}
	.sty5 .swiper-slide .wz{    padding: 0 35px 25px 35px;}
	.b_title2 div.prot span{font-size: 3rem;}
	.b_title2 div.prot p{ font-size:1.8rem;}
	.p_text strong{ font-size: 1.3rem;}
	a.a_more{width: 210px;line-height: 45px;font-size: 1.3rem;}
	.cy_title strong{    font-size: 2.5rem;}
	.cy_title span{font-size: 2.1rem;}
	.case_title p{font-size: 2.8rem;}
	.yingyong_c_l p{font-size: 1.15rem;}
	.index-title strong.a_strong{  font-size: 2.8rem; }
	.index-title div.a_p{ font-size:1.5rem;  }
	.cy_title h1{  font-size: 2.8rem; }
	.sAbout-culture-list .col .txt{ font-size:1.7rem;  }
	.se_newslist2 .se_newslist2_t{ font-size:1.4rem;  }
	.youshi_l strong{font-size: 2.3rem;   }
.youshi_l span{font-size: 1.8rem;   }
}

@media only screen and (max-width:1440px){
	.youshi_l p{font-size: 3rem; padding: 0 0 45px 0; }
	.youshi_l strong{font-size: 2rem;   }
	.youshi_l span{font-size: 1.4rem;  }
	.chanpin_con .pro_text strong{	font-size: 1.2rem;}
	.head{padding:0 2%}
	.news_con li span em{font-size: 1.3rem;}
	.b_title2 div.prot span{font-size: 2.5rem;}
	.b_title2 div.prot p{ font-size:1.5rem;}
	.se_contact_li{margin: 55px auto;}
	.son dt a{line-height: 2.5;font-size: 1rem;}
	.son dt{ line-height: 45px; text-align: center; margin: 0 0 15px 0; }
	.son dd{width:33%;}
	.son .son_l{width:45%}
	.son .son_l i{line-height: 1.7;}
	.se_pro_text_pp h1{line-height: 1.5; font-size: 2rem;}
	.se_pro_text_pp li div{    width: 100px; height: 100px;}
	.se_pro_text_pp li div img{width: 45px;}
	.se_pro_text_pp li p{    font-size: 1.35rem;}
	.se_pro_text_pp ul{padding:35px 0}
	.se_pro_b_title p{font-size: 2.2rem; }
	.se_pro_b_title2{font-size: 2rem; margin: 0 0 45px 0;}
	.sty6{    padding: 0 0 0 0; }
	.sty6 .swiper-slide{width:33%}
	.keshi{background: #f6f7f9 url(../img/hbg.jpg) no-repeat center bottom;}
	.lh-banner .text .name{    margin-bottom: 10px;}
	.footer .f_erweima div span{    font-size: 1.7rem;}
	.chanpin_con .pro_text p{    font-size: 1.1rem;}
	.t1 div{    font-size: 2.3rem;}
	.index-title strong.a_strong{ font-size: 2.4rem; }
	.index-title div.a_p{ font-size: 1.5rem; }
	.se_contact_li li p{    padding:0 0 15px 0}
	.se_contact_li li strong{  font-size: 1.2rem;}
	.footer .f_erweima div p{font-size: 1.2rem;}
	.about_p{    font-size: 1rem; line-height: 1.9;}
	.about_l.about_l3 .about_p{    font-size: 1rem;  margin:30px 0 0 0;}
	.about_l.about_l2 .about_p{    font-size: 1rem;     margin: 0 0;}
	.about3 .s_width5{align-items: flex-start;}
	.sty9 .swiper-slide{width: 580px;}
	.news_con .newsleft_text strong{font-size:1.3rem;}
	.se_newslist li{width:100%;margin: 0 0 45px 0;}
	.se_newslist a .se_newslist_pic{width: 26%;}
	.se_newslist a .se_newslist_text{width: 70%;}
	.index_nav3 li a.aa{ font-size:1rem;}
	.index_nav3 li a.bb{ font-size:1rem;}
	.header .logo_tel p i{font-size: 1.1rem;}
	.header li a{font-size: 1rem;}
	.header .logo img{max-width: 150px;}
	.c_title span{ width: 60%;    font-size: 1rem;}
	.c_title p{font-size: 2.2rem;}
	.se_newslist2 .se_newslist2_t{font-size: 1.2rem;}
	.se_newslist2 p{font-size: 1rem;}
	.se_espcms_book2 h1{font-size: 1.8rem;}
	.font_44 h2{font-size: 2.3rem;}
	a.a_more{    line-height: 55px; font-size: 1.35rem;}、
	.wp {    width: 96%;}
	.case_title span{    font-size: 2rem;}
	.case_title div{    font-size: 1.4rem;}
	.case_t{flex-wrap: wrap;}
	.case_title p{font-size: 2.3rem;}
	.yingyong_c{    margin: 0 0 0 4%;}
	.p_text p{font-size: 1.05rem;}
	.p_text strong{font-size: 1.3rem;}
	.cy_title strong{font-size: 2.3rem;}
	.cy_title h1{font-size: 2.3rem;}
	.cy_title span{font-size: 2rem;}
	.cy_title i{		margin: 0 0 25px 0;}
	.about_a a{width:220px;padding: 0 0 0 15%;    margin: 35px 0 0 0;}
	.about_a a:hover{width:225px;padding:0 0 0 13%;}
	.banner3 .ind_ban_tex_title{font-size: 3rem; }
	.banner3 .ind_ban_tex_info{font-size:2rem; }
	
	.ind_ban_tex a{margin: 40px 0 0 0; font-size: 1.1rem; width: 174px; line-height: 50px;}
	.yingyong_c_l p{font-size: 1.15rem; line-height: 1.7;}
	.yingyong_c_l a{    width: 173px; line-height: 50px; padding: 0 0 0 5%; font-size: 1.15rem;}
	.yingyong_c_l a:after{top: 20px;}
	.yingyong_c_l a:hover:after{ top:20px; background:url(../images/jian2.png) ;content: '';}

	.index_nav3{    width: 81%;}
	.sAbout-culture-list .col .txt{font-size: 1.5rem;}
	.sAbout-culture-list .col .pic{    height: 30rem;}
}
@media only screen and (max-width:1200px){ 
	.banner3 .ind_ban_tex_title{    font-size: 1.5rem;}
	.banner3 .ind_ban_tex_info{    font-size: 1.2rem;margin: 0 0 15px 0;}
	.ind_ban_tex a{ margin:  15px  0 0 0; font-size: 0.95rem;		width: 144px; line-height: 40px;}
	.ind_ban_tex{height: 100%;top:0;margin-top: 0;align-items: center; display: none;}
	.nn_banner .mm_bg2{display: none;}
	.video video{ width:100%;}
	.cy_title h1{    font-size: 1.5rem;}
	.se_banner{height: 30vh;}
	.ibcate .bg{ width: 160px; height: 160px;margin-left: -80px;top: -47px;}
	.news_con .news_pic{display: none;}
	.chang{padding:35px 0}
	.case_t{margin-bottom: 25px;}
	.yingyong{padding:35px 0}
	.yingyong_c_l {width:100%}
	.yingyong_c_l a{margin: 25px 0 15px 0;width: 143px;}
	.carousel-230426003-pc .sty1{width:100%}
	.case_title p{font-size: 1.5rem;}
	.about2{    padding: 35px 2%;}
	.about_con {flex-direction: column; }
	.about_r.about_r3{width:100%;margin:20px 0 0 0}
	.about_l.about_l3{width:100%;}
	.about3 .s_width5{    padding: 0 0 0 0; flex-wrap: wrap;}
	.about3 .s_width5.s_width6{ flex-direction: column-reverse;}
	.about_r{width:100%;margin:20px 0 0 0}
	.about_l{width:100%;}
	.about_r.about_r3 img{width:100%;}
	.about_r.about_r2{width:100%;margin: 25px 0 0 0;}
	.about_r.about_r2 img{width:100%;}
	.about_l.about_l2{width:100%;}
	.about_p{  font-size:1rem;line-height:1.9rem;-webkit-line-clamp: 14;}
	.about_a a{ margin: 25px 0 0 0;}
	.about_r img{width:50%;margin:0 auto}
	.p_list2{width:100%; margin:0 0 15px 0}
	.p_list2 li .p_pic{width:50%;margin:25px auto 0 auto;}
	.p_list{width:100%;}
	.p_text{padding: 10px 15px 10px 15px;}
	a.a_more{    font-size: 1.25rem;}
	.cy_title strong{font-size: 1.5rem;}
	.cy_title span{ font-size: 1.3rem;}
	.a_title a{width:150px;margin:15px 0 0 0}
	.p_text p{font-size: 0.95rem;}
	.p_text strong{font-size: 1.2rem; line-height: 1.5;}
	.b_title2 div.prot span{ font-size:1.5em;}
	.b_title2{flex-wrap: wrap;    padding: 20px 0 20px 0;}
	.b_title2 a{margin-top:20px;    width: 170px;}
	.b_title2 i{ font-size: 3rem;}
	.b_title2 div.prot p{    font-size: 1.1rem;}
	.se_contact_li{padding:35px 0 35px 0; margin: 0 auto;}
	.se_contact_li li:nth-child(1){width:100%}
	.se_contact_li li:nth-child(2){width:100%}
	.news_con .newsleft_text strong{font-size: 1.1rem; font-weight: bold;}
	.keshi2{padding:45px 0 25px 0}

	.p_list li{width:48%;margin: 0 1% 15px 0; }
	.se_pro_b img{width:65%}
	.se_pro_text_pp h1{    font-size: 1.5rem;}
	.se_bg_pic{width:100%;padding: 0 0 15px 0;}
	.se_pro_text_pp{width:100%;padding: 25px 0 25px 0;}
	.se_pro_text_pp li{ padding: 0 0 8px 0;width: 27%;}
	.se_pro_text_pp li div{width: 80px; height: 80px;margin: 0 auto 0 auto;}
	.se_pro_text_pp li p{    font-size: 1.1rem;}
	.se_pro_text_pp li div img{    width: 30px;}
	.se_pro_text_pp ul{padding:20px 0 0 0;}
	.se_pro_b_title p{    font-size: 1.5rem;}
	.se_pro_b_title span{    font-size: 1.1rem;    margin: 0 0 0 0;}
	.se_pro_b_title2{    font-size: 1.5rem;}
	.se_bg_pic img{width:70%}
	.se_pro_pic_text{    padding: 5vh 0 0 0;}
	.se_pro_text_pp .se_pro_summary{    font-size: 1.1rem;}
	.se_contact_li li p{flex-wrap: wrap;}
	.se_contact_li li strong{width:100%;line-height: 2;}
	.se_contact_li li span{width:100%;line-height: 2;}
	.se_contact_li li.se_contact_er{display: none;}
	.se_banner_a{height: 35vh;}
	.se_banner_a2{height: 65vh;}
	.se_nav_shili{display: none;}
	.se_cage {padding:35px 0 0 0}
	.info_content img{width: 100%;}
	.index-title3{    padding: 35px 0 25px 0;}
	.case2.case4 .list .item{    width: 47%;}
	.pro{padding:35px 0 25px 0;}
	.page{padding: 25px 0;}
	.page .s_width2{flex-direction: column-reverse;}
	.footer .f_fenlei div{display: flex;justify-content:flex-start;;}
	.footer .f_fenlei div li{ width:33%}
	.index_con{height: auto; padding:25px 0}
	.sAbout-culture-list{padding: 10px 0 0 0;}
	.sAbout-culture-list .col{width:100%;margin:0 0 10px 0}
	.sAbout-culture-list .col.on{width:100%}
	.sAbout-culture-list .col .pic{    height: 14rem;}
	.sAbout-culture-list .col .txt{font-size: 1.2rem;}
	.sty6 .swiper-slide{width:50%}
	.se_nav_shili2 li div{    width: 60px;}
	.se_nav_shili2 {padding: 0 0 35px 0;  justify-content: center;   flex-wrap: wrap;}
	.se_nav_shili2 li{width:33%;margin:0 0 10px 0}
	.se_nav_shili2 li a{font-size:0.95rem;  line-height: 36px;}
	.se_nav_shili2 li a p{font-size:1.1rem;     line-height:1.5;}
	.about{     padding: 25px 0;  background-size:500%;}
	.about_p{    margin: 20px 0 20px 0;}

	.a_line{    margin: 0 0 0 0;}
	.chanpin_con li{    width: 48%; margin: 0 1% 15px 0;}
	.chanpin_con li:nth-child(3n){  margin: 0 1% 15px 0;}
	.chanpin_con .pro_text p{font-size: 1rem;}
	.chanpin_con .pro_text strong{	font-size: 1.1rem;}
	.chanpin_con .pro_text{padding:15px 5px 5px 5px;}
	
	.index-title{    margin: 0 0 35px 0;}
	.index-title strong.a_strong{ font-size: 1.7rem; }
	.index-title div.a_p2{ font-size: 1.4rem; }

	.index-title div.a_p{ font-size:1.1rem;  }
	.a_title{flex-direction: column; align-items: center;}
	.a_title .index-title{ text-align: center;}
	.news_con{flex-direction: column;}
	.footer .s_width:nth-child(1){ flex-wrap: wrap;padding: 35px 0 0 0;}
	.footer strong{font-size: 1.2rem;line-height: 1.5;}
	.footer .f_fenlei{width:100%; padding:0 0 25px 0;margin: 0 0 25px 0;border-bottom:1px solid rgba(255,255,255,.1)}
	.footer .f_fenlei li a{font-size: 0.95rem;}
	.footer .f_fenlei2 li a{font-size: 0.95rem;}
	.footer .f_fenlei li{line-height: 2}
	.footer .f_fenlei2{width:100%;}
	.footer .f_logo{display: none;}
	.footer_p div:nth-child(2){text-align: center;}
	.footer .f_erweima{width:100%;padding:0 0 25px 0;margin: 0 0 25px 0;border-bottom:1px solid rgba(255,255,255,.1)}
	.footer .f_erweima dl{justify-content: flex-start;align-items: center; display: none;}
	.footer_p{    border-top: 0 solid rgba(255,255,255,0.1);    padding:0 4% 55px 4%; flex-direction: column; text-align: center;}
	.footer strong a{font-size: 1.2rem;}
	.f_fenlei2{display: none;}
	.index_nav3{display: none;}
	.header{display:none;}
	.productshow_con{display: block;}
	.s_width{width:96%;}
	.s_width2{width:96%;padding: 25px 0;}
	.s_width3{width:96%;}
	.news_con3{display: block;}
	.news_con li{width: 100%; margin:  0 0 15px 0;}
	.none{display:block;}
	.block{display:none;}
	
	.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:12px; margin: 0 5px 0 0;}
	.huise{padding: 25px 0 25px 0;}
	.case2 .list .item:nth-child(2n){    margin: 0 0 25px 0;}
	.case2.case5 .list .item{width:47%}
	.youshi_l p{font-size: 1.5rem;padding: 0 0 15px 0;}
	.youshi_l strong{font-size: 1.5rem;}
	.youshi_l span{font-size: 1.1rem;}
	.page_box{line-height: 25px; font-size: .95rem; }
	.se_weizhi{padding:8px 0}
	.se_pro{padding: 65px 6px 25px 6px;}
	.se_pro h1{font-size: 1.5rem;line-height: 5rem;}
	.se_pro a{width: 130px;}
	.se_pro_a{display: flex;justify-content: space-between; flex-direction: column; align-items: center;padding:35px 8px;background: #f5f5f5;}
	.se_pro_a .info_pic{width:100%;}
	.se_pro_a .se_pro_a_text{width:100%; padding:15px 0 0 0}
	.se_pro_a_icon img{width:55px}
	.se_pro_a .se_pro_a_text strong{font-size: 1.5rem;    line-height:4rem;}
	.se_pro_a_text li span{font-size: 1rem;}
	.se_pro_b_title{font-size: 1.5rem;margin: 0 0 25px 0;}
	
	.se_pro_c{padding:25px 0 65px 0;}
	#sw11 .swiper-slide .pic{border-radius: 15px;}
	.sw11out .sw-next, .sw11out .sw-prev{width: 42px;		height: 42px;}
	
	.page_box2 .s_width{line-height: 25px;}
	.se_espcms_book2 h1{font-size: 1.4rem;}
	.th_news_con{padding: 1rem 10px;}
	.se_espcms_page{flex-direction: column;padding: 15px;}
	.se_espcms_page li{width:100%}
	.se_nav_shili li a{ font-size:1rem; line-height:2.5rem;}
	.se_nav_shili{    padding:25px 0 5px 0; flex-wrap: wrap;    justify-content: space-around; width:95%;margin:0 auto }
	.se_nav_shili li{width:32%; margin:0 0 10px 0}
	.page_box2{padding:8px 0;    font-size: 0.95rem;}
	.th_news_con{ text-indent:0; }
	.se_con .info_content_t{width:95%; margin: 0 auto;}
	.se_con .info_content{width:95%; margin: 0 auto;}
	.se_con .s_width{flex-direction: column;}
	.th_pro_con{padding: 45px 0;margin-bottom: 30px;}
	.se_con .info_content_t strong{font-size: 22px;line-height:28px;}
	.se_con .info_content_t span{font-size: 19px;}
	.swtbtn img{width:100%}
	.c_title{padding:0 0 30px 0;}
	.c_title p{font-size: 1.5rem; line-height: 3rem;}
	.c_title span{font-size: 1rem; width:90%;margin: 0 auto;}
	.yuan_pic img{width:90%;margin: 0 auto;}
	.yuanliao{padding: 35px 0;}
	.news{padding:37px 0 30px 0;}
	.news_con2{display: none;}


	.lh_75{    height: 15px;}
	.se_espcms_book3{padding:70px 0 0 0;}
	.huise9{padding: 0 0 20px 0;}
	.se_pro_pic2 strong{font-size:1.5rem;line-height:2.5rem;}
	.se_pro_pic2 span{font-size: 1.2rem;line-height:2rem; margin: 0 0 25px 0;}
	.se_pro_b img{display:none;}
	.se_pro_b .se_pro_a_text{width:100%}
	.se_pro_b .se_pro_a_text p strong{font-size: 1.2rem;line-height: 3;}
	.se_pro_b .se_pro_a_text p{font-size: 1.05rem;}
	.se_pro_b{padding:25px 0 75px 0;}
	.pro_box .list p span.color0{font-size: 1.1rem;}
	.se_newslist2 li{width:100%;margin: 0 0 25px 0;}
	.se_newslist2 .se_newslist2_t{font-size: 1.1rem;}
	.se_newslist2 span{font-size:1.1rem;}
	.se_newslist2 span em{padding: 0 0 0 15px;}
	.se_newslist2 p{margin:10px 0;}
	.se_news{padding:25px 0 35px 0;}
	.se_espcms_book2{ padding:2rem 0 ;}
	.se_fa{    padding:0 0 35px 0;}
	.footer2{ background: #ddd; padding: 25px 0; text-align: center; font-size:0.9rem; color: #555;}
	.footer2 strong{display: block;font-size: 1.1rem;color: #333;line-height: 3rem;}
	.footer2 .f_aa{display: block;font-size:1.2rem;color: #fff; background: #0e74e6; width:170px;margin: 0 auto 15px auto; border-radius: 5px;line-height: 2.5rem;   }
	.sty5 .swiper-slide{width:100%}

	.case_title{width: 100%; margin:0 0 15px 0}
	.case_title div{font-size:1.1rem; }
	#banner .swiper-slide .pic{height: 75vh;}
	.wrap{width:96%}
	#banner .txt p{font-size: 1.5rem;}
	#banner .txt strong{font-size: 1.2rem;}
	#banner .txt .main{width:90%;display: flex;justify-content: center;flex-direction: column;align-items: center;}
	.viewmore a{margin:20px 0 0 0;width: 130px;font-size: 1rem;}
	.head{display:none}
	/*wap header*/
	.head_wap{width:100%; padding:10px 5px; position: fixed; z-index: 101; background: rgba(0,0,0,0.5) }
	.position{position: relative; display: flex;justify-content: space-between; align-items: center;}
	.logo{display: flex;justify-content: flex-start;align-items: center;}
	.cnn{width:35px;height: 35px;border: 1px solid rgba(255,255,255,0.5); border-radius: 35px;display: flex;justify-content: center;align-items: center; margin:0 0 0 8px;font-size: 0.8rem;color: #fff;text-transform: uppercase;}
	.logo a{display: flex;}
	.logo img{width:140px;}
	.navbtn {position: relative}
	.menu-trigger,
	.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	.menu-trigger {
	position: relative;
	width: 20px;
	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;}
	.nav_box_6 {display: block;}
	.nav_box_6{width: 100%;height: 100%;position: fixed;right: auto;top: 0;bottom: 0; left: -100%;overflow: auto; transition: all 0.3s; background: #222; z-index: 999; padding: 32px 20px;}
	.nav_box.cur { left: 0; transition: all 0.3s; }
	.navclose {position: absolute;right:20px;top:32px; width: 23px; line-height: 0; cursor: pointer; }
	.navlogo {position: absolute;left:20px;top:32px;    }
	.navlogo img{ width:100px }
	.nav_box_6 ul li {width:90%;margin:0 auto;}
	.nav_box_6 ul li a{ font-size:1.1rem; display:block;color:#fff;position: relative;line-height:4; border-bottom:1px solid rgba(255,255,255,0.1);  background: url(../images/jiao.png) no-repeat right center;}
	.nav_box_6 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; }
	.nav_box_6 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;}
	.nav_box_6 ul li div a:nth-child(2n){width:37%;}
	.nav_box_6 ul li a.active{background-color:#8fc31f;color:#fff;}
	.nav_box_6 ul li a.link{color:#fff;}
	.nav_box_6 ul li .son_nav{display: none;padding:5px;background-color: #eee;border-top:2px solid #8fc31f;}
	.nav_box_6 ul li .son_nav a{display: block;font-size:16px;line-height:40px;color:#323232;border:none;}

	.nav_box_6 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:12px; margin: 0 5px 0 0;}
	.news_con li span{margin: 0 0 0 0;}
	.news_con .newsleft_text p{    margin: 15px 0 0 0;}
}
@media only screen and (max-width:1100px){ 
	.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: #F60;  }
	.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;  }
	
	.huisebg{ padding:20px 0 35px 0;}


	
	.pro2{padding:30px 0 35px 0;background: #fff}

	.huise4{ padding:30px 0 30px 0}
	.d_title p{ font-size: 1rem;}
	.se_espcms_book4 .se_pro_text_pp a{margin:0 auto}
	.se_espcms_book4 .se_pro_text_pp h1{ font-size: 1.5rem;font-weight: bold;margin: 0 0 0 0; text-align: center;padding: 0 0 15px 0;	}
	.p_jieshao2 p{    padding: 15px 0 25px 0;}
	.se_pro_b .se_pro_a_text p.se_pro_b_title{font-size: 1.3rem;font-weight: bold;    margin: 0 0 15px 0;}
}
@media only screen and (max-width:760px){ 
	.news_con li{ justify-content:space-between; flex-direction: column;align-items: center; }
	.news_con .news_pic{width:100%; }
	.news_con li .detail{width:100%;height: auto; padding: 15px;}


	.title_a{padding: 0 0 25px 0;}
	.title_a p{ font-size: 2rem;}
	.title_a span{font-size: 1rem;line-height:1.7rem;}
	.swiper-button-prev-inyf, .swiper-button-next-inyf{width: 36px; height: 36px }
	.b_title{    padding:20px 30px 20px 30px;}
	.pro_r{display: none;}
	.a_t div{ font-size: 2rem;    width: 89%;}
	.a_t p{font-size: 1rem;padding:0 35px}
}