.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';margin-top: 70px;}
.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;}
.content_first ul{width: 1200px;height: auto;}
.content_first ul li{width: 1200px;height: 106px;border-bottom: 1px #cecece dashed;margin-top: 30px;}
.first_box{width: 1200px;height: 85px;}
.first_box dt{width: 754px;height: 85px;float: left;}
.first_box dt h2{font-size: 18px;font-weight: bold;color: rgb(28, 32, 137)}
.first_box dt p{color: #808080;font-size: 14px;line-height: 24px;margin-top: 19px;}
.first_box dd{color: #555555;font-size: 14px;margin-top: 22px;width: 80px;height: 16px;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_page start*/
.content_page{width: 403px;height: 28px;margin: 0px auto;margin-top: 65px;}
.page_ul{width: 403px;height: 28px;}
.page_ul li{width: 28px;height: 28px;text-align: center;border: solid 1px #e6e6e6;color: #4d4d4d;float: left;margin-right: 6px;font-size: 13px;line-height: 28px;cursor: pointer;}
.page_ul li a{color: #4d4d4d;display: block;width: 28px;height: 28px;}
.page_ul li:hover{color: #FFF;}
.page_ul li a:hover{color: #FFF;font-weight: bold;}
.page_ul li:hover{background: #1C2089;}
.page_ul li.c_n{width: 92px;}
.page_ul li.next{width: 58px;}
.page_ul li.c_m{width: 49px;}
/*content_page end*/
/*content end*/
@media  (max-width: 1199px) {    /*小屏幕*/
	
	.content_WH{width: 990px;}
	.content_title{width: 990px;}
	.content_first{width: 990px;}
	.content_first ul{width: 990px;}
	.content_first ul li{width: 990px;}
	.first_box{width:990px;}
}

@media  (max-width: 991px) {    /*平板*/
	.content_WH{width: 100%;}
	.content_title{width: 100%;}
	.content_first{width: 100%;}
	.content_first ul{width: 100%;}
	.content_first ul li{width: 100%;}
	.first_box{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;}
	.content_first{width: 100%;margin-top: 5%;}
	.content_first ul{width: 100%;}
	.content_first ul li{width: 100%;}
	.first_box{width:100%;}
	.first_box dt{float: none;width: 100%;}
	.content_first ul li{height: 184px;}
	.first_box dd{margin-top: 75px;}
}