﻿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 { position:relative; background: #fafafa;
}
.head .w:after {
	content: '';
	clear: both;
	display: table;
}
.head-logo {
    width:284px;
	float: left;
	padding: 0px 0;
}
.head-logo img {
	float: left;
	width: 80%; padding-top:0px;
}
.head-nav {
	float: left; margin-left: 30px;/*width:calc(100% - 500px)*/
}
nav {
	float: left;
}
.top_right {
	transition: all ease-out 0.3s;
	box-sizing: border-box;
	padding-top: 42px;
	float: right;
	padding-left: 40px;
}
.yuyuan {
	display: block;
	float: right;
	color: #091d3e;
	padding: 0px 6px !important;
	line-height: 30px;
}

.yuyuan:hover {
	color: #005ca1;
	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 0px 0 30px;
}

.top_form .txtBox {
box-sizing: border-box;
    font-size: 14px;
    background: #fff;
    border: solid 1px #6b6b6b;
    float: left;
    width: 160px;
    line-height: 30px;
    height: 32px;
    /* padding-left: 10px; */
    border-left: none;
    color: #a3abaf;
    transition: all ease-out 0.3s;
    z-index: 99999;
     border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
input,button {
	outline: none;
	border: none; border-radius: 0px;
}
.top_form .submit {
box-sizing: border-box;
    border: solid 1px #6b6b6b;
    cursor: pointer;
    text-align: center;
    float: left;
    background: #fff;
    width: 30px;
    font-size: 16px !important;
    line-height: 30px;
    border-right: none;
    color: #a3abaf;
    transition: all ease-out 0.3s;    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn_nav {
    display: none;
}
nav span {
	display: none;
}
nav>ul {
	padding-top: 10px;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	font-size: 18px;
	line-height: 101px;
	padding: 0 18px;
	position: relative;
}




nav ul div:after,nav ul div ul:after{
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
nav ul li li.cur:before{ display:none;}
nav ul li div{ position:absolute; left:0; right:0; top:100%;
/*height: 0;*/
overflow: hidden; background:rgba(241,241,241,0.8);z-index:99;transition: all ease-out 0.5s;}
nav ul li.cur div{  }

nav ul li div {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(255,255,255,1);
    z-index: 998;
    transition: all ease-out 0.5s; 
    border-top:solid 1px #e5e5e5;
    /*height: 265px;*/
    display: none;
}
nav ul li ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    float: none;
    box-sizing: border-box;
}
nav ul li ul uo{ display: block; float: right;display: flex;
    justify-content: center; background:#fff}

nav ul li uo{width: 900px; }
nav ul li:nth-of-type(3) uo{width: 800px; padding-top:30px;
    margin-right: 100px;
    display: block;}
    nav ul li:nth-of-type(3) uo h1{ font-weight:normal; font-size:17px}
nav  li ol{ display: block; float: left; margin:0; padding:30px 0 0 ;float: left; 
    flex-grow: 1;
    margin-right: 30px;}
nav li ol a{font-size:18px; line-height: 60px; color:#333;margin:0; background:none !important; padding:0;}
nav  li.cur ol h1a{display:block; font-size:18px;color:#333;background:none; padding:0;border-bottom:solid 1px #999; font-weight:normal}
nav li.cur ol h5b{display:block; color:#333; font-size:16px; padding:20px 0 10px; font-weight:normal;line-height:1.6;}
nav li.cur ol p{ float:left; position:relative;color:#999; font-size:14px;}
nav li.cur ol p:before {
    position: absolute;
    top: 0px;
  right: -15px; font-size: 20px;
    font-family: 'FontAwesome';
    content: "\f105"; color:#005ca1;
}
nav  li.cur ol a:hover{ background:none;}
nav  li.cur ol a.hover{ background:none;}
nav li a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: 0;
	height: 2px;
	background: #005ca1;
	transition: all ease-out 0.3s;
	transform: unset;
}

nav > li a:hover,
nav > li.cur a {
	color: #005ca1;
}

nav > li a:hover:before,
nav li.cur a:before {
	width: calc(100% - 40px);
}
nav li.cur ol a:before {display:none;
}
/***nav li ul {
	display: none;
	position: absolute;
	z-index: 9;
	top: 92px;
	left: 0;
	background: #fff;
	min-width: 200px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}***/
nav li li {
	float: left; width:25%;
	margin-right: 0;
    /*border-top: 1px solid #F2F2F2;*/
}
nav li li a {
	font-size:20px; color:#333;
	white-space: nowrap;
	line-height: 40px; padding-left:20px;
    transition: all ease-out 0.3s;
}
nav li li a:before {
	display: none;
}
nav ul uo li{ position:relative}
nav ul uo li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #005ca1;
	border-right: 1px solid #005ca1;
	transform: rotate(45deg) translateY(-50%);
	transition: all ease-out 0.3s;
}
nav li li a:hover {
	/* padding: 0 40px; */ padding-left:30px;
	/*background: #005ca1;*/
	/* background-position: right 15px top 10px; */
	/*color: #fff;*/
}
/*nav li li a:hover:after {*/
/*left: -20px;*/

/*}*/
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: 4px 0 0 10px;
	width: 77%;
	display: block;
}
.head-logo .text .font1 {
	font-size: 24px;
	letter-spacing: 3.6px;
	line-height: 1.6;
	color: #0359be;
	float: left;
	display: block;
}
.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) {
     .btn_nav	{display:block; font-size:0; position:absolute; top:19px; right:10px;width:32px; height:32px;/* background:#FFF;*/}
	 .btn_nav span:before { content:"";position:absolute; left:3px;top:6px; width:26px; height:2px; background:#005ca1;transition: all ease-out 0.3s;}
	 .btn_nav span:after { content:"";position:absolute; left:3px;bottom:6px; width:26px; height:2px; background:#005ca1;transition: all ease-out 0.3s;}
	 .btn_nav span{ width:26px; height:2px; background:#005ca1;  display:block; margin:15px auto;}
	 .btn_nav span.open{background:none;  }
	 .btn_nav span.open:before { transform: rotate(45deg); top:50%; margin-top:-1px;}
	 .btn_nav span.open:after { transform: rotate(-45deg);bottom:50%;margin-bottom:-1px;}
	.head-logo{ width:150px; padding:12px 0}
    .head {
        height: 70px;
    }
    
 nav{overflow-y:scroll; position:fixed; z-index:100; top:70px;bottom:0; left:auto; right:-100%;  margin:0; width:100%; /*background:#000;*/
 -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);}
 nav.on	{ right:0 !important;/*box-shadow: -1px 0 1px #E9EFF5;*/background:rgba(0, 0, 0, 0.6);
 -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
 }
 
nav ul {
/* margin-top: 51px !important; */
margin-right: 0 !important;
background: rgba(0, 0, 0, 0.6); padding-top:0;
}
nav > li a:hover:before, nav li.cur a:before {
    width: 0px;
}
nav>ul>li>a:after {
    transition: all ease-out 0.1s;
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    top: 50%;
    margin-top: -6px;
    right: 23px;
    transform: rotate(45deg);
    border-right: #777 1px solid;
    border-bottom: #777 1px solid;}
    nav ul li.cur div {
    height: auto;
    position: inherit;
    width: 100%;
    float: left; display: block;
}
nav ul li.cur a{color:#005ca1 !important}
nav>ul>li.cur>a:after{  border-right: #005ca1 1px solid;
    border-bottom: #005ca1 1px solid;}
nav ul li ul uo{ width:100%; padding:20px;box-sizing: border-box; display:block; background:#fff}
nav ul li:nth-of-type(3) uo{ width:100%; margin-right:0; padding-top:10px; padding-bottom:10px}
nav ul li:nth-of-type(3) uo h1{ color:#333; line-height:2; font-size:16px;}
nav ul li ul uo li{width:50%; border-top:none}
 nav li ol{ float:left; width:100%; margin-right:0; padding:0}   
    #header {
        height: 70px;
        padding: 0;
        background: #fafafa;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }
    .top_right {
        padding-top: 0;
        position: absolute;
        top: 20px;
        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-nav {
	}
	nav span {
		position: fixed;
		z-index: 9999;
		top: 25px;
		right: 10px;
		display: block;
		width: 30px;
	}
	nav span i {
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background: #005ca1;
		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.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;}
	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;
		position: relative;
	}
	
	nav li span{ top: 0; right: 0;  left: 0;width: 100%; z-index: 999;
		display: block;
		position: absolute;
		height: 51px;
         /*background: #000;bottom: 0;*/
	}
	
	/*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;
		float:left;
		width: 100%;
		border-top: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.95);
	}
	/*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 li.cur ol  h1a{ font-size:18px; line-height:2}
	nav li.cur ol h5b{ padding:10px 0 0; font-size:16px;}
	nav li.cur ol p{ font-size:15px}
	nav ul li a {
		color: #333 !important;
		font-size: 16px;
		text-align: left;
		line-height: 50px; 
	}
	/*nav ul li a.on {*/
	/*	color: #fff !important;	background: #013c96;*/
	/*}*/
	/*nav li a:hover {*/
	/*	background: #013c96;*/
	/*	color: #fff;*/
	/*}*/
	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;
	}
}
