@charset "utf-8";
/* CSS Document */
body{font-family:"微软雅黑"; -webkit-text-size-adjust:none;margin:0;padding:0;}
body > div{margin-right:auto;margin-left:auto; }
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;font-family:"微软雅黑";}
/* span,p{cursor:pointer;} */
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;cursor:pointer;}
input{padding-top:0;padding-bottom:0;font-family:"微软雅黑"; }
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;font-family:"微软雅黑"; }
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0;}
img{border:none;}
a{outline-style:none;color:inherit;text-decoration:none;}
a:hover{text-decoration:none;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clear{clear:both; height:0; font-size:0;overflow:hidden;}
.auto{margin-left:auto;margin-right:auto;}
.fl{float:left;}
.fr{float:right;}
/*.show{display:block!important;}*/
.hide{display:none!important;}


/* 顶部幻灯片 */
.slideBox1{	width: 100%;overflow: hidden;position: relative;}
.slideBox1 .hd{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	height: 15px;
	overflow: hidden;
	bottom: 70px;
	z-index: 1;
	left: 0;
}
.ssrc{
	width: 58%;
	margin: 0 auto;
	font-size: 15px;
	color:white;
	margin-top: 20px;
}
.slideBox1 .btn{
	width: 100%;
	overflow: hidden;
	zoom:1;
	
	margin: 0;
	text-align: center;
}
.slideBox1 .btn li{
	display: inline-block;
    width: 48px;
    height: 12px;
    margin-right: 7px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.slideBox1 .bd{
	position:relative; 
	z-index:0; 
}
.slideBox1 .bd ul{
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.slideBox1 .bd li{
	height: 500px;
	position: relative;
	overflow: hidden;
}
.slideBox1 .bd li img{
	animation: scaleanimate 10s infinite;
	-webkit-animation: scaleanimate 10s infinite;
}

/* 顶部logo和搜索 */
.header_main{
	position: absolute;
    width: 100%;
	top:60px;
	left:0;
}
.page_logo{
	width: 256px;
	margin: 0 auto;
}
.page_logo img{
	width: 100%;
}
.page_name{
	color: rgba(0, 48, 135, 1);
	font-size: 36px;
	font-weight: bold;
	text-align: center;
    text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.3),  
     1px -1px 0 rgba(255, 255, 255, 0.3),
    -1px 1px 0 rgba(255, 255, 255, 0.3),
     1px 1px 0 rgba(255, 255, 255, 0.3);
}
.header_search{
	overflow: hidden;
	border:none;
	width:900px;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 30px;
}
.search_block{
	float: left;
	width: 92%;
	padding: 0 16px;
	height:56px;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
.search_block input{
	border: none;
	background-color: transparent;
	width: 100%;
    line-height:56px;
    height:56px;
    color: rgba(50, 50, 50, 1)!important;
}
.search_logo{
	background: rgba(0, 48, 135, 1);
    height: 56px;
	float: right;
	width: 8%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.search_logo img{
	width: 30px;
	height: 30px;
}
.header_main .ssrc{
    width:600px
}
.ssrc a{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4.29px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(50, 50, 50, 1);
    padding:4px 14px 4px 14px;
    margin-right: 4px;
    cursor:pointer;
}
.ssrc a:hover{
    background-color:#003087;
    color:white;
}
/* 导航栏 */
.nav_main { background: rgba(0, 48, 135, 1);}
.nav_main_list { display: flex; align-items: center; justify-content: space-between; padding-left: 40px; box-sizing: border-box;}
.nav_main_list li { width: 13%; font-size: 22px; color: white; display: flex; align-items: center; justify-content: space-between;}
.nav_label {border-bottom: solid 4px transparent; width: 88px; padding: 14px 0; text-align: center;}
.nav_main_list li:last-child .nav_line{display: none;}	
.nav_main_list li:hover .nav_label{	border-bottom: solid 4px #009A44;}
.navChooseOn .nav_label {border-bottom: solid 4px #009A44 !important;}
.container { width: 1200px; margin: 0 auto;}

/* 头条新闻栏 */
.main_wrap1 {
    background-color: #F2F7FF;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
}
.first_news {
    margin-bottom: 8px;
    color: rgba(0, 48, 135, 1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.first_content {
    display: flex;
    justify-content: center;
    font-size: 17px;
    line-height: 28px;
    text-indent: 2em;
    color: #383838;
    position: relative;
}
.first_content span {
    color: #fb4747;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 新闻列表选项卡 和幻灯片 */
.main_wrap2{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.main_wrap2 .pic_news{
    width: 590px;
    height: 338px;
    overflow: hidden;
}
.main_wrap2 .pic_news .slick-slide{
    height:341.77px;
}
.main_wrap2 .pic_news .tab-title{
    display:flex;
    justify-content:space-between;
    border-bottom: 1px solid rgba(189, 189, 189, 1);
    height: 50px;
    box-sizing: border-box;
    padding-top: 5px;
    color: rgba(50, 50, 50, 1);
    font-size: 24px;
}
.main_wrap2 .pic_news .tab-title .tab-title-left{
    display: flex;
    justify-content: space-between;
    width: 500px;

}
.main_wrap2 .pic_news .tab-title .tab-title-right{
    padding-top: 5px;
}
.tab-title-item{
    position: relative;
    cursor:pointer;
}
.main_wrap2 .pic_news .tab-title .tab-title-item-selected{
    color: rgba(0, 48, 135, 1);
}
.tab-title-item_select{
    width: 64px;
    height: 4px;
    background: rgba(0, 48, 135, 1);
    position: absolute;
    bottom: -16px;
    left:50%;
    transform: translate(-50%, -50%);
}
.main_wrap2 .pic_news .tab-List ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
    box-sizing: border-box;
}

.tab_List_item_left{
    height: 47px;
    display: flex;
    align-items: center;
    
}
.tab_List_item_left div{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: 1;
    background: rgba(196, 196, 196, 1); 
    display: inline-block;               
}
.tab_List_item_left span{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(50, 50, 50, 1);   
    margin-left: 10px;   
    max-width: 460px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.tab_List_item_right {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(151, 151, 151, 1);
    display: flex;
    align-items: center;
}
.swiper-slide{
    height:340px;
}
.swiper-slide img{
    width:100%;
    height:100%;
}
.swiper-pagination-bullet-active{
    background:#fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width:auto;
    right:10px;
    left:unset;
    bottom: 10px;
}
.pic-slide-bottom {
    position: absolute;
    bottom: 4px;
    width: 590px;
    height: 32px;
    background: rgba(133, 133, 133, 0.5);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

/* 通栏按钮 */
.main_wrap3{
    margin: 30px 0;
}
.six_service_new{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px #bdbdbd;
	padding: 10px 0;
	border-radius: 4px;
}
.six_service_new a{
	width: 17%;
	border-right: solid 1px #DEDEDE;
}
.six_service_new li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.six_service_new a:last-child{
	border-right: none;
}
.six_service_new a:hover .tzfw_icon{
	width:22px;
	height:20px;
}
.six_service_new a:hover .tzfw_label{
	font-size: 20px;
}
.tzfw_icon{
	width: 18px;
	height: 16px;
}
.tzfw_icon img{
	width: 100%;
}
.tzfw_label{
	font-size: 18px;
	color:#323232;
	margin-left: 10px;
	line-height: 40px;
}
.six_service{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.six_service a{
	width: 15%;
}
.six_service li{
	border: solid 1px #DEDEDE;
	border-radius: 4px;
	padding: 16px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* footer */
.part-link {
	/* background-color: #C2D8FC; */
	padding-top: 20px;
	box-sizing: border-box;
}

ul.partlink2 {
	/* text-align: center; */
	display: flex;
	justify-content: left;
	align-items: center;
}

.nice-select02 {
	display: inline-block;
	width: 16%;
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	/* box-shadow: 0 0 5px #f6f6f6; */
	background: url(../images/white_up_arrow.png) no-repeat;
	background-size: 18px;
	background-position: 156px 7px;
	cursor: pointer;
}
.nice-select02 ul{
    display: none;
}
.nice-select-choose{
	background: url(../images/white_down_arrow.png) no-repeat;
	background-size: 18px;
	background-position: 156px 7px;
}
.nice-select02:nth-child(2) {
	background-position: 140px 7px;
	margin-left: 16px;
}

.nice-select02:nth-child(3) {
	background-position: 106px 7px;
	border-right: 0;
}

.nice-select02 div {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}
.nice-select02 ul {
	width: 1146px;
	/* display: none; */
	position: absolute;
	left: 0;
	bottom: 38px;
	overflow: hidden;
	background-color: #002A73;
	/* max-height: 150px; */
	/* overflow-y: auto; */
	/* border: 1px solid #e6e6e6; */
	border-bottom: 0;
	/* box-shadow: 0 3px 5px #f6f6f6; */
	/* z-index: 99; */
	padding: 10px 18px;
	box-sizing: border-box;
	padding-right: 0;
	z-index: 1;
}

.nice-select03 ul {
	width: 644px!important;
	left: -194px !important;
}

.nice-select04 ul {
	left: -200px !important;
	width: 560px;
}

.nice-select02 ul li {
	line-height: 30px;
	float: left;
	margin-right:16px;
	text-align: center;
	width: 50px;
}

.nice-select03 ul li {
	width: 190px;
	line-height: 36px;
	overflow: hidden;
}

.nice-select04 ul li {
	width: 100px;
	height: 60px;
	line-height: 60px;
	margin-right: 30px;
	overflow: hidden;
}
.nice-select04 ul li:last-child{
	margin-right: 0;
}
.nice-select02 ul li:last-child {
	width: 142px;
}

.nice-select03 ul li:last-child {
	width: 190px !important;
}

.nice-select04 ul li:last-child {
	width: 100px !important;
}

.nice-select02 a {
	color: white;
	line-height: 26px;
}
.ET_footer {
	position: absolute;
	width: 100%;
}

.footer {
	width: 100%;
	/* overflow: hidden; */
	background-color: rgba(0, 48, 135, 1);
}

.footer_container {
	width: 1200px;
	margin: 0 auto;
	background-color: rgba(0, 48, 135, 1);
}

.footer_left {
	width: 72%;
	float: left;
	padding: 20px 0 30px 0;
}

.footer_left li {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	display: flex;
}

.footer_left li.link {
	margin-top: 20px;
	font-size: 16px;
}

.footer_left span.space {
	display: inline-block;
	width: 20px;
}

.footer_left li a {
	display: inline-block;
	color: white;
}
.bottom_link{
	display: flex!important;
	align-items: center;
}
.bottom_link span:nth-child(1){
	height: auto;
	display: flex;
}
.footer_right {
	float: right;
	width: 28%;
	overflow: hidden;
}
.zc {
	float: right;
	margin-top: 48px;
}

.dzjg {
	float: right;
	margin-top: 38px;
}

.clear {
	clear: both;
	height: 0;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}


/* 列表页样式 */

/* 顶部样式 */
.ET_top_column {
	height: 170px;
	background: url(../images/column_top_bg.png) 0 0 repeat-x;

}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.nav_column {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.nav_column_left {
	height: 170px;
	text-align: center;
	display: flex;
	align-items: center;
}

.nav_column_left img {
	vertical-align: middle;
}

.nav_column_right {
	color: #474a4c;
	width: 28%;
}
.ET_search_column {
	border: 1px solid #003087;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	box-sizing: border-box;
	padding-right: 10px;
}

.ET_search_column input[type='text'] {
	padding: 8px 12px;
	font-size: 14px;
	border: 0;
	width: 70%;
	font-family: "microsoft yahei";
}

.ET_search_column img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.language_mode {
	display: flex;
	align-items: center;
}

.language_mode li {
	display: flex;
	align-items: center;
}

.language_mode a li {
	border-right: solid 1px #777b7f;
	padding-right: 10px;
	margin-right: 10px;
}
.language_mode a:last-child li{
    border-right: none;
}

.ET_nav_column {
	height: 50px;
    background: #003087;
	/* background: url(../images/column_nav_bg.png) 0 center repeat-x; */
}
.ul_column {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.ul_column li {
	color: white;
	flex: 1;
	font-size: 19px;
	box-sizing: border-box;
}

.ul_column li:hover,
.ul_column li.on {
	background-color: #004097;
}
.ul_column li a{
	display: flex;
}
.ul_column .on .column_guide {
    border-bottom: solid 3px #009A44;
}
.column_guide {
    height: 47px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    width: auto;
    text-align: center;
    margin: 0 auto;
    border-bottom: solid 1px transparent;
}

/* 面包屑样式 */
.ET_top2_column {
	border-bottom: solid 1px #F5F5F5;
	padding: 10px 0;
	background-color: white;
}

.ET_position {
	font-size: 14px;
	color: #383838;
}

/* 列表样式 */
.ET_main{
	position: relative;
}
.ET_main_list{
	min-height: 300px;
	padding-bottom: 50px;
}
.ET_main_content{
    min-height: 300px;
    padding-top: 20px;
	padding-bottom: 50px;
}
.ET_main_content p {
    font-family: "microsoft yahei";
    font-size: 17px;
    line-height: 30px;
    color: #323232;
    margin-top: 10px;
}
.ET_main_list li {
    overflow: hidden;
    line-height: 36px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: solid 1px #E0E0E0;
		padding: 10px 0;
}
.gray_point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999999;
    float: left;
    margin-right: 10px;
}
.news_title {
    display: block;
    width: 88%;
    float: left;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #383838;
}
.ET_main_list a:hover .gray_point{
	background-color: #003087!important;
}
.ET_main_list a:hover .news_title{
	color: #003087!important;
}
/* 翻页样式 */
.pagination_table {
	text-align: center;
	margin: 20px auto
}
.pagination_table a {
	display: inline-block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px;
	border-radius: 6px;
}


.pagination_noactive {
	color: rgba(102, 102, 102, 1);
	/* background-color: #f4f4f5; */
	border: 1px solid rgba(221, 221, 221, 1);
}

.pagination_noactive_num {
	color: rgba(102, 102, 102, 1);
	border: 1px solid rgba(221, 221, 221, 1);
}

.pagination_active_num {
	background-color: #003087;
	color: #fff;
}

.pagination_active {
	color: rgba(102, 102, 102, 1);
	cursor: not-allowed;
	border: 1px solid rgba(221, 221, 221, 1);
}

.navFix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.mrtop26 {
    margin-top: 26px !important;
}
.ET_article {
	padding: 25px 60px 30px 60px;
	background: white;
	margin-top: 20px;
	margin-bottom: 50px;
}

.ET_article h1 {
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	font-weight: normal;
	color: #383838;
}

.ET_article .art_time {
	font-size: 15px;
	color: #5C5C5C;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 12px;
	text-align: center;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.art_info span {
	padding: 0 20px;
}
.art_right {
    float: right;
	display: flex;
	align-items: center;
	position: absolute;
    right: 0;
	bottom: 3px;
}
/* .art_right .art_size {
    margin: 0 10px;
} */
.art_right .art_size span.on {
    color: #003087;
    font-weight: bold;
}
.art_right .art_size span {
    cursor: pointer;
	margin-right:4px;
}
.art_right .split {
    margin: 0 15px;
}
.ET_share {
	/* position: absolute;
	right: 0; */
	float: right;
	display: flex;
	align-items: center;
}

.ET_share li {
	display: inline-block;
	margin: 0 5px;
}

.ET_share li a {
	padding-left: 0 !important;
	background: none !important;
	margin-right: 0 !important;
	width: 22px !important;
	height: 22px !important;
	line-height: 22px;
	/* background-color: #c9c9c9 !important; */
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}

.ET_share li a i {
	font-size: 19px;
	background: none !important;
	display: inline-block;
}

.ET_share li:nth-child(1) a i {
	color: #1FBC7D !important;

}

.ET_share li:nth-child(2) a I {
	color: #E96157 !important;

}

.article_con {
	text-align: left;
	padding-bottom: 40px;
	min-height: 300px;
	padding-top: 40px;
	font-size: 18px;
	line-height: 36px
}

.article_con p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
	word-break: break-all;
}
.article_con p span{
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
	word-break: break-all;
}
.downLink {
	list-style-type: ;
}

.article_con img {
	max-width: 100%;
	height: auto !important;
	cursor: default;
}
.text-center{
	width: 100%; text-align: center; position: absolute; top: 40%; font-size: 16px!important;
}