﻿	
                
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	
	
	 
	
    
    
    
    
    
    
     
    
    
    

html {
	/*background: #f6f6f6;*/
	height: 100%;
	overflow-x: hidden;
}

body {
	position: relative;
	min-width: 1080px;
	font-family: "PingFang SC", "Hiragino Sans GB", arial,  sans-serif;
	color: #333;
	font-size: 14px;
}

html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div,
tr,
td {
	margin: 0;
	padding: 0;

}
li{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.conttd,
th,
td,
td span {
	font-size: 14px;
}

ul,
ol {
	list-style: none;
}

a,
button {
	blr: expression(this.onFocus=this.blur());
	outline: none;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3f5787;
}

a.white:link {
	color: #fff;
	text-decoration: none;
}

a.white:visited {
	text-decoration: none;
	color: #fff;
}

a.white:hover {
	text-decoration: none;
	color: #5a4420;
}

.clear {
	clear: both;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

input {
	vertical-align: middle;
	font-family: arial,  sans-serif;
}


/*common style*/

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

.disblo {
	display: block;
}

.disnone {
	display: none;
}

.pt15 {
	padding-top: 15px;
	clear: both;
}

.pb8 {
	padding-bottom: 8px
}

.imgcenter {
	text-align: center;
	margin: 15px 0;
}

h2 {
	padding: 15px 0;
	text-align: left;
	font-size: 14px;
}

h3 {
	color: #414141;
	font-size: 14px;
	text-align: left;
}

h4 {
	font-size: 14px;
	color: #c8a672;
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
}

.content h3.bgh3 {
	margin: 0;
	font-size: 12px;
	background-color: #ff9c00;
	padding: 2px 30px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	width: 40px;
}

.bgline {
	border-bottom: 1px dotted #cccccc;
	margin: 25px 0 10px 0;
}

.important {
	color: #C72B02;
	font-size: 14px;
}

.vSpacer {
	margin-top: 14px;
}

.date {
	color: #999;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fb,
.fb p {
	font-weight: bold;
	font-size: 14px;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.dib {
	display: inline-block;
}

.org {
	color: #c8a672;
}

a.con_more {
	color: #c8a672;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold
}

.t-gold,
a.t-gold {
	color: #cba954;
}

.w-14 {
	font-size: 14px;
}

.loading {
	text-align: center;
}

#chat_online {
	display: none !important;
}

.chat_wrap {
	left: 50%!important;
	top: 50%!important;
	margin-left: -270px;
	margin-top: -240px;
}


/*header*/

.header {
	position: absolute;
	top: 0;
	z-index: 3;
	height: 78px;
	width: 100%;
	transition: all .4s;
	min-width: 1360px;
}
.header:hover{
	background-color:rgba(6,29,67,.3);
}

.header a {
	color: #fff;
	transition: all .4s;
	line-height: 2em;
}

.header a:hover {
	color: #99b6e7;
}

.header .wrapper {
	width: 95%;
}

.header .logo {
	width: 180px;
	height: 75px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/logo_white.png") center left no-repeat;
}
.header .logo.logo-hxfxecn9999 {
	background: url("../images/logo_white_hxfxecn.png") center left no-repeat;
}

.header .logo a {
	display: block;
	height: 75px;
}

.header .nav-box {
	float: right;
	width: 1105px;
	margin-top: 5px;
}

.header .main-menu {
	display: inline-block;
	width: 71%;
	margin-top: 18px;
	margin-right: 1%;
	vertical-align: middle;
	text-align: right;
}

.header .main-menu li {
	display: inline-block;
	margin: 0 11px;
	height: 50px;
	font-size: 15px;
	position: relative;
}

.header .main-menu li .submenu {
	min-width: 140px;
	min-height: 60px;
	position: absolute;
	top: 30px;
	left: -50%;
	height:0;
	padding: 5px 0 15px 0;
	border-radius: 2px;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	opacity:0;
	transition:all .35s ease-out;
}
.header .main-menu li .submenu.spread{
	opacity:1;
	margin-top:10px;
	height:auto;
}

.header .main-menu li .submenu li {
	margin: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.header .main-menu li .submenu li a {
	display: block;
	color: #666;
	line-height: 2.2em;
}

.header .main-menu li .submenu li a:hover {
	background-color: #f1f5ff;
	color:#5795f1;
}

.header .main-menu li.cur :after {
	content: '';
	width: 24px;
	height: 3px;
	margin: 0 auto;
	display: block;
	background: #0575e8;
}

.header .main-menu li.elder>a:after {
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/arrow_nav.png") center no-repeat;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.header .main-menu li.elder:hover>a:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.header .top-button {
	display: inline-block;
	vertical-align: middle;
	width: 27%;
	text-align: right;
}

.header .top-button a {
	display: inline-block;
	width: 30%;
	margin-left: 1%;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #1060c7;
	text-align: center;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-ms-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .4s;
	/*&.btn-demo{
        background: $mainColor;
        background: -webkit-linear-gradient(left, #264ea6 , #2a5bc7);
        background: -o-linear-gradient(right, #264ea6 , #2a5bc7);
        background: -moz-linear-gradient(right, #264ea6 , #2a5bc7);
        background: linear-gradient(to right, #264ea6 , #2a5bc7);
        border:0;
    }*/
}

.header .top-button a.btn-real,.header .top-button a.btn-login {
	color: #fff;
	border:0;
	background: #1060c7;
}

.header .top-button a:hover {
	background: #1a6fdd;
	color: #fff;
}

.header-inverted {
	position: fixed;
	z-index: 10;
	background: #fff;
	box-shadow: 0 4px 12px 0 rgba(52, 63, 75, 0.06), 0 10px 40px 0 rgba(52, 63, 75, 0.06), 0 0 0 1px rgba(52, 63, 75, 0.02);
	color: #444;
}
.header-inverted:hover{
	background-color:#fff;
}

.header-inverted .logo {
	background: url("../images/logo.png") center left no-repeat;
}
.header-inverted .logo.logo-hxfxecn9999 {
	background: url("../images/logo-hxfxecn.png") center left no-repeat;
}

.header-inverted .main-menu a {
	color: #444;
}

.header-inverted .main-menu li.elder>a:after {
	background: url("../images/arrow_nav_inverted.svg") center no-repeat;
}

.header-inverted .top-button a {
	color: #666;
	border: 1px solid #ccc;
}

.header-inverted .top-button a.btn-real {
	border-color: #1060c7;
	color: #fff;
	background: #1060c7;
}


/*mobile*/

@media (max-width: 1000px) {
	body {
		width: auto;
		min-width: 320px;
	}
	#chat .chat_wrap {
		width: 100%;
		height: 100%;
		margin-left: 0;
		margin-top: 0;
		top: 0;
		left: 0;
	}
	.vertical-alignment-helper .chat-popup-sm {
		width: 90%;
		margin-left: 5%;
	}
}


/*滚动条*/

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(200, 200, 200, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	background-color: #2e56a3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}


/*底部css*/
.footer{
	background-color: #2b2e32;
	position: relative;
  	z-index: 5;
}
.footer .footer_section{
	width: 1200px;
	padding-bottom: 80px;
	margin: 0 auto;
	overflow:hidden
}
.footer .foot_right{
	float: right;
	width: 909px;
}
.footer .foot_top{
	font-size: 12px;
	line-height: 12px;
	color: #9c9ca6;
}
.footer .foot_top ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 95px;
}
.footer .foot_top ul li.last{
	margin-right: 0;
}
.footer .foot_top ul li div{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 18px;
	color: #9c9ca6;
}
.footer .foot_top ul li a{
	display:block;
	cursor: pointer;
	padding-bottom: 18px;
	color: #5f6060;
}
.footer .foot_top ul li a:hover{
	color: #9c9ca6;
}
.foot_bottom{
	padding-top: 30px;
	border-top:1px solid rgba(255,255,255,0.2) ;
}
.foot_bottom ul{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #b8b8b8;
}
.foot_bottom .right{
	float: right;
}
.foot_bottom .left{
	width: 500px;
}
.foot_bottom .list{
	font-size: 0;
	margin-bottom: 13px;
}
.foot_bottom .list a{
	font-size: 13px;
	line-height: 13px;
	color: #5f6060;
	display: inline-block;
	border-right:1px solid #5f6060;
	padding:0 14px 0 17px;
}
.foot_bottom .list a:hover{
	color: #9c9ca6;
}
.foot_bottom .list a.last{
	border: none;
	padding-right: 0;
}
.foot_bottom .list a.first{
	padding-left: 0;
}
.foot_bottom .copy_right{
	font-size: 13px;
	line-height: 24px;
	color: #5f6060;
}
.sidebar {
	display: none;
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 10%;
	box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
}

.sidebar a {
	color: #fff;
}

.sidebar li {
	width: 75px;
	height: 75px;
	display: block;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	background: #1060c7;
	border-bottom: 1px solid #0555bc;
	border-radius: 2px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: background .4s;
	position: relative;
}

.sidebar li:hover {
	background: #0555bc;
}

.sidebar li .qrcode_app,
.sidebar li .qrcode_weixin,
.sidebar li .info_call{
	display: none;
	position: absolute;
	top: 0;
	right: 78px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
	color: #999;
	background: white;
}
.sidebar li .info_call{
	width:140px;
	padding: 15px;
	text-align:center;
}
.sidebar li .info_call em{
	color:#0060ce;
	font-size:18px;
	font-weight:bold;
	font-style: normal;
}

.sidebar li i {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	background: url("../images/icon_home.png") no-repeat;
}

.sidebar li.totop {
	background: #fff;
	border: 0;
}

.sidebar li.totop a {
	color: #999;
}

.sidebar li.gonggao i {
	background-position: -179px 5px;
}
.sidebar li.cs{
	position: relative;
}
.sidebar li.cs i{
	background-position: -118px -44px;
}
.sidebar li.cs ul{
	opacity: 0;
	width:152px;
	position: absolute;
	top:0;
	right:0px;
	font-size:0;
	transition: all .4s;
}
.sidebar li.cs ul li{
	display:inline-block;
	margin-right:1px;
}
.sidebar li.cs:hover ul{
	right:75px;
	opacity: 1;
}
.sidebar li.kefu i {
	background-position: -252px 5px;
}

.sidebar li.qqkf i {
	background-position: -118px 5px;
}

.sidebar li.weixin i {
	background-position: -392px 5px;
}

.sidebar li.app:hover .qrcode_app,
.sidebar li.weixin:hover .qrcode_weixin,
.sidebar li.call:hover .info_call {
	display: block;
}

.sidebar li.app i {
	background-position: -452px 5px;
}

.sidebar li.call i {
	background-position: -498px 5px;
}

.sidebar li.totop i {
	background-position: -329px 5px;
}

.hk-pop-warp {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
}

.hk-pop-warp .hk-pop-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.hk-pop-warp .infoBox {
	width: 720px;
	padding: 20px 40px 40px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -360px;
	background: white;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8em;
}

.hk-pop-warp .infoBox h2 {
	margin: 10px auto 20px auto;
	padding: 0;
	font-size: 24px;
}

.hk-pop-warp .infoBox .closeWindowBtn {
	position: absolute;
	right: 12px;
	top: 8px;
	width: 32px;
	height: 32px;
	color: #999;
	text-align: center;
	line-height: 32px;
	font-size: 28px;
	padding-bottom: 5px;
	transition: all .4s;
}

.hk-pop-warp .infoBox .closeWindowBtn:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.hk-pop-warp .infoBox .agreeBtn {
	width: 280px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 25px auto 0 auto;
	background: #2e56a3;
	border-radius: 3px;
}

.hk-pop-warp .infoBox .agreeBtn:hover {
	background: #3e68b7;
}

.footer .honour{
	margin: 0 auto 48px;
	height: 147px;
	padding-top: 61px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer .foot_tips{
	padding: 31px 0 32px 0;
	color: #636363;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	border-top:1px solid rgba(255,255,255,.2) ;
}
.footer .honour ul.left,.footer .honour ul.right{
	vertical-align: top;
	overflow: hidden;
}
.footer .honour ul.left{
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 60px;
	color: #62646b;
}
.footer .honour ul.left li{
	margin-bottom: 12px;
	
}
.footer .honour ul.left div{
	font-size: 12px;
	line-height: 18px;
	color: #9c9ca6;
}
.footer .honour ul.left div a{
	color: #9c9ca6;
	cursor: pointer;
	text-decoration: underline;
}
.footer .honour ul.left div a:hover{
	color: #fff;
	font-weight: bold;
}
.footer .honour ul.right{
	float: right;
	text-align: right;
	width: 443px;
	height: 187px;
	position: relative;
}
.footer .honour ul.right .span_click{
	font-size: 0;
	text-align: center;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	line-height: 3px;
	bottom: 2px;
}
.footer .honour ul.right .span_click span{
	display: inline-block;
	width: 10px;
	height: 3px;
	background-color: #9c9aa8;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	cursor: pointer;
}
.footer .honour ul.right .span_click span:nth-of-type(1),.footer .honour ul.right .span_click span:nth-of-type(2){
	margin-right: 8px;
}
.footer .honour ul.right .span_click span.active{
	width: 18px;
	background-color: #5bdcf9;
}
.footer .honour ul.right div.page1,.footer .honour ul.right div.page2,.footer .honour ul.right div.page3{
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: right;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
.footer .honour ul.right div.page1{
	left: 0;
	top: 0;
}
.footer .honour ul.right div.page2{
	top: 0;
	left: 498px;
}
.footer .honour ul.right div.page3{
	text-align: center;
	top: 0;
	left: 996px;
}

.footer .honour ul.right{
	font-size: 12px;
	line-height: 18px;
	color: #9c9aa8;
}
.footer .honour ul.right li{
	display: inline-block;
	vertical-align: top;
	padding-top: 111px;
	text-align: center;
	margin-left: 43px;
	color: #747474;
	position: relative;
}
.footer .honour ul.right li.li4,.footer .honour ul.right li.li7{
	margin-left: 0;
}
.footer .honour ul.right li.li6{
	width: 92px;
}
.footer .honour ul.right li.li7{
	width: 88px;
}

.footer .honour ul.right li i{
	position: absolute;
	content: '';
	width: 100%;
	height: 111px;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	background: url(../images/foot_aware.png) no-repeat 0 0;
}
.footer .honour ul.right li i.i1{
	background-position: 14px 0;
}
.footer .honour ul.right li i.i1:hover{
	background-position: 14px -112px;
}
.footer .honour ul.right li i.i2{
	background-position: -127px 0;
}
.footer .honour ul.right li i.i2:hover{
	background-position: -127px -115px;
}
.footer .honour ul.right li i.i3{
	background-position: -259px 6px;
}
.footer .honour ul.right li i.i3:hover{
	background-position: -259px -105px;
}
/*.footer .honour ul.right li i.i4{
	background-position: -259px 0;
}
.footer .honour ul.right li i.i4:hover{
	background-position: -259px -108px;
}*/
.footer .honour ul.right li i.i4{
	background-position: -364px 0;
}
.footer .honour ul.right li i.i4:hover{
	background-position: -365px -115px;
}
.footer .honour ul.right li i.i5{
	background-position: -511px 0;
}
.footer .honour ul.right li i.i5:hover{
	background-position: -510px -115px;
}
.footer .honour ul.right li i.i6{
	background-position: -627px 0;
}
.footer .honour ul.right li i.i6:hover{
	background-position:-626px -119px;
}
.footer .honour ul.right li i.i7{
	background-position: -764px 0;
}
.footer .honour ul.right li i.i7:hover{
	background-position: -764px -119px;
}
.footer .foot_left{
	float: left;
	padding-top: 68px;
	margin-bottom: 61px;
}
.footer .foot_left .logo{
	width: 138px;
	height: 58px;
	background: url(../images/foot_logo.png) no-repeat center 0;
}
.footer .foot_left .list{
	font-size: 0;
	margin-top: 61px;
}
.footer .foot_left .list li{
	height: 34px;
	padding-left: 51px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 34px;
	background-image: url(../images/left_icon.png);
	background-repeat: no-repeat;
	color: #ffffff;
}
.footer .foot_left .list li a{
	color: #fff;
	cursor: pointer;
}
.footer .foot_left .down{
	font-size: 0;
	margin-top: 47px;
	line-height: 20px;
	margin-left: 7px;
	font-size: 14px;
	color: #ffffff;
}
.footer .foot_left .down a{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	padding:  0 13px;
	background-image: url(../images/version.png);
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}
.footer .foot_left .down a:after{
	content: '';
	width: 1px;
	height: 12px;
	background-color: #ffffff;
	opacity: 0.2;
	position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.footer .foot_left .list li.l6:hover:before{
	position: absolute;
    content: "";
    width:120px;
    padding: 10px;
    height: 120px;
    left: 0;
    bottom: -140px;
    background: url(../images/code.png) center center  no-repeat rgb(255, 255, 255) / 120px auto;
}
.footer .foot_left .down a.a2:hover:before,.footer .foot_left .down a.a1:hover:before{
	position: absolute;
    content: "手机扫描下载最新版本";
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-align: center;
    width: 173px;
    padding-top: 152px;
    height: 35px;
    line-height: 19px;
    left: -50px;
    bottom: -227px;
    margin: auto;
    background: url(../images/qr_fts.png) center 15px no-repeat rgb(255, 255, 255);
}

.footer .foot_left .down a.a1{
	background-position: 10px 0;
}
.footer .foot_left .down a.a2{
	background-position: -36px 0;
}
.footer .foot_left .down a.a3{
	background-position: -86px 0;
}
.footer .foot_left .down a.a3:after{
	display: none;
}
.footer .foot_left .list li.l1{
	background-position: 0 -2px;
}
.footer .foot_left .list li.l2{
	background-position: 0 -47px;
}
.footer .foot_left .list li.l3{
	background-position: 0 -93px;
}
.footer .foot_left .list li.l4{
	background-position: 0 -138px;
}
.footer .foot_left .list li.l5{
	background-position: 0 -184px;
}
.footer .foot_left .list li.l6{
	position: relative;
	background-position: 0 -230px;
}
/*m站底部样式*/
	.foot_mobile{
		background-color: #444;
		width: 6.84rem;
		padding: 0.48rem  0.33rem 1rem;
	}
	.foot_mobile .adress{
		padding-bottom: 0.34rem;
		position: relative;
		font-size: 0;
	}

	.foot_mobile .adress li{
		display: inline-block;
		vertical-align: bottom;
		font-size: 0.26rem;
		color: #999;
	}
	.foot_mobile .adress li a{
		color:#fff;
		display:inline-block;
	}
	.foot_mobile .adress li:nth-of-type(1){
		margin-right: 0.3rem;
	}
	.foot_mobile .adress .tel{
		position: relative;
		line-height: 0.26rem;
		padding-left: 0.34rem;
		background:url("../images/tell_m.png") 0 0 no-repeat /0.26rem auto;
	}
	.foot_mobile .adress .tel_num{
		font-family: "din1451alt";
		font-size: 0.32rem;
		color: #999;
		margin:.1rem auto;
	}
	.foot_mobile .adress .email{
		padding-left: 0.28rem;
		line-height: 0.28rem;
		background-image: url("../images/email_m.png");
		background-size: 0.18rem auto;
		background-position: left center;
		background-repeat: no-repeat;
	}
	.foot_mobile .adress .qq{
		margin-left: 0.1rem;
		padding-left: 0.25rem;
		background-image: url("../images/qq_m.png");
		background-size: 0.18rem auto;
		background-position: left center;
		background-repeat: no-repeat;
	}
	.foot_mobile .message{
		margin-top: 0.32rem;
		color: #ccc;
		font-size: 0.26rem;
	}
	.foot_mobile .message .copy_right{
		color: #999;
		font-size: 0.22rem;
		padding-bottom: 0.48rem;
	}
	
	/*移动端*/
	@media only screen and (max-width: 768px) {
		body,html{
			background-color: #fff;
			
		}
		.container {
			max-width: 750px;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			background: #fff;
			z-index: 2;
			transition: all.4s;
			padding-top: 50px;
		}
		.container.open{
		    top: 0;
		    left: -3rem;
		    overflow: hidden;
		    box-shadow: 0 0 25px 0 rgba(10, 30, 60, 0.78);
		}
		.container .top_header {
			max-width: 750px;
		    width: 100%;
		    background-color: #fff;
		    z-index: 9;
		    position: fixed;
		    left: 0;
		    top: 0;
		    height: 50px;
		    text-align: center;
		    border-bottom: 1px solid #EFEFEF;
		    line-height: 50px;
		    text-align: center;
		    color: #052E42;
		    font-size: 16px;
		    transition: all linear 0.2s;
		    -webkit-transition: all linear 0.2s;
		    font-weight: 600;
		}
	    .container .top_header .right{
	          position: absolute;
	          width: 40px;
	          height: 50px;
	          right: 0;
	          top: 0;
	          line-height: 50px;
	    }
	    .container .top_header .right i{
	    	display: block;
	          width: 15px;
	          height: 2px;
	          background: #848994;
	          position: absolute;
	          top: 24px;
	          right: 12px;
	    }
	    .container .top_header .right i:after,.container .top_header .right i:before{
	    	 content: "";
              display: block;
              width: 20px;
             height: 2px;
              background: #848994;
              position: absolute;
             top: -8px;
              right:0;
	    }
	    .container .top_header .right i:before{
	    	 width: 17px;
	         top: 8px;
	    }
		.container .top_header.open{
			left: -3rem;
		}
		
		.container .bg{
			position: absolute;
			width: 100%;
			height: 100%;
			top: -50px;
			left: 0;
			z-index: 99;
			display: none;
		}
		.menu {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #0659b5;
			overflow: hidden;
			z-index: 1;
			transition: all linear 0.4s;
			-webkit-transition: all linear 0.4s;
		}
		.menu.cover:after{
			position: absolute;
			content: '';
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			background-color: #fff;
			left: 0;
			top: 0;
		}
		.menu p.btn {
			position: absolute;
			top: 1rem;
			right: 3rem;
			color: #fff;
		}
		.menu p.btn a {
			display: inline-block;
			padding: 3px 10px;
			color: #fff;
			font-size: 16px;
		}
		.menu ul.list {
			position: absolute;
			top: .8rem;
			right: 0;
		}
		
		.menu ul.list>li a {
			display: block;
			padding: .21rem .5rem;
			letter-spacing: 1px;
			font-size: 16px;
			letter-spacing: 0;
			text-align: right;
			color: rgba(255, 255, 255, .7);
		}
		.menu ul.submenu li a{
			display: block;
			padding: 0.06rem 0.5rem 0.06rem 0;
			font-size:13px;
			text-align: right;
			color: rgba(255, 255, 255, .7);
			position: relative;
		}
		.menu ul.submenu{
			margin-bottom: 0.12rem;
			display: none;
		}
		.menu>li.active ul.submenu{
			display: block;
		}
		.menu ul li.arr.active>a:after{
			transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
		}
		.menu ul li.arr.active ul.submenu{
			display: block;
		}
		.menu ul li.arr>a{
			position: relative;
		}
		.menu ul li.arr>a:after{
			position: absolute;
			content: '';
			width: 0.26rem;
			height: 0.25rem;
			left: 0.16rem;
			top: 0.02rem;
			bottom: 0;
			transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			margin: auto;
			transition: all linear 0.2s;
			-webkit-transition: all linear 0.2s;
			background: url(../images/icon_arrow.svg) no-repeat center center / 0.24rem auto;
		}
		
		.menu ul.list>li a.on {
			color: #fff;
		}
	}