html, body{
    font-size: 100%;
    font-family: '微软雅黑', sans-serif;
	background-color:#FFF;
	font-size:14px;
	margin: 0;
}
*{

    font-family: "微软雅黑";
    box-sizing:border-box;
}
p,ul,li,ol,li,td,tr{
	margin:0 0;
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
    font-family: '微软雅黑', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#0154ad;
	text-decoration:none;
}
@font-face {
 	 font-family: 'font';
 	 src:  url('../fonts/fonts.ttf');
 	 font-weight: normal;
 	 font-style: normal;
}
@font-face {
 	 font-family: 'fonts';
 	 src:  url('../fonts/font.ttf');
 	 font-weight: normal;
 	 font-style: normal;
}
ul, ul li {
	list-style-type:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
/*headWrap*/
.headWrap{
	height: 190px;
    background: url(../images/header_bg.jpg) no-repeat center/cover;
}
.headWrap span{
	display:inline-block;
	height:100%;
	letter-spacing:0px;
	font:40px/220px "font";
	font-weight:500;
	color:#fff;
	margin-left:40px;
}
.header {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.logoWrap {
    float: left;
    margin-top: 52px;
}
.slogan {
    float: right;
    display: block;
    margin-top: 50px;
}
.headWrap h1{
	margin-top:-9999999px;
}
/*head start*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #2360BD;
}
.nav ul {
    max-width: 1350px;
    font-size: 0;
    margin: 0 auto;
}
.nav ul li {
    display: inline-block;
    height: 21px;
    width:150px;
    margin: 23px 0;
    position: relative;
}
.nav ul li::after{
content:'';
width:3px;
height:120%;
background-color: #fff;
position:absolute;
top:50%;
left:0;
transform:translateY(-50%);
}
.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font: 18px/21px "微软雅黑";
    color: #fff;
    text-indent:25px;
}
.nav ul li a:hover{
	color:#000;
	text-decoration: underline;
}


.focus li{
	list-style:none;
}
.focus a{
	text-decoration:none;
}
.focus img{
	width:1520px;
	height:900px;
}
.focus{
	width:1520px;
	height:600px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.arrow-r,
.arrow-l{
	display:none;
	width:80px;
	height:50px;
	line-height:50px;
	background-color:rgba(0,0,0,.3);
	position:absolute;
	font-size:20px;
	color:#fff;
	border-radius:30px;
	z-index:3;
}
.arrow-r{
	padding-left:20px;
	text-align:left;
	right:-35px;
	top:50%;
}
.arrow-l{
	padding-right:20px;
	text-align:right;
	left:-35px;
	top:50%;
}
.arrow-r:hover{
	background-color:rgba(0,0,0,.8);
	color:skyblue;
}
.arrow-l:hover{
	background-color:rgba(0,0,0,.8);
	color:skyblue;
}
.focus ul{
	height:auto;
	width:600%;
	position:absolute;
	left:0;
	top:0;
}
.focus ul li{
	float:left;
}
.focus ol{
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
}
.focus ol li{
	height:15px;
	width:15px;
	border-radius:50%;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(255,255,255,.9);
	float:left;
	margin-left:5px;
	display:none;
}
.yellow{
	background-color:#dcc520;
}

.main{
	width:70%;
	/*width:1200px;*/
	margin:0 auto;
	margin-bottom:15px;
	margin-top:20px;
	/*border:1px solid #000;*/
}
.main a:hover{
	color: #0154ad;
}

.prompt{
	height:60px;
	border-bottom:2px solid #ccc;
}
.prompt h1{
	line-height:57px;
	float:left;
	margin:0 15px;
	color:#256BB7;
	border-bottom:2px solid #256BB7;
	cursor:default;
}
.prompt li{
	height:100%;
	float:left;
	font:16px/60px "微软雅黑";
}


.contents{
	min-height:750px;
	padding:0 20px;
	margin-top:20px;
}
.contents .title h1{
	color:#256bb7;
}
.contents .title p{
	font:12px/50px "微软雅黑";
}
.contents .title{
	border-bottom:1px solid #ddd;
}
.contents .text{
	padding:20px 0;
}















/*底部*/
.copyright {
    background: #0041a6;
    text-align: center;
    padding: 22px 0;
}
.copyright p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.copyright a {
    color: #fff;
}