@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#019440;        /* 主色 */
	--main_color_rgb:1,148,64 ;  /*rgba*/
	--main_color_dark:#0d73c4;   /* 主色-深 */    
	--main_color_tint:#afdcf8;   /* 主色-浅 */
    --main_color_other:#091b27;  /* 主色-其他 */
    --second_color:#ff6c0c;      /* 副色 */    
    --default_bg_color:#edf1f3;  /* 默认背景色 */    
    --default_bg_color2:#f3f4f8; /* 默认背景色2 */    
    --bg_gray:#9f9fa0;           /* 灰色背景 */
    --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(--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;}
.mt20{margin-top:20px;}

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

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

/*======================主体宽度======================*/
.main{width: 85%; margin: auto; max-width: 1500px;}
@media screen and (max-width:1024px) {
	.main{width:92%;}
}
@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;}


/*头部*/
.header{width: 100%; background:var(--main_color_other);}
.header .logo img{ display:block;  transition:0.5s all;}
.m_tc_box,.m_header_right{ display:none;}

/*======================搜索======================*/
.header .top_serch{ width:60px; margin-right:25px; height:1rem; transition:0.5s all; position:relative;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px;  transition:0.3s all; fill:rgba(255,255,255,0.6);}
.header .top_serch a:hover svg{transform:scale(1.2);}
.header .top_serch:after{ content: "|";color:rgba(255,255,255,0.45);font-size: 14px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

.header .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 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 .2rem;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 .lag{height:1rem;font-size:.2rem; line-height:1; color:rgba(255,255,255,0.8); display:flex; justify-content:center;align-items:center; transition:0.5s all; position:relative; cursor:pointer;}
.header .lag strong{font-size:14px; font-weight:normal; margin-left:8px; }
.header .lag .bi-chevron-down{ font-size:14px; margin-left:5px; margin-top:4px;}
.header .lag img{width:30px; margin-right:6px;}

/*****一级导航*****/
.navBox {height:1rem; 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;color:#fff; padding:0 .25rem; font-weight:300;}
.navBox .nav1>li>a:hover,.navBox .nav1>li.active>a{color:var(--main_color);}
/*****二级导航*****/
.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(--main_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(--main_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(--main_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: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);}

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

.header{ height:60px; position: fixed; z-index: 200;}
.header .logo{height:60px;}
.header .logo img{ height:32px;}
.navBox,.header_right{display:none;}
.m_header_right{display:block;}
.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_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; background:#000; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:center;}
	#banner .txt h3{font-size:.52rem; 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; }

	#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;}
	#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: 7px;height:7px;}
	#banner .swiper-pagination-bullet-active{width: 20px;}
	#banner .swiper-pagination{bottom:5px;}
}






/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .4rem;width:100%;}
.main_tit h3{ font-size:.42rem; color:#000; font-weight:normal;}
.main_tit .line {display: block;width: 20px;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;}
@media screen and (max-width:768px) {
.main_tit p{font-size:13px; margin-top:10px;}

}

/*页面标题2*/
.main_tit2{ margin-bottom:var(--module_gap_s);}
.main_tit2 h3{font-size:.42rem; font-weight:normal; position:relative; padding-left:.4rem;}
.main_tit2 h3:before{content:''; width:.2rem; height:3px; background:var(--main_color); position: absolute; left:0; top:50%; margin-top:-1.5px;}
.main_tit2 a{font-size:14px;}

.more_1{ text-align:center; margin:.5rem 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(--main_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(--main_color); }
.more_1 a:hover:before{ width:100%; left:0;}

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

/*======================产品与应用======================*/
.pro_app{ margin-top:var(--module_gap_x);}
.pro_app .tit { margin-bottom:var(--module_gap_s);}
.pro_app .tit h3{font-size:.42rem; font-weight:normal; position:relative; padding-left:.4rem;}
.pro_app .tit h3:before{content:''; width:.2rem; height:3px; background:var(--main_color); position: absolute; left:0; top:50%; margin-top:-1.5px;}
.pro_app .tit a{font-size:14px;}

.pro_list{overflow:hidden;}
.pro_list li .box1{ background:#f3f3f3; height:3.4rem;}
.pro_list li .box1 .ico{ padding:.5rem 0;}
.pro_list li .box1 .ico img{ height:65px;}
.pro_list li .box1 .txt {padding:0 .3rem 0 .3rem; }
.pro_list li .box1 .txt h2{ font-size:.25rem; text-align:center; margin-bottom:.25rem;}
.pro_list li .box1 .txt p{font-size:.16rem; line-height:2;}

.pro_list li .box2{ position:absolute; left:0; top:0; right:0; bottom:0;}
.pro_list li .box2 .con{opacity:0; transform: translateY(34px);  transition:0.3s; height:100%;}
.pro_list li:hover .box2 .con{ opacity:1; transform: translateY(0);}
.pro_list li .box2 .pic{width:100%; height:100%;}
.pro_list li .box2 .pic img{ width:100%; height:100%; display:block;}
.pro_list li .box2 .txt{position:absolute; left:0; top:0; right:0; bottom:0; color:#fff; background:rgba(0,0,0,0.25); padding:0 .3rem 0 .3rem; }
.pro_list li .box2 .txt h2{ font-size:.25rem; text-align:center; margin-top:var(--module_gap_x); position:relative;}
.pro_list li .box2 .txt h2:after{ content:''; display:block; width:.2rem; height:2px; background:#fff; margin:.15rem auto .1rem auto;}
.pro_list li .box2 .txt p{font-size:.16rem; line-height:1.8; text-align:center; margin-bottom:.35rem;}
.pro_list li .box2 .txt .btn{width:1.5rem; line-height:.42rem; font-size:.16rem; background:var(--main_color); border-radius:5px; margin:auto; text-align:center;transform: scale(1); transition:0.3s;}

/*分页器*/
.swiper_circle{position:relative;}
.swiper_circle .swiper-pagination{text-align:center; width:100%; display:none; margin-top:5px;}
.swiper_circle .swiper-pagination-bullet{width:6px;height: 6px; display: inline-block;  background:none; border:solid 1px #666;  opacity:1; margin:0 3px; transition:0.3s all; border-radius:8px;}
.swiper_circle .swiper-pagination-bullet-active{  background: var(--main_color); border:solid 1px var(--main_color);}

@media screen and (max-width:768px) {
	.pro_list li .box1{ display:none;}
	.pro_list li .box2{ position:relative;}
	.pro_list li .box2 .con{opacity:1; transform: translateY(0);}
	.pro_list li .box2 .txt h2{ font-size:18px; }
	.pro_list li .box2 .txt h2:after{ width:15px; margin:15px auto 10px auto;}
	.pro_list li .box2 .txt p{font-size:14px; margin-bottom:25px;}
	.pro_list li .box2 .txt .btn{width:40%; line-height:36px; font-size:14px;}
	.swiper_circle .swiper-pagination{ display:block;}
}


/*======================热门产品======================*/
.hot_pro_list{overflow:hidden;}
.hot_pro_list li .pic{ border:solid 1px #e8e8e8; width:100%; margin-bottom:15px; overflow:hidden; box-sizing:border-box; padding:10px;}
.hot_pro_list li .pic img{ width:100%;}
.hot_pro_list li .txt h2{ font-size:14px; text-align:center; font-weight:normal;}

/*按钮切换*/	
#hot_pro_btn{position:relative;}
.swiper-button-black{height: 25px!important;margin-top: -25px!important; outline:none;}


/*======================首页关于我们======================*/
.index_about{ height:7rem; margin-top:1rem; position:relative; margin-bottom: 1.5rem;}
.index_about .aboutl{width:60%;}
.index_about .aboutl img{width:100%; height:100%; object-fit: cover;}
.index_about .aboutr{width:40%; background:var(--main_color);} 
.index_about .box{position:absolute; left:0; top:0; right:0; bottom:0;}
.index_about .box .txt{background:#fff; width:70%; height:5.6rem; padding:.25rem .8rem; box-sizing:border-box; border-radius:10px;}
.index_about .box .txt h5{font-size:.42rem; font-weight:normal;}
.index_about .box .txt .desc{font-size:.16rem; line-height:2; text-align:justify; margin-top:.25rem;}
.index_about .box .txt .btn{margin-top:.5rem; margin-bottom:.35rem;}
.index_about .box .txt .btn a{width:2.3rem; line-height:.6rem; display:inline-block; background:#333; color:#fff; float:left; text-align:center;}
.index_about .box .txt .btn a:last-child{background:var(--main_color);}
.index_about .box .txt .btn a:last-child i{width:.3rem; display:inline-block; box-sizing:border-box; transition:0.3s all;}
.index_about .box .txt .btn a:last-child:hover i{ padding-left:.15rem;}

@media screen and (max-width:768px) {
.index_about{ height:auto;}
.index_about .box{position:relative;background:#efefef;}
.index_about .box .txt{ width:100%; background:none; height:auto; padding:35px 10px 25px 10px;}
.index_about .box .txt .desc{font-size:13px; line-height:1.6;}
.index_about .aboutl{width:100%;}
.index_about .aboutr{ display:none;}
.index_about .box .txt .btn a{width:50%; line-height:46px;}
}

/*======================数字======================*/
.shuzi{ z-index:1; background:#fff; overflow:hidden; margin:.8rem auto .5rem auto;}
.shuzi li{ font-size:.5rem; position:relative; color:var(--main_color);  border-right: 1px solid #EFF3FC;  width:20%; text-align:center; box-sizing:border-box; transition:0.5s all;}
.shuzi li:last-child{border-right:0;}
.shuzi li sup{font-size:.18rem; font-weight:normal; color:#666;}
.shuzi li i{ font-style:normal; margin-right:5px; }
.shuzi li span{font-size:.16rem; color:#666; top:-3px; display:inline-block; position:relative;}
.shuzi li p{ font-size:14px; line-height:1.6; padding:3px 0 5px 0; font-weight:normal; color:#666;}

@media screen and (max-width:768px) {
.shuzi li{ font-size:.5rem; border-right: 0px;  width:50%; margin-bottom:25px; text-align:left;}
}

/*======================首页新闻======================*/
.index_news{ margin-top:var(--module_gap_x); margin-bottom:1rem;}
.index_news .tit { margin-bottom:var(--module_gap_s);}
.index_news .tit h3{font-size:.42rem; font-weight:normal; position:relative; padding-left:.4rem;}
.index_news .tit h3:before{content:''; width:.2rem; height:3px; background:var(--main_color); position: absolute; left:0; top:50%; margin-top:-1.5px;}
.index_news .tit .more{display:flex;align-items:center;}
.index_news .tit a{width: 1.5rem; line-height: .5rem;text-align: center;border: 1px solid #5a5a5a; border-radius: 5px; overflow:hidden; display:inline-block; font-size:14px; position:relative; margin-left:.2rem; transition:0.3s;}
.index_news .tit a:hover{color:#fff; border: 1px solid var(--main_color);}
.index_news .tit a:before{content: "";position: absolute;z-index: -1;top: 0;right: 0;right: 0;bottom: 0; width:0; transition:.5s all;background:var(--main_color); }
.index_news .tit a:hover:before{ width:100%; left:0;}

.index_news .left{width:48%;}
.index_news .left .pic{ width:100%; height:3.6rem; overflow:hidden;}
.index_news .left .pic img{ width:100%; height:100%; object-fit:cover;}
.index_news .left .txt{ height:1.6rem; border-top:solid 2px var(--main_color_other);box-sizing:border-box; }
.index_news .left .txt h3{ font-size:.18rem;}
.index_news .left .txt .time{ font-size:.14rem; color:#888; margin:.15rem 0 .1rem 0;}
.index_news .left .txt p{ line-height:1.8; color:#666;}

.index_news .right{width:48%;}
.index_news .right li{border-bottom:solid 1px #ddd; height:1.73rem; box-sizing:border-box; position:relative;}
.index_news .right li:before{content: "";position: absolute; right: 0;bottom: -1px; width:0; height:1px; transition:.5s all;background:var(--main_color); }
.index_news .right li:hover:before{ width:100%; left:0;}
.index_news .right h3{font-size:.18rem;}
.index_news .right .time{ font-size:.16rem; color:#999;}
.index_news .right p{line-height:1.8; color:#666; margin-top:.15rem;}

@media screen and (max-width:768px) {
.index_news .left,.index_news .right{width:100%;}
.index_news .left{ margin-bottom:15px;}
.index_news .left .txt{ height:auto; padding:15px 0 10px 0;}
.index_news .left .txt h3{ font-size:15px;}
.index_news .left .txt .time{ margin:15px 0 10px 0; font-size:13px;}
.index_news .right li{height:auto; padding:15px 0; display:block;}
.index_news .right h3{font-size:15px;}
.index_news .right .time{ margin:10px 0 5px 0; font-size:12px;}
}


/*======================底部======================*/
.foot_bg{ width:100%; background:var(--main_color_other); padding:.6rem 0 .5rem 0; margin-top:.6rem;}

.footer_nav{ width:calc(100% - 5.2rem);}
.footer_nav .db_dh li{font-size:14px; line-height:36px;}
.footer_nav .db_dh li a{color:rgba(255,255,255,0.66); transition:0.3s all;}
.footer_nav .db_dh  .dh_first{height:40px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2);}
.footer_nav .db_dh  .dh_first:after {width: 15px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:var(--main_color);}
.footer_nav .db_dh  .dh_first a{font-size:16px;color:#fff;}
.footer_nav .db_dh li a:hover{color:var(--main_color);}

.b_contact{width:5rem;box-sizing:border-box; margin-top:8px; padding-right:1rem;}
.b_contact .foot_tel {font-size:30px;font-family: din;  margin-top:25px; color:rgba(255,255,255,0.66);}
.b_contact .f_info{margin-top:35px;}
.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%;}
.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;}
.b_contact .f_info .txt p a::after{content: "";position: absolute;width: 100%;height: 1px;background:rgba(255,255,255,0.46);left: 0;bottom: -2px;}

/* -- */
.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:#333;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:var(--main_color);}
.f_code a:hover i{ color:#fff;}
@keyframes f_code{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* -- */

.copyright{ width:100%; padding:20px 0; background:#031623; color:rgba(255,255,255,0.46); font-size:12px;}
.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;}

@media screen and (max-width:768px) {
.b_contact .f_logo img{ height:36px;}
.copyright{padding:15px 0; line-height:1.6; }
.b_contact{width:100%;  padding-right:0; }
.footer_nav,.f_code,.copyright p:last-child{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 img{width:100%; height:100%;object-fit:cover; display:block;}
.page_ban .pic {animation: o-scale 20s linear infinite; max-height:5rem;}

.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; font-family:BarlowCondensed-Regular; 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:150px;}
}

/*位置*/
.sub_weizhi{ line-height:60px; height:60px; background:rgba(0,0,0,.25); margin-top:-60px; position:relative; z-index:9; }
.weizhi{padding-left:35px; color: rgba(255,255,255,0.8); font-size:12px; position: relative;}
.weizhi a{color: rgba(255,255,255,0.8);}
.weizhi i.ico { position: absolute;left: 10px;top: -3px;}
.weizhi i.ico svg {height: 20px;width: 20px;vertical-align: middle;fill: rgba(255,255,255,0.8);}
@media screen and (max-width:768px) {
.sub_weizhi{ line-height:36px; height:36px; margin-top:-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 25px; 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; color: #fff; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 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:rgba(255,255,255,0.8); 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_about{margin-top:.8rem;}
.page_about .about_pic{ width:48%; background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.5rem .5rem 0 0;}
.page_about .about_con{width:46%;}

.page_about .about_con h3{font-size:.45rem; color:#000; font-weight:normal; margin-bottom:.3rem; position:relative;}
.page_about .about_con h3:after{ content:''; height:4px; width:.3rem; background:var(--main_color); border-radius:5px; display:block; margin:.2rem 0 .3rem 0;}
.page_about .about_con h5{font-size:.2rem; font-weight:normal;  margin-bottom:35px; color:#444;}

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

/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; overflow:hidden; overflow: hidden;}
#page_about .swiper-slide img{width:100%; display:block;cursor: url(../images/move.png),default!important;}

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

@media screen and (max-width:768px) {
.page_about .about_pic{ width:100%; background:none; box-sizing:border-box; padding:0;}
.page_about .about_con{width:100%;}
.page_about .about_con h5{font-size:16px; margin-bottom:15px;}
.aboutbar p{font-size:14px;}

}


/*======================资质荣誉列表页======================*/	
.photos{}
.photos figure{width:21%; margin:0 2% .6rem 2%; position:relative;background:#f8f8f8; display:table; table-layout: fixed; text-align:center;  float:left; }
.photos figure a{width:100%; height:3.6rem; position:relative; display:table-cell; vertical-align:middle}
.photos figure a img{max-width:85%;max-height:86%;display: inline-block;opacity:1;}
.photos figure p{ position:absolute; left:0; bottom:-35px; width:100%; text-align:center; font-size:.16rem;}
.photos figure .zoom_in{ position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/icon-hsrch.png) no-repeat center rgba(0,0,0,0.46); z-index:9; transition:0.5s all; opacity:0;}
.photos figure:hover .zoom_in{opacity:1; cursor:pointer;}	
	
@media screen and (max-width:768px) {
.photos figure{width:46%; margin:0 2% 35px 2%; }  
.photos figure p{ bottom:-20px;  font-size:13px;} 
}    
	
/*================企业文化=====================*/
.qywh1{padding-bottom:.6rem; border-bottom:solid 1px #ddd;}
.qywh1 li{background:#f3f3f5; width:32%;}
.qywh1 li .pic{width:50%;}
.qywh1 li .pic img{display:block; width:100%;}
.qywh1 li .txt{ width:50%;}
.qywh1 li .txt h5{font-size:.2rem; margin-bottom:10px;}
.qywh1 li .txt p{line-height:1.6; font-size:14px; color:#666;}

.qywh2{ margin-top:.6rem;}
.qywh2 li{width:19%; position:relative; color:#fff; border-radius:5px; overflow:hidden;}
.qywh2 li .pic{ width:100%;overflow:hidden;}
.qywh2 li .pic img{width:100%; display:block;}
.qywh2 li .txt{  text-align:center; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); box-sizing:border-box; padding-top:50%;transition: 0.3s all;}
.qywh2 li .txt h5{font-size:.2rem;}
.qywh2 li .txt h5:after{content:"";display: block;width:20px;background:rgba(255,255,255,0.5); height: 2px; margin:.25rem auto; }
.qywh2 li .txt h6{font-size:14px;line-height:1.6; font-weight:normal;  margin-bottom:20px; color:rgba(255,255,255,0.8);}
.qywh2 li .txt p{font-size:14px; line-height:1.8; padding:0 15px; color:rgba(255,255,255,0.8); transition: 0.3s all;opacity:0;filter:alpha(opacity=0);}
.qywh2 li:hover .txt{background:rgba(0,0,0,0.7);padding-top:40%;}
.qywh2 li:hover p{opacity:1;filter:alpha(opacity=100);}

@media screen and (max-width:768px) {
.qywh1 li{width:100%; margin-bottom:15px; border-radius:3px; overflow:hidden;}
.qywh1 li .txt h5{font-size:16px; margin-bottom:10px;}
.qywh1 li .txt p{font-size:12px;}

.qywh2 li{width:48.5%; margin-bottom:15px;}
.qywh2 li .txt h5{font-size:16px;}
}

/*================图文列表=====================*/
.pic_art_list{}
.pic_art_list li{ margin-bottom:25px; }
.pic_art_list li:last-child{ margin-bottom:5px; }
.pic_art_list li .pic{width:37%; overflow:hidden; border-radius:3px;}
.pic_art_list li .pic img{width:100%;height:100%; object-fit: cover;  display:block;}
.pic_art_list li .txt {width:58%; position:relative;}
.pic_art_list li .txt .time {color:#999; font-size:13px; position:absolute; left:0; bottom:0;}
.pic_art_list li .txt h3{ font-size:15px; line-height:1.6; font-weight:normal; }

/*文章列表*/
.art_list{}
.art_list li{ padding-bottom:20px; margin-bottom:20px; border-bottom:solid 1px #e8e8e8;}
.art_list li .art_l{width:27%; position:relative; overflow:hidden;}
.art_list li .art_l img{width:100%; display:block; border-radius:5px;}

.art_list li .art_r{ width:70%; position:relative; }
.art_list li.nopic .art_r{ width:100%; }

.art_list li .title{font-size: 20px;line-height:1.8; margin:0px 0 10px 0; display:inline-block; font-weight:bold; }
.art_list li .ms{ color:#999; line-height:2;}

.art_list li .art_footer{ position:absolute; left:0; bottom:5px; right:0;}
.art_list li.nopic .art_footer{ position:static; margin-top:10px;}
.art_list li .art_footer a,.art_list li .art_footer p{ font-size:14px; color:#888; display:inline-block;}
.art_list li .left_tool p{ margin-right:20px; padding-left:20px;}
.art_list li .left_tool p.p1{ background:url(../images/detail_img00.png) no-repeat left center;}
.art_list li .left_tool p.p2{ background:url(../images/detail_img02.png) no-repeat left center;}
.art_list li .left_tool p.p3{ background:url(../images/detail_img03.png) no-repeat left center;}



/*======================产品中心======================*/
.product_list{ margin-bottom:.5rem;}
.product_list li {width:23.5%; margin-right:2%; margin-bottom:.25rem;}
.product_list li:nth-child(4n){margin-right:0;}
.product_list li .pic{ border:solid 1px #e8e8e8; width:100%; margin-bottom:15px; overflow:hidden; box-sizing:border-box; padding:10px;}
.product_list li .pic img{ width:100%;}
.product_list li .txt h2{ font-size:15px; text-align:center; font-weight:normal;}
@media screen and (max-width:768px) {
.product_list{justify-content:space-between;}	
.product_list li {width:48%; margin-right:0;}
}

/*======================产品内容页======================*/
.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%;}

/*产品缩略图轮播*/
.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:#000; 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;}
.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:#0bba91; 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;}
.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:10px;}
.pro_box2 .right li .pic{ border:solid 1px #e8e8e8; width:100%; margin-bottom:15px; overflow:hidden; box-sizing:border-box; }
.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%;}
}



/*======================新闻中心======================*/
.news_list{border-top:solid 1px #e8e8e8; }
.news_list li{border-bottom:solid 1px #e8e8e8; padding:25px 0; transition:0.3s all;}
.news_list li a{display:flex;align-items:center;}
.news_list li .time{ width:1.25rem; height:1.25rem; border-radius:3px; overflow:hidden; position:relative; border:1px solid #e5e5e5; background:#f8f8f8; font-family:arial; box-sizing:border-box; transition:.5s; z-index:0;}
.news_list li .time span{ display:block; font-size:.45rem; color:#4a4845; transition:.5s; margin-bottom:5px;}
.news_list li .time:before{ content:""; display:block; width:100%; height:0; position:absolute; left:0; bottom:0; z-index:-1; background:var(--main_color); transition:.5s;}
.news_list li:hover .time:before{ height:100%; top:0; bottom:auto;}
.news_list li:hover .time{ color:#fff;}
.news_list li:hover .time span{ color:#fff;}
.news_list li .txt{ width:calc(100% - 4.3rem);}
.news_list li.nopic .txt{ width:calc(100% - 1.6rem);}
.news_list li .txt h5{ font-size:18px; margin-bottom:16px; line-height:1.6;}
.news_list li .txt .m_time{ display:none;}
.news_list li .txt p{ color:#7c7c7d; line-height:1.8; }
.news_list li .pic{ width:2.4rem;overflow:hidden; border-radius:3px;}
.news_list li .pic img{ transition:1s; width:100%; height:100%; object-fit:cover; display:block}
.news_list li:hover .pic img{ transform:scale(1.1);}
@media screen and (max-width:768px) {
.news_list li .time{ display:none;}
.news_list li .txt{ width:62%;}
.news_list li.nopic .txt{ width:100%;}
.news_list li .txt h5{ font-size:15px; margin-bottom:10px;}
.news_list li .txt .m_time{ display:block; font-size:13px; color:#999; margin-top:5px;}
.news_list li .txt p{display:none;}
.news_list li .pic{ width:35%;}
}


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

.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:10px; margin-top: 10px;}
#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%;}
.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;}

}


/*======================联系我们======================*/
.lianxi_box1 { }
.lianxi_box1 li{ width:31.5%; padding: .3rem .25rem; border-radius:5px; text-align: center; box-sizing:border-box; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.lianxi_box1 li .ico {width: 62px;margin: 0 auto .2rem;}
.lianxi_box1 li .desc h5{font-size:.22rem; color: #000; margin-bottom:.15rem;}
.lianxi_box1 li .desc p{font-size: 18px;line-height: 1.6;color: #666; font-family:Arial, Helvetica, sans-serif;}
.lianxi_box1 li:nth-child(2n) .desc p{font-size: 16px;}

@media screen and (max-width:768px) {
.lianxi_box1 li{ width:100%; margin-bottom:15px;}
.lianxi_box1 li .ico img{ height:30px;}
.lianxi_box1 li .desc h5{font-size:18px}
.lianxi_box1 li .desc p{font-size: 16px;}
.lianxi_box1 li:nth-child(2n) .desc p{font-size: 14px;}
}

/*======================留言反馈======================*/
.page_liuyan{ margin-top:.8rem;}
.page_liuyan .pic{width:50%; background: url(../images/consult_bg.jpg) no-repeat center; background-size: cover;}
.page_liuyan .con{ width:50%;background: #636363;color: #fff; padding:.6rem 5% .5rem 5%; box-sizing:border-box;}
.page_liuyan .con h3{font-size:.4rem; font-weight:normal;margin-bottom:.25rem;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:rgba(255,255,255,0.8);}

/*留言*/
.message_input {margin-bottom:20px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #ccc;font-size:15px;font-family:Microsoft Yahei;}
.message_input li{ width: 45%;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding:15px 10px;  box-sizing:border-box; font-size:15px; color:#fff;} 
.message_input textarea{font-size:15px; display: block;border: none;background: none;color:#fff;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding: 15px 10px;box-sizing: border-box;min-height:100px;} 
.message_input .form-group input{width:45%; }
.message_input .submit{ border:none;outline: none; 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 .pic{ display:none;}
.page_liuyan .con{ width:100%;background: #fff;color: #333; padding:25px 15px 0; box-sizing:border-box; border-top:solid 8px #f2f2f2;}
.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; }
}

/*服务特点*/
.fwtd_bg{background: url(../images/fwtd_bg.jpg) no-repeat center; background-size: cover; padding:.5rem 0 1.5rem 0; margin-bottom:-.6rem;}
.fwtd li{width:25%; border-right: solid 1px #d9dbdb;box-sizing: border-box;padding: 25px 3%; text-align:center;}
.fwtd li:last-child{border-right:0;}
.fwtd li .ico {width: 71px;height: 70px;margin: 0 auto;}
.fwtd li .ico img{ transition:2s all;}
.fwtd li:hover .ico img{-webkit-transform: rotatey(360deg); transform: rotatey(360deg);}
.fwtd li .txt{}
.fwtd li .txt h5{ font-size:.2rem;  margin:35px 0 25px 0;}
.fwtd li .txt p{ line-height:2; font-size:.16rem; color:#777;}
@media screen and (max-width:768px) {
.fwtd li{width:50%; border-right:0;}
.fwtd li .ico { height: 45px;margin: 0 auto;}
.fwtd li .ico img{height:45px;}
.fwtd li .txt h5{ font-size:15px;  margin:15px 0 15px 0;}
.fwtd li .txt p{ font-size:12px; line-height:1.6;}
}


/*======================招聘岗位======================*/
.zhaopin_bg{ background:url(../images/n_container_bg.jpg) no-repeat center bottom; padding-bottom:1rem;}
.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:#f9f9f9; border:solid 1px #e8e8e8; padding:42px 32px; border-radius:0px; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:var(--main_color);border:solid 1px 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:var(--main_color); opacity:0.6; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{ 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:15px 0 25px 0;}

.job_box3 .txt h6{font-size:.2rem; font-weight:normal; color:#999;  margin-bottom:25px;}
.job_box3 .txt p{font-size:.18rem; line-height:2; margin-bottom:50px;}
.job_box3 .txt dl{ font-size:18px;  line-height:2; margin-bottom:20px;}
.job_box3 .txt dt{ margin-right:10px;}
.job_box3 .txt dt i{background:#333; 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: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: #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 li{width:100%; margin-right:0; margin-bottom:15px;}
.job_list li a{ padding:25px 25px; transition:0.3s all;}
.job_list li .tit{ font-size:16px; margin-bottom:40px;}
.job_list li .txt span{ font-size:13px;}
.tc_join{ max-width:96%; padding:25px 15px;  border-radius:10px; }
.tc_join .tit h4{ font-size:18px; margin-bottom:15px;}
.tc_join .tit p{ font-size:12px; line-height:2;}
.tc_join .con h5{font-size:16px; margin:15px 0 10px 0;  }
.tc_join .con{ line-height:1.8; font-size:13px; }

.job_box3 .pic,.job_box3 .txt{ width:100%;}
.job_box3 .txt h5{font-size:16px; margin-bottom:10px;}
.job_box3 .txt h5:after {  margin:10px 0 15px 0;}
.job_box3 .txt h6{font-size:13px;  margin-bottom:10px;}
.job_box3 .txt p{font-size:14px; line-height:1.6; margin-bottom:15px;}
.job_box3 .txt dl{ font-size:14px;  line-height:2; margin-bottom:20px;}
.job_box3 .txt dt{ margin-right:0;}
.job_box3 .txt dt i{ width:36px; height:36px;}

}

/*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 20px 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}



/*搜索页面*/
.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;
}