﻿@charset "utf-8";
.content_top{
  height: 288px;
  border-bottom:1px solid rgba(230,230,230,1);
}
img{
  border-style:none;
}
a:hover{
  text-decoration:none;
}

.content_middle{
  height: 306px;
  border-bottom:1px solid rgba(230,230,230,1);
}
.content_middle .middle_left{
  float: left;
  width: 350px;
  height: 100%;
  border-right: 1px solid rgba(230,230,230,1);
}
.content_middle .middle_left li{
  margin: 55px 0;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.content_middle .middle_left li img{
  display: inline-block;
  vertical-align: middle;
}
.content_middle .middle_left li span{
  width: 145px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
}
.content_middle .middle_left li span:hover{
	color: #0099ff;
}
.content_middle .middle_right{
  float: right;
  width: 850px;
  height: 100%;
  background: url(../images/kefu.png) no-repeat 337px bottom;
}
.content_middle .middle_right li{
  padding-left: 50px;
  padding-right: 8px;
  width: auto;
  position: relative;
}
.middle_right .title{
  margin-top: 20px;
}
.middle_right .title i{
  display: inline-block;
  vertical-align: middle;
}
.middle_right .title i.icon_hotline{
  width: 25px;
  height: 25px;
  background: url(../images/hotline.png) no-repeat center;
}
.middle_right .title i.icon_kefu{
  width: 25px;
  height: 25px;
  background: url(../images/ic-kefu.png) no-repeat center;
}
.middle_right li .info{
  font-size: 26px;
  color: #333;
  position: relative;
}
.middle_right li:nth-child(3) .info{
  font-size: 16px !important;
  width: 132px;
}
.middle_right li .info:hover{
  display: block;
  cursor: pointer;
}
.middle_right li .info:hover .weichat_box{
  display: block;
}
.middle_right li .info:hover span{
  color: #0099FF;
}
.middle_right li .info .weichat_box{
  display: none;
  position: absolute;
  top: -90px;
  left: 130px;
  width: 150px;
  height: 150px;
  background: url(../images/wap-ico.jpg) no-repeat center;
  background-size: cover;
}
.middle_right li .title span{
  color: #999;
  font-size: 16px;
  vertical-align: middle;
}
.middle_right li a{
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.middle_right li a:hover{
  color: #0099FF;
}
/* 常见问题 */
.content_bottom{
  text-align: center
}
.content_bottom div{
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.content_bottom ul{
  margin-top: 30px;
}
.content_bottom ul li{
  float: left;
  width: 20%;
  font-size: 16px;
  color: #333
}
.content_bottom ul li a{
  position: relative;
}
.content_bottom ul li a:hover{
  color: #0099FF;
}
.content_bottom ul li a::after{
  position: absolute;
  left: -12px;
  top: 9px;
  content: '';
  width:5px;
  height: 5px;
  border-radius: 50%;
  background:rgba(153,153,153,1);
}

.faq {
	margin: 30px 0 0;
}

.faq ul li {
	width: 400px;
	height: 288px;
	float: left;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.faq ul li div {
	width: 84px;
	margin: 0 auto;
	padding-top: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.faq ul li div img {}

.faq ul li:hover>div {
	padding-top: 20px;
}

.faq ul li a {
	display: block;
}

.faq ul li h6 {
	height: 40px;
	text-align: center;
	margin: 2em 0;
}

.faq ul li h6 a {
	font-size: 24px;
	line-height: 40px;
	color: #4e4e4e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: normal;
}

.faq ul li h6 a:hover {
	color: #008BFF;
}

.faq ul li p {
	width: 50%;
	margin: 0 auto;
	height: 24px;
}

.faq ul li p.type {
	width: 70%;
}

.faq ul li p a {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	width: 74px;
}

.faq ul li p a:hover {
	text-decoration: underline;
}

.faq ul li p a:first-of-type {
	float: left;
}

.faq ul li p a:nth-child(2) {
	float: right;
}

.faq ul li p.type a {
	width: 100%;
	clear: left;
	text-align: center;
}
.imgdiv {
	position: absolute;
	z-index: 10000;
	top: 30px;
	left: 309px;
}
.kefulist > div {
	margin: 15px 0;
	display: flex;
	align-items: center;
	position:relative;
}
.kefulist>div:first-child{
	margin-top: 5px;
	
}
.kefulist #fix-swx, #fix-cwx, #fix-bwx, #fix-bwxs {
	display: none;
	/*position:absolute;*/
}
.kefulist > div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 25px;
	box-sizing: border-box;
	border-radius: 22px;
	font-size: 14px;
	color: #fff;
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#2AC7F6), to(#187BCE));
	background: -webkit-linear-gradient(90deg, #2AC7F6, #187BCE);
	background: -moz-linear-gradient(90deg, #2AC7F6, #187BCE);
	background: -o-linear-gradient(90deg, #2AC7F6, #187BCE);
	background: linear-gradient(90deg, #2AC7F6, #187BCE);
	cursor: pointer;
}
.kefulist>div a:hover{
	color: #fff;
	box-shadow: 1px 1px 3px #333;
}
.kefulist a img{
	width: 15px;
	margin-right: 5px;
}

