@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#0189E9;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#FF9900;      /* 副色 */ 
	--hui_color:#BED630;    

}


body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: Microsoft Yahei,Arial, sans-serif; overflow-x:hidden;background:#fff;}
/**{font-family: MiSans}*/
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{ color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

/*滚动条美化*/
body::-webkit-scrollbar {width: 10px !important;}
body::-webkit-scrollbar-track {background-color: #f3f3f3;}
body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
body::-webkit-scrollbar-corner {background-color: #ddd;}
body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
::-webkit-scrollbar {width: 15px;}
@media screen and (max-width:768px) {
body::-webkit-scrollbar {width:0px !important;}
::-webkit-scrollbar {width:0px;}
}

/*图片自适应尺寸*/
.pic_cover{width:100%; height:100%; object-fit:cover; display:block;}

/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{transform:scale(1.05);}
.no_ziliao{width:100%; text-align:center;}
.no_ziliao img{ max-width:100%;}

/*======================主体宽度======================*/
.pc_show{ display:block;}
.m_show{display:none;}

.only_pc_show{ display:block;}
.only_m_show{display:none;}

.main{width:90%; margin: auto; max-width: 1500px;}
@media screen and (max-width:1366px) {
	.main{width:92%;}
}
@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.pc_show{display:none!important;}
	.m_show{ display:block;}
	.main_pad0{padding:0;}
	.only_pc_show{display:none;}
	.only_m_show{ display:block;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

/*=========网站头部=================*/
.header{ z-index: 100;width: 100%; position:fixed; /*backdrop-filter: blur(40px);*/ padding: 0 2% 0 3%;box-sizing:border-box;transition:all .5s;/*box-shadow: 0 2px 10px rgba(0,0,0,0.15);*/ border-bottom:0px solid rgba(255,255,255,.15);}
/*.header:before{ content:''; position:absolute; left:0; top:0; background:rgba(255,255,255,0); width:100%; height:1px; transition:all .5s;}*/
.header .main{width:100%; box-sizing:border-box;}
.header .logo{height:.9rem; transition:0.5s all; position:relative;}
.header .logo img{display:block;height:.5rem;filter: grayscale(100%) brightness(5000%);}
@media screen and (max-width:1440px) {
.header{padding: 0 2% 0 2%;}
	
}

/*语言*/
.lag{display:flex; justify-content:center; align-items:center; margin-left:.3rem; position:relative; color:#fff; cursor:pointer; font-size:15px;}
.lag img{width:1vw; margin-right:8px;filter: grayscale(100%) brightness(2000%);}
.lag .box{ position:absolute; left:50%; top:100%; background:#fff; padding:.1rem .25rem; box-shadow:0 5px 20px rgba(0,0,0,.15); border-radius:5px; min-width:1rem; transform:translate(-50%,20px); opacity:0;  pointer-events:none; transition:all .3s; text-align:center;}
.lag .box a{ display:block; line-height:2.5; }
.lag .box p:not(:last-of-type){border-bottom:1px solid #ddd}
.lag .box:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}

.lag:hover .box{transform:translate(-50%,0); opacity:1; pointer-events: all;}


/*搜索*/
.top_serch{width:.4rem; transition:0.5s all; position:relative;}
.top_serch a{height:100%;}
.top_serch a svg{width:18px; fill:#fff;  transition:0.5s all;}
.top_serch a:hover svg{fill:var(--main_color);}
/*.header .top_serch:after{ content: ""; width:1px; height:14px; background:#ccc; display:block;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}*/

.header_tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.header_tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.header_tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.header_tc .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header_tc .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header_tc .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}
/*搜索弹窗内容样式*/
.header_tc .tc-box form {position: relative;}
.header_tc .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header_tc .tc-box #keyword {width: 80%;height:.75rem;padding: 0 15px;padding-left:55px;font-size:.18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header_tc .tc-box .btn_submit {width: 20%; height:.75rem; line-height:.75rem;background:var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}


/*弹出二维码*/
.tc_ewm {width:2rem ;position: relative;background: #fff;border-radius: 5px;padding:.2rem .2rem; opacity:1;}
.tc_ewm img {width:100%;display:block;}
.tc_ewm p {font-size:15px; text-align:center;}


/*下拉菜单*/
.navBox {padding-right:.15rem;box-sizing:border-box; position:relative; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox .nav li>a {padding: 0 .2rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center;clor:#111;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:.18rem;color:#fff;transition:0.5s all;}
/*.navBox .nav li.curr>a .txt,*/.navBox .nav li>a:hover .txt{color:var(--main_color);}

.subNavbox{white-space: nowrap; min-width:125%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99); -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:8px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .5s;box-shadow:0 5px 20px rgba(0,0,0,.35);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px;padding:15px 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;height:2px;bottom:-1px;right:0;width:0;background: var(--main_color); transition:.5s all;}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{width:100%; left:0;}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }


/*======================下拉滚动======================*/
.header_scroll.header{background:#fff;box-shadow: 0 2px 10px rgba(0,0,0,0.15);}
.header_scroll .logo,.header_scroll .navBox{ height:.9rem;}
.header_scroll:before{background:rgba(255,255,255,1);}
.header_scroll .logo img{filter: grayscale(0) brightness(100%);}
.header_scroll .navBox .nav li>a .txt{color:#000;}
.header_scroll .navBox .nav li.curr>a .txt,.navBox .nav li>a:hover .txt{color:var(--main_color);}
.header_scroll .top_serch a svg{fill:#333;}
.header_scroll .lag,.m_header_scroll .lag{color:#333;}
.header_scroll .lag img,.m_header_scroll .lag img{filter: grayscale(0) brightness(100%);}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:var(--main_color);border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}
.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

/*======================手机搜索图标======================*/
.m_serch{ width:50px; height:62px;}
.m_serch a{height:100%;}
.m_serch a svg{width:18px; fill:#333;}


.m_lag,.m_top_blank{display:none;}
@media screen and (max-width:768px) {
.header{width:100%;height:60px; padding:0 15px;background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.header .main{padding:0 15px; }
.header .logo{height:60px;}
.header .logo img{height:30px;filter: grayscale(0) brightness(100%);}
.m_top_blank{height:60px; display:block;}

/*语言*/
.m_lag{display:flex;}
.lag{ font-size:14px; margin-left:5px; cursor:none;color:#333; text-transform:uppercase;} 
.lag img{width:15px;filter: grayscale(0) brightness(100%);} 
.lag .box{ padding:10px 25px;  top:60px;}
.lag .box a{  font-size:14px; letter-spacing:1px;}	

/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0; background: #fff;z-index:98;  display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y:auto;z-index: 110;}

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:5px; margin-bottom:10px; margin-top:20px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:16px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:16px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top:25px; font-size:20px; font-family:din; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}


/*======================轮播图======================*/
.in_banner {width:100%;height:100vh; position:relative; z-index:0; overflow:hidden;}
#banner .swiper-slide { overflow: hidden;} 
#banner .slide-inner { position: absolute; left: 0; top: 0; right:0; bottom:0; background-size: cover; background-position: center; background-repeat: no-repeat;}
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:3%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:3%;} 

#banner .txt{ position:absolute;z-index: 999;left:5%;top:0; right:0; bottom:0; /*transform:translateY(-50%);text-shadow:rgba(0,0,0,0.3) 0px 1px 10px;*/}
#banner .txt h3{font-size:.6rem; color:#fff;  margin-top:80px; margin-bottom:.35rem; /*transform:translateY(200px);*/opacity:0;transition:all 0.3s; }
#banner .txt p{font-size:.3rem; color:#fff; font-weight:normal; /*transform:translateY(200px);*/opacity:0;transition:all 0.6s;}

.viewmore {position: relative; margin-top:.68rem;/* transform:translateY(200px);*/opacity:0;transition:all 0.9s;}
.viewmore a{pointer-events: all; display: block;width: 1rem;height: .56rem;line-height: .56rem;background:var(--main_color); color:#fff;padding:0 .35rem;position: relative;transition:all 0.3s; border-radius:2px; overflow:hidden; }
.viewmore a span{ position:relative;z-index:3;}
.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px; background: url("../images/rb-1.png") center no-repeat;z-index:3;}
.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0;background:var(--second_color);height:100%; transition:0.6s all; z-index:1;}
.viewmore a:hover:after{width:100%; left:0;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt p,
#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; /*transition-delay:1s;*/}
	
#banner .swiper-slide:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.05);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 20%);background-image:linear-gradient(to bottom,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 20%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}



	
/*左右切换按钮*/	
.draw_h{ width: 67px !important; height: 67px !important; line-height: 67px !important; display:block; border-radius: 50%; box-sizing:border-box;} 
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5);  box-sizing:border-box;border-radius: 50%;} 
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
.draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
.draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#banner .swiper-pagination{bottom:20px; }
#banner .swiper-pagination-bullet{width: 26px;height: 26px;display: inline-block;overflow: hidden;margin: 0px 5px;background: none;position: relative;border-radius: 50%;opacity: 0.4; box-sizing:border-box;}
#banner .swiper-pagination-bullet-active{opacity: 1;}
#banner .swiper-pagination-bullet:before{width: 24px;height: 24px;content: "";position: absolute;left: 1px;top: 1px;z-index: 11;border: 2px rgba(255,255,255,0.3) solid;border-radius: 50%;box-sizing: border-box;opacity: 1;}
#banner .swiper-pagination-bullet-active:before{opacity: 1;}
#banner .swiper-pagination-bullet:after {width: 10px;height: 10px;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border-radius: 50%;background: #fff;}
#banner .swiper-pagination-bullet-active:after { background:#fff;}
#banner .swiper-pagination .load {width: 100%;height: 100%;overflow: hidden;position: absolute;left: 0px;top: 0px; stroke:#fff;}
#banner .swiper-pagination .circle {stroke-dasharray: 360px;stroke-dashoffset: 360px;}
#banner .swiper-pagination-bullet-active .circle {animation: dash 8s linear forwards;}
@keyframes dash{to{stroke-dashoffset:0px}}


/*数字*/
.swiper-number{ font-family:din; font-size:22px; margin-right:50px; color:#ccc;}
.swiper-number span{ margin:0 6px;}
.swiper-number span:nth-child(1){ color:var(--main_color);}

/*#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 
*/

@media screen and (max-width:768px) {
	.container01 { height:auto;}
	#banner .draw_h{display:none;}
	.in_banner {height:220px; position:relative; }
	#banner .txt{ left:15px; right:15px;}
	#banner .txt h3{font-size:22px; margin-top:0; margin-bottom:10px; letter-spacing:0; line-height:1.2;}
	#banner .txt p{font-size:16px; font-weight:normal; letter-spacing:0; line-height:1.3;}
	
	.viewmore {margin-top:.2rem; }
	.viewmore a{ width:60px;height:36px;line-height: 36px; padding:0 20px; font-size:13px;}
	.viewmore a i{display:none;}
	.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0;background:rgba(255,255,255,.35);height:100%; transition:0.6s all;}
	.viewmore a:hover:after{width:100%; left:0;}



/*分页器*/
#banner .swiper-pagination{bottom:10px; }
#banner .swiper-pagination-bullet{width: 20px;height: 20px;}
#banner .swiper-pagination-bullet:before{width: 18px;height: 18px;}
#banner .swiper-pagination-bullet:after {width: 7px;height: 7px;}


.focus_bom .swiper-pagination{ height:40px; padding-left:0px; margin:auto;}
.focus_bom .swiper-pagination-bullet{width: 20px;height: 20px; margin: 0px 8px; opacity: 0.8; }
.focus_bom .swiper-pagination-bullet:before{width: 18px;height: 18px; border: 2px rgba(255,255,255,0.2) solid;}
.focus_bom .swiper-pagination-bullet:after {width: 7px;height: 7px;background:rgba(255,255,255,0.6);}
.focus_bom .swiper-pagination-bullet-active:after { background:#fff;}
.focus_bom .swiper-pagination .load {stroke:#fff;}

/*数字*/
.swiper-number{ font-size:18px; margin-right:10px; color:rgba(255,255,255,0.6); display:none;}
.swiper-number span{ margin:0 5px;}
.swiper-number span:nth-child(1){ color:#fff;}
}

section{position:relative; z-index:1; background:#fff;}


/*==========页面标题=============*/
.main_tit{padding:.8rem 0 .5rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.42rem; color:#000; }
.main_tit .line {display: block;width:25px;height: 4px;background:var(--main_color); margin: .3rem auto auto auto; border-radius:5px;}
.main_tit p{width:80%;margin:.25rem auto 0;font-size:.2rem; color:#555;  line-height:1.8;}


@media screen and (max-width:768px) {
.main_tit{padding:30px 0 15px;}
.main_tit h2{ font-size:20px; line-height:1.2;}	
.main_tit .line{margin:10px auto;}
.main_tit p{width:100%;font-size:15px; margin-top:10px;line-height:1.5;}
.main_tit p br{display:none;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}
}

/*================更多链接=====================*/
.lean_more{margin-top:.5rem;}
.lean_more a{width:1.66rem;height:.56rem;border-radius: 50px;background: var(--main_color);transition: background .5s;position: relative;overflow: hidden;display: flex;align-items: center;padding: 0 .2rem;box-sizing:border-box; transition:all .5s;}
.lean_more span{position: absolute;width: 65%;height: 100%;top: 0;left: 0;display: flex;align-items: center;color: #fff;padding: 0 .3rem;line-height: 1;transition: .5s;font-size: .16rem;}
.lean_more span.s{justify-content: flex-end;}
.lean_more span.h{justify-content: flex-start;opacity: 0;}
.lean_more i{width:.38rem;height:.38rem;border-radius: 50%;background: #fff;transition: .5s;display: flex;align-items: center;justify-content: center;font-style: normal;font-size:.25rem;color:var(--main_color);position: relative;z-index: 2;line-height: 1;}
.lean_more a:hover{background:var(--second_color);}
.lean_more a:hover i{transform: translateX(calc(1.2rem - .1rem*2 - .1rem));}
.lean_more a:hover span.s{opacity: 0;}
.lean_more a:hover span.h{opacity: 1;}

@media only screen and (max-width: 768px){
.lean_more{margin-top:25px;}
.lean_more a{width:120px;height:35px;border-radius: 35px;padding: 0 10px;}
.lean_more span{width:68%;padding: 0 20px;font-size:13px;}
.lean_more i{width:25px;height:25px;font-size:16px;}
.lean_more a:hover i{transform: translateX(calc(105px - 10px*2 - 10px));}
}

/*==========首页-公司业务=============*/
.index_yewu_bg{padding:.1rem 0 .8rem; background:#fff; position:relative; z-index:2;}
.index_yewu li{width:31%;overflow:hidden;border-radius:.15rem;position:relative;}
.index_yewu li .pic{overflow:hidden;}
.index_yewu li .pic img{width:100%;display:block; transition:all .5s;}
.index_yewu li .txt{width:100%;height:100%;background:rgba(0,0,0,.25);position:absolute;top:0;left:0;padding:0 .25rem;box-sizing:border-box;transition:all .5s;}
.index_yewu li .txt .ico img{height:.8rem;}
.index_yewu li .txt h2{font-size:.38rem;color:#fff; margin:.4rem 0 0;text-align:center;line-height:1.6;}
.index_yewu li .txt .desc{ text-align:center;color:rgba(255,255,255,.95);line-height:2;}
.index_yewu li:hover .pic img{ transform:scale(1.1,1.1);}
.index_yewu li:hover .txt{background:rgba(0,0,0,.6);}

.index_rz{ margin-top:.6rem;}
.index_rz li{width:15%;overflow:hidden;border-radius:10px; border:solid 1px #ddd;}
.index_rz li img{width:100%;display:block; transition:all .5s;}

@media screen and (max-width:768px) {
.index_yewu_bg{padding:10px 0 20px;}
.index_yewu li{width:100%;border-radius:4px;margin-bottom:15px;}
.index_yewu li .txt{padding:0 20px;}
.index_yewu li .txt .ico img{height:46px;}
.index_yewu li .txt h2{font-size:20px;margin:15px 0;}
.index_yewu li .txt .desc{ line-height:1.8;}
.index_yewu li .pic{height:300px;}
.index_yewu li .pic img{width:100%;height:100%;object-fit:cover;} 

.index_rz{ margin-top:10px;}
.index_rz li{width:31%; border-radius:6px; margin-bottom:10px;}

}


/*==========首页-产品=============*/
.index_pro_bg{background: url(../images/index_pro_bg.jpg) no-repeat center;background-size:cover; background-attachment:fixed; position:relative;min-height:90vh;padding:.1rem 0 .8rem; box-sizing:border-box;}
.index_pro_bg:after{ position:absolute;content:'';width:100%;height:100%;top:0;left:0; background:rgba(0,0,0,.35); z-index:1;}
.index_pro_bg .main_tit{position:relative; z-index:2;}
.index_pro_bg .main_tit h2,.index_pro_bg .main_tit p{color:#fff;}
.index_pro{ position:relative; z-index:2;}
.index_pro li{width:18.5%;background:rgba(255,255,255,.15);box-sizing:border-box;padding:.36rem 5px;margin-bottom:.25rem;border-radius:.15rem;transition:all ease .5s; border:1px solid rgba(255,255,255,.35);}
.index_pro li a{display:block;}
.index_pro li .ico img{height:.86rem;transition:all .5s;filter: grayscale(100%) brightness(2000%);}
.index_pro li .txt{font-size:.18rem;color:#fff;margin-top:.15rem;line-height:1.5;text-align:center;transition:all .5s;}
.index_pro li:hover{background:var(--main_color);transform:translateY(-5px); border:1px solid var(--main_color);}
.index_pro li:hover .ico img{filter: grayscale(100%) brightness(2000%);}
.index_pro li:hover .txt{color:#fff;}

@media screen and (max-width:768px) {
.index_pro_bg{padding:0 0 40px; position:relative;height:auto; background-attachment:scroll;}
.index_pro_bg .main_tit{padding-bottom:5px;}
.index_pro li{width:calc(100%/3 - 5px);padding:20px 0;margin-top:5px;border-radius:5px; margin-bottom:5px;}
.index_pro li .ico img{height:30px;}
.index_pro li .txt{font-size:14px;margin-top:15px; line-height:1.3;}
}


.index_why_bg{background:#f6f6f6; padding-bottom:.8rem;}
.index_why{}
.index_why li{width:18.5%; padding:.25rem; box-sizing:border-box; background:#fff; border-radius:.1rem; box-shadow:0px 0px 20px 0px rgb(20 18 18 / 5%);}
.index_why li .ico{ margin:.15rem 0 .35rem;}
.index_why li .ico svg{ height:.56rem; fill:var(--main_color);}
.index_why li .txt{ text-align:center;}
.index_why li h2{ font-size:.2rem; margin-bottom:.25rem;}
.index_why li p{ font-size:16px; line-height:1.6;}
@media screen and (max-width:768px) {
.index_why_bg{ padding-bottom:20px;}
.index_why li{width:100%; padding:20px 15px; border-radius:10px; margin-bottom:15px;}
.index_why li .ico{ margin:10px 0 20px;}
.index_why li .ico svg{ height:52px;}
.index_why li h2{ font-size:18px; margin-bottom:15px;}
.index_why li p{ font-size:16px; line-height:1.6;}    
}



/*==========首页-公司介绍=============*/
.index_about{background: url(../images/map_bg1.png) no-repeat left 0.5rem top; padding: 1rem 0;}
.index_about .txt{width:43%;}
.index_about .txt h3{font-size:.36rem;color:#000;  margin-bottom:.2rem;}
.index_about .txt .line{display:block;width:25px;height:3px;background:var(--main_color);margin:.2rem 0 .4rem;}
.index_about .txt h4{font-size:.22rem; line-height:1.4; color:var(--main_color);}
.index_about .txt h4 i{ font-weight:normal; font-size:.2rem; }
.index_about .txt .con{color:#555;line-height:1.6; font-size:16px; text-align:justify;margin:.1rem 0 0;}
.index_about .txt .con p{ margin-top:.15rem;}


.about_tab{margin-top:.5rem;}
.about_tab li{width:calc(100%/4 - .5rem);}
.about_tab li .ico{width:.9rem ;height:.9rem;background:#eee;border-radius:50%; transition:all .5s;}
.about_tab li .ico img{width:.36rem; transition:all .5s;}
.about_tab li .wz{text-align:center;margin-top:.1rem;font-size:16px; line-height:1.4;}
.about_tab li:hover .ico{background:var(--main_color);}
.about_tab li:hover .ico img{filter: grayscale(100%) brightness(2000%);}

.index_about .pic{width:50%;position:relative;box-sizing:border-box; z-index:2;}
.index_about .pic .img{ border-radius:10px; overflow:hidden;}
.index_about .pic .img img{width:100%;display:block;}
.index_about .pic .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);width: 1rem; height:1rem; cursor: pointer;border-radius: 50%;}
.index_about .pic .ico .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.index_about .pic .ico .mask img{animation: roll 3s infinite linear;}
@-webkit-keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media screen and (max-width:768px) {
.index_about{background:url(../images/map_bg1.png) no-repeat left 15px top;padding:25px 0; background-size:100% auto; box-sizing:border-box;position:static;}
.index_about .txt{width:100%;}
.index_about .txt h3{font-size:20px; text-align:center; }
.index_about .txt .line{width:20px;margin:10px 0 15px;}
.index_about .txt h4{font-size:16px; text-align:center;  }
.index_about .txt .con{line-height:1.6;margin:15px 0 0;font-size:15px;}

.about_tab{margin-top:20px;}
.about_tab li{width:calc(100%/5 - 10px);}
.about_tab li .ico{width:60px ;height:60px;}
.about_tab li .ico img{width:25px;}
.about_tab li .wz{margin-top:15px;font-size:13px;}

.index_about .pic{width:100%;border-radius:4px;overflow:hidden;order:2; margin-top:25px;}
.index_about .pic .video{width:50px; height:50px;}

}





/*===========首页-优势===================*/
.index_fangan{padding:1rem 0;  text-align:justify;}
.index_fangan .pic{width:43%;overflow:hidden; }
.index_fangan .pic img{width:100%; height:100%; object-fit:cover; display:block; border-radius:50px 0 50px 0;}
.index_fangan .txt{width:50%;}
.index_fangan h2{color:#000;font-size:.25rem; margin-bottom:.25rem;}
.index_fangan h2 span{ color:green;}
.index_fangan .desc{color:#555;line-height:1.6;font-size:.18rem; text-align:justify;margin:0 0 .5rem;}
.index_fangan li{margin-bottom:.2rem; background:#f4f5f7; padding:.15rem; border-radius:.1rem;}
.index_fangan li h5{ font-size:.16rem; margin-bottom:.1rem; color:var(--main_color);}
.index_fangan li p{ font-size:.16rem; line-height:1.6; }
.index_fangan h6{ font-size:.17rem; line-height:1.8;}


@media screen and (max-width:768px) {
.index_fangan{padding:35px 0 30px;}
.index_fangan .pic{width:100%; border-radius:10px; order:2;}
.index_fangan .txt{width:100%; order:1;}
.index_fangan h2{ font-size:20px;  text-align:center;}
.index_fangan .desc{ font-size:15px; line-height:1.6; margin:15px 0 25px;}

.index_fangan li{margin-bottom:12px; padding:15px;}
.index_fangan li h5{ font-size:15px; margin-bottom:6px;}
.index_fangan li p{ font-size:14px;}
.index_fangan h6{ font-size:15px; margin-bottom:15px;}


}


/*==========首页-新闻资讯=================*/
.news_bg{background:#f5f5f5;padding:0 0 .8rem;}
.index_news li{width:31.3%;margin-right:3%;overflow:hidden;transition:all .3s;}
.index_news li:nth-child(3n){margin-right:0;}
.index_news li .pic{overflow:hidden;border-radius:10px;}
.index_news li .pic img{width:100%;display:block;transition:all .3s;}
.index_news li .txt{padding:.3rem 0;box-sizing:border-box;}
.index_news li .txt h3{font-weight:normal;font-size:.22rem;color:#000;line-height:1.6;margin-bottom:.2rem;transition:all .3s;}
.index_news li .txt .date{font-size:.15rem;font-family: 'monr';color:#888;}
.index_news li:hover .pic img{transform:scale(1.1,1.1);}
.index_news li:hover .txt h3{color:var(--main_color);}
.news_bg .lean_more a{ margin:0 auto 0;}

@media screen and (max-width:768px) {
.news_bg{padding:10px 0 30px;margin-top:5px;}
.news_bg .main_tit p{text-align:center;}
.index_news li{width:100%;margin-right:0;border-radius:4px;margin-bottom:10x;}
.index_news li .pic{height:200px;}
.index_news li .txt{padding:15px 10px;}
.index_news li .txt h3{font-size:16px;}
.index_news li .txt .date{font-size:14px; }
.news_bg .lean_more{ margin-top:0;}
}


/*==========首页-案例=============*/
.case_bg{background:#666 /*url(../images/bg.jpg) no-repeat*/;background-size: cover; padding:.1rem 0 1rem;}
.index_case_list li{overflow:hidden; border-radius:15px; box-sizing:border-box;box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%); }
.index_case_list li .pic {overflow:hidden;}
.index_case_list li .pic img{width:100%;display:block; transition:all .3s;}
.index_case_list li .txt{ font-size:.2rem; padding:.3rem .1rem; text-align:center; background:#fff;}
.index_case_list li:hover .pic img{ transform:scale(1.1,1.1);}

/*按钮切换*/
#index_case_btn{position:relative;}
#swiper_case{overflow:hidden;}
#index_case_btn .swiper-button-prev { left:-.3rem;}
#index_case_btn .swiper-button-next {right:-.3rem;}
#index_case_btn .swiper-button-prev,#index_case_btn .swiper-button-next {width: 53px;height: 53px;background:#fff; opacity:1; transition: all 0.4s ease 0s; border-radius:100%; margin-top:-.45rem; font-size:20px;  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1); }
#index_case_btn .swiper-button-prev:hover,#index_case_btn .swiper-button-next:hover{ background:var(--main_color); color:#fff;}

/*分页器*/
#index_case_btn .swiper-pagination-bullet{width: 15px;height: 15px; display: inline-block; border-radius: 50%; background:#fff; transition: all .5s ease;opacity: 1.0;}
#index_case_btn .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
#index_case_btn .swiper-pagination{ text-align:center; width:100%; bottom:-46px;}
#index_case_btn .swiper-pagination span{margin:0 5px;}
@media screen and (max-width:768px) {
.cggs_list{ }
.cggs_list li { border-radius:5px; }
#index_case_btn .swiper-button-prev,#index_case_btn .swiper-button-next { display:none;}
#index_case_btn .swiper-pagination-bullet{width: 8px;height: 8px; }
#index_case_btn .swiper-pagination{ text-align:center; width:100%; bottom:-20px;}
}


@media screen and (max-width:768px) {
.case_bg{ margin-top:0; padding-bottom:.8rem;}
.index_case_list li{width:48.5%; margin-right:3%; margin-bottom:10px;}
.index_case_list li:nth-child(2n){ margin-right:0;}
.index_case_list li .txt{ font-size:14px;}

}


/*==========首页-合作品牌=================*/

.hzpp_bg{padding:0px 0 0 0; background:#f8f8f8;}
.index_hzpp{}
.index_hzpp li{width:18%; margin-right:2.3%;height: 5.5vw;position: relative; background:#fff;border:1px solid #e8e8e8;margin-bottom:.2rem;border-radius:8px;}
.index_hzpp li:nth-child(5n) {margin-right:0;}
.index_hzpp li img{ max-width:66%; max-height:66%; display:block;}
.index_hzpp li .txt { position: absolute;top: 0;left: 0;right: 0;bottom: 0; color:#fff; font-size:.2rem;background-color: rgba(87, 159, 65, 0.9);opacity: 0; transition:0.5s all; }
.index_hzpp li:hover .txt {opacity: 1;}
@media screen and (max-width:768px) {
.index_hzpp li{width:31%; margin-right:10px;height:18vw; box-sizing:border-box;}
.index_hzpp li img{ max-width:66%; max-height:60%; display:block;}
.index_hzpp li:nth-child(5n) {margin-right:10px;}
.index_hzpp li:nth-child(3n) {margin-right:0;}
}


/*----------------*/
.brand_list{}
.brand_list li{width:20%; height: 10vw;max-height: 270px;position: relative; background:#fff;}
.brand_list li:nth-of-type(odd) {background: #e8e8e8;}
.brand_list li img{ max-width:60%; max-height:62%; display:block;}
.brand_list li .txt { position: absolute;top: 0;left: 0;right: 0;bottom: 0; color:#fff; font-size:.18rem;background-color: rgba(7, 49, 144, 0.9);opacity: 0; transition:0.5s all; text-transform:uppercase;}
.brand_list li:hover .txt {opacity: 1;}

.brand_list li:nth-child(2) img{ max-height:86%;}
.brand_list li:nth-child(9) img{ max-height:73%;}
.brand_list li:nth-child(12) img{ max-height:73%;}
.brand_list li:nth-child(3) img,
.brand_list li:nth-child(4) img{ max-width:73%;}


@media screen and (max-width:1200px) {
.brand_list li{width:33.3%; height: 12vw;max-height: 230px;}
}
@media screen and (max-width:768px) {
.brand_list li{width:33.3%; height:20vw; box-sizing:border-box; margin:-1px 0 0 -1px;}
.brand_list li img{ max-width:66%; max-height:66%; display:block;}

}




/*================底部=====================*/
.foot_bg{ width:100%; background: url(../images/footer_bg1.png) no-repeat right bottom #262626; padding-top: 5vw; }

.menu_list1{width:20%; }
.menu_list2{width:16%; }
.menu_list_contact{width:25%; }
.follow_us_list{width:22%; }
.menu_list dl{color:rgba(255,255,255,0.8);}
.menu_list dt{font-size:28px; margin-bottom:22px;}
.menu_list dt i{display:none;}
.menu_list dt a{ color:#fff;}
.menu_list dd{font-size:16px;}
.menu_list dd a{color:rgba(255,255,255,0.8); transition:0.3s all; display:block;  line-height:1.8; margin-bottom:.15rem;}
.menu_list a:hover{text-decoration:underline; color:#fff;}

.menu_list dd span{color: #000000;position: absolute;top: 0;left: 0;width: 38px;height: 38px;border-radius: 50%;background-color: #ffffff;}
.menu_list dd .row {min-height: 38px;padding-left: 55px;margin-bottom: 15px;position: relative;display: flex;align-items: center; line-height:1.3;}
.menu_list_contact dd .row {line-height:1.5; margin-bottom:20px;}
.menu_list_contact dt{margin-bottom:30px;}
.follow_us_list dt{margin-bottom:25px; color:#fff;}

.follow_us_list dd i{width: 36px;height: 36px;line-height: 36px;border-radius: 5px;font-size: 22px;}
.follow_us_list  a{margin-right:10px;}

.mail_dy {margin-top:30px;}
.mail_dy form{width:100%;}
.mail_dy input{width:75%; height: 50px; box-sizing: border-box; background:#fff; border:0; border-radius:50px 0 0 50px; padding-left:20px; font-size:16px;}
.mail_dy button{ background:var(--main_color); color:#fff; font-size:22px; border-radius:0 50px 50px 0; height:50px; border:none; padding:0 15px 0 5px; width:25%; box-sizing:border-box;}

.copyright{line-height: 36px;padding: 1.4vw 0px 1.92vw;border-top:solid 1px rgba(255,255,255,0.1); color:rgba(255,255,255,0.68); font-size:16px; margin-top:.6rem; text-align:center;}
.copyright a{color:rgba(255,255,255,0.68);}
.copyright a:hover{ text-decoration:underline;}

.foot_logo{display: none; text-align:center; width:100%; margin-bottom:15px;}
.foot_logo img{height:46px;}

@media only screen and (max-width: 768px){
.foot_bg{ padding:1rem 0 .3rem 0; background-size:auto 50%; background:#171D24;}
.menu_list{width:100%; }
.menu_list dl{border-bottom:solid 1px rgba(255,255,255,0.1); margin-bottom:0px; padding-bottom:15px; padding-right:0;}
.menu_list dt{height:25px; font-size:17px; padding:5px 0; margin-bottom:0; position:relative; border-bottom:0; font-weight:600; display:none;}


.menu_list_contact dd .row { margin-bottom:10px;}
.menu_list_contact dd:nth-child(2){margin-top:10px;}

.menu_list dt i{display:block; color:rgba(255,255,255,0.6); transition:0.3s all; font-size:16px;}
/*.footer_nav .db_dh dt.active i{transform: rotate(180deg);}*/
.menu_list dd a{ font-size:16px; line-height:2.2;}
.menu_list dd{display:block; padding-bottom:5px; padding-left:10px;}
.menu_list dd.row { display:block;}
.menu_list dd span{color: #000000; background-color:rgba(255,255,255,0.5);}

.menu_list1,.menu_list2,.follow_us_list{ display:none;}
.foot_logo{ display:block;}

.mail_dy { margin:15px 0;}
.mail_dy input{width:75%; height:46px; }
.mail_dy button{max-width:100px; width:25%; height:46px;}

.copyright {margin-top:15px; padding-top:0px; border-top:0;}
.copyright p{width:100%; line-height:1.8; text-align:center; font-size:14px;}
}
/*--------------------*/

/*二级页面 banner*/
.page_ban{ width:100%; position:relative; z-index:1; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:76vh;  overflow:hidden;}
.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}

.page_ban .txt{position:absolute; left:0; top:10%; bottom:0; right:0;  z-index:9; }
.page_ban .txt h2 { font-size:.5rem; color:#fff; margin-bottom:0; margin-top:.2rem;text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;text-transform:uppercase;}
.page_ban .txt h5 { font-size:.32rem; font-weight:500; color:#fff; opacity:0.7; letter-spacing:1px; text-transform:uppercase;text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}

/*.page_ban:before {content: "";background: rgba(0,0,0,.0) url(../images/header_bg.png) repeat-x left top -50px;position: absolute;left: 0;top: 0; right: 0;bottom: 0;z-index: 2;}*/
/*.page_ban:after {content: "";background: url(../images/b.png) repeat-x left bottom;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity:1;z-index: 3;}*/

@media screen and (max-width:768px) {
.page_ban .pic{height:168px;}
.page_ban .txt h2 { margin-top:0;font-size:20px;}
.page_ban:before {display:none;}
}

	
/*位置*/
.sub_weizhi{height:60px; background:#f4f5f7; border-bottom:solid 1px #eee; position:relative; z-index:9;/*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center; max-width: 4rem;}
.sub_weizhi .weizhi a{color:#333;}
.sub_weizhi .weizhi i.ico { margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height: 20px;width: 20px; fill:#333;}
.sub_weizhi .weizhi span{margin:0 5px;}

.page_weizhi{line-height:.66rem; font-size:.16rem; border-bottom:solid 1px rgba(0,0,0,0.1); margin-bottom:.5rem;}

@media screen and (max-width:768px) {
.sub_weizhi{height:36px;}
.sub_weizhi .weizhi{margin-left:10px; font-size:12px; max-width: 80%;}
.sub_weizhi .weizhi i.ico {margin-right:5px;}
.sub_weizhi .weizhi i.ico svg {width: 16px;}
.sub_weizhi .weizhi span{margin:0 3px;}
}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:15px; min-width:130px; padding:0 15px; background: url(../images/line_n_title.jpg) right 1px center no-repeat; text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{/*background: url(../images/bg_n_nav.png) center no-repeat; */position: relative; display: block;z-index: 9; height: 60px; line-height:60px; color: #333; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:20px; height:20px;  fill:var(--main_color); transition:0.3s all;}
.m_sub_nav.active svg{ -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#n_nav a{width:100%; padding:0 15px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}


/*==========可持续发展=============*/

.kcx_box{ margin-bottom:.6rem;}
.kcx_box .desc{width:100%;font-size:.18rem;line-height:2;  text-align:justify;margin:0 auto .65rem;}
.kcx_box li{width:49%;box-sizing:border-box; padding:.35rem .35rem 0; background:#f8f8f8; border-radius:.15rem; margin-bottom:.25rem;}
.kcx_box li .ico{width:.66rem;}
.kcx_box li .ico img{height:.66rem;}
.kcx_box li .ico svg{height:.66rem; fill:var(--main_color);}
.kcx_box li .txt { width:calc(100% - 1rem);}
.kcx_box li .txt h3{font-size:.2rem;color:#000;}
.kcx_box li .txt p{color:#555;font-size:.16rem;margin:.15rem 0 .25rem;line-height:1.8; text-align:justify;}

.kcx_box .lean_more a{ margin:0 auto 35px;}
@media screen and (max-width:768px) {
.kcx_box{padding:0px 0 0;}
.kcx_box .desc{width:100%;font-size:15px;line-height:1.5; margin:0 0 30px;}
.kcx_box .desc br{ display:none;}	
.kcx_box li{width:100%; margin-bottom:15px;border-right:0;padding:20px 10px 10px;}

.kcx_box li .ico{width:100%; text-align:center; margin-bottom:10px;}
.kcx_box li .ico img{height:.66rem;}
.kcx_box li .txt { width:100%;}

.kcx_box li .txt h3{font-size:16px; text-align:center; }
.kcx_box li .txt p{ font-size:14px;line-height:1.5;margin:10px 0 10px;}
.kcx_box li .ico img{height:35px;}

}


.kcx_box2_bg{background: url(../images/kcx_bg.jpg)  center no-repeat; background-size:cover;position:relative;}
.kcx_box2_bg:after{ position:absolute;content:'';width:100%;height:100%;top:0;left:0; background:rgba(0,0,0,.2); z-index:1;}
.kcx_box2{position:relative; z-index:2;}
.kcx_box2 li{width:20%;border-right:1px solid rgba(255,255,255,.15);padding:1.5rem 0;box-sizing:border-box;height:6.5rem; position:relative;}
.kcx_box2 li:after{ content:''; width:0; height:100%; transition:0.5s all; background:rgba(0,0,0,0.25); display:block; position:absolute; right:0; top:0; z-index:1;}
.kcx_box2 li:hover:after{width:100%;left:0;}

.kcx_box2 li:last-child{borde-right:none;}
.kcx_box2 .ico{width:1rem;height:1rem;border:1px solid rgba(255,255,255,.5);border-radius:50%; position:relative; z-index:2; transition:0.5s all; }
.kcx_box2 li:hover .ico{ transform:rotateY(180deg);}
.kcx_box2 .ico svg{width:.5rem;height:.5rem;fill:#fff;}
.kcx_box2 h3{font-weight:normal;font-size:.24rem;color:#fff;margin-top:.8rem; text-align:center;  position:relative; z-index:2;}

@media screen and (max-width:768px) {
.kcx_box2 li{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding:30px 0;box-sizing:border-box;height:auto;}
.kcx_box2 li:last-child{borde-right:none;}
.kcx_box2 .ico{width:70px;height:70px;}
.kcx_box2 .ico svg{width:35px;height:35px;}
.kcx_box2 h3{font-size:16px;margin-top:15px; }

}


/*=============内页-产品搜索页============*/

/*search条件筛选*/
.tjsx_bg{margin-top:.5rem;}
.tjsx_box{width:300px;background:#fff;padding:0 0 20px;}
.tjsx_box h3{font-weight:bold;font-size:.18rem;line-height:52px;padding-left:.2rem;color:#000;}
.tjsx_box dl{}
.tjsx_box dt{width:100%; background: #F8F8F8;line-height: 36px;padding-left: 10px;border-left: 2px solid var(--main_color);font-size:14px;font-weight:bold;}
.tjsx_box dt i{ display:none;}
.tjsx_box dd{width:100%;}
.tjsx_box dd a{width:33.3%; box-sizing:border-box;text-align: center;line-height:32px;box-sizing: border-box; border-right: 1px dashed #E3E3E3; border-bottom: 1px dashed #E3E3E3;font-size:13px;color:#666;}
.tjsx_box dd a:nth-child(3n){border-right:0;}
.tjsx_box a.active,.tjsx_box a:hover{color:var(--main_color);}

/*搜索*/
.tjsx_box .in_ss{height:36px;margin-left:15px;}
.tjsx_box .in_ss input{line-height:36px;width: 260px;border: 1px solid var(--main_color);outline:none;border-radius:5px 0 0 5px;padding-left:15px;color:#666;}
.tjsx_box .in_ss button{width:80px;background:var(--main_color);color:#fff;border: 1px solid var(--main_color);outline:none;border-radius:0 5px 5px 0; font-size:16px;}

.selected{width:100%; padding:15px;}
.selected a{ margin-right:5px; margin-bottom:10px; font-size:12px;}

@media screen and (max-width:768px) {
.tjsx_bg{margin-top:0;}
.tjsx_box{width:100%;border:0; padding:0; margin:0; position:relative; display:flex;justify-content:space-between; flex-wrap:wrap;} 
.tjsx_box h3{display:none;}
.tjsx_box dl{width:20%; border-bottom: 0;line-height:32px;padding: 0 0;}
.tjsx_box dl:nth-child(7),.tjsx_box dl:nth-child(8),.tjsx_box dl:nth-child(9),.tjsx_box dl:nth-child(10){width:25%;}
.tjsx_box dl:last-child{ display:none;}
.tjsx_box dt {width:100%;padding-left:0; letter-spacing:0;font-weight:normal; line-height:42px; background:#fff; border-bottom:solid 1px #e8e8e8; text-align:center; border-right:0; margin-bottom:0;font-size:13px;border-left:none;font-weight:normal;}

.tjsx_box dt i{font-size:12px; display:inline-block; margin-left:5px; transition:0.3s all; transform:rotate(0deg);}
.tjsx_box dl.active dt{ color:var(--main_color);}
.tjsx_box dl.active dt i{ transform:rotate(180deg);}
	
.tjsx_box dd{position:absolute; width:100%; padding:15px; box-sizing:border-box; left:0; top:43px; background:#fff; box-shadow: 1px 3px 10px 0 rgba(88, 88, 88, 0.2); margin-bottom:5px; display:none; z-index:88;}
.tjsx_box dl:nth-child(n+5) dd{ top:86px;}
.tjsx_box dd a{padding:0;margin-bottom:8px;font-size:13px;width:31.5%; margin-right:2.5%; float:left; height:30px;line-height:30px; background:#f6f6f6; text-align:center; display:inline-block; border-radius:5px;border:none;}
.tjsx_box dd a:nth-child(3n){ margin-right:0;}
.tjsx_box a.active:after{display:none;}
.tjsx_box a.active{background:var(--main_color); color:#fff;}



}


/*产品列表*/
.search_pro .tit{background:#fff;line-height:52px;font-size:16px;margin:0 0 20px;padding-left:15px;}
.search_pro .tit strong{color:var(--main_color);margin:0 3px;font-size:18px;}
.search_pro{width:calc(100% - 330px);}
.search_pro li{width:32%;margin-right:2%;background:#fff;padding:.3rem .2rem;box-sizing:border-box;margin-bottom:.3rem; transition:all .3s;}
.search_pro li:nth-child(3n){margin-right:0;}
.search_pro li .txt .tag{font-size:13px;display:block;color:#888;border-bottom:1px solid #eaeaea;padding-bottom:15px;}
.search_pro li .txt .tag span:last-child{display:none;}
.search_pro li .txt .tag i{display:inline-block;margin-right:5px;font-size:16px;}
.search_pro li .txt h3{font-weight:normal;font-size:.24rem;color:#000;margin:.25rem 0 .2rem;transition:all .3s;}
.search_pro li .txt p{color:#b4b4b4;line-height:1.6;text-align:left;font-size:13px;}
.search_pro li .pic{overflow:hidden;}
.search_pro li .pic img{width:80%;display:block;margin:0 auto;transition:all .3s;}
.search_pro li:hover{box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);}
.search_pro li:hover h3{color:var(--main_color);}
.search_pro li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.search_pro{width:100%;margin-top:0;padding:0 15px;box-sizing:border-box;}
.search_pro .tit{background:none;padding-left:0;font-size:13px;line-height:32px;margin:10px 0 10px;}
.search_pro .tit strong{color:var(--main_color);margin:0 3px;font-size:16px;}
.search_pro li{width:48.3%;margin-right:10px;padding:15px 10px;box-sizing:border-box;margin-bottom:10px;border-radius:4px;}
.search_pro li:nth-child(2n){margin-right:0;}
.search_pro li:nth-child(3n){margin-right:10px;}
.search_pro li .txt span{padding-bottom:10px;font-size:12px;}
.search_pro li .txt span i{margin-right:3px;font-size:12px;}
.search_pro li .txt h3{font-size:17px;margin:15px 0 15px;}
.search_pro li .txt p{font-size:13px;display:none;}

}




/*============内页--企业实力=============*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:var(--main_color); animation-timing-function: ease;}
.case_list{padding-bottom:.25rem;}
.case_list figure{width:32%; margin-right:2%; transition: 0.5s all; background:#fff; margin-bottom:.3rem; border-radius:5px; position:relative; overflow:hidden;box-shadow: rgba(203, 209, 218, 0.8) 0px 0px 25px 0px;}
.case_list figure:nth-child(3n){ margin-right:0;}
.case_list figure .pic{width:100%; position:relative;  overflow:hidden;}
.case_list figure .pic>img{width:100%; height:100%; object-fit:cover;display:block;transition: 0.5s all;}
.case_list figure:hover .pic>img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.case_list figure .pic .mask{ position:absolute; left:0; top:0; bottom:0; right:0; background:rgba(0,0,0,0.25); opacity:0; transition: all 0.5s ease;}
.case_list figure .pic .mask dt{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list figure .pic .mask dd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list figure:hover .pic .mask{ opacity:1;}
.case_list figure:hover .pic .mask dd img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}
@-webkit-keyframes rotation{
	from{-webkit-transform:rotate(0deg);}
	to{-webkit-transform:rotate(360deg);}
}

.case_list figure .txt{ padding: 6px 5% 6px; background:#fff;}
.case_list figure .txt h5{ font-size:16px; line-height:38px; font-weight:normal; color:#333; text-align:center;}
.case_list figure:hover .txt{background:var(--main_color);}
.case_list figure:hover .txt h5{color:#fff;}
.case_list figure:hover{background:var(--main_color);}
.case_list figure .txt p{ line-height:3; font-size:12px; color:#666;}


@media screen and (max-width:768px) {
.case_list{padding-bottom:20px}
.case_list figure{width:48%; margin-right:10px; margin-bottom:15px; }
.case_list figure:nth-child(2n){ margin-right:0;}
.case_list figure:nth-child(3n){ margin-right:auto!important;}
.case_list figure .pic{height:110px;}
.case_list figure .pic .mask{display:none;}
.case_list figure .txt{ padding:5px 5px 5px;}
.case_list figure .txt h5{ font-size:13px; line-height:24px; }
.case_list figure:hover .txt{background:var(--main_color);}
}











/*========================内页----新闻列表页======================*/
.page_news li{background:#fff;margin-bottom:.35rem; padding:.4rem .5rem;border-radius:8px;overflow:hidden;box-sizing:border-box;}
.page_news .pic{width:30%;overflow:hidden;border-radius:8px;}
.page_news .pic img{width:100%;display:block; transition:all .5s;}

.page_news .txt{width:66.5%;transition:all .5s;}
.page_news .txt .date{font-family:'din';color:#666;position:relative;padding-left:.35rem;box-sizing:border-box;}
.page_news .txt .date:before{position:absolute;content:'';width:25px;height:2px;background:var(--main_color);left:0;top:50%; transform:translateY(-50%);}
.page_news .txt h3{margin:.3rem 0 .25rem;font-family:'hmed';font-size:.24rem;font-weight:normal;}
.page_news .txt p{color:#666;line-height:2;text-align:left;margin-bottom:.3rem;}
.page_news .txt dd{color:#888;margin-right:.3rem;}
.page_news .txt dd i{margin-right:5px}
.page_news li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.page_news{margin-top:10px;}
.page_news li{margin-bottom:25px;padding:20px 15px 25px;border-radius:4px;}
.page_news .pic{width:100%;border-radius:4px;}

.page_news .txt{width:100%;padding:20px 0 0;}
.page_news .txt .date{padding-left:25px;}
.page_news .txt .date:before{width:20px;}
.page_news .txt h3{margin:15px 0 10px;font-size:15px;}
.page_news .txt p{ font-size:12px;line-height:1.6;margin-bottom:15px;}
.page_news .txt dd{color:#888;margin-right:20px;font-size:12px;}
.page_news .txt dd i{margin-left:5px}
}



/*========================文章文字列表==============================*/
.news_list_art li{ width:49%;  margin-bottom:.25rem; position:relative; background:#fff; border:solid 1px #e8e8e8; border-radius:0px; box-sizing:border-box; transition:0.3s all;}
.news_list_art li a{display:block;padding:.3rem;}
.news_list_art li:before{ content:''; width:0; height:2px; background:var(--main_color); display:block; position:absolute; right:0; bottom:-1px; z-index:2; transition:0.6s all;}
.news_list_art li:hover:before{ width:100%; left:0;}
.news_list_art li .tit{font-size:.2rem; font-weight:bold;  margin-bottom:25px;}
.news_list_art li .desc{ color:#666; line-height:1.8; margin-bottom:25px;}
.news_list_art li .info span{ font-size:13px;  margin-right:15px; color:#999; }
.news_list_art li .arr{ display:none;}

@media screen and (max-width:768px) {
.news_list_art li{ width:100%; margin-bottom:12px;  border:0; border-bottom:solid 1px #e8e8e8; border-radius:0px;}
.news_list_art li a{padding:0 0 15px 0;}
.news_list_art li .tit{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:10px;}
.news_list_art li .desc{ display:none;}
.news_list_art li .info span{ margin-right:10px; font-size:12px;}
.news_list_art li .arr{color: #aaa;float: right; margin-top: 15px; display:block;}
}


/*================行业应用-频道页=====================*/
.cate_hyyy li{margin-bottom:.4rem;}
.cate_hyyy li:nth-child(odd) .pic{order:2;}
.cate_hyyy li:nth-child(odd) .txt{order:1;}
.cate_hyyy li .pic{width:69%;overflow:hidden;}
.cate_hyyy li .pic img{width:100%;display:block; transition:all .3s;}
.cate_hyyy li .txt{width:30%;background:#f5f7f8;padding:.5rem .5rem;box-sizing:border-box;}
.cate_hyyy li .txt .ico{width:.6rem;height:.6rem;border-radius:8px;background:#014eba;}
.cate_hyyy li .txt .ico img{width:75%;display:block;}
.cate_hyyy li .txt h3{font-weight:normal;font-size:.36rem;color:#000;}
.cate_hyyy li .txt .desc{line-height:2;text-align:left;color:#888;margin:.4rem 0 .5rem;}
.cate_hyyy li .txt span{display:block;width:1.4rem;line-height:.42rem;background:var(--second_color);color:#fff;text-align:center;border-radius:4px;transition:all .3s;}
.cate_hyyy li:hover .pic img{ transform:scale(1.1,1.1);}
.cate_hyyy li:hover .txt span{background:var(--main_color);}

@media screen and (max-width:768px) {
.cate_hyyy li{margin-bottom:20px;}
.cate_hyyy li:nth-child(odd) .pic{order:1;}
.cate_hyyy li:nth-child(odd) .txt{order:2;}
.cate_hyyy li .pic{width:100%;}
.cate_hyyy li .pic img{width:100%;}
.cate_hyyy li .txt{width:100%;padding:20px 20px;}
.cate_hyyy li .txt .ico{width:40px;height:40px;}
.cate_hyyy li .txt .ico img{width:65%;}
.cate_hyyy li .txt h3{font-size:20px;}
.cate_hyyy li .txt .desc{line-height:1.6;font-size:13px;margin:20px 0 25px;}
.cate_hyyy li .txt span{width:120px;line-height:32px;border-radius:32px;}
}


/*================行业应用-列表页=====================*/
.hyyy_bg{background: url(../images/n_jiejuebg.jpg) no-repeat  center;background-size:cover;padding:.8rem 0;}
.hy_tit{width:200px;height:220px;position:relative;}
.hy_tit .pic{overflow:hidden;}
.hy_tit .pic img{width:100%;display:block;}
.hy_tit .img{position:absolute;top:-6%;left:-12%; overflow:hidden;animation: spins 10s linear infinite;}
.hy_tit .img img{}
@keyframes spins{
from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}
}
.hy_tit .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);overflow:hidden;z-index: 88;}
.hy_tit .ico img{width:100%;display:block;}

.hy_box{width:100%;}
.hy_box h3{font-size:.4rem;color:#000;}
.hy_box p{color:#888;line-height:2;text-align:left;margin:.3rem 0 0;font-size:16px;}


.xgyy_bg{padding-bottom:.5rem;background:#f4f5f7;margin-top:.5rem;}
.fangan_list li{background:;padding:.25rem 0;border-bottom:1px dashed rgba(204,204,204,1);}
.fangan_list li .pic{width:20%;overflow:hidden;}
.fangan_list li .pic img{width:100%;display:block; transition: all .3s;}
.fangan_list li .txt{width:78%;} 
.fangan_list li .txt h4{font-size:.22rem;margin-bottom:.2rem;}
.fangan_list li .txt .con p{font-size:16px;line-height:1.8;text-align:left;margin:0 0 10px;color:#666;}
.fangan_list li .txt .con p strong{font-size:.2rem;color:#000;}


@media screen and (max-width:768px) {
.hyyy_bg{padding:20px 0;}
.hy_tit{display:none;}

.hy_box{width:100%;}
.hy_box h3{font-size:18px;}
.hy_box p{line-height:1.6;margin:15px 0 0;font-size:13px;}

.xgyy_bg{padding-bottom:20px;margin-top:15px;}
.fangan_list li{padding:15px 0;}
.fangan_list li .pic{width:100%;margin-bottom:15px;}
.fangan_list li .txt{width:100%;} 
.fangan_list li .txt .con p{font-size:13px;line-height:1.8;margin:0 0 5px;}
.fangan_list li .txt .con p strong{font-size:16px;}
}


/*================行业应用-内容页=====================*/
.yewu_box{margin:.6rem 0;}
.yewu_box .pic{width:50%;overflow:hidden;}
.yewu_box .pic img{display:block;width:100%;}
.yewu_box .txt{width:50%;background:#f7f7f7;padding:0 .4rem;box-sizing:border-box;}
.yewu_box .txt h3{position:relative;font-weight:normal;width:100%;border-bottom:1px solid rgba(204,204,204,.5);padding-bottom:25px;font-size:.32rem;color:var(--main_color);}
.yewu_box .txt h3::after {width: 10%;height: 3px;bottom: -2px;display: block;content: '';background:var(--main_color);position: absolute;
left: 0;}
.yewu_box .txt p{margin:.4rem 0 .6rem;color:#666;font-size:16px;text-align:left;line-height:2;}
.yewu_box .txt a{display:inline-block;width:1.6rem;line-height:.42rem;border:1px solid rgba(204,204,204,1);border-radius:25px;margin-right:.3rem;text-align:center;font-size:15px; transition:all .3s;}
.yewu_box .txt a i{font-size:18px;margin-right:10px;}
.yewu_box .txt .tel{margin-right:0;background:var(--main_color);width:2.2rem;color:#fff;font-size:18px;border:1px solid var(--main_color);}
.yewu_box .txt a:hover{ transform:translateY(-10px);}

@media screen and (max-width:768px) {
.yewu_box .pic{width:100%;order:1;}
.yewu_box .txt{width:100%;padding:20px 15px;order:2;}
.yewu_box .txt h3{padding-bottom:15px;font-size:17px;}
.yewu_box .txt h3::after {width: 15%;}
.yewu_box .txt p{margin:15px 0 20px;font-size:13px;line-height:1.8;}
.yewu_box .txt a{width:108px;line-height:32px;margin-right:10px;font-size:13px;}
.yewu_box .txt a i{font-size:14px;margin-right:10px;}
.yewu_box .txt .tel{width:160px; font-size:14px;}
}


/*概述*/
.gaishu_box{padding-bottom:0;}
.gaishu_box .title{margin-bottom:.4rem;}
.gaishu_box .title h3{position:relative;font-weight:normal;width:100%;border-bottom:1px solid rgba(204,204,204,.5);padding-bottom:25px;font-size:.28rem;color:var(--main_color);}
.gaishu_box .title h3::after {width: 6%;height: 3px;bottom: -2px;display: block;content: '';background:var(--main_color);position: absolute;
left: 0;}
.gaishu_box .title h3 i{font-size:.22rem;margin-right:10px;}

@media screen and (max-width:768px) {
.gaishu_box .title{margin-bottom:15px;}
.gaishu_box .title h3{padding-bottom:15px;font-size:18px;}
.gaishu_box .title h3::after {width: 16%;}
.gaishu_box .title h3 i{font-size:15px;}

}




/*========================产品内容页======================*/
.show_pro_bg{padding:.3rem 0 .8rem;overflow:hidden;background:#f5f5f5;}
.pro_weizhi{line-height:32px;margin-bottom:10px;}
.pro_weizhi i svg{width:18px; fill:#000;margin-right:10px;margin-top: 6px;}
.pro_weizhi p a{ margin:0 5px; display:inline-block; color:#333;}

/*产品内容*/
.pro_show1{ margin-top:0;background:#fff;border-radius:10px;padding:.3rem .5rem .5rem;box-sizing:border-box;}
.pro_show1 .left{ width:40%; max-width:600px; overflow: hidden; }
.pro_show1 .right{ width:57%; min-width:calc(100% - 650px);}
.show_pro_tit{ font-size:.26rem;font-weight:bold; padding-bottom:15px; margin-bottom:.3rem; border-bottom: 1px solid #efefef; color:#000;}
.show_pro_tit i{width:.56rem; height:.56rem;background:var(--main_color); border-radius:100%; margin-right:10px;}
.show_pro_tit i svg{fill:#fff; height:35px;}


/* 产品大图 */
#focus {width:100%; position:relative; border:solid 1px #e8e8e8; box-sizing:border-box;}
#focus figure{overflow:hidden; height:3.8rem; position:relative;padding:.3rem .3rem;box-sizing:border-box; }
#focus figure a{ width:100%; height:100%;}
#focus figure a img{max-width:100%;max-height:100%; object-fit: cover;}

/*分页器*/
#focus .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 100%; background:rgba(0,0,0,0.25); transition: all .5s ease;opacity: 1.0; font-size:0; overflow:hidden;}
#focus .swiper-pagination-bullet-active{background:var(--main_color);color: #fff;width: 25px;border-radius: 25px;}
#focus .swiper-pagination{bottom:10px;}


/*产品缩略图轮播*/
#tabs5 {width: 100%; position: relative;margin-top:12px;padding:0 20px;box-sizing:border-box;}
#tabs5 li {border: 1px solid #e8e8e8; cursor: pointer; position:relative;padding:.1rem .1rem;box-sizing:border-box;}
#tabs5 li.active{border: 1px solid #f60;}
#tabs5 li img{width:100%; display:block; transition:0.3s all;}
#tabs5 .swiper-button-prev {width: 10px;height: 30px;background-size: 10px auto;background-image: url('../images/adv-left-icon.png') !important;top: 62%;left: 0;z-index: 1;outline: none;}
#tabs5 .swiper-button-next {width: 10px;height: 30px;background-size: 10px auto;background-image: url('../images/adv-right-icon.png') !important;top: 62%;right: 0;z-index: 1;outline: none;}

.pro_show1 .right h1{ font-size:.3rem; color:#000;margin-bottom:20px;position:relative;padding-left:15px;}
.pro_show1 .right h1:before{position:absolute;content:'';top:50%; left:0;transform:translateY(-50%);width:5px;height:22px;border-radius:15px;background:var(--main_color);}
.pro_show1 .pro_desc{font-size:16px;line-height:1.6; text-align:left; color:#666; margin:30px 0 0;}
.pro_show1 .right .btn{margin-top:15px;}
.pro_show1 .right .btn a{ line-height:43px; padding:0 30px; border-radius:3px; display:inline-block; background:var(--main_color);font-size: 15px; font-weight: 400;color: #FFFFFF; margin-right:15px;}
.pro_show1 .right .btn i{ font-size:18px; margin-right:5px;}
.pro_show1 .right .btn a.a2{ /*background:#059b80;*/ background:var(--second_color);}
.pro_show1 .right .btn a.a3{background:#ff8600;}

.pro_show1 .chanshu{line-height:2.4;font-size:.16rem;text-align:left;}


@media screen and (max-width:768px) {
.show_pro_bg{padding:0 0 30px;overflow:hidden;background:#fff;}
.show_pro_bg .main_tit{display:none;}
.pro_weizhi,.pro_side{ display:none;}
.pro_main{min-height:auto;  margin:0; padding:0; width:100%;} 
.pro_show1 .left{ width:100%; max-width:auto;}
.pro_show1 .right{ width:100%; min-width:auto;}
#focus figure{height:220px;}

.pro_show1{ margin-top:10px;border-radius:5px;padding:15px 15px;}
.pro_show1 .right h1{ font-size:20px;margin-top:20px;padding-left:13px;}
.pro_show1 .right h1:before{width:5px;height:17px;}
.pro_show1 .pro_desc{font-size:14px;margin:15px 0 0;}
.pro_show1 .right .btn{margin-top:15px; justify-content:space-between;}
.pro_show1 .right .btn a{ line-height:36px; padding:0; width:32%; text-align:center; font-size: 13px; margin-right:0;}
.pro_show1 .right .btn i{ font-size:14px;}

.pro_show1 .chanshu{line-height:2;font-size:14px;}


.show_pro_tit{margin-bottom:30px; }
.show_pro_tit{ font-size:18px; padding-bottom:10px; margin-bottom:15px;}
.show_pro_tit i{width:38px; height:38px;}
.show_pro_tit i svg{ height:25px;}

}


.show_main{ padding:0 0 .8rem; background:#fff; position:relative; padding-top:.35rem; z-index:2;}
.show_pro1_tit{color:#000;font-size:.4rem;margin:.5rem 0 .3rem;font-weight:bold;}
.show_pro1{background:#f8f8f8; border-radius:10px; overflow:hidden;}
.show_pro1 .pic{width:45%;overflow:hidden;}
.show_pro1 .pic img{width:100%;display:block;}
.show_pro1 .txt{width:55%;padding:0 .45rem;box-sizing:border-box;}
.show_pro1 .txt h1{color:#000;font-size:.32rem;font-weight:normal;}
.show_pro1 .txt .desc{color:#555;font-size:.16rem;line-height:1.8; text-align:left;margin:.25rem 0 .4rem;}


.show_pro1 .btn{}
.show_pro1 .btn a{ line-height:43px; padding:0 30px; border-radius:3px; display:inline-block; background:var(--main_color);font-size: 15px; font-weight: 400;color: #FFFFFF; margin-right:15px;}
.show_pro1 .btn i{ font-size:18px; margin-right:5px;}
.show_pro1 .btn a.a2{ /*background:#059b80;*/ background:var(--second_color);}
.show_pro1 .btn a.a3{background:#ff8600;}

.show_chanshu .miaoshu{margin:0 0 .4rem;font-size:.18rem;text-align:left;line-height:1.4;}
.show_chanshu dl{border-bottom:1px solid #ccc;padding:25px 0;font-size:.16rem;}
.show_chanshu dl:first-child{border-top:1px solid #ccc;}
.show_chanshu dl dd{width:25%;font-weight:bold; text-transform:uppercase;}
.show_chanshu dl dt{width:75%;}

.show_img figure{width:23.5%;margin-right:2%;box-sizing:border-box;overflow:hidden;margin-bottom:.25rem; border-radius:10px; position:relative; cursor:pointer;}
.show_img figure:nth-child(4n){margin-right:0;}
.show_img figure:after{ content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.5); opacity:0; transition:0.5s all;}
.show_img figure img{width:100%;display:block; transition:0.5s all;}
.show_img figure:hover img{ transform:scale(1.1);}
.show_img figure:hover:after{ opacity:0.5;}

.show_xg{ background:#f8f8f8; padding-bottom:.8rem;}
.show_xg li{width:23.5%; margin-right:2%; margin-bottom:.2rem; overflow:hidden;  background:#fff; border-radius:15px; box-sizing:border-box;box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%); }
.show_xg li:nth-child(4n){ margin-right:0;}
.show_xg li .pic {overflow:hidden;}
.show_xg li .pic img{width:100%;display:block; transition:all .3s;}
.show_xg li .txt{ font-size:.2rem; padding:.3rem .1rem; text-align:center;}
.show_xg li:hover .pic img{ transform:scale(1.1,1.1);}

@media screen and (max-width:768px) {
.show_main{width:100%;padding:0 0 20px;box-sizing:border-box;}
.show_pro1_tit{font-size:18px;margin:30px 0 10px;}
.show_pro1{overflow:hidden;border-radius:8px;}
.show_pro1 .pic{width:100%;}
.show_pro1 .txt{width:100%;padding:20px 15px 30px;box-sizing:border-box;}
.show_pro1 .txt h1{font-size:20px;}
.show_pro1 .txt .desc{font-size:14px; line-height:1.5; margin:15px 0 20px;}


.show_pro1 .btn a{ line-height:42px; padding:0; width:100%; text-align:center; font-size: 15px; margin-right:0;}
.show_pro1 .btn i{ font-size:15px;}

.show_chanshu .miaoshu{margin:0 0 10px;font-size:15px;line-height:1.5;}
.show_chanshu dl{padding:15px 0;font-size:14px;}
.show_chanshu dl dd{width:20%;line-height:1.4;}
.show_chanshu dl dt{width:75%;font-size:14px; line-height:1.4;}

.show_img figure{width:48.5%;margin-right:3%; margin-bottom:12px; border-radius:8px; }
.show_img figure:nth-child(2n){ margin-right:0;}

.show_xg li{width:48.5%;margin-right:3%;margin-bottom:15px;border-radius:8px;}
.show_xg li:nth-child(2n){margin-right:0;}
.show_xg li .txt{line-height:1.5;font-size:15px;}
}




















/*========================公司介绍======================*/
.page_about{padding:.9rem 0 .9rem 0;}
.page_about .tit{width:30%;}
.page_about .tit h2{ font-size:.46rem; color:#000; line-height:1.4; position:relative; font-weight:normal;}
.page_about .tit h2:nth-child(2):after{content: ""; display:block;background:var(--main_color);width: .4rem;height: 4px; margin-top:20px;}
.page_about .txt{width:62%; text-align:left; font-size:16px; line-height:2;}
.page_about .txt p{ margin-bottom:15px;}
.page_about .txt img{max-width:100%; margin-top:30px;}

@media screen and (max-width:768px) {
.page_about{padding:25px 15px;}
.page_about .tit{width:100%;}
.page_about .tit h2{ font-size:22px;}
.page_about .tit h2:nth-child(2):after{ width: .6rem;height: 4px; margin-top:8px;}
.page_about .txt{width:100%; font-size:15px; margin-top:15px;}
.page_about .txt img{max-width:100%; margin-top:20px;}
}




/* 数字变换css */
.page-number-info { margin-top:.3rem; overflow:hidden;}
.page-number-info ul {}
.page-number-info li { padding:.4rem 0; box-sizing:border-box; border-bottom:solid 1px #e8e8e8; position:relative;}
.page-number-info li:after {content: '';width: 25px;height: 1px;background-color:var(--main_color);position: absolute;left: -25px;bottom: -1px;z-index: 2;animation: moveline 4s linear infinite;}
.page-number-info li b {display: inline-block;position: relative; font-weight:normal;  color:var(--main_color);}
.page-number-info li p {font-size:.2rem; color:#000;}
.page-number-info li b i { font-style:normal;font-family:"MiSans"; font-size:.36rem; }
.page-number-info li b sup { font-size: .16rem; }
.page-number-info li b span { font-weight:normal; font-size: .2rem;}

.page-number-info li:nth-child(2):after{animation-delay: 1s;}
.page-number-info li:nth-child(3):after{animation-delay: 2s;}
.page-number-info li:nth-child(4):after{animation-delay: 3s;}
@keyframes moveline {
  0% {
    left: -25px;
  }
  100% {
    left: 100%;
  }
}

@media screen and (max-width:768px) {
.page-number-info {border-top:0; margin-top:15px;}
.page-number-info li{padding:20px 0; }
.page-number-info li b{ }
.page-number-info li b i {font-size:28px;}
.page-number-info li b sup {font-size:12px; }
.page-number-info li b span {font-size: 14px;}
.page-number-info li p {font-size:16px;}

}

/*======================数说======================*/
.about_section2 { background:url(../images/index_bg1.jpg) center no-repeat #222; background-size: cover; background-attachment:fixed; position: relative; height:6.6rem; overflow:hidden; z-index:2; }
.indexc3Box { width:100%;text-align:center;font-size:.4rem; font-weight:bold;  color: #FFF; display: inline-block; position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.index3_ani{ height: 401px; width: 432px; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index:4; opacity:0.5}
.index3_ani i{ display: block; width: 357px; height: 357px; background: url(../images/aniLine.png); position: absolute; top: 50%; left: 50%; opacity: 0; margin-top: -178px; margin-left: -178px; z-index:5;}
.index3_ani i:nth-of-type(1){animation: ani_1 2s linear infinite;}
.index3_ani i:nth-of-type(2){animation: ani_2 2s linear infinite;}
.index3_ani i:nth-of-type(3){animation: ani_3 2s linear infinite;}
.index3_ani i:nth-of-type(4){animation: ani_4 2s linear infinite;}
.index3_ani i:nth-of-type(5){animation: ani_5 2s linear infinite;}
.index3_ani i:nth-of-type(6){animation: ani_6 2s linear infinite;}
.index3_ani i:nth-of-type(7){animation: ani_7 2s linear infinite;}
.index3_ani i:nth-of-type(8){animation: ani_8 2s linear infinite;}
.index3_ani i:nth-of-type(9){animation: ani_9 2s linear infinite;}
.index3_ani i:nth-of-type(10){animation: ani_10 2s linear infinite;}
@keyframes ani_1{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	40%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_2{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	43%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_3{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	46%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_4{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	49%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_5{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	52%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_6{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	55%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_7{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	58%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_8{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	61%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_9{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	64%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}
@keyframes ani_10{
	0%{transform: rotate(0deg) scale(1); opacity: 1;}
	67%{transform: rotate(180deg) scale(0.5);}
	100%{transform: rotate(360deg) scale(1); opacity: 1;}
}

.index_c3imgAni2 {position:relative;}
.index_c3aniImgs{ width:100%; height:100%; position:absolute; left:0; top:0;}
.index_c3aniImgs img{ width:100%; height:auto; position:absolute; left:0; top:50px; opacity:0; animation: ani2_img 12s linear infinite 0s;}
.index_c3aniImgs img:nth-child(1){animation-delay: 0s;}
.index_c3aniImgs img:nth-child(2){animation-delay: 4s;}
.index_c3aniImgs img:nth-child(3){animation-delay: 8s;}
@keyframes ani2_img{
	0%{transform:scale(0.5); opacity: 0;}
	33%{transform:scale(1); opacity: 1;}
	50%{transform:scale(1.2); opacity: 0;}
	100%{transform:scale(1.2); opacity: 0;}
}



@media screen and (max-width:768px) {
.about_section2{overflow:hidden; height:220px;}

.index3_ani{width:160px; height:160px;}
.index3_ani i{height:160px; width:160px; margin-top:-80px; margin-left:-80px; background-size:cover;}
.index_c3imgAni{width:500px; position:relative;}
.index_c3imgAni2{width:500px; position:relative;}
}


/*======================参观公司======================*/
.cggs_list{ box-sizing:border-box; margin:0 0 0 0;}
.cggs_list li { overflow:hidden; border-radius:10px; position:relative;}
.cggs_list li .pic img{width:100%;height:100%; object-fit:cover; display:block; transition:.4s all;}
.cggs_list li .txt{background:rgba(0,0,0,0.4); position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition: 0.4s all;}
.cggs_list li .txt i {display: block;width: 60px;height: 60px;background:var(--main_color);border-radius: 100%; opacity:0; transition: 0.6s all;}
.cggs_list li .txt i::after {content: '';width: 20px;height: 2px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cggs_list li .txt i::before {content: '';width: 2px;height: 20px;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cggs_list li:hover .txt,.cggs_list li:hover .txt i{ opacity:1;}
	
/*按钮切换*/
#cggs_btn{position:relative;}	
#cggs_btn .swiper-button-prev { left:0px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#cggs_btn .swiper-button-next {right:0px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#cggs_btn .swiper-button-prev,#cggs_btn .swiper-button-next { width:.68rem;height:.68rem; outline:none;  opacity:1; transition:0.3s all;}


/*分页器*/
#cggs_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#cggs_btn .swiper-pagination-bullet-active{background:#FF5F2A; opacity: 1.0;}
#cggs_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#cggs_btn .swiper-pagination span{margin:0 3px;}
@media screen and (max-width:768px) {
.cggs_list{ margin:0;}
.cggs_list li { border-radius:5px; }
#cggs_btn .swiper-button-prev,#cggs_btn .swiper-button-next { display:none;}
}


/*======================服务支持======================*/
.fwzc{position:relative; margin-bottom:.3rem; overflow:hidden; padding-bottom:40px;}
.fwzc li{text-align: center; background: #f5f6f7;border-radius: 10px; overflow: hidden;position: relative; padding:.35rem .15rem .2rem; min-height:280px; transition:0.3s all;}
.fwzc li .pic img{ transition:0.3s all;}
.fwzc li .txt h3{ font-size:.18rem; margin-top:15px;}
.fwzc li .txt h3:after {content: '';display: block;width: 25px;height: 2px;background:var(--main_color);margin:.15rem auto; transition:0.3s all;}
.fwzc li .txt p{ line-height:1.6; height:100px; color:#666;transition:0.3s all;}
.fwzc li .num{ font-size:.25rem; color:#ccc; font-family:din; display:none;}
.fwzc li:hover{ background:var(--main_color); color:#fff;}
.fwzc li:hover .pic img{filter: grayscale(100%) brightness(1000%);}
.fwzc li:hover .txt p{color:rgba(255,255,255,0.8);}
.fwzc li:hover .txt h3:after { background:#fff;}
.fwzc_desc{font-size:.25rem; text-align:center; font-weight:bold; margin:0 auto .6rem; line-height:1.8; width:80%;}

/*分页器*/
#fwzc_btn .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 50%; background:#fff; border:solid 2px #999; transition: all .5s ease;opacity:1;}
#fwzc_btn .swiper-pagination-bullet-active{background:var(--main_color); border:solid 2px var(--main_color); }
#fwzc_btn .swiper-pagination{ text-align:center; width:100%; bottom:0px; overflow:hidden;  display:none;}
#fwzc_btn .swiper-pagination span{margin:0 3px;}

@media screen and (max-width:768px) {
.fwzc li{height:220px;}
.fwzc li .txt h3{ font-size:15px; margin-top:10px;}
.fwzc li .txt h3:after { width: 20px;height: 2px; margin:10px auto; }
.fwzc li .pic img{ height:36px;}
.fwzc li .txt p{ line-height:1.4; font-size:13px; height:80px;}
.fwzc li .num{ font-size:20px;margin-top: 20px; }

#fwzc_btn .swiper-pagination{ display:block; }

.fwzc_desc{font-size:16px; margin:25px auto 30px; line-height:1.6; width:100%;}


}

.into-city {width: 100%;height: 209px;left: 0;bottom: 0;background: url(../images/intojt1img.png) repeat center center/auto 100%;animation: citymove 60s linear infinite;}
@keyframes citymove{0%{background-position:0px 0px;}100%{background-position:1920px 0;}}
@media screen and (max-width:768px) {
.into-city { height:125px;}
}



/*================企业文化=======================*/
.qywh_bg{ background:url(../images/qywh_bg.jpg) no-repeat center; background-size:cover; padding-bottom:1rem;}
.qywh_bg .desc{ line-height:2; text-align:justify;width:100%; font-size:18px;}
.qywh_bg .desc p{ margin-bottom:15px;}
.qywh_box{ margin-top:.6rem;}
.qywh_box li{ background:rgba(255,255,255,0.68); width:33.28%; padding:.68rem .5rem; box-sizing:border-box;}
.qywh_box li .ico{ margin-bottom:.25rem;}
.qywh_box li .txt{ text-align:center;}
.qywh_box li .txt h3{ font-size:.25rem; }
.qywh_box li .txt h3:after{ content:''; display:block; width:.25rem; height:3px;background:var(--main_color); margin: .2rem auto .2rem; }
.qywh_box li .txt p{ font-size:.18rem; color:#666;line-height:1.6;}

@media screen and (max-width:768px) {
.qywh_bg .desc{width:100%; line-height:1.4; text-align:left; font-size:15px;}
.qywh_bg .desc br{ display:none;}
.qywh_box li{ width:100%; height:auto; padding:15px 30px 25px; margin-bottom:1px;}
.qywh_box li .ico{ margin-bottom:10px;}
.qywh_box li img{ height:50px; }
.qywh_box li .txt h3{ font-size:18px; }
.qywh_box li .txt h3:after{  margin:10px auto 10px; }
.qywh_box li .txt p{ font-size:15px;margin:0 10px;}

}


.qywh_box1{padding:0 0 1rem 0;}
.qywh_box1 li{width:32%; position:relative; perspective: 5000px;}
.qywh_box1 li:nth-child(4),.qywh_box1 li:nth-child(5){width:49%;margin-top:.35rem;}
.qywh_box1 li .front,.qywh_box1 li .back{position:relative;backface-visibility: hidden;transition: transform 3s cubic-bezier(.34,1.56,.64,1); overflow:hidden; border-radius:10px;}
.qywh_box1 li .pic{ height:4.2rem;}
.qywh_box1 li .pic img{width:100%;height:100%;object-fit:cover;display:block;}
.qywh_box1 li .txt{position:absolute;width:100%;height:100%; left:0; top:0; background:rgba(0,0,0,.25);padding:.68rem .3rem 0;box-sizing:border-box; text-align:center; color:#fff;}
.qywh_box1 li .ico img{height:.5rem;}
.qywh_box1 li h3{ font-size:.25rem;margin:.25rem 0 .2rem; font-weight:bold;  line-height:1.3;}
.qywh_box1 li p{line-height:1.6;font-size:.18rem;}

.qywh_box1 li .back{position:absolute;width:100%;height:100%;top:0;left:0;padding:0 .35rem;box-sizing:border-box; text-align:left;color:#fff;  transform: rotateY(180deg);z-index: 1000;background:var(--main_color);line-height:1.6; font-size:.18rem;}
.qywh_box1 li .back h3{font-size:.25rem;margin:.15rem 0 .15rem;text-align:center;}

.qywh_box1 li:hover .front{transform: rotateY(180deg);}
.qywh_box1 li:hover .back{transform: rotateY(0);}

@media screen and (max-width:768px) {
.qywh_box1{padding:30px 0 20px;}
.qywh_box1 li{width:100%; margin-bottom:12px;}
.qywh_box1 li:nth-child(4),.qywh_box1 li:nth-child(5){width:100%;margin-top:0;}
.qywh_box1 li .front,.qywh_box1 li .back{border-radius:4px;}
.qywh_box1 li .pic{ height:260px;}
.qywh_box1 li .txt{padding:0 15px; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.qywh_box1 li .ico img{ height:42px;}
.qywh_box1 li h3{ font-size:18px;margin:10px 0;}
.qywh_box1 li p{ font-size:15px;}

.qywh_box1 li .back{padding:0 15px;}
.qywh_box1 li .back h3{font-size:16px;margin:0px 0 5px;}
.qywh_box1 li .back .desc{font-size:12px;line-height:1.2;}

.qywh_box1 li:hover .front{transform: rotateY(180deg);}
.qywh_box1 li:hover .back{transform: rotateY(0);}
}


.page_qywh_bg{background:#f5f5f5;padding:.9rem 0 .6rem;}
.qywh_box2 li{background:#fff;width:49%;padding:.25rem .4rem .3rem;box-sizing:border-box;margin-bottom:.3rem;border-radius:8px; position:relative;}
.qywh_box2 li:before{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background:var(--main_color);transition:all .5s;}
.qywh_box2 li .txt{width:100%;}
.qywh_box2 li .ico {margin-right:.2rem;}
.qywh_box2 li .ico img{height:.6rem;}
.qywh_box2 li h3{font-size:.25rem; margin:.15rem 0; color:var(--main_color);}
.qywh_box2 li p{font-size:.18rem; line-height:1.6;}
.qywh_box2 li .desc{color:#666;line-height:1.8;text-align:left; font-size:.16rem; margin-top:.2rem;}
.qywh_box2 li:hover:before{width:100%;}

@media screen and (max-width:768px) {
.page_qywh_bg{padding:30px 0 20px;}
.qywh_box2 li{width:100%;padding:25px 20px;margin-bottom:15px;border-radius:4px; }
.qywh_box2 li .ico img{height:36px;}
.qywh_box2 li h3{font-size:16px;font-weight:bold;}
.qywh_box2 li p{font-size:14px; font-weight:bold; line-height:1.4;}
.qywh_box2 li .desc{line-height:1.4;margin-top:10px; font-size:14px;}

}



/*======================资质荣誉======================*/
.ry_box1{background:url(../images/ry_bg1.jpg) center; background-size:cover; min-height:560px;overflow:hidden;}
.ry_shuzi{width:800px; position:relative;  z-index:5; margin:.3rem auto .6rem auto;}
.ry_shuzi li{ position: relative; box-sizing:border-box; width:2rem; text-align:center;}
.ry_shuzi li i{ font-size:.4rem; font-style:normal; font-weight:bold; margin-right:5px; font-family: arial,"Microsoft Yahei"; color:var(--main_color);}
.ry_shuzi li sup{font-size:.25rem; font-weight:normal;  color:var(--main_color);}
.ry_shuzi li p{ font-size:.18rem; line-height:1; margin-top:5px;  font-weight:normal; }
@media screen and (max-width:768px) {
.ry_box1{background:url(../images/ry_bg1.jpg) center; min-height:auto; padding-bottom:40px;margin-top:0;}
.ry_shuzi{width:100%; margin:0 auto auto auto;}
.ry_shuzi li{width:50%; margin-bottom:20px;}
.ry_shuzi li i{ font-size:25px; font-family:din; }
.ry_shuzi li sup{font-size:20px;}
.ry_shuzi li p{ font-size:13px;}

}

/*------------*/
.my_ry1{ margin-bottom:.68rem;}
.my_ry1 li{width:22%;}
.my_ry1 .bg{ position:relative;}
.my_ry1 .bg>img{width:100%; display:block; position:relative; z-index:2; opacity:0;}
.my_ry1 .pic{ position:absolute; width:100%; height:100%; background:#fff; left:0; top:0; z-index:1;}
.my_ry1 .pic img{ max-width:100%; height:100%; background:url(../images/rongyu_bg.png) no-repeat center; background-size:100% 100%; padding:15px 10px;}
.my_ry1 .txt{font-size:16px; line-height:1.5; padding:.15rem .1rem; text-align:center;} 
@media screen and (max-width:768px) {
.my_ry1 li{width:48%; margin-bottom:12px;}
.my_ry1 .txt{font-size:14px; line-height:1.5; padding:10px 0;} 
}
.my_ry2 { padding-bottom:.68rem;}
.my_ry2 li{width:18%; margin-right:2.5%; background:#324354; padding:.15rem .15rem 0; box-sizing:border-box; border-radius:.2rem 0 .2rem 0; transition:0.3s all;}
.my_ry2 li:nth-child(5n){ margin-right:0; }
.my_ry2 li:hover{background:var(--main_color);}
.my_ry2 .pic{}
.my_ry2 .pic img{width:100%;}
.my_ry2 .txt{font-size:.2rem; line-height:1.5; padding:.15rem 0; text-align:center; color:#FFF;} 
.my_ry2 .txt p{font-size:.15rem; }
@media screen and (max-width:768px) {
.my_ry2 li{width:31%; margin-right:3.5%; padding:5px; border-radius:10px 0 10px 0; margin-bottom:12px;}
.my_ry2 li:nth-child(3n){ margin-right:0; }
.my_ry2 li:nth-child(5n){ margin-right:auto; }
.my_ry2 .txt{font-size:16px; padding:10px 0;} 

}
.my_ry3 { padding-bottom:.3rem;}
.my_ry3 li{width:23%; background:#324354; padding:.1rem .1rem; border-radius:.1rem; box-sizing:border-box; transition:0.3s all;}
.my_ry3 li:hover{background:var(--main_color);}
.my_ry3 .pic{}
.my_ry3 .pic img{width:100%;}
.my_ry3 .txt{font-size:.2rem; line-height:1.5; padding:.15rem 0; text-align:center; color:#FFF;} 
.my_ry3_desc{ line-height:2; font-size:.18rem; margin-bottom:.6rem; text-align:center;}
.my_ry3_desc h5{ font-size:.22rem; }


@media screen and (max-width:768px) {
.my_ry3 li{width:48%; padding:6px; border-radius:.1rem; margin-bottom:10px;}

}

/*======================资质荣誉列表页======================*/
.zzry_list{ overflow:hidden;  box-sizing:border-box; padding:0 10px; margin-top:.25rem;}
.zzry_list li {background:#fff; padding: 25px 0; border-radius:10px; overflow:hidden;}
.zzry_list li .pic{ height:2rem;}
.zzry_list li .pic img{max-width:100%;max-height:100%;display: inline-block;opacity:1;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute;border-radius:5px; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.zzry_list li:hover .txt{ opacity:1; transform: scale(1);}
.zzry_list li p{ font-size:.16rem;  text-align:center; margin-top:.15rem;margin:15px 15px 0;}

/*按钮切换*/
#zzry_btn{position:relative;}	
#zzry_btn .swiper-button-prev { left:-35px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-next {right:-35px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:80px;height: 80px; margin-top:-40px; outline:none;  opacity:1; transition:0.3s all;}
#zzry_btn .swiper-button-prev:hover,#zzry_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#zzry_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#zzry_btn .swiper-pagination-bullet-active{background:#FF5F2A; opacity: 1.0;}
#zzry_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#zzry_btn .swiper-pagination span{margin:0 3px;}

@media screen and (max-width:768px) {
.zzry_list li .pic{ height:150px;}
.zzry_list li .pic img{max-width:85%;max-height:100%; }

#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:60px;height: 60px; margin-top:-30px;}
#zzry_btn .swiper-button-prev { left:-20px; }
#zzry_btn .swiper-button-next {right:-20px; }

}



.ry_box2{}
.ry_box2 .left{ width:300px; display:flex; align-self:flex-end;}
.ry_box2 .left img{ width:100%;}
.ry_box2 .right{ width:calc(100% - 300px);padding:.3rem 0 .35rem;}
.circle{height: 88px;width: 88px;position:relative; z-index:9; }
.circle .pic { background:var(--main_color);  border-radius: 50%; width:100%; height:100%; position:relative; z-index:2;}
.circle span {width: 180%;height: 180%;position: absolute;top: -40%;left: -40%;border-radius: 50%;background-color:var(--main_color);transform: scale(0.5);animation: circleScale 3s linear infinite; z-index:1;}
.circle span:nth-of-type(2) {animation-delay: 1s;}
.circle span:nth-of-type(3) {animation-delay: 2s;}
@keyframes circleScale {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/*荣誉滚动*/
.select {}
.select .explain { width:300px;}
.select .explain ul {position:relative; padding:50px 0 0 60px}
.select .explain ul:before{ position:absolute; left:40px; top:0; content:''; width:2px; height:100%; display:block; background:#e8e8e8;}

.select .explain ul li {cursor: pointer;margin-bottom:.15rem; font-size:15px; transition: all 0.3s; position:relative; line-height:1.3;}
.select .explain ul li:after{content:"";position:absolute;top:50%;left:-25px; background:#fff; transform:translateY(-50%); border:solid 2px #ccc; width:8px; height:8px; border-radius:50%; transition: all 0.3s;}

.select .explain ul li.current{ color:var(--main_color);}
.select .explain ul li.current:after{ border:solid 2px var(--main_color);}

.select .con {width:calc(100% - 320px); overflow: hidden; padding-top:.3rem;}
.select .select_swiper .select_side {text-align: center;  position: relative; cursor: url(../images/move.png),default!important;}
/*.select .select_swiper .select_side img{width:100%; display:block;}*/
.select .select_swiper .select_side::before {content: '';background-color: #ffffff;width: 100%;height: 100%;left: 0;top: 0;position: absolute;opacity: 0.6;}
.select .select_swiper .select_side.swiper-slide-active::before {opacity: 0;}

.select_side .bg{ position:relative; z-index:2;}
.select_side .bg img{width:100%; display:block; }
.select_side .pic{ position:absolute; width:100%; height:100%; background:#fff; left:0; top:0; z-index:1;}
.select_side .pic img{ max-width:100%; max-height:100%;}

@media screen and (max-width:768px) {
.circle{height:60px;width: 60px; margin-left:5%;}
.circle .pic img{ width:50%;}
.select .explain ul {padding:40px 0 0 50px}
.select .explain ul:before{left:30px;}
.select .explain ul li {margin-bottom:15px; font-size:14px;}


.ry_box2 .left{ display:none;}
.ry_box2 .right{ width:100%;padding:0;}
.select .explain { width:95%; margin-left:5%;}
.select .con {width:100%; margin-bottom:50px; }

}


.ry_box3{background:url(../images/fwtd_bg.jpg) center; background-size:cover; padding-bottom:.8rem;}
/*发明专利*/
.zl_list{}
.zl_list figure{width:15%; margin:0 2% 15px 0; box-sizing:border-box;  overflow:hidden;} 
.zl_list figure:nth-child(6n){margin-right:0;}
.zl_list figure a{ position:relative; height:2.5rem; background:#fff; border-radius:5px; overflow:hidden;}
.zl_list figure a img{ max-width:90%; max-height:90%;}
.zl_list figure .zoom{width:100%; height:100%; display:block; position:absolute;  left:0; top:0; background:url(../images/icon-hsrch.png) no-repeat center rgba(0,0,0,0.5); opacity:0; transition:0.3s all;}
.zl_list figure:hover .zoom{opacity:1; cursor:pointer;}

@media screen and (max-width:768px) {
.zl_list figure{width:48.5%; margin:0 3% 12px 0;}   
.zl_list figure:nth-child(2n){margin-right:0;}
.zl_list figure a{ height:180px; }
.zl_list figure a img{ max-width:96%; max-height:96%;}
}



/*======================发展历程======================*/
.fzlc_bg{ background:url(../images/fz.png) no-repeat center bottom #F7F8FA; min-height:660px; background-size:content; padding:.3rem 0 1rem; box-sizing:border-box;}

.thumbs, .gallery{width: 100%;position: relative;padding: 0 80px;user-select: none; box-sizing:border-box;overflow:hidden;}
.thumbs::after{content: "";position: absolute;width: calc(100% - 160px);height: 2px;background:var(--main_color); opacity:0.2;bottom: 17px;left: 0;right: 0;margin: 0 auto; z-index:0;}
.thumbs-year{width: 100%;position: relative;display: flex;transition: all .4s ease;line-height: 1;align-items: flex-end;justify-content: center;height:70px;padding-bottom:50px;font-size: 20px;color: #666; }
.thumbs-year::before, .thumbs-year::after{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;border-radius: 50%;}
.thumbs-year::before{width:24px;height: 24px;background: #fff;opacity:1; bottom:7px;transition: all .4s ease;}
.thumbs-year::after{width:10px;height:10px;background: #ccc;bottom: 14px;transition: all .4s ease;}
.thumbs-year:hover{color:var(--main_color);}
.thumbs-year.active{color:var(--main_color);font-size:.3rem;}
.thumbs-year.active::before{background:var(--main_color); transform: scale(1.25); }
.thumbs-year.active::after{background:#fff;transform: scale(1.2);}

.gallery{margin-top:.6rem;}
.gallery li{width: 86%;background: #FFFFFF;box-shadow: 0px 5px 15px 0px rgba(210, 213, 219, 0.3);border-radius: 10px;position: relative;padding:.6rem; box-sizing:border-box; margin:25px auto;}
.gallery li .y_1{position: absolute;left: 2.5vw;top:-22px;z-index: 1;}   
.gallery li .y_2{position: absolute;right: 2.5vw;bottom:-22px;z-index: 2;}  
.gallery li .num{ font-size:1rem;color:var(--main_color); opacity:.1; font-family:MiSans; }
.gallery li .num, .gallery li .cont .pic{overflow:hidden;}
.gallery li .txt{width:calc(100% - 2rem); font-size:.18rem; line-height:1.8; }
.gallery li .txt img{width: 100%;object-fit: cover;}
.gallery li .txt p{ margin-bottom:.2rem; position:relative; padding-left:.25rem; text-align:justify;}
.gallery li .txt p:before{content: '';width: 8px;height:8px; border:solid 2px var(--main_color);border-radius: 50%; position: absolute;left: 0;top:10px;}
.thumbs-prev, .thumbs-next{position: absolute;width: 35px;height: 35px;bottom: 1px;background: url('../images/mtarr.png') no-repeat center;transition: all .4s ease;cursor: pointer; outline:none;}
.thumbs-prev{left:25px;}
.thumbs-next{right: 25px;transform: rotate(180deg);}
.thumbs-prev:hover, .thumbs-next:hover{background-image: url('../images/mtarrh.png');}

.gallery .swiper-pagination{ display:none;}
/* --- */

@media screen and (max-width:768px) {
.fzlc_bg{min-height:auto; padding:0 0 30px; }
.thumbs, .gallery{padding: 0 10px;}
.thumbs::after{width: calc(100% - 50px); bottom: 17px;}
.thumbs-year{height:50px;padding-bottom:40px;font-size:18px;}
.thumbs-year::before{width: 25px;height: 25px; opacity: 0.8; bottom:5px;transition: all .4s ease;}
.thumbs-year::after{width:8px;height:8px; bottom: 14px; }
.thumbs-prev, .thumbs-next{width:25px;height: 25px; background-size:cover; bottom:6px;}
.thumbs-prev{left:0px;}
.thumbs-next{right: 0px;transform: rotate(180deg);}
.thumbs-year.active{font-size:20px;}

.gallery{margin-top: 20px;}
.gallery li{width: 100%; padding:.6rem 15px;}
.gallery li .y_1{width:24px;left: 2.5vw;top:-11px;z-index: 1;}   
.gallery li .y_2{width:24px;right: 2.5vw;bottom:-11px;z-index: 2;} 
.gallery li .num{width:100%;font-size:36px; align-items:start; opacity:.2; order:1; margin-bottom:10px;}
.gallery li .txt{width:100%; font-size:15px; line-height:1.5; order:2;}
.gallery li .txt p{ margin-bottom:10px; position:relative; padding-left:18px;}
.gallery li .txt p:before{ width: 6px;height:6px;top:7px;}



.gallery .swiper-container{position:relative; padding-bottom:40px;}
.gallery .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:#999; transition: all .5s ease;opacity: 1.0;}
.gallery .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
.gallery .swiper-pagination{ text-align:center; width:100%; display:block;}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%!important;}
.gallery .swiper-pagination span{margin:0 3px;}
.zuo_you{width:150px;height:42px;margin:-42px auto 0 auto; position:relative;background:url(../images/you.png) no-repeat right top;background-size: 36px auto; }
.zuo_you:before{content:"";position:absolute;top:0;left:0;width:36px; height:42px;background:url(../images/zuo.png) no-repeat top;background-size:100% auto;}
}

/*==========首页-产品=============*/
.pro_bg{background:#33312E; padding-bottom:.6rem;}
.pro_list li{width:23.8%; margin-right:1.6%; margin-bottom:.25rem; position:relative;overflow:hidden; border-radius:10px; background:#fff; padding:.2rem; box-sizing:border-box; }
.pro_list li:nth-child(4n){ margin-right:0;}
.pro_list li a{display:block;}
.pro_list li .pic {padding:0 0 20px; border-bottom:solid 1px #e8e8e8; position:relative;}
.pro_list li .pic:after { content:''; width:0; height:2px; background:var(--main_color); position:absolute; right:0; bottom:-1px; transition:0.5s ease;}
.pro_list li:hover .pic:after { width:100%; left:0;}
.pro_list li .pic img{width:100%;display:block; transition:all .3s;}
.pro_list li .txt{ font-size:16px; padding:.3rem 0 .1rem; text-align:center;}
/*.pro_list li:hover .pic img{ transform:scale(1.05,1.05);}*/
.pro_bg .lean_more a{ margin:.3rem auto 0;}

/*按钮切换*/
#pro_btn{position:relative;}
#swiper_pro	{overflow:hidden;}
#pro_btn .swiper-button-prev { left:-.3rem;}
#pro_btn .swiper-button-next {right:-.3rem;}
#pro_btn .swiper-button-prev,#pro_btn .swiper-button-next {width: 53px;height: 53px;background:#fff; box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1); opacity:1; transition: all 0.4s ease 0s; border-radius:100%; margin-top:-.45rem; font-size:18px;}
#pro_btn .swiper-button-prev:hover,#pro_btn .swiper-button-next:hover{ background:var(--main_color); color:#fff; border:solid 1px var(--main_color);}

/*分页器*/
#pro_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#pro_btn .swiper-pagination-bullet-active{background:#FF5F2A; opacity: 1.0;}
#pro_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#pro_btn .swiper-pagination span{margin:0 3px;}
@media screen and (max-width:768px) {
.cggs_list{ }
.cggs_list li { border-radius:5px; }
#pro_btn .swiper-button-prev,#pro_btn .swiper-button-next { display:none;}
}


@media screen and (max-width:768px) {
.pro_bg{ margin-top:0; padding-bottom:.6rem;}
.pro_list li{width:48.5%; margin-right:3%; margin-bottom:10px;}
.pro_list li:nth-child(2n){ margin-right:0;}
.pro_list li .txt{ font-size:14px;}

}

/*产品弹窗*/
.tc_pro{width:90%; max-width:1080px; background:#fff; box-sizing:border-box; padding:25px; border-radius:25px; position: relative;z-index: 1;}
.tc_pro .close{position:absolute; top: -10px;
    right: -12px;width: 35px;
    height: 35px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    cursor: pointer;}
.tc_pro .close img{width:40%;}

.tc_pro .pic{width:50%;} 
.tc_pro .pic img{width:100%; display:block;} 
.tc_pro h2{ font-size:.25rem; color:var(--main_color); margin-bottom:.1rem; margin-top:.25rem;}
.tc_pro .desc{ line-height:2; color:#666; margin-top:.2rem;}

.tc_pro .scrollbox{max-height:360px; overflow: auto; width:50%; padding:0 .25rem 0 .5rem; box-sizing:border-box;}
.scrollbox::-webkit-scrollbar {width: 3px;height: 8px;background-color: #f8f8f8;}
.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow:none;background-color: #999;}
@media screen and (max-width:768px) {
.tc_pro{width:85%; padding:15px; border-radius:10px;}
.tc_pro .pic{width:100%;} 
.tc_pro .scrollbox{ width:100%; height:200px; padding:.25rem 0;}
.tc_pro h2{ font-size:18px; margin-bottom:.1rem; margin-top:.15rem;}
.tc_pro .desc{ line-height:1.8; margin-top:.2rem; font-size:13px;}

}

/*=========================内页-产品频道页============================*/
.cate_pro .item{}
.cate_pro .item .title{border-bottom:1px solid rgba(204,204,204,.6); margin-bottom:.3rem;height:45px;}
.cate_pro .item .title h3{background:var(--main_color); height:46px; line-height:46px;padding:0 .3rem 0 .25rem; color:#fff;font-size:18px; border-radius:6px 6px 0 0;}
.cate_pro .item .title h3 i{margin-right:.1rem;font-size:.2rem;}
.cate_pro .item .title a{display:inline-block;line-height:.4rem; font-size:16px;}

@media screen and (max-width:768px) {
.cate_pro .item{margin-bottom:0;}
.cate_pro .item .title{margin-bottom:15px;height:35px;}
.cate_pro .item .title h3{height:36px; line-height:36px;padding:0 5px;font-size:13px;}
.cate_pro .item .title h3 i{display:none;}
.cate_pro .item .title a{line-height:36px; font-size:12px;}
}

.cate_pro .pro_list1{padding-bottom:.3rem;}
.pro_list1{padding-bottom:.8rem;}
.pro_list1 li{width:23.5%;margin-right:2%;margin-bottom:.35rem; box-sizing:border-box;transition:all .5s; }
.pro_list1 li:nth-child(4n){margin-right:0;}
.pro_list1 li .pic{overflow:hidden;}
.pro_list1 li .pic img{width:100%;display:block; transition:all .5s;}
.pro_list1 li .txt{padding:.3rem .3rem;box-sizing:border-box;background:#f5f5f5;}
.pro_list1 li .txt h3{ font-size:.22rem;color:#000; text-align:center;margin-bottom:.3rem;transition:all .5s; line-height:1.2;min-height:.5rem;}
.pro_list1 li .txt .desc{display:none;color:#666;line-height:2;text-align:left;margin:.2rem 0 .3rem;}
.pro_list1 li .txt span{diaplay:block;margin:0 auto;width:2.4rem;line-height:.42rem;border:1px solid #999;text-align:center;border-radius:5px; cursor: pointer;transition:all .5s;}
.pro_list1 li:hover{box-shadow: 0 0 10px rgba(48, 49, 51, .2);}
.pro_list1 li:hover .pic img{ transform:scale(1.1,1.1);}
.pro_list1 li:hover .txt h3{}
.pro_list1 li:hover .txt span{background:var(--main_color);color:#fff; border:1px solid var(--main_color);}

@media screen and (max-width:768px) {
.pro_list1{padding-bottom:20px;}
.pro_list1 li{width:100%;margin-bottom:15px;margin-right:0;}
.pro_list1 li .pic{width:100%;}
.pro_list1 li .txt{width:100%;padding:15px 15px;}
.pro_list1 li .txt h3{font-size:18px; line-height:1.3;min-height:auto;}
.pro_list1 li .txt .desc{font-size:15px;line-height:1.4;margin:10px 0 0;}
.pro_list1 li .txt span{width:180px;line-height:36px;border-radius:4px;margin-top:15px;}
}

/*=====================员工活动==============================*/
.yghd_box{position:relative;overflow:hidden;padding:0 0 1rem;}
.yghd_box figure{overflow:hidden;border-radius:10px;}
.yghd_box figure img{width:100%;display:block;}


/*按钮切换*/
.yghd_box .swiper-button-prev,.yghd_box .swiper-button-next {color:#888; width:45px;height: 45px;background:#e8e8e8;border-radius:50%; top:auto;bottom:0; outline:none;  opacity:1; transition:0.3s all;}
.yghd_box .swiper-button-prev i,.yghd_box .swiper-button-next i{font-size:18px;}
.yghd_box .swiper-button-prev{left:0;right: auto;}
.yghd_box .swiper-button-next{left:55px;right: auto;}
.yghd_box .swiper-button-prev:hover,.yghd_box .swiper-button-next:hover{background:var(--main_color);color:#fff;}

/*分页器*/
.swiper-pagination-progressbar{width:90%!important;right:0!important;left:auto!important;top:auto!important;background:#e8e8e8!important;height:3px!important;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--main_color)!important}
.yghd_box .swiper-pagination { text-align:center; width:100%; bottom:20px;right:0;}

@media screen and (max-width:768px) {
.yghd_box{padding:0 0 50px;}

/*按钮切换*/
.yghd_box .swiper-button-prev,.yghd_box .swiper-button-next {width:30px;height: 30px;}
.yghd_box .swiper-button-prev i,.yghd_box .swiper-button-next i{font-size:14px;}
.yghd_box .swiper-button-prev{left:0;}
.yghd_box .swiper-button-next{left:35px;}

/*分页器*/
.swiper-pagination-progressbar{width:77%!important;height:2px!important;}
.yghd_box .swiper-pagination { bottom:15px;right:0;}
}


/*=====================招聘岗位=================================*/
.zp_bg{background: url(../images/zhaopin.jpg) no-repeat center; background-size: cover;padding-bottom:.8rem;margin-top:.8rem;}

.job_list li{width:32%;background:#fff; padding:.3rem .3rem; border-radius:10px; margin-right:2%; margin-bottom:25px;box-sizing:border-box; transition:all .3s}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li .tit{}
.job_list li .tit .ico{width:45px;overflow:hidden;height:45px;}
.job_list li .tit .ico img{width:100%;display:block;transition:0.3s all;}
.job_list li .tit h3{width:calc(100% - 60px);font-weight:normal;color:#000;font-size:.24rem;transition:0.3s all;}
.job_list li .txt span{color:#666;font-size:15px;margin:.35rem 0 .3rem;transition:0.3s all;}
.job_list li .more i {font-size: 30px;color: #999;transition:0.3s all;}
.job_list li:hover{background:var(--main_color);}
.job_list li:hover .tit .ico img{filter:grayscale(100%) brightness(1000%);}
.job_list li:hover .tit h3{color:#fff;}
.job_list li:hover .txt span{color:#fff;}
.job_list li:hover .more i{color:#fff;} 


/*招聘弹窗*/
.tc_join{width:925px; max-width:90%; background:#fff; /*min-height:480px;*/ padding:60px; box-sizing:border-box; border-radius:10px; position: relative;z-index: 1;}
.tc_join .close{position:absolute; top:25px; right:20px; cursor:pointer;}
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:25px; margin-bottom:25px;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:15px;}
.tc_join .tit p i{ margin-right:5px;}

.tc_join .scrollbox{max-height:360px; overflow: auto; padding-right:.5rem;}
.scrollbox::-webkit-scrollbar {width: 3px;height: 8px;background-color: #f8f8f8;}
.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow:none;background-color: #999;}

.tc_join .con{ line-height:2; font-size:15px; color:#666;}
.tc_join .con h5{font-size:18px; margin:30px 0 10px 0; color:#333;}

@media screen and (max-width:768px) {
.zp_bg{padding-bottom:20px;margin-top:25px;}

.job_list li{width:100%;padding:20px 20px; border-radius:5px; margin-right:0; margin-bottom:15px;}
.job_list li .tit .ico{width:30px;height:35px;}
.job_list li .tit h3{width:calc(100% - 40px);font-size:18px;}
.job_list li .txt span{font-size:12px;margin:15px 0 20px;}
.job_list li .more i {font-size: 22px;}


/*招聘弹窗*/
.tc_join{width:100%; max-width:90%; padding:20px 20px; border-radius:5px; }
.tc_join .close{position:absolute; top:20px; right:10px; cursor:pointer;}
.tc_join .close img{height:20px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:18px; margin-bottom:10px;}
.tc_join .tit p{font-size:12px;line-height:2;}

.tc_join .con{font-size:14px; }
.tc_join .con h5{font-size:16px; margin:10px 0 0 0; color:#333;}



}





/*==========================图片列表===========================*/
.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:var(--main_color); animation-timing-function: ease;}
.pro_list_bg{background:url(../images/fwtd_bg.jpg) no-repeat center; background-size:cover;}
.case_list{padding-bottom:.25rem;}
.case_list li{width:31.5%; margin-right:2.7%; transition: 0.5s all; background:#fff; margin-bottom:.3rem; border-radius:10px; position:relative; overflow:hidden;box-shadow: rgba(203, 209, 218, 0.8) 0px 0px 25px 0px;}
.case_list li:nth-child(3n){ margin-right:0;}
.case_list li .pic{width:100%; position:relative;  overflow:hidden;}
.case_list li .pic>img{width:100%; display:block;transition: 0.5s all;}
.case_list li:hover .pic>img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.case_list li .pic .mask{ position:absolute; left:0; top:0; bottom:0; right:0; background:rgba(0,0,0,0.25); opacity:0; transition: all 0.5s ease;}
.case_list li .pic .mask dt{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list li .pic .mask dd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);z-index: 5;}
.case_list li:hover .pic .mask{ opacity:1;}
.case_list li:hover .pic .mask dd img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}
@-webkit-keyframes rotation{
	from{-webkit-transform:rotate(0deg);}
	to{-webkit-transform:rotate(360deg);}
}

.case_list li .txt{ padding: 6px 5% 6px; background:var(--main_color);}
.case_list li .txt h5{ font-size:16px; line-height:38px; font-weight:normal; color:#fff; text-align:center;}
.case_list li:hover .txt h5{color:#fff;}
.case_list li:hover{background:var(--main_color);}
.case_list li .txt p{ line-height:3; font-size:12px; color:#666;}

/*@media screen and (max-width:1440px) { 
.case_list li{width:32%; margin-right:2%;}
.case_list li:nth-child(4n){ margin-right:auto;}
.case_list li:nth-child(3n){ margin-right:0;}
}*/
@media screen and (max-width:768px) {
.pro_list_bg{ background:#fff;}
.case_list li{width:100%; margin-right:0; border-radius:5px; margin-bottom:20px;}
.case_list li:nth-child(2n){ margin-right:0;}
.case_list li:nth-child(3n){ margin-right:auto;}
.case_list li .txt{ padding: 6px 1px 8px 8px;}
.case_list li .txt h5{ line-height:1.6; font-size:15px;}
.case_list li .txt p{ font-size:13px; line-height:1.6; }
.case_list li:hover .pic .mask dd{ display:none;}
}



/*===================内页-联系我们===========

.lxfs_bg{background:#fff; background-size: cover;padding-bottom:1rem;}
.contact_ico{ padding:0 3vw;margin-top:.4rem;}
.contact_ico li{width:30%; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.contact_ico li i img{ height:.8rem;}
.contact_ico li span{display: block;color: var(--main_color);margin-top:.25rem; font-size:.2rem;}
.contact_ico li p{ line-height:1.6; margin-top:.2rem; font-size:.2rem;}
.contact_ico li:nth-child(2) p{ font-size:.18rem;}

@media screen and (max-width:768px) {
.lxfs_bg{padding-bottom:15px;}
.contact_ico{ display:block; padding:0;}
.contact_ico li{width:100%; text-align:left; position:relative; padding-left:45px; margin-bottom:25px; box-sizing:border-box;}
.contact_ico li i{ position:absolute; left:0; top:0;}
.contact_ico li i img{ height:auto; width:36px;}
.contact_ico li span{ margin-top:20px; font-size:16px;}
.contact_ico li p{  margin-top:6px; font-size:16px;}
.contact_ico li:nth-child(2) p{ font-size:14px;}
}=====*/


/*===========联系==========*/
.page_lx{ border-radius:10px;overflow:hidden; border-bottom:solid 1px #e8e8e8; padding-bottom:.68rem;}
.page_lx li{width:30%; text-align:center; font-size:20px; line-height:1.8; font-family:'Misans';}
.page_lx li:first-child{font-size:16px;}
.page_lx li img{}
@media screen and (max-width:768px) {
.page_lx li{width:100%; font-size:18px; line-height:1.6; background:#f8f8f8; padding:15px; box-sizing:border-box; margin-bottom:15px;}

}


/*======================留言反馈======================*/
.lxfs_bg2{background: url(../images/rel2bg.jpg) no-repeat center; background-size: cover;padding-bottom:1rem;}
.zxly_box{background:#fff;padding:.5rem .5rem;box-sizing:border-box;border-radius:15px;}
.ly_tit{font-weight:normal;font-size:.16rem;color:#4c5664;margin-bottom:15px;}
.ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}

/*留言*/
.page_liuyan{width:80%; box-sizing:border-box; max-width:10rem; margin:auto; margin-bottom:.8rem;}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{font-family:Microsoft Yahei;color:#999;}
.message_input li{ width: 48.5%;} 
.message_input input{border: 1px solid #d1d8de;outline: none; width: 100%;padding:18px 15px; border-radius:10px;  box-sizing:border-box; font-size:.16rem;} 
.message_input input::-webkit-input-placeholder {} 
.message_input textarea{font-size:15px; display: block;border: 1px solid #d1d8de;outline: none; width: 100%;padding:18px 15px;box-sizing: border-box;min-height:150px; border-radius:10px;font-size:.16rem;} 
.message_input .form-group input{width:45%; }
.message_input .form-group label{position:relative;}
.message_input .form-group label img{position:absolute; right:0; top:50%; transform:translateY(-50%);}


.message_input .submit{ border:none;outline: none; font-size:16px; margin:15px auto 0; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2.5rem; line-height:50px; border-radius:50px;}
.message_input textarea::-webkit-input-placeholder{}
.message_input .submit i{margin-left:.25rem;}
.message_input input:focus,.message_input textarea:focus{border:solid 1px var(--main_color);}

.zxly_right{width:32%;}
.zxly_right .pic{overflow:hidden;border-radius:10px;}
.zxly_right .pic img{width:100%;display:block;}
.zxly_right .txt{margin:.4rem 0 .5rem;}
.zxly_right .txt h2{font-weight:normal;font-size:18px;color:#000;margin-bottom:15px;}
.zxly_right .txt p{color:var(--main_color);font-size:.2rem; letter-spacing:1px;line-height:1.4; font-family:'B';}
.zxly_right .ewm{overflow:hidden;width: 140px;height: 140px;border: 1px solid #c7d7e6;border-radius:10px;padding:10px 10px;box-sizing:border-box;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:140px;color:#888;margin-top:15px;text-align:center;}


@media screen and (max-width:768px) {
.lxfs_bg2{padding-bottom:30px;}
.zxly_box{padding:20px 15px;border-radius:5px;}
.ly_tit{font-size:15px;margin-bottom:5px;line-height:1.6;}
.page_liuyan{width:100%;border-right:none;padding-right:0;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999; font-size:15px;}
.message_input {margin-bottom:0;}
.message_input1{margin-bottom:15px;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{padding:12px 15px; font-size:15px;} 
.message_input textarea{min-height:100px;padding: 15px 15px; font-size:15px;}
.message_input .submit{width:100%; line-height:42px;}
.message_input .form-group input{width:100%; }

.zxly_right{ display:none;width:100%;margin-top:25px;margin-bottom:15px;}
.zxly_right .pic{border-radius:5px;}
.zxly_right .txt{margin:20px 0 20px;}
.zxly_right .txt h2{font-size:16px;margin-bottom:10px;}
.zxly_right .txt p{font-size:14px;}
.zxly_right .ewm{width: 120px;height: 120px;border-radius:5px;padding:5px 5px;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:120px;font-size:12px;margin-top:10px;}
}



/*======================新闻列表======================*/
.news_list{ padding-bottom:15px;}
.news_list li{position:relative; width:31.6%; margin-right:2.6%; margin-bottom:.3rem;}
.news_list li:nth-child(3n){ margin-right:0;}
.news_list li a{ display:block;/* box-shadow: 0 1px 20px rgb(0 0 0 / 4%);*/}
.news_list li .pic{overflow:hidden}
.news_list li .pic img{width: 100%;object-fit: cover;transition: all .8s ease; display:block;}
.news_list li:hover .pic img{transform:scale(1.06)}
.news_list li .txt{background: #fff;padding: .25rem .3rem .2rem 0;z-index: 1;position: relative;transition: all .4s ease;}
.news_list li:hover .txt{transform: translateY(-.4rem)}
.news_list li .txt .time{ text-align: center; color:#666;}
.news_list li .txt .time span{width:100px; font-size: .38rem; font-family:din; display: block;line-height: 1; margin-bottom:.1rem; color:var(--main_color);}
.news_list li .txt .info{width: calc(100% - 100px);}
.news_list li .txt .info h2{font-size:18px;color: #333; line-height:1.7; font-weight:normal; }
.news_list li .news_more {position: absolute;z-index: 0;width: 100%;background: var(--main_color);color: #fff;display: flex;align-items: center;justify-content: center; height: .4rem;left: 0;bottom: 0;font-size: .15rem;}
.news_list li .news_more i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}

@media screen and (max-width:1366px) {
.news_list li .txt .info h2{font-size:16px;line-height:1.8; }	

}

@media screen and (max-width:768px) {
.news_list li .txt .time {font-size:13px;}	
.news_list li .txt .time span{width:75px; font-size:20px; margin-bottom:8px;}
.news_list li .txt .info{width: calc(100% - 80px);}
.news_list li .txt .info h2{font-size:15px;}

.news_list li{width:100%; margin-right:0; margin-bottom:12px;}
.news_list li:hover .txt{transform: translateY(-30px)}
.news_list li .news_more {height:30px; font-size:14px;}
}



/*========================新闻列表==============================*/
.pic_art_list li{ padding-bottom:.3rem; margin-bottom:.3rem; border-bottom:solid 1px #e8e8e8; transition:0.3s all;}
.pic_art_list li a{transition:0.3s all;  padding-right:3rem; position:relative;}
.pic_art_list li .pic{width:33%; overflow:hidden; border-radius:10px;}
.pic_art_list li .pic img{width:100%; height:100%; objtct-fit:cover; display:block; transition: all 0.5s ease;}
.pic_art_list li:hover .pic img{ transform:scale(1.1); }
.pic_art_list li .txt{ width:62%; }
.pic_art_list li.nopic .txt{ width:100%; }
.pic_art_list li .txt h3{font-size:.25rem; font-weight:normal; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:#000;}
.pic_art_list li .txt .time{ color:#666; font-size:14px; margin:.15rem 0; position:absolute; right:0; top:.3rem;}
.pic_art_list li .txt .time i{margin-right:6px;}
.pic_art_list li .txt .desc{font-size:.16rem;line-height:1.8;color:#777; margin-bottom:.25rem;}
.pic_art_list li .txt .more{ width:1.4rem; line-height:.42rem; border:solid 1px #ccc; text-align:center; transition:0.3s all; position:relative; position:absolute; right:0; top:1rem;}
.pic_art_list li .txt .more:before{ content:''; width:0; height:100%; background:var(--main_color); display:block; transition:0.3s all; position:absolute; right:0; top:0; z-index:1;}
.pic_art_list li .txt .more span{ display:inline-block; position:relative; z-index:2; transition:0.3s all; margin-right:5px;}
.pic_art_list li .txt .more svg{position:relative; z-index:2;transition:0.3s all; }
.pic_art_list li:hover .txt .more{border:solid 1px var(--main_color);}
.pic_art_list li:hover .txt .more span{color:#fff;}
.pic_art_list li:hover .txt .more svg{color:#fff;}
.pic_art_list li:hover .txt .more:before{width:100%;left:0;}

@media screen and (max-width:768px) {
.pic_art_list li a{padding-right:0;}
.pic_art_list li .pic{width:36%; min-height:86px; border-radius:5px; overflow:hidden; order:1;}
.pic_art_list li .txt{width:60%;order:0;}
.pic_art_list li .txt{margin-top:0px;}
.pic_art_list li .txt .time{ position:static;}
.pic_art_list li .txt h3{font-size:15px; margin-bottom:0;}
.pic_art_list li .txt .desc,.pic_art_list li .txt .more{ display:none;}
.pic_art_list li .txt .time{margin:15px 0 0 0; font-size:13px;}
}


/*===================内容页================*/
.show_top_blank{ height:1.5rem;}

.page_side{width:3.5rem; margin-top:.6rem;}
.page_main{width:calc(100% - 4.3rem); background:#fff; box-sizing:border-box;  margin-top:.6rem;}

.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:.25rem; color: #000; margin-top:.1rem;  margin-bottom:.2rem;}

.show_weizhi{ font-size:12px; color:#666; margin-bottom:.05rem;}

/*内容页*/
.page_content{width:83%; margin:auto;background:#fff;padding:.8rem 0 .8rem}

.article_con{ position:relative; padding-left:2rem; margin:0 0 0;}
.article_con .data_box {position: absolute;top: 10px;left: 0;}
.article_con .data_box .date {padding-top: 10px;width:1.25rem;height:1.25rem;font-size: 18px;line-height: 36px;text-align: center;box-sizing: border-box; color:#fff; background:var(--main_color);  font-family:din;}
.article_con .data_box em {display: block;margin-top: 10px;font-size: 48px;line-height: 36px; font-style:normal;}
.article_con .data_box .views_item{text-align: right;margin-top: 8px; font-size: 14px;}
@media screen and (max-width:768px) {
.page_content{width:100%;padding:20px 0 0;}
.article_con{padding-left:0;}
.article_con .data_box { display:none;}


}


/*share*/
.share-main{z-index:10; position:relative;}
.share-main .share{ margin-top:25px;}
.share-main .share a{ height: 46px; width: 46px; border: 1px solid #E7E7E7;margin:10px auto 15px;border-radius: 50%; font-size:18px; color:#666; transition:0.3s ease-out;}
.share-main .share a:hover{border: 1px solid var(--main_color); background:var(--main_color); color:#fff;}
.weixin-share-open{position:absolute; left:100%; top:40%; display: none; background: #f0f0f0;}
.weixin-wrap{ padding: 10px;}
.share-qrcode{}
.share-qrcode img{display: block; width:125px;}
.weixin-close{position: absolute; bottom: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; cursor: pointer;}
.weixin-text{line-height:1.5; font-size: 12px; color: #666; text-align:center; padding-top:10px;}




.title_txt { line-height:1.5;  color:#000; border-bottom: 1px solid #e8e8e8;font-size: 36px; padding-bottom:25px; margin-bottom:25px;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}


/*正文*/
#art_box { text-align:left;  line-height:2; font-size:16px; overflow:hidden; width:100%;}
#art_box p {margin-bottom:15px; }
#art_box strong{ color:#000; font-size:.18rem;}
#art_box img{ max-width:80%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
#art_box table p{margin-bottom:0;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}
#art_box a{color:var(--main_color);}

#art_box video{ max-width:100%;}

@media screen and (max-width:768px) {
.page_side{display:none;}
.page_main{width:100%;  padding:20px 0; margin-top:0;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height:1.6;  border-bottom: 0; padding-bottom:0; margin-bottom:5px;}
.art_info{margin-bottom:15px;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box {font-size:14px; }
#art_box strong{ font-size:16px;}
#art_box img{ max-width:100%;}
#art_box video{ width:100%;}
}


/*相关阅读*/
.xg_tit { border-top:solid 1px #e8e8e8; margin-top:.5rem;}
.xg_tit h5{font-size:20px; margin:.3rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:5px;height:18px; border-radius:5px;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background:var(--main_color);
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; border:solid 1px var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}

@media screen and (max-width:768px) {
.xg_art li{font-size:15px; width:100%; line-height:2.4;}
.xg_tit { margin-top:25px;}
.xg_tit h5{font-size:18px; margin:25px 0 15px 0; position:relative; padding-left:12px;}
.xg_tit h5:after {width:5px;height:16px; border-radius:5px;top: 2px;}

}

/*===================侧面新闻列表================*/
.side_news_list li{ margin-bottom:.4rem;}
.side_news_list .pic{ border-radius:10px; overflow:hidden;}
.side_news_list .pic img{ width:100%; display:block; transition:0.4s all;}
.side_news_list .type{ font-size:12px; color:#666; margin:20px 0 10px;}
.side_news_list .tit{ font-size:16px; line-height:1.6; text-align:left; margin-top:.1rem;}
.side_news_list li:hover .pic img{ transform:scale(1.1);}


/*上一篇下一篇*/
.ctrl{margin-top: 40px;}
.ctrl a{position: relative; height: 60px;width:33%; background-color: #e7e7e7; box-sizing: border-box;z-index: 99;transition: 0.3s;}
.ctrl a:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color:var(--main_color);opacity: 0;transition: 0.3s;z-index: -1;}
a#back:after,a#prev:after,a#next:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/btn-back.png);background-repeat: no-repeat;background-position: center;transition: 0.3s;}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}

.ctrl a:hover:before{height: 100%;opacity: 1;}
a#back:hover:after{background-image: url(../images/btn-back2.png);}
a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
a#next:hover:after{background-image: url(../images/btn-next2.png);}

.show_pre_next{ border-top:solid 2px #e8e8e8; margin-top:.2rem; padding:.2rem 0 .1rem; position:relative;}
.show_pre_next li{ line-height:2;}
.show_pre_next .return{position: absolute;right: 0;top: 50%;transform: translateY(-40%);}
.show_pre_next .return a {display: block;width: 1.6rem;height:.46rem;line-height:.46rem;overflow: hidden;text-align: center;border: 2px solid var(--main_color); border-radius: 50px; transition:0.4s all; color:var(--main_color);}
.show_pre_next .return a i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url(../images/r2.png) center no-repeat;margin-left: 10px; transition:0.4s all;}
.show_pre_next .return a:hover{ background:var(--main_color); color:#fff;}
.show_pre_next .return a:hover i {background: url(../images/r1.png) center no-repeat;}

@media screen and (max-width:768px) {

.show_pre_next .return{ display:none;}
}


/*======================表单页面======================*/
.message {padding-top:.25rem;}
.message input::-webkit-input-placeholder,
.message li{ width: 48%;} 
.message input{border:1px solid #e8e8e8;background: none;outline: none;width: 100%; height:.5rem; font-size:16px; padding:0 10px; box-sizing:border-box; border-radius:3px;} 
.message textarea{clear: both;display: block;border:1px solid #e8e8e8;background: none; outline: none;width: 100%;padding: 14px 15px;box-sizing: border-box;min-height: 1.6rem;font-size:16px;font-family: "微软雅黑"; border-radius:3px;} 
.message .submit{ border:none;outline: none; font-size:16px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:3rem; line-height:52px;border-radius:3px;}

.message li select {width: 100%;height: 45px;background: #fff;border:1px solid #e8e8e8;font-size: 16px;color:#888;font-family: "微软雅黑";outline: none;padding:0 15px; border-radius:3px;}
.message p{font-size:.16rem;margin-bottom:10px;}
.message p span{color:rgba(255,0,0,1);}
@media screen and (max-width:768px) {
.message {padding-top:0;}
.message li{ width: 100%; margin-bottom:10px;} 
.message p{font-size:14px;margin-bottom:10px;}
.message input{ height:36px; font-size:14px;} 
.message li select { height: 36px;font-size:14px;color:#888;}
.message .submit{ width:100%; line-height:42px; }
}

/*======================返回按钮======================*/
.n_bottom{ text-align:center; margin-top:.5rem;}
.n_bottom li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom li .img{display:inline-block;width:55px;height:55px; border: #ccc 1px solid; border-radius:50%;text-align:center;overflow: hidden; transition:0.6s; box-sizing:border-box;}
.n_bottom li .img h6{height:100%;transition:0.6s;overflow: hidden;}
.n_bottom li h5{ font-size:13px; color:#888; margin-top:6px; font-weight:normal;}
.n_bottom li a{ display:block;}
.n_bottom li a:hover .img h6{transform: translateY(-53px);}
.n_bottom li a:hover .img{ border:var(--main_color) 1px solid; background:var(--main_color);}



/*404*/
.page_msg {padding: 50px; background:#fff; margin:0 0;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}
@media screen and (max-width:768px) {
.page_msg {padding: 20px;}

}


/*内页分页*/
.search-pagination{text-align:center; padding:20px 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}


@keyframes o-upfade-top {
    0% {opacity: 0;
        transform: translateY(50px);
    }
    100% {opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.06);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
} 
@keyframes bg {
    from {
        transform: scale(1.3);
    }
    to {
        transform: none;
    }
}
.main_tit{position:relative;}

@keyframes gd01_pic {
    0%{
        opacity: 0; transform: translateY(-100%);
    }
    100%{
        opacity: 1;  transform: translateY(0);
    }
}




/*搜索页面*/
.search_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box; margin:.6rem auto;}

.serch_n{position:relative;width:50%; margin:auto;}
.serch_n input{width:100%; padding:15px 15px; font-size:16px; outline:none; border-radius:5px; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:0; top:0px;}
.serch_n .btn i{font-style:normal;}
.serch_n .btn button{ width:1.25rem; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:.4rem;border-radius:0 5px 5px 0; font-size:.18rem; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center var(--main_color);}

.search_tit{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.search_tit h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.search_tit h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}

.serch_list{}
.serch_list li{font-size:16px; padding-left:15px; line-height:2.6; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; position:relative;}
.serch_list li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ccc; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.serch_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:.25rem; padding-bottom:.25rem;} 
.serch_list li span{color:#888; float:right; font-size:14px;}

@media screen and (max-width:768px) {
.search_box{ padding:15px 15px; }
.serch_list li{font-size:14px; }
.serch_list li span{font-size:12px;}
.serch_n {width:100%;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; box-sizing:border-box;}
.serch_n input[type="text"] {width: 100%;height:44px;background:rgba(255,255,255,0.8);box-sizing: border-box;padding: 0 50px 0 15px;border: none;}
.serch_n .btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.serch_n .btn i{display:none;}
.serch_n .btn button{width:100%;height:100%; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

}



/*表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #FF2442;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}

.form_box .con button{ width:100%; height:50px; background:#FF2442; border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con button:hover{ opacity:0.9;}

.form_box .con .sms_btn{ width:125px; line-height:46px; background:#333; font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*留言弹窗*/
.buy_form{width:9rem; height:6rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:1.8; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; padding-bottom:.25rem; margin-bottom:.25rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input,.buy_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}
@media screen and (max-width:768px) {
.buy_form{width:90%; height:auto; padding:25px 15px 25px; border-radius:5px; position:absolute; top:50%; transform:translateY(-40%); left:0; right:0; bottom:auto; z-index:2;box-sizing:border-box;}
.buy_form .close{ top:15px; right:15px; }
.buy_form .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;}

.buy_form li{font-size:14px; margin-bottom:10px; width:100%;}
.buy_form input,.buy_form select{padding:12px 15px; border-radius: 3px; font-size:14px;}
.buy_form .submit{ border:none; font-size:16px; width:100%; height:50px; }
.buy_form textarea{padding:12px 15px;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:60px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}

}

/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:10%; z-index: 99;width: 50px;border-radius: 25px;background: #fff;box-shadow: 0px 0px 8px 0px rgba(181,181,181,0.5);}
.side-menu-itembox { position: relative}
.side-menu-itembox:not(:last-child) { margin-bottom:5px;}
.side-menu-itembox:hover .side-menu-screen {right: 50px;visibility: visible;opacity: 1}
.side-menu-itembox:hover .side-menu-btn {background: #E2EEFC;}
.side-menu-itembox:hover .side-menu-btn.mine:before {width: 22px;height: 22px; background: url("../images/float_ico.png") -49px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.message:before { width: 22px;height: 23px;background: url("../images/float_ico.png") 0px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.yijian:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -98px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -24.5px -25.5px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop { cursor: pointer}

.side-menu-btn {display: block;width: 50px;height: 50px; box-sizing: border-box;border: 4px solid #fff; background: #fff; border-radius: 50%;position: relative}
.side-menu-btn:before { content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.side-menu-btn.mine:before { width: 22px;height: 22px; background: url("../images/float_ico.png") -49px 0px/120px no-repeat}
.side-menu-btn.message:before {width: 22px;height: 23px;background: url("../images/float_ico.png") -24.5px 0px/120px no-repeat}
.side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -73.5px 0px/120px no-repeat}
.side-menu-btn.yijian:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -98px -24.5px/120px no-repeat}
.side-menu-btn.totop:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -25.5px/120px no-repeat}

.side-menu-screen {padding-top: 4px;position: absolute;padding-right: 11px; top: 0; right: 65px;transition: all .2s;visibility: hidden;opacity: 0}
.side-screen-box {position: relative; background: #fff;box-shadow: 0px 2px 7px -1px rgba(225,225,225,.5);border-radius: 6px;display: block}
.side-screen-box:before {content: '';position: absolute;top: 14px;right: -7px;border-left: 7px solid #fff; border-top: 7px solid rgba(0,0,0,0);border-bottom: 7px solid rgba(0,0,0,0)}
.side-screen-box.only-text {height: 42px;line-height: 42px;font-size: 15px;font-weight: 400;color: #111; white-space: nowrap; padding: 0 18px;}
.side-screen-box.qrcode {width: 136px;line-height: 20px;text-align: center;font-weight: 400;font-size: 12px;color: #333;padding: 5px 0 5px}
.side-screen-box.qrcode .gzh-qrcode {width: 125px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}



.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}




/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 60px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index:9;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--main_color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 60px;
  }
}
.cd-top:hover{background-color:var(--main_color);transition: all 0.3s ease 0s;}


/*定制化服务*/
.hxjs_list{ margin-bottom:.8rem;}
.hxjs_list .item{width:23.5%;}
/*.hxjs_list .item:nth-child(even){}*/
/*.hxjs_list .item:nth-child(odd) .pic{order:2;}*/
.hxjs_list .pic{overflow:hidden;border-radius:10px;}
.hxjs_list .pic img{width:100%;display:block; transition:all .5s;}

.hxjs_list .txt{ padding:.25rem 0;}
/*.hxjs_list .item:nth-child(odd) .txt{order:1;}*/
.hxjs_list .txt h3{font-size:.2rem;color:#000; line-height:1.2; }
.hxjs_list .txt .desc{ line-height:1.5; text-align:left;margin:.1rem 0 0;font-size:.18rem;}


@media screen and (max-width:768px) {
.hxjs_list{margin:20px 0 30px;}
.hxjs_list .item{width:100%; margin-bottom:10px;}
/*.hxjs_list .item:nth-child(odd) .pic{order:1;}*/
.hxjs_list .pic{ border-radius:4px; height:200px;}

.hxjs_list .txt{ padding:20px 0;}
/*.hxjs_list .item:nth-child(odd) .txt{order:2;}*/
.hxjs_list .txt h3{font-size:18px;color:#000;}
.hxjs_list .txt .desc{margin:5px 0 0;font-size:16px; line-height:1.5;}
}

.page_liucheng{ background:#f8f8f8; padding-bottom:1rem;}
.page_liucheng li{width:23.5%; margin-bottom:.3rem; margin-top:.35rem;border-radius:.1rem;  background:#fff; padding:.5rem .25rem .25rem; box-sizing:border-box; box-shadow:0px 0px 20px 0px rgb(20 18 18 / 5%); position:relative; }
.page_liucheng li .num{width:.56rem; height:.56rem; line-height:.56rem; background:var(--main_color); color:#fff; font-size:.3rem; border-radius:100%; text-align:center; position:absolute; left:50%; top:-.28rem; transform:translateX(-50%); font-family:MiSans;}
.page_liucheng li h2{ font-size:.2rem; text-align:center; margin-bottom:.25rem; color:var(--main_color); }
.page_liucheng li h3{ font-size:.16rem; margin-bottom:.1rem;}
.page_liucheng li p{ line-height:1.8;}


.page_liucheng li:last-child {color:var(--main_color);  padding:0;}
.page_liucheng li:last-child h5{font-size:.36rem;transition:all .5s;}
.page_liucheng li:last-child h4{font-weight:normal;font-size:.2rem;transition:all .5s;margin-top:.2rem;}
@media screen and (max-width:768px) {
.page_liucheng li{width:100%; margin-bottom:15px; margin-top:30px;border-radius:8px; padding:40px 15px 20px;}
.page_liucheng li .num{width:46px; height:46px; line-height:46px; font-size:20px; top:-23px;}
.page_liucheng li h2{ font-size:18px; margin-bottom:15px;}
.page_liucheng li h3{ font-size:16px; margin-bottom:10px;}
.page_liucheng li p{ line-height:1.5; font-size:16px;}

.page_liucheng li:last-child { display:none;}
.page_liucheng li:last-child h5{font-size:16px; }
.page_liucheng li:last-child h4{ font-size:16px; margin-top:15px;}    
}


.dingzhi_box1{ background:#262626; position:relative; padding:0 0 1rem 0;}
.dingzhi_box1 .pic{position:absolute; left:0; top:0; right:0; bottom:0;}
.dingzhi_box1 .pic li{position:absolute; left:0; top:0; right:0; bottom:0; opacity:0; transition:0.5s all;}
.dingzhi_box1 .pic li.active{ opacity:1;}
.dingzhi_box1 .left{width:56%; position:relative;}
.dingzhi_box1 .right{width:40%; position:relative; padding-left:.4rem; box-sizing:border-box;}

.dingzhi_box1 .left h2{ font-size:.48rem; color:#fff; font-weight:normal; padding-top:1rem;}
.dingzhi_box1 .left p{ font-size:.18rem; color:rgba(255,255,255,0.8); line-height:1.8; margin:.2rem 0 1.25rem 0;}
.dingzhi_box1 .left .tab{ width:100%;}
.dingzhi_box1 .left .tab li{width:50%; border-bottom:solid 0px rgba(255,255,255,0.8); position:relative; padding-bottom:.2rem; color:#fff; font-size:.2rem; }
.dingzhi_box1 .left .tab li.active:after{ content:''; display:block; width:100%; height:0px; background:var(--main_color); position:absolute; left:0; bottom:-1px;}
.dingzhi_box1 .left .tab .ico{ margin-right:.2rem;}
.dingzhi_box1 .left .tab .ico svg{ height:.5rem; fill:#fff;}

.dingzhi_box1 .order_box{ background:var(--main_color); height:calc(100% + 1rem); margin-top:-.8rem; padding:1.25rem .8rem .5rem; box-sizing:border-box;}
.dingzhi_box1 .order_box h2{ font-size:.48rem; color:#fff; font-weight:normal; line-height:1.4; }
.dingzhi_box1 .order_box p{ font-size:.16rem; color:#fff; margin:.3rem 0;line-height:1.4;}
.dingzhi_box1 .order_box ul{}
.dingzhi_box1 .order_box li{ margin-bottom:.2rem;}
.dingzhi_box1 .order_box input[type="text"]{ border:0; background:#fff; width:100%; height:.55rem; padding:0 .2rem; font-size:.16rem; box-sizing:border-box; border-radius:3px;}
.dingzhi_box1 .order_box button{ border:0; background:#FFCC66; width:100%; height:.55rem; padding:0 .2rem; font-size:.18rem; font-weight:bold; color:#000; box-sizing:border-box; border-radius:3px; cursor:pointer;}
.dingzhi_box1 .order_box button:hover{ background:#FFFF99;}


@media screen and (max-width:768px) {
.dingzhi_box1{padding:0 0 25px 0;}
.dingzhi_box1 .main{}
.dingzhi_box1 .left{width:100%;order:2; }
.dingzhi_box1 .right{width:100%;padding-left:0;order:1;}

.dingzhi_box1 .left h2{ font-size:20px; color:#fff; font-weight:normal; padding-top:30px;}
.dingzhi_box1 .left p{ font-size:13px; line-height:1.8; margin:15px 0 50px 0;}

.dingzhi_box1 .left .tab li{width:100%;  padding-bottom:15px; font-size:16px; cursor:pointer;}
.dingzhi_box1 .left .tab .ico{ margin-right:.2rem;}
.dingzhi_box1 .left .tab .ico img{width:35px;}

.dingzhi_box1 .order_box{ height:auto;border-radius:4px;margin-top:-30px; padding:30px 30px; box-sizing:border-box;}
.dingzhi_box1 .order_box h2{ font-size:20px;}
.dingzhi_box1 .order_box p{ font-size:13px; margin:0px 0 15px;}
.dingzhi_box1 .order_box li{ margin-bottom:10px;}
.dingzhi_box1 .order_box input[type="text"]{ height:36px; padding:0 15px; font-size:13px;}
.dingzhi_box1 .order_box button{ height:42px; padding:0 15px; font-size:14px; }


}




/*==========公司简介==============*/
.page_about3{ padding:0 0 1rem; position:relative; background:#fff; z-index:2;}
.page_about3 .about_pic{ display:none;width:48%; /*background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.5rem .5rem 0 0;*/}
.page_about3 .about_pic img{width:100%; }
.page_about3 .about_con{width:100%;}
.page_about3 .about_con h3{font-size:.4rem; color:#000; margin-bottom:.3rem; position:relative;}
/*.page_about3 .about_con h3:after{ content:''; height:4px; width:.3rem; background:#FF7F27; border-radius:5px; display:block; margin:.2rem 0 .3rem 0;}*/

.aboutbar{width: 100%; height:auto;overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:var(--main_color);}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:18px; line-height:2;margin-bottom:20px;text-align:justify; }


.page_about3 .shuzi{margin:.5rem auto 0; }
.page_about3 .shuzi li{}
.page_about3 .shuzi li .ico{margin-right:.15rem;}
.page_about3 .shuzi li .txt i{font-size:.46rem;color:var(--main_color); font-style:normal; font-weight:600;display:inline-block; }
.page_about3 .shuzi li .txt sup{display:inline-block;color:var(--main_color); font-size:.3rem;margin-left:5px;}
.page_about3 .shuzi li .txt p{color:#000;font-size:.16rem;margin-top:.1rem;}

@media screen and (max-width:768px) {
.page_about3{ padding-bottom:20px;}

.page_about3 .about_pic{ width:100%;}
.page_about3 .about_con{width:100%;}
.aboutbar p{font-size:14px; margin-bottom:16px; line-height:1.8;}

.page_about3 .shuzi{width:100%;margin-top:20px;}
.page_about3 .shuzi li{width:50%; margin-bottom:25px; text-align:center;}
.page_about3 .shuzi li .ico{margin-right:0;align-items:center; width:100%;}
.page_about3 .shuzi li .ico img{width:40px;}
.page_about3 .shuzi li .txt{width:100%;margin-top:15px;}
.page_about3 .shuzi li .txt i{font-size:30px;}
.page_about3 .shuzi li .txt sup{font-size:14px;margin-left:5px;}
.page_about3 .shuzi li .txt p{font-size:14px;margin-top:0px; line-height:1.8;}

}


/*===========why choose==========*/
.why_choose_bg{ background:#f6f6f6; position:relative; z-index:1;}
.why_choose{ padding-bottom:.3rem;}
.why_choose li{width:48%; background:#fff; margin-bottom:.6rem; border-radius:10px; overflow:hidden; box-shadow:0px 0px 20px 0px rgb(20 18 18 / 5%);}
.why_choose .pic{overflow:hidden;border-radius:10px;}
.why_choose .pic img{width:100%;display:block; transition:all .5s;}

.why_choose .txt{ padding:.25rem .25rem;}
.why_choose .txt h3{font-size:.2rem;color:#000; line-height:1.2; }
.why_choose .txt .desc{ line-height:1.6; margin:.15rem 0 0;font-size:.18rem;}


@media screen and (max-width:768px) { 
.why_choose{padding:0px 0 30px;}
.why_choose li{width:100%; margin-bottom:15px; border-radius:5px;}
.why_choose .pic{ border-radius:5px;}

.why_choose .txt{ padding:20px 15px;}
.why_choose .txt h3{font-size:18px; }
.why_choose .txt .desc{margin:5px 0 0;font-size:15px;}
}




/*地图*/
.map{width:55%;  position:relative;}
#map1{height:5.2rem;}
.amap-marker-label{padding:15px; border-color: #ababab; border-radius: 5px; color: #666; font-size:14px; box-shadow: 0 6px 12px rgba(0,0,0,.2);}
.amap-marker-label h2{color: #333; font-size: 17px;}

@media screen and (max-width:768px) {
.page_lx{padding-bottom:20px;}
.page_lx .box{width:100%;padding:30px 15px 30px;box-sizing:border-box;}
.page_lx .box h3{font-size:20px;margin-bottom:15px;}
.page_lx .box .tel{padding-bottom:15px;}
.page_lx .box .tel p{font-size:24px;}
.page_lx .box .tel .ico img{width:18px;}
.page_lx .box ul{margin-top:15px;}
.page_lx .box li{margin-top:15px;}
.page_lx .box li .ico{margin-right:8px;}
.page_lx .box li .ico img{width:20px;}
.page_lx .box li span{font-size:15px;color:#666;}

.map{width:100%;height:200px; border-radius:4px; overflow:hidden;}
#map1{ }
.amap-marker-label{display:none;}

}


/*产品订单弹窗*/
.pro_order{width:6rem; height:6.6rem; padding:.5rem .5rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.pro_order .close{position:absolute; top:25px; right:20px; cursor:pointer;}

.pro_order .tit{font-size:.36rem; color:#000; margin-bottom:.5rem}
.pro_order .info{ line-height:1.8; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; padding-bottom:.25rem; margin-bottom:.25rem;}

.pro_order ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.pro_order li{font-size:.15rem; margin-bottom:.15rem; width:100%;}

.pro_order input,.pro_order select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.pro_order textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.pro_order .form-group {width:100%;}
.pro_order .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.pro_order .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;MARGIN-TOP:.2rem;}
.pro_order .submit:hover{}
@media screen and (max-width:768px) {
.pro_order{width:90%; height:auto; padding:25px 15px 25px; border-radius:5px; position:absolute; top:50%; transform:translateY(-40%); left:0; right:0; bottom:auto; z-index:2;box-sizing:border-box;}
.pro_order .close{ top:15px; right:15px; }
.pro_order .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;}

.pro_order li{font-size:14px; margin-bottom:10px; width:100%;}
.pro_order input,.pro_order select{padding:12px 15px; border-radius: 3px; font-size:14px;}
.pro_order .submit{ border:none; font-size:16px; width:100%; height:50px; }
.pro_order textarea{padding:12px 15px;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:60px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}

}
