@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	font-family: "Microsoft Yahei";
}

a{
	color: #333;
	text-decoration: none;
}

a:hover,a:focus{
	color: #d00000;
	text-decoration: underline;
}

li a{
	color: #d00000;
}
img{
	border: none;
	display: block;
}

 ul,li{
 	list-style: none;
 }


 @media screen and (min-width:1000px){

.banner{
	width: 100%;
	height: 804px;
	background: url(http://www.xnyauto.com/statics/images/poll/banner.jpg) no-repeat top center;
}
.banner-web{
	display: none;
}


.content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.tp-sucess{
	display: none;
    width: 300px;
    height: 80px;
    line-height: 80px;
    color: rgb(255, 255, 255);
    position: fixed;
    left: 40%;
    top: 50%;
    background: rgb(251, 190, 97);
    padding-left: 25px;
}
.box{
	width: 1200px;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}

.title{
	width: 1200px;
	height: 40px;
	background: url(http://www.xnyauto.com/statics/images/poll/tit.png) no-repeat center center;
	font-size: 36px;
	text-align: center;
	line-height: 40px;
	color: #d00000;
}
.title-w{
	display: none;
}

.models{
	width: 1200px;
	height: auto;
	overflow: hidden;
}

.models li{
	width: 228px;
	height: 275px;
	padding: 5px;
	border: 1px solid #d00000;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #d00000;
}

.models li:nth-child(5n){
	margin-right: 0px;
}
.models li img{
    width: 216px;
	height: 144px;
}
.tit{
	width: 216px;
	height: 40px;
	line-height: 20px;
	margin-top: 5px;
}	 

.txt{
	width: 216px;
	height: 20px;
	line-height: 16px;
	margin-top: 5px;
}

.share{
	width: 36px;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(http://www.xnyauto.com/statics/images/poll/share.png) no-repeat center left;
	float: right;
	display: block;
}

.comment{
	width: 36px;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(http://www.xnyauto.com/statics/images/poll/comment.png) no-repeat center left;
	float: right;
	display: block;
}

.vote{
	cursor: pointer;
	width: 216px;
	height: 40px;	
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-top: 5px;
	background: url(http://www.xnyauto.com/statics/images/poll/vote1.png) no-repeat 25% center #fdeb9e;
}

.vote:hover{
	color: #fff;
	background: url(http://www.xnyauto.com/statics/images/poll/vote2.png) no-repeat 25% center #d00000;
}

.bottom{
	width: 1200px;
	margin-top: 30px;
	color: #333;
}
.bottom-w{
	display: none;
}
.bottom p{
	line-height: 30px;
	margin-bottom: 30px;
}

.footer{
	text-align: center;
	margin: 30px 0;
}

}



@media screen and (max-width:600px){
 
.banner{
 	display: none;
 }
  
.banner-web{
	width: 100%;
	height: auto;
	display: block;
} 

.banner-web img{
	width: 100%;
}


.content{
	width: 94%;
	height: auto;
	margin: 0 3%;
}

.tp-sucess{
	display: none;
    width: 18rem;
    height: 4rem;
    line-height: 4rem;
    color: rgb(255, 255, 255);
    position: fixed;
    left: 10%;
    top: 50%;
    background: rgb(251, 190, 97);
    /*padding-left: 25px;*/
}

.title{
	display: none;
}

.title-w{
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: #d00000;
}

	
.box{
	width: 100%;
	height: auto;
	margin-top: 4%;
	overflow: hidden;
}

.models{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.models li{
	width: 48%;
	height: 15.4rem;
	padding: 5px;
	border: 1px solid #d00000;
	float: left;
	margin-right: 4%;
	margin-top: 3%;
	box-sizing: border-box;
	color: #d00000;
}

.models li:nth-child(2n){
	margin-right: 0px;
}
.models li img{
	width: 100%;
}
	
.tit{
	width: 100%;
	height: 36px;
	line-height: 20px;
	margin-top: 5px;
}	 

.txt{
	width: 100%;
	height: 20px;
	line-height: 16px;
	margin-top: 5px;
}

.share{
	width: 36px;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(http://www.xnyauto.com/statics/images/poll/share.png) no-repeat center left;
	float: right;
	display: block;
}

.comment{
	width: 36px;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(http://www.xnyauto.com/statics/images/poll/comment.png) no-repeat center left;
	float: right;
	display: block;
}

.vote{
	width: 100%;
	height: 40px;	
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-top: 8px;
	background: url(http://www.xnyauto.com/statics/images/poll/vote1.png) no-repeat 25% center #fdeb9e;
}

.vote:hover{
	color: #fff;
	background: url(http://www.xnyauto.com/statics/images/poll/vote2.png) no-repeat 25% center #d00000;
}


.bottom{
	display: none;
}

.bottom-w{
	width: 100%;
	margin-top: 3%;
	color: #333;
}
.bottom-w p{
	line-height: 30px;
	margin-bottom: 30px;
}
.bottom-w img{
	width: 100%;
}


	
  
}



