@charset "utf-8";

/* CSS Document */
:root{    
	--main_color:#576b95;        /* #023A91主色 */
	--main_color_rgb:188, 90, 11 ;  /*rgba*/
    --second_color:#E59038;      /* 副色 */ 
	--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:#f5f5f5;}
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!important;}
.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); }

/*======================主体宽度======================*/
.pc_show{ display:block;}
.m_show{display:none;}

.main{width:90%; margin: auto; max-width: 1260px;}

@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 10px; 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:80px; z-index: 100;width: 100%; position:fixed; background:#fff; box-shadow: 0px 1px 20px 12px #0808080f; transition:all .5s;}
.header .logo{height:80px; margin-right:.35rem; font-size:.3rem; font-weight:bold;}
.header .logo img{height:36px; display:block;}

.top_blank{ height:80px;}
@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(--main_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(--main_color);}

.user_ico img{width:36px; height:36px; 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:15px; 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:28px;border-radius:35px; display:block; margin-right:5px;}
.user_btn .u_log_btn{ display:flex; justify-content:center;align-items:center;}
.user_btn .u_log_btn svg { width: 25px;}

/*登录弹出用户信息*/
.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:80px; 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: #fff;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:80px; position:relative; transition:0.3s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative; margin:0 .15rem;}
.navBox .nav li>a {position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2; transition:0.3s all; font-size:14px;}
.navBox .nav li>a i{ font-size:10px; margin-left:3px;}
.navBox .nav li.curr>a .txt{color:var(--main_color);}
/*.navBox .nav li>a .bg {background: var(--main_color);position: absolute;left: 50%; transform:translateX(-50%); bottom:0;width:0;display: block;height:3px;transition: 0.5s;}
.navBox .nav li.curr>a .bg,.navBox .nav li:hover>a .bg {width:100%;}*/


/*.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:#fff; -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:8px;padding:15px 15px; min-width:125px;opacity:0; pointer-events:none; transition:all .5s;box-shadow: 0px 8px 20px 5px #00000014;}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #e8e8e8}
.subNavbox a{display:block;position:relative;font-size: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(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }



/*======================手机菜单按钮======================*/
.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:56%; height:100%; position:relative; z-index:0; overflow:hidden;}
	#banner a{ height:100%; border-radius:5px!important;}
	#banner a h2 {position: absolute;color: #fff;z-index: 9; bottom: 0px;left: 0px;padding: 20px 15px; font-size:14px; font-weight:normal; width:80%; box-sizing:border-box;}
	#banner a i {position: absolute;top: 0px;left: 0px; background:var(--main_color); color: #fff; font-size: 12px;font-style: inherit;padding:5px 7px; display:inline-block;}
		
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next { width:46px;height:46px;background: #242424; margin-top:-23px;opacity:0.6; display:none; border-radius:40px; font-size:16px; color:#fff; text-align:center; line-height:46px; transition: all .3s ease-out 0s;}
	#banner .swiper-button-prev:hover,#banner .swiper-button-next:hover { background:var(--main_color); opacity:1;}
	#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.3); 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);}
	#banner .swiper-pagination{bottom:20px; text-align:right; padding-right:15px; box-sizing:border-box;}


.contant01{ margin:25px auto; height:425px;} 
.contant01 img{width:100%; height:100%; object-fit:cover; display:block; transition: all .3s ease-out 0s;}
.contant01 a{display:block; position:relative; border-radius:4px; overflow:hidden;}
.contant01 a:hover img{ transform:scale(1.1);}
.contant01 a:before {position: absolute;content: '';width: 100%;height: 40%;bottom: 0px;right: 0px;z-index: 1;opacity: 0.6;background: linear-gradient(to top,black,#ffffff00);}

/**/
.contant01 .mid{width:16%; height:100%;}
.contant01 .mid a { height:48%;}
.contant01 .mid a h3 {position: absolute;color: #fff;z-index: 9;font-size: 14px;width: 100%;bottom: 10px;left: 0px;padding: 0 10px;  box-sizing:border-box; font-weight:normal; line-height:1.3;}
.contant01 .mid a b {color: #fff;display: block;position: absolute;top: 0px;background:var(--main_color);font-size: 12px;font-weight: 400;padding: 5px 7px; display:inline-block;}
.contant01 .mid a:first-child{ margin-bottom:8%;}
/**/
.contant01 .right{width:25%; height:100%; overflow:hidden;}
.contant01 .right a:before{ display:none;}


@media screen and (max-width:768px) {
	#banner {width:100%; margin-bottom:12px;}
	#banner a h2 {padding: 15px 5px 22px; font-size:14px; width:100%; text-align:center;}
	#banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	#banner .swiper-pagination{bottom:6px; padding-right:0; text-align:center;}
	.contant01{ margin:15px auto 12px; height:auto; } 
	
	.contant01 .mid{width:100%; height:auto; margin-bottom:12px;}
	.contant01 .mid a {width:48%; height:auto; display:inline-block;}
	.contant01 .mid a h3 {font-size: 12px;padding:0 6px;bottom:6px;}
	.contant01 .mid a:first-child{ margin-right:2%; margin-bottom:0;}
	
	.contant01 .right{width:100%; height:auto;}
}

/*视频列表*/
.video_list{ background:#fff; padding:25px 20px 5px; margin-bottom:20px; border-radius:4px; overflow:hidden;}
.video_list .tit{ border-bottom:solid 1px #e8e8e8; height:33px; margin-bottom:20px;}
.video_list h2 {font-size: 18px;position: relative;padding-left:20px; font-weight:normal;}
.video_list h2:before {content: '';position: absolute;left: 0;top: 7px; width: 8px; height: 8px;border-radius: 5px;background: var(--main_color);}

.video_list li{width: 23.5%; margin-right:2%; margin-bottom:25px;}
.video_list li:nth-child(4n){margin-right:0;}
.video_list li a{display: block;}
.video_list li .pic{border-radius: 4px; overflow: hidden;}
.video_list li .pic img{width: 100%; display: block;}
.video_list li .txt{margin-top:15px; text-align:center;}

@media screen and (max-width:768px) {
.video_list{padding:20px 10px 5px; margin-bottom:15px;}
.video_list .tit{height:25px; margin-bottom:15px;}
.video_list h2 {font-size: 16px;position: relative;padding-left:15px; font-weight:normal;}
.video_list h2:before {top: 3px;}

.video_list li{width:48%; margin-right:4%; margin-bottom:15px;}
.video_list li:nth-child(2n){margin-right:0;}
.video_list li .txt{margin-top:10px; text-align:center;}
}

.index_video{}


/*======================广告管理======================*/
.gg_list{ padding:4vh 3vh 0}
.gg_list li{ position:relative; overflow:hidden; border-radius:10px; width:31.5%; margin-right:2.7%; max-height:29vh; margin-bottom:3vh;}
.gg_list li:nth-child(3n){ margin-right:0;}
.gg_list li .pic img{width:100%; height:100%; object-fit:cover; display:block;}
.gg_list li .ewm{ position:absolute; right:15px; bottom:15px; background:#fff; padding:0; border-radius:5px; overflow:hidden;}
.gg_list li .ewm img{width:108px; height:108px; display:block;}


/*主体*/
.main_box{width:calc(75% - 20px);}
.side_box{width:25%;}
.side_sticky{position: sticky;top: 100px;}

aside.box{ background:#fff; padding:20px; border-radius:5px; margin-bottom:20px; position:relative;}
aside .tit{font-size: 16px;margin-bottom: 20px;position: relative; padding-left:18px; border-bottom:solid 1px #eee; height:35px;}
aside .tit a{font-size:13px; color:var(--main_color);}
aside .tit:before {content: '';position: absolute;left:0px;top: 6px;width: 8px;height: 8px;border-radius: 5px;background:var(--main_color);}

@media screen and (max-width:768px) {
.main_box{width:100%;}
.side_box{width:100%;}
aside.box{ padding:15px; margin-bottom:12px;}
aside .tit{font-size: 16px;margin-bottom: 15px; padding-left:18px; border-bottom:solid 1px #eee; height:30px;}
}

/*mini search*/
.mini_search input{width: 100%; height: 36px; border: none;text-indent: 10px;font-size: 14px;border-radius: 8px;overflow: hidden;background: #f5f5f5;}
.mini_search .btn_submit{width: 60px;height: 36px;border: none;background:var(--main_color);color: #fff;position: absolute;right:20px; top:20px;font-size: 12px;border-radius: 0px 8px 8px 0px; cursor:pointer;}
@media screen and (max-width:768px) {
.mini_search{display:none;}
}

/*近期文章*/
.line_art{ margin-left:3px; margin-top:-5px;}
.line_art li {border-left: 2px solid #eaeef5;padding-bottom:12px;padding-left: 20px; position: relative;}
.line_art li a {margin-bottom:8px;display: block;font-size: 13px; line-height:1.5;}
.line_art li span {color: #7d7d7d;display: block;font-weight: 300;font-size: 12px;}
.line_art li:before {content: "";position: absolute;background-color: #fff;height: 4px;width: 4px;border-radius: 50%;left: -3px;top: 8px;z-index: 9;}
.line_art li:after {content: ""; position: absolute;background-color:var(--main_color); height: 14px;width: 14px;border-radius: 50%;left: -8px;top: 3px; transition: .6s; border: 3px solid #fff; box-sizing:border-box;}
@media screen and (max-width:768px) {
.line_art li {padding-bottom: 20px;padding-left: 15px; position: relative;}
.line_art li a {margin-bottom:8px; font-size: 14px; line-height:1.5;}
}

/*========================热门图文==============================*/
.hot_pic_art a{ display:block; margin-bottom:15px;}
.hot_pic_art li{ position:relative;}
.hot_pic_art li .pic{width:30%; border-radius:4px; overflow:hidden;}
.hot_pic_art li .pic img{width:100%; height:100%; object-fit:cover; display:block;}
.hot_pic_art li .txt{width:64%;}
.hot_pic_art li .txt h3{ font-size:13px; line-height:1.5; margin-bottom:8px; font-weight:normal; text-align:justify;}
.hot_pic_art li .txt p{ font-size:12px; color:#888;}
.hot_pic_art li .txt p i{margin-right:5px;}

.hot_pic_art li.one .pic{width:100%;}
.hot_pic_art li.one:before {position: absolute;content: '';width: 100%;height:50%;bottom: 0px;right: 0px;z-index: 1;opacity: 0.6;background: linear-gradient(to top,black,#ffffff00); border-radius:4px;}
.hot_pic_art li.one .txt{position: absolute;color: #fff;z-index: 9;width: 100%;bottom: 0px;left: 0px;padding: 15px 15px; box-sizing:border-box;}
.hot_pic_art li.one .txt p{ font-size:12px; color:#fff;}

@media screen and (max-width:768px) {
.hot_pic_art li .pic{width:35%;}  
.hot_pic_art li .txt{width:62%;}
.hot_pic_art li .txt h3{ font-size:15px; line-height:1.6; margin-bottom:5px; }

.hot_pic_art li.one:before {height:40%;}
.hot_pic_art li.one .txt{padding: 15px 10px;}
.hot_pic_art li.one .txt p{ font-size:12px; color:#fff;}
}
/*========================标签云==============================*/
.hot_tag{}
.hot_tag a{font-size: 13px;padding:8px 13px;display: inline-block;margin-right:5px;margin-bottom:5px;border-radius: 3px;background-color: #f5f5f5; transition:0.3s all;}
.hot_tag a:hover{ background:var(--main_color); color:#fff;}

/*========================加载更多按钮==============================*/
.load_more{text-align: center; border-radius:4px; overflow:hidden;}
.load_more a {background: #fff;padding: 12px 0px;display: block;color: #666;font-size: 13px; transition:0.3s all;}
.load_more a:hover {background:var(--main_color); color:#fff;}
@media screen and (max-width:768px) {
.load_more{margin-bottom:15px;}    
}


/*========================图文列表==============================*/
.art_list{}
.art_list li{width:100%;background:#fff; padding:20px;box-sizing:border-box; margin-bottom:20px; border-radius:4px;}
.art_list li .pic{width:calc(25% - 10px);}
.art_list li .pic a{ display:block;  overflow:hidden; border-radius:4px; }
.art_list li .pic img{width:100%; height:100%; object-fit:cover; display:block;}
.art_list li .txt{ width:calc(75% - 25px); margin-right:10px; position:relative; text-align:justify;}
.art_list li.nopic .txt{ width:100%; }
.art_list li .txt .title{font-size:.18rem;margin:.0rem 0 .1rem; display:inline-block; width:100%; line-height:1.6;}
.art_list li .txt .desc{ color:#666; line-height:1.8; margin-bottom:30px;}

.art_list li .art_footer{ position:absolute; left:0; bottom:.05rem; 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:12px; 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{ margin-left:.1rem;}

@media screen and (max-width:768px) {
.art_list li{width:100%;background:#fff; padding:12px 8px ;margin-bottom:12px; }
.art_list li .pic{width:35%;}
.art_list li .txt{ width:62%; margin-right:0;}
.art_list li.nopic .txt{ width:100%; }
.art_list li .txt .title{font-size:15px; line-height:1.5;}
.art_list li .txt .desc{ display:none;}

.art_list li .art_footer{ position:absolute; left:0; bottom:0px; 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; display:none;}
.art_list li .right_tool{ display:none;}

}











/*图片列表*/
.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;}
}

/*================底部=====================*/
.copyright{ padding:.2rem 0; background:#272b30; margin-top:.5rem; line-height:2; color:rgba(255,255,255,0.35); font-size:13px;}
.copyright a{color:rgba(255,255,255,0.35);}
.copyright img{width:100px; display:block;}
.copyright .right .txt{width:14px; line-height:1.1; margin-left:10px;}

@media only screen and (max-width: 768px){
.copyright{font-size:13.5px; line-height:1.8; padding-top:15px; text-align:center;}
}



/*===========手机底部图标============ */
@media only screen and (max-width: 768px){
.f_blank{ height:52px; display:block;}
.footer{ position: fixed;bottom: 0;left: 0;width: 100%;z-index:96; box-shadow: 0px 0px 3px #d2d2d2; }
.footer ul {background: #fff; height:52px; display: flex;flex-wrap: nowrap;align-items: center;position: relative;z-index: 999;}
.footer li{ width:25%; text-align:center; position:relative;}
.footer li .ico{ margin:0px auto 0px; position:relative;  margin-bottom:1px;}
.footer li .ico svg{ height:23px; fill:#444;}
.footer li a{display:block;}
.footer li .txt{ font-size:13px; color:#555; }
.footer li .txt span{width:16px; line-height:16px; text-align:center; display:block; border-radius:100%; background:#f00; font-size:11px; color:#fff; position:absolute; right:13px; top:-6px; }
/*.footer li.active .txt{color:var(--main_color);}
.footer li.active .ico svg,.footer li:hover .ico svg{fill:var(--main_color);}*/

.footer .bei {border-radius: 50%;width:60px;height:60px;z-index:-95;background: #ffffff;position: absolute;left: 0;right: 0;top:-10px;bottom: 0;margin: auto; box-shadow: 0px 0px 3px #d2d2d2;}
.footer .f_nav_tel .txt{ margin-top:0px;}
.footer .f_nav_tel .ico{ width:46px; height:46px; background:linear-gradient(to right, #F59C51,#FD732C); border-radius:100%; top:-5px; position:relative;}
.footer .f_nav_tel .ico img{ width:28px; }
/*
.footer .f_nav_tel .ico::before,.footer .f_nav_tel .ico::after {content: '';border-radius: 100%;position: absolute;left: 50%;top: 50%;background: #F59C51;}
.footer .f_nav_tel .ico::before {width: 50px;height: 50px;margin: -25px 0 0 -25px;z-index: 2;opacity: .3;animation: yuanfangda 1500ms infinite ease;}
.footer .f_nav_tel .ico::after {width: 60px;height: 60px;margin: -30px 0 0 -30px;z-index: 1;opacity: .1;animation: yuanfangda 2000ms infinite ease;}
*/
@keyframes yuanfangda{0%{transform:scale(0.1);opacity:1;}100%{transform:scale(1.2);opacity: 0;}}

.footer .f_nav_tel .ico svg{ height:25px; fill:#fff; position:relative; z-index:5;}
.footer .f_nav_tel .ico svg {animation: o-scale 1s linear infinite;}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
        opacity: 0.6;
    }
    50%{
        transform: scale(1.1);
        opacity: 1;
    }
}
}
/*--------------------*/

/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:125px;  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:90px;}
.page_ban .txt h2 { font-size:18px; }
.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;}
}



/*===================内页标题================*/
.cat_tit{background: #fff;padding: 20px;margin-bottom: 20px; border-radius:4px; overflow:hidden;}
.cat_tit h2 {font-size: 18px;position: relative;padding-left:20px; font-weight:normal;}
.cat_tit h2:before {content: '';position: absolute;left: 0;top: 7px; width: 8px; height: 8px;border-radius: 5px;background: var(--main_color);}
@media screen and (max-width:768px) {
.cat_tit{background: #fff;padding:15px;margin-bottom: 12px;}
.cat_tit h2 {font-size: 16px; padding-left:15px;}
.cat_tit h2:before {top:5px;}
}
 
/*表格数据*/
.table_data{ background:#fff; padding:20px 20px; margin-bottom:20px; box-sizing:border-box; border-radius:4px; overflow: scroll;}
.table_data li{ margin-bottom:20px;}
.table_data .tit{ font-size:18px; text-align:center; margin-bottom:10px;}
.table_data table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; width:100%;}
.table_data table tr:nth-child(1){ background:#eff3f8; border:1px solid #D5DFEC; font-weight:normal;line-height:30px; text-align:center;}
.table_data table td{padding:5px 10px; border:1px solid #D5DFEC;}
.table_data table p{ margin-bottom:0;}
@media screen and (max-width:768px) {
.table_data{ padding:20px 10px; margin-bottom:15px;}
.table_data .tit{ font-size:16px; margin-bottom:15px;}

}

/*===================开通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);}

}



.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;}
}






/*========================文章文字列表==============================*/
.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;}
}





/*======================留言反馈======================*/
.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_content{ background:#fff; border-radius:4px; overflow:hidden;}
.title_txt {font-size:22px;line-height:1.4;  color:#000; padding:35px 30px 0;}

.art_info{ color:rgba(0,0,0,0.3);  position:relative; padding-left:30px;}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:46px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#576b95;}

@media screen and (max-width:768px) {
.page_main{ margin:0!important; padding:0;}
.art_content{ border-radius:0; }
.title_txt {font-size:22px; padding:20px 20px 0; font-weight:500; text-align:justify;}
.art_info{ padding-left:20px;}
.art_info em{font-size:14px; margin-right:10px;}

}


/*正文*/
#art_box { text-align:justify;  line-height:2; font-size:15px; overflow:hidden; border-radius:4px; overflow:hidden; width:100%; background:#fff; padding:30px; box-sizing:border-box;}
#art_box p {margin-bottom:20px; }
#art_box img{ max-width:80%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
#art_box table p{margin-bottom:0;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}
#art_box a{color:var(--main_color);}

#art_box video{ max-width:100%;}
.comment{margin:0 30px;}
@media screen and (max-width:768px) {
#art_box {padding:15px 20px; margin-bottom:12px;}
#art_box p {margin-bottom:15px; }

}
.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 .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:3px; background:#fff; border-radius:4px; padding:20px 30px; text-align:right;}
.show_tag a{ display:inline-block; padding:8px 12px; background:#f7f7f7; color:#555; border-radius:4px; font-size:14px; margin-left:5px; transition:0.3s all; font-size:12px;}
.show_tag a:hover{ background:var(--second_color); color:#fff;}

/*收藏按钮*/
.show_tag a.shoucang{ background:var(--main_color);}
.show_tag a i{font-size:12px; color:#fff;font-style:normal;}
.show_tag ai.on{color:var(--main_color);}


/*点赞按钮*/
.show_tag a.dianzan{ background:var(--main_color); color:#fff;}
.show_tag a i{font-size:12px; color:#fff;font-style:normal;}
.show_tag ai.on{color:var(--main_color);}

@media screen and (max-width:768px) {
#art_box img{ max-width:100%;}

}


/*弹出购买窗口*/
.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_art{background:#fff; margin-top:20px; padding:30px 30px 20px; box-sizing:border-box; border-radius:4px;}
.xg_art h5{font-size:16px; height:35px; font-weight:normal; position:relative; padding-left:15px; margin-bottom:15px; border-bottom:solid 1px #eee;}
.xg_art h5:after {width:8px;height:8px; border-radius:8px;content: '';position: absolute;left: 0; top:5px;background:var(--main_color);}

.xg_art li{position:relative; padding-left:15px; box-sizing:border-box; line-height:2.6;}
.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 a{color:#515151;}
.xg_art li a:hover{color:var(--main_color);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}

@media screen and (max-width:768px) {
.xg_art{ margin-top:15px; padding:20px 15px 20px; margin-bottom:12px;}

}


/*上一篇下一篇*/
.show_pre_next{position:relative; border-radius:4px; overflow:hidden; margin-top:20px;}
.show_pre_next a{padding:25px 25px; width:50%; color:#fff; box-sizing:border-box;position: relative; line-height:1.5;}
.show_pre_next a span{display:block; font-size:16px; margin-bottom:10px;}
.show_pre_next a:first-child{background: url(../images/prev_bg.jpeg) center no-repeat; background-size:cover; }
.show_pre_next a:last-child{background: url(../images/next_bg.jpeg) center no-repeat; background-size:cover;}
.show_pre_next a div{position:relative; z-index:2;}
.show_pre_next a:after {content: '';position: absolute;background-color: rgba(0,0,0,.46);left: 0;right: 0;top: 0;bottom: 0;z-index: 0;}


@media screen and (max-width:768px) {
.show_pre_next{border-radius:0px; margin-top:15px;}
.show_pre_next a{padding:20px 10px; width:100%; margin-bottom:5px;}


}


/*======================表单页面======================*/
.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; background:none;}
.search_tit{ height:46px; line-height:46px; border-bottom: 1px solid #fff; margin:10px 0 20px;}
.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.2rem; 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:20px; 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{}
@media screen and (max-width:768px) {
.buy_form{width:95%; height:425px; padding:25px 20px; border-radius:5px; top:50%; transform:translateY(-40%); box-sizing:border-box;}
.buy_form .close{ top:20px; right:15px; }
.buy_form .tit{font-size:18px; color:#000; margin-bottom:10px;}
.buy_form .info{ line-height:1.5; font-size:12px; border-bottom:solid 1px #ddd; height:33px; margin-bottom:15px;}
.buy_form li{font-size:14px; margin-bottom:10px; }
.buy_form input,.buy_form select{padding:12px; border-radius: 3px; font-size:14px;}
.buy_form textarea{padding:12px; height:80px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}
.buy_form .submit{font-size:15px;  height:46px; line-height:46px;}

}

/*右侧浮动*/
.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;
}