.banner{width: 100%;height: auto;}
.banner img{width: 100%;height: 100%;}
/*page_form start*/
.page_form{width: 1200px;height: 104px;border-bottom: 1px solid #dadada;margin: 0px auto;line-height: 104px;font-size: 14px;color: #a3a3a3;}
.page_form img{}
/*page_form end*/
/*content start*/
.content{width: 100%;overflow: hidden;margin-bottom: 50px;}
/*content_title start*/
.content_title{width: 1200px;height: auto;margin: 0px auto;border-bottom: 1px solid #e5e5e5;padding-bottom: 40px;padding-top: 40px;}
.content_title h2{font-size: 24px;color: #333333;font-weight: normal;text-align: center;}
.content_title p{font-size: 12px;text-align: center;color: #999999;margin-top: 10px;}
/*content_title end*/
/*content_first start*/
.content_first{width: 1200px;height: auto;margin-top: 80px;}
.content_first p{font-size: 14px;color: #999999;line-height: 34px;}
.content_first h2{font-size: 18px;color: #333;padding-top: 5px;padding-bottom: 5px;}
.new_list{margin-bottom: 54px;margin-top: 34px;text-align: center;}
.content_first ul li{font-size: 14px;color: #999999;line-height: 34px;text-align: justify;}
/*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) {    /*小屏幕*/
	.page_form{width:990px;}
	.content_WH{width: 990px;}
	.content_title{width: 990px;margin: 0px auto;}
	.content_first{width: 990px;margin-top: 0;}
}

@media  (max-width: 991px) {    /*平板*/
	.page_form{width:100%;}
	.content_WH{width: 100%;}
	.content_title{width: 100%;margin: 0px auto;}
	.content_first{width: 100%;margin-top: 0;}
	.content_first p{width: 100%;height: auto;}

	.content_first p img{width: 100%;height: 100%;}
}
@media (max-width: 767px) {/*手机*/
	.page_form{height: auto;line-height: 50px;}
	.content_WH{width: 100%;}
	.content_title{width: 100%;}
	.content_first{width: 100%;margin-top: 0;}
}