html,body{
    	height: auto;
    	width: 100%;
    	font-family: "微软雅黑";
    	background:#d0ecde;
    	position: relative;
}
.Logo{
	display: inline-block;
	position: absolute;
	top: 120px;
	right: 6%;
	z-index: 99999;
}
.pagewidth{
	width: 100%;
	height: 100%;
    margin: 0 auto;
    position: relative;
}
.rank-header_img{
	width: 100%;
	height: auto;
	padding: 40px 20px 4% 20px;
	background: url(../img/headbg.jpg) no-repeat;
	background-size: cover;
	background-position: 60% top;
	margin: 0 auto;
	position: relative;
}
.ranklogo{
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.ranklogo img{
	margin: 0 auto;
	max-width: 100%;
}
.companylogolist{
	width: 55%;
	margin: 40px auto;
	padding-top: 20px;
}
.companylogolist a{
	display: inline-block;
	margin: 6px 5px;
}

.Gstxt{
	background: #4d8d37;
	padding: 30px 0;
}
.Gstxt .pagecont h1{
	font-family: "微软雅黑" !important;
	font-weight: 900;
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}
.Gstxt .pagecont p{
	font-family: arial !important;
	font-weight: 100;
	font-size: 16px;
	color: #c5f9b3;
	line-height: 27px;
}
.Gstxt .pagecont p .iconfont{
	margin-left: 5px;
	padding: 3px;
	background: #c5f9b3;
	color: #4d8d37;
	font-size: 14px;
}
.gsdetails{
	display: none;
	padding: 10px 15px;
	background: #fff;
}
.gsdetails p{
	color: #333;
	font-family: arial !important;
	font-weight: 200;
	line-height: 35px;
	font-size: 16px;
	text-indent: 25px;
	padding: 30px 50px 10px 50px !important;
}
.ppname_wrap{
	/*min-height: 1730px !important;*/
	background: url(../img/ppname_bg.png) no-repeat top center;
	background-size: 100% 100%;
}
.rosterSwiper{
	padding: 20px 4% 70px 4% !important;
}
.Backrankcarlist{
	/*display: inline-block;*/
	width: 25%;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 0 15px; 
	text-align: center;
	margin: 15px 0;
}
.Backrankcarlist .backimg{
	display: inline-block;
	width: 100%;
	border: 1px solid #4d8d37;
	overflow: hidden;
}
.Backrankcarlist .backtxt{
	width: 100%;
	min-height: 66px;
	padding: 10px 5px;
	font-family: arial !important;
	line-height:23px;
	font-size: 16px;
	color: #333;
	/*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.Backrankcarlist .backtxt:hover{
	cursor: pointer;
	color: #4d8d37;
}
.Backrankcarlist .carbg{
	width: 100%;
	max-width:100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.Backrankcarlist .carbg:hover{
	cursor: pointer;
	/*-webkit-transform:scale(0.99);
	-webkit-box-shadow:0px 0px 30px #e0d9bd;
	-moz-transform:scale(0.99);
	-moz-box-shadow:0px 0px 30px #e0d9bd;
	-o-transform:scale(0.99);
	-o-box-shadow:0px 0px 30px #e0d9bd;*/
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ts_list{
	box-shadow: 1px 2px 6px #b8dbc1;
}
.ts_list .ts_head span{
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 40px;
	background: #e0901c;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 16px;
	font-family: arial !important;
	font-weight: 200;
}
.ts_list .ts_head span:last-child{
	border-right: 0 ;
}
.ts_head span.ts_name{
	width: 8%;
}
.ts_head span.ts_phone{
	width: 10%;
}
.ts_head span.ts_type{
	width: 8%;
}
.ts_head span.ts_state{
	width: 10%;
}
.ts_head span.ts_car{
	width: 30%;
}
.ts_head span.ts_problem{
	width: 34%;
}
.ts_list_cont{
}
.ts_list_cont ul>li{
	vertical-align: middle;
	background: #fff;
	border-bottom: 1px solid #dadada;
}
.ts_list_cont ul>li>span{
	display: inline-block;
	padding: 10px 0;
	line-height: 23px;
	/*float: left;*/
	text-align: center;
	vertical-align: middle;
	font-family: arial !important;
	font-size: 16px;
	font-weight: 200;
	color: #333;
}
.ts_list_cont ul>li>span.ts_state{
	color: #53901f !important;
}

.ts_list_cont ul>li>span.ts_name{
	width:8%;
}
.ts_list_cont ul>li>span.ts_phone{
	width: 10%;
}
.ts_list_cont ul>li>span.ts_type{
	width: 8%;
}
.ts_list_cont ul>li>span.ts_state{
	width: 10%;
}
.ts_list_cont ul>li>span.ts_car{
	width: 30%;
}
.ts_list_cont ul>li>span.ts_problem{
	width: 34%;
}

.pagecont{
	height: 100%;
	max-width: 1200px;
	margin: 0 auto !important;
}


/*质在先行*/
.top_news{
  height: 378px;
  width: 100%;
}
.top_news ul li{
	position: relative;
}
.top_news ul li a img{
	max-width: 100%;
}
.top_news ul li h5{
	width: 100%;
	padding: 10px 10px 30px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top_news ul li h5 a{
	font-family: arial !important;
	font-size: 15px;
	font-weight: 200;
	color: #fff;
}
.topnews_pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  /*box-shadow: 0px 1px 2px #555 inset;*/
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.top_text ul{
	padding: 20px 30px;
	background: #09226b;
}
.top_text ul li{
	line-height: 40px;
	margin: 21.3px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.top_text ul li .iconline{
	display: inline-block;
	width: 4px;
	height: 24px;
	background: #d5a40d;
	margin-right: 20px;
	margin-bottom: -5px;
}
.top_text ul li a{
	font-family: arial !important;
	font-size: 20px;
	font-weight: 200;
	color: #fff;
}

.footTab a {
	color: #e9bc8c;
    padding: 0 8px;
    border-right: 1px solid #e9bc8c;
}	


@media screen and (max-device-width: 1024px){
	.companylogolist{
		width: 66%;
	}
}