@charset "utf-8";

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*顶部-导航start*/

#top-navigate {
	position: relative;
}

.topnav-common {
	background: #f3f3f3;
	color: #777777;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

.topnav-common a {
	color: #777777;
}

.topnav-common a:hover {
	color: #008bff;
}

.topnav-common .topnav-ora,
.topnav-common .topnav-ora:hover {
	color: #1cb7fd;
}

.topnav-white {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.topnav-con {
	position: relative;
	min-width: 850px;
	height: 38px;
	line-height: 38px;
}

.topnav-iconphone {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 12px;
	background: url("./imgs/common-nav.png") no-repeat 0 -185px;
}

.topnav-phone {
	width: 83px;
	height: 38px;
	float: left;
	position: relative;
	padding-left: 9px;
	cursor: pointer;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.topnav-white .topnav-phone {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.topnav-phone:hover {
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.topnav-arrow {
	background-image: url("./imgs/common-nav.png");
	background-repeat: no-repeat;
	background-position: 74px -14px;
}

.topnav-phone-detail {
	width: 255px;
	border: 1px solid #e9e9e9;
	border-top: 0;
	position: absolute;
	background: #fff;
	z-index: 999999;
	top: 38px;
	left: -1px;
	display: none;
}

.topnav-phone:hover .topnav-phone-detail {
	display: block;
}

.topnav-phone:hover.topnav-arrow {
	background-position: 74px -41px;
}

.topnav-phone-detail .topnav-phone-d-t {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	padding-left: 10px;
}

.topnav-phone-detail .topnav-phone-d-img {
	line-height: 0;
	padding: 10px 0 10px 10px;
}

.topnav-menu .topnav-arrow {
	padding-right: 16px;
	background-position: 48px -14px;
}

.topnav-menu li {
	position: relative;
	padding: 0 5px 0 10px;
	float: left;
}

.topnav-menu .topnav-menu-con {
	padding-right: 10px;
}

.topnav-menu .iconfont {
	display: block;
	background: url("./imgs/common-nav.png") no-repeat;
	width: 20px;
	height: 15px;
	float: left;
	margin-top: 11px;
	background-position: 0 0;
}

.topnav-list-haschild {
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	cursor: pointer;
}

.topnav-white .topnav-list-haschild {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.topnav-list-haschild:hover {
	background-color: #ffffff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.topnav-list-childcon {
	border: solid 1px #e9e9e9;
	border-top: none;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	display: none;
}

.topnav-list-childcon {
	width: 190px;
	padding: 9px 0 3px 0;
	position: absolute;
	left: -1px;
}

.topnav-list-childcon dl {
	padding-left: 12px;
	line-height: 1.5;
	font-size: 12px;
}

.topnav-list-childcon dl dt {
	cursor: auto;
	color: #111;
}

.topnav-list-childcon dl dd {
	float: left;
	padding: 4px 16px 6px 0;
}

.topnav-usercenter:hover .topnav-arrow {
	background-position: 48px -41px;
}

.topnav-usercenter:hover .topnav-usercenter-con,
.topnav-usercenter:hover .topnav-navigation-con {
	display: block;
}

.topnav-usercenter .topnav-navigation-con {
	width: 140px
}

/*顶部-导航end*/


/*宽度容器start*/

.wrap-small {
	width: 950px;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.wrap-middle {
	width: 1190px;
	min-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.wrap-large {
	width: 1390px;
	min-width: 1390px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1190px) {

	.wrap-adaption,
	.wrap-prodetail-adaption {
		width: 950px;
		min-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1190px) and (max-width: 1390px) {
	.wrap-adaption {
		width: 1190px;
		min-width: 1190px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1390px) {
	.wrap-adaption {
		width: 1390px;
		min-width: 1390px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1190px) {
	.wrap-prodetail-adaption {
		width: 1190px;
		min-width: 1190px;
		margin-left: auto;
		margin-right: auto;
	}
}

.pl20 {
	padding-left: 20px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl6 {
	padding-left: 6px !important;
}

.hide {
	display: none;
}


/*宽度容器end*/

/*网页中的盒子*/
.common_box{
	box-sizing:border-box;
	padding:5px 30px 0;
	margin:15px 0 20px;
	width:100%;
}

#footer{
	background:#20232c;
	border-top: 1px solid #e8e8e8;
}
.footer1{
	
}
.footer1 p{
	color:#282d3a;
	line-height:46px;
	text-align:center;
}
.footer1 p a{
	color:#d5d5d5;
	font-size:13px;
	margin:0 10px;
}
.footer1 p a:hover{
	text-decoration:underline;
}
.footer2 p{
	color:#525766;
	line-height:25px;
	text-align:center;
}
.footer2 p span{
	color:#525766;
	display:block;
	font-size:14px;
}
.footer3{
	padding-bottom:20px;
	padding-top:15px;
}
.footer3 p{
	color: #525766;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}