﻿@charset "utf-8";

html {
	overflow-y:scroll;
	background: #fff;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,dl,dt,dd,ul,ol,span,em,pre,fieldset,lengend,button,input,textarea,form,th,td {
	padding:0;
	margin:0;
}
body {
	line-height:1.5;
	font-size: 12px;
	font-family: Arial,'\5fae\8f6f\96c5\9ed1';
	max-width: 1920px;
	min-width: 1250px;
	margin: 0 auto;
	position: relative;
        overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal
}
table {
	margin:auto;
	font-size:100%;
	text-align:left;
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
	list-style-type:none;
}
a img,img {
	vertical-align:middle;
	border:none;
}
em {
	font-style:normal;
}
/* a style */
a {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#d7020b;
	text-decoration:none;
}
a:active {
	color:#d7020b;
}
a:focus {
	outline:none;
}
.tdu,.tdu a {
	text-decoration:underline;
}
.tdn,.tdn a {
	text-decoration:none;
}
/* form style */
input,textarea,select,button {
	padding:0;
	margin:0;
	font-size:100%;
	vertical-align:middle;
	outline:none;
	background:inherit;
}
/* clearfix style */
.clear {
	clear:both;
	overflow:hidden;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	content:"\20";
	visibility:hidden;
	overflow:hidden;
}
.clearfix {
	display:block;
	*zoom:1;
}
*html .clearfix {
	height:1%;
}
/* float style */
.fl {
	float:left;
}
.fr {
	float:right;
}
.fn {
	float:none;
}
.rel {
	position:relative;
}
/* display style */
.db {
	display:block;
}
.dn {
	display:none;
}
.ovh {
	overflow:hidden;
}

@font-face {
	font-family:'iconfont';
	src:url('iconfont.eot');
	/* IE9*/
    src:url('iconfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
    url('iconfont.woff') format('woff'),/* chrome、firefox */
    url('iconfont.ttf') format('truetype'),/* chrome、firefox、opera、Safari,Android,iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	-webkit-font-smoothing:antialiased;
	/*-webkit-text-stroke-width:0.2px;
	*/ 
    -moz-osx-font-smoothing:grayscale;
	font-style:normal;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header {
	height: 120px;
	background: #fff;
}
.header .logo {
	padding-top: 20px;
	font-size: 0;
	padding-left: 20px;
}
.search {
	float: right;
	width: 50px;
	margin-right: 16px;
	margin-top: 33px;
	position: relative;
}
.search .icon {
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 0 0 14px;
}
.search .icon span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/search.png) no-repeat 0 0;
}
.search:hover .icon span {
	background-position: right 0;
}
.search-content {
	position: absolute;
	top: 50px;
	right: -16px;
	padding-top: 37px;
	z-index: 9;
	display: none;
}
.search:hover .search-content {
	display: block;
}
.search-content form {
	background: #003366;
	width: 480px;
	height: 60px;
	padding: 10px;
}
.search-content .txt {
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
	padding: 0;
	text-indent: 15px;
	font-family: 'Microsoft Yahei';
}
.search-content i {
	position: absolute;
	top: 29px;
	right: 35px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #003366;
}

.language {
	float: right;
	margin-right: 18px;
	width: 50px;
	height: 50px;
	margin-top: 33px;
	position: relative;
}
.language .icon {
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px;
	cursor: pointer;
}
.language .icon span {
	display: block;
	height: 22px;
	width: 22px;
	background: url(../images/earth.png) no-repeat 0 0;
}
.language:hover .icon span {
	background-position: right 0;
}
.language-content {
	position: absolute;
	top: 50px;
	right: -89px;
	padding-top: 37px;
	z-index: 9;
	display: none;
}
.language:hover .language-content {
	display: block;
}
.language-item {
	background: #003366;
	padding: 20px 50px;
	font-size: 0;
	white-space: nowrap;
}
.language-item a {
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	color: #fdd1a4;
	margin: 0 18px;
}
.language-item a.on {
	font-weight: bold;
	color: #fff;
}
.language-content i {
	position: absolute;
	top: 29px;
	right: 107px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #003366;
}


.login {
	float: right;
	margin-right: 18px;
	width: 50px;
	height: 87px;
	margin-top: 33px;
	position: relative;
}
.login .icon {
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px;
	cursor: pointer;
}
.login .icon span {
	display: block;
	height: 22px;
	width: 22px;
	background: url(../images/head.png) no-repeat 0 0;
}
.login:hover .icon span,
.login.on .icon span {
	background-position: right 0;
}
.login:hover .sub-nav,
.login:hover i {
	display: block;
}
.login i {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #003366;
	display: none;
}



.nav {
	float: right;
	margin-right: 20px;
	padding-top: 33px;
}
.nav li {
	float: left;
	margin: 0px 7px;
	position: relative;
	height: 87px;
}
.nav li>a {
	display: block;
	font-size: 15px;
	color: #555;
	line-height: 50px;
	padding: 0 10px;
}
.nav li i {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #003366;
	display: none;
}
.sub-nav {
	position: absolute;
	top: 87px;
	left: 50%;
	margin-left: -250px;
	z-index: 9;
	display: none;
}
.login .sub-nav {
	margin-left: 0;
	left: -289px;
}
.sub-nav .ovh {
	background: #003366;
	padding-top: 32px;
	width: 500px;
	height: ;
	padding-bottom: 35px;
}
.sub-nav-left {
	float: left;
	margin-left: 27px;
	width: 216px;
}
.sub-nav-left img {
	display: block;
	width: 100%;
}
.sub-nav-right {
	float: left;
	margin-left: 33px;
	width: 190px;
}
.sub-nav-right-item {
	margin-bottom: 6px;
}
.sub-nav-right-item a {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.nav li:hover .sub-nav,
.nav li:hover i {
	display: block;
}
.nav li:hover>a,
.nav li.on>a {
	color: #003366;
	font-weight: bold;
}
.sub-nav-right-item a:hover {
	font-weight: bold;
}


.footer{
	background: #5b5b5b;
	padding: 40px 0 55px;
	color: #d2d2d2;
	font-size: 14px;
}
.footer-left .line {
	padding: 0 10px;
}
.footer-left a {
	color: #d2d2d2;
}
.footer-left {
	line-height: 32px;
}
.footer-select {
	float: right;
	background: url(../images/footer_select.png);
	width: 220px;
	height: 39px;
}
.footer-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 100%;
	padding-left: 58px;
	font-size: 13px;
	color: #888;
}
body.ie .footer-select select{
	width: 110%;
}


@media screen and (max-width: 1366px) {
    .header .logo {padding-left: 14px;}
    .nav li {margin: 0 4px;}
    .nav {margin-right: 5px;}
    .search,.language {margin-right: 0;}
    .search-content {right: 0;}
    .search-content i {right: 19px;}
    .language-content {right: -47px;}
    .language-content i {right: 63px;}
    .language-item {padding: 20px 25px;}
    .language-item a {margin: 0 12px;}
}
