/*通用*/
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style: none;
	outline: none;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}

body{
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 20px;
}
.wrapper{
	width: 100%;
	min-width: 1020px;
	overflow: hidden;
	position: relative;
}
.content{
	width: 1020px;
	margin: 0 auto;
}
.hidden{
	visibility: hidden;
}
.nohidden{
	visibility: visible;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/*头部*/
.topbar{
	padding-top: 5px;
	position: relative;
}
.topbar .weixin{
	position: absolute;
	right: 0;
	top: 55px;
	text-align: right;
}
.topbar .weixin .gzh{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #014f6d;
	margin-left: 10px;
}
.topbar .logo{
	float: left;
	margin-top: 70px;
}
.topbar .lang{
	float: right;
	width: 261px;
	height: 28px;
	background: url(../images/bar_bg.png) 0 0 no-repeat scroll;
	overflow: hidden;
	line-height: 28px;
	padding-left: 40px;
}
.topbar .lang-text{
	float: left;
}
.topbar .lang-text>a{
	color: #fff;
	font-size: 10px;
	margin-left: 10px;
}
.topbar .lang .online{
	float: left;
	margin-left: 30px;
	display: none;
}
.topbar .lang .online>a{
	font-size: 14px;
	color: #e14b4a;
}
/*导航*/
.nav{
	margin-top: 65px;
}
.nav.hr{
	border-bottom: 2px solid #6093a6;
	padding-bottom: 10px;
}
.nav ul{
	overflow: hidden;
	padding: 0 20px;
}
.nav ul li{
	float: left;
	margin-left: 125px;
}
.nav ul li:first-child{
	margin-left: 0;
}
.nav ul li a{
	color: #014f6d;
}
.nav ul li a:hover,.nav ul li a.active{
	text-decoration: underline;
}
/*底部*/
.footer{
	border-top: 2px solid #81a8b9;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.footer .news{
	overflow: hidden;
	padding-bottom: 100px;
	position: relative;
	display: none;
}
.footer .news .other{
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.footer .news .other a{
	color: #2f96b4;
	font-size: 12px;
	margin-right: 10px;
}
.footer .news .other a:hover{
	text-decoration: underline;
}
.footer .news ul{
	float: left;
	margin-left: 150px;
}
.footer .news ul:first-child{
	margin-left: 0;
}
.footer .news ul li{
	line-height: 25px;
}
.footer .news ul li.tit{
	color: #015171;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer .news ul li a{
	color: #2f96b4;
}
.footer .news ul li a:hover{
	text-decoration: underline;
}
.footer .bottom{
	overflow: hidden;
	padding: 10px;
	background-color: #d9e2ee;
}
.footer .bottom .left{
	float: left;
	font-size: 14px;
	color: #a1a8ab;
	line-height: 25px;
	width: 740px;
	margin-top: 10px;
}
.footer .bottom .left .links a{
	color: #2f8daa;
	margin-right: 10px;
}
.footer .bottom .left .links a:hover{
	text-decoration: underline;
}
.footer .bottom .right{
	float: right;
	width: 250px;
	text-align: right;
}
.footer .bottom .right .gzh{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #014f6d;
	margin-left: 10px;
}
.footer .bottom a.beian{
    color: #a1a8ab;
    margin-left: 10px;
}
.footer .bottom a.beian:hover{
    text-decoration: underline;
}
.footer .bottom a.beian img{
	vertical-align: middle;
}

.back-to-top{
	position: fixed;
	z-index: 9;
	width: 72px;
	height: 71px;
	background: url(../images/bg_scrolltop.png) 0 0 no-repeat scroll;
	bottom: 60px;
	right: 10px;
	cursor: pointer;
}
a.btn-more{
	display: inline-block;
	width: 180px;
	height: 40px;
	background-color: #014f6d;
	border-radius: 5px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	transition: all .3s;
	text-align: center;
}
a.btn-more:hover{
	opacity: .7;
}
.talc{
	text-align: center;
}
/*遮罩*/
.mask{
	position: fixed;
	z-index: 7;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	opacity: .7;
}
.login_demo{
	position: fixed;
	z-index: 77;
	width: 347px;
	height: 417px;
	left: 50%;
	top: 50%;
	margin: -208px 0 0 -173px;
}
.login_demo a.to-login{
	display: block;
    position: absolute;
    width: 295px;
    height: 48px;
    left: 25px;
    bottom: 95px;
}
.login_demo a.btn-close{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon_close.png) 0 0 no-repeat scroll;
    top: 20px;
    right: 20px;
}
.unavailable{
	background: url(../images/404.jpg) 50% 0 no-repeat scroll;
	height: 780px;
}
.update{
	background: url(../images/ing.jpg) 50% 0 no-repeat scroll;
	height: 605px;
}
.update2{
	background: url(../images/ing3.jpg) 50% 0 no-repeat scroll;
	height: 605px;
}
.en-arial{
    font-family: arial;
}

.mask-bg{
	background-color: #222;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .7;
	width: 100%;
	height: 100%;
}
.email-notice{
	position: fixed;
	z-index: 9;
	width: 72px;
	height: 72px;
	background: url(../images/email_icon_bg.png) 0 0 no-repeat scroll;
	bottom: 200px;
	right: 10px;
	cursor: pointer;
}
.email-notice2{
	position: fixed;
	z-index: 9;
	width: 72px;
	height: 72px;
	background-color:#d8031c;
	color:#fff;
	border-radius:50%;
	text-align: center;
	padding-top:15px;
	bottom: 300px;
	right: 10px;
	cursor: pointer;
}

.popop-ad{
	width: 370px;
	height: 342px;
	background: url(../images/email_bg_1_20240410.png) 0 0 no-repeat scroll;
	position: fixed;
	z-index: 11;
	left: 50%;
	margin-left: -225px;
	bottom: 0px;
}
.popop-ad.active{
	overflow: hidden;
}
.popop-ad .top-bg{
	width: 370px;
	height: 223px;
	background: url(../images/email_bg_2_20240410.png) 0 0 no-repeat scroll;
	position: absolute;
	z-index: 1111;
	left: 0;
	bottom: 0;
}
.popop-ad .main-p{
	width: 320px;
	height: 424px;
	background: url(../images/email_bg_dd_20240411.jpg) 0 0 no-repeat scroll;
	position: absolute;
	z-index: 111;
	left: 50%;
	margin-left: -160px;
	top: -40px;
	text-align: center;
	box-shadow: 5px 5px 10px #7f8eae;
	border-radius: 5px;
	transition: all .5s;
}
.popop-ad .main-p.active{
	top: -195px;
}
.popop-ad .main-p-text{
	width: 278px;
	margin:0 auto;	
}
.popop-ad .main-p-text>a{
    display:block;
    padding:20px 0;
    color:#222;
}

.popop-ad .main-p-text>a p{
    margin-bottom:10px;
    font-weight:bold;
    font-size:20px;
    line-height:30px;
}
.popop-ad .main-p-text>a p.title{  
    color:#014f6d;
    font-size:22px;
}
.popop-ad .main-p-text>a p.cont{
    line-height:50px;
}
.popop-ad .main-p-text>a p.cont b{
    font-size:36px;
    color:#ae2d8d;
}
.popop-ad .main-p-text>a p.cont2{
    text-align:left;
}
.popop-ad .main-p-text>a p.cont3{
    padding-top:20px;
}
.popop-ad .main-p-text>a p .btn-sp{
    display: inline-block;
    width: 180px;
    height: 45px;
    background-color: #014f6d;
    border-radius: 5px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    text-align: center;

}
.popop-ad .main-p-text>a p .btn-sp:hover{
    background-color: #ae2d8d;
}

.popop-ad .main-p a.icon-close{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: -30px;
	right: -30px;
	font-family: arial;
}

.popop-report{
	width: 490px;
	background-color:#fff;
	border-radius:20px;
	position: fixed;
	z-index: 11;
	right:8%;
	bottom: 0;
	padding:20px;
}
.popop-report .title{
    font-size:20px;
    text-align:center;
}
.popop-report .img{
    margin-top:15px;
}
.popop-report .btn{
    margin-top:15px;
    text-align:center;
}
.popop-report .btn input[type='button']{
    width: 180px;
    height: 40px;
    background-color: #014f6d;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    cursor:pointer;
    border:none;
}