* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px "Microsoft Yahei", Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	max-width: 1920px;
	min-width: 1400px;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p {
	margin: 0px;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1400{
	width:1400px;
	position: relative;
	margin: 0px auto;
}
.w370{
	width:370px;
}
.w908{
	width:908px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:40px 0px;
}
.header .logo{
	display: block;
	width:100%;
}
.header .right label{
	font-size:24px;
	color:#0d60ab;
}
.header .right label span{
	margin-right:15px;
}
.header .right label font{
	color:#000000;
	font-size:16px;
}


.header .search form {
    position: relative;
    border: 1px solid #cecece;
    border-radius: 5px;
    width: 238px;
    height: 35px;
    top: 0px;
}

.header .search form input[type=text] {
    margin: 2px 0;
    padding: 0 30px 0 20px;
    width: 100%;
    height: 31px;
    box-sizing: border-box;
	outline: none;
	border: none;
	background:none;
}
.header .search form input[type=text]::placeholder{
	color:#b8b8b8;
	font-size:14px;
}
.header .search form input[type=submit] {
    position: absolute;
    width: 30px;
    height: 100%;
    right:10px;
    top: 0;
	outline: none;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
	border: none;
}
.header .search form::after{
	content:"";
	display: block;
	position: absolute;
	right: 55px;
	width: 2px;
	height: 20px;
	background:#cbcbcb;
	top: 8px;
}

.nav_list {
	width: 100%;
	height: 83px;
	background: #1262ab;
	position: relative;
	z-index: 33;
}

.nav_list ul li {
	float: left;
	font-size: 20px;
	text-align: center;
	margin-left: 110px;
	position: relative;
	z-index: 111;
}
.nav_click{
	z-index:0 !important;
}
.nav_click>div{
	z-index:111;
	cursor: pointer;
}
.nav_click>div>a{
	cursor: pointer;
}
.nav_click>div>a>img{
	position: relative;
	top:-1px;
}
.nav_list ul li:first-child {
	margin-left: 0px;
}

.nav_list ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 50px;
	top: 16px;
	position: absolute;
	left: -50px;
	background:url(../images/line.png) no-repeat center center;
}

.nav_list ul li:first-child:before {
	display: none;
}

.nav_list ul li:first-child img {
	position: relative;
	top: 4px;
}

.nav_list ul li a {
	color: white;
	display: block;
	position: relative;
	margin: 10px 0px 7px 0px;
}
.nav_list ul li a:hover{
	color:#ffdb00;
}
.nav_list ul li:first-child a {
	margin-bottom: 0px;
}

.nav_list ul li:first-child a:last-child {
	margin-top: 4px;
}
.nav_list ul li>a img{
	margin-left:5px;
}

.footer{
	background:#1262ab;
	text-align: center;
	color:white;
	padding:34px 0px 70px 0px;
	font-size:16px;
	line-height:32px;
}
.footer ul{
	display:inline-block;
	text-align: center;
	margin-top:40px;
}
.footer ul li{
	float: left;
	height:50px;
	position: relative;
	overflow: hidden;
	margin:0px 30px;
}
.footer ul li>a img{
	display: block;
	height:100%;
}
.show_nav_f{
    /* background: #f7f4f4; */
    padding: 20px 0px;
    display: none;
    position: absolute;
    top: 0px;
    z-index:22;
    width: 540px;
    right: 0px;
    padding-top: 83px;
}

.show_nav_f a {
    font-size: 18px;
    color: #333 !important;
    padding: 0px 13px;
    line-height: 32px;
    position: relative;
    top: 2px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
}

.show_nav_f a:hover{
	color:#0c539d;
	font-weight: bold;

}
.show_nav_f label{
	width:94%;
	margin:0px auto;
	display: block;
	background: #f7f4f4;
	padding: 20px 15px;
}