﻿.header_v3 {
	position: relative;
	background-color:#133978;
}
.header_v3 .shielding {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background: #131121;
	z-index: 1;
}
.header_v3 a,
.header_v3 li {
	color: white;
}
.header_v3 a:hover {
	color: #02a5e5;
}
.header_v3 .logo-img {
	display: none;
}
.header_v3 .nav-container {
	max-width: 1220px;
	margin: 0 auto;
	font-size: 16px;
	z-index: 11;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.header_v3 .nav-container .logo {
	width: 130px;
	margin-right: 100px;
	margin-top:-4px;
}
.header_v3 .nav-container .nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.header_v3 .nav-container .nav .nav-category {
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
}
.header_v3 .nav-container .nav .nav-category > li {
	float: left;
	line-height: 16px;
	padding: 35px 19px 30px;
	margin-right: 2px;
}
.header_v3 .nav-container .nav .nav-category > li.default .sub-nav-wrap {
	padding: 45px 0;
	font-size: 20px;
	line-height: 20px;
}
.header_v3 .nav-container .nav .nav-category > li.default .sub-nav-wrap .nav-main {
	height: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.header_v3 .nav-container .nav .nav-category > li.default .sub-nav-wrap .nav-item {
	margin: 0 21px;
	position: relative;
}
.header_v3 .nav-container .nav .nav-category > li.default .sub-nav-wrap .nav-item:hover a:hover {
	color: white;
}
.header_v3 .nav-container .nav .nav-category > li.default .sub-nav-wrap .nav-item.active .tabs-line {
	display: block;
}
.header_v3 .nav-container .nav .nav-category > li.default .sub-nav-wrap .nav-item .tabs-line {
	display: none;
	width: 65px;
	height: 2px;
	bottom: -22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header_v3 .nav-container .nav .nav-category > li.product .sub-nav-wrap .tabs-line {
	width: 193px;
}
.header_v3 .nav-container .nav .nav-category > li.case .sub-nav-wrap .tabs-title .tabs-line {
	width: 148px;
}
.header_v3 .nav-container .nav .nav-category > li.case .sub-nav-wrap .grid-container .column-item {
	width: auto;
	padding: 0 120px 0 50px;
	margin: 25px 0;
}
.header_v3 .nav-container .nav .nav-category > li.case .sub-nav-wrap .grid-container .column-item * {
	font-size: 16px!important;
	margin: 0!important;
}
.header_v3 .nav-container .nav .nav-category > li:hover > a {
	color: #02a5e5;
}
.header_v3 .nav-container .nav .nav-category > li:last-child {
	margin-right: 0;
}
.header_v3 .nav-container .nav .sub-nav {
	top: 100%;
	z-index: 101;
	width: 100%;
	left: 0;
	margin-top: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
	position: absolute;
	height: auto;
	display: none;
	overflow: hidden;
	background-color: #131121;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap {
	width: 1220px;
	margin: 0 auto;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .tabs-line {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background: #02a5e5;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .tabs .tabs-title {
	padding: 50px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #312f3d;
	position: relative;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .tabs .tabs-title .tab-title {
	padding: 0 30px;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .tabs .tabs-main .tab-main {
	padding: 25px 0;
	display: none;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .tabs .tabs-main .tab-main:first-child {
	display: block;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	width: 375px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 25px 0;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-img {
	width: 200px;
	height: 200px;
	margin-right: 10px;
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 200px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-img a img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link {
	display: inline-block;
	max-width: 208px;
	margin-top: 18px;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link .title {
	color: #fff;
	line-height: 18px;
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link .title:hover {
	color: #02a5e5;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link .product-type .nav-item {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link .product-type .nav-item a {
	color: white;
	opacity: .5;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link .product-type .nav-item a:hover {
	color: #02a5e5;
}
.header_v3 .nav-container .nav .sub-nav .sub-nav-wrap .grid-container .column-item .product-link .font-opensans {
	font-size: 14px;
	line-height: 1.5;
	color: white;
	opacity: .5;
	margin-bottom: 14px;
	width: 145px;
}
.header_v3 .header-btn {
	float: right;
	list-style: none;
	vertical-align: middle;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 81px;
}
.header_v3 .header-btn .del {
	margin-right: 0;
	width: auto;
	background: unset;
	margin-top:-20px;
}
.header_v3 .header-btn .del img
{
	margin-right:4px;	
}
.header_v3 .header-btn .del:hover > a {
	color: #02a5e5;
}
.header_v3 .header-btn .del:hover .language_icon {
	background-position: 0 0;
}
.header_v3 .header-btn .del:hover .loginMenu {
	opacity: 1;
	height: 73px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.header_v3 .header-btn .del:hover .loginMenu b {
	-webkit-transition: all .2s .3s;
	-o-transition: all .2s .3s;
	-moz-transition: all .2s .3s;
	transition: all .2s .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: block;
	opacity: 1;
}
.header_v3 .header-btn .del:hover .loginMenu li {
	-webkit-transition: all .2s 0.5s;
	-o-transition: all .2s 0.5s;
	-moz-transition: all .2s 0.5s;
	transition: all .2s 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 1;
	display: block;
}
.header_v3 .header-btn .del i {
	width: 18px;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background: no-repeat center center / cover;
}
.header_v3 .header-btn .del i.language_icon {
	background-image: url("../images/region.png");
	background-position: 0 -36px;
}
.header_v3 .header-btn div {
	width: 18px;
	height: 19px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: no-repeat center center / contain;
	cursor: pointer;
	position: relative;
}
.header_v3 .header-btn div a {
	display: block;
	height: 100%;
}
.header_v3 .header-btn div span {
	display: inline-block;
	vertical-align: middle;
	font-size:28px;
	color:#FFFFFF;
}
.header_v3 .header-btn .search-icon {
	background-image: url("../images/search_icon.png");
}
.header_v3 .header-btn .search-icon:hover {
	background-image: url("../images/search_icon_hover.png");
}
.header_v3 .header-btn .account {
	background-image: url("../images/account_icon.png");
}
.header_v3 .header-btn .account:hover {
	background-image: url("../images/account_icon_hover.png");
}
.header_v3 .header-btn .loginMenu {
	position: absolute;
	width: 100px;
	height: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 30px;
	right: -15px;
	z-index: 20;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: #fff;
	border: 1px solid #e9e9e9;
}
.header_v3 .header-btn .loginMenu li {
	display: none;
	-webkit-transition: all .2s .5s;
	-o-transition: all .2s .5s;
	-moz-transition: all .2s .5s;
	transition: all .2s .5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	float: none;
	text-align: center;
	margin: 0;
}
.header_v3 .header-btn .loginMenu li a {
	color: #133978;
	font-size: 12px;
	line-height: 36px;
	display: block;
}
.header_v3 .header-btn .loginMenu li:hover a {
	color: #133978;
}
.header_v3 .header-btn .loginMenu b {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent white;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#footer {
	background:#133978;
	height:auto;
}
#footer.footer_v3 .footerWarper {
	float: unset;
	background: transparent;
}
#footer.footer_v3 .footerWarper .footerContent {
	padding:90px 0;
	width:auto;
	max-width:1200px;
	background:#133978;
}
#footer.footer_v3 .footerWarper .footerContent .footerList {
	width: auto;
}
#footer.footer_v3 .footerWarper .footerContent .footerList .title {
	font-size: 20px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 48px;
	letter-spacing: 1px;
	font-weight: bold;
}
#footer.footer_v3 .footerWarper .footerContent .footerList li {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 28px;
	text-align: center;
}
#footer.footer_v3 .footerWarper .footerContent .footerList li a {
	color: white;
}
#footer.footer_v3 .footerWarper .footerContent .footerList li a:hover {
	color: #1696C7;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel p {
	color: white;
	line-height: 1;
	border-bottom: 1px solid white;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel p span {
	font-size: 12px;
	display: block;
	margin: 15px 0 10px;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel p .Consultation {
	top: 0;
	margin-top: 0;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: white;
	color: white;
	height: 50px;
	line-height: 50px;
	width: 105px;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel p .Consultation:hover {
	border-color: #02a5e5;
	color: #02a5e5;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel .wtt {
	padding: 10px 0;
	min-height: auto;
	border-bottom: 1px solid white;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel .wtt a {
	float: left;
	width: auto;
	margin-right: 30px;
	color: white;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel .wtt a:hover {
	color: #02a5e5;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel .wtt a.last-child {
	margin-right: 0;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel .qrCode > div a {
	color: white;
}
#footer.footer_v3 .footerWarper .footerContent .footerTel .qrCode > div a:hover {
	color: #02a5e5;
}
#footer.footer_v3 .footerBottomBg {
	background: #133978;
	float: unset;
}
#footer.footer_v3 .footerBottomBg .footerBottom {
	font-size: 14px;
	height: 80px;
	padding: 13px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #133978;
}
#footer.footer_v3 .footerBottomBg .footerBottom p {
	float: unset;
	color: white;
}
#footer.footer_v3 .footerBottomBg .footerBottom a {
	color: white;
}
#footer.footer_v3 .footerBottomBg .footerBottom a:hover {
	color: #02a5e5;
}
#footer.footer_v3 .footerBottomBg .footerBottom .privacy,
#footer.footer_v3 .footerBottomBg .footerBottom .Cwwang {
	margin-left: 0;
}
#footer.footer_v3 .footerBottomBg .footerBottom .reserved a {
	margin-right: 5px;
}
#footer.footer_v3 .footerBottomBg .footerBottom .language i {
	color: white;
}
.qrCode .weChat img {
	top: 47px;
	left: -60px;
}
.qrCode .weChat span {
	top: 40px;
	left: 8px;
	z-index: 0;
}
@media screen and (max-width: 1400px) {
  .header_v3 .nav-container .nav {
    padding-right: 15px;
  }
}