@CHARSET "UTF-8";

/* 通用样式 */
html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
}
html, body { 
	font-family: "microsoft yahei";
	font-size:14px;
	color:#000;
	height: 100%;
}
li { 
	list-style: none; 
}
a, a:link, a:visited, a:hover { 
	text-decoration: none; 
}
input[type='text'], button, select, textarea { 
	outline: none; 
	border-radius:4px;
}
textarea { 
	resize: none; 
	padding:5px 8px; 
	border: 1px solid #DBDAE2;
}
input[type='text']{ 
	padding: 1px 2px;
	border: 1px solid #DBDAE2;
	text-indent: 10px;
	height: 26px;
}
input[type='radio'], input[type='checkbox'], label, select { 
	cursor:pointer; 
}
select { 
	padding:1px 2px; 
	border: 1px solid #DBDAE2;
	height: 30px;
}
textarea:focus, input[type='text']:focus, select:focus { 
	border:1px solid #50ceff; 
}
.clear{
	clear: both;
}
.hide{
	display: none;
}


/*内容*/
.main_content{
	margin-top: 76px;
}
/*pc最小宽度*/
.center_content{
	width: 1210px;
	height: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
html{
	min-width: 1290px;
}
/* 头部样式 */
.header {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 76px;
	background: url("../../images/web/common/header_bg.png") no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 1000;
}
.header .center_content{
	display: flex;
	align-items: center;
}
.header .logo_box{
	width: 171px;
	height: 33px;
}
.header .menu_box_button{
	display: none;
}
.header .menu_box{
	display: flex;
	height: 100%;
	margin-left: auto;
	align-items: center;
}
.header .menu_box .menu_item{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
	min-width: 63px;
	padding: 0 20px;
	color: #FFFFFF;
}
.header .menu_box .menu_item.active{
	background: url("../../images/web/common/menu_item_bg.png") no-repeat center center;
	background-size: 100% 100%;
}



/* 底部样式 */
.footer{
	width: 100%;
	height: 486px;
	background: #052C42;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer .footer_top{
	display: flex;
	align-items: center;
	height: 85px;
}
.footer .footer_top span{
	margin-left: auto;
	margin-right: 32px;
	font-size: 17px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
}
.footer .footer_top img{
	width: 51px;
	height: 51px;
}
.footer .footer_top img + img{
	margin-left: 15px;
}
.footer .footer_top a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 19px;
	width: 106px;
	height: 36px;
	background: #1A538F;
	border-radius: 21px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.footer .footer_line{
	height: 1px;
	background: #5E686E;
	width: calc(100% - 11px);
	margin-left: 11px;
}
.footer .footer_middle{
	display: flex;
	height: 323px;
}
.footer .footer_middle .footer_middle_left{
	margin-top: 32px;
}
.footer .footer_middle .footer_middle_left img{
	width: 140px;
	height: 82px;
}
.footer .footer_middle .footer_middle_left .title{
	margin-top: 22px;
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}
.footer .footer_middle .footer_middle_left .content{
	margin-top: 7px;
	width: 267px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #93A8B4;
}
.footer .footer_middle .footer_middle_right{
	display: flex;
	margin-left: auto;
	padding-top: 40px;
}
.footer .footer_middle .footer_middle_right .footer_link_box{

}
.footer .footer_middle .footer_middle_right .footer_link_box.blank {
	display: none;
}
.footer .footer_middle .footer_middle_right .footer_link_box + .footer_link_box{
	margin-left: 40px;
}
.footer .footer_middle .footer_middle_right .footer_link_box .title{
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}
.footer .footer_middle .footer_middle_right .footer_link_box ul{
	margin-top: 34px;
}
.footer .footer_middle .footer_middle_right .footer_link_box li{
	font-size: 12px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #8D9499;
	cursor: pointer;
}
.footer .footer_middle .footer_middle_right .footer_link_box li + li{
	margin-top: 13px;
}
.footer .footer_bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 78px;
	background: #052334;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #93A8B4;
}
.footer .footer_bottom a{
	margin-left: 15px;
	cursor: pointer;
	color: #93A8B4;
}

/*更多按钮*/
a.button_more{
	display: block;
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #1A538F;
	box-shadow: 0px 10px 19px 0px rgba(189,198,207,1);
	border-radius: 21px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

/*页面通用头和tab*/
.page_top{
	width: 100%;
}
.page_top .page_top_pic{
	width: 100%;
	height: auto;
}
.page_top .tab_box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #CDCDCD;;
}
.page_top .tab_box .tab_item{
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #191919;
	position: relative;
	cursor: pointer;
}
.page_top .tab_box .tab_item + .tab_item{
	margin-left: 70px;
}
.page_top .tab_box .tab_item.active{
	font-size: 17px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #0F487A;
}
.page_top .tab_box .tab_item.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 82px;
	height: 3px;
	background: #0F4B7E;
}
.page_content{
	padding-top: 32px;
	padding-bottom: 76px;
}
.page_content .tab_content_box .tab_content{
	width: 100%;
	display: none;
}
.page_content .tab_content_box .tab_content.active{
	display: block;
}

.page_content .page_title{
	font-size: 21px;
	font-family: OPPOSans-H, OPPOSans;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}
.page_content .page_subTitle {
	font-size: 15px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #272727;
	padding-left: 12px;
	position: relative;
}
.page_content .page_subTitle:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #06468E;
}

/*上一页下一页按钮*/
.pager_box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.pager_box .last_page{
	width: 95px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: #1A538F;
	box-shadow: 0px 10px 19px 0px rgba(189,198,207,1);
	border-radius: 5px;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.pager_box .next_page{
	margin-left: 50px;
	width: 95px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: #1A538F;
	box-shadow: 0px 10px 19px 0px rgba(189,198,207,1);
	border-radius: 5px;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

/*图片放大*/
.global_enlarge_mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99999;
	display: none;
}
.global_enlarge_mask .global_enlarge_box {
	padding: 23px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
}
.global_enlarge_mask .global_enlarge_box .global_enlarge_pic {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.global_enlarge_mask .global_enlarge_box .global_enlarge_close {
	position: absolute;
	top: 14px;
	right: 8px;
	display: block;
	width: 76px;
	height: 76px;
	cursor: pointer;
}