*{
	text-decoration: none;
	margin:0px;
	padding: 0px;
	list-style: none;
	color:#000;
	font-size:13px;
}

body{
	background-color: #f1f1f1;
}

.frame{
	overflow-x:hidden;
	width:100%;
	font-family: "微软雅黑";
}

.frame.di{
	padding-bottom: 50px;
}

input,select,textarea{
	outline: none;
	font-family: "微软雅黑";
}
.tan {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.tan .box {
  width: 90%;
  margin: 50px auto;
  background-color: #fff;
  border: 5px solid #555;
}
.tan .tou {
  height: 40px;
  line-height: 40px;
  background-color: #3A71FB;
  color: #ffffff;
  padding: 0 3%;
  font-size: 17px;
}
.top{
	position: relative;
	height:45px;
	line-height: 45px;
	text-align:center;
	color:#fff;
	background-color: #fff;
	font-size: 18px;
}

.top.first{
    height:40px;
    line-height: 40px;
    background-color: #3A71FB;
}

.top img{
	height:37px;
	margin:4px 0;
}

.top a{
	position: absolute;
	left:15px;
	top: 0px;
	display: block;
    width:40px;
    height:40px;
	background:url(../images/jiantou.png) no-repeat 0% 50%;
	background-size: 24px 22px;
    color:#fff;
    text-indent: 35px;
    font-size: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.tuo{
	margin-bottom: 50px;
}

.footer{
	position: fixed;
	bottom:0px;
	width:100%;
	height:50px;
	background-color: #f9f9f9;
    border-top: 1px solid #d4d4d4;
}

.footer a{
	display: block;
	width:33.333%;
	height:50px;
	float: left;
	background-repeat: no-repeat;
	background-size: auto 24px;
	background-position: 50% 20%;
	line-height: 80px;
	text-align: center;
	font-size: 12px;
	color: #3d3d3d;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.footer a.xt1{
	background-image: url(/images/newpic/shouye-icon.png);
}

.footer a.xt2{
	background-image: url(../images/xinban/xiaoxi1.png);
}

.footer a.xt3{
	background-image: url(../images/xinban/gerenzhongxin.png);
}
.footer a.xt4{
    background-image: url(/images/newpic/wode.png);
}
.footer a.xt5{
    background-image: url(../images/xinban/xix.png);
}
.footer a.on{
	color:#3A71FB;
}

.footer a.xt1.on{
	background-image: url(../images/xinban/dii.png);
}

.footer a.xt2.on{
	background-image: url(../images/xinban/diinew2.png);
}

.footer a.xt3.on{
	background-image: url(../images/xinban/dianjigerenzhongxin.png);
}
.footer a.xt5 .on{ background-image: url(../images/xinban/xixn.png);}

.banner {
  position: relative;
  width: 100%;
  height: 183px;
  line-height: 183px;
  overflow: hidden;
}

.banner li{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner li.on{
  display: block;
}

.banner li img{
  width: 100%;
  height: 100%;
}

.banner p{
  width:100%;
  height: 28px;
  line-height: 28px;
  position: absolute;
  bottom: 5px;
  left:0;
  z-index: 99;
  text-indent: 20px;
  overflow:hidden;
  color:#fff;
  font-size: 15px;
  text-shadow:1px 1px 1px #000;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)),color-stop(100%, rgba(0, 0, 0, 0.7)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%);
	background-color: rgba(0,0,0,0);
}


.banner p.count{
  width:100%;
  height: 6px;
  position: absolute;
  bottom: -1px;
  z-index: 99;
}

.banner .count s{
	float: left;
	display: block;
	width: 20%;
	height: 5px;
	background-color: #93a19e;
	position: relative;
}

.banner .count s i{
	position: absolute;
	right:0;
	width:2px;
	height:5px;
	background-color: #fff;
	display: block;
}

.banner .count s.on {
  background-color: #3A71FB;
}

.fabu{
    margin:15px 0;
}

.fabu a{
    display: block;
    width:80%;
    margin:0 auto;
    background-color: #3A71FB;
    color:#fff;
    border-radius: 5px;
    height:45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.fabu a img{
    width:21px;
    height:21px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}

.nav{
	overflow: hidden;
	background-color: #fff;
    padding: 15px 0 0px 2%;
    margin-bottom: 30px;
}

.nav li{
	float:left;
	width:25%;

}

.nav li a{
	display: block;
	width:100%;
	height:99px;
}

.nav li a p{
    text-align: center;
}

/* 带图片的框 */

.nav li a p:nth-child(1){
	width:50%;
    padding:10% 0 8% 0;
    margin:0px auto;
}

.nav li a p:nth-child(1) img{
	width:80%;
}

.nav li a p:nth-child(2){
	width:100%;
	color:#333;
	font-size: 14px;
	font-weight: bold;
    font-family: '微软雅黑';
}

.nav li.wei a p:nth-child(2){
    width:100%;
    color:#999;
    font-size: 14px;
    font-weight: bold;
}


.nav li a p:nth-child(3){
    width:100%;
    color:#333;
    font-size: 14px;
    font-weight: bold;
}

.hongBao{
	background-color: #fff;
}

.hongBao li{
	padding:0px 10px 0px 40px;
	position: relative;
	height:50px;
	margin-bottom: 10px;
	background: url(../images/xinban/tong.png) no-repeat 10px 50% #fff;
	background-size: 25px 20px;
    overflow:hidden;
}

.hongBao li p{
    position: absolute;
    top:60px;
    left:0px;
	color:#757575;
    padding:5px 0;
    width:100%;
	height:40px;
	line-height: 40px;
	overflow: hidden;
    font-size: 15px;
    text-indent: 50px;
}

.hongBao li p a{
    display: block;
}

.hongBao li p .more{
    display: block;
    width:70px;
    height:50px;
    background: url(../images/xinban/z8.png) no-repeat 70% 50% #fff;
    background-size: 30px 30px;
    overflow:hidden;
    position: absolute;
    right:0;
    top:0;
}



.hongBao li p.on{
    top:0px;
}

.ad{
    width:100%;
    max-height: 80px;
    overflow:hidden;
    margin: 15px 0;
}

.ad a{
    display: block;
}

.ad img{
    width:100%;
}

.mess li{
    height:77px;
    line-height: 77px;
    background-color: #fff;
}

.mess li a{
    display: block;
    width:98%;
    height:42px;
    line-height: 42px;
    padding:17px 0 17px 4%;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    color:#333;
    font-family: "黑体";
}

.mess li a .ic1,.mess li a .ic2,.mess li a .ic3,.mess li a .ic4{
    width:42px;
    height:42px;
    display: inline-block;
    overflow:hidden;
    background-size:52px 286px;
    background-repeat: no-repeat;
    background-image: url(../images/xinban/pei.png);
    vertical-align: middle;
    margin-right: 19px;
}

.mess li a .ic1{
    background-position: 0 -1px;
}
.mess li a .ic2{
    background-position: 0px -43px;
}
.mess li a .ic3{
    background-position: 0 -85px;
}
.mess li a .ic4{
    background-position: 0 -128px;
}

.mess li a i{
    float: right;
    display:block;
    width:8px;
    height:20px;
    background: url(../images/xinban/pei.png) no-repeat -26px -262px;
    background-size:52px 286px;
    vertical-align: middle;
    margin-right:6%;
    margin-top: 12px;
}

.mess li a .shu{
    display: block;
    float: right;
    padding:0 5px;
    height:22px;
    line-height: 22px;
    background-color: #ff0000;
    color:#fff;
    font-size: 16px;
    border-radius:11px;
    margin-right: 6px;
    margin-top: 9px;
}

.touB{
    height:50px;
    padding:17px 4%;
    background-color: #fff;
    margin-bottom: 15px;
}

.touB p{
 display: inline-block;
 vertical-align: middle;
 line-height: 50px;
 font-size: 18px;
 font-weight: bold;
 margin-right: 10px;
}

.touB p img{
    width:50px;
    height:50px;
}

.touB .edit{
    width:25px;
    height:23px;
    display: block;
    float: right;
    background: url(../images/xinban/pei.png) no-repeat 0px -173px;
    background-size:52px 286px;
    margin-top: 15px;
}

.yiT{
    background-color: #fff;
    height:60px;
    line-height: 60px;
    padding:5px 0;
    overflow:hidden;
    margin-bottom: 15px;
}

.yiT p{
    width:50%;
    float: left;
    text-align: center;
    position: relative;
}

.yiT p i{
    position: absolute;
    height:50px;
    background-color: #e0e0e0;
    width:1px;
    right:0;
    top:5px;
}

.yiT p span{
    display: block;
}

.yiT p span.shu{
    font-size: 17px;
    font-weight: bold;
    color:#3A71FB;
    line-height: 35px;
}

.yiT p span.ming{
    font-size: 15px;
    font-weight: bold;
    color:#333333;
    line-height: 20px;
}

.geInfo{

}

.geInfo li{
    height:47px;
    padding:0 5%;
    background-color: #fff;
}

.geInfo li.fen{
    margin-bottom: 15px;
}

.geInfo li.fen a{
    border-bottom: 0;
}

.geInfo li a{
    display: block;
    height:46px;
    line-height: 46px;
    border-bottom: 1px solid #e0e0e0;
    color:#757575;
    font-weight: bold;
    font-size: 15px;
}

.geInfo li a .ic1,.geInfo li a .ic2,.geInfo li a .ic3,.geInfo li a .ic4,.geInfo li a .ic5,.geInfo li a .ic6,.geInfo li a .ic7{
    width:22px;
    height:22px;
    display: inline-block;
    overflow:hidden;
    background-size:52px 286px;
    background-repeat: no-repeat;
    background-image: url(../images/xinban/pei.png);
    vertical-align: middle;
    margin-right: 19px;
    margin:0 10px 0 5px;
}

.geInfo li a .ic1{
    background-position: 0 -196px;
}
.geInfo li a .ic2{
    background-position: -26px -196px;
}
.geInfo li a .ic3{
    background-position: 0 -220px;
}
.geInfo li a .ic4{
    background-position: -26px -220px;
}
.geInfo li a .ic5{
    height:20px;
    background-position: 0px -242px;
}
.geInfo li a .ic6{
    background-position: -26px -242px;
}
.geInfo li a .ic7{
    background-position: 0px -262px;
}

.geInfo li a i{
    float: right;
    display:block;
    width:8px;
    height:20px;
    background: url(../images/xinban/pei.png) no-repeat -26px -262px;
    background-size:52px 286px;
    vertical-align: middle;
    margin-right:5px;
    margin-top: 15px;
}

.geInfo li a .shu{
    display: block;
    float: right;
    height:22px;
    line-height: 22px;
    color:#3A71FB;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 12px;
}

.fabuu{
    padding:10px 0;
}

.fabuu p{
    padding:0 4%;
    line-height: 35px;
    font-size: 15px;
    color:#333;
}

.fabuu p span{
    font-size: 15px;
    color:#333;
    margin-right: 25px;
}


.fabuu .k1{
    width:100%;
    background-color: #fff;
    border:1px solid #3A71FB;
    border-radius: 3px;
    height:35px;
    line-height: 35px;
    text-indent: 8px;
    font-size: 14px;
    margin:10px 0;
}

.fabuu .k2{
    width:100%;
    background-color: #fff;
    border:0px solid #3A71FB;
    border-radius: 3px;
    height:35px;
    line-height: 35px;
    text-indent: 8px;
    font-size: 14px;
    margin:10px 0;
}

.fabuu .k3{
    display: block;
    width:96%;
    padding:5px 2%;
    background-color: #fff;
    border:0px solid #3A71FB;
    border-radius: 3px;
    height:100px;
    line-height: 21px;
    font-size: 14px;
    margin:10px 0;
}

.fabuu .fangzhe{
   padding:0 4%;
}

.fabuu .k4{
    display: block;
    width:96%;
    height:400px;
    line-height: 21px;
    padding:5px 2%;
    background-color: #fff;
    border:0px solid #3A71FB;
    font-size: 14px;
    margin:10px auto 0;
}


.fabuu .jiaTu{
   width:92%;
   padding-bottom: 10px;
   margin:0 auto;
   background-color: #fff;
}

.fabuu .jiaTu a{
    display: block;
    width:50px;
    height:50px;
    background:url(../images/xinban/jia.png);
    background-size: 100% 100%;
    margin-left: 10px;
}


.fabuu .tianTu{
   width:92%;
   padding-bottom: 10px;
   margin:10px auto 0;
}

.fabuu .tianTu a{
    display: block;
    width:50px;
    height:50px;
    background:url(../images/xinban/jia.png);
    background-size: 100% 100%;
}

.fabuu .c1{
    width:18px;
    height:18px;
    border-radius: 50%;
    background-color: #f1f1f1;
    border:1px solid #3A71FB;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
}

.fabuu .c1:checked{
    background-image: url(../images/xinban/ced.png);
    background-size: 100% 100%;
}

.myde_a{display: block;
    width: 70%;
    height: 30px;
    background: #3A71FB;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    margin-top: 15px;
    margin-left:15%;}
.fabuu .sub{
    width:100%;
    border-radius: 3px;
    height:35px;
    line-height: 35px;
    background-color: #3A71FB;
    border:0;
    color:#fff;
    font-size: 15px;
    margin-top: 25px;
}

.qa li{
    width:92%;
    padding:10px 0;
    margin:0 auto;
    border-bottom: 1px solid #e0e0e0;
}

.qa li p{
    text-align: center;
}

.qa .wt{
     overflow:hidden;
}

.qa .wt img{
    float: left;
    display: block;
    width:40px;
    height:40px;
    margin-right:10px;
}

.qa .wt h4{
    line-height: 25px;
}

.qa .wt p{
    line-height: 15px;
    text-align: left;
}

.huida{
    display:none;
}

.qa p input{
    display: inline-block;
    width:100px;
    height:34px;
    line-height: 34px;
    border:1px solid #3A71FB;
    border-radius: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #3A71FB;
    color:#fff;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-right: 20%;
}

.qa a{
    display: inline-block;
    width:100px;
    height:34px;
    line-height: 34px;
    border:1px solid #dfdfdd;
    border-radius: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color:#3A71FB;
}

.qa a.yida{
    color:#0f8fd2;
}

.qa textarea{
    background-color: #f3f3f3;
    border:0;
    width:100%;
    height:100px;
    padding:10px 2%;
    width:96%;
}

.qa li>h5{
    padding:10px 0px;
    font-size: 15px;
    line-height: 20px;
}

.qa li .ans{
    position: relative;
    background-color: #f3f3f3;
    padding:10px;
    margin-top: 15px;
}

.qa li .ans i{
    position: absolute;
    left:50%;
    display: block;
    width:0;
    height:0;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:12px solid #f3f3f3;
    top:-12px;
    margin-left: -6px;
}

.qa li .ans p{
    line-height: 25px;
    text-align: left;
}

.ftop{
    background-color: #fff;
}

.ftop img{
   width:90%;
   margin-top: -10px;
}


