﻿html {
	color: #000;
	background: #FFF;
}

body {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Hiragino Sans GB", Tahoma, Helvetica, "Microsoft YaHei",
	"微软雅黑", "Heiti SC", "Microsoft JhengHei", "SimHei", Arial, sans-serif;
	background-color: #f4f4f4;
}
#player{ text-align:center;}
a {
	text-decoration:none;
	background-color: inherit;
	color: inherit;
}
.aucl{clear:both;}
img {
	border: none;
	height: auto !important;
}
	/* Header Style */
	.header {
		position: relative;
		box-sizing: border-box;
		background-color: #fff;
	}
	.headerImg {
		max-width: 1200px;
		padding: auto;
		margin: auto;
		box-sizing: border-box;
		height:100px;
		position: relative;
		border: none;
	}
	.headerImg img {
		height: 100px;
	}
	.headerImg #index{
		bottom: 0;
		display: inline;
		position: absolute;
		border: none;
	}
	.headerImg #search{
		position: absolute;
		left: 250px;
		top: 40px;
		min-width: 400px;
		padding: 5px 5px 4px;
	}
	.headerImg #searchQuery{
		float: left;
		height: 23px;
		margin: 0 ;
		padding: 6px 5px;
		font-size: 87.5%;
		color: #000;
		border: 2px solid #003f66;
	}
	.headerImg .submit{
		height: 39px;
		width: 39px;
		cursor: pointer;
		float: left;
		background-position: 50% 50%;
		background-image: url(search.png);
		background-size: 28px 28px;
		background-repeat: no-repeat;
		background-color: #003f66;
		border: 0;

	}
	.headerImg #banner_right{
		position: absolute;
		display: inline;
		bottom: 0;
		right: 0;
	}

	.headerNav_container {
		position: relative;
		width: 100%;
		height: 80px;
	}
	.headerNav {
		position: relative;
		width: 100%;
		height: 80px;
		z-index: 99;
		box-sizing: border-box;
		background: #003f66;
	}
	.headerNav_fixed {
		position: fixed;
		top: -7px;
		box-shadow: 0px 4px 6px rgba(0,0,0,0.7);
	}
	.navBar {
		position: relative;
		max-width: 700px;
		height: 100%;
		margin: auto;
		display: none;
	}
	.navLogo {
		position: relative;
		max-width: 78%;
		width: 400px;
		height: 40px;
		margin: 12px 1%;
		float: left;
		box-sizing: border-box;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.navMenuIcon {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 12px 1%;
		float: right;
		box-sizing: border-box;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	}
	.navMenuIcon {
		position: relative;
		display: inline-block;
	}
	.navMenu {
		position: absolute;
		right: 0px;
		background-color: #003f66;
		color: #fff;
		font-size: .85em;
		width: 220px;
		box-shadow: 0px 4px 16px rgba(0,0,0,0.4);
		z-index: 100;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
	}
	.navMenuButton {
		padding: 12px 20px;
	}
	.navMenuButton:hover {
		cursor: pointer;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		background: rgba(0, 110, 179, 0.7);
	}
	.navMenuButton:active {
		background: rgba(0, 110, 179, 1);
	}

	.navMenuIcon:hover .navMenu {
		transition: .2s ease;
		-webkit-transition: .2s ease;
		-moz-transition: .2s ease;
		-o-transition: .2s ease;
		display: block;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}

	.navList {
		position: relative;
		max-width: 1200px;
		height: 100%;
		margin: auto;
		white-space: nowrap;
		overflow: hidden;
		color: #ffffff;
	}
	.navList_button {
		width: 120px;
		height: 100%;
		box-sizing: border-box;
		float: left;
		text-align: center;
		padding: 16px 0px;
	}
	.navList_button_active {
		background: rgba(0, 110, 179, 1);
	}
	.navList_button:hover {
		cursor: pointer;
		transition: .2s;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		background: rgba(0, 110, 179, 0.7);
	}
	.navList_button:active {
		background: rgba(0, 110, 179, 1);
	}

	.button_text {
		padding: 2px 0px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}
	.button_text_ch {
		font-size: 1em;
	}
	.button_text_en {
		font-size: .8em;
		line-height: 1.5;
	}

	/* Header Sytle Finish */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	ol, ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.clearfix:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0;
		clear: both;
	}

	.fb {
		font-weight: bold;
	}

	.white {
		color: #fff;
	}

	/* -----------------------Text Style----------------------- */
	.text_title_large {
		font-size: 1.2em;
		/*font-weight: bold;*/
		line-height: 1.4;
	}

	.text_title_bold {
		font-size: 1em;
		/*font-weight: bold;*/
		line-height: 1.4;
		color: #003759;
	}

	.text_title {
		font-size: 1em;
		line-height: 1.4;
	}

	.text_body {
		font-size: .85em;
		/* 	font-weight: bold; */
		line-height: 1.6;
	}

	.text_title_sub {
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.4;
	}

	.text_title_sub_small {
		font-size: .85em;
		font-weight: bold;
		line-height: 1.6;
	}
	/**
	*	Article Related CSS Style
	**/
	.article_content {
		max-width: 1224px;
		margin: auto;
		padding: 1%;
	}

	.article{
		padding: 2%;
		line-height: 1.5em;
		font-size: 1em;
	}
	.article h2{
		margin: 12px 0;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.article .title{
		border-bottom: 1.5px solid #dedede;
	}
	.article .title .nav_top{
		font-size: 0.75rem;
		margin-bottom: auto;
	}
	.article .title .sub_bot{
		font-size: 0.75rem;
		text-align:left;
		padding-bottom:15px;
	}
	.article .content{
		max-width: 1000px;
		margin: 10px auto;;
		text-align: justify;
	}
	.article img{
		max-width: 100%;
	}


	/* -----------------------image display style----------------------- */
	.img_cover {
		height: 100%;
		width:  100%;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-ms-behavior: url(backgroundsize.min.htc);
		behavior: url(backgroundsize.min.htc);
	}
	.img_cover:after {
		padding-top: 60%;
		display: block;
		content: '';
		visibility: hidden;
	}
	.img_cover img{ display:none;}

	.img_quot {
		max-width: 30px;
		opacity: 0.3;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0;
		background-image: url("quot.svg");
		behavior: url("/backgroundsize.min.htc");
	}
	.img_quot:after {
		padding-top: 110%;
		display: block;
		content: '';
		visibility: hidden;
	}

	/* -----------------------Footer Style----------------------- */
	.footer {
		background-color: #003f66;
		padding: 1%;
		color: #fff;
	}
	.footer_title {
		font-size: 1.4em;
		line-height: 1.6;
		margin: 10px 0 10px 0;
	}
	.footer_text {
		font-size: .65em;
		line-height: 2;
		margin: 10px 0 30px 0;
	}
	.footer_text span:hover {
		opacity: 0.6;
		cursor: pointer;
	}
	.footer_text span:active {
		opacity: 0.3;
	}
	.column_footer {
		width: 100%;
		margin: 20px 0 40px 0;
	}
	.sen_site {
		width: 25%;
		height: 100%;
		padding: 0 3% 0 1%;
		float: left;
		/*background-color: grey;*/
		box-sizing: border-box;
	}
	.partner_link {
		position: relative;
		width: 50%;
		min-height: 750px;
		padding: 0 3%;
		float: left;
		border-right: 3px solid rgba(255,255,255,0.8);
		border-left: 3px solid rgba(255,255,255,0.8);
		box-sizing: border-box;

	}
	.partner_link .left {
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.partner_link .right {
		width: 48%;
		float: right;
	}
	.follow_us {
		width: 25%;
		height: 100%;
		padding: 0 1% 0 3%;
		float: left;
		box-sizing: border-box;
	}
	.sns_icons {
		position: relative;
		width: 100%;
		margin: 15px 0 25px 0;
	}
	.sns_icons span {
		width: 40px;
		height: 40px;
		/*background-color: black;*/
		margin: 0 30px 0 0;
		float: left;
	}
	.logo_icons {
		position: relative;
		width: 100%;
	}
	.logo_icons span {
		width: 100%;
		height: 50px;
		margin: 15px 0;
		float: left;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.wechat_qrcode {
		width: 180px;
		height: 190px;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 20px 0 40px 0;
	}
	.copyright_info {
		width: 100%;
		font-size: .85em;
		text-align: center;
		margin: auto;
	}
	.footer_icon_text {
		position: absolute;
		top: -1px;
		left: 60px;
		font-size: 14px;
		line-height: 1.6;
	}
	#clickable:hover {
		cursor: pointer;
	}
	.hideable {
		display: block;
	}


	/* -----------------------Screen Size Style----------------------- */
	@media only screen and (max-width: 1224px) and (min-width: 1020px) {
		.header {
			font-size: 13px;
		}

		.headerImg {
			max-width: 1000px;
		}
		.headerNav {
			height: 70px;
		}

		.navList {
			max-width: 1000px;
		}

		.navList_button {
			width: 100px;
		}
	}

	@media only screen and (max-width: 1020px) {
		body {
			font-size: 16px;
		}

		.headerImg {
			display: none;
			height: 5px;
		}

		.navList {
			display: none;
		}

		.headerNav {
			height: 60px;
		}

		.headerNav_container {
			height: 60px;
		}

		.navBar {
			display: block;
		}

		.text_title_large,
		.text_title_bold,
		.text_title_sub,
		.text_title_sub_small {
			font-weight: normal;
		}

		.sen_site,
		.partner_link,
		.follow_us {
			width: 100%;
			height: auto;
			float: none;
			border: none;
			padding: 0;
		}
		.footer_title {
			padding: 10px 0;
			border-bottom: 2px solid rgba(255, 255, 255, 0.2);

		}
		.hideable {
			display: none;
		}
		.bot_2 .newsCell_medium {
			width: 98% !important;
			margin: 1% 1% 1% 1% !important;
			overflow: visible;
		}
	}

@media only screen and (max-width: 700px) {
	.bot_2 .newsCell_medium .cell_text .text_body {
			display: none;
	}
}

	#displaypagenum{
		margin: .8em;
	}
	.bot_title{
		font-size: 1.2em;
		color: #003f66;
		border-bottom: #003f66 1px solid;
		margin:2% auto 0 auto;
	}

	.arch_container{
		max-width: 980px;
		margin: 0 auto;
		height: auto;
		background-color: #FFFFFF;
		padding: 0px 10px;
	}
