body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td,em,i{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
em,i{
	font-style: normal;
}
textarea{
	resize: none;
}
input,textarea{
    outline: none;
    border: none;
}
img{
	border: 0;
	vertical-align: middle;
}
a{
	border: 0;
	color: #666;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
li{
	list-style-type: none;
}
.hide{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hide2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body{
	min-width: 1400px;
}
.noSelect{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

::-webkit-scrollbar{  
    width: 8px;  
    height: 8px;
}  

::-webkit-scrollbar-thumb{
	border-radius: 4px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ddd; /*滚动条的背景色*/
}
::-webkit-scrollbar-track-piece{ /*滚动条凹槽的背景色*/
	background: #f1f1f1;
}
input[disabled]{
	background: transparent;
}

/*header_start*/
.header{
	width: 100%;
	height: 80px;
	background: #22252a;
}

.header .hCon{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.header .logo{
	float: left;
	width: 245px;
	height: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 0;
}

.header .logo img{
	max-width: 100%;
	max-height: 100%;
}

.header .nav{
	float: left;
	margin: 35px 0 0 0;
}

.header .nav li{
	float: left;
	margin: 0 50px 0 0;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}

.header .nav li a{
	color: #fff;
}

.header .nav li:hover a {
	color: #258fd2;
}

.header .shopCart{
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 0;
	margin: 35px 30px 0 0;
}
.header .shopCart img{
	max-width: 100%;
	max-height: 100%;
}

.header .member{
	float: right;
	margin: 35px 0 0 0;
}

.header .member li{
	float: left;
	width: 98px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #258fd2;
	border-radius: 6px;
	font-size: 16px;
	overflow: hidden;
}
.header .member li:first-child{
	margin: 0 20px 0 0;
}
.header .member li:hover a{
	color: #fff;
	background: #258fd2;
}
.header .member li a{
	width: 100%;
	height: 100%;
	display: block;
	color: #258fd2;
}
/*header_end*/


/*footer_start*/
.footer{
	width: 100%;
	height: auto;
	background: #212232;
	overflow: hidden;
}
.fCon{
	width: 1200px;
	height: auto;
	margin: 50px auto 0;
	overflow: hidden;
}
.fNav{
	width: 100%;
	overflow: hidden;
	display:none;
}
.fNav li{
	float: left;
	width: 220px;
	height: 200px;
	border-left: 1px solid #2d2e3d;
	padding: 0 0 0 20px;
}
.fNav li:first-child{
	border-left: none;
	padding: 0;
}
.fNav dt{
	font-size: 16px;
	color: #fff;
}
.fNav dd{
	color: #5d5e66;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 15px 0 0 0;
}
.fNav dd a{
	color: #5d5e66;
}
.fNav dd a:hover{
	color: #258fd2;
}

.fCopy{
	height: 16px;
	line-height: 16px;
	margin: 60px 0;
	font-size: 14px;
	color: #5d5e66;
	text-align: center;
}
/*footer_end*/

/*market_start*/
.market{
	position: fixed;
    right: 20px;
    bottom: 170px;
    z-index: 999;
    width: 40px;
}
.market .m1,.market .m2{
	/*overflow: hidden;*/
	cursor: pointer;
	position: relative;
	perspective: 800px;
	background: rgba(0,0,0,.6);
}
.market .m1 span{
	display: block;
    width: 30px;
    margin: 0 auto;
    padding: 32px 0 5px 0;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: url(../images/bt_mk_imgh.png) no-repeat center 5px;
    background-size: 90%;
}
.market .m1 ul{
	width: 350px;
	background: #fff;
	position: absolute;
	right: 50px;
	top: 50%;
	opacity: 0;
	transform: rotateY(-90deg) translateY(-50%) scale(.9);
	transform-origin: right center;
	transition: .6s;
	-webkit-transform: rotateY(-90deg) translateY(-50%) scale(.9);
	-webkit-transform-origin: right center;
	-webkit-transition: .6s;
	border: 1px solid #eee;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
}
.market .m2 div{
	width: 124px;
	background: #fff;
	position: absolute;
	right: 50px;
	top: 50%;
	opacity: 0;
	transform: rotateY(-90deg) translateY(-50%) scale(.9);
	transform-origin: right center;
	transition: .6s;
	-webkit-transform: rotateY(-90deg) translateY(-50%) scale(.9);
	-webkit-transform-origin: right center;
	-webkit-transition: .6s;
	border: 1px solid #ddd;
}
.market .m1 ul li{
	width: 100%;
	height: 88px;
}
.market .m1 ul li:hover{
	background: #f8f8f8;
}
.market .m1 ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.market .m1 ul li .pic{
	float: left;
	width: 70px;
	height: 100%;
	line-height: 88px;
	text-align: center;
	font-size: 0;
}
.market .m1 ul li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.market .m1 ul li h5{
	float: left;
	font-weight: normal;
	width: 70%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.market .m1 ul li p{
	float: left;
	width: 70%;
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.market .m1.current ul,.market .m2.current div{
	opacity: 1;
	transform: rotateY(0) translateY(-50%) scale(1);
	-webkit-transform: rotateY(0) translateY(-50%) scale(1);
}
.market .m2.current>span{
	background: none;
}
.market .m2.current>span::before{
	display: block;
}
.market .hr{
	width: 100%;
	height: 5px;
}
.market .m2{
	width: 100%;
	height: 45px;
}
.market .m2 span{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	box-sizing: border-box;
	padding: 6px;
	text-align: center;
	display: block;
	background: url(../images/bt_mk_img5.png) no-repeat center;
	background-size: 70%;
}
.market .m2>span::before{
	content: '扫码关注';
	width: 100%;
	height: 100%;
	display: none;
}
.market .m2 div.ewm{
	padding: 8px;
}
.market .m2 div.ewm i{
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ddd;
}
.market .m2 div.ewm i::before{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -9px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #fff;
}
.market .m2 div.ewm img{
	width: 124px;
	height: auto;
}
.market .m2 div.ewm span{
	line-height: 28px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
/*market_end*/