@charset "utf-8";

/* CSS Document */
:root{    
	--main_color:#900000;        /* #023A91主色 */
	--main_color_rgb:188, 90, 11 ;  /*rgba*/
    --second_color:#03a193;      /* 副色 */ 
	--hui_color:#eff0f4;    

}

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

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


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

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

.main{width:90%; margin: auto; max-width: 1360px;}

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

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

/*头部*/
.header{height:85px; z-index: 100;width: 100%; position:fixed; background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.15); transition:all .5s;}
.header .logo{height:85px;}
.header .logo .p1{ color:#000; font-size:32px; font-family:alimama;}
.header .logo .p1 span{ color:var(--main_color);}
.header .logo .p2{ letter-spacing:4.5px; margin-top:8px; font-size:16px; color:#666;}

.top_blank{ height:85px;}
@media screen and (max-width:768px) {
.top_blank{ height:60px;}
}


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

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

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


/*======================会员登录======================*/
.user_ico a{width:125px; height:42px;  border-radius:100%; font-size:15px; transition:0.3s all; display:flex;justify-content:center;align-items:center;}
/*.user_ico a:hover{background:var(--second_color);}*/
.user_ico svg{ width:30px; fill:#111111; transition:0.3s all;}
.user_ico .btn_log svg{ width:25px; margin-right:5px;}
.user_ico a:hover svg{ fill:var(--second_color);}

.user_ico img{width:40px; height:40px; border-radius:100%;}

@media screen and (max-width:768px) {
.user_ico a{width:72px; height:60px; font-size:13px; justify-content:start;}
.user_ico .btn_log svg{ width:32px; margin-right:0;}
.user_ico .btn_log i{font-size:18px; color:#666; margin-right:5px;}
}



/*会员登录*/
.user_btn{margin-left:25px; position:relative;}
.user_btn .bg{ height:38px; display:flex; justify-content:center;align-items:center;}
.user_btn .bg a{ transition:0.3s all; margin:0 5px;}
.user_btn .login_ico {margin-left:0px; }
.user_btn .login_ico img{ width:35px;border-radius:35px; display:block;}


/*登录弹出用户信息*/
.tc_user_info{ width:320px; box-shadow: 0 2px 10px rgba(0,0,0,0.15); padding:20px 20px; box-sizing:border-box; background:#fff; z-index:10; position:absolute; left:25%; top:85px; transform:translate(-70%,20px);  border-radius:5px;opacity:0; pointer-events:none; transition:all .5s;}
/*.tc_user_info:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}*/
.tc_user_info.active{pointer-events:all;transform:translate(-70%,0px);transition-delay:.1s;opacity:1; }
.tc_user_info .tc_info1 .pic{width:56px; height:56px;border-radius:100%; background:#f2f2f2; overflow:hidden;}
.tc_user_info .tc_info1 .pic a{margin:0;}
.tc_user_info .tc_info1 .pic img{ width:100%; height:100%; display:block; }
.tc_user_info .tc_info1 .txt{ padding-left:10px; line-height:1.8;}
.tc_user_info .tc_info1 .txt p:first-child{ font-size:16px;}
.tc_user_info .tc_info1 .txt p:first-child span{ font-size:14px;}
.tc_user_info .tc_info2 {margin-top:10px;}
.tc_user_info .tc_info2 li .ico{ width:52px; height:52px; transition:0.3s all; border-radius:5px; background:#f2f2f2; margin-bottom:10px;display:flex; justify-content:center;align-items:center;}
.tc_user_info .tc_info2 li .ico svg{ width:25px; fill:#333; transition:0.3s all;}
.tc_user_info .tc_info2 li:hover .ico{ background:var(--main_color);}
.tc_user_info .tc_info2 li:hover .ico svg{fill:#fff;}
.tc_user_info .tc_info3 li{ border-bottom:solid 1px #e8e8e8;height:25px;}
.tc_user_info .tc_info4 { font-size:16px; text-align:center; line-height:30px; padding-top:10px; margin-top:10px; border-top:solid 1px #e8e8e8; display:block;}


/*弹出注册登录*/
.tc_box{width:500px; background:#fff; /*min-height:480px;*/ padding-bottom:60px; position: relative;z-index: 1;}
.tc_box .head{height: 56px;background: #f0f0f0;padding: 16px 20px; box-sizing:border-box; font-size:20px; text-shadow: 0 1px 10px rgba(0,0,0,.25);}
.tc_box .close{position:absolute; top:18px; right:10px; cursor:pointer;}
.tc_box .close img{height:20px;}

.form_box .tit{text-align:center; margin-top:20px; margin-bottom:20px;}
.form_box .tit li{height:50px; font-size:16px; display:inline-block; margin:0 25px;}
.form_box .tit li a{display:block; line-height:50px; transition:0.5s all; position:relative; color:#333; text-decoration:none;}
.form_box .tit li.active a:after{ content:""; width:25px; height:4px; border-radius:10px; background:var(--main_color); position: absolute; bottom:0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}

.form_box .con{display:none;}
.form_box .con.active{display:block;}

.form_box .p1{text-align:center; margin-top:15px; }
.form_box .p2{text-align:center; margin-top:15px; }

/*首页表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #ea4335;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}
.form_box .code_yzm li input{width:190px}
.form_box .con button{ width:100%; height:46px; background:var(--main_color); border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con .sms_btn{ width:125px; line-height:46px; background:var(--main_color); font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}

/*用户注册、登录、找回密码*/
.user_form_box{width:800px; background:#fff;  padding-bottom:60px; position: relative; margin:1rem auto;box-shadow:0 5px 40px rgba(0,0,0,.15);}
.user_form_box .head{height: 56px;background: #f2f2f2;padding: 16px 20px; margin-bottom:40px; text-align:center; box-sizing:border-box; font-size:20px; text-shadow: 0 1px 10px rgba(0,0,0,.25);}
.form_box .p2 a{ margin:0 5px;}

/*用户注册协议*/
.reg_xieyi{ background:#fff; padding:25px; line-height:2;}
.reg_xieyi p{margin-bottom:5px; text-align:justify;}




/*下拉菜单*/
.navBox {  height:85px; position:relative; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;}
.navBox li.hot1{ background:url(../images/hot.gif) no-repeat right 5px top 15px;}
.navBox .nav li>a {padding: 0 .15rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center;clor:#111;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px;transition:0.5s all;}
.navBox .nav li.curr>a .txt{color:var(--main_color);}
.navBox .nav li.curr>a .bg,.navBox .nav li:hover>a .bg {background: var(--main_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:20px;width:18px;display: block;height:4px;transition: 0.5s;}


/*.navBox .nav li>a:hover .txt{color:#fff;}
.navBox .nav li.active a .txt{color:#fff;}
.navBox .nav li>a:after{ content:''; display:block; z-index:-1; width:100%; height:0; position:absolute; left:0; bottom:0; background:var(--main_color); transition:0.5s all;}
.navBox .nav li:hover>a:after{height:100%; left:0; bottom:0;}*/

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



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

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



@media screen and (max-width:768px) {
.header{width:100%;height:60px;top:0;left:0; transform:translateX(0);border-radius:0;}
.header .main{padding:0 15px; }
.header .logo{height:60px;}
.header .logo img{ height:38px;}

	
.m_header_right {padding-left:42px;}

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

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:6px; margin-top:10px;}
.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 button{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:15px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


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


/*======================轮播图======================*/
	#banner {width:100%;height:520px; position:relative; z-index:0; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; padding:0 .5rem 0 .5rem; box-sizing:border-box;} 
	@media only screen and (max-width: 1440px){
		#banner .txt{}
	}
	#banner .txt h3{font-size:3.8vw; color:#fff;  /*text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;*/}
	#banner .txt p{font-size:2.5vw; color:#fff; margin-top:.4rem; font-weight:lighter; letter-spacing:2px;}

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s; }
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.5s; }
	#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.8s; 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;}
	
	.viewmore {position: relative;}
	.viewmore a{pointer-events: all; display: block;width:1.8rem;line-height:.52rem; border-radius:.56rem; font-size:16px; text-align:center; color:#fff; background-image: linear-gradient(90deg,#F7630B,var(--main_color)); transition:0.3s all;}
	
	#banner .swiper-slide .pic {position:relative; z-index:1; height:100%;}
	#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s;  transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1,1);  -webkit-transform: scale(1,1); /*-webkit-filter: blur(0px); filter: blur(0px);*/}
	
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next { width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-25px;opacity:0.6;}
	#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-button-prev:after,#banner .swiper-button-next:after{ display:none;}
	
/*分页器*/
	#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;}

   #banner .swiper-slide:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 30%);background-image:linear-gradient(to bottom,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 30%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}

#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 {height:180px;}
	#banner .swiper-slide .pic{}
	#banner .txt{padding:0;}
	#banner .txt h3{font-size:22px; line-height:1.2;  margin-top:0; }
	#banner .txt p{font-size:16px; font-weight:normal; }
	#banner .viewmore{display:none;}
	#banner .swiper-button-prev,#banner .swiper-button-next{ display:none;}
	#banner .swiper-pagination-bullet{width: 7px;height:7px;}
	#banner .swiper-pagination-bullet-active{width: 20px;}
	#banner .swiper-pagination{bottom:10px;}
}

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


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

.zx_btn{width:1.25rem; line-height:.4rem; text-align:center; color:#fff;  border:solid 1px rgba(255,255,255,0.46); display:inline-block; transition:0.3s all;}
.zx_btn:hover{ background:rgba(255,255,255,0.8); color:var(--main_color);}
@media screen and (max-width:768px) {
.main_tit h2{ font-size:18px;}	
.main_tit .line { width:15px;height: 3px;  margin: 8px auto auto auto; border-radius:5px;}

.main_tit p{font-size:13px; margin-top:10px;}
.main_tit p br{display:none;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}

.zx_btn{width:108px; line-height:38px; font-size:16px;}
}


/*公司简介*/
.about_neirong p{line-height:2;font-size:15px;text-align:justify;}
@media only screen and (max-width: 768px){
.about_neirong p{line-height:1.8;font-size:14px;}    
}

/*网站公告*/
.gonggao{ background:#fff;  border-radius:5px; width:calc(100% - 415px); margin-top:20px;  box-sizing:border-box;}
.gonggao .tit{ background:var(--main_color); color:#fff; padding:0 15px; border-radius:5px 0 0 5px; font-size:16px;}
.gonggao .tit i{ margin-right:5px; }
.gonggao .con{width:calc(100% - 125px); position:relative; padding:10px 0; box-sizing:border-box;}
.gonggao .con .box{ overflow:hidden; height:26px;}
.gonggao li .avatar{width:35px;}
.gonggao li img{width:22px; height:22px; border-radius:100%; border:solid 2px #ddd; display:block;}
.gonggao li p{width:calc(100% - 35px); line-height:26px; font-size:15px;}

/*按钮切换*/	
#gonggao .swiper-button-prev,#gonggao .swiper-button-next { width:20px;height: 15px; color:#000;}
#gonggao .swiper-button-prev:after,#gonggao .swiper-button-next:after{ display:none;}
#gonggao .swiper-button-prev{ left:auto; right:10px; top:32px;}
#gonggao .swiper-button-next{ right:10px; top:auto; bottom:6px;}
@media only screen and (max-width: 768px){
.gonggao{ border-radius:5px; width:100%; margin-top:15px;}
.gonggao .tit{padding:0 8px; font-size:13px;}
.gonggao .con{width:calc(100% - 95px); padding:7px 0; }
.gonggao .con .box{height:25px;}
.gonggao li .avatar{width:30px;}
.gonggao li img{width:23px; height:23px; border:solid 1px #ddd;}
.gonggao li p{width:calc(100% - 30px); font-size:13px;}
/*按钮切换*/	
#gonggao .swiper-button-prev,#gonggao .swiper-button-next { width:12px;height: 12px; color:#000; font-size:10px;}
#gonggao .swiper-button-prev:after,#gonggao .swiper-button-next:after{ display:none;}
#gonggao .swiper-button-prev{ left:auto; right:5px; top:32px;}
#gonggao .swiper-button-next{ right:5px; top:auto; bottom:8px;}
}

.index_search{ margin-top:20px; box-sizing:border-box;}
.index_search input[type='text']{ width:280px; box-sizing:border-box; height:46px; background:url(../images/zoom.png) no-repeat 10px center #fff; background-size:20px auto; padding:0 15px 0 40px;  font-size:15px; border-radius:5px 0 0 5px; border:solid 1px var(--main_color);}
.index_search .btn_submit{ width:115px; height:46px; border:0; background:var(--main_color); color:#fff; font-size:16px; display:block; border-radius:0px 5px  5px 0;}
@media only screen and (max-width: 768px){
.index_search{ margin-top:15px;width:100%;}
.index_search input[type='text']{ width:calc(100% - 90px); height:44px; padding:0 15px 0 35px;  font-size:14px; box-sizing:border-box;}
.index_search .btn_submit{ width:90px; height:44px; font-size:14px;}
}


/*民间偏方*/
.mjpf_list li{width:32%; margin-right:2%; background:#fff;padding:.25rem .25rem;box-sizing:border-box;margin-bottom:.25rem;border-radius: 5px; transition:all .5s;}
.mjpf_list li:nth-child(3n){ margin-right:0;}
.mjpf_list li h3{font-size:.17rem;}
.mjpf_list li .desc{line-height:1.6;color:#666;text-align:justify;margin:.15rem 0;}
.mjpf_list li .info p{margin-right:.2rem;font-size:13px;color:#888;}
.mjpf_list li .info p i{margin-right:5px;}
.mjpf_list li:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(31,45,61,.13);box-shadow:0 10px 30px rgba(31,45,61,.13)}

@media only screen and (max-width: 768px){
.mjpf_list li{width:100%;padding:15px 15px;margin-bottom:10px;}
.mjpf_list li h3{font-size:15px;margin-bottom:15px;}
.mjpf_list li .desc{display:none;}
.mjpf_list li .info p{margin-right:15px;}
}



/*图片列表*/
.pic_list{}
.pic_list li{width:23.5%; margin-right:2%; background:#fff; border-radius:6px; overflow:hidden; margin-bottom:.25rem; transition:0.3s all;}
.pic_list li:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(31,45,61,.13);box-shadow:0 10px 30px rgba(31,45,61,.13)}
.pic_list li:nth-child(4n){ margin-right:0;}
.pic_list .pic img{width:100%; display:block;}
.pic_list .txt{ padding:10px 10px 10px 15px;}
.pic_list .txt .cat a{ position:relative; padding-left:12px; color:#a1a1a8;}
.pic_list .txt .cat a:after{ content:''; display:block; position:absolute; left:0; top:50%; transform:translateY(-50%);width:6px; height:6px; border-radius:100%; background:var(--main_color);}
.pic_list .txt h2{ font-size:15px; margin:10px 0; color:#595d69;}
.pic_list .txt h2 a{color:#595d69;}
.pic_list .txt .desc{color:#a1a1a8;}
@media only screen and (max-width: 768px){
.pic_list li{width:48.5%; margin-right:3%; border-radius:5px; margin-bottom:12px;}
.pic_list li:nth-child(2n){ margin-right:0;}
.pic_list .txt{ padding:10px 5px 10px 10px;}
.pic_list .txt h2{ font-size:13px; margin:8px 0; }
.pic_list .txt .desc{ font-size:12px;}

}

.tonglan_gg{ background:url(../images/index_bg.jpg) no-repeat bottom center; background-size:cover; color:#fff; font-size:.3rem; text-align:center; padding:.4rem 15px; box-sizing:border-box; border-radius:5px;}
.tonglan_gg span{ margin:0 10px;}
@media only screen and (max-width: 768px){
.tonglan_gg{font-size:14px; padding:15px 15px; line-height:1.5; border-radius:0;}
}

/*================底部=====================*/
.notice{ background:var(--main_color); color:#fff; line-height:1.8; text-align:center; padding:15px;}

.copyright{ padding:.3rem 10px; background:#222; margin-top:.5rem; text-align:center; line-height:2; color:rgba(255,255,255,0.45);}
.copyright a{color:rgba(255,255,255,0.35);}

@media only screen and (max-width: 768px){
.copyright{font-size:13.5px; line-height:1.8; padding-top:10px; margin-top:0;}
}

.m_f_blank,.m_footer{display:none;}
@media screen and (max-width:768px) {
.m_f_blank{ height:56px; display:block;}
.m_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;}
.m_footer li{ width:25%; text-align:center; font-size:14px;}
.m_footer li .ico{ margin:8px auto 2px; position:relative;}
.m_footer li .ico svg{ height:22px; fill:#666;}
.m_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;}
.m_footer li a{display:block;}
.m_footer li.active .txt{color:var(--main_color);}
.m_footer li.active .ico svg,.m_footer li:hover .ico svg{fill:var(--main_color);}
}

/*--------------------*/

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

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; text-align:center;}
.page_ban .txt h2 { font-size:25px;  color:#fff;  }
.page_ban .txt h5 { font-size:15px; color:#fff; font-weight:normal; opacity:0.8; text-transform:uppercase;margin-top:15px;}

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

@media screen and (max-width:768px) {
.page_ban .pic{height:108px;}
.page_ban .txt h2 { font-size:20px; }
.page_ban .txt h5 { font-size:15px; margin-top:10px;}
}

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

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

@media screen and (max-width:768px) {
.sub_weizhi{height:36px;}
.sub_weizhi .weizhi{margin-left:10px; font-size:13px;width:calc(100% - 10px - 50px); overflow:hidden;}
.sub_weizhi .weizhi a{white-space:nowrap;}
.sub_weizhi .weizhi i.ico {margin-right:3px;}
.sub_weizhi .weizhi i.ico svg {height: 16px;}
.sub_weizhi .weizhi span{margin:0 2px; color:#888;}
}


/*===================子栏目导航================*/
#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: #333; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi { display:block;}	
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:23px; 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 25px;  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); background:rgba(0, 0, 0, 0); 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: calc(100% + 1px); width:0; transition:0.6s all; opacity:0; position:absolute; left:50%; top:-1px;}
#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;}
.n_nav_more a{padding:0 .2rem!important; font-size:14px!important;}

@media screen and (max-width:768px) {
#n_nav2{ display:none;}
}



/*===================内页-关于我们================*/
.page_about{padding:.8rem 0;}
.page_about .txt,.page_about .pic{width:47.5%;}
.page_about .txt h3{font-size:.32rem;}
.page_about .txt span{font-size:.18rem;margin:.3rem 0;color:var(--main_color);font-weight:bold;}
.aboutbar{width: 100%; height:3.3rem;overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:var(--main_color);}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:.16rem; line-height:2;margin-bottom:.15rem;text-align: justify;text-justify: distribute; color:#666;}
.page_about .pic{overflow:hidden;}
.page_about .pic img{width:100%;display:block;border-radius:8px;}


.page_about_bg{background:url(../images/page_about_bg.jpg) no-repeat center; background-size:cover;padding:1.4rem 0;background-attachment: fixed;}
.page_about_bg h3{font-size:.4rem;color:#fff;}
.page_about_bg p{font-size:.24rem;color:#fff;margin-top:.3rem;}

.lianxi_box{padding:.8rem 0 .3rem;}
.lianxi_box li{width:48%;overflow:hidden;position:relative;height:2.6rem;border-radius:8px;background:#fff;}
.lianxi_box li .pic{overflow:hidden;}
.lianxi_box li .pic img{width:100%;display:block;opacity:.55; transition:all .5s;}
.lianxi_box li .txt{position:absolute; width:100%; top:50%; transform:translateY(-50%);}
.lianxi_box li .txt h3{font-size:.3rem;color:var(--main_color); text-align:center;}
.lianxi_box li .txt p{font-size:.16rem;line-height:1.8;margin-top:.2rem;text-align:justify;}
.lianxi_box li:hover .pic img{ transform:scale(1.1,1.1);}


@media screen and (max-width:768px) {
.page_about{padding:30px 0 20px;}
.page_about .txt,.page_about .pic{width:100%;}
.page_about .txt h3{font-size:18px;}
.page_about .txt span{font-size:14px;margin:15px 0;}
.aboutbar{height:100%;padding-right:0;}
.aboutbar p{font-size:14px; line-height:1.8;margin-bottom:10px;}
.page_about .pic{}

.page_about_bg{padding:60px 0;background-attachment:scroll;}
.page_about_bg h3{font-size:20px;}
.page_about_bg p{font-size:14px;margin-top:15px;}

.lianxi_box{padding:30px 0 20px;}
.lianxi_box li{width:100%;height:100%;margin-bottom:20px;}
.lianxi_box li .txt{left:20px;margin-right:20px;}
.lianxi_box li .txt h3{font-size:16px;}
.lianxi_box li .txt p{font-size:13px;line-height:1.6;margin-top:10px;}


}








/*===================开通VIP会员================*/
.jion_vip{ margin-top:.6rem;}
.jion_vip .item{width:31%; background:#fff; border-radius:8px; overflow:hidden; box-shadow: 0 0 35px rgba(31,45,61,.1); transition:0.3s all;}
.jion_vip .item:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(31,45,61,.13);box-shadow:0 10px 30px rgba(31,45,61,.13)}
.jion_vip .vip_head{ text-align:center; padding:25px 15px; background:#f8f8f8;}
.jion_vip .vip_head h2{ font-size:20px;}
.jion_vip .vip_head h5{ color:#f44; font-size:.32rem; margin:15px 0 10px;}
.jion_vip .vip_head h5 sup{ font-size:16px; font-weight:normal; margin-left:5px;}
.jion_vip .vip_head h6{ color:#999; font-size:18px; font-weight:normal;}
.jion_vip .vip_body{ text-align:center; padding:20px 15px; font-size:16px; line-height:2; color:#666;}
.jion_vip .vip_foot{ text-align:center; padding-bottom:30px;}
.jion_vip .vip_foot a{ width:1.8rem; height:40px; line-height:40px; background:#e8e8e8; display:inline-block; border-radius:38px; font-size:15px; transition:0.3s all;}
.jion_vip .vip_foot a:hover{ background:var(--main_color); color:#fff;}
.jion_vip .vip_foot i{ margin-right:5px;}
.jion_vip .item2 .vip_head{background:#E6F8F3;}
.jion_vip .item2 .vip_head h2{ color:#0cbc87;}
.jion_vip .item2 .vip_head h6{ color:#0cbc87;}

.jion_vip .item3 .vip_head{background:#FEF9EA;}
.jion_vip .item3 .vip_head h2{ color:var(--main_color);}
.jion_vip .item3 .vip_head h6{ color:var(--main_color);}
@media screen and (max-width:768px) {
.jion_vip .item{width:100%; margin-bottom:15px;}
.jion_vip .vip_head{ padding:20px 10px; }
.jion_vip .vip_head h2{ font-size:20px;}
.jion_vip .vip_head h5{ font-size:25px; margin:10px 0 6px;}
.jion_vip .vip_head h5 sup{ font-size:13px;}
.jion_vip .vip_head h6{font-size:16px;}
.jion_vip .vip_body{padding:15px 15px; font-size:15px; line-height:1.8;}
.jion_vip .vip_foot{padding-bottom:25px;}
.jion_vip .vip_foot a{ width:50%; font-size:15px;}
}


/*===================VIP会员介绍================*/
.vip_info{}
.vip_info li{ width:49%; padding:25px 20px; background:#fff; box-sizing:border-box; line-height:1.8; font-size:16px; border-radius:5px; margin-bottom:25px; box-shadow: 0 0 35px rgba(31,45,61,.1); color:#666; transition:0.3s all;}
.vip_info li:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(31,45,61,.13);box-shadow:0 10px 30px rgba(31,45,61,.13)}
.vip_info li i{width:25px; color:var(--main_color);}
.vip_info li span{width:calc(100% - 25px);}


@media screen and (max-width:768px) {
.vip_info{ margin-bottom:25px;}
.vip_info li{ width:100%; padding:15px 10px; line-height:1.6; font-size:15px; margin-bottom:12px;}
.vip_info li:hover{-webkit-transform:translateY(0);transform:translateY(0);}
.vip_info li i{width:25px; font-size:16px;}
.vip_info li span{width:calc(100% - 25px);}

}


/*单页*/
.main_con{ width:calc(100% - 325px);margin-top:30px;  background:#fff; border-radius:5px; padding:30px .5rem; box-sizing:border-box;}
.main_side{width:300px; margin-top:30px;}
.main_side .list{ padding:25px 15px 10px 20px;  background:#fff; border-radius:5px;}
.main_side .list h3{ font-size:16px; margin-bottom:15px;}
.main_side .list li { margin-bottom:15px;}
.main_side .list li .pic{ width:35%;}
.main_side .list li .pic img{width:100%; display:block; border-radius:3px;}
.main_side .list li .txt{width:65%; line-height:1.6; padding-left:12px; box-sizing:border-box; font-size:15px;}

.main_con .tit{height:36px;margin-bottom:20px; position:relative;  border-bottom:solid 1px #ddd; }
.main_con .tit h3{font-size:20px;border-bottom:solid 2px var(--main_color); height:35px;}


@media screen and (max-width:768px) {
.main_con{ width:100%;margin-top:0;   padding:30px 15px; }
.main_con .tit{height:25px;margin-bottom:15px; }
.main_con .tit h3{font-size:18px;height:25px;}

.main_side{width:100%; margin:15px 0 30px 0;}
.main_side .list{ padding:25px 15px 10px 15px;  border-radius:0;}
.main_side .list h3{ font-size:18px; margin-bottom:15px;}
.main_side .list li .txt{}
}


.pay_weixin{width:3rem; min-width:280px; margin:.5rem auto .3rem; background:#fff; border-radius:10px; text-align:center; overflow:hidden;}
.pay_weixin .pic { padding-top:25px;}
.pay_weixin .pic img{ height:40px; margin-bottom:.15rem;}
.pay_weixin .txt { font-size:13px; background:#09BB07; line-height:42px; color:#fff; margin-top:.1rem;}

.tc_zhifu_info{ position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); z-index:29891015!important; color:#fff;}



@media screen and (max-width:768px) {
.pay_weixin{width:90%; margin:40px auto 50px;}   
.pay_weixin .pic { padding-top:35px;}
.pay_weixin .fc-weixin-pay{ display:inline-block; margin:25px auto 40px; background:#ff4444; line-height:30px; width:60%; border-radius:10px; padding:6px; box-sizing:border-box; font-size:18px; color:#fff; border:0;}
}


/*中医会议*/
.huiyi_left{width:47%; margin-top:.5rem;}
.huiyi_left .tit{ font-size:22px; font-weight:bold; margin-bottom:20px;}
.huiyi_left img{width:100%; display:block;}

.huiyi_right{width:48%; margin-top:.5rem;}
.huiyi_right li {margin-top:20px;}
.huiyi_right li p{ margin-bottom:10px; margin-right:25px; font-size:16px;}
.huiyi_right li p span{ color:#f00;}
.huiyi_right li p i{background:#fdb251; width:18px; height:18px; border-radius:100%; color:#fff; text-align:center; font-size:12px; display:inline-block; line-height:18px; margin-right:6px;}
.huiyi_right li input[type='text']{ width:100%; border:solid 1px #ddd; padding:12px 15px; box-sizing:border-box; font-size:16px;}
.huiyi_right li textarea{ width:100%; height:100px; border:solid 1px #ddd; padding:10px 15px; box-sizing:border-box; font-size:16px; line-height:1.8;}
.huiyi_right .submit{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:2rem; height:46px; line-height:46px;}

@media screen and (max-width:768px) {
.huiyi_left{width:100%; margin-top:30px;}
.huiyi_left .tit{ font-size:18px;margin-bottom:15px;}

.huiyi_right{width:100%; margin-top:20px;background:#f2f2f2;border-radius:5px;padding:15px 15px 30px;box-sizing:border-box;margin-bottom:35px;}
.huiyi_right li {margin-top:15px;}
.huiyi_right li p{ font-size:14px;}
.huiyi_right li p i{width:16px; height:16px; line-height:16px; }
.huiyi_right li input[type='text']{padding:10px 15px; font-size:13px;}
.huiyi_right li textarea{height:80px; font-size:13px; line-height:1.6;}
.huiyi_right .submit{ border:none; font-size:14px; width:100%;height:40px; line-height:40px;}

}






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



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

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

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


/*======================上传简历表单======================*/
.jianli_form{width:530px; height:580px; padding:50px 60px; background:#fff; border-radius:5px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.jianli_form .close{position:absolute; top:25px; right:25px; cursor:pointer;}

.jianli_form .tit{font-size:18px; color:#000; margin-bottom:25px; font-weight:bold;}
.jianli_form .tit span{ color:var(--main_color);}

.jianli_form ul{}
.jianli_form li{margin-bottom:.15rem;}

.jianli_form input,.jianli_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:15px;
}
.jianli_form .form-group {width:100%;}
.jianli_form .form-group input{margin-bottom:.2rem;}

.jianli_form .submit{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:46px; line-height:46px;}
.jianli_form .submit:hover{ opacity:0.8;}
@media screen and (max-width:768px) {
.jianli_form{width:95%; height:520px; padding:30px 20px;}
.jianli_form .close{position:absolute; top:10px; right:5px; cursor:pointer;}
.jianli_form .tit{font-size:16px; line-height:1.5; margin-bottom:20px;}

.jianli_form input,.jianli_form select{padding:12px 10px;font-size:14px;}
.jianli_form .submit{font-size:16px;width:100%; height:45px; line-height:45px;}

}

/*上传按钮*/
.fileupload-buttonbar .btn {vertical-align: middle;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #40aae2;
    border-color: #40aae2;
}
.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress {
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.progress {
    overflow: hidden;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-success {
    background-color: #36c6d3;
}
.progress-bar {text-align: center;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #40aae2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.finecms-file-ts{ line-height:1.6em; color:#666;}
.files_row_preview { box-sizing:border-box;margin-right: 10px;border: 1px solid #d3cfcf;padding: 10px; width: 80px;height: 70px;overflow: hidden;border-radius: 4px; text-align: center;}
.files_row_preview img {max-width: 60px; max-height: 50px;}
.files_row .mpreview {position: relative;width: 78px;top: -18px;text-align: right;}
/*----------------------*/


/*======================留言反馈======================*/
.page_liuyan con{margin:.8rem 0; }
.page_liuyan .con h3{font-size:.4rem; font-weight:normal;margin-bottom:.25rem;color:#fff;}
.page_liuyan .con h5{font-size:15px; line-height:1.6; font-weight:normal; margin-bottom:.25rem; color:#666;color:#fff;}

/*留言*/
.page_liuyan{padding-bottom:.8rem;}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #333;font-size:16px;font-family:Microsoft Yahei;}
.message_input li{ width: 48%;background:rgba(255,255,255,.8);border-radius:8px;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid  #494949;width: 100%;padding:15px 10px;  box-sizing:border-box; font-size:15px; color:#333;} 
.message_input input::-webkit-input-placeholder {color:#333;} 
.message_input textarea{font-size:15px; display: block;border: none;background:rgba(255,255,255,.8);color:#333;outline: none;border-bottom: 1px solid #494949;width: 100%;padding: 15px 10px;box-sizing: border-box;min-height:120px; } 
.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:2.5rem; line-height:52px;}
.message_input textarea::-webkit-input-placeholder{color: #333;}
.message_input .submit i{margin-left:.25rem;}


@media screen and (max-width:768px) {
.page_liuyan .other{ display:none;}
.page_liuyan_bg{background:none;padding:10px 0 60px 0;}
.page_liuyan{width:100%;}
.page_liuyan .con{ width:100%;background: #fff;color: #333; padding:0 0px 0; box-sizing:border-box; }
.page_liuyan .con h3{font-size:18px; text-align:center; margin-bottom:10px;}
.page_liuyan .con h5{font-size:13px; color:#666; text-align:center;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999; font-size:14px;}
.message_input {margin-bottom:0;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{ background:#f4f5f6; border-radius:3px; border: 0px; color:#333;} 
.message_input textarea{background:#f4f5f6; border-radius:3px; border: 0px; color:#333;}
.message_input .submit{width:100%; border-radius:5px; line-height:42px;}
}


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

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

}

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

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


/*=================tag集合页===================*/
.tag_jihe{background:#fff;padding:.35rem .35rem;box-sizing:border-box;}
.tag_jihe a{display:inline-block;padding:0 .3rem;background: #f0f1f3;margin-right:.2rem;border-radius:5px;line-height:.4rem;font-size:16px;margin-bottom:20px; transition:all .3s;}
.tag_jihe a:hover{background:var(--main_color);color:#fff;}

@media screen and (max-width:768px) {
.tag_jihe{background:#fff;padding:25px 0 15px 15px;}
.tag_jihe a{padding:0 10px;margin-right:6px;line-height:34px;font-size:14px;margin-bottom:15px;}

}



/*=================搜索页面===================*/





/*========================图文列表==============================*/
.art_list{}
.art_list li{width:49%;background:#fff; padding:15px 15px ;box-sizing:border-box; margin-bottom:20px; border-radius:8px;}
.art_list li .pic{width:27%; overflow:hidden;}
.art_list li .pic img{width:100%; display:block;}
.art_list li .txt{ width:70%; position:relative; }
.art_list li.nopic .txt{ width:100%; }
.art_list li .txt .title{font-size:.18rem;margin:.12rem 0 .15rem; display:inline-block; font-weight:bold; }
.art_list li .txt .desc{ color:#888; line-height:1.6;}

.art_list li .art_footer{ position:absolute; left:0; bottom:.1rem; right:0;}
.art_list li.nopic .art_footer{ position:static; margin-top:.1rem;}
.art_list li .art_footer a,.art_list li .art_footer p{ font-size:13px; line-height:14px; color:#999; display:inline-block;}
.art_list li .left_tool p{ margin-right:.25rem; padding-left:.2rem;}
.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;}

.art_list li .right_tool a:first-child{background:url(../images/detail_img01.png) no-repeat left center; padding-left:.2rem;}
.art_list li .right_tool a{ margin-right:.1rem;}

.art_list1 li{padding:0 ;margin-bottom:20px; border-radius:0; border-bottom:1px dashed #ddd;padding-bottom:20px;}



@media screen and (max-width:768px) {
.art_list li{width:100%;background:#fff; padding:10px 10px ;margin-bottom:15px; border-radius:5px;}
.art_list li .pic{width:33%;border-radius:3px;}
.art_list li .txt{ width:63%; }
.art_list li.nopic .txt{ width:100%; }
.art_list li .txt .title{font-size:14px;margin:5px 0 0; line-height:1.4; }
.art_list li .txt .desc{ display:none;}

.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:12px; line-height:14px; color:#999; display:inline-block;}
.art_list li .left_tool p{ margin-right:5px; padding-left:15px;}
.art_list li .left_tool p.p1{ background-size:10px;}
.art_list li .left_tool p.p2{ background-size:10px;}
.art_list li .left_tool p.p3{background-size:10px;}
.art_list li .right_tool a:first-child{padding-left:10px;}
.art_list li .right_tool a{ margin-right:10px;}

.art_list1 li{padding:0 ;margin-bottom:15px; border-radius:0;padding-bottom:15px;}
}




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

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

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

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

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.6;  color:#000; }
.show_pro_tit {border-bottom:solid 2px #e8e8e8; padding-bottom:.2rem; margin-bottom:.25rem;}
.show_pro_tit h1{font-size:.36rem;line-height:1.6;  color:#000; }
.show_pro_tit .btn{}
.show_pro_tit .btn a{height:43px; line-height:43px; padding:0 30px; border-radius:3px; display:inline-block; background:var(--main_color);font-size: 15px; font-weight: 400;color: #FFFFFF; margin-right:15px;}
.show_pro_tit .btn i{ font-size:18px; margin-right:5px;}
.show_pro_tit .btn a.a2{ /*background:#059b80;*/ background:var(--second_color);}
@media screen and (max-width:768px) {
.show_pro_tit {padding-bottom:15px; margin-bottom:.25rem;}
.show_pro_tit h1{font-size:18px; width:100%; text-align:center; margin-bottom:10px;}
.show_pro_tit .btn{width:100%;}
.show_pro_tit .btn a{height:36px; line-height:36px; padding:0 25px; border-radius:3px; display:inline-block; background:var(--main_color);font-size: 15px; font-weight: 400;color: #FFFFFF; margin:0 10px;}	
}

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


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


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

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

.show_price{overflow: hidden;border: 2px dashed var(--main_color);padding: 5px 20px 5px;  border-radius:8px; line-height:1.6; color:#666; margin-top:.3rem;}
.show_price legend {padding: 0 10px;color:var(--main_color);font-weight: bold;font-size: 18px;}
.show_price .info span{ font-size:16px; color:#f00; font-weight:bold; margin:0 5px;}
.show_price .info span strong{ font-size:22px;}

.show_price .info a{padding: 10px 25px 10px; border-radius: 20px;color: #fff;line-height: 1;display: inline-block;margin-left: 8px;}
.show_price .info a:hover{ opacity:0.8;}

.show_price .info .btn_buy{background: #f44;}
.show_price .info .btn_down{background: var(--second_color);}

.show_price .info .shoucang i{font-size:16px; color:#bbb;font-style:normal;}
.show_price .info .shoucang i.on{color:var(--main_color);}
.show_price .info .shoucang i:before{ font-size:20px;}


.show_price .tips{ margin-top:15px; text-align:justify;}
.show_price .tips p{ background:#eef1f5; padding:15px; margin-bottom:10px; border-radius:5px; color:#333; line-height:2;}
.show_price .tips p strong{ color:#f00; font-size:15px;}


.show_tag{ margin-top:25px;}
.show_tag i{}
.show_tag a{ display:inline-block; padding:8px 15px; background:#f1f2f4; color:#888; border-radius:5px; font-size:14px; margin-left:5px; transition:0.3s all;}
.show_tag a:hover{ background:var(--main_color); color:#fff;}


@media screen and (max-width:768px) {
.title_txt {font-size:18px;line-height:1.6;}
.art_info{margin-bottom:15px;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box {font-size:14px; }
#art_box strong{ font-size:16px;}
.share-main{display:none;}
}


/*弹出购买窗口*/
.form-payform{}
.form-payform .box{ padding:25px 40px;}
.form-payform .form-group{ margin-bottom:35px; font-size:16px; display: flex;justify-content: flex-start;flex-wrap:wrap;}
.form-payform .form-group>label{margin-right:20px;}
.form-payform .form-group .fc-price-color{color:#f44;}
.form-payform .btn input[type=radio]{position: absolute;clip: rect(0,0,0,0);pointer-events: none;}
.form-payform .btn-group label{ border:solid 1px #ddd; background:#f2f2f2;padding: 0px 15px; cursor:pointer; line-height: 36px;display: inline-block; transition:0.3s all; border-radius:5px; margin-right: 2px;}
.form-payform .btn-group label i{margin-right:5px;}
.form-payform .btn-group label:hover,.form-payform .btn-group label.active{ background:#f44; border:solid 1px #f44; color:#fff;}
.form-payform .form-actions button[type=submit]{border:0; width:100%; height:46px; text-align:center; background:var(--second_color); font-size:16px; border-radius:5px; font-family: "Microsoft YaHei","微软雅黑"; color:#fff;cursor:pointer; }
.form-payform .form-actions .fc-form-submit:hover{ opacity:0.8;}

@media screen and (max-width:768px) {
.form-payform .box{ padding:25px 25px;}
.layui-layer{ width:95%!important;}
.form-payform .form-group{ margin-bottom:20px; font-size:15px;}
}

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

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

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

}

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

/*===================侧面方案列表================*/
.side_fagnan_list li{width:100%;overflow:hidden;position:relative;margin-bottom:.25rem;border-radius:8px;}
.side_fagnan_list li .pic{overflow:hidden;}
.side_fagnan_list li .pic img{width:100%;display:block;transition:0.4s all;}
.side_fagnan_list li .txt{width:100%;height:100%;background:rgba(0,0,0,.25);position:absolute;top:0;left:0;color:#fff;font-size:.22rem;letter-spacing:2px;transition:0.4s all;}
.side_fagnan_list li:hover .txt{background:rgba(0,0,0,.5);}
.side_fagnan_list li:hover .pic img{transform:scale(1.15,1.1);}

@media screen and (max-width:768px) {
.side_fagnan_list li{ margin-bottom:10px;}
.side_fagnan_list li .txt{;font-size:13px;letter-spacing:0;transition:0.4s all;}

}



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

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

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

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

.show_pre_next .return{ display:none;}
}


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

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

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



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


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

}


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


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

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




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

.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 30px;}
.search_tit h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.search_tit h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}

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

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

}



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

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

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

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

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

/*留言弹窗*/
.buy_form{width:6rem; height:6.5rem; 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; font-weight:bold;}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

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

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

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}


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

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

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

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