body{
    background-color: #fff;
}

.main{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    background-color: #e8e8e8;
    background-size: 100% 100%;
}

/* detail */
.main_detail{
	position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.center_detail{
	padding-top: 100px;
}

.detail_line{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #006ae5;
}

.content_detail{
	padding: 0 30px;
	box-sizing: border-box;
}

.content_detail>img{
	width: 100%;
	height: 100%;
}

.title_detail{
	font-size: 30px;
	color: #0052d1;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 60px 0 46px;
}

/* 头部swiper开始 */
.swiper_nav_container{
    position: fixed;
    top: 100px;
    z-index: 2;
    width: 100%;
}

.header_swiper{
    height: 70px;
    padding: 0 64px;
    box-sizing: border-box;
    position: relative;
    background-color: #e3e3e3;
}

.swiper-slide>a{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #5d5d5d;
    font-size: 22px;
}

.swiper-slide-active>a{
    width: 170px;
    height: 70px;
    background-color: #d7000f;
    color: #fff;
    border-radius: 10px;
}
/* 头部swiper结束 */

.center{
    padding: 182px 50px 0;
    box-sizing: border-box;
}

.title>h1{
    margin-top: 75px;
    font-size: 36px;
    color: #015dc2;
    line-height: 36px;
    text-align: center;
    margin-bottom:60px; 
}

/* 列表 */
.news_tab_item{
	margin-bottom: 20px;
}

.news_active_img{
	z-index: 2;
	border-radius: 15px;
}

.news_tab_text{
	width: 540px;
	height: 344px;
	text-align: center;
	padding: 92px 30px 0 30px;
	box-sizing: border-box;
	margin-top: -35px;
	background-color: #fff;
	border-radius: 15px;
}


.news_tab_item-time{
	font-size: 18px;
	line-height: 18px;
	color: #5f5f5f;
	margin-bottom: 34px;
}

.news_tab_item-title{
	font-size: 28px;
	line-height: 28px;
	color: #5d5d5d;
    margin-bottom: 20px;
    font-weight: bold;
}

.news_tab_item-desc{
	font-size: 24px;
	line-height: 42px;
	color: #5f5f5f;
	text-align: justify;
}

.news_tab_item-arrow{
	width: 115px;
	height: 53px;
	display: block;
	margin-top: -27px;
    margin-left: 217px;
	background: url(/zhphone/public/images/news_item_arrow.png) no-repeat center;
}

/* 查看更多 */
.btn-wraper{
	position: relative;
	width: 100%;
	height: 84px;
    margin-top: -30px;
}

.btn{
	position: absolute;
	width: 200px;
	height: 84px;
	left: 50%;
	top: 30px;
	margin-top: -30px;
	margin-left: -100px;
	margin-bottom: 40px;
	background: url(/zhphone/public/images/btn.png) no-repeat center;
}

.btn-wraper>a{
	position: absolute;
	display: block;
	height: 84px;
	width: 200px;
	line-height: 84px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -100px;
}

.btn_detail{
	position: relative;
	margin: 66px 0 142px;
}

.btn_detail>img{
	width: 172px;
	height: 62px;
	position: absolute;
	left: 50%;
	margin-left: -86px;
}