

a{
	color:#333;
}
li {
	list-style: none;
}
.menuAuto{
	width: 100%;
	height: 53px;
	line-height: 53px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 990;

}
.menuDiv {
	width: 1000px;
	height:50px;
	margin:0 auto;
}

.menuDiv .logo {
	display:block;
	width:111px;
	height:39px;
	text-indent:-9999px;
	background-image:url(../public_images/logo.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top:7px;
}
.menuDiv .menuUl{
	float: left;
	margin-left: 20px;
}
.menuDiv .menuUl li{
	width: 70px;
	float: left;
	text-align: center;
	position: relative;
	margin: 0 9px;
}
.menuDiv .menuUl li.indexWidth{
	width:60px;
}

.menuDiv .menuUl li.phone{
	width:220px;
}
.menuDiv .menuUl li i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 24px;
    position: absolute;
    right: -7px;
}

.menuDiv .menuUl li a{
	display: block;
	height:50px;
	line-height: 50px;
	cursor:pointer;
}

.menuDiv .menuUl li>a:hover,
.menuDiv .menuUl li.active>a{
	line-height: 50px;
	font-weight:700;
	border-bottom: 3px solid #eb3030;

}

.menuDiv .menuItem {
	width: 93px;
	background-color: #fff;
	box-shadow: 1px 1px 5px #aaa;
	position:absolute;
	top:53px;
	left:-12px;
	z-index: 1002;
}
.menuDiv .menuUl .menuItem a{
	height: 36px;
	line-height: 36px;
    background-color: #fff;
    font-weight: normal; 
    display: block;
    text-align:center;
    padding-left:0px;
}
.menuDiv .menuUl .menuItem a:hover,
.menuDiv .menuUl .menuItem a.active{
	background-color:#f8f8f8;
    color:#eb3030;
}

.menuDiv .menuUl .menuItem a.active{
	height: 36px;
	line-height: 36px;
	background-color: #f8f8f8;
	color:#eb3030;
}

.menuRight{
	width: 70px;
	height:53px;
	float: right;
	position: relative;
}
.menuRight>li {
	max-width: 70px;
	max-height: 50px;
	float: left;
}
.menuRight .download{
	display:inline-block;
	width:70px;
	height:50px;
	float: left;
	cursor: pointer;
	background: url(../public_images/download.png) no-repeat left center;
}

.menuRight>a:hover{
	border-bottom:3px solid #eb3030;
}

.menuRight .download strong{
	padding-left:32px;

}
.menuRight .login{
    display:inline-block;
	width:70px;
	height:50px;
}

.menuRight .login img{
   width:28px;
   height:28px;
   display: block;
   margin: 0 auto;
   border-radius: 50%;
   margin-top: 10px;
 }

.menuRight .unLogin img {
   float: left;
   padding-top:12px;
   width:28px;
   height:28px;	
	}
.menuRight .unLogin{
    display:inline-block;
	width:70px;
	height:50px;
	float: right;
}


.menuRight .unLogin strong {
   padding-left:7px;
	}

.redColor{
	color:#eb3030;
}

.menuDiv .menuRight .downloadDiv{
	width: 311px;
	height: 246px;
	background: transparent url(../public_images/beijing.png) no-repeat;
	position: absolute;
	left: -120px;
	z-index: 1000;
	top: 53px;

}

.downloadDiv .downloadTop{
	height: 65px;
	padding: 25px 0 0 30px;
	margin-bottom: 20px;
}


.downloadDiv .downloadTop img{
	width:49px;
	height: 45px;
	float: left;
}

.downloadDiv .downloadTop h2{
	float: left;
	text-align: right;
	line-height: 30px;
	padding-left: 10px;
	margin-top:-3px;
}
.downloadDiv .downloadTop h2 strong{
	font-size:14px;
	color: #333;
}
.downloadDiv .downloadTop p{
	font-size:12px;
	color: #999;
	line-height: 12px;
}
.downloadDiv .downloadLeft{
	width:90px;
	float: left;
	margin-left: 38px;
}
.downloadDiv .downloadRight{
	width:90px;
	float: right;
	margin-right: 38px;
	cursor:pointer;
}

.downloadDiv .downloadLeft img,
.downloadDiv .downloadRight img{
	display: block;
}

.downloadDiv .downloadLeft span,
.downloadDiv .downloadRight span{
	display: block;
	text-align: center;
	line-height: 25px;
}
.menuDiv .menuRight .loginDiv{
	width:120px;
	background-color: #fff;
	position: absolute;
	top:53px;
	right: -25px;
	z-index: 1000;
	text-align: center;
	box-shadow: 1px 1px 5px #aaa;
}
.loginDiv ul li{
	height:38px;
	line-height: 38px;
	text-align: center;
	color: #666;
}

.loginDiv ul li:hover,
.loginDiv ul li.active{
	background-color:#f8f8f8;
	color:#eb3030;
}

.loginDiv ul li:hover a,
.loginDiv ul li.active a{
	color:#eb3030;
}

.downloadDiv{
	width: 311px;
	height: 246px;
	background: transparent url(../public_images/beijing.png) no-repeat;
	position: relative;	
	z-index: 1000;
	top: 0;
	float: left;
}

/*主要内容区=================*/

.mainContent {width:1000px;margin:0 auto 40px;min-height: 70%;
    _height:70%;position:relative;}


/*左侧浮动*/

.joinUsDiv{
	width: 360px;
	position:fixed;
	left: -10px;
	z-index: 990;
	top: 200px;
	height: 246px;
}

.joinUs{
	width: 14px;
	height: 105px;
	background-color: #eb3030;
	color: #fff;
	padding:10px 10px 0 10px;
	line-height: 19px;
	position: fixed;
	left: 0px;
	top: 200px;
	z-index: 10;
	cursor:pointer;
}
.closeDownloadDiv{
	width:14px;
	height: 80px;
	line-height: 30px;
	background-color: #666;
	font-size: 14px;
	color: #fff;
	padding: 20px 10px 0 10px;
	float: left;
	cursor:pointer;
	margin-left: -7px;
}


/*返回顶部按钮、意见反馈按钮==============================*/

.locationTop {
  width:47px;
  height:200px;
  position:fixed;
  right:1%;
  bottom:1%;
  z-index: 990;  
  }
  	
.locationTop .top {
 display:block;
 width:47px;
 height:47px;
 background:url(../public_images/up.png) no-repeat;
 background-position:0 0;
 text-indent:-9999px;
}

.locationTop .top:hover {
 display:block;
 width:47px;
 height:47px;
 background:url(../public_images/up.png) no-repeat;
 background-position:-52px 0;
	}

.locationTop .complain {
 display:block;
 width:47px;
 height:47px;
 background:url(../public_images/up.png) no-repeat;
 background-position:0 -53px;
 text-indent:-9999px;
 margin-top:10px;
 cursor:pointer;
}

.locationTop .complain:hover {
 display:block;
 width:47px;
 height:47px;
 background:url(../public_images/up.png) no-repeat;
 background-position:-52px -53px;
 text-indent:-9999px;
 margin-top:10px;
 cursor:pointer;
}

/*弹出层=====================================*/

 #BgDiv{
  background-color:#000;
  position:fixed;
  z-index:1000;
  left:0;
  top:0;
  display:none;
  width:100%;
  height:3000px;
  opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

/*意见反馈==================================*/
  
  .complainDiv {width:560px;min-height:335px;background-color:#fff;padding-bottom:40px;position:fixed;left:50%; top:50%;
   margin-left:-280px;margin-top:-168px; z-index:1002;}
  .complainDiv .dialogH2,
  .complain .dialogH2{position:relative;height:46px;background-color:#ff726c;text-align:center;}
  .must{
  	color:#eb3030;
  	font-style: normal;
  	padding-right:5px;
  }
  .complainDiv ul{margin:40px 0 30px 104px;overflow:hidden;}
  .complainDiv ul li{float: left;padding-right:60px;}
   .complainDiv .complainDetail{margin:0px 14px 10px 40px;float: left;}
  .complain .complainDetail {margin:30px 0 15px 0;}
  .complainDiv .boldText,
  .complain .boldText{font-weight:700;margin-top:15px;}
  .complain .reportDetailDiv {width:310px;height:130px;border:1px solid #ccc;
   padding:5px; resize:none;}
  .complainDiv .complainDetailDiv,
  .complainDiv .reportDetailDiv{width:310px;height:130px;border:1px solid #ccc;padding:5px; resize:none;}
  .complainDiv .BtnClose,
  .complain .BtnClose{position:absolute;top:-15px;right:-15px;cursor:pointer;}
  .complainDiv .dialogH2 h2,
  .complain .dialogH2 h2{color:#fff;font:normal 16px/46px "微软雅黑", Verdana, Geneva, sans-serif;}
  .complainDiv p{font:normal 14px/28px "微软雅黑", Verdana, Geneva, sans-serif;color:#333; }
  .complainDiv .btnDiv,
  .complain .btnDiv{width:277px;margin:0 auto;text-align:center;}
  .complainDiv .btnDiv .rBtn,
  .complainDiv .btnDiv .rBtn,
  .complain .btnDiv .rBtn{display:inline-block;background-color:#eb3030;color:#fff;border-radius:3px;padding: 4px 23px;
    text-decoration:none;font-size: 14px;margin-top: 25px;font-weight: 700;} 
  .complainDiv .btnDiv .rBtn:hover,
  .complain .btnDiv .rBtn:hover:hover{cursor: pointer;}
  .complain ul li.reasonLi label {vertical-align:top;}

/* radio加背景颜色 */
.complainUl li .radioOption{
  float: left;
  margin:0px;
  background: url(../public_images/radioG.png) no-repeat left center;
  background-size: 14px 14px;
  cursor:pointer;
  }

.complainUl li .radioOption input{width:14px;height:14px;display:inline-block;float: left;margin-right:5px;}

.complainUl li .radioClass{

  opacity:0;
  cursor:pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
  filter:alpha(opacity=0);
	}

.complainUl li .on{
  background:url(../public_images/radioR.png) no-repeat left center;	
  background-size: 14px 14px;
	}	

  input::-webkit-input-placeholder {
　　color: #999 !important; /* WebKit browsers */
　　}
　　input:-moz-placeholder {
　　color: #999 !important;  /* Mozilla Firefox 4 to 18  */
　　}
　　input::-moz-placeholder {
　　color: #999 !important;  /* Mozilla Firefox 19+  */
　　}
　　input:-ms-input-placeholder {
　　color: #999 !important;  /* Internet Explorer 10+ */
　　}

/*意见反馈toast====================*/

.successToast{
    height:37px;
	line-height:37px;
	font-size:16px;
	text-align:center;
	background-color:#5d5d5d;
	color:#fff;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-90px;
	border-radius:3px;
	padding:0 15px;
	display:none;	
	z-index:9999;
	}


/*分页======================================*/

.pagination {width:560px;margin:40px auto 40px;text-align:center;}
.pagination ul {float: left;}
.pagination ul li {float: left;}
.pagination a:hover{background-color:#f5f5f5;}
.pagination .disabled a, .pagination .disabled a:focus, .pagination .disabled a:hover, .pagination .disabled span, .pagination .disabled span:focus, .pagination .disabled span:hover{
    color: #777;
    cursor:pointer;
	background-color:#fff;
    border-color: #eee;
	color:#999;	
	}
	
.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
    /*z-index: 2;*/
    color: #fff;
    cursor: default;
    background-color: #eb3030;
    border-color: #eb3030;
}

.pagination li a, .pagination li span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
	+margin-left: 0px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
}
.pagination li span {border:none;padding:0;}

.pagination .pages {font-size:12px;color:#999;margin: -2px 0 0 10px;}

.pagination .pages .pageNum{width:40px;height:25px;line-height:25px;font-size:12px;color:#999;margin:0 7px;border:1px solid #ccc;appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;background:url(../images/fenye.png) no-repeat scroll right center transparent;}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/*.pagination .pages input::-ms-expand { display: none; }*/

.pagination .pages .confirmBtn {width:45px;height:25px;color:#666;border-radius:2px;background-color:#fff;border:1px solid #ccc;cursor:pointer;outline:none;margin-left:5px;}

