@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
body {
	font-family: Roboto Condensed, Microsoft JhengHei, fantasy, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	line-height: 1.6;
	font-size: 13px;
	background-color: #CBCCD0;
	color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CBCCD0;
	width: 100%;
}

.clearleft {
	clear: left;
}


/* 2021修改 */

@media only screen and (min-width: 1400px) {
	body {
		width: 80%;
		transform: scale(1.25);
		line-height: 1.8;
	}
	.pp_pic_holder {
		top:30px!important;
		left: 30%!important;

	}
	
}




/* end 2021修改 */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0080FF;
}

img {
	border: none;
	behavior: url(js/iepngfix.htc)
}

#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container-box {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(../images/container-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width: 100%;
	color: #FFFFFF;
	height: 80px;
	float: left;
	text-align: center;
	behavior: url(js/iepngfix.htc);
}

#header-box {
	text-align: center;
	height: 80px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu-b {
	float: left;
	width: 140px;
}

.menu-b-logo {
	width: 160px;
	float: left;
}

#logo {
	width: 250px;
	height: 80px;
	float: left;
	font-size: 30px;
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
}

#submenu {
	float: left;
	width: 200px;
	letter-spacing: 1px;
}

#submenu ul {
	float: left;
	width: 160px;
	list-style-type: none;
}

#submenu ul .title01 {
	font-size: 28px;
	width: 160px;
	margin: 0px;
	height: 33px;
	text-align: right;
	letter-spacing: -1px;
	padding: 0px;
	float: left;
	color: #999999;
}

#submenu ul .title02 {
	font-size: 18px;
	width: 160px;
	margin: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 40px;
	text-align: right;
	padding: 0px;
	float: left;
	color: #999999;
}

#submenu ul li {
	width: 160px;
	float: left;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

#submenu ul li a {
	width: 160px;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

#submenu ul li a:hover {
	text-decoration: none;
	color: #0080FF;
}

#submenu ul li a.current {
	color: #FFFFFF;
	background-color: #359AFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-shadow: 0 0px 1px rgba(0, 0, 0, .3);
}

#submenu ul li a.current2 {
	color: #FFFFFF;
	background-color: #359AFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 1px 1px 3px;
	-moz-box-shadow: #666 1px 1px 3px;
	box-shadow: #666 1px 1px 3px;
	behavior: url(css/PIE.htc);
}

#banner {
	float: left;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/banner-bg.jpg);
}

#banner-box {
	height: 400px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* content */

#content {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #333333;
	padding-bottom: 20px;
}

#content-box {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}

#content-left {
	float: left;
	width: 240px;
	padding-left: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

#left-pic01 {
	float: left;
	width: 250px;
	background-image: url(../images/left-pic01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

#content-main {
	float: left;
	width: 680px;
	padding-left: 30px;
	font-size: 13px;
}

#content-main ol {
	margin-left: -20px;
	line-height: 1.8;
}

#content-menu {
	float: left;
	width: 250px;
}

#left {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 210px;
	height: 375px;
	padding-right: 20px;
	background-position: center top;
}

#main {
	float: left;
	width: 720px;
}

/* footer */

#footer {
	width: 100%;
	margin: 0px;
	float: left;
	color: #666666;
	background-image: url(../images/footer-bg.png);
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4;
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	font-weight: normal;
}

#footer-bg {
	width: 100%;
	margin: 0px;
	float: left;
	background-image: url(../images/footer-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer-box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 280px;
	height: 50px;
	padding-bottom: 20px;
}

/* end footer */

#title {
	width: 680px;
	height: 50px;
}

h1 {
	font-size: 22px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	color: #666666;
	text-align: right;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	padding: 0px;
}

h3 {
	font-size: 15px;
	color: #0080FF;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
}

#banner-horizontal {
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
}






#banner-horizontal2 {
	padding: 10px;
	float: left;
	background-color: #FFFFFF;
	-webkit-box-shadow: #666 1px 2px 3px;
	-moz-box-shadow: #666 1px 2px 3px;
	box-shadow: #666 1px 2px 3px;
	behavior: url(/css/PIE.htc);
}

#banner-vertical {
	padding: 10px;
	float: right;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 10px;
}





.datetable {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #66B3FF;
	border-bottom-color: #66B3FF;
}

.datetable caption {
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
}

.datetable th {
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	_border-top: 1px solid #999999;
	_border-right: 1px solid #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #66B3FF;
	border-right-color: #66B3FF;
	background-color: #3399FF;
}

.datetable td {
	color: #333333;
	_border-top: 1px solid #d4d4d4;
	_border-right: 1px solid #d4d4d4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #66B3FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66B3FF;
	background: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.datetable td ul {
	list-style-position: outside;
	list-style-image: url(../images/li01.png);
}

.datetable tr.altrow {
	background-color: #EAEAEA;
}

.leftimg {
	float: left;
	margin-right: 10px;
}

.rightimg {
	float: right;
}

.font-fouce {
	color: #FFFFFF;
	background-color: #359AFF;
	font-size: 12px;
	margin-left: 10px;
	height: 20px;
	width: 20px;
	padding-right: 3px;
	padding-left: 3px;
}

.list {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-pic {
	background-color: #FFFFFF;
	padding: 10px;
	height: 100px;
	width: 150px;
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: #666 1px 2px 3px;
	-moz-box-shadow: #666 1px 2px 3px;
	box-shadow: #666 1px 2px 3px;
	behavior: url(/css/PIE.htc);
}

.list2 {
	float: left;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list2-pic {
	background-color: #FFFFFF;
	padding: 10px;
	height: 120px;
	width: 180px;
	float: left;
	-webkit-box-shadow: #666 1px 2px 3px;
	-moz-box-shadow: #666 1px 2px 3px;
	box-shadow: #666 1px 2px 3px;
	behavior: url(/css/PIE.htc);
	margin-bottom: 10px;
}

.list h3 {
	font-size: 18px;
	font-weight: bold;
}

.list h3 a {}

.ps {
	padding: 5px;
	background-color: #EEEEEE;
	border: 10px solid #FFFFFF;
}

.ps h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.ps2 {
	background-color: #FFFFFF;
	padding: 5px;
}

.ps2 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.ps2 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-left: 10px;
}

#article {
	font-size: 15px;
}

#article ol li {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

#article ol li {}

.emphasis {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.font-12 {
	font-size: 12px;
}

.image-gray {
	-webkit-filter: grayscale(1);
	filter: gray;
}

.image-gray:hover {
	-webkit-filter: none;
	FILTER: ;
}

#photo-frame {
	height: 86px;
	width: 152px;
	background-image: url(../images/photo-frame-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
	padding-left: 98px;
}

#download {
	width: 15px;
	position: fixed;
	right: 0px;
	top: 200px;
	background-color: #359AFF;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1;
	height: 120px;
	padding: 5px;
}

#download a {
	color: #FFFFFF;
	text-decoration: none;
}

.font-8 {
	-webkit-transform: scale(0.8);
	display: inline-block;
	font-size: 8px;
}