@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#0050a4;        /* 主色 */
	--main_color_dark:#293645;   /* 主色-深 */    
    --second_color:#0050a4;      /* 副色 */     
    --bg_gray:#f5f5f5;           /* 灰色背景 */
    --module_gap_xl:1rem;  		 /* 模块间隔-超级 */
    --module_gap_x:.75rem;   	 /* 模块间隔-大 */
    --module_gap_m:.5rem;   	 /* 模块间隔-中 */
    --module_gap_s:.25rem;   	 /* 模块间隔-小 */
	  
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: "Microsoft YaHei","微软雅黑"; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;background:#fff;}
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--second_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:.8rem;}
.mt20{margin-top:20px;}
.index_bg{background:#F3F5F8;margin-top:.5rem;padding-bottom:.8rem;}


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

/*======================主体宽度======================*/
.main{width: 90%; margin: auto; max-width: 1440px;}
@media screen and (max-width:1024px) {
	.main{width:94%;}
}
@media screen and (max-width:768px) {
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
}
.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;}


/*文字省略*/
.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;}

/*顶部*/
.head_top{height: 35px;line-height: 35px;font-size: 12px;background:var(--main_color); color:rgba(255,255,255,0.7); }
.head_top .top_right a{margin-left:20px; color:rgba(255,255,255,0.7);font-size:13px;}
.head_top .top_right a.ico01 i{ background: url(../images/ico-h-1.png) left center no-repeat; padding-left:25px;}
.head_top .top_right a.ico02 i{ background: url(../images/ico-h-2.png) left center no-repeat; padding-left:25px;}


/*头部*/
.header{width: 100%; background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.header .logo h3{font-size:26px;color:var(--main_color_dark); }
.header .logo p{font-size:15px;color:#999;margin-top:13px;letter-spacing:1.6px;}

.header .logo img{ display:block;  transition:0.5s all; height:65px;}
.m_tc_box,.m_header_right{ display:none;}


/*****一级导航*****/
.navBox {height:100px; position:relative; z-index:999;}
.navBox a{height:100%; display:flex; justify-content:center;align-items:center;  transition:0.5s all;}
.navBox .nav1 {height:100%;}
.navBox .nav1>li{height:100%; position:relative;}
.navBox .nav1>li>a {font-size:16px; padding:0 .25rem; font-weight:520;}
.navBox .nav1>li>a:hover,.navBox .nav1>li.active>a{color:#fff;}
.navBox .nav1>li.curr>a .bg {background: var(--second_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:25px;width:18px;display: block;height:4px;transition: 0.5s;}
.navBox .nav1>li>a:after{ content:''; display:block; z-index:-1; width:100%; height:0; position:absolute; left:0; bottom:0; background:var(--second_color); transition:0.5s all;}
.navBox .nav1>li:hover>a:after{height:100%; left:0; bottom:0;}

/*****二级导航*****/
.navBox .nav2 {white-space: nowrap; min-width:150%; border-radius:5px; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99);transform:translate(-50%,20px); padding:.1rem 0;opacity:0; pointer-events:none; transition:0.3s all; box-shadow:0 5px 20px rgba(0,0,0,.15);}
.navBox .nav2.active{pointer-events:all; transform:translate(-50%); opacity:1; }
.navBox .nav2:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.navBox .nav2>li {height:.56rem; position:relative; font-size:15px; padding:0 25px;}
.navBox .nav2>li i{position:absolute; right:.25rem; top:50%; transform:translate(0,-50%); font-size:14px; color:#999; transition:0.5s all;}
.navBox .nav2>li.active i{ color:var(--second_color);}
.navBox .nav2>li:not(:last-of-type) a{ border-bottom:1px solid #ddd}
.navBox .nav2>li:before{content:"";position:absolute;top:7px;bottom:7px;left:0;width:3px;background:var(--second_color); transform:scaleY(0); transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.navBox .nav2>li.active:before{transform-origin:top; transform:scale(1);}
/****三级导航****/
.navBox .nav3 {display:none; white-space: nowrap; min-width:100%; border-radius:5px; overflow:hidden; position:absolute; left:100%; top:0; background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.15);}
.navBox .nav3>li { height:.56rem; }
.navBox .nav3>li:not(:last-of-type) a{ border-bottom:1px solid #ddd}
.navBox .nav3>li a:hover{background:var(--second_color); color:#fff;}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:13px; 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);}

@media screen and (max-width:768px) {
.header{ height:60px; position: fixed; z-index: 200;}
.header .logo img{height:40px; margin-top:10px;}
.head_top,.header_right{display:none;}
.m_header_right{display:block; margin-right:-5px;}
.m_top_blank{height:60px;}
	
/*手机中英文*/
.header .m_lag{ margin:22px 20px 0 0;}
.header .m_lag a {font-size: 15px;color: rgba(255,255,255,0.7);}


/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:50px;left: 0;bottom: 0;right: 0;background: #fff;z-index: 102; 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:15px; margin-top:25px;}
.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_menu .item.no_child a{ display: block;}

/*电话*/
.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%; position:relative; z-index:0; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; text-align:center; display: flex; flex-direction:column; justify-content:center;}
	#banner .txt h3{font-size:.55rem; color:#fff;  margin-bottom:.2rem;  text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}
	#banner .txt p{font-size:.2rem; color:#fff; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px; line-height:1.4;}

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.6s;}
	#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin-top:50px;}
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p,
	#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:1s;}
	
	#banner .swiper-slide .pic {position:relative; z-index:1; height:6rem;}
	#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1.03,1.03);  -webkit-transform: scale(1.03,1.03);  transition-delay:1s;/* -webkit-filter: blur(0px); filter: blur(0px);*/}
	
	.viewmore {position: relative;}
	.viewmore a{pointer-events: all; display: block;width: 1rem;height:.46rem; font-size:.16rem;line-height:.46rem; background:var(--main_color); color:#fff; border-radius:5px; padding:0 .25rem;position: relative;transition:all 0.3s; }
	.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px; background: url("../images/rb-1.png") center no-repeat;}
	.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0;background:rgba(255,255,255,.35);height:100%; transition:0.6s all;}
	.viewmore a:hover:after{width:100%; left:0;}

/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:20px;}

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

@media screen and (max-width:768px) {
	#banner .swiper-slide .pic{height:180px;}
	#banner .txt h3{font-size:18px;}
	#banner .txt p{font-size:14px;}
	#banner .viewmore{display:none;}
	#banner .swiper-pagination-bullet{width: 8px;height:7px;}
	#banner .swiper-pagination-bullet-active{width: 20px;}
	#banner .swiper-pagination{bottom:10px;}
}


/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .4rem;width:100%;}
.main_tit h3{ font-size:.36rem; color:#000; font-weight:normal;}
.main_tit .line {display: block;width: 25px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.main_tit p{font-size:16px; color:#666; margin-top:15px;line-height:2;}
@media screen and (max-width:768px) {
.main_tit p{font-size:13px; margin-top:10px;}
.main_tit h3{font-weight:bold;}
.main_tit{padding:30px 0 10px;}
}


.more_1{ text-align:center; margin:.3rem auto auto auto;}
.more_1 a{width: 2rem; line-height: .5rem;text-align: center;border: 1px solid #5a5a5a; border-radius: 5px; overflow:hidden; display:inline-block; font-size:14px; position:relative; transition:0.3s;}
.more_1 a:hover{color:#fff; border: 1px solid var(--second_color);}
.more_1 a:before{content: "";position: absolute;z-index: -1;top: 0;right: 0;right: 0;bottom: 0; width:0; transition:.5s all;background:var(--second_color); }
.more_1 a:hover:before{ width:100%; left:0;}

@media screen and (max-width:768px) {
.more_1 a{width: 50%; line-height:36px;}
}



/*==============首页热搜产品====================*/
.hot_key{background:#f5f5f5;}
.hot_key .key{  line-height:65px; }
.hot_key .key a{margin-right:15px; display:inline-block;}
.hot_key .ser{ height:65px; display:flex;justify-content:center;align-items:center;}
.hot_key .ser input[name=keyword]{ width:180px; height:34px; border:solid 0px rgba(102,102,102,1); border-right:0; padding:0 10px 0 40px;  border-radius:40px 0 0 40px; background:url(../images/icon-sq2.png) no-repeat 15px center #fff; outline:none; }
.hot_key .ser .btn_submit{background:var(--main_color); width:70px; font-size:14px; color:#fff;height:34px; border:none; border-radius:0px 38px 38px 0; outline:none; cursor:pointer;}
@media screen and (max-width:768px) {
.hot_key{display:none;}
}


/*===============首页设备展示============*/
.sbzs li{width:23.7%;text-align:center;border:1px solid rgba(204,204,204,.6);border-radius:5px;padding:.35rem .3rem;box-sizing:border-box;margin-bottom:.25rem;position:relative;overflow:hidden; transition:all .5s;}
.sbzs li  .sbzs_ico{overflow:hidden;}
.sbzs li .sbzs_ico img{transition:all .5s;} 
.sbzs li  .txt{padding:.25rem 0 .15rem 0;color:#333;font-size:.17rem;font-weight:bold;transition:all .5s;}
.sbzs li  .line{width:25px;height:2px;background:var(--main_color);margin:0 auto;transition:all .5s;}
.sbzs li  .desc{text-align:center;line-height:1.8;color:#999;margin-top:.25rem;transition:all .5s;}
.sbzs li:hover{background:var(--main_color);border:1px solid var(--main_color);}
.sbzs li:hover .txt,.sbzs li:hover .desc{color:#fff;}
.sbzs li:hover .line{background:#fff;}
.sbzs li:hover  .sbzs_ico img{filter: grayscale(100%) brightness(400%); }

@media screen and (max-width:768px) {
.sbzs li{width:48.5%;}
.sbzs li .txt{font-size:14px;}
.sbzs li .desc{font-size:12px;}
.sbzs li .sbzs_ico img{height:25px;}
}


/*=================首页通栏=================*/
.tonglan {width: 100%; padding:45px 0 25px 0; margin-top:50px; color: #fff; background:url(../images/guanggao.jpg) no-repeat center; }
.tonglan .left{width:50%;}
.tonglan .right {width:35%; position:relative;}
.tonglan .left h2{font-size:32px; margin-bottom:25px; color:#fff;}
.tonglan .left p{font-size:16px;}
.tonglan .left p:after{ content:''; width:35px; height:2px; border-radius:3px; background:#fff; display:block; margin-top:25px;}

.tonglan .right a{width:260px; height:46px; margin-bottom:20px; line-height:46px; font-size:18px; color:#fff; text-align:center; border:solid 1px rgba(255,255,255,0.6); border-radius:52px; display:block;}
.tonglan .right a:first-child{ background:#fff; border:solid 1px #fff; font-family:din; font-size:23px;color:var(--main_color);font-weight:bold;}
.tonglan .right a i{margin-right:10px;}
.tonglan .right a:nth-child(2){ background:url(../images/arr_tl.png) no-repeat right 25px  center; padding-right:25px; box-sizing:border-box;}

.tonglan .right .ewm{position:absolute; left:300px; top:-21px;}
.tonglan .right .ewm img{width:100%;}

@media screen and (max-width:768px) {
.tonglan {margin-top:30px;padding:30px 0 30px 0;}
.tonglan .left{width:100%;}
.tonglan .left h2{font-size:18px; margin-bottom:15px;font-weight:bold;color:#fff;-webkit-text-stroke:none;}
.tonglan .right {display:none;}
.tonglan .left p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.7);}
.tonglan .left p:after{margin-top:15px;background:rgba(255,255,255,.5);width:25px;}
}


/*================首页关于我们=====================*/
.index_about{position:relative;}
.index_about .txt{ width:50%; padding:0 0.4rem 0 0; box-sizing:border-box;  display:flex; justify-content:center;flex-direction:column;}
.index_about .txt h5{font-size:.16rem; letter-spacing:2px; font-weight:normal; margin-bottom:.11rem; padding-left:5px;}
.index_about .txt h3{font-size:.36rem; font-weight:normal; margin-bottom:.2rem;font-weight:bold;}
.index_about .txt .xian{width: 25px;height: 4px;background:var(--main_color);border-radius: 10px; margin-bottom:.4rem;}
.index_about .txt p{font-size:.16rem; line-height:2em; text-align:justify;}

.p_more{width: 1.6rem; line-height: .42rem;text-align: center;border: 1px solid #5a5a5a; border-radius: 5px; overflow:hidden; display:inline-block; font-size:14px; position:relative; transition:0.3s;margin-top:.3rem;}
.p_more:hover{color:#fff; border: 1px solid var(--second_color);}
.p_more:before{content: "";position: absolute;z-index: -1;top: 0;right: 0;right: 0;bottom: 0; width:0; transition:.5s all;background:var(--second_color); }
.p_more:hover:before{ width:100%; left:0;}


/*数字*/
.shuzi{ z-index:1; margin-top:.5rem; width:100%;}
.shuzi li{color: var(--main_color); font-size:.4rem;  position:relative;width:33.3%; box-sizing:border-box;}
.shuzi li i{font-size:.4rem; font-style:normal; margin-right:5px; font-family:din;}
.shuzi li span{font-size:16px; color:#666; top:-3px; display:inline-block; position:relative;}
.shuzi li p{ color:#555; font-size:14px; padding:3px 0 5px 0;}


.index_about .pic{width:48%; position:relative; margin:.8rem 0 0.8rem 0;}
.index_about .pic img{width:100%; display:block;}
.index_about .pic .play{width:80px; height:80px; position:absolute; left:50%; top:50%; margin:-40px 0 0 -40px; transition:1s all;}
.index_about .pic .play:hover{transform:rotate(360deg);}
.index_about .map_bg{ position:absolute; top:0; left:1rem;}

@media screen and (max-width:768px) {
.index_about .txt h3{font-weight:bold;}	
.index_about .txt{width:100%;text-align:center;margin-top:.6rem;padding:0;}
.index_about .txt .xian{margin:0 auto;margin-bottom:.3rem;}
.index_about .txt p{font-size:13px;text-align:center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.index_about .pic{width:100%;margin:0 0 40px 0;}
.p_more{width:100%;height: 40px;line-height: 40px;font-size: 13px;background-image:none;margin:25px auto;}
.index_about .pic .play{width:50px; height:50px; margin:-30px 0 0 -20px;}
.shuzi{  margin:10px 0 10px 0; }

}



/*===============首页行业应用================*/
.hyyy_bg{background:url(../images/hy_bg.jpg) no-repeat center;padding:0 0 .2rem 0; background-attachment:fixed;}
.hyyy{margin-top:.2rem;}
.hyyy li{width:24%;margin-bottom:.5rem;text-align:center; transition:all .5s;}
.hyyy li .pic{overflow:hidden;width:100px ;height:100px;border-radius:100%;border:1px solid rgba(255,255,255,.5);margin:0 auto;}
.hyyy li .pic img{height:40px;}
.hyyy li .txt{color:#fff;font-size:.18rem;font-weight:bold;padding-top:.2rem;}
.hyyy li:hover{ transform:translate(0,-15px);}
@media screen and (max-width:768px) {
.hyyy li .pic{width:60px ;height:60px;}
.hyyy li .pic img{height:28px;}
.hyyy li .txt{font-size:13px;}
}



/*======================首页合作伙伴======================*/
.hzhb_bg{}
.hzhb{padding-bottom:.6rem;}
.hzhb li{width:13%; margin-right:1.2%;overflow:hidden; height:.8rem; transition:0.3s all;border:1px solid #e8e8e8;border-radius:4px;margin-bottom:.25rem;}
.hzhb li:nth-child(7n){margin-right:0;}
.hzhb li img{display:inline-block;  width:100%;height:100%; }
.hzhb li:hover{ transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0); box-shadow: 0 5px 10px #eee;}

@media screen and (max-width:768px) {
.hzhb_bg{background: url(../images/fwtd_bg.jpg) no-repeat bottom;}
.hzhb li{width:48%;margin-right:2.5%;height:1.4rem;}
.hzhb li:nth-child(2n){margin-right:0;}	
}


/*===========底部通用=====================*/
.foot_bg{ width:100%; background:#004488; padding:.6rem 0 .5rem 0; }
.fot_line{border-right:rgba(255,255,255,0.05) 1px solid; min-height: 180px; box-sizing:border-box;}

.footer_nav{width:40%; }
.footer_nav .item h5{height:40px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2); font-size:16px; color:#fff; font-weight:normal;}
.footer_nav .item h5:after {width: 15px;height: 1px;position: absolute;left: 0;bottom: -1px;content: '';background: rgba(255,255,255,0.6);}
.footer_nav ul li{font-size:14px; line-height:.46rem;}
.footer_nav ul li a{color:rgba(255,255,255,0.66);}
.footer_nav ul li a:hover{color:#fff; text-decoration:underline;}
.footer_nav .item{ width:1.4rem;}
.footer_nav .item2{ width:3.5rem;}
.footer_nav .item2 li{ width:50%;}

.b_weixin{text-align:center; }
.b_weixin h4{padding: 0 0 0 25px;font-size: 16px; font-weight:normal;color: #fff;background: url(../images/icon_ewm.png) 0 center no-repeat; margin-bottom: 25px;}
.b_weixin li{}
.b_weixin li img{ width:108px; height:108px; margin-bottom:.15rem;}
.b_weixin li p{font-size: 14px; text-align:center; color:rgba(255,255,255,0.66);}

.b_contact{width:4rem;box-sizing:border-box; }
.b_contact h5{padding: 0 0 0 25px;font-size: 16px; font-weight:normal;color: #fff;background: url(../images/icon_ren.png) 0 center no-repeat; margin-bottom: 25px;}
.b_contact .f_logo img{ max-width:100%;}
.b_contact .f_tel {font-size:30px;  margin-top:25px; color:rgba(255,255,255,0.66);}
.b_contact .f_info{margin-top:25px;}
.b_contact .f_info .item{margin-bottom:20px;}
.b_contact .f_info .item:not(:first-child){ font-size:16px;}
.b_contact .f_info .ico{width: 34px;padding-right: 8px;display: flex;align-items: center;height: 24px; box-sizing:border-box;}
.b_contact .f_info .ico img{max-width: 100%;opacity: .5;}
.b_contact .f_info .txt{width: calc(100% - 34px); color: #fff;opacity: 0.5;line-height: 24px;}
.b_contact .f_info .txt p a{position: relative; color: #fff;}

/* -- */
.f_code{ font-size: 0;margin-top: 35px;}
.f_code a{width: 30px;height: 30px;margin-left:10px;position: relative;border-radius: 5px;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.4);transition: all .5s ease;}
.f_code a i{font-size:18px; color:rgba(255, 255, 255, 0.6);transition: all .5s ease;}
.f_code a:first-child{margin-left: 0;}
.f_code_img{display: none;width: 136px;height: 136px;padding: 5px;position: absolute;bottom: 42px;left: 50%;margin-left: -68px;background: #fff;border-radius: 5px; box-sizing:border-box;}
.f_code_img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.f_code_img img{width: 100%;height: 100%;object-fit: cover;}
.f_code a:hover .f_code_img{display: block;animation: f_code .6s ease-in-out both;}
.f_code a:hover{background:#fff;}
.f_code a:hover i{ color:var(--main_color);}
@keyframes f_code{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* -- */

.copyright{ width:100%; margin:0px auto;   background:#003D79; color:rgba(255,255,255,0.46); text-transform:uppercase; font-size:12px;}
.copyright .main{ padding:15px 0;}
.copyright a{color:rgba(255,255,255,0.36);}
.copyright span,.copyright a{color:rgba(255,255,255,0.46); margin:0 5px;}
.copyright span{ float:right; color:rgba(255,255,255,0.46); font-size:12px;}


.m_f_blank,#footer{display:none;}
@media screen and (max-width:768px) {
.m_f_blank{ height:56px; display:block;}
#footer{ display:flex; height:56px; background:#fff; border-top:solid 1px #e8e8e8; box-sizing:border-box; position:fixed; left:0; bottom:0; width:100%; z-index:99;}
#footer li{ width:20%; text-align:center; font-size:13px;}
#footer li .ico{ margin:8px auto 5px; position:relative;}
#footer li .ico svg{ height:20px;}
#footer li .ico span{position: absolute; right: 12px; top: -5px; font-size:10px; display:block; width:15px; line-height:15px; border-radius:100%; text-align:center;background:var(--second_color); color:#fff;}
#footer li a{display:block;}
#footer li.active .txt{color:var(--second_color);}
#footer li.active .ico svg,#footer li:hover .ico svg{fill:var(--second_color);}
}

@media screen and (max-width:768px) {
.foot_bg{padding:.6rem 0 .25rem 0; background:#004488;}
.footer_nav{width:100%; }
.footer_nav .item h5{height:35px;}
.footer_nav ul li{font-size:14px; line-height:2;}
.footer_nav .item{ display:none;}
.footer_nav .item2{display:block; width:100%; margin-bottom:25px;}
.copyright .main{padding:10px 15px; line-height:1.6;}
.b_contact{width:100%;}
.b_contact h5{ background-image:none;height:35px; margin-bottom:20px; position:relative; display:block; padding-left:0; border-bottom:solid 1px rgba(255,255,255,0.2);}
.b_contact h5:after {width: 15px;height: 1px;position: absolute;left: 0;bottom: -1px;content: '';background: rgba(255,255,255,0.6);}
.b_contact .foot_tel {font-size:20px; margin-bottom:10px;}
.b_contact .f_info .ico{width:25px; }
.b_contact .f_info .item{margin-bottom:15px;}
.b_weixin,.copyright p:last-child,.f_code,.f_logo{display:none;}
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  


/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:350px;}
.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; display: flex; z-index:9; flex-direction:column; align-items:center;}
.page_ban .txt h2 { font-size:.35rem; font-weight:normal; color:#fff; opacity:0.7; text-transform:uppercase;margin-bottom:5px;}
.page_ban .txt h5 { font-size:.4rem; font-weight:normal; color:#fff; letter-spacing:2px;}

@media screen and (max-width:768px) {
.page_ban .pic{height:120px;}
}

/*位置*/
.sub_weizhi{ line-height:60px; height:60px;  }
.weizhi{padding-left:35px; color: #626568; font-size:12px; position: relative;}
.weizhi a{color: #626568;}
.weizhi i.ico { position: absolute;left: 10px;top: -3px;}
.weizhi i.ico svg {height: 20px;width: 20px;vertical-align: middle;fill: rgba(153,153,153,.9);}
@media screen and (max-width:768px) {
.sub_weizhi{ line-height:36px; height:36px; }
.weizhi{padding-left:20px; margin-left:15px;}
.weizhi i.ico {left:0px;top: -2px;}
.weizhi i.ico svg {height: 16px;width: 16px;}
}

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

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

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

/*===================子栏目导航2================*/
#n_nav2{ height:69px; border-top: 1px solid rgba(255, 255, 255, 0.1);width: 100%; position:relative; margin-top:-70px; z-index:99; text-align:center;}
#n_nav2 li{height: 69px; display:inline-block; position:relative;}
#n_nav2 li:before{ content:''; display:block; background:var(--main_color); height: 100%; width:0; transition:0.6s all; opacity:0; position:absolute; left:50%; top:0;}
#n_nav2 li:hover:before,#n_nav2 li.on:before{width:100%; opacity:1; left:0;}
#n_nav2 a{display:block; font-size:16px; padding:0 .5rem; line-height:69px; height: 69px; text-align: center; color:#fff; z-index:1; position:relative;}
#n_nav2 a img{display: inline-block; vertical-align: middle; margin-right:10px;}


/*======================内页全局通用背景======================*/
.page_bg{background:url(../images/hbhb_bg.jpg) no-repeat center;background-size:cover;}



/*======================内页关于我们======================*/

.page_about{margin-bottom:.3 rem;}
.page_about .con p{padding:.1rem 0;line-height:2;font-size:.16rem;overflow:hidden;}
.page_about .con p img{text-align:center;}

@media screen and (max-width:768px) {
.page_about{}
.page_about .con p{font-size:13px;}
.page_about .con p img{width:100%;text-align:center;}
}

/*数字*/
.shuzi1{ z-index:1; width:100%;padding:.3rem 0;background:#fff;border-radius:8px;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);margin-top:.3rem;}
.shuzi1 li{color: var(--main_color); font-size:.4rem;  position:relative;width:24%; box-sizing:border-box;text-align:center;}
.shuzi1 li i{font-size:.4rem; font-style:normal; margin-right:5px; font-family:din;}
.shuzi1 li span{font-size:16px; color:#666; top:-3px; display:inline-block; position:relative;}
.shuzi1 li p{ color:#555; font-size:14px; padding:10px 0 5px 0;}
@media screen and (max-width:768px) {
.shuzi1 li{width:50%;margin-bottom:20px;}

}


/*内页企业文化*/
.culture{padding-top:.4rem;padding-bottom:.2rem;margin-top:.5rem;}
.culture li{ width: 24%; color: white; position: relative; transition: all .5s;overflow:hidden;}
.culture li img{width:100%;height:90%; transition:all .5s;}
.culture li span{ text-transform: uppercase; position: absolute; bottom: 120px; left: 0px; transform: rotate(90deg); font-size: .18rem;}
.culture li .txt{ line-height: 2; position: absolute; top: 30px; left: 30px;}
.culture li .txt .wz1{ font-size:.32rem;}
.culture li .txt .wz2{ font-size:.18rem;}
.culture li .txt .line{ width: 30px;  height: 2px; background: #fff; margin-top: 25px;} 
.culture li:hover{  transform: translateY(-8px);}
.culture li:hover img{ border-radius: 50px 0;}

@media screen and (max-width:768px) {
.culture li{ width: 48%; border-radius:4px;margin-bottom:15px;}	
.culture li .txt{ left: 15px;}
.culture li .txt .wz1{ font-size:18px;}
.culture li .txt .wz2{ font-size:14px;}
.culture li .txt .line{  margin-top: 15px;}
.culture li img{width:100%;height:100%;} 
}


/*===================内页产品列表================*/
.product_list  li{width:23%;margin:1%;border:1px solid rgba(204,204,204,.5);padding:.3rem .3rem;box-sizing:border-box;margin-bottom:.25rem;background:#f4f4f4; transition:all .5s;}
.product_list  li .txt{}
.product_list  li .txt  h3{font-size:.2rem;}
.product_list  li .txt p{font-size:.14rem;color:#838383;margin-top:.2rem;line-height:2;text-align:justify;}
.product_list  li .pic{overflow:hidden;margin-top:.2rem;}
.product_list  li .pic img{width:100%;height:1005%;}  
.product_list  li:hover{box-shadow: 0 5px 10px rgba(153,153,153,.35);}


@media screen and (max-width:768px) {
.product_list  li{width:100%;border-radius:4px;margin-bottom:20px;}
.product_list  li .txt{margin-top:5px;}	
.product_list  li .txt  h3{font-size:14px;}
.product_list  li .txt p{font-size:12px;margin-top:5px;}
}

/*======================产品内容页======================*/
.img_center {position: absolute;display: block;left: 0;top: 0;bottom: 0;right: 0;margin: auto;}	/*图片垂直居中样式*/
.show_pro{ background:#f2f2f2; padding:.6rem 0;}
.pro_box1{}
.pro_box1 .left{width:44%; }
.pro_box1 .right{width:52%;}
.pro_box1 .right .tit h1{font-size:.32rem; line-height:1.6;}
.pro_box1 .right .desc{line-height:2; font-size:.16rem; margin:.15rem 0 .25rem 0; text-align:justify;}

/* 手机查看二维码 */
.pro_box1 .right .tit .pro_ewm{ position:relative; right:0; top:0px;}
.pro_box1 .right .tit a { background: url(../images/xx_df.png) right center no-repeat;display: block;color: #666666;padding-right: 42px; line-height:50px; margin-right:25px;}
.pro_box1 .right .tit .show_pro_ewm{ position:absolute; line-height:1.6; right:0; top:50px; text-align:center; background:#fff; border:solid 1px #e8e8e8; padding:10px; display:none;}
.pro_box1 .right .tit .pro_ewm:hover .show_pro_ewm{display:block;}

/* 产品大图 */
.thumb-wrapper {border: 1px solid #eee; height:360px; position:relative; background:#fff;}
.thumb-wrapper img{max-width:100%; max-height:100%;padding: .2rem .2rem;box-sizing: border-box;}

/*产品缩略图轮播*/
.swiper-adv-father {width: 100%; position: relative;margin-top:.15rem;}
.swiper-adv-father .swiper-container {width: 100%; padding:0 20px; box-sizing:border-box;}
.swiper-adv-father .slide-item { width:100%; border: 2px solid #eee; background:#fff; cursor: pointer; position:relative;}
.swiper-adv-father .selected .slide-item{border: 2px solid var(--main_color);}
.swiper-adv-father .slide-item img{width:100%; opacity:1; display:block; transition:0.3s all;padding: .1rem .1rem;box-sizing: border-box;}
.swiper-adv-father .selected .slide-item img{opacity:1;}

#pro_thumb .swiper-button-prev{width: 18px;height: 30px;background-size: 14px 24px;background-image: url('../images/adv-left-icon.png') !important;top: 62%;left: 0;z-index: 1;outline: none;}
#pro_thumb .swiper-button-next{width: 18px;height: 30px;background-size: 14px 24px;background-image: url('../images/adv-right-icon.png') !important;top: 62%;right: 0;z-index: 1;outline: none;}

/* box */
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}


/*按钮*/
.pro_box1 .right  .more{ margin-top:.35rem;}
.pro_box1 .right  .more a{width:1.8rem;height:.56rem; background:var(--main_color); display: block;text-align: center;line-height:.56rem; font-size:.18rem; color:#fff; transition:0.3s all;}
.pro_box1 .right  .more a:hover{ background:#BF2E22; width:2rem;}

/*资料下载*/
.pro_down{ margin-top:.5rem}
.pro_down h3{font-size:.22rem; color: #111; display:inline-block; margin-bottom:20px;}
.pro_down li{ background:#fff; display:inline-block; border-radius:5px; padding:15px; text-align:center; transition:0.3s all;}
.pro_down a{margin-right:10px;}
.pro_down a:last-child{margin-right:0;}
.pro_down li .ico{ font-size:.25rem; margin-bottom:10px; }
.pro_down li .txt h5{font-size: 14px; font-weight:normal;}
.pro_down li:hover{background:var(--main_color); color:#fff;}

/*产品详情*/
.pro_box2{ margin-top:.6rem;margin-bottom:.8rem;}
.pro_box2 .left{ width:calc(100% - 350px); min-height:3rem;}
.pro_box2 .left .tit{ border-bottom:solid 2px var(--main_color); height:.56rem; margin-bottom:25px;}
.pro_box2 .left .tit h3{height:.56rem; line-height:.56rem; font-size:18px; display:inline-block; width:2rem; text-align:center; background:var(--main_color); color:#fff; border-radius:5px 5px 0 0;}

.pro_box2 .right{ width:300px; background:#f3f3f3; padding:30px; box-sizing:border-box;}
.pro_box2 .right h3{ font-size:20px; margin-bottom:20px;}
.pro_box2 .right li{ margin-bottom:15px;padding: .15rem .15rem;box-sizing: border-box;background:#fff;}
.pro_box2 .right li .pic{ border:solid 1px #e8e8e8; width:100%; margin-bottom:15px; overflow:hidden;  }
.pro_box2 .right li .pic img{ width:100%; display:block;}
.pro_box2 .right li .txt h2{ font-size:15px; text-align:center; font-weight:normal;}

@media screen and (max-width:768px) {
.pro_box1 .left{width:100%; }
.thumb-wrapper {height:260px;}
.pro_box1 .right{width:100%;}
.pro_box1 .right .tit h1{font-size:18px; margin-top:15px;}
.pro_box1 .right .desc{ font-size:13px; margin:.15rem 0 .25rem 0;}
.pro_box1 .right .tit .pro_ewm{ display:none;}
.pro_box1 .right  .more a{width:40%;height:40px; line-height:40px; font-size:15px;}
.pro_box1 .right  .more a:hover{width:45%;}
.pro_down h3{font-size:18px;}
.pro_down li .ico{ font-size:22px;}

.pro_box2 .left{ width:100%;}
.pro_box2 .left .tit{ border-bottom:solid 2px var(--main_color); height:40px; margin-bottom:15px;}
.pro_box2 .left .tit h3{height:40px; line-height:40px; font-size:16px; display:inline-block; width:30%; text-align:center; background:var(--main_color); color:#fff; border-radius:5px 5px 0 0;}
.pro_box2 .right{ width:100%; background:#fff; padding:0; box-sizing:border-box;}
.pro_box2 .right h3{ font-size:18px; border-top:solid 8px #f5f5f5; padding-top:15px;}
/*.pro_box2 .right ul{display:flex; flex-direction:column; justify-content:center;}*/
.pro_box2 .right li{width:48%;background:#f2f2f2;}
}


/*======================内页新闻列表======================*/
.new_list li{ transition: all 0.5s; background: #f6f6f6 url(../images/dot.png) no-repeat 95% 25px; background-size: 40px;  width: 32%; margin-bottom:.25rem;}
.new_list li a{padding: .3rem .2rem 0 ;display:block;}
.new_list li .title span{display: block; color: #888888; font-size: 17px; font-weight: normal; margin-bottom: 20px; font-family: arial;}
.new_list li .title h2{color: #141418; font-size:.18rem; margin-bottom: .2rem; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.new_list li .info{text-align:justify;color: #666666; font-size: 14px; line-height: 30px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.new_list li .more{display: flex; display: -webkit-flex; justify-content: flex-end; margin-top: 30px;}
.new_list li .more span{position: relative; z-index: 1; transition: all 0.5s ;display: inline-block; width: 95px; height: 45px; line-height: 45px; background: #f3f3f3;}
.new_list li .more span.span2{display: inline-block; background: #333; color: #ffffff; text-align: center; }
.new_list li:nth-child(3n+1){margin-left: 0;}
.new_list::before{background: url(../images/bg2.jpg) no-repeat center top;position: absolute; content: ""; top: 0; left: 0; height: 100%; width: 90%; z-index: -1;}
#s_news::after{background: #efefef; position: absolute; content: ""; top: 0; right: 0; height: 100%; width: 90%; z-index: -2;}
.new_list li:hover{webkit-box-shadow:0 5px 20px 1px #dcdada;  
  -moz-box-shadow:0 5px 20px 1px #dcdada;  
  box-shadow:0 5px 20px 1px #dcdada;}

.new_list li:hover .title h2{color: var(--main_color);}
.new_list li .more span.span2::before{position: absolute; content: ""; left: 0; top: 0; width: 0%; height: 100%; background: var(--main_color); z-index: -1;}
.new_list li:hover .more span.span2::before{width: 100%; transition: all 0.6s;}


@media screen and (max-width:768px) {
.new_list li{width:100%;margin-bottom:25px;border-radius:4px;}	
.new_list li a{padding: 30px 15px 0 ;display:block;}
.new_list li .title h2{font-size:14px;}
.new_list li .more{ margin-top: 20px;}
.new_list li .more span{height:35px;line-height: 35px;}
.new_list li .info{font-size:12px;line-height: 24px;}
.new_list li .more span.span2{font-size:12px;}
}

/*======================内页新闻图文列表======================*/
.news_pic_list li{background:#F6F6F6;margin-bottom:.25rem;width:24%;}
.news_pic_list li .pic{overflow:hidden;}
.news_pic_list li .pic img{width:100%;}
.news_pic_list li .txt{padding:0 .15rem .3rem .15rem;}
.news_pic_list li .txt h3{padding:.3rem 0 .2rem 0;font-size:.17rem;}
.news_pic_list li .txt .desc{font-size:.14rem;color:#888;line-height:1.8;margin-bottom:.3rem;text-align:justify;}
.news_pic_list li .date{color:#888;font-size:.14rem;}
.news_pic_list li .date i{padding-right:.1rem;font-size:.164rem;}


@media screen and (max-width:768px) {
.news_pic_list li{width:100%;border-radius:4px;margin-bottom:20px;}
.news_pic_list li .pic{border-radius:4px;}
.news_pic_list li .txt{padding:5px 10px 30px 10px;}
.news_pic_list li .txt h3{font-size:14px;}
.news_pic_list li .txt .desc{font-size:13px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.news_pic_list li .date{font-size:13px;}
.news_pic_list li .date i{font-size:14px;}
} 

/*======================文章内容页======================*/
.show_side{width:370px;}
.show_main{width:calc(100% - 400px); background:#fff; padding:.4rem .6rem; box-sizing:border-box;margin-bottom:.8rem;}

.show_side_box{ padding:25px 30px; background:#fff;}
.show_side_tit {font-size:22px; color: #111; font-weight:bold;  margin-bottom: 15px;}

.next_art{}
.next_art li{background: #fff; padding: 30px 30px 25px 30px; margin-bottom:15px;}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111;}
.next_art li h2{font-size: 16px; line-height:1.8;margin: 10px 0 10px;transition: all .4s ease; font-weight:normal;}
.next_art li .time{    color: #999;font-weight: 700;}

.show_back{ background: #fff;padding: 25px 30px; }
.show_back a{width: 100%;height: 44px;font-size: 16px;color: #fff;background:var(--main_color);transition: all .4s ease;}
.show_back a:hover{box-shadow: 0 5px 10px rgba(var(--main_color_rgb),.6)}

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.8; font-weight:bold; color:#000;}
.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;}
.share-main b{ position:absolute; left:-80px; top:7px; 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: 234px; height: 102px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; 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;  font-size:15px; line-height:2;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#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;}
#art_box table td:nth-child(2){text-align:left;}
#art_box a{color:#2343B2;}

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

.qrcode{text-align:center;  margin-top:50px; font-size:14px; color:#999;}
.qrcode img{width: 150px; border:solid 1px #ddd;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:30px; padding:10px 0;}
.bot_info p a{margin-right:10px;}

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

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ccc; 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) {
.show_side{width:100%;margin-bottom:50px;}
.show_main{width:100%; padding:0;}
.share-main,.xg_art{ display:none;}
.title_txt {font-size:16px;}
.art_info{margin-bottom:10px; border-bottom: dotted 1px #ddd; }
.art_info em{ font-size:12px; line-height:36px; margin-right:10px;}
#art_box { font-size:14px; }

.next_art li{ padding:15px 15px 10px 15px; margin-bottom:12px; background:#f5f5f5; border-radius:5px;}
.next_art li .tit{font-size:15px; font-weight:bold; color:#111;}
.next_art li h2{font-size: 14 px; margin: 5px 0 0px;}
.next_art li .time{ display:none;}

.show_back{padding:0; }
.show_back a{ border-radius:5px;}

.show_side_box{ padding:10px 0 0 0;}
.show_side_tit {font-size:18px;margin-bottom: 15px;}

}


/*人才招聘*/
.zhaopin_bg{ background:url(../images/n_container_bg.jpg) no-repeat center bottom; padding-bottom:1rem;}
/*人才招聘*/
.rcln{}
.rcln li{ position:relative;}
.rcln li:first-child{ width:60%; }
.rcln li:last-child{ width:38.5%;}
.rcln li .pic{ width:100%; height:355px; overflow:hidden; border-radius:10px;}
.rcln li .pic img{ width:100%; height:100%; object-fit: cover; }

.rcln li:first-child .txt{ position:absolute; left:0; right:0; top:0; bottom:0; padding:80px 1.6rem 0 90px; color:rgba(255,255,255,0.6); line-height:1.8; text-align:justify;}
.rcln li:first-child .txt h5{font-size:22px; color:#fff; margin-bottom:20px;}
.rcln li:last-child .txt{ position:absolute; left:0; right:0; top:0; bottom:0; padding:1rem 0 0 60px; font-size:18px;  color:rgba(255,255,255,0.6);}
.rcln li:last-child .txt h5{font-size:25px; font-weight:normal; color:rgba(255,255,255,0.9); margin-bottom:20px;}

.job_list{ margin-bottom:1rem;}
.job_list li{width:32%; margin-right:2%; margin-bottom:25px;}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li a{display:block; background:#f2f2f2; padding:42px 32px; border-radius:10px; 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; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:#999; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{width:50%; font-size:15px; color:#666;  transition:0.3s all;}

.job_box3{}
.job_box3 .pic{ width:45%;}
.job_box3 .pic img{width:100%;}
.job_box3 .txt{/*display:flex; flex-direction:column; justify-content:center;*/width:50%; line-height:1.5;}
.job_box3 .txt h5{font-size:.3rem; margin-bottom:10px;}
.job_box3 .txt h5:after {content:""; display:block; width:20px; height:3px; background:var(--main_color); border-radius:10px; margin:.15rem 0 .25rem 0;}

.job_box3 .txt h6{font-size:.2rem; font-weight:normal; color:#999;  margin-bottom:.25rem;}
.job_box3 .txt p{font-size:.18rem; line-height:2; margin-bottom:.5rem;}
.job_box3 .txt dl{ font-size:18px;  line-height:2; margin-bottom:.2rem;}
.job_box3 .txt dt{ margin-right:10px;}
.job_box3 .txt dt i{background:var(--main_color); color:#fff; width:36px; height:36px; line-height:36px; border-radius:36px; text-align:center; display:inline-block;}
.job_box3 .txt dd img{ width:136px;}

/*招聘弹窗*/
.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:15px;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:15px;}
.tc_join .tit p i{ margin-right:5px;}

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

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


@media screen and (max-width:768px) {
.job_list{ margin-bottom:0;}
.job_list li{width:100%; }
.job_box3 .txt h5{ font-size:18px;}
.job_box3 .pic,.job_box3 .txt{ width:100%;}
.job_box3 .txt .weixin1{display:none;}
.job_box3 .txt h6{font-size:16px;}
.job_box3 .txt p{font-size:14px;}

.tc_join{padding:60px 20px 30px 20px;}
.tc_join .tit h4{ font-size:16px; margin-bottom:15px;}
.tc_join .tit p span{margin-bottom:15px;}
.tc_join .con h5{margin:20px 0 10px 0;}
}









/*======================联系我们======================*/
/*联系我们*/
.lxfs_list {}
.lxfs_list li{width:23%; text-align:center; border-radius: 10px; transition: .3s all; background:#f5f5f5; padding:35px 20px; box-sizing:border-box;}
.lxfs_list li .ico{width:90px; height:90px; transition:0.3s all; position:relative; margin:0 auto;display:flex; flex-direction:column; justify-content:center;align-items:center;}
.lxfs_list li:hover .ico img{transition:0.5s all;}
.lxfs_list li:hover .ico img{filter: grayscale(100%) brightness(1000%);}

.lxfs_list li h5{font-size:16px; font-weight:normal; margin:25px 0 10px 0;}
.lxfs_list li p{ font-size:14px; line-height:1.8;}

.lxfs_list li .ico:before {content: "";width: 100%;height: 100%;border-radius: 50%;
	background:rgba(255,255,255,1);
	/*border:solid 1px rgba(255,255,255,0.6);*/
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
}
.lxfs_list li .ico:after {content: "";width: 100%;height: 100%;border-radius: 50%;
	background: var(--main_color);
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	visibility: hidden;
}
.lxfs_list li:hover .ico:before {
	opacity: 0;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
.lxfs_list li:hover .ico:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width:768px) {
.lxfs_list li{width:48.5%; padding:10px 5px; margin-bottom:10px;}
.lxfs_list li .ico{width:52px; height:52px;}
.lxfs_list li .ico img{width:22px;}

}


/*联系方式*/
.page_contact{margin-top:.3rem;}
.page_contact li{ width:49%;  background:#f5f5f5;   padding:30px 30px ; box-sizing:border-box; border-radius:6px; position:relative;}
.page_contact li h3{ font-size:20px; padding-bottom:10px; border-bottom:solid 1px rgba(204,204,204,.4); margin-bottom:10px; }
.page_contact li p{ line-height:1.8; margin-bottom:2px; font-size:15px; color:#666; text-align:justify;}

@media screen and (max-width:768px) {
.page_contact{margin-top:10px;}
.page_contact li{width:100%;margin-bottom:15px;}
.page_contact li h3{font-size:18px}
}


/*======================留言反馈======================*/
.page_liuyan{ margin-top:.8rem;}
.page_liuyan .pic{width:5.2rem;}
.page_liuyan .pic img{width:100%;}

.page_liuyan .con{ width:calc(100% - 6rem);  box-sizing:border-box;}
.page_liuyan .con h3{font-size:.36rem; margin-bottom:.25rem;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.4rem; color:#888;}

/*留言*/
.message_input {margin-bottom:20px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{font-size:15px;font-family:Microsoft Yahei;}
.message_input li{ width: 48.5%;} 
.message_input input{border: none; background:#f5f5f5;  width: 100%;padding:20px 15px; border-radius:5px;  box-sizing:border-box; font-size:15px;} 
.message_input textarea{font-size:15px; border: none;background:#f5f5f5; width: 100%;padding: 15px 15px;border-radius:5px; box-sizing: border-box;min-height:150px;} 
.message_input .form-group input{width:45%; }
.message_input .submit{ border:none;outline: none; border-radius:5px; font-size:15px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2rem; line-height:52px;}
.message_input .submit i{margin-left:.25rem;}
@media screen and (max-width:768px) {
.page_liuyan{ margin-top:20px;}
.page_liuyan .pic{ display:none;}
.page_liuyan .con{ width:100%;background: #fff;color: #333; box-sizing:border-box;}
.page_liuyan .con h3{font-size:18px; margin-bottom:10px;}
.page_liuyan .con h5{font-size:13px; color:#666;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999;}
.message_input {margin-bottom:0;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{ background:#f4f5f6; border-radius:5px; border: 0px; color:#333;} 
.message_input textarea{background:#f4f5f6; border-radius:5px; border: 0px; color:#333;}
.message_input .submit{width:100%; border-radius:5px; }
}



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



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



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

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

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

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

@media screen and (max-width:768px) {
.search_box{ padding:15px 15px; }
.serch_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;}

}

/*======================mini搜索======================*/
.serch{height:46px; display:flex; justify-content:center;align-items:center;}
.serch #keyword {width:78%;height:36px; border-radius:5px 0 0 5px; background:url(../images/icon-sq2.png) 15px center no-repeat #f2f2f2;padding: 0 .2rem;padding-left:50px;font-size:15px; box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.serch .btn_submit {width: 22%;height:36px; background: #004d98; border-radius:0 5px 5px 0;  font-size:15px;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}


/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom: 10%;/*transform: translateY(-50%);*/z-index: 99;transition:.5s;-webkit-transition:.5s;}
.online_q .btn2{cursor:pointer;position:relative;margin-bottom: 5px; text-align:center;transition:.3s; z-index: 0; }
.online_q .btn2 span{display:block;width: 54px;height: 54px;line-height: 54px;position:relative;z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;border-radius: 50%;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,0.15);}
.online_q .btn2 svg{height: 22px;width: 22px;display: inline-block;vertical-align: middle;fill: #666;}
.online_q .btn2:hover span{background: var(--main_color);}
.online_q .btn2:hover span svg{ fill:#fff;}
@media screen and (max-width:768px) {
.online_q {display:none;}
}
#gotop.hide{ height:0; overflow: hidden;}

.online_q .social-share{position:absolute;background:var(--main_color);border-radius:3px;right:100px;top: 0;text-align: center;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden; color: #fff;white-space: nowrap;padding: 0 15px;}
.online_q .social-share1{height:auto;padding: 0 10px;}
.online_q .social-share:before{content:"";display:block;width:0;height:0;border:10px solid transparent;border-left: 10px solid var(--main_color);position:absolute;right:-15px;top:50%;margin-top:-10px;}
.online_q .social-share img{width:80px;height:80px;margin-top:10px;margin-bottom:5px;}
.online_q .btn2:hover .social-share{opacity:1;right: 70px;visibility:visible;}
.online_q .social-share1:before{top: 24px;}
.online_q .social-share .tel{font-size:20px; line-height:56px;}  
.online_q .social-share p{font-size:14px; margin-bottom:10px;}  

/*弹窗*/
.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,.5);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*留言弹窗*/
.buy_form{width:9rem; height:6.3rem; 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:2; 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{padding:.2rem;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:125px; 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:95%; height:auto; padding:25px 25px; position:relative;}
.buy_form .close{top:25px; right:25px;}
.buy_form .info{ line-height:1.8; font-size:13px; border-bottom:0; height:auto;}
.buy_form li{ margin-bottom:10px; width:100%;}
.buy_form input{padding:12px 10px;border-radius: 5px; font-size:14px;}
.buy_form textarea{height:90px; border-radius: 5px; font-size:14px;}
.buy_form .submit{font-size:16px; height:40px; line-height:40px;}
}

/*======================按钮放大======================*/
.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;margin-top:40px;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; 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) .01rem solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -.2rem;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -.2rem;
-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;
  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(--second_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(--second_color);transition: all 0.3s ease 0s;}
