body{
	min-width: 1440px;
	margin: 0 auto;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
header .website_top{
	height: 150px;
	background-color: #195998;
	overflow: hidden;
}
header .website_top .w1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 150px;
}
header .website_top .w1400 .website_top_search{
	width: 420px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;;
}
header .website_top .w1400 .website_top_search span{
	font-size: 18px;
	color: #fff;
}
header .website_top .w1400 .website_top_search span a{
	color: #fff;
}
header .website_top .w1400 .website_top_search .searchbox{
	width: 250px;
	height: 30px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
}

header .website_top .w1400 .website_top_search .searchbox .text{
	background:none;
	border: 0;
	background-color: #fff;
	height: 28px;
	display: flex;
	box-sizing: border-box;
	padding-left: 14px;
	display: flex;
	align-items: center;
	line-height: 1;
	width: 200px;
	position: relative;
}
header .website_top .w1400 .website_top_search .searchbox .btn{
	background:none;
	border: 0;	
	width: 48px;
	height: 28px;
	background: url(../img/search_btn_bg.png) center center no-repeat;
	cursor: pointer;
}

header .website_navigation{
	height: 72px;
	background-color: #ffffff;
	border-bottom:solid #a5adff 1px;
}
header .website_navigation ul{
	display: flex;
	justify-content: space-between;
}
header .website_navigation ul li{
	height: 72px;
	display: flex;
	align-items: center;
	font-family: "Arial";
	font-size: 18px;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}

header .website_navigation ul li a{
	font-family: "Arial";

}

header .website_navigation ul li::after{
	content: "";
	width: 0%;
	height: 4px;
	background-color:#195998;
	position: absolute;
	left:50%;
	bottom: 0;
	transition: all 0.2s linear;	
}
header .website_navigation ul li::before{
	content: "";
	width: 0%;
	height: 4px;
	background-color:#195998;
	position: absolute;
	right: 50%;
	bottom: 0;
	transition: all 0.2s linear;	
}
header .website_navigation ul li.on::after{
	content: "";
	width: 50%;
	height: 4px;
	background-color:#195998;
	position: absolute;
	left:50%;
	bottom: 0;

}
header .website_navigation ul li.on::before{
	content: "";
	width: 50%;
	height: 4px;
	background-color:#195998;
	position: absolute;
	right: 50%;
	bottom: 0;

}
header .website_navigation ul li:hover .sub {
  display: block;
}
.website_navigation .sub {
    transition: opacity 0.3s ease;
}
.sub {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.website_navigation ul li:hover .sub {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
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: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 1;
	margin: 0 8px;
}
header .website_banner .swiper .swiper-pagination-bullet-active{
	background-color: #f87002;	
}

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;
}
.tzggbox{
	background-color: #f0f0f0;
	height: 90px;

}
.tzggbox .w1400{
	box-sizing: border-box;
	padding-left: 50px;
	height: 90px;
	overflow: hidden;
	background: url(../img/icon08.png) left center no-repeat;
	display: flex;
	align-items:center;	
	justify-content: space-between;
}
.tzggbox .w1400 strong{
	font-size: 18px;
	font-weight: bold;
}
.tzggbox_swiper{
	width: 1240px;
	height: 90px;
}
.tzggbox_swiper .swiper-slide{
	height: 90px;
	display: flex;
	align-items:center;
	font-size: 18px;
}
.tzggbox_swiper .swiper-button-next{
	width: 14px;
	height: 11px;
	background: url(../img/icon06.png) center top no-repeat;
	right: 0;
	top: 32px;
	margin: 0;
	opacity: 1;
}
.tzggbox_swiper .swiper-button-next::after{
	display: none;
}

.tzggbox_swiper .swiper-button-prev{
	width: 14px;
	height: 11px;	
	background: url(../img/icon07.png) center top no-repeat;
	left: auto;
	right: 0;
	top: 48px;
	margin: 0;
	opacity: 1;
}
.tzggbox_swiper .swiper-button-prev::after{
	display: none;
}
.newslist_tab01{
	
}
.newslist_tab01 .hd{
	height: 100px;
	position: relative;
	line-height: 100px;
}
.newslist_tab01 .hd::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #bfbfbf;
	left: 0;
	bottom: 2px;
	z-index: 0;
}
.newslist_tab01 .hd ul{

}
.newslist_tab01 .hd ul li{
	font-size: 30px;
	font-weight: bold;
	height: 100px;
	float: left;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.newslist_tab01 .hd ul .on::after{
	content: "";
	height: 6px;
	width:50px;
	background-color: #195998;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.newslist_tab01 .hd ul span{
	display: block;
	height: 100px;
	width: 29px;
	margin: 0 8px;
	background:url(../img/icon01.png) left center no-repeat;
	float: left;
}
.newslist_tab01 .hd .more{
	height: 24px;
	display: flex;
	width: 90px;
	position: absolute;
	right: 0;
	top: 42px;
	font-size: 16px;
	align-items: center;
	background: url(../img/icon04.png) center right no-repeat;
}
.newslist_tab01 .hd .more a{
	color: #f87002;
}
.newslist_tab01 .bd{
}
.newslist_tab01 .bd .box{
	width: 1400px;
	overflow: hidden;
}
.newslist_tab01 .bd .box ul{
	width: 1425px;
}
.newslist_tab01 .bd .box ul li{
	width: 450px;
	margin-right: 25px;
	float: left;
	margin-top: 48px;
}
.newslist_tab01 .bd .box ul li img{
	width: 450px;
	height: 270px;
}
.newslist_tab01 .bd .box ul li p{
	height: 70px;
	width: 450px;
	background-color: #f4f4f4;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: justify;
	padding: 0 24px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}
.website_banner01{
	height: 480px;
	background: url(../img/bannerbg01.jpg) center top no-repeat;
	background-size:100% 100%;
	box-sizing: border-box;
	padding-top: 36px;
}


.newslist_tab02 .hd{
	height: 100px;
	width: 1400px;
	margin: 0 auto;
	position: relative;
	line-height: 100px;
}
.newslist_tab02 .hd::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #fff;
	left: 0;
	bottom: 2px;
	z-index: 0;
}
.newslist_tab02 .hd ul{

}
.newslist_tab02 .hd ul li{
	font-size: 30px;
	font-weight: bold;
	height: 100px;
	float: left;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.newslist_tab02 .hd ul li a{
	color: #fff;
}
.newslist_tab02 .hd ul .on::after{
	content: "";
	height: 6px;
	width:50px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.newslist_tab02 .hd ul span{
	display: block;
	height: 100px;
	width: 29px;
	margin: 0 8px;
	background:url(../img/icon02.png) left center no-repeat;
	float: left;
}
.newslist_tab02 .hd .more{
	height: 24px;
	display: flex;
	width: 90px;
	position: absolute;
	right: 0;
	top: 42px;
	font-size: 16px;
	align-items: center;
	background: url(../img/icon03.png) center right no-repeat;
}
.newslist_tab02 .hd .more a{
	color: #fff;
}
.newslist_tab02 .bd{
	width: 1400px;
	margin: 0 auto;
}
.newslist_tab02 .bd .swiper_btn01{
	position: relative;
	display: flex;
}

.piclist_swiper01{
	height: 210px;
	width: 1400px;
	margin: 0 auto;
	margin-top: 42px;
}
.piclist_swiper01 .swiper-slide{
	width: 323px;
	height: 210px;
	background-color: #fff;
	box-sizing: border-box;
	border-top: 3px solid #f87002;
	position: relative;
	padding: 0 24px;
	padding-top: 74px;
}
.piclist_swiper01 .swiper-slide .time{
	width: 70px;
	height: 60px;
	background-color: #f87002;
	position: absolute;
	left: 24px;
	top: 0;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0px;


}
.piclist_swiper01 .swiper-slide .time span{
	display: block;
	font-size: 14px;
	color: #fff;
}
.piclist_swiper01 .swiper-slide .time span:first-child{
	font-size: 28px;
	font-weight: bold;
}
.piclist_swiper01 .swiper-slide p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.piclist_swiper01 .swiper-slide a.more{
	font-size: 16px;
	color: #f87002;
	padding-right: 30px;
	position: absolute;
	left: 24px;
	line-height: 1;
	bottom: 16px;
	background: url(../img/icon05.png) right center no-repeat;
}
.piclist_swiper01 .swiper-slide:nth-child(even){
	border-top: 3px solid #195998;
}
.piclist_swiper01 .swiper-slide:nth-child(even) .time{
	background-color: #195998;
}

.newslist_tab02 .bd .box .swiper-button-next{
	width: 60px;
	height: 60px;
	background: url(../img/right_btn01.png) center top no-repeat;
	right: calc((100% - 1400px)/2 - 120px);
	top: 117px;
	margin: 0;

}
.newslist_tab02 .bd .box .swiper-button-next::after{
	display: none;
}

.newslist_tab02 .bd .box .swiper-button-prev{
	width: 60px;
	height: 60px;	
	background: url(../img/left_btn01.png) center top no-repeat;
	left: calc((100% - 1400px)/2 - 120px);
	top: 117px;
	margin: 0;
}
.newslist_tab02 .bd .box .swiper-button-prev::after{
	display: none;
}
.l_r_tabbox{
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

.l_r_tabboxty{
	width: 680px;
}


.l_r_tabboxty .hd{
	height: 100px;
	position: relative;
	line-height: 100px;
}
.l_r_tabboxty .hd::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #bfbfbf;
	left: 0;
	bottom: 2px;
	z-index: 0;
}
.l_r_tabboxty .hd ul{

}
.l_r_tabboxty .hd ul li{
	font-size: 30px;
	font-weight: bold;
	height: 100px;
	float: left;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.l_r_tabboxty .hd ul .on::after{
	content: "";
	height: 6px;
	width:50px;
	background-color: #195998;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.l_r_tabboxty .hd ul span{
	display: block;
	height: 100px;
	width: 29px;
	margin: 0 8px;
	background:url(../img/icon01.png) left center no-repeat;
	float: left;
}
.l_r_tabboxty .hd .more{
	height: 24px;
	display: flex;
	width: 90px;
	position: absolute;
	right: 0;
	top: 42px;
	font-size: 16px;
	align-items: center;
	background: url(../img/icon04.png) center right no-repeat;
}
.l_r_tabboxty .hd .more a{
	color: #f87002;
}

.l_r_tabboxty .bd{
	width: 680px;
	height: 460px;
	background-color: #f3f7fa;
	margin-top: 26px;
}
.l_r_tabboxty .bd .box{
	width: 680px;
	height: 460px;	

}
.l_r_tabboxty .bd .box ul{
	padding: 24px 24px 0 24px;
}
.l_r_tabboxty .bd .box ul li{
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 18px;
	justify-content: space-between;
}
.l_r_tabboxty .bd .box ul li a{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 532px;
	white-space: nowrap;
}
.l_r_tabboxty .bd .box ul li span{
	font-size: 14px;
}

.gg_banner{
	height: 130px;
}
.gg_banner .swiper-slide{
	width: 450px;
	height: 130px;
}
.gg_banner .swiper-slide img{
	width: 450px;
	height: 130px;	
}

.gg_banner  .swiper-button-next{
	width: 23px;
	height: 130px;
	background: url(../img/right_btn02.png) center center no-repeat;
	right:0;
	top: 0;
	margin: 0;

}
.gg_banner  .swiper-button-next::after{
	display: none;
}

.gg_banner  .swiper-button-prev{
	width: 23px;
	height: 130px;
	background: url(../img/left_btn02.png) center center no-repeat;
	left:0;
	top: 0;
	margin: 0;
}
.gg_banner  .swiper-button-prev::after{
	display: none;
}

.bannerbg02{
	height: 667px;
	background: url(../img/bannerbg02.jpg) center top no-repeat;
	background-size:100% 100%;
	position: relative;
	overflow: hidden;
}
.bannerbg02::after{
	content: "";
	width: 129px;
	height: 294px;
	position: absolute;
	left: calc((100% - 1400px)/2);
	top: 80px;
	background: url(../img/rwfx.png) left top no-repeat;
}
.bannerbg02 .w1400{
	box-sizing: border-box;
}

.rw_swiper{
	width: 1240px;
	height: 416px;
}
.rw_swiper .swiper-slide{
	width: 292px;
	height: 416px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.rw_swiper .swiper-slide img{
	width: 292px;
	height: 198px;
}
.rw_swiper .swiper-slide h2{
	padding: 18px 24px  14px 24px;
	font-size: 20px;
	
}
.rw_swiper .swiper-slide p{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	padding: 0 24px  0 24px;
}
.rw_swiper .swiper-slide span{
	color: #195998;
	font-size: 16px;
	position: absolute;
	left: 24px;
	bottom: 24px;
}

.rw_button_next{
	width: 45px;
	height: 45px;
	background: url(../img/right_btn.png) center top no-repeat;
	left: 60px;
	top: 371px;
	margin: 0;
	opacity: 1;

}
.rw_button_next::after{
	display: none;
}

.rw_button_prev{
	width: 45px;
	height: 45px;	
	background: url(../img/left_btn.png) center top no-repeat;
	left: 0;
	top: 371px;
	margin: 0;
	opacity: 1;
}
.rw_button_prev::after{
	display: none;
}

.rw_tab{
	margin-top: 64px;
}
.rw_tab .hd{
	width: 1240px;
	height: 80px;
	padding-left: 160px;
	position: relative;
}
.rw_tab .hd .rw_tab_more{
	height: 24px;
	display: flex;
	width: 90px;
	position: absolute;
	right: 10px;
	top: 28px;
	font-size: 16px;
	align-items: center;
	background: url(../img/icon04.png) center right no-repeat;
}
.rw_tab .hd .rw_tab_more a{
	color: #f87002;
}
.rw_tab .hd::after{
	content: "";
	bottom: 2px;
	width: 1240px;
	height: 2px;
	background: url(../img/line01.jpg) repeat-x;
	position: absolute;
	left: 160px;
	z-index: 1;
}
.rw_tab .hd ul{
	display: flex;
	justify-content: center;
}
.rw_tab .hd ul li{
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	margin: 0 56px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.rw_tab .hd ul li.on{
	color: #195998;
}
.rw_tab .hd ul li.on::after{
	content: "";
	width: 50px;
	height: 6px;
	background-color: #195998;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	z-index: 9;
}

.rw_tab .bd{
	margin-top: 40px;
}
.rw_tab .bd .box{
	width: 1240px;
	padding-left: 160px;	
}
.doclist_position{
	background-color: #f0f0f0;
	height: 90px;
}	
.doclist_position .w1400{
	background: url(../img/icon10.png) left center no-repeat;	
	height: 90px;
	display: flex;
	align-items: center;	
	box-sizing: border-box;
	padding-left: 40px;
	font-size: 18px;
}
.doclist_position .w1400 a{
	margin: 0 5px;
}

.doclist_main{
	padding-top: 56px;
}
.doclist_main .lmlist{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 36px;		
}
.doclist_main .lmlist ul{
	display: flex;
}
.doclist_main .lmlist ul li{
	width: 130px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	background-color: #f0f0f0;
	margin-right: 16px;
}
.doclist_main .lmlist ul li a:hover{
	text-decoration: none;
	color: #393939
}

.doclist_main .lmlist ul li.on{
	background-color: #f87002;
	color: #fff;
}
.doclist_main .lmlist ul li.on a{
	color: #fff;
	font-weight: bold;
}

.doclist_newslist{

}
.doclist_newslist .box{
	display: flex;
	padding-bottom: 48px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 48px;
}
.doclist_newslist .box .title{
	width: 360px;
	height: 170px;
	position: relative;
	margin-right: 60px;
}
.doclist_newslist .box .title a{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.doclist_newslist .box .title span{
	position: absolute;
	font-size: 18px;
	color: #666666;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.doclist_newslist .box .des{
	width: 672px;
	height: 170px;
	position: relative;
	margin-right: 60px;
}

.doclist_newslist .box .des p{
	color: #666666;
	font-size: 18px;
	line-height: 2;
}
.doclist_newslist .box .des a.more{
	position: absolute;
	font-size: 18px;
	color: #195998;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 36px;
	background: url(../img/icon11.png) right center no-repeat;
}

.doclist_newslist .box .pic{
	width: 248px;
	height: 170px;
}
.doclist_newslist .box .pic img{
	width: 248px;
	height: 170px;	
}


.columnpager{
	height: 36px;
	padding: 80px 0;
}
.columnpager ul{
	display: flex;
	justify-content: center;
}
.columnpager ul li{
	margin: 0 10px;
	height: 34px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	border: 1px solid #ebebeb;
}
.columnpager ul li a{
	font-size: 16px;
}
.columnpager ul li.first{
	
}
.columnpager ul li.last{
	
}
.columnpager ul li.row{
	background-color: #009adc;
	color: #fff;
}
.columnpager ul li.row a{
	color: #fff;
}

.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;
}


.website_navigation .sub{
    position: absolute;
    left: 50%;
    top: 72px;
    width: 146px;
    margin-left: -73px;
    display: none;

	z-index: 9999;
}
.website_navigation .sub .db{
	height: 7px;
	background: url(../img/sub-top.png) no-repeat left top
   }
.website_navigation .sub .sub_ul{
    background-color: rgba(255,255,255,.8);	
}   
   
.website_navigation .sub a{
    display: block;
    color: #0440a0;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    position: relative;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.website_navigation .sub .sub_ul p:last-child a:after{display: none;}
.website_navigation .sub .sub_ul p a:after{content: "";position: absolute;bottom: 0;left: 0;width: 0;height: 1px;
    background-color: #0440a0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s; }
.website_navigation .sub .sub_ul p a:hover:after{width: 100%;}



footer{
	
}
.footer_link{
	height: 333px;
	overflow: hidden;
	background-color: #195998;
	display: flex;
}
.footer_link .w1400{
	display: flex;	
}
.footer_link .footer_box{
	height: 333px;
	position: relative;
}
.footer_link .footer_box strong{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: flex;
	padding-top: 42px;
}
	
.footer_link .footer_box ul{
	padding-top: 20px;
}
.footer_link .footer_box ul li{
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}
.footer_link .footer_box ul li a{
	color: #fff;	
}

.footer_link .footer_box::after{
	content: "";
	width: 1px;
	right: 0;
	top: 50px;
	position: absolute;
	height: 243px;
	background-color: #477aad;
}
.footer_link .footer_box:last-child::after{
	display: none;
}
.footer_link .link01{
	width: 260px;
}
.footer_link .email{
	width: 176px;
	margin-left: 54px;
}
.footer_link .link02{
	width: 260px;
	margin-left: 54px;
}
.footer_link .link03{
	width: 176px;
	margin-left: 54px;
}
.footer_link .code{
	width: 312px;
	margin-left: 54px;
}

.footer_text{
	background-color: #003366;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer_logo{
	width: 312px;
	margin-top: 45px;
}
.footer_link  .codebox ul{
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
}
.footer_link  .codebox ul li{
	text-align: center;
}
@media (max-width: 1440px) {
	.newslist_tab02 .bd .box .swiper-button-next{
		display: none;
	}
	.newslist_tab02 .bd .box .swiper-button-prev{
		display: none;
	}
	header .website_banner .swiper .swiper-button-next{
		display: none;
	}
	header .website_banner .swiper .swiper-button-prev{
		display: none;
	}	
	
}	