﻿header {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.topbar {
	background: #014da1;
	color: #ccc;
	line-height: 40px;
}
.topbar .w:after {
	content: '';
	clear: both;
	display: table;
}
.topbar-welcome {
	float: left;
}
.topbar-welcome i {
	float: left;
	margin: 5px 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icontopbar01.png) no-repeat center center;
}
.topbar-tel {
	float: right;
	font-size: 14px;
}
.topbar-tel i {
	float: left;
	margin: 5px 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icontopbar02.png) no-repeat center center;
}
.topbar-tel a {
	color: #ccc !important;
}
.head { padding:10px 0;
}
.head .w:after {
	content: '';
	clear: both;
	display: table;
}
.head-logo {
	float: left;
	padding: 20px 0;
    width:500px;
}
.head-logo figure{width:50px;	float: left;}
.head-logo img {
	float: left;
	 width: 100%; 
}
.head-nav {
	float: right; /*width:calc(100% - 500px)*/
}
nav {
	float: left;
}
.top_right {
	transition: all ease-out 0.3s;
	box-sizing: border-box;
	padding-top: 59px;
	float: right;
	padding-left: 40px;
}
.top-four{ float:left;margin-right: 30px;}
.top-four ul{ float:left; }
.top-four ul li{ float:left;height: 32px;line-height: 32px; width:32px; border-radius:100%; margin-right:5px; text-align:center; color:#999;}
.top-four ul li i{ font-size: 20px;}
.top-four .code-img {
    position: absolute;
    left: -40px;
    top: 40px;
    width: 120px;z-index:1000;
}
.top-four .none {
    display: none !important;
}
.top-four ul li a{  color:#1d3138; width:100%; height:100%;  transition: all ease-out 0.3s;}	
.top-four ul li a:hover{color:#28495a; color:#4792D0}
.logo_tel{float:right; display:block; width: 240px;
     /* background:url(../images/tel.png) no-repeat left top; */
      color:#333; 
      /* text-indent:45px;  */
       height: 50px;}
.logo_tel p{ font-size:16px; line-height:24px;}
.logo_tel h3{ font-size:20px; line-height:34px;/* font-family:impact; */ float: left; padding-left: 10px; color:#565656}
.yuyuan {
	display: block;
	float: right;
	color: #091d3e;
	padding: 0px 6px !important;
	line-height: 30px;
}

.yuyuan:hover {
	color: #0071bc;
	font-weight: bold;
}

.top_icon {
	float: right;
}
.top_icon a {
	text-align: center;
	padding: 0px 8px;
	float: left;
	margin-right: 10px;
	line-height: 30px;
	color: #a3abaf;
	font-size: 20px;
}
.top_form {
	float: right;
	transition: all ease-out 0.3s;
	z-index: 99999;
	margin: 0 20px 0 30px;
}

.top_form .txtBox {
	box-sizing: border-box;
	font-size: 14px;
	background: #f5f5f5;
	border: solid 1px #a3abaf;
	float: left;
	width: 160px;

	line-height: 30px;
	height: 32px;
	padding-left: 10px;
	border-right: none;
	color: #a3abaf;
	transition: all ease-out 0.3s;
	z-index: 99999;
}
input,
button {
	outline: none;
	border: none;
}
.top_form .submit {
	box-sizing: border-box;
	border: solid 1px #a3abaf;
	cursor: pointer;
	text-align: center;
	float: right;
	background: #f5f5f5;
	width: 30px;
	font-size: 16px !important;
	line-height: 30px;
	border-left: none;
	color: #a3abaf;
	transition: all ease-out 0.3s;
}

nav span {
	display: none;
}
nav ul {
	/* padding-top: 30px; */
}
nav li {
	float: left;
	position: relative;
	margin-right: 1px;
}
nav li a {
	display: block;
	font-size: 20px;
	line-height:80px;
	padding: 0 26px;
	position: relative;
    /* font-weight: 700; */
    color: #1d3138 !important;
}

nav li a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	width: 0;
	height: 2px;
	background: #0071bc;
	transition: all ease-out 0.3s;
	transform: unset;
}
nav li.on > a,
nav > li > a:hover,
nav li a.on {
	color: #0071bc !important;
}
nav li.on > a:before,
nav > li > a:hover:before,
nav li a.on:before {
	width: calc(100% - 60px);
}
nav li ul {
	display: none;
	position: absolute;
	z-index: 9;
	top: 90px;
	left: 0;
	background: #fff;
	min-width: 260px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
nav li li {
	float: none;
	margin-right: 0;
}
nav li li a {
	font-size: 14px;
	white-space: nowrap;
	line-height: 40px;
}
nav li li a:before {
	display: none;
}
nav li li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transform: rotate(45deg) translateY(-50%);
	transition: all ease-out 0.3s;
}
nav li li a:hover {
	padding: 0 40px;
	background: #0071bc;
	background-position: right 15px top 10px;
	color: #fff;
}
nav li li a:hover:after {
	right: 35px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
nav li li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 260px;
}
nav li li ul ul {
	display: none;
}
.head-logo .text {
	float: left;
	padding: 6px 0 0 10px;
    width: calc(100% - 100px);
	display: block;
}
.head-logo .text .font1 {
	font-size: 24px;
	letter-spacing: 5.6px;
	line-height: 1.6;
	color: #0359be;
	float: left;
	display: block;width:100%
}
.head-logo .text .font2 {
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	float: left;
	display: block;
	text-transform: uppercase;
}

.fr_lang {
	float: right;
	z-index: 99999;
	margin-left: 20px;
}
.fr_lang span {
	display: block;
	float: left;
	width: 1px;
	height: 17px;
	margin-top: 10px;
	background: #ddd;
	margin-right: 5px;
}
.fr_lang ul {
	float: left;
}
.fr_lang ul li {
	float: left;
	color: #999;
	line-height: 40px;
	padding: 0 15px 0 0;
}
.fr_lang ul li:last-child {
	padding-right: 0;
}
.fr_lang ul li a {
	color: #ccc;
	font-size: 14px;
}
.fr_lang ul li a:hover {
	color: #efefef;
}

.lang_wrap a {
	display: inline-block;
	padding-left: 28px;
	background: url(../images/icon_lang.png) no-repeat 0 0;
	background-size: 21px 63px;
	line-height: 21px;
}
.lang_wrap a.en {
	background-position: 0 -21px;
}
.lang_wrap a.cn {
	background-position: 0 -42px;
}
.lang_wrap a.on {
	color: #efefef;
}

@media screen and (max-width: 800px) {
	.head-logo{ width:calc(100% - 40px); padding:5px 20px}
    .head {
        height: 70px;
    }
    #header {
        height: 70px;
        padding: 0;
        background: #fafafa;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }
    .top_right {
        padding-top: 0;
        position: absolute;
        top: 24px;
        right: 30px;
    }
    .top_form{ margin:0 20px 0 10px}
    .top_form .txtBox{ width:100px;}


	.headtop,
	#headMain .tel {
		display: none;
	}
	.logo {
		width: 80%;
	}
	.logo .text {
		width: 100%;
	}
	.logo .text .font1 {
		font-size: 22px;
	}
	.logo .text .font2 {
		font-size: 16px;
	}
    .head-logo figure{width:40px;}
    .head-logo .text .font1 {
        font-size: 20px;
        letter-spacing: 0;}
.head-logo .text{ padding:3px 0 0 10px}

	.head-nav {
	}
	nav span {
		position: fixed;
		z-index: 9999;
		top: 20px;
		right: 10px;
		display: block;
		width: 30px;
	}
	nav span i {
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background: #0071bc;
		margin: 6px 0;
		transition: all 0.3s ease-out 0.1s;
	}
	nav span.on i:nth-of-type(1) {
		transform: translateY(8.5px) rotate(45deg);
	}
	nav span.on i:nth-of-type(2) {
		opacity: 0;
	}
	nav span.on i:nth-of-type(3) {
		transform: translateY(-8.5px) rotate(-45deg);
	}
	nav > ul {
		display: none; width:100%;left:0;
		background:rgba(255,255,255,0.95);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		position: fixed;
		top: 70px;
		z-index: 9999; padding-top:0;
	}
   /*** nav ul.on:before {
        background-color: rgba(0,0,0,.6);
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        left: -1000px;
        bottom: 0;
    }****/
    nav li.on > a:before, nav > li > a:hover:before, nav li a.on:before{ width:40px; left:20px;}
	nav ul.on {
		display: block;
	}
	nav ul li {
		position: relative;
		border-top: 1px solid #eee;
	}
	nav ul li i {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: #eee;
		text-align: center;
		line-height: 40px;
		font-style: normal;
	}
	nav li a {
		display: block;
		line-height: 40px;
		font-size: 14px;
		padding: 0 20px;
	}
	nav li a:hover {
		background: #2397d4;
		color: #fff;
	}
	nav li ul {
		position: static;
		background: #f4f4f4;
		box-shadow: none;
	}
	nav li li a {
		font-size: 12px;
	}

	nav ul.on {
		display: block;
	}
	nav ul li {
		position: relative;
		border-top: 1px solid #eee;
		float: none;
		width: auto;
	}
	nav ul li i {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: #eee;
		text-align: center;
		line-height: 40px;
		font-style: normal;
	}
	nav li a {
		display: block;
		line-height: 40px;
		font-size: 14px;
		padding: 0 20px;
		color: #333 !important;
	}
	nav ul li a {
		color: #333 !important;
		font-size: 14px;
		text-align: left;
		line-height: 40px;
	}
	nav ul li a.on {
		color: #fff !important;	
        background: #013c96;
	}
	nav li a:hover {
		background: #013c96;
		color: #fff !important;	
	}
	nav li ul {
		position: static;
		background: #f4f4f4;
		box-shadow: none;
	}
	nav li li a {
		font-size: 12px;
	}
	nav li li li {
		float: left;
		width: 50%;
		background: #eee;
	}

	nav ul li ul {
		background: #f4f4f4;
		position: inherit;
		box-shadow: none;
		top: 0;
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	nav ul li ul li a {
		border-bottom: none;
		font-size: 13px;
	}
	nav ul li ul:before {
		display: none;
	}
}
