body{
	min-width: 1440px;
	margin: 0 auto;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

header .website_top {
	height: 164px;
	background-color: #b80022;
	overflow: hidden;
}
header .website_top .w1400{
	display: flex;
	justify-content: space-between;
	display: flex;
	align-items: center;
	height: 164px;
}
header .website_top .w1400 .website_top_search{
	font-size: 18px;
	color: #fff;	
	line-height: 20px;
	display: flex;
}
header .website_top .w1400 .website_top_search a{
	font-size: 18px;
	color: #fff;	

}
header .website_top .w1400 .website_top_search span{
	font-size: 20px;
	color: #fff;
	margin:0 8px;

}
header .website_top .w1400 .website_top_search a.seach{
	width: 20px;
	height: 20px;

	background: url(../img/search_icon.png) center center no-repeat;
}
header .website_navigation{
	position: relative;
	z-index: 999999;
}
header .website_navigation ul{
	display: flex;
	justify-content: space-between;
	width: 1400px;
}
header .website_navigation ul li{
	font-size: 18px;
	height: 64px;
	display: flex;
	align-items: center;
	box-sizing: border-box;	
	padding: 0 34px;
	cursor: pointer;
	position: relative;
}	
header .website_navigation ul li.on{
	background-color: #fbc641;
}
header .website_navigation ul li.on a{
	font-weight: bold;
}
header .website_navigation ul li.on a{
	font-weight: bold;
}
header .website_navigation ul li .sub{
	width: 100%;
	position: absolute;
	top: 64px;
	left: 0;
	display: none;
	
}
header .website_navigation ul li .sub p{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #b80022;
	border-bottom: 1px solid #fff;
}
header .website_navigation ul li .sub p:last-child{
	border-bottom: 0;
	font-size: 18px;
}
header .website_navigation ul li .sub p a{
	color: #fff;
	font-weight: 100;
	font-size: 18px;	
}


header .website_navigation ul li a:active, header .website_navigation ul li a:hover { color: #393939 }
header .website_banner{
	height: 596px;
}
header .website_banner .swiper{
	width: 100%;
	height: 596px;
}
header .website_banner .swiper .swiper-slide{
	width: 100%;
	height: 596px;	
	background-size:100% 100% !important;
}

header .website_banner .swiper .swiper-pagination{
	bottom: 24px;
	height: 15px;
} 
header .website_banner .swiper .swiper-pagination-bullet{
	width: 50px;
	height: 5px;
	background-color: #fff;
	opacity: 1;
	margin: 0 8px;
	border-radius: 0;
}
header .website_banner .swiper .swiper-pagination-bullet-active{
	background-color: #b80022;	
}

header .website_banner .swiper .swiper-button-next{
	background: url(../img/right_btn01.png) center center no-repeat;
	width: 60px;
	height: 60px;
	right: calc((100% - 1400px)/2 - 160px);	
}
header .website_banner .swiper .swiper-button-next::after{
	display: none;
}
header .website_banner .swiper .swiper-button-prev{
	background: url(../img/left_btn01.png) center center no-repeat;
	width: 60px;
	height: 60px;
	left: calc((100% - 1400px)/2 - 160px);	
} 
header .website_banner .swiper .swiper-button-prev::after{
	display: none;
}

.site_xyxw{
	width: 840px;
	float: left;
	overflow: hidden;
}
.site_xyxw .nav{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site_xyxw .nav strong{
	font-size: 30px;
}
.site_xyxw .nav strong span{
	color: #b80022;
}
.site_xyxw .nav a.more{
	color: #b80022;
	position: relative;
	position: relative;
	box-sizing: border-box;
	padding-left: 90px;
}
.site_xyxw .nav a.more::after{
	content: "";
	height: 1px;
	width: 80px;
	background-color: #b80022;
	position: absolute;
	left: 0;
	top: 11px;
}

.site_xytz{
	width: 500px;
	float: right;
	overflow: hidden;
}

.site_xytz .nav{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site_xytz .nav strong{
	font-size: 30px;
}
.site_xytz .nav strong span{
	color: #b80022;
}
.site_xytz .nav a.more{
	color: #b80022;
	position: relative;
	position: relative;
	box-sizing: border-box;
	padding-left: 90px;
}
.site_xytz .nav a.more::after{
	content: "";
	height: 1px;
	width: 80px;
	background-color: #b80022;
	position: absolute;
	left: 0;
	top: 11px;
}
.xyxw_pic_list{
	margin-top: 20px;
}
.xyxw_pic_list ul{
	display: flex;
	justify-content: space-between;
}
.xyxw_pic_list ul li{
	width: 400px;
	height: 260px;
}
.xyxw_pic_list ul li img{
	width: 400px;
	height: 260px;	
}
.xyxw_text_list{
	width:840px;
	overflow: hidden;
}
.xyxw_text_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xyxw_text_list li{
	width: 400px;
	height: 138px;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	padding-top: 22px;
}
.xyxw_text_list li a{
	line-height: 30px;
	font-size: 18px;
}

.xyxw_text_list li span{
	box-sizing: border-box;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 16px;
	font-size:16px ;
	color: #999999;
	background: url(../img/time_icon.png) left center no-repeat;
	padding-left: 24px;
}

.xytz_text_list{
	position: relative;
	height: 570px;
}
.xytz_text_list::after{
	content: "";
	height: 480px;
	width: 1px;
	background-color: #e8e8e8;
	left: 104px;
	top: 45px;
	position: absolute;
	z-index: 0;
}
.xytz_text_list .box{
	height: 95px;
	display: flex;
	justify-content: space-between;
}
.xytz_text_list .box .time{
	width: 66px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.xytz_text_list .box .time span:first-child{
	color: #b80022;
	font-size: 36px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	line-height: 1;	
}
.xytz_text_list .box .time span:last-child{
	font-size: 16px;
	display: flex;
	justify-content: center;
	line-height: 1;
	padding-top: 4px;
}
.xytz_text_list .box p{
	width: 400px;
	padding-left: 44px;
	height: 95px;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	box-sizing: border-box;
	background: url(../img/icon01.png) left center no-repeat;
	z-index: 1;
	position: relative;
	
}
.xytz_text_list .box p a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}

#sitebox02{
	background: url(../img/icon_bg01.png) center top no-repeat #b80022;
	height: 860px;
}
#sitebox02 .w1400{
	display: flex;
	justify-content: space-between;
}
.w466{
	width: 466px;
	height: 690px;
	background-color: #fff;
	position: relative;
	margin-top: 90px;
}
.w466 .boxbg{
	width: 466px;
	height: 238px;
	position: relative;
}
.w466 .boxbg p{
	position: absolute;
	left: 0;
	bottom: 14px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	z-index: 3;
}
.w466 .boxbg::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 141px;
	width: 100%;
	background: url(../img/pic_bg.png) bottom center no-repeat;
}

.w466 .box{
	height: 56px;
	width: 410px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 44px;
}

.w466 .box .time{
	width: 60px;
	height: 56px;
	background-color: #00489a;

}
.w466 .box .time span:first-child{
	color: #00489a;
	display: flex;
	width: 56px;
	margin: 2px 2px 0 2px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	text-align: center;
	justify-content: center;
	background-color: #fff;	
}
.w466 .box .time span:last-child{
	font-size: 14px;
	height: 24px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.w466 .box p{
	width: 320px;
	padding-left: 0;
	height: 56px;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
	
}
.w466 .box p a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}


.xskybox_list .box .time{
	background-color: #b80022;

}
.xskybox_list .box .time span:first-child{
	color: #b80022;

}
.xskybox_list .box .time span:last-child{

}

.sdkjsbox_text{
	width: 410px;
	margin: 0 auto;
	position: relative;
}
.sdkjsbox_text ul li{
	display: flex;
	justify-content: space-between;
	width: 410px;
	height: 104px;
	position: relative;
	margin-top: 24px;
}
.sdkjsbox_text ul li .pic{
	width: 160px;
	height: 100px;
	margin-top: 4px;
}
.sdkjsbox_text ul li .pic img{
	width: 100%;
	height: 100%;
}
.sdkjsbox_text ul li span{
	position: absolute;
}
.sdkjsbox_text ul li .text{
	width: 236px;
}
.sdkjsbox_text ul li .text{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}
.sdkjsbox_text ul li .text a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.sdkjsbox_text ul li span{
	color: #666666;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 175px;
}

.xsydbox{
	background: url(../img/icon_bg03.png) center top no-repeat;
}

.xsydbox .nav{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xsydbox .nav strong{
	font-size: 30px;
}
.xsydbox .nav strong span{
	color: #b80022;
}
.xsydbox .nav a.more{
	color: #b80022;
	position: relative;
	position: relative;
	box-sizing: border-box;
	padding-left: 90px;
}
.xsydbox .nav a.more::after{
	content: "";
	height: 1px;
	width: 80px;
	background-color: #b80022;
	position: absolute;
	left: 0;
	top: 11px;
}
.xsydbox_pic{
	height: 640px;
	width: 1400px;
	position: relative;
}
.xsydbox_pic ul li{
	position: absolute;
}
.xsydbox_pic ul li:nth-child(1){
	width: 375px;
	height: 640px;
	left: 0;
	top: 0;
}
.xsydbox_pic ul li:nth-child(2){
	width: 555px;
	height: 325px;
	top: 0;
	left:375px ;
}
.xsydbox_pic ul li:nth-child(3){
	width: 470px;
	height: 325px;
	top: 0;
	right:0 ;	
}
.xsydbox_pic ul li:nth-child(4){
	width: 465px;
	height: 315px;
	left: 375px;
	bottom: 0;	
}
.xsydbox_pic ul li:nth-child(5){
	width: 560px;
	height: 315px;
	right: 0;
	bottom: 0;		
}

.xsydbox_pic ul li img{
	width: 100%;
	height: 100%;
}

.xsydbox_pic ul li p{
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	text-align: left;
	color: #fff;
	width: 100%;
	z-index: 3;
	background: url(../img/icon02.png) left center no-repeat;
	display: flex;
	box-sizing: border-box;
	padding-left: 18px;
	align-items: center;
	line-height: 1.5;

}
.xsydbox_pic ul li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 141px;
	width: 100%;
	background: url(../img/pic_bg.png) bottom center no-repeat;
}
footer{
	background-color: #b80022;
	height: 260px;
}
footer .w1400{
	height: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_text{
	width: 840px;
}
.footer_text img{
	height: 65px;
	display: block;
	margin-bottom: 24px;
}
.footer_text p{
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
.footer_code{
	width: 300px;
}
.footer_code ul{
	display: flex;
	
}
.footer_code ul li{
	width: 120px;
	margin-left: 30px;
}
.footer_code ul li p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-top: 4px;
}
.list_banner{
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	
}
.stie_list{
	padding-bottom: 80px;
}
.stie_list .position_this{
	width: 340px;
	height: 150px;
	background-color: #b80022;
	border-radius: 10px 10px 0  0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	position: absolute;	
	left: 0;
	top: -150px;
	z-index: 99999;
	box-sizing: border-box;	
}

.stie_list  .position_nav{
	width: 1060px;
	height: 70px;
	background: url(../img/position_bg.png) center top no-repeat;
	position: absolute;	
	right: 0;
	top: -70px;
	z-index: 99999;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left: 56px;
	font-size: 18px;
}
.stie_list  .position_nav a.this{
	color: #b80022;
}

.website_list_main{
	display: flex;
	justify-content: space-between;
}
.website_list_left{
	width: 340px;
	background-color: #eeeeee;
}
.website_list_left ul{
	
}
.website_list_left ul li{
	height: 90px;
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 24px;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}
.website_list_left ul li.on{
	background:#b80022 url(../img/icon_bg02.png) right center no-repeat;
}
.website_list_left ul li.on::after{
	width: 5px;
	height: 90px;
	background-color: #fbc641;
	content: "";
	left: 0;
	top: 0;
	position: absolute;

}
.website_list_left ul li.on a{
	color: #fff;
}
.website_list_right{
	width: 1060px;
}

.website_list_right_text{
	box-sizing: border-box;
	padding-left: 56px;
	padding-top: 16px;
}
.website_list_right_text ul li{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left: 32px;
	background: url(../img/icon01.png) left center no-repeat;
	line-height: 1;
	height: 55px;
	align-items: center;
}
.website_list_right_text ul li a{
	font-size: 18px;
}
.website_list_right_text ul li span{
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
}

.website_list_right_pic{
	box-sizing: border-box;
	padding-left: 56px;	
	position: relative;	
}

.website_list_right_pic ul li{
	display: flex;
	justify-content: space-between;
	height: 172px;
	position: relative;
	padding-bottom: 32px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 32px;
}
.website_list_right_pic ul li .pic{
	width: 270px;
	height: 172px;
}
.website_list_right_pic ul li .pic img{
	width: 100%;
	height: 100%;
}
.website_list_right_pic ul li span{
	position: absolute;
}
.website_list_right_pic ul li .text{
	width: 690px;
}
.website_list_right_pic ul li .text{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}
.website_list_right_pic ul li .text a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.website_list_right_pic ul li span{
	color: #666666;
	font-size: 16px;
	position: absolute;
	bottom: 32px;
	left: 314px;
	background: url(../img/time_icon.png) left center no-repeat;
	box-sizing: border-box;
	padding-left: 28px;
}
.columnpager{
	margin-top: 48px;
}
.columnpager ul{
	display: flex;
	justify-content: center;
}
.columnpager ul li{
	border: 1px solid #f1f1f1;
	width: 32px;
	height: 32px;
	margin: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}
.columnpager ul li.row{
	background-color:#b80022;
	color: #fff;
}
.columnpager ul li.row a{
	color: #fff;
}
.columnpager ul li.next{
	width: 72px;
}
.columnpager ul li.home{
	width: 64px;
}
.columnpager ul li.select{
	width: 58px;
	background-color: #e5e5e5;
}
.columnpager ul li.select select{
	border: 0;
}
.columnpager ul li.select select option{
	border: 0;
}

.columnpager ul li.select select {
  font-size: 14px; 
  background-color: #e5e5e5; 
  appearance: none;
  -moz-appearance: none; 
  -webkit-appearance: none;
}


.columnpager ul li.select select {
 
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-position: right 6px; 
  padding-left: 12px;
  padding-right: 30px;

}


.columnpager ul li.select select::-ms-expand {
  display: none; 
}

.doc_position_nav{
	width: 1400px;
	height: 70px;
	background: url(../img/position_bg.png) center repeat-x;
	position: absolute;	
	right: 0;
	top: -70px;
	z-index: 99999;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left: 30px;
	font-size: 18px;	
}
.doc_position_nav a.this{
	color: #b80022;
}


.document_main h1{
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	padding: 48px 0 24px 0;
}
.document_main .mini_page_option{
	font-size: 18px;
	display: flex;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 36px;
	padding-top: 10px;
}
.document_main .mini_page_option span{
	margin: 0 15px;
}
.article_box {
	padding: 36px 0 36px 0 ;
	line-height:48px;
	color: #555;
	height: 100%;
	font-size: 18px;
}

.article_box p {
	margin-bottom: 1em;
	color: #333333;
}

.article_box .article_photo {
	text-align: center;
}

.article_box p img,
.article_box img {
	display: inline-block;
	max-width: 80%;
	margin: 14px 6px;
}
.article_code{
	text-align: center;
}