
.pull-left {
	float: left
}

.pull-right {
	float: right
}

.hide {
	display: none
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.common-header_ {
	width: 100%;
	height: auto;
	min-width: 1100px;
	background: #ffffff;
	border-bottom: 1px solid #ededed;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	z-index: 200;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in
}

@media (max-width: 1100px) {
	.common-header_ {
		min-width: 1000px
	}
}

.common-header_ .common-header-center {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1100px;
	height: 70px
}

@media (max-width: 1100px) {
	.common-header_ .common-header-center {
		width: 1000px;
		min-width: 1000px
	}
}

.common-header_ .common-header_logo {
	display: inline-block;
	width: 150px;
	height: 53px;
	margin-top: 5px;
	background-size: 150px 53px;
	background-image: url("images/logo-top.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
	.common-header_ .common-header_logo {
		background-image: url("images/logo01.png")
	}
}

.common-header_ .nav-list li {
	float: left;
	display: inline-block;
	font-size: 14px;
	padding: 0px 40px;
	height: 70px;
	line-height: 70px
}

@media (max-width: 1100px) {
	.common-header_ .nav-list li {
		padding: 0 27px 0 27px
	}
}

.common-header_ .nav-list li a {
	text-decoration: none;
	color: #2c3a46
}

.common-header_ .nav-list li a:hover {
	color: #e00
}

.common-header_ .nav-list li.active a {
	color: #e00
}

.common-header_ .nav-list .last {
	padding-right: 0
}

.common-header_ .nav-list .product-dropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	z-index: 200;
	font-size: 14px;
	padding: 0 38px 0 20px
}

.common-header_ .nav-list .product-dropdown .product-center {
	cursor: pointer
}

.common-header_ .nav-list .product-dropdown:hover .caret:after {
	border-top-color: #e00
}

.common-header_ .nav-list .product-dropdown:hover .product-center {
	color: #e00
}

.common-header_ .nav-list .product-dropdown:hover .dropdown-menu-wrapper {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	-moz-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	max-height: 1000px
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper {
	left: 0px;
	position: absolute;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	z-index: 1000;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu {
	padding: 50px 0px 40px 0px;
	margin: 0 auto;
	width: 1100px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width: 1100px) {
	.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu {
		width: 1000px;
		min-width: 1000px
	}
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu::after {
	content: ' ';
	height: 0;
	display: block;
	clear: both
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product {
	width: 16.66667%;
	float: left
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product div a.item-product-link {
	font-size: 16px;
	text-align: left;
	line-height: 16px;
	color: #333
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product div {
	line-height: 12px;
	margin-top: 10px
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product div .sub-title-link {
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	text-align: left
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product ul {
	list-style-type: none;
	margin-top: 20px
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product ul li {
	padding: 0px;
	float: none;
	display: block;
	line-height: 24px;
	height: auto
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .dropdown-menu .item-product ul li a {
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	color: #38f
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .bottom-contact-container {
	margin: 0 auto;
	width: 1100px;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

@media (max-width: 1100px) {
	.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .bottom-contact-container {
		width: 1000px;
		min-width: 1000px
	}
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .bottom-contact-container .bottom-contact {
	font-size: 12px;
	line-height: 30px;
	color: #666
}

.common-header_ .nav-list .product-dropdown .dropdown-menu-wrapper .bottom-contact-container .bottom-contact .dividing-line {
	display: inline-block;
	padding: 0px 20px
}

.common-header_ .nav-list .caret {
	position: relative;
	display: inline-block
}

.common-header_ .nav-list .caret:after,.common-header_ .nav-list .caret:before {
	content: ' ';
	height: 0;
	width: 0;
	top: 100px;
	position: absolute;
	left: 5px;
	border: 5px solid transparent
}

.common-header_ .nav-list .caret:before {
	border-top-color: #ffffff;
	top: -9px;
	z-index: 2
}

.common-header_ .nav-list .caret:after {
	border-top-color: #333;
	top: -7px;
	z-index: 1
}

.common-header_ .nav-list .login_common_ {
	padding-left: 10px
}

.common-header_ .nav-list .register_common_ {
	padding-left: 10px
}

.common-header_ .nav-list .btn-login {
	width: 80px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #2B90ED;
	color: #2B90ED;
	text-align: center;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

.common-header_ .nav-list .btn-login:hover {
	background-color: #2B90ED;
	color: #FFFFFF
}

.common-header_ .nav-list .btn-register_ {
	width: 80px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color: #2B90ED;
	color: #ffffff;
	text-align: center;
	border-radius: 2px;
	cursor: pointer
}

.common-header_ .nav-list .btn-register_:hover {
	background-color: #5CB0FD;
	color: #ffffff
}

.common-header_ .nav-list .loaded_common_ {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	width: 152px;
	position: relative;
	padding: 0;
	z-index: 200;
	padding-left: 15px;
	margin-right: -16px
}

.common-header_ .nav-list .loaded_common_:hover .loaded-menu_ {
	display: block
}

.common-header_ .nav-list .loaded_common_:hover {
	background-color: #ffffff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5
}

.common-header_ .nav-list .loaded_common_ #mobile_common_ {
	color: #2B90ED
}

.common-header_ .nav-list .loaded_common_ .caret:after {
	border-top-color: #2B90ED
}

.common-header_ .nav-list .loaded_common_ #avatar_common_ {
	width: 16px;
	height: 16px;
	margin-right: 3px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: text-bottom;
	background-size: 16px 16px;
	background-image: url("images/rw.png")
}

.common-header_ .nav-list .loaded_common_ .loaded-menu_ {
	display: none;
	width: 152px;
	margin-left: -16px;
	height: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: 0
}

.common-header_ .nav-list .loaded_common_ .loaded-menu_ li {
	height: 35px;
	width: 150px;
	padding: 0
}

.common-header_ .nav-list .loaded_common_ .loaded-menu_ li a {
	height: 35px;
	width: 150px;
	padding-left: 37px;
	display: block;
	line-height: 35px;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666
}

.common-header_ .nav-list .loaded_common_ .loaded-menu_ li a:hover {
	color: #e00;
	background-color: #F8F8F8
}  
  
  

  
 