@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#068C7F;        /*主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#1c89ca;      /* 副色 */ 
	--hui_color:#f8f8f8;    
}


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,PingFang SC,Arial, sans-serif; overflow-x:hidden;background:#fff; scroll-behavior: smooth;}
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:.1rem;}
.mt20{margin-top:.2rem;}
.mt30{margin-top:.3rem;}
.mt40{margin-top:.4rem;}
.mt50{margin-top:.5rem;}
.mb_50{ padding-bottom:.5rem;}
section{background:#fff; position:relative;}

/*滚动条美化*/
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;}
}


/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{transform:scale(1.05);}

/*======================主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}
.main{width:88%; margin: auto; max-width: 1600px;}

@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 5%; box-sizing:border-box;}
	.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_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.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:900;width: 100%;  box-sizing:border-box; position:absolute; left:0; top:0; transition:all .3s;}
.header:after{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.1); transition:1s}
.header.on:after{ width:100%}
.header:before{content:""; position: absolute; top:0; left: 50%; transform: translateX(-50%); width:85%;height: 100%;background: #FFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); transition: all 0.5s;opacity: 0;border-radius: 0.5rem; z-index:1;}
.header .main{ position:relative; z-index:2;}

.header .logo {height:.86rem; transition:0.5s all;}
.header .logo img{display:block; height:.5rem; filter: grayscale(100%) brightness(6000%); }

/*.header.header_scroll{background:#fff!important; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}*/
.bodymouse .header .logo img,.header_scroll .logo img{filter: grayscale(0%) brightness(100%); }



/*下拉菜单*/
.navBox { box-sizing:border-box; position:relative; transition:0.5s all; margin-right:.35rem;}
.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; }
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:max(.16rem, 14px);color:#fff;transition:0.5s all;}
.navBox .nav li.active>a .txt{ color:var(--main_color)!important;}
.navBox .nav li>a:hover .txt{ color:var(--main_color);}
/*.navBox .nav>li>a .bg {background: var(--main_color);position: absolute;left:50%; transform:translateX(-50%); bottom:.22rem;width:0;display: block;height:.04rem;transition:1s cubic-bezier(0.175, 0.885, 0.32, 1.275); border-radius:.05rem;opacity:0;}
.navBox .nav>li.curr>a .bg,.navBox .nav>li:hover>a .bg {width:.22rem;opacity:1;}*/

.subNavbox{white-space: nowrap; min-width:125%; position:absolute; top:100%;left:50%;background:#fff; -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:10px;padding:.1rem 15px;opacity:0; pointer-events:none; transition:all .5s;box-shadow:0 1px 20px rgba(0,0,0,.15);}
.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 #e8e8e8}
.subNavbox a{display:block;position:relative;font-size:.16rem;padding:.18rem 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;top:7px;bottom:7px;left:-15px;width:3px;background:var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color);}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.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*/
.bodymouse .header:before{ width:100%; opacity:1; border-radius:0;}
.bodymouse .navBox .nav li>a .txt,.header_scroll .navBox .nav li>a .txt{color:#333;}
.bodymouse .navBox .nav li>a:hover .txt,.header_scroll .navBox .nav li>a:hover .txt{color:var(--main_color);}



/*======================搜索======================*/
.header .top_serch{padding-right:.2rem;transition:0.5s all; position:relative; margin:0 .2rem 0 0;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px; fill:#fff;  transition:0.5s all;}
.header .top_serch a:hover svg{transform:scale(1.2);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:rgba(255,255,255,0.5); position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}
.index_header .top_serch a svg{fill:#fff;}
.index_header .top_serch:after{background:rgba(255,255,255,0.2555);}

.header .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999999; 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-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header .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.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}
/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .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-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-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;}

.header .tel{ color:#fff; font-size:.2rem; font-weight:600; transition:0.5s all; z-index:2;}



/*导航下拉*/
.header_scroll {background:#fff; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_scroll.on:before{width:0px;transition: 0.01s all;}
.header_scroll .navBox{ height:1rem;}
.bodymouse .header .top_serch a svg,.header_scroll .top_serch a svg{ fill:#999;}
.bodymouse .header .top_serch:after,.header_scroll .top_serch:after{background:#ccc;}
.bodymouse .header .tel,.header_scroll .tel{ color:var(--main_color);}




/*======================手机菜单按钮======================*/
.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);}

.bodymouse .m_nav_btn .line{background:#333;}
.bodymouse .m_nav_btn .line:before,.bodymouse .m_nav_btn .line:after{background:#333;}
.bodymouse .m_nav_btn_active .line {background: transparent;}

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

@media screen and (max-width:768px) {
.header{ height:60px; box-shadow: 0 2px 10px rgba(0,0,0,0.15); padding:0 0;  position:fixed; background:#fff;}
.header .logo{height:60px;}
.header .logo img{ height:38px; filter: grayscale(0%) brightness(100%);}

.header_scroll.header:before{ background:rgba(0,0,0,0);}

.header_right,.navBox{display:none;}
.m_header_right{display:block;}
.top_blank{height:60px; display:block;}



.m_header_scroll{/*background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/}
.m_header_scroll .top_serch a svg{fill:#999;}
.m_header_scroll .logo img{/*filter: grayscale(0%) brightness(100%);*/}
.m_header_scroll .logo .txt h2{color:#000;}
.m_header_scroll .logo .txt p{color:#888; }

	

/*======================手机弹出菜单======================*/
.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:3px; 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:15px;}
.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:35px; 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;}
}
/*======================轮播图======================*/
#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:2%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:2%;} 

#banner .txt{ position:absolute;z-index: 999;left:0;top:50%; transform:translateY(-50%);right:0; bottom:0; /*text-shadow:rgba(0,0,0,0.1) 0px 1px 10px;*/}
#banner .txt h3{font-size:.33rem; color:#fff; margin:.5rem 0 .25rem; transform:translateY(200px);opacity:0; transition:all 0.3s; }
#banner .txt h5{font-size:.6rem; color:#fff; transform:translateY(200px);opacity:0; transition:all 0.6s;}
#banner .txt h5 span{background-image: linear-gradient(90deg, #53D7E5, var(--main_color)); -webkit-background-clip: text;background-clip: text;color: transparent}
#banner .txt .more{ margin-top:.56rem; transform:translateY(200px);opacity:0; transition:all 0.9s;}
#banner .txt .more a {min-width: 1.68rem;line-height: 0.56rem;border-radius: 0.28rem;color: #fff;padding: 0 0.2rem;text-align: center;border: 1px solid rgba(255, 255, 255, 0.4);position: relative;
    overflow: hidden;transition: all 0.5s; display:inline-block; box-sizing:border-box; font-size:max(.16rem, 14px);}
#banner .txt .more a:before {width: 100%;height: 100%;position: absolute;content: "";left: -100%;top: 0;background:var(--main_color);transition: all 0.5s;}
#banner .txt .more a:hover::before {left: 0;}
#banner .txt .more a span{ position:relative;}
#banner .txt .more a:hover {border: 1px solid var(--main_color);opacity: 0.8;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt h5,
#banner .swiper-slide-active .txt .more{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,.1) 0,rgba(0,0,0,0) 20%);background-image:linear-gradient(to bottom,rgba(0,0,0,.1) 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;}


/*#banner .swiper-slide::before {display: block;content: '';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;
    background-image: linear-gradient(to right, var(--main_color), rgba(0, 0, 0, 0.1)); opacity:0.3;}*/
	
/*左右切换按钮*/	
.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:.3rem;}
#banner .swiper-pagination-bullet {width: 1rem;height: 5px;border-radius:0;background: rgba(255, 255, 255, .8);opacity: 1;position: relative;margin: 0 5px !important;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height: 5px;z-index: 1;transition: 0s;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 6s ease;}

@media screen and (max-width:768px) {
#banner {height:240px; position:relative; }
#banner .swiper-slide{display: block;}
#banner .txt {box-sizing:border-box;}
#banner .txt h3{ font-size:18px; margin:0 0 15px;}
#banner .txt h5{font-size:25px;}
#banner .txt .more{ margin-top:20px; }
#banner .txt .more a {width:100px;line-height:33px;border-radius:38px;font-size:14px;}

#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:20px;}
#banner .swiper-pagination-bullet {width:30px;}
}	

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

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

/*==========页面标题2=============*/
.main_tit1{padding:.75rem 0 .4rem;width:100%;}
.main_tit1 h2{ font-size:.52rem; color:#000; font-weight:normal; line-height:1.4;}
@media screen and (max-width:768px) {
.main_tit1{padding:30px 0 15px;}
.main_tit1 h2{ font-size:20px; font-weight:bold;}

}

/*标题通用2*/
.main_tit2{padding:.68rem 0 .5rem;}
.main_tit2 h2{font-size: .42rem;color: #000;line-height: 1.4;}

@media screen and (max-width:768px) {
.main_tit2{padding:30px 0 15px;}
.main_tit2 h2{font-size:20px;}
}


/*================更多链接=====================*/
.lean_more{display:flex;}
.lean_more a{padding:0 .25rem; height:.46rem; border:solid 2px #bfbfbf; box-sizing:border-box; transition:.3s all; }
.lean_more a span{ margin-right:10px;}
.lean_more a:hover{ border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}

.lean_more a.is_color{border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}
.lean_more a.is_color:hover{ opacity:0.68;}

.lean_more a.is_dark{border:solid 2px #fff; color:#fff;}
@media only screen and (max-width: 768px){
.lean_more a{padding:0 .5rem; height:46px; width:100%; box-sizing:border-box; border-radius:5px;}
	
}



/*首页公司介绍*/
.about_bg{background:url(../images/in_about_bg.jpg) no-repeat right bottom #fff; position:relative; background-size:cover; padding:1rem 0 1.5rem;}
.index_about{}
.index_about .txt{flex:1; padding-right:1.6rem;}
.index_about .txt h3{font-size:.36rem;color:#000; line-height:1.4}
.index_about .txt .desc{font-size:max(.16rem, 14px); line-height:1.8; color:#666; margin:.3rem 0 .68rem 0 ;text-align:justify; }

/*数字*/
.index_shuzi{width:5rem;}
.index_shuzi li{position:relative;  box-sizing:border-box; padding:.45rem 0 .5rem 0; border-bottom:solid 1px #ddd;}
.index_shuzi li:nth-child(1){ padding-top:0;}
.index_shuzi li .ico img{ height:.68rem;}
.index_shuzi .info{width:40%;}
.index_shuzi li i{font-size: .42rem; font-style:normal; margin-right:2px; font-weight:bold;}
.index_shuzi li span{ }
.index_shuzi li p{ font-size:14px; margin-top:.1rem; color:#888;}


@media only screen and (max-width: 768px){
.about_bg{background:none;  padding:30px 0 40px;}
.index_shuzi{width:100%; display:flex; justify-content:space-between; flex-wrap:wrap;}
.index_shuzi li{ font-size:14px; display:block; border-bottom:0; text-align:center; padding:10px 0 0 0;}
.index_shuzi li:nth-child(1){ padding-top:10px;}
.index_shuzi li .ico{ margin-bottom:10px;}
.index_shuzi li i{font-size:20px;}
.index_shuzi li p{ font-size:13px; margin-top:6px;}
.index_shuzi .info{width:auto;}


.index_about .txt{margin-bottom:30px; padding-right:0;}
.index_about .txt h3{font-size:20px; text-align:center;}
.index_about .txt h3:after{ content:''; display:block; width:20px; height:4px; border-radius:5px; background:var(--main_color); margin:10px auto 0px;}
.index_about .txt .desc{line-height:1.68;margin:15px 0 25px;}
}



/*==========首页-主营产品=============*/
.in_pro_bg{ background:url(../images/in_bg02.jpg) no-repeat center; background-size:cover; padding:1.5rem 0; position:relative;}
.in_pro{}
.in_pro .left{width:31%; position:relative; left:0; box-sizing:border-box;}
.in_pro .right{width:64%;}

@media only screen and (max-width: 1440px){
.in_pro_bg .main{ width:100%;}
.in_pro .left{left:6%; width:25%;}

}

/*产品列表*/
.in_pro .left h2{ font-size:.32rem; color:#000; line-height:1.3;}
.in_pro .left h2:after{ content:''; width:.3rem; height:4px; border-radius:5px; background:var(--main_color); margin:.2rem 0 .2rem; display:block;}
.in_pro .left .desc{ font-size:max(.16rem, 14px); color:#666; text-align:justify; line-height:1.8;  margin-bottom:.4rem;}
.in_pro .left h5{ font-size:.18rem; margin-bottom:.25rem;}
.in_pro .left ul{}
.in_pro .left li{font-size:max(.16rem, 14px); margin-right:.68rem; margin-bottom:.25rem;}
.in_pro .left li a{ display:flex; align-items:center; color:#666;}
.in_pro .left li img{ height:.3rem; margin-right:.1rem;}


/*产品列表*/
.pro_list li{background: rgba(255,255,255,.25);border: rgba(255,255,255,.7) 1px solid;border-radius:.15rem; transition: .5s; /*filter: blur(8px);*/}
.pro_list li:hover{background:#fff;}
.pro_list li a {display:block;}
.pro_list li h2{font-size:.2rem; padding:.3rem .35rem 0; text-align:center; line-height:1.5;}
.pro_list li .pic{width:2.2rem; height:2.2rem; background:#fff; margin:.5rem auto; border-radius:50%; overflow:hidden;}
.pro_list li .pic img{width:80%; opacity:1; transition:0.5s all; }
.pro_list li .more{ border-top:solid 1px rgba(255,255,255,1); padding:.2rem .2rem;transition:0.5s all; align-items:center; color:#666;}
.pro_list li:hover .more{ border-top:solid 1px #e8e8e8; color:var(--main_color);}

/*箭头*/
.pro_list li .arr{ width:.5rem; height:.26rem; border:solid 1px #e8e8e8; border-radius:.26rem; transition:0.3s all; display: flex;overflow: hidden;}
.pro_list li .arr i {width: .5rem;height: .26rem;display: flex;justify-content: center;align-items: center;transform: translateX(-100%);transition: all 0.5s;flex-shrink: 0;}
.pro_list li .arr svg{ width:40%; fill:#ACACAC; transition:0.3s all;}
.pro_list li:hover .arr{border:solid 1px var(--main_color); background:var(--main_color);}
.pro_list li:hover .arr svg{fill:#fff;}
.pro_list li:hover .arr i {transform: translateX(0);}


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

@media only screen and (max-width: 768px){
.in_pro_bg{padding:60px 0 50px; }
.in_pro .left{width:100%; left:0; order:2;}
.in_pro .right{width:100%;  order:1; margin-bottom:30px;}

/*产品列表*/
.pro_list li{background: rgba(255,255,255,1);}
.pro_list li h2{font-size:16px; color:var(--main_color);}
.pro_list li .pic{width:170px; height:170px; background:#fff; margin:.0rem auto; border-radius:50%; overflow:hidden;}

.pro_list li .more{ border-top:solid 1px #e8e8e8; padding:.2rem .2rem;transition:0.5s all; align-items:center; color:#666;}

/*箭头*/
.pro_list li .arr{ width:36px; height:22px;}
.pro_list li .arr i {width:40px;height: 22px;}
.pro_list li .arr svg{ width:40%; fill:#ACACAC; transition:0.3s all;}


/*按钮切换*/
.in_pro .swiper-button-prev,
.in_pro .swiper-button-next {width:38px; height:38px; border:solid 1px var(--main_color);}
.in_pro .swiper-button-prev i,.in_pro .swiper-button-next i{font-size:15px;}
.in_pro .swiper-button-prev{left:auto; top:10px; right:50px;}
.in_pro .swiper-button-next{right:0; left:auto; top:10px;}

.in_pro .left h5{ font-size:16px; margin:25px 0 25px 0;}

}



/*=============首页-多领域优势================*/
.in_youshi_bg{ background:url(../images/in_bg05.jpg) no-repeat center fixed; background-size:cover; height:100vh; position:relative;}
.in_youshi_bg:before{ content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.1); z-index:1;}
.in_youshi_bg .main{ position:relative; z-index:2;}
.in_youshi{display: grid;gap: 0.5rem;grid-template-columns: repeat(4, 1fr); margin-top:.5rem;}
.in_youshi li{ padding:.6rem .3rem; text-align:center; background: rgba(255,255,255,.7);border: rgba(255,255,255,.7) 1px solid;border-radius:.15rem; transition: .5s;}
.in_youshi li .ico{ width:1.5rem; height:1.5rem; margin:auto; background:url(../images/logo_ico.png) no-repeat center; background-size:cover; font-size:.2rem; font-weight:bold; color:var(--main_color);}
.in_youshi li .txt{ margin-top:.15rem;}
.in_youshi li .txt h3{ font-size:.2rem; margin-bottom:.15rem;}
.in_youshi li .txt p{ line-height:1.5; font-size:max(.16rem, 14px); color:#666;}
.in_youshi li:hover{ background:#fff;}
@media only screen and (max-width: 768px){
.in_youshi_bg{ background:url(../images/in_bg05.jpg) no-repeat center scroll; height:auto; padding:45px 0;}
.in_youshi{display: grid;gap: 15px;grid-template-columns: repeat(2, 1fr); margin-top:0;}
.in_youshi li{ padding:25px 10px;}
.in_youshi li .ico{ width:108px; height:108px; font-size:16px;}
.in_youshi li .txt{ margin-top:15px;}
.in_youshi li .txt h3{ font-size:15px; margin-bottom:10px;}
.in_youshi li .txt p{font-size:max(.16rem, 13px);}
}




/*=============首页-新闻资讯================*/
.in_news_bg{padding-bottom:.8rem; background:url(../images/.jpg) no-repeat left top #f0f3f5; background-size:cover;}
.in_news{display: grid;gap: 0.4rem;grid-template-columns: repeat(3, 1fr);}
.in_news .list { }
.in_news .list .pic{ border-radius:.2rem; overflow:hidden;}
.in_news .list .pic img{transition:.5s;}
.in_news .list a:hover .pic img{ transform:scale(1.06);}
.in_news .list .txt{ padding:.25rem .4rem 0.3rem;}
.in_news .list .txt .con1{ color:#888; font-weight:bold; display: flex;align-items: center; margin-bottom:.15rem;}
.in_news .list .txt .con1 img{margin-right: 0.05rem; height: 0.17rem; }
.in_news .list .txt .con2{ font-size:.2rem; font-weight:bold; line-height: 1.5; height: 3em; margin-bottom:.3rem;}
.in_news .list .txt .con3{ font-size:max(.16rem, 14px); color:#999; line-height: 1.6; margin:0 0 .25rem; }
.in_news .list .txt .con4{border-top:solid 1px #e5e5e5; padding-top:.25rem;}
.in_news .list .txt .con4 div i{ margin-left:5px; transition:.4s; display: inline-block;}
.in_news .list .txt .con4 span{ color:#999;}
.in_news .list .txt .con4 span i{margin-right:5px;}

.in_news .list a:hover .txt .con4 i{transform: translateX(0.1rem);}
.in_news .list a{position: relative; background: #fff; display:block; height:100%; border-radius:.2rem; overflow:hidden;}
.in_news .list a::after {content: "";position: absolute;bottom: 0;left: 0;height: 3px;background:var(--main_color);width: 0%;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}	
.in_news .list a:hover::after {width: 100%;}

.in_news .list1{display: grid;grid-template-rows: repeat(2, 1fr);gap: 0.3rem;}
.in_news .list1 .item{background: #fff;  border-radius:.2rem; overflow:hidden; position: relative;}
.in_news .list1 .item:after {content: "";position: absolute;bottom: 0;left: 0;height: 3px;background:var(--main_color);width: 0%;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}	
.in_news .list1 .item:hover:after {width: 100%;}
.in_news .list1 .item a {padding: 0.3rem .4rem .3rem; display:block;}


.in_news .list1 .item .con1{color:#888; display: flex;align-items: center; margin-bottom:.15rem;}
.in_news .list1 .item .con1 img{margin-right: 0.05rem; height: 0.17rem; }
.in_news .list1 .item .con2{ font-size:.2rem; font-weight:bold; line-height: 1.5; height: 3em; margin-bottom:.3rem;}
.in_news .list1 .item .con4{border-top:solid 1px #e5e5e5; padding-top:.25rem;}
.in_news .list1 .item .con4 div i{ margin-left:5px; transition:.4s; display: inline-block;}
.in_news .list1 .item a:hover .con4 i{transform: translateX(0.1rem);}
.in_news .list1 .item .con4 span{ color:#999;}
.in_news .list1 .item .con4 span i{margin-right:5px;}



@media only screen and (max-width: 768px){
.in_news{display:block;}
.in_news .list{ margin-bottom:15px;}
.in_news .list a{background: #fff;}
.in_news .list a::after{ display:none;}
.in_news .list .pic{ max-height:200px;}
.in_news .list .txt{ padding:20px 20px;}
.in_news .list .txt .con1{ font-size:14px;}
.in_news .list .txt .con1 img{margin-right:5px; height:14px;}
.in_news .list .txt .con2{ font-size:16px;margin:10px 0 0; height:auto;}
.in_news .list .txt .con3{margin:10px 0 0; }
.in_news .list .txt .con4 { display:none;}

.in_news .list1{ display:block;}
.in_news .list1 .item { margin-bottom:15px;}
.in_news .list1 .item a {padding:25px 20px 25px; }
.in_news .list1 .item a::after{ display:none;}
.in_news .list1 .item .con1{ font-size:14px;}
.in_news .list1 .item .con1 img{margin-right:5px; height:14px; }
.in_news .list1 .item .con2{ font-size:16px;margin:10px 0 15px; height:auto;}
}






/*================底部=====================*/
.foot_bg{ width:100%; background:#fff;}

/*底部logo*/
.foot_bg .box1{padding: 0.35rem 0 .25rem;border-bottom: 1px solid #e5e5e5;}
.foot_bg .box1 .f_logo img{height:.6rem;}
.foot_bg .box1 .up_top{width: 0.5rem;height: 0.5rem;border-radius: 50%;background:var(--main_color);transition: all 0.5s;}
.foot_bg .box1 .up_top img{width:26.6%;}
@media only screen and (max-width: 768px){
.foot_bg .box1{padding:16px 0;}
.foot_bg .box1 .f_logo img{height:36px;}
.foot_bg .box1 .up_top{width: 36px;height:36px;}
.foot_bg .box1 .up_top img{width:33%;}
}

.foot_bg .box2{ padding:.55rem 0 .68rem}
/*底部联系方式*/
.foot_cotact{width:30%; max-width:425px;}
.foot_cotact p{ font-size:max(.18rem, 16px); font-weight:bold; color:#555; line-height:1.6; margin-bottom:.25rem;}
.foot_cotact p span{ color:var(--main_color);}
.foot_cotact form {position: relative;width: 100%;}
.foot_cotact form input {width: 100%;line-height: 0.6rem;border: 1px solid #ededed;border-radius: 0.32rem; padding: 0 1.5rem 0 0.25rem;background: #ededed; color: #999999; box-sizing:border-box; }
.foot_cotact form button {position: absolute;right: 0.02rem;top: 50%;transform: translateY(-50%);width: 1.29rem;height: 0.56rem;border-radius: 0.3rem;background:var(--main_color); font-size:16px; border:0;color: #Fff;}
.foot_cotact ul{font-size:max(.16rem, 14px); margin-top:.25rem;}
.foot_cotact ul li{margin-top:5px; line-height:1.6; color:#666; letter-spacing:1px;}
.foot_cotact ul li a{color:#666;}
@media only screen and (max-width: 768px){
.foot_bg .box2{ padding:25px 0 25px}
.foot_cotact{ width:100%; text-align:center;}
.foot_cotact form input {line-height:46px; border-radius:46px; padding: 0 100px 0 20px;}
.foot_cotact form button { right:2px; width:88px;height:42px;border-radius:42px;}
.foot_cotact ul{margin-top:20px;}
.foot_cotact ul li{margin-top:8px;}

}

/*底部导航*/
.footer_nav{width:56%;}
.footer_nav dl{}
.footer_nav dl:first-child{order:1;}
.footer_nav dt {margin-bottom:.2rem;}
.footer_nav dt a{font-size:16px; color:#000; font-weight:bold; transition:0.3s all;}
.footer_nav dd{line-height:2.5; font-size:max(.16rem, 14px);}
.footer_nav dd a{color:rgba(0,0,0,0.6); transition:0.3s all; position:relative;}
.footer_nav a:hover{ color:var(--main_color);}
.footer_nav dd a:before{content: ""; position: absolute;left: 0;bottom:-.05rem;width: 0;height: 2px;background:var(--main_color);transition: all 0.5s;}
.footer_nav dd a:hover:before{width:100%; }


/*底部自媒体图标*/
.f_zmt{padding-top:.35rem;}
.f_zmt li{position: relative;cursor: pointer;margin-right:.16rem;}
.f_zmt li .ico{width: .52rem;height: .52rem;position: relative; background:#f5f5f5; border-radius: 50%; }
.f_zmt li .ico img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.f_zmt li .dox{position: absolute;bottom: 70px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); background:var(--main_color);border-radius:.1rem;padding:.1rem .1rem 12px;text-align: center;color: #fff;font-size: 13px; opacity: 0;pointer-events: none;display: flex;}
.f_zmt li .dox .ewm{width: 1rem;}
.f_zmt li .dox .ewm img{width: 100%;margin-bottom:5px; border-radius:5px;}
.f_zmt li .dox s{display: block;width: 12px;height: 6px;position: absolute;top: 100%;left: 50%;margin-left: -6px;background: url(../images/f_zmt_arr.svg) center no-repeat;}
.f_zmt li:hover .dox{bottom: 60px;opacity: 1;}
.f_zmt li:hover .ico{background:var(--main_color);}
.f_zmt li:hover .ico img{filter: grayscale(100%) brightness(600%);}
@media only screen and (max-width: 768px){
.f_zmt{justify-content:center;align-items:center; padding-top:20px;}
.f_zmt li{margin:0 5px;}
.f_zmt li .ico{width:46px;height:46px;}
.f_zmt li .ico img{height:50%;}
.f_zmt li .dox .ewm{width:90px;}
}


/*底部版权*/
.copyright{width:100%; padding:.25rem 0 .25rem; color:#999; border-top:solid 1px #e8e8e8;}
.copyright .left span{ margin:0 .1rem;}
.copyright a{color:#999; transition:all .5s; }
.copyright a:hover {color:var(--main_color); text-decoration:underline;}
.copyright .right a{margin-left:.25rem;}
@media only screen and (max-width: 768px){
.footer_nav{display:none;}
.copyright{padding:15px 0; text-align:center;}
.copyright .left{width:100%; line-height:1.6; font-size:13px; text-align:center;}
.copyright span{display:inline-block; margin:0 10px 0 0;}
.copyright .right{ text-align:center; font-size:13px; width:100%; margin:15px 0 10px;}
.copyright .right a{margin:0 8px;}

/*电话图标*/
.foot_ico { display:flex; position: fixed;width: 100%;left: 0;bottom: 0;z-index: 9; padding: 0 10px 10px; overflow:hidden; overflow: hidden; box-sizing:border-box;}
.foot_ico li {width: 50%;text-align: center;background: #00b1ff; padding:10px 0;}
.foot_ico li:last-child{ background:#20c57d;border-radius:0 30px 30px 0; }
.foot_ico li:first-child{border-radius:30px 0 0 30px; }
.foot_ico li img{width: 20px; margin-right: 10px; vertical-align: middle;}
.foot_ico li a{color: #fff;}
}
/*--------------------*/






/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden;}
.page_ban:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.25);z-index: 3;}
.page_ban .pic {animation: o-scale 20s linear infinite; width:100%;  height:68vh;overflow:hidden; position:relative; z-index:1;}
.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; z-index:9; text-align:center;}
.page_ban .txt h2 {font-size:.36rem; color:#fff; margin-bottom:.15rem;}
.page_ban .txt h5 {font-size:.2rem; font-weight:normal; color:#fff; text-transform:uppercase; line-height:1.5;}

@media screen and (max-width:768px) {
.page_ban .pic{height:160px;}
.page_ban .txt{}
.page_ban .txt h2{ font-size:22px;margin-bottom:6px; }
.page_ban .txt h5{ font-size:14px; }
}
@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);
    }
}




/*===============内页-子栏目通用========================*/
.sub_weizhi{z-index: 30; width: 100%;position:relative; height:.68rem; margin-top: -0.34rem;}
.sub_weizhi .main{ position:relative;}
.sub_weizhi .bg{right: 100%; top: 0; position: absolute; width: 100vw;height: 0.68rem;border-radius: 0 0.45rem 0.45rem 0;background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); z-index:1; transition:1s all;}
.sub_weizhi.on .bg{right:0;}
.sub_weizhi.fixed{ position:sticky; left:0; top:0;}
.sub_weizhi.fixed .bg{right:-25vw; border-radius:0; width:125vw;transition-delay: 1s;}

/*子栏目*/
.sub_nav{ position:relative; z-index:2; overflow-x: auto; overflow-y: hidden; flex-wrap:nowrap;}
.sub_nav li {margin-right: 0.5rem;position: relative;opacity: 0;transform: translateY(0.6rem);transition: all 0.5s;}
.sub_nav a { font-size:max(.16rem, 14px); font-weight:bold; white-space: nowrap;color: #555;line-height: 0.68rem; display:block;}
.sub_weizhi.on .sub_nav li {opacity: 1;transform: translateY(0);}
.sub_nav li.current a,.sub_nav li a:hover{ color:var(--main_color);}
.sub_nav li:before {content: "";position: absolute;left: 0;bottom: 0;width: 0;height: 0.03rem;background:var(--main_color);transition: all 0.5s;}
.sub_nav li.current:before,.sub_nav li:hover:before{width:100%;}

.sub_nav li:nth-child(1) {transition-delay: 1s;}
.sub_nav li:nth-child(2) {transition-delay: 1.15s;}
.sub_nav li:nth-child(3) {transition-delay: 1.3s;}
.sub_nav li:nth-child(4) {transition-delay: 1.45s;}
.sub_nav li:nth-child(5) {transition-delay: 1.6s;}

.sub_nav.on li{transition-delay: 0s!important;}

@media screen and (max-width:768px) {
.sub_weizhi{height:46px; margin-top:0;}
.sub_weizhi .bg{height:46px;border-radius:0;}
.sub_nav li {margin-right:30px;}
.sub_nav li a{line-height:46px; font-size:15px;}
.sub_weizhi.fixed{left:0; top:60px;}
.sub_weizhi.fixed .bg{right:0;}
.sub_nav li:before {height:2px;}
}


/*============锚点链接==============*/
.md_name{ position:relative;top:-.5rem;}




/*=============内页-公司简介============*/
.page_about_bg{background:url(../images/bg03.jpg) no-repeat center bottom #EFF0F4; background-size:100% auto; padding:.25rem 0 1.25rem; margin-top:-.34rem;}

.page_about{padding:.8rem 0 0 0;}
.page_about .tit{width:25%;}
.page_about .tit h2{ font-size:.36rem; color:#000; line-height:1.4; position:relative;}
/*.page_about .tit h2:nth-child(2):after{content: ""; display:block;background:var(--second_color);width: .6rem;height: 4px; margin-top:20px;}*/
.page_about .tit .info{position:relative;}
.page_about .tit span{ width:2px; display:inline-block; position:absolute; left:8px;}
.page_about .tit span.line1{height:.35rem; background:var(--main_color); top:.2rem;}
.page_about .tit span.line2{height:1rem; background:#ccc; top:.66rem;}
.page_about .tit em{ position:absolute; left:16px; top:1.8rem; font-size:16px;color: rgba(0,0,0,0.3); font-weight:500; font-style:normal;text-transform: uppercase;letter-spacing: .03rem;transform: rotate(90deg);
	transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
}

.page_about .right{width:66%;}
.page_about .con{text-align:justify; font-size:.16rem; line-height:2;}
.page_about .con p{ margin-bottom:25px;}
.page_about .right .title{font-size:.25rem; font-weight:bold; margin:.5rem 0 .3rem;}
.page_about .right .list{display: grid;grid-template-columns: repeat(3, 1fr);gap:.2rem;}
.page_about .right .list li{position:relative; }
.page_about .right .list li:after{ content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5);}
.page_about .right .list li .pic{overflow:hidden;}
.page_about .right .list li .pic img{width:100%; display:block; transition:all .5s;}
.page_about .right .list li .txt{position:absolute; left:0; top:0; right:0; bottom:0; color:#fff; z-index:2;}
.page_about .right .list .ico img{height:.55rem;margin-bottom:.2rem;}
.page_about .right .list li h3{ font-size:.18rem; font-weight:normal; opacity:1; transition:0.5s all;}
.page_about .right .list li:hover .pic img{ transform:scale(1.1,1.1);}



@media screen and (max-width:768px) {
.page_about_bg{margin-top:-46px;}
.page_about{padding:70px 5% 0;}
.page_about .tit{width:100%; text-align:center;}
.page_about .tit h2{ font-size:20px;}
.page_about .tit h2 br{ display:none;}
.page_about .tit h2:after{ content:''; width: .5rem;height:3px; margin:12px auto 0; border-radius:5px; background:var(--main_color); display:block;}
.page_about .tit .info{ display:none;}
.page_about .right{width:100%; margin-top:22px;}
.page_about .con{ font-size:15px; line-height:1.8;}
.page_about .con p{ margin-bottom:15px;}
.page_about .right .title{font-size:20px; text-align:center;}
.page_about .right .list{display: grid;grid-template-columns: repeat(2, 1fr);gap:10px;}
.page_about .right .list li{ overflow:hidden; border-radius:5px;}
.page_about .right .list .ico img{}
.page_about .right .list li h3{ font-size:16px; text-align:center; line-height:1.3;  padding:0 20px;}
}

/* 数字变换css */
.page-number-info { margin-top:.5rem; overflow:hidden;}
.page-number-info ul {}
.page-number-info li {width:25%; padding:.3rem 0; box-sizing:border-box; border-bottom:solid 1px #ddd; position:relative; margin-bottom:.2rem;}
.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:max(.16rem, 14px); color:#888; margin-top:.1rem;}
.page-number-info li b i { font-style:normal; font-size:.42rem; font-weight:bold;}
.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:25px;}
.page-number-info li{padding:18px 0; }
.page-number-info li b{ }
.page-number-info li b i {font-size:25px;}
.page-number-info li b sup {font-size:12px; }
.page-number-info li b span {font-size: 12px;}
.page-number-info li p {font-size:13px;}

}




/*================资质荣誉=====================*/
.page_rongyu_bg .item{flex:1;overflow:hidden;transition: 0.6s;position:relative;height:68vh;}
.page_rongyu_bg .item img{height:100vh;}
.page_rongyu_bg .item:hover{flex: 1.3;}
@media screen and (max-width:768px) {
.page_rongyu_bg .item{ height:168px;}
.page_rongyu_bg .item img{height:200px;}
}



/*================团队介绍=====================*/
.page_team_bg{ background:url(../images/team_bg.jpg) no-repeat center bottom; background-size:cover; padding:1rem 0 .8rem; margin-top:-.34rem;}

.dsz_box{ margin-bottom:.6rem;}
.dsz_box .left{width:3.3rem;}
.dsz_box .right{flex:1; padding-left:.6rem;}

.dsz_box .pic{width:100%;background:#7B7C81;overflow:hidden; border-radius:.1rem;}
.dsz_box .pic img{width:70%;display:block;}
.dsz_box .txt{}
.dsz_box .txt h3{font-size:.3rem;color:var(--main_color);}
.dsz_box .txt h2{font-size:.22rem;margin:.35rem 0 .15rem;}
.dsz_box .txt .intro{ margin-bottom:.25rem;}
.dsz_box .txt .intro p{line-height:2;font-size:max(.16rem, 14px);color:#666;position:relative;padding-left:.2rem;}
.dsz_box .txt .intro p:before{content:'';position:absolute;left:0;top:.12rem;width:8px;height:8px;background:var(--main_color);transform: rotate(45deg);}


.team_list{display: grid;grid-template-columns: repeat(2, 1fr);gap: .4rem;}
.team_list li { background:#fff; padding:.35rem .35rem; border-radius:.1rem; transition: all 0.48s;}
.team_list li:hover{box-shadow: 5px 5px 10px rgba(6,140,127,0.25); transform:translateY(-8px);}
.team_list li .pic{width:1.8rem; height:1.8rem; border-radius:50%; overflow:hidden;}
.team_list li .txt{ flex:1; padding-left:.4rem; text-align:justify;}
.team_list li .txt h2{ font-size:.22rem; margin-bottom:.2rem;}
.team_list li .txt h2 span{ font-size:.18rem; margin-left:.1rem; color:var(--main_color);}
.team_list li .txt p{ line-height:1.6; margin-top:5px; color:#666;}
@media screen and (max-width:768px) {
.page_team_bg{padding:90px 0 .8rem; margin-top:-46px;}

.dsz_box .left{width:100%;}
.dsz_box .right{width:100%; flex:none; padding-left:0;}

.dsz_box .pic{width:60%; border-radius:6px; margin-bottom:20px;}
.dsz_box .txt{}
.dsz_box .txt h3{font-size:22px;}
.dsz_box .txt h2{font-size:18px;margin:20px 0 10px;}
.dsz_box .txt .intro p{line-height:1.6;font-size:15px; padding:0 0 5px 15px;}
.dsz_box .txt .intro p:before{top:8px;}


.team_list{display: grid;grid-template-columns: repeat(1, 1fr);gap:15px;}
.team_list li {padding:.35rem .35rem; border-radius:6px;}
.team_list li:hover{transform:translateY(-5px);}
.team_list li .txt{padding-left:.4rem; text-align:justify;}
.team_list li .txt h2{ font-size:18px; margin-bottom:8px;}
.team_list li .txt h2 span{ font-size:16px; margin-left:8px;}
.team_list li .txt p{ line-height:1.6; margin-top:5px; color:#666;}

}



/*战略合作列表*/
.zlhz_list{display: grid;grid-template-columns: repeat(2, 1fr);gap:.3rem;}
.zlhz_list li{background: #fff; border-radius:.15rem; transition: .5s; /*filter: blur(8px);*/ padding:.15rem;}
.zlhz_list li:hover{box-shadow: 5px 5px 10px rgba(6,140,127,0.25); transform:translateY(-8px);}
.zlhz_list .pic{width:3rem; overflow:hidden; border-radius:.1rem;}
.zlhz_list .pic img{}
.zlhz_list .txt{flex:1; padding-left:.35rem;}
.zlhz_list .txt h2{font-size:.2rem;margin-bottom:.2rem;}
.zlhz_list .txt p{line-height:1.8;font-size:max(.16rem, 14px);color:#666;position:relative; text-align:justify;}
@media screen and (max-width:768px) {
.zlhz_list{display: grid;grid-template-columns: repeat(1, 1fr);gap:15px;}  
.zlhz_list li{border-radius:10px; padding:10px;}
.zlhz_list .pic{width:100%; border-radius:10px;}
.zlhz_list .txt{flex:none; padding:20px 10px; box-sizing:border-box; width:100%;}
.zlhz_list .txt h2{font-size:18px;margin-bottom:10px;}
.zlhz_list .txt p{ font-size: 15px;}
}


/*===================产品频道页================*/
.cate_pro_bg{padding:.25rem 0 1rem;background:url(../images/in_bg04.jpg) no-repeat top center;background-size:cover;position:relative;margin-top:-.35rem;}
.cate_pro_box{display: grid;grid-template-columns: repeat(4, 1fr);gap: .3rem;}
.cate_pro_box li{background-color:rgba(255,255,255,.5); border:solid 1px rgba(255,255,255,0.8); backdrop-filter: blur(10px);border-radius:15px;;padding:.5rem .25rem;box-sizing:border-box; transition:all .5s; cursor:pointer;}
.cate_pro_box .pic{background:#fff;width:2rem;height:2rem;background:#fff;border-radius:100%;overflow:hidden;margin:0 auto;}
.cate_pro_box .pic img{width:80%;display:block;}
.cate_pro_box .txt h3{font-size:.22rem;margin:.4rem 0 .25rem;transition:all .5s;}
.cate_pro_box .txt p{line-height:1.8;text-align:center;font-size:.16rem;color:#666;transition:all .5s;}
.cate_pro_box li:hover{background:var(--main_color); transform:translateY(-10px);}
.cate_pro_box li:hover .txt h3,.cate_pro_box li:hover .txt p{color:#fff;}

@media screen and (max-width:768px) {
.cate_pro_bg{padding:50px 0 1rem; margin-top:-46px;}
.cate_pro_box{display: grid;grid-template-columns: repeat(1, 1fr);}
.cate_pro_box li{padding:30px 30px;}
.cate_pro_box .pic{width:160px;height:160px;}
.cate_pro_box .txt h3{font-size:18px;margin:25px 0 15px;}
.cate_pro_box .txt p{font-size:14px;}
}

/*===================产品内容页================*/

/*产品介绍*/
.pro_show_bg{padding:.8rem 0;background:url(../images/pro_show_bg.jpg) no-repeat top center;background-size:cover;position:relative;margin-top:-.35rem;}
.pro_show_intro{margin-top:.5rem;}
.pro_show_intro .pic{width:4rem;height:4rem;background-color:rgba(255,255,255,.5);backdrop-filter: blur(10px);border-radius:30px;overflow:hidden; transform:rotate(45deg);position:relative;margin:.5rem 0 .6rem;}
.pro_show_intro .pic:before{content:'';position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);width:3.2rem;height:3.2rem;border:6px solid var(--main_color);border-radius:30px;}
.pro_show_intro .pic img{width:75%;display:block;transform:rotate(-45deg);}
/*.pro_show_intro .pic{width:40%;background:#fff;max-height:4.2rem;border-radius:10px;}
.pro_show_intro .pic img{width:90%;display:block;}*/

.pro_show_intro .txt{flex:1;margin-left:2rem;}
.pro_show_intro .txt .tit .ico{background:#07B8A6;width:.6rem;height:.6rem;border-radius:10px;transform:rotate(45deg);overflow:hidden;}
.pro_show_intro .txt .tit .ico img{width:.45rem;transform:rotate(-45deg);}
.pro_show_intro .txt .tit h1{flex:1;font-size:.36rem;color:#000;margin-left:.3rem;}
.pro_show_intro .txt .desc{font-size:max(.16rem, 14px);line-height:2;margin:.4rem 0 .3rem;color:#666;text-align:justify;}
.pro_show_intro .txt p{font-size:max(.16rem, 14px);line-height:1.8;margin-bottom:.1rem;position:relative;padding-left:.2rem;text-align:justify;color:#666;}
.pro_show_intro .txt p:before{content:'';position:absolute;left:0;top:.1rem;width:8px;height:8px;background:var(--main_color);transform:rotate(45deg);}

@media screen and (max-width:768px) {
.pro_show_bg{padding:30px 0 80px;margin-top:-50px;}
.pro_show_intro{margin-top:20px;}
.pro_show_intro .pic{width:250px;height:250px;padding:0;margin:30px auto 0; order:2;}
.pro_show_intro .pic:before{width:200px;height:200px;border:4px solid var(--main_color);}
.pro_show_intro .pic img{width:80%;}

.pro_show_intro .txt{flex:auto;width:100%;margin:40px 0 25px; order:1;}
.pro_show_intro .txt .tit .ico{width:42px;height:42px;}
.pro_show_intro .txt .tit .ico img{width:32px;}
.pro_show_intro .txt .tit h1{font-size:20px;margin-left:15px;}
.pro_show_intro .txt .desc{font-size:14px;line-height:1.8;margin:20px 0 15px;}
.pro_show_intro .txt p{font-size:14px;line-height:1.6;margin-bottom:10px;padding-left:15px;}
.pro_show_intro .txt p:before{top:7px;width:8px;height:8px;background:var(--main_color);transform:rotate(45deg);}

}

/*产品功效*/
.pro_show_gx{padding-bottom:.8rem;background:#fff;}
.pro_show_gx .main_tit{}

.tabs3{margin:0 auto .5rem;text-align:center;}
.tabs3 li{width:2.4rem; margin:0 .15rem;position:relative;padding:.1rem .3rem;box-sizing:border-box;background:#9f9f9f;line-height:.42rem;font-size:.2rem;color:#fff; cursor:pointer;border-radius:8px;}
.tabs3 li:after {position: absolute;bottom: -8px;left: 50%;transform: translateX(-50%);display: block;width: 0;height: 0;content: '';border: 10px solid transparent;border-bottom: 0;}
.tabs3 li.active:after {border-top-color: var(--main_color);}
.tabs3 li:last-child{margin-right:0;}
.tabs3 li .ico img{width:.3rem;margin-right:.15rem;}
.tabs3 li.active .ico img {filter: grayscale(100%) brightness(800%);}
.tabs3 li.active{background:var(--main_color);color:#fff;}

.gongxiao{overflow:hidden;background:#f8f8f8;border-radius:10px;}
.gongxiao .pic{width:50%;overflow:hidden;}
.gongxiao .pic img{width:100%;display:block;}
.gongxiao .txt{width:50%;padding:0 .5rem;box-sizing:border-box;position:relative;}
.gongxiao .txt h3 {font-size:.3rem;margin-bottom:.35rem;}
.gongxiao .txt h3 strong{font-size:.28rem; }
.gongxiao .txt p{font-size:.16rem;color:#666;line-height:1.8;text-align:justify;margin:0 0 .1rem;}
.gongxiao .txt span {font-size:1.2rem;line-height: 1.1;right: .3rem;bottom:-.3rem;font-weight: 700;position: absolute;color:rgba(255,255,255,1);text-shadow: #e0dddd 1px 0 0, #e0dddd 0 1px 0, #e0dddd -1px 0 0, #e0dddd 0 -1px 0; text-transform:uppercase;}
.desc_bar{width: 100%; height:3rem;overflow-y: auto;padding-right:.15rem;margin-bottom:.5rem;}
.desc_bar::-webkit-scrollbar {width: 3px;height: 4px;}
.desc_bar::-webkit-scrollbar-thumb {border-radius: 5px;background:rgba(153,153,153,.3);}
.desc_bar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}

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

.tabs3{margin:0 auto 20px;}
.tabs3 li{width:24.5%; margin:0 3px;padding:0;line-height:0; text-align:center;height:70px;}
.tabs3 li .ico{width:100%;margin-bottom:8px;}
.tabs3 li .ico img{width:25px;margin-right:0;}
.tabs3 li .txt{width:100%;line-height:1.2;font-size:14px; text-align:center;}

.gongxiao{}
.gongxiao .pic{width:100%;height:200px;}
.gongxiao .txt{width:100%;padding:20px 20px;}
.gongxiao .txt h3 {font-size:18px;margin-bottom:15px;}
.gongxiao .txt p{font-size:14px;margin:0 0 5px;}
.gongxiao .txt span {font-size:1rem;}
.desc_bar{height:200px;overflow-y: auto;padding-right:.15rem;margin-bottom:.5rem;}
}


/*产品应用*/
.show_pro_cpyy{padding-bottom:.25rem;background:url(../images/c1_bg02.png) no-repeat center #F4F9FE;background-size:cover;}
.pro_cpyy_box .item{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:.8rem;}
.pro_cpyy_box .item:nth-child(even) .cpyy_pic{order: 2;}
.pro_cpyy_box .item:nth-child(even) .txt{order: 1;}
.pro_cpyy_box .txt{width:50%;padding:0 .5rem;box-sizing:border-box;}
.pro_cpyy_box .txt .ico img{width:.5rem;margin-bottom:.3rem;}
.pro_cpyy_box .txt h3{font-size:.26rem;}
.pro_cpyy_box .txt .desc{color:#888;line-height:2;text-align:justify;font-size:.16rem;margin:.3rem 0 .4rem;}
.pro_cpyy_box .txt ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: .2rem;}
.pro_cpyy_box .txt ul li{background:var(--main_color);text-align:center;line-height:.4rem;border-radius:4px;font-size:.16rem;color:#fff;}

.cpyy_pic{border-radius:20px;width:50%;position:relative;overflow:hidden;}
.cpyy_pic li{overflow:hidden;position:relative;border-radius:10px;}
.cpyy_pic li .pic{overflow:hidden;}
.cpyy_pic li .pic img{width:100%;display:block; transition:0.5s all;}
.cpyy_pic li .txt {position: absolute;bottom: 0;width: 100%;height:1rem; color: #FFF;font-size: .2rem;background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6));padding:50px 20px 0;box-sizing:border-box;}


/*按钮切换*/
.cpyy_pic .swiper-button-prev ,.cpyy_pic .swiper-button-prev { left:0px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
.cpyy_pic .swiper-button-next ,.cpyy_pic .swiper-button-next{right:0px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
.cpyy_pic .swiper-button-prev,.cpyy_pic .swiper-button-next{ width:.68rem;height:.68rem; outline:none;  opacity:1; transition:0.3s all;}
.cpyy_pic .swiper-pagination{bottom:28px;right:20px!important;left:auto;width:auto;}
.cpyy_pic .swiper-pagination-bullet {width:12px;height:12px;border-radius:100%;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 3px !important; box-sizing:border-box;}
.cpyy_pic .swiper-pagination-bullet-active{background:none; border:solid 2px #fff;}



@media screen and (max-width:768px) {
.show_pro_cpyy{padding-bottom:30px;}
.pro_cpyy_box .item{margin-bottom:20px;}
.pro_cpyy_box .item:nth-child(even) .cpyy_pic{order: 1;}
.pro_cpyy_box .item:nth-child(even) .txt{order: 2;}
.pro_cpyy_box .txt{width:100%;padding:20px 20px 25px;}
.pro_cpyy_box .txt .ico img{width:30px;margin-bottom:15spx;}
.pro_cpyy_box .txt h3{font-size:18px;}
.pro_cpyy_box .txt .desc{line-height:1.8;font-size:14px;margin:10px 0 15px;}
.pro_cpyy_box .txt ul{grid-template-columns: repeat(2, 1fr);gap: 10px;}
.pro_cpyy_box .txt ul li{line-height:32px;font-size:14px;}

.cpyy_pic{width:100%;}
.cpyy_pic li .pic{overflow:hidden;max-height:auto;}
.cpyy_pic li .txt {height:70px;font-size:14px;padding:30px 10px 0;}

.cpyy_pic .swiper-button-prev,.cpyy_pic .swiper-button-next{ width:45px;height:45px;}
.cpyy_pic .swiper-pagination{bottom:5px;right:10px!important;}
.cpyy_pic .swiper-pagination-bullet{width:10px;height:10px;}
.cpyy_pic .swiper-pagination-bullet-active{width:10px;height:10px;margin: 0 2px !important;}

}


/*=====================核心技术==============================*/
.page_hxjs_bg{background:url(../images/in_bg01.jpg) no-repeat center; background-size:cover; margin-top:-.34rem; padding-top:1.15rem;}
.page_hxjs li{padding-bottom:1rem;}
.page_hxjs li .pic{width:52%;overflow:hidden;border-radius:10px;}
.page_hxjs li:nth-child(2) .pic{order:2;}
.page_hxjs li .pic img{width:100%;display:block;transition:all .3s;}
.page_hxjs li .pic:hover img{ transform:scale(1.1,1.1);}
.page_hxjs li .txt{width:42%;}
.page_hxjs li:nth-child(2) .txt{order:1;}
.page_hxjs li .txt h2{font-size:.38rem; color:#000;}
.page_hxjs li .txt h3{font-weight:normal;font-size:.2rem;color:var(--main_color); margin:.25rem 0 .3rem; line-height:1.3;}
.page_hxjs li .txt .desc{font-size:max(.16rem, 14px); line-height:1.8;text-align:justify; color:#666; margin-bottom:.3rem;}
.page_hxjs li .txt .info{font-size:max(.16rem, 14px); line-height:1.6;text-align:justify; font-weight:bold; margin-top:.2rem;}
.page_hxjs li .lean_more{margin-top:.5rem;}
.page_hxjs li .wz dd{padding-left:.2rem; font-size:max(.16rem, 14px);line-height:1.6;margin-bottom:.15rem;text-align:justify;position:relative; color:#666;}
.page_hxjs li .wz dd:before{content: '';position: absolute;left: 0;top: .1rem;width: 8px;height: 8px;background: var(--main_color);transform: rotate(45deg);}

@media screen and (max-width:768px) {
.page_hxjs_bg{margin-top:-46px; padding-top:60px;}
.page_hxjs li{margin-top:25px;}
.page_hxjs li .pic{width:100%;border-radius:5px; margin-top:15px;}
.page_hxjs li:nth-child(1) .pic{order:1;}
.page_hxjs li:hover .pic img{ transform:scale(1.1,1.1);}
.page_hxjs li .txt{width:100%;}
.page_hxjs li .txt h3{font-size:16px;margin:10px 0 12px;}
.page_hxjs li .txt h3 br{ display:none;}
.page_hxjs li .txt .desc{font-size:14px;line-height:1.8;}
.page_hxjs li .lean_more{margin-top:.3rem;}
.page_hxjs li .viewmore{margin-top:20px;}
.page_hxjs li .wz dd{padding-left:15px;font-size:14px;margin-bottom:10px;}
.page_hxjs li .wz dd:before{top:5px;}
}






/*===================单页面-合作伙伴==========*/
.page_hzhb_bg .desc{text-align:center;font-size:.16rem;color:#888;width:80%;line-height:2;margin:0 auto .5rem;}
.hzhb_list{display: grid;grid-template-columns: repeat(5, 1fr);gap:0;padding-bottom:.8rem;}
.hzhb_list li{overflow:hidden;height: 10vw;max-height: 270px;/*box-sizing:border-box;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);border-radius:8px;*/}
.hzhb_list li:nth-of-type(odd){background: #f5f5f5;}
.hzhb_list li img{width:60%;display:block;}

@media screen and (max-width:768px) {
.page_hzhb_bg .desc{font-size:14px;width:100%;line-height:1.6;margin:0 auto 25px; text-align:justify;}
.hzhb_list{grid-template-columns: repeat(3, 1fr);}
.hzhb_list li{height:80px;max-height:none;}
.hzhb_list li img{width:85%;display:block;}	
}




/*================人才理念=======================*/
.rcln_box_bg{ padding:.8rem 0 1rem;}
.rcln_box .txt{width:42%;position:relative;}
.rcln_box .txt h2{ font-size:.36rem; color:#000; margin-bottom:.25rem;}
.rcln_box .txt h3{ font-size:.22rem; line-height:1.8; border-bottom:solid 1px #e8e8e8; padding-bottom:.3rem;}
.rcln_box .txt .con{margin-top:.35rem;}
.rcln_box .txt li{ text-align:justify;font-size:.18rem;color:#666;margin-bottom:.2rem; font-weight:bold; display: flex;align-items: center;}
.rcln_box .txt li span{width: 0.36rem;height: 0.36rem;background:var(--main_color);border-radius: 50%; color: #Fff; margin-right:.1rem;}
.rcln_box .txt .img{position:absolute;bottom:.1rem;right:.1rem;overflow:hidden;}
.rcln_box .txt .img img{width:100%;display:block; opacity:.8;}
.rcln_box .pic{width:50%;overflow:hidden;}
.rcln_box .pic img{width:100%;display:block;border-radius:10px;}
@media screen and (max-width:768px) {
.rcln_box_bg{padding:35px 0 40px;}
.rcln_box .txt{width:100%;}
.rcln_box .txt h2{ font-size:20px; margin-bottom:15px;}
.rcln_box .txt h3{ font-size:16px; padding-bottom:15px; border-bottom:solid 1px #ddd;}

.rcln_box .txt li{  font-size:15px; margin-bottom:.2rem;}
.rcln_box .txt li span{width:28px;height:28px; margin-right:8px;}
.rcln_box .txt .con{margin-top:20px;}
.rcln_box .txt .img{bottom:30px;right:0;}
.rcln_box .pic{width:100%;margin-top:15px;border-radius:4px;}
}

/*================员工福利=======================*/
.ygfl_bg{background:url(../images/rel2bg.jpg) no-repeat center; background-size:cover; padding-bottom:1rem;}
.ygfl_box{display: grid;grid-template-columns: repeat(4, 1fr);gap: .3rem;margin-top:.5rem;}
.ygfl_box li{position:relative;padding:.4rem .4rem;box-sizing:border-box;background:#fff;border-radius:10px;}
.ygfl_box li h3{font-size:.22rem;margin-bottom:.2rem;}
.ygfl_box li p{font-size:.16rem;color:#999;line-height:2;}
.ygfl_box li .ico{width:1rem;height:1rem;border-radius:100%;background:#fff;box-shadow: 0px 7px 33.48px 2.52px rgba(25, 17, 64, 0.09);position: absolute;top: -.5rem;right: .4rem; transition:all .5s;}
.ygfl_box li .ico img{width:.45rem;transition:all .5s;}
.ygfl_box li:hover .ico{background:var(--main_color);}
.ygfl_box li:hover .ico img{filter: grayscale(100%) brightness(6000%);}


.page_join_bg3{padding-bottom:1rem;}
.join_gshd{display: grid;grid-template-columns: repeat(4, 1fr);gap: .25rem;}
.join_gshd li{overflow:hidden;border-radius:8px;}
.join_gshd li img{width:100%;display:block;}
.join_link{margin-top:1rem;}
.join_link h4{text-transform:uppercase;font-size:.3rem;font-weight:normal;}
.join_link h3{font-size:.4rem;margin:.25rem 0;}
.join_link a{width:3rem; background:var(--main_color); color:#fff; text-align:center;line-height:.6rem;margin-top:.2rem;font-size:.18rem; border-radius:4px; transition:all .5s;}
.join_link a:hover{background:var(--main_color); color:#fff;}


@media screen and (max-width:768px) {
.ygfl_bg{padding-bottom:0;}
.ygfl_box{grid-template-columns: repeat(1, 1fr);gap: 0;margin-top:20px;}
.ygfl_box li{padding:25px 20px;border-radius:6px;margin-bottom:40px;}
.ygfl_box li h3{font-size:18px;margin-bottom:10px;}
.ygfl_box li p{font-size:14px;line-height:1.8;}
.ygfl_box li .ico{width:70px;height:70px;top: -30px;right: 20px;}
.ygfl_box li .ico img{width:30px;}

.page_join_bg3{ }
.join_gshd{grid-template-columns: repeat(2, 1fr);gap:10px;}
.join_gshd li{border-radius:4px;}
.join_link{margin-top:40px;}
.join_link h4{font-size:16px;}
.join_link h3{font-size:20px;margin:15px 0;}
.join_link a{width:240px;line-height:46px;margin-top:10px;font-size:16px;;}
.join_link a:hover{border-radius:46px;}
}

/*=======================招聘信息=======================*/
.job_tit{ text-align:center; margin-top:.68rem; margin-bottom:.5rem;}
.job_tit .tt{ font-size:.38rem; color:#000; line-height:1.4; font-weight:bold;}
.job_tit p{ font-size:.18rem; margin-top:.25rem; color:#888;}
@media screen and (max-width:768px) {
.job_tit{ margin-top:35px; margin-bottom:35px;}
.job_tit .tt{ font-size:20px; line-height:1.5;}
.job_tit p{ font-size:14px; margin-top:15px; color:#666;}
}
/*======================招聘岗位======================*/
.job_list{ margin-bottom:.8rem; display: grid;grid-template-columns: repeat(3, 1fr);gap: .25rem;}
.job_list li{}
.job_list li a{display:block; background:#f8f8f8; padding:42px 32px; border-radius:5px; width:100%; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:var(--main_color); color:#fff;}
.job_list li a:hover i,.job_list li a:hover span{color:#fff;}
.job_list li .tit{ font-size:20px; font-weight:bold; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:var(--main_color); opacity:0.6; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{font-size:16px; color:#666; display: flex;align-items: center;transition:0.3s all;}
.job_list li .txt span i {display: block;width: 20px;height: 20px;margin-right: 8px;background-repeat: no-repeat;background-size: cover;}
.job_list li .txt .line {margin-left: 24px;margin-right: 24px; margin-top: 2px;width: 2px;height: 15px; background-color: rgba(0, 0, 0, 0.10);}
.job_list li .txt .job_edu i {background-image: url(../images/job_1.svg);}
.job_list li:hover .txt .job_edu i {background-image: url(../images/job_1_h.svg);}
.job_list li .txt .job_year i {background-image: url(../images/job_2.svg);}
.job_list li:hover .txt .job_year i {background-image: url(../images/job_2_h.svg);}
.job_list li:hover .txt .line { background-color: rgba(255, 255, 255, 0.5);}
@media screen and (max-width:768px) {
.job_list{ margin-bottom:.8rem; display: grid;grid-template-columns: repeat(1, 1fr);gap: 15px;}
.job_list li a{ padding:25px 20px;}
.job_list li .tit{ font-size:17px; margin-bottom:.5rem;}
.job_list li .tit i{ font-size:28px; opacity:0.6; margin-top:-10px; }
.job_list li .txt span{font-size:15px;}
}


/*招聘弹窗*/
.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:.25rem;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:20px;}
.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:var(--main_color);}

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

.more_link{ margin-bottom:.8rem;}
.more_link a { text-align: center;background: var(--main_color);color: #fff;display:inline-block;line-height:50px;border-radius: 100px 100px 100px 2px;transition: all 0.4s;font-size: 16px; padding:0 .25rem;}

@media screen and (max-width:768px) {
.tc_join{width:95%; max-width:95%;  padding:25px 20px; border-radius:10px; }
.tc_join .close{ top:15px; right:5px; }
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:18px; margin-bottom:15px;}
.tc_join .tit p{  font-size:14px;}
.tc_join .tit p span{ display: block; margin-right:0; margin-bottom:10px;}
.tc_join .tit p i{ margin-right:5px;}
.tc_join .con{ line-height:1.8; font-size:14px; }
.tc_join .con h5{font-size:16px; margin:10px 0 5px 0; }

}

/*宣传语*/
.join_slogan{background:#f0f3f5; padding-top:.5rem;}
.join_slogan .txt{}
.join_slogan .txt h2{font-size:.38rem;color:#000;}
.join_slogan .txt h3{font-size:.38rem;color:var(--main_color);margin:.25rem 0 .35rem;}
.join_slogan .txt p{font-size:.2rem;color:#666;}
.join_slogan .pic{margin-right:10%;}
.join_slogan .pic img{width:3.8rem;}
@media screen and (max-width:768px) {
.join_slogan{padding-top:50px;}
.join_slogan .txt{margin-left:0%; text-align:center; width:100%; margin-bottom:25px;}
.join_slogan .txt p{font-size:.16rem;color:#666;}
.join_slogan .pic{margin-right:0%; text-align:center; width:100%;}
.join_slogan .pic img{width:4rem;}

}

/*========================新闻通用样式==============================*/
.page_news_bg{ padding-bottom:.25rem;}

/*样式1
.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;}
}
*/

/*样式2
.pic_art_list {display: grid;grid-template-columns: repeat(3, 1fr);gap: .4rem;}
.pic_art_list li{ background:#fff; transition:0.3s all; border-radius:.1rem; overflow:hidden; border-bottom: 2px solid #fff;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);}
.pic_art_list li .pic{overflow:hidden;}
.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:hover{-webkit-transform: translate(0, -5px);transform: translate(0, -5px);border-color: var(--main_color);box-shadow: 0 0 15px rgba(0, 0, 0, .15);}

.pic_art_list li .txt{ padding:.3rem;}
.pic_art_list li .txt .time{margin-bottom:.15rem; color:#555;}
.pic_art_list li .txt h2{font-size:.2rem;line-height:1.3; margin-bottom:.15rem;}
.pic_art_list li .txt .desc{line-height:1.6;color:#777; }

@media screen and (max-width:768px) {
.page_news_bg{}
.pic_art_list { grid-template-columns: repeat(1, 1fr);gap:20px;}
.pic_art_list li{border-color: #c7000a;box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
.pic_art_list li .pic{ max-height:200px;}

.pic_art_list li .txt{ padding:20px;}
.pic_art_list li .txt .time{margin-bottom:12px;}
.pic_art_list li .txt h2{font-size:17px;line-height:1.3; margin-bottom:12px;}
}
*/




/*===================内页-联系我们================*/
.lxfs_bg{background:#fff; background-size: cover; }
.lxfs_list { margin-bottom:.8rem;}
.lxfs_list li{width:31.5%; text-align:center;  border:solid 1px #ddd; box-sizing:border-box; padding-bottom:.4rem; }
.lxfs_list li .ico{ height:64px; padding:.25rem 2px;}

.lxfs_list li h5{font-size:.2rem; color:#000; }
.lxfs_list li .desc{ font-size:15px; color:#666; line-height:1.8; padding:0 .4rem;}
.lxfs_list li .btn{ margin:.25rem 0 .15rem; position:relative;}
.lxfs_list li .btn a{color:#000;}
.lxfs_list li .btn a:hover{color:var(--main_color);}
.lxfs_list li .btn svg{width:16px; vertical-align:middle;}

@media screen and (max-width:768px) {
.lxfs_list li{width:100%; margin-bottom:15px; }
.lxfs_list li .ico img{ height:52px;}
.lxfs_list li h5{font-size:16px;}

}


/*===================留言================*/
.page_ly_bg{ background:url(../images/rel2bg.jpg) no-repeat center; background-size:cover; padding-bottom:.2rem;}
.hezuo_bg{ position:relative; max-height:4.25rem; overflow:hidden;}
.hezuo_bg .txt{ position:absolute; left:0; top:1rem; right:0; text-align:center; color:#fff;}
.hezuo_bg .txt h3{ font-size:.38rem; margin-bottom:.25rem;}
.hezuo_bg .txt p{ font-size:.2rem;}
@media screen and (max-width:768px) {
.hezuo_bg{max-height:4.6rem; height:180px;}
.hezuo_bg .txt{ position:absolute; left:0; top:1rem; right:0; text-align:center; color:#fff;}
.hezuo_bg .txt h3{ font-size:20px; margin-bottom:.2rem;}
.hezuo_bg .txt p{ font-size:14px;}

}



/*合作表单*/
.cooperate_form{border-radius:.2rem;box-shadow: 0px 0px 20px 0px rgb(20 18 18 / 5%);background: #fff;padding:.01rem 10% .5rem;max-width: 1100px;box-sizing: border-box;margin: -1.8rem auto .8rem;position: relative;}
.cooperate_form .desc{font-size:.16rem;text-align:center;margin-bottom:.5rem;}

.cooperate_form .form{}
.cooperate_form .ly_tit{font-weight:normal;font-size:16px;color:#333;margin-bottom:15px;}
.cooperate_form .ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}
.cooperate_form .message_input {margin-bottom:20px;}
.cooperate_form .message_input input::-webkit-input-placeholder,
.cooperate_form .message_input textarea::-webkit-input-placeholder{font-size:16px;font-family:Microsoft Yahei;color:#999;}
.cooperate_form .message_input li{ width: 49%;} 
.cooperate_form .message_input input{border: 1px solid #d1d8de;outline: none; width: 100%;padding:20px 20px; border-radius:5px;  box-sizing:border-box;} 
.cooperate_form .message_input select{background:#fff;border: 1px solid #d1d8de;outline: none; width: 100%;padding:20px 20px; border-radius:5px;  box-sizing:border-box;font-size:16px;font-family:Microsoft Yahei;color:#999;} 
.cooperate_form .message_input input::-webkit-input-placeholder {} 
.cooperate_form .message_input textarea{font-size:16px; display: block;border: 1px solid #d1d8de;outline: none; width: 100%;padding: 20px 20px;box-sizing: border-box;min-height:125px; border-radius:5px;} 
.cooperate_form .form-group {width:70%;position:relative;}
.cooperate_form .form-group img{position:absolute;right:0;top:50%; transform:translateY(-50%);background:rgba(204,204,204,.2);height:100%; padding:0 10px;border-radius:0 5px 5px 0;}
/*.cooperate_form .form-group input{ margin-right:1%;  margin-bottom:.2rem;}*/
.cooperate_form .message_input .submit{ border:none;outline: none; font-size:.2rem; margin:5px auto 0; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:100%; line-height:56px; border-radius:.1rem;}
.cooperate_form .message_input textarea::-webkit-input-placeholder{}
.cooperate_form .message_input .submit i{margin-left:.25rem;}
.cooperate_form .message_input input:focus,.message_input textarea:focus{border:solid 1px var(--main_color);}

@media screen and (max-width:768px) {
.cooperate_form{margin:-50px 15px 50px;padding:1px 25px 40px;box-sizing:border-box; }
.cooperate_form .page_tit{margin-bottom:10px;}
.cooperate_form .desc{font-size:14px;margin-bottom:15px;line-height:1.6;}

.cooperate_form .form{width:100%;margin:0 auto;}	
.cooperate_form .ly_tit{display:none;font-size:14px;margin-bottom:5px;line-height:1.6;}

.cooperate_form .message_input input::-webkit-input-placeholder,
.cooperate_form .message_input textarea::-webkit-input-placeholder{color: #999; font-size:14px;}
.cooperate_form .message_input {margin-bottom:0;}
.cooperate_form .message_input1{margin-bottom:15px;}
.cooperate_form .message_input li{ width:100%; margin-bottom:10px;} 
.cooperate_form .message_input input{padding:14px 15px;} 
.cooperate_form .message_input select{padding:10px 15px;font-size:14px;}
.cooperate_form .message_input textarea{min-height:100px;padding: 15px 15px;}
.cooperate_form .message_input .submit{width:100%; line-height:42px;margin-top:20px;font-size:16px;border-radius:42px;}

.cooperate_form .form-group {width:100%;}
.cooperate_form .form-group img{width:100px;padding:0 10px;}
	
}





/*===========内容页位置导航===============*/
.pro_weizhi{line-height:32px;margin:18px 0 12px;}
.pro_weizhi span{display:inline-block; margin:0 5px;}
.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;}

@media screen and (max-width:768px) {
.pro_weizhi,.pro_side{ display:none;}
}

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

.page_main{width:calc(100% - 3.5rem); background:#fff; box-sizing:border-box; padding:.5rem .68rem; }
.page_side{width:3rem; }
.page_side .sticky{position: sticky;top:.7rem;}



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

/*内容页*/
.title_txt {font-size:.33rem;line-height:1.5;  color:#000; }
.show_pro_tit {font-size:.36rem;line-height:1.6;  color:#000; border-bottom:solid 2px #e8e8e8; padding-bottom:.25rem; margin-bottom:.25rem;}

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


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px; z-index:10;}
.share-main b{ position:absolute; left:-80px; top:10px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 200px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 5px; right: 5px; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*正文*/
#art_box { text-align:justify;  line-height:2; font-size:16px; overflow:hidden; width:100%;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%; border-radius:3px;}
#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%;}

.pro_content{}
.pro_content h3{ font-size:18px; color:var(--main_color); position:relative; padding-left:18px;}
.pro_content h3:before{ content:''; display:block; position:absolute; left:0; top:50%; transform: translateY(-50%); width:7px; height:7px; border-radius:100%; border:solid 2px var(--main_color);}   
.pro_content h4{ font-size:15px;}


@media screen and (max-width:768px) {
.page_side{width:100%;}
.page_main{width:100%;  padding:20px 0; margin-top:0;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height:1.5; text-align:center;}
.art_info{margin-bottom:15px; text-align:center;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box { line-height:1.8;}

}

/*相关阅读*/
.xg_tit {  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:16px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:7px; height:7px; 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{ width:100%; line-height:2.2;}
.xg_tit { margin-top:25px;}
.xg_tit h5{font-size:20px; margin:25px 0 15px 0; position:relative; padding-left:12px;}
.xg_tit h5:after {width:5px; border-radius:5px;top: 0px;}

}

/*===================侧面新闻列表================*/
.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:.16rem; line-height:1.6; text-align:justify; margin-top:.1rem;}
.side_news_list li:hover .pic img{ transform:scale(1.1);}
@media screen and (max-width:768px) {
.side_news_list{ margin-top:20px;}
.side_news_list li{ margin-bottom:15px;}
.side_news_list .type{ font-size:14px; color:#666; margin:20px 0 10px;}
.side_news_list .tit{ font-size:16px; font-weight:bold;}
}

/*上一篇下一篇*/
.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{ margin-top:.5rem; position:relative;}
.show_pre_next li{ width:100%;border-top: 1px solid #e8e8e8;padding:.3rem 0;}
.show_pre_next li:last-child{border-bottom: 1px solid #e8e8e8;}
.show_pre_next li h3{width:66px; color:#000;font-weight:normal;font-size:16px;}
.show_pre_next li p{flex:1;}
.show_pre_next li p a{color:#000;font-size:16px; transition:all .5s;}
.show_pre_next li span{ color:#999;}
.show_pre_next li:hover a{color:var(--main_color);}

@media screen and (max-width:768px) {
.show_pre_next{ margin-top:20px;}
.show_pre_next li{padding:12px 0;}
.show_pre_next li h3{ line-height:1.4;}
.show_pre_next li p{width:90%;line-height:1.4;}
.show_pre_next li p a{ transition:all .5s;}
.show_pre_next li span{display:none;}
.show_pre_next li:hover a{color:var(--main_color);}
}

/*======================表单页面======================*/
.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:.5rem; background:#fff; margin:-1rem 0 .8rem; position:relative; z-index:99; border-radius:.15rem;}
.page_msg h5 { line-height:.8rem;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; margin-top:.8rem;}
.page_msg h5 {font-size:20px;}
}


/*内页分页*/
.search-pagination{text-align:center; padding:.5rem 0 0 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 16px;  border-radius:50%;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#fff; border:solid 0px #ddd; margin:0 5px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}
@media screen and (max-width:768px) {
.page_msg {padding: 20px;}
.pagination li {margin:0 3px 6px;}
.pagination li a{min-width: 40px;height: 40px;line-height: 40px; padding:0 15px;}
}

@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:-1rem auto .8rem; border-radius:.15rem; position:relative; z-index:6;}

.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:35px 15px 0; margin-top:0; border-radius:0; margin-bottom:10px;}
.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:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

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

/*更多*/
.lookmore{ text-align:center;}
.lookmore a{display:inline-block;border: #222 1px solid; font-size:15px; border-radius:22px; padding:12px 50px; color: #333; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:var(--main_color) 1px solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: 20px;
height: 20px;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -20px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -20px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}


/*向上*/
.cd-top {
  display: inline-block; z-index:9999;
  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;
}
.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;}
