* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	overflow-y: auto;
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
#customerService img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zhichi {
	cursor: pointer;
}


#customerService {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.customerService {
	width: 1060px;
	height: 585px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 7px;
	z-index: 9;
}
.noPosition {
	position: inherit;
	left: auto;
	top: auto;
	transform: translate(0,0);
	border-radius: 0;
}
.customerService h1 {
	width: 1000px;
	margin: 30px auto 20px;
	color: #333333;
	overflow: hidden;
}
.customerService h1 b {
	float: left;
	width: 136px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url(../img/img.jpg);
	font-size: 24px;
	letter-spacing: 1px;
}
.customerService h1 span {
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	float: left;
	margin-left: 12px;
}
.customerService div {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
.customerService div dl {
	width: 318px;
	height: 138px;
	border: 1px solid #e6e6e6;
	background: #f9f9f9;
	margin: 0 10px 20px;
	border-radius: 5px;
	float: left;
}
.noPosition div dl {
	background: -moz-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background: -webkit-linear-gradient(bottom, #f4f4f4 0%,#fff 100%);
    background: -o-linear-gradient(bottom, #f4f4f4 0%,#fff 100%);
    background: -ms-linear-gradient(bottom, #f4f4f4 0%,#fff 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#fff 100%);
}
.customerService div dl dt {
	height: 90px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.customerService div dl dt b {
	display: block;
	font-size: 20px;
	width: 280px;
	margin: 25px auto 5px;
	line-height: 20px;	
}
.customerService div dl dt span {
	display: block;
	font-size: 14px;
	width: 280px;
	margin: 0 auto;
	line-height: 17px;	
}
.customerService div dl dd {
	overflow: hidden;
}
.customerService div dl dd p {
	float: left;
	width: 160px;
	height: 48px;
	border-right: 1px solid #e6e6e6;
}
.customerService div dl dd p.hundred {
	width: 100%;
	border-right: none;
}
.customerService div dl dd p b {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../img/icon.jpg);
	margin-top: 17px;
	margin-left: 19px;
}
.customerService div dl dd p.hundred {
	margin-left: 90px;
}
.customerService div dl dd p span {
	float: left;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 9px;
}
.customerService div dl dd a {
	display: block;
    overflow: hidden;
    cursor: pointer;
    color: #333;
    float: right;
    width: 157px;
    height: 48px;
}
.customerService div dl dd a b {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../img/icon1.jpg);
	margin-top: 17px;
	margin-left: 44px;
}
.customerService div dl dd a span {
	float: left;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 9px;
}
.customerService i {
	width: 18px;
	height: 18px;
	background: url(../img/close.jpg);
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.zx-side, .m-zx-sider{
	display: none;
}
.zx-side2{
	display: block;
}
























