@charset "utf-8";
/*=========================Reset_start==========================*/
body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ol, ul, li, form,
	table, th, td, a, img, span, strong, var, em, input, textarea, select,
	option {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Times New Roman", Times, serif;
	/*font-size: 14px;*/
	text-align: left;
	height: 100%;
	/*song.shk add for  解决内嵌页切换栏目蓝色背景*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

input, select, textarea {
	outline: 0;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*song.shk 去掉 strong 标签   2022年10月12日*/
th, var {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border: 0px;
}

.a_img:hover {
	transform: scale(1.02);
}
/*==========================Reset_End===========================*/
.pc {
	display: block;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
	min-height: 100%;
}

.hide {
	display: none;
}
/*====== dialog消息框样式=======*/
dialog {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	border: none;
	padding: 0px;
	z-index: 2000;
}

.message {
	width: 400px;
	height: auto;
	border: 3px solid #ebeaea;
	background-color: #fff;
}

.message .top {
	width: 400px;
	height: 37px;
	background-color: #f2f2f2;
}

.message .bottom {
	padding: 25px;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.message .bottom img {
	display: block;
	width: 61px;
	height: 60px;
	float: left;
}

.message .bottom p {
	display: block;
	float: left;
	margin-left: 18px;
	font-family: arial;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 253px;
	font-weight: bold;
	margin-top: 10px;
}

.message .close {
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}

.message .operaButtonArea {
	text-align: -webkit-center;
}

.message .operaButtonArea .okMessageButton {
	width: 98px;
	height: 29px;
	background-color: #F2F2F2;
	font-family: arial;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	border: none;
	text-align: center;
	margin-bottom: 10px;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

/* 遮罩 */
.shade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	display: block !important;
	z-index: 999;
}

/* 内容不存在画面样式 */
.no_information {
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
	height: 1000px;
	margin-top: 85px;
	font-size: 17px;
	text-align: center;
}

.no_info_text {
	display: block;
	margin-bottom: 15px;
}

.click_back {
	color: #006ab5;
}

.return_top_div {
	display: none;
	cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 99;
    text-align: center;
}
.mobile_return .return_top_div {
	right: 24px;
}
.return_top_img_div{
	margin-bottom: 10px;
}
.mobile_return .return_top_img_div{
	margin-bottom: 0;
}
.mobile_return .return_top_img_dark{
	display: none;
}
.return_top_tip_span{
	color: #00457e;
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
}
.home_loading_div{
	overflow:hidden;
	display: none;
}
.home_mantle_div{
	display: none;
}
@media screen  and (min-width:600px) {
	html, body {
		/*font-size: 14px;*/
	}
	body {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.pc {
		display: block ;
	}
	.mobile {
		display: none !important;
	}
}
@media screen and (max-width:600px) {
	html, body {
		font-size: 14px;
	}
	body {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.pc {
		display: none !important;
	}
	.mobile {
		display: block;
		overflow-x: hidden;
		background: #FFFFFF;
		-webkit-tap-highlight-color:transparent;
	}
}
/*移动端loading*/
.mobile .loading_img_box{
	width: 100% !important;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zhezhaoceng{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.zhezhaoceng img{
	width: 80%;
    position: absolute;
    top: 15px;
    right: 0;
    margin-right: 25px;
}
.zhezhaocengshow{
	display: block;
}
