﻿.header {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	background:#fff;
	width: 100%
}
.logo {
	margin-top:10px;
	float: left;
	width: 249px;
	height: 58px;
	background: url(../images/logo.png) no-repeat left center;
}
.nav-close { border:0; cursor:pointer; outline:0; margin:0; padding:0; display:none;}

.header-tools button,.header-form button { outline:0; border:0; cursor:pointer;  padding:0;}

.wechat-popup-bd {
	top: -9999rem;
	position: absolute;
	opacity: 0;
	transition: opacity .5s;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10rem;
padding:.6rem;
	background: #fff
}
.wechat-popup-bd img {
	display: block;
	width: 100%;
	height: auto
}
.wechat-popup-bd p {
padding-top:.5rem;
	color: #8b95a0;
	text-align: center;
font-size:.8rem
}
.nav-item {
	margin: 0 18px;
	display: inline-block !important;
	text-align: left
}

@media (max-width:768px) {
.logo { background:url(../images/logomobile.png) no-repeat; width:199px; height:47px; margin-top:20px;}
}
@media (max-width:414px) {
.logo { background-size:100%; width:150px; height:35px; margin-top:20px;}
}
.header-bd {
	margin: 0 auto;
	padding-top:15px;
}
.nav {
	font-size: 16px;
letter-spacing:.05rem;
	font-weight: 300
}
@media (max-width:1200px) {
.logo {
	background-size: 90% auto
}
.nav-sm-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display:none;
	background: rgba(45,56,69,.4)
}
.noscroll  .nav-sm-bg{ display:block}
.nav-fade-enter-active, .nav-fade-leave-active {
	transition: all .5s
}
.nav-fade-enter, .nav-fade-leave-to {
	opacity: 0
}
.logo {
	position: relative;
	z-index: 5;
	display: block
}
.nav-toggle {
	float: right;
	margin-top: 26px;
	z-index: 5;
	width: 1.38rem
}
.nav-toggle i {
	display: block;
	height: 2px;
	background: #036FBC
}
.nav-toggle i:nth-of-type(2) {
margin:.44rem 0
}
.nav-toggle i:nth-of-type(3) {
margin-left:.63rem
}
.header-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh
}
.nav {
	position: absolute;
	z-index: 10;
	right: 0;
	top: -9999rem;
	width: 315px;
	height: 100vh;
	padding: 20px 35px 0 35px;
	background: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	color: #8b95a0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
.nav a {
	color: #8b95a0
}
.nav dd a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.nav dd:last-child a {
	padding-bottom: 0
}
.nav-selected {
	top: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.nav-item {
	position: relative;
	width:100%;
	padding: 10px 0;
	margin:0 !important;
	border-bottom: 1px solid rgba(45,56,69,.12);
	line-height: 40px
}
.nav-item:last-child {
	border-bottom: 0
}
.nav-item-hd {
	position: relative;
	display: block;
	margin-right: 100px;
	color: #2d3845;
	font-size: 16px
}
.nav-sub {
	max-height: 0;
	overflow: hidden;
	transition: all .4s
}
.nav-sub a {
	display: block
}
.nav-sub-bd {
	padding: 20px 0 25px 0
}
.nav-sub-item h4 {
	font-weight: 300
}
.nav-sub-item dd {
	text-indent: 1em
}
.nav-dropdown {
	position: absolute;
	right: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border-radius: 100rem;
	border: 1px solid #555;
	transition: all .5s
}
.nav-dropdown:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	margin-top: 1px;
	overflow: hidden;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid #555;
	transition: all .5s
}
.nav-item-selected .nav-item-hd {
	color: #2d3845
}
.nav-item-selected .nav-dropdown {
	border-color: #2d3845
}
.nav-item-selected .nav-dropdown:before {
	border-top-color: #2d3845;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
	transform: translateX(-50%) translateY(-50%) rotate(60deg);
	margin-left: -1px
}
.nav-item-selected .nav-product {
	max-height: 445px
}
.nav-item-selected .nav-solution {
	max-height: 245px
}
.nav-item-selected .nav-business {
	max-height: 205px
}
.nav-item-selected .nav-news {
	max-height: 325px
}
.nav-item-selected .nav-about {
	max-height: 285px
}
.nav-item-selected .nav-invest {
	max-height: 525px
}
.nav-item-selected .nav-career {
	max-height: 125px
}
.nav-hd {
	padding-top: 1rem;
	text-align: right
}
.nav-close {
	position: absolute;
	right: 35px;
	top: 21px;
	width: 20px;
	height: 20px;
	background: url(../images/close-42eb53062a.svg) no-repeat center center;
	background-size: 12px
}
.nav-close { display: block;}

.header-fixed, .simple .header {
	background: #fff
}
.header-fixed .logo, .simple .header .logo {
	background-image: url(../images/logomobile.png); margin-top:15px;
}
.header-fixed .nav-toggle i, .simple .header .nav-toggle i {
	background: #14AEC5
}
.header-tools {
	display: none
}
.header-sm-search {
	position: relative;
	margin: 0 30px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(45,56,69,.12)
}
.header-sm-field {
	width: 100%;
	padding-left: 20px;
	border: 0;
	font-size: 14px
}
.header-sm-field::-webkit-search-cancel-button {
display:none
}
.header-sm-search-icon {
	position: absolute;
	left: 0;
	top: 3px
}
}

@media (max-width:1440px) {
.nav-item {
	margin: 0 15px;
	display: inline-block !important;
	text-align: left
}

}

@media (max-width:1366px) {
.nav-item {
	margin: 0 10px;
}

}

@media (min-width:1201px) {
.nav-toggle {
	display: none
}
.nav-item-hd {	color: #333333; font-size:15px;font-weight:bold;}
.nav-item .on {	color: #02438e;}
.header {
	background:#fff;
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
	transition: background .5s
}
.header.header-fixed, .header:hover, .simple .header {
	background: #fff
}
.header.header-fixed .logo, .header:hover .logo, .simple .header .logo {
	background-image: url(../images/logo.png)
}
.header.header-fixed .nav-item-hd, .header:hover .nav-item-hd, .simple .header .nav-item-hd {
	color: #333;
}
.header.header-fixed .nav-item-hd:hover, .header:hover .nav-item-hd:hover, .simple .header .nav-item-hd:hover {
	color: #02438e
}
.nav {float:right;text-align: center}
.nav-item-selected .nav-item-hd { border-bottom-color: #2d3845}
.nav-item-selected .nav-sub { top: 110px;	opacity: 1}
}

@media (min-width:1201px) and (max-width:768px) {
.nav-item-selected .nav-sub {
	top: 70px
}
}
@media (min-width:1201px) {
.nav-item-hd {
	display: inline-block;
	position: relative;
	bottom: -1px;
	border-bottom: 3px solid transparent;
	line-height: 77px
}
}
@media (min-width:1201px) and (max-width:768px) {
.nav-item-hd {
	line-height: 67px
}
}
@media (min-width:1201px) {

.nav-sub {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -9999rem;
	width: 100vw;
	border-top: 1px solid #efeff0;
	background: #fff;
	text-align: center;
	opacity: 0
}
.nav-sub a {
	color: #555
}
.nav-sub a:hover {
	color: #2d3845
}
.nav-sub-bg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	width: 100vw;
	height: calc(100vh - 100%);
	background: rgba(45,56,69,.4);
	pointer-events: none
}
.nav-sub-bd { padding:20px 0;position: relative; max-width:1300px; width:100%; margin:0 auto;}
.nav-sub-item {
	display: inline-block;
	margin: 0 1.25rem;
	text-align: left;
	vertical-align: top
}
.nava1 .nav-sub-item:first-child { padding-left:0;}
.nava2 .nav-sub-item:first-child { padding-left:5%;}
.nava3 .nav-sub-item:first-child { padding-left:15%;}
.nava4 .nav-sub-item:first-child { padding-left:25%;}
.nava5 .nav-sub-item:first-child { padding-left:45%;}
.nava6 .nav-sub-item:first-child { padding-left:55%;}
.nava7 .nav-sub-item:first-child { padding-left:65%;}


@media only screen and (max-width:1600px){
.nava1 .nav-sub-item:first-child { padding-left:2%;}
.nava3 .nav-sub-item:first-child { padding-left:25%;}

}
.nav-sub-item h4+h4 {
	margin-top: 1.25rem
}
.nav-sub-item h4 a {
	color: #333333; 
}
.nav-sub-item h4 a:hover {
	color: #0067da
}
.nav-sub-item dd {
margin-top:.63rem
}
.nav-sub-item dd:first-child {
	margin-top: 1.25rem
}
.nav-hd {
	display: none
}
.header-icon {
	color: #fff
}
.header-tools {
	float: right;
	margin-top: 25px
}
.header-search { margin-top:3px;}
.fa-weixin { margin-top:3px;}
.header-tools, .header-tools a {
	color: #fff
}
.header-fixed .header-tools .header-icon, .header-fixed .header-tools a, .header:hover .header-tools .header-icon, .header:hover .header-tools a, .simple .header-tools .header-icon, .simple .header-tools a {
	color: #7B7B7B
}
.fa-weixin1 { background:url(../images/headtb.jpg) no-repeat; width:19px; height:19px; display:inline-block;}
.fa-search1 { background:url(../images/search.jpg) no-repeat; width:19px; height:20px; display:inline-block;}

.header-fixed .header-tools .header-icon:hover, .header-fixed .header-tools a:hover, .header:hover .header-tools .header-icon:hover, .header:hover .header-tools a:hover, .simple .header-tools .header-icon:hover, .simple .header-tools a:hover {
	color: #1C74B3
}
.header-en, .header-icon, .header-wechat-popup {
	float: left;
	margin-left: 1.5rem;
	line-height: 16px
}
.header-icon {
	width: 1.3rem;
	height: 1.3rem;
	background: 0 0;
	color: #7F7F7F;
	font-size:20px;
	text-align: center
}
.fa-mobile { font-size:26px;}
.header-en {
font-size:.8rem;
	font-weight: 300
}
.header-wechat-popup {
	position: relative;
	margin-left: 0
}
.header-wechat-popup:hover .wechat-popup-bd {
	top: 48px;
	opacity: 1
}
.header-form {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff
}
.header-form-bd {
	position: relative;
	max-width: 80%;
	margin: 0 auto
}
.header-form-bd, .header-form-bd form {
	height: 100%
}
.header-field {
	display: block; outline:0;
	width: 100%;
	padding:0 2rem 0 .5rem;
	border: 0;
	font-size:16px;
	height: 80px;
}
.header-clear {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5rem;
	color: #555
}
.header-sm-search {	display: none !important; }
}
@media only screen and (max-width:767px){
.header-bd {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 0px;
}
.header-fixed .logo, .simple .header .logo {
	background-size:96%; width:200px;
}
.header-form { display:none;}
}


