﻿body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none
}

a:hover {
	color: #003577
}

a.left_pro {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a.left_pro:hover {
	color: #0CA0F4;
	font-weight: bold;
	text-decoration: underline;
}

p.jianjie {
	margin: 0;
	color: #555;
	font-size: 12px;
	line-height: 1.2em;
	font-size: 11px;
	padding: 4px 0 0 0;
	text-align: justify;
	font-family: Arial;
}

p.jianjie2 {
	margin: 0;
	color: #333;
	font-size: 12px;
	line-height: 1.6em;
	font-size: 12px;
	padding: 8px 0 0 0;
	text-align: justify;
	font-family: Arial;
}

p.jianjie2 span {
	color: #060;
}

#main {
	width: 70%;
	margin: 10px auto;
	background-color: white;
}

#left {
	float: left;
	width: 30%;
}

h1 {
	color: #272828;
	margin: 5px 0 8px 10px;
	font-size: 20px;
	border-bottom: 1px #373737 solid
}

#left a:hover {
	color: #165E89;
}

#right {
	float: right;
	width: 69%;
}

p {
	margin: 12px 16px;
	color: #4D4F4B;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%
}

#footer {
	width: 100%;
	margin: 0 auto;
	background-color: white;
	border-top: 2px solid #0856a0;
	text-align: center;
}

#taihe {
	width: 95%;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 16px;
	padding-left: 6px;
	overflow: visible;
}

#taihe td {
	font-family: arial;
	font-size: 16px;
}

#taihe a {
	COLOR: #000000;
	TEXT-DECORATION: none
}

#taihe a:hover {
	TEXT-DECORATION: underline
}

#taihe h1 {
	font-family: arial;
	border: none;
	color: #0066FF;
	font-size: 14pt;
	text-align: center;
	text-indent: 0;
	line-height: 150%;
	font-weight: bold;
	margin-left: 10;
	margin-right: 10;
	margin-top: 16px;
	margin-bottom: 22px
}

#taihe h1 a:link {
	color: #2e77af;
}

#taihe h1 a:visited {
	color: #2e77af;
}

#taihe h1 a:hover {
	color: #2e77af;
}

#taihe h2 {
	font-family: arial;
	color: #000;
	font-size: 12pt;
	text-align: left;
	font-weight: Bold;
	line-height: 150%;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#taihe p.fzs {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
	text-indent: 0;
	text-align: left;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px
}

#taihe p.eng {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 8px
}

#taihe p.text {
	margin: 7px;
	font-size: 16px;
	font-family: arial;
	text-align: left;
	margin-left: 24px;
	margin-right: 24px;
	color: #222222;
	line-height: 150%
}

#taihe a.yx:link {
	color: #222;
	font-size: 16px;
}

#taihe a.yx:visited {
	color: #222;
	font-size: 16px;
}

#taihe a.yx:hover {
	color: #222;
	font-size: 16px;
	text-decoration: none;
	cursor: text;
}

.header {
	width: 60%;
	height: 78px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header img{
	margin-right: 50px;
}
.header h2 {
	font-size: 18px;
	line-height: 26px;
	color: #0856a0;
	text-align: left;
	float: right;
	margin-right: 50px;
}

.header a{
	color: #0856a0;
}

#menu{
	width: 100%;
	height: 42px;
	background: #0856a0;
}

#menu ul{
	width: 60%;
	margin: 0 auto;
	padding: 0;
}

#menu ul li{
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
}

#menu ul li a{
	color: #fff;
	line-height: 42px;
	font-size: 18px;
}

#menu ul li a:hover{
	color: #A4B74C;
}

.th-about{
	font-size: 18px;
	line-height: 30px;
}

@media only screen and (max-width: 1600px) {
	.header,
	#menu ul {
		width: 80% !important;
	}

	#main{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {

	.header,
	#menu ul,
	#main{
		width: 100% !important;
	}
}

@media only screen and (max-width: 900px) {
	#left{
		display: none;
	}
	#right{
		width: 100%;
	}
}