.banner{width: 100%;height: auto;}
.banner img{width: 100%;height: 100%;}
/*content start*/
.content{width: 100%;overflow: hidden;margin-bottom: 50px;}
/*content_title start*/
.content_title{width: 1200px;height: auto;margin: 0px auto;}
.content_title h2{font-size: 70px;color: #F2F2F2;text-align: center;font-family: 'Anton-Regular-2';letter-spacing: 2px;}
.content_title p{text-align: center;font-size: 30px;color: #333333;margin-top: -49px;font-weight: bold;}
/*content_title end*/
/*content_first start*/
.content_first{width: 1200px;height: auto;margin-top: 80px;}
.first_left{width: 384px;height: 287px;float: left;margin-top: 108px;}
.first_left h2{display: block;width: 240px;height: 66px;line-height: 66px;border-bottom: 1px solid #dddcdc;font-size: 20px;color: #333333;font-weight: normal;}
.first_left ul{margin-top: 22px;width: 384px;overflow: hidden;}
.first_left ul li{line-height: 34px;color: #808080;}
.first_right{width: 790px;height: 343px;margin-top: 92px;float: right;}
/*content_first end*/
/*隔层1 start*/
/*隔层1 end*/
/*content_thure start*/
/*content_thure end*/
/*隔层1 start*/
/*隔层1 end*/
/*content_third start*/
/*content_third end*/
/*content_four start*/
/*content_four end*/
/*content_five start*/
/*content_five end*/
/*content end*/
@media  (max-width: 1199px) {    /*小屏幕*/
	
	.content_WH{width: 990px;}
	.content_title{width: 990px;margin: 0px auto;}
	.content_first{width: 990px;margin-top: 0;}
	.first_left{width: 23%;}
	.first_right{width: 70%;}
}

@media  (max-width: 991px) {    /*平板*/
	.content_first{width: 100%;margin-top: 0;}
	.first_left{width: 37%;}
	.first_right{width: 56%;}
	.first_left h2{width: 100%;}
	.first_left ul{width: 100%;}
	
}
@media (max-width: 767px) {/*手机*/
	.content_WH{width: 100%;}
	.content_title{width: 100%;}
	.content_title h2{margin-top: 10%;font-size: 40px;}
	.content_title p{font-size: 25px;margin-top: -38px;}
	.first_left{width: 100%;float: none;height: auto;}
	.first_right{width: 100%;float: none;margin-top: 5%;}
}