.head .right li:nth-child(5) a{
	color: #d53d3a;
}
.head .right li:nth-child(6) a{
	color: #333;
}
body{
	background-color: #fff;
}
.details{
	background-color: #fff;
	padding-top: 100px;
	width: 1200px;
	margin: 0 auto;
	line-height: 1;
	margin-bottom: 106px;
}
.details .img{
	width: 100%;
}
.details .img img{
	max-width: 100%;
}
.details .title{
	font-size: 30px;
	color: #343434;
	text-align: center;
	margin-bottom: 30px;
}
.details .line{
	width: 1075px;
	margin: 0 auto 30px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
@media only screen and (max-width: 768px){
	.details {
	    width: 100%;
	    padding: 30px 10px 0;
	    box-sizing: border-box;
	    background-color: transparent;
	    margin-bottom: 0;
	}
	.details .line {
	    width: 100%;
	    font-size: 16px;
	}	.details .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.details img{
		max-width: 100%!important;
		width: auto!important;
		height: auto!important;
		margin: 0 auto;
	}
}
