@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif;
      overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.banner,.banner img{
	width: 100%;
}

.area{
	width: 1200px;
	margin: 0 auto;
	margin-top: -10px;
}

.nav{
	width: 100%;
	height: 76px;
	background-color: #003d75;
}

.nav ul li{
	width: 20%;
	float: left;
	text-align: center;
}

.nav ul li a{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 76px;
	letter-spacing: 0px;
	color: #ffffff;
}

.nav ul li span{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(../img/b.png);
	margin-left: 5px;
}

.nav ul li:hover a{
	color: #bca06f;
}

.nav ul li:hover span{
	background: url(../img/t.png);
}

.tit1{
	width: 100%;
	height: 33px;
	background: url(../img/1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 70px;
}

.bott2{
	margin-top: 80px;
}

.t2{
	width: 100%;
	height: 33px;
	background: url(../img/2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 70px;
}

.t3{
	width: 100%;
	height: 33px;
	background: url(../img/3.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 70px;
}

.cont1{
	display: block;
	width: 100%;
	height: 360px;
	padding-top: 30px;
	background: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 40px;
}

.cont2{
	background: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.contImg{
	display: block;
	width: 642px;
	height: 100%;
	background-color: #ccc;
}

.contWord{
	display: block;
	width: 528px;
	height: 100%;
	background-color: rgb(0,61,117);
}

.contWord h3{
	width: 471px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0 auto;
	text-align: left;
	font-weight: 600;
	margin-top: 35px;
}

.contWord p{
	width: 471px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #87a2c1;
	margin: 0 auto;
	text-indent: 2em;
	text-align: left;
	margin-top: 20px;
}

.contWord p span{
	color: #bca06f;
}