@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: auto;
	min-width: 1350px;
	font-size: 14px;
	background: #eaeaea;
}

body {
	font-family: "microsoft yahei";
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

.clear {
	clear: both;
}

header {
	position: fixed;
	width: 100%;
	height: 133px;
	background: #ffffff;
	left: 0;
	top: 0;
	z-index: 9;
}

.header-main {
	width: 79%;
	height: auto;
	padding-top: 24px;
	margin-top: 0;
	margin: 0 auto;
	background: #ffffff;
}

.header-main-logo {
	width: 355px;
	height: auto;
}

header nav {
	position: relative;
	float: right;
}

header nav ul {
	text-align: center;
	margin-top: 41px;
}

header nav ul li {
	width: 20%;
	list-style: none;
	text-align: center;
	font-size: 16px;
	color: #535353;
	display: inline;
	margin-right: 0px;
	padding: 5px 11px 5px 11px;
	border: 2px solid #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

header nav ul li:nth-child(5) {
	margin-right: 10px;
}

header nav ul li:hover {
	border: 2px solid #ffcc00;
	color: #ffcc00;
}

header .header-main-extra {
	margin-left: 20px;
	margin-top: 42px;
	margin-right: 20px;
	float: right;
	border-left: 1px solid #999999;
}

header .header-main-extra img {
	width: 23px;
	height: 23px;
	margin-left: 18px;
	cursor: pointer;
	float: left;
}

header .header-main-extra img:nth-child(1) {
	margin-left: 38px;
}

.contactright {
	position: fixed;
	width: 310px;
	right: 0;
	top: 30%;
	/*margin-top: -127px;*/
	background-color: #191919;
	z-index: 1000;
	transition: width 0.3s ease 0s;
}

.on {
	width: 70px;
}

.contactright .top-list {
	width: 100%;
}

.contactright .top-list ul {
	width: 100%;
	list-style: none;
}

.contactright .top-list ul li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #3b3b3b;
	transition: background 0.3s ease 0s;
	height: 65px;
}

.contactright .top-list ul li:nth-child(1),
.contactright .top-list ul li:nth-child(2),
.contactright .top-list ul li:nth-child(4) {
	cursor: pointer;
}

.contactright .top-list li:hover {
	background-color: white;
}

.contactright .top-list li:hover .text {
	color: black;
}

.contactright .top-list li:hover .ico_qq {
	background: url(../images/base/ico_right_qq_black.png) no-repeat center #fff;
}

.contactright .top-list li:hover .ico_headset {
	background: url(../images/base/ico_right_headset_black.png) no-repeat center #fff;
}

.contactright .top-list li:hover .ico_call {
	background: url(../images/base/ico_right_call_black.png) no-repeat center #fff;
}

.contactright .top-list li:hover .ico_up {
	background: url(../images/base/ico_right_up_black.png) no-repeat center #fff;
}

.contactright .top-list .text {
	display: inline-block;
	font-size: 19px;
	line-height: 65px;
	color: #f3f3f4;
	transition: color 0.3s ease 0s;
	position: absolute;
	left: 35px;
	top: 0;
	z-index: 1;
	width: 240px;
	float: left;
}

.contactright .top-list .ico {
	display: inline-block;
	width: 69px;
	height: 65px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: 2;
}

.contactright .top-list .ico_qq {
	background: url(../images/base/ico_right_qq_white.png) no-repeat center #191919;
}

.contactright .top-list .ico_headset {
	background: url(../images/base/ico_right_headset_white.png) no-repeat center #191919;
}

.contactright .top-list .ico_call {
	background: url(../images/base/ico_right_call_white.png) no-repeat center #191919;
}

.contactright .top-list .ico_up {
	background: url(../images/base/ico_right_up_white.png) no-repeat center #191919;
}

.contactright .share {
	position: relative;
	height: 65px;
}

.contactright .share .share-button {
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	float: left;
	display: inline;
}

.contactright .share .share-button span {
	display: inline-block;
	width: 60px;
	height: 65px;
	float: left;
	transition: background 0.3s ease 0s;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.contactright .share .share-button span:hover {
	background-color: #525354;
}

.contactright .share .share-button .sina {
	background: url(../images/base/ico_right_sina.png) no-repeat center;
}

.contactright .share .share-button .wx {
	background: url(../images/base/ico_right_wx.png) no-repeat center;
}

.contactright .share .share-button .tx {
	background: url(../images/base/ico_right_tx.png) no-repeat center;
}

.contactright .share .share-button .more {
	background: url(../images/base/ico_right_more.png) no-repeat center;
}

.contactright .share .ico_share {
	width: 60px;
	height: 65px;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	position: relative;
	float: right;
	background: url(../images/base/ico_right_share.png) no-repeat center #191919;
}
.weixin_qrcode{
	position: fixed;
	width: 12.5%;
	height: auto;
	left: 43.75%;
	top: 30%;
	padding: 10px;
	background: white;
	display: none;
}
.wx_close{
	font-size: 14px;
	color: #333333;
	text-align: right;
	cursor: pointer;
}
.wx_code{
	width: 100%;
	height: auto;
}
.wx_text{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	text-align: center;
}
footer {
	width: 79%;
	height: auto;
	margin-top: 0;
	margin: 0 auto;
	text-align: center;
}

footer .footer-info {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	background: #f6f6f6;
	text-align: center;
	margin: auto;
}

footer .footer-bottom {
	width: 100%;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	background: #353f47;
	text-align: center;
	margin: auto;
}

footer .footer-info .fr {
	width: 64%;
	height: auto;
	margin: 0 auto;
}

footer .footer-bottom .fr-bottom {
	width: 84%;
	height: auto;
	margin: 0 auto;
}

footer .footer-info .fr .footer-info-add {
	width: 41%;
	height: auto;
}

footer .footer-info .fr .footer-info-wec {
	width: 23%;
	height: auto;
}

footer .footer-info .fr .footer-info-adv {
	width: 20%;
	height: auto;
}

footer .footer-info .fr .footer-info-add,
footer .footer-info .fr .footer-info-wec,
footer .footer-info .fr .footer-info-adv {
	margin: 0 auto;
	float: left;
	text-align: left;
}

footer .footer-info .fr .footer-info-add,
footer .footer-info .fr .footer-info-wec {
	margin-right: 8%;
}

footer .footer-info .fr .footer-info-add .footer-info-add-title,
footer .footer-info .fr .footer-info-wec .footer-info-wec-title,
footer .footer-info .fr .footer-info-adv .footer-info-adv-title {
	width: 100%;
	text-align: left;
	color: #333333;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

footer .footer-info .fr .footer-info-add .footer-info-add-boxs,
footer .footer-info .fr .footer-info-wec .footer-info-wec-boxs,
footer .footer-info .fr .footer-info-adv .footer-info-adv-boxs {
	width: 100%;
	text-align: left;
	padding-top: 30px;
}

.footer-info-adv-boxs .qq-aftersale,
.footer-info-adv-boxs .qq-businesscon {
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	padding-left: 40px;
	line-height: 34px;
	width: 75px;
	color: #9e7777;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	background: url(../images/footer/icon_qq_black.png) no-repeat 17px center;
}

.footer-info-adv-boxs .qq-aftersale:hover,
.footer-info-adv-boxs .qq-businesscon:hover {
	border: 1px solid #333;
	color: white;
	background: url(../images/footer/icon_qq_white.png) no-repeat 17px center #333;
}

footer nav {
	position: relative;
	float: left;
}

footer nav ul {
	text-align: center;
	margin-top: 5px;
}

footer nav ul li {
	width: 20%;
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #535353;
	display: inline;
	transition: color 0.3s ease 0s;
}

footer nav ul li:nth-child(1),
footer nav ul li:nth-child(3),
footer nav ul li:nth-child(5),
footer nav ul li:nth-child(7),
footer nav ul li:nth-child(9) {
	cursor: pointer;
}

footer nav ul li:nth-child(2),
footer nav ul li:nth-child(4),
footer nav ul li:nth-child(6),
footer nav ul li:nth-child(8) {
	width: 1px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: default
}

footer nav ul li:nth-child(1):hover,
footer nav ul li:nth-child(3):hover,
footer nav ul li:nth-child(5):hover,
footer nav ul li:nth-child(7):hover,
footer nav ul li:nth-child(9):hover {
	color: #fff;
}

footer .footer-bottom-c {
	margin-top: 5px;
	float: right;
	font-size: 12px;
	color: #535353;
}

footer .footer-cont {
	position: fixed;
	width: 100%;
	height: 110px;
	left: 0;
	bottom: 0;
	text-align: left;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7) no-repeat left top;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}

.footer-cont span {
	float: left;
	color: white;
	cursor: pointer;
}

.footer-cont .online {
	/*width: 176px;*/
	width: 9.1%;
	height: 110px;
	margin-left: 14%;
	background: url(../images/base/ico_footer_online.png) no-repeat left center;
	background-size: 100% auto;
}

.footer-cont .businesscon {
	/*width: 106px;*/
	width: 10.5%;
	height: 110px;
	line-height: 110px;
	font-size: 26px;
	margin-left: 5.8%;
	/*padding-left: 100px;*/
	padding-left: 6%;
	background: url(../images/base/ico_footer_businesscon.png) no-repeat 5% center;
	background-size: 24% auto;
}

.footer-cont .businesscon:hover {
	background: url(../images/base/ico_footer_businesscon.png) no-repeat 5% center #ffc20e;
}

.footer-cont .onlinemes {
	/*width: 106px;*/
	width: 10.5%;
	height: 110px;
	line-height: 110px;
	font-size: 26px;
	margin-left: 5.4%;
	/*padding-left: 100px;*/
	padding-left: 6%;
	background: url(../images/base/ico_footer_onlinemes.png) no-repeat 5% center;
	background-size: 24% auto;
}

.footer-cont .onlinemes:hover {
	background: url(../images/base/ico_footer_onlinemes.png) no-repeat 5% center #ffc20e;
}

.footer-cont .hotline {
	/*width: 323px;*/
	width: 17%;
	height: 110px;
	margin-left: 2.1%;
	background: url(../images/base/ico_footer_hotline.png) no-repeat left center;
	background-size: 100% auto;
}

.add span,
.tel span {
	font-weight: 700;
}

.icon-add {
	width: 20px;
	height: auto;
	cursor: pointer;
	margin-top: 10px;
}

@media screen and (max-width: 1370px) {
	.footer-cont .businesscon {
		font-size: 18px;
	}
	.footer-cont .onlinemes {
		font-size: 18px;
	}
	footer .footer-cont {
		height: 80px;
	}
	.footer-cont .online {
		height: 80px;
	}
	.footer-cont .businesscon {
		height: 80px;
		line-height: 80px;
	}
	.footer-cont .onlinemes {
		height: 80px;
		line-height: 80px;
	}
	.footer-cont .hotline {
		height: 80px;
	}
}