@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
i{ font-style:normal;}
a{ text-decoration:none;}
ul li{ list-style:none;}
body {
	min-width: 1200px;
	background: #f5f5f5;
	/* background-attachment: fixed; */
	/* filter:blur(2px); */
	/* background-size: cover; */
	background: url(../images/body.jpg) top center no-repeat;
	font-size: 12px;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}
option {
	font-size:14px;
}
.flex-align-center {
	display: flex;
	align-items: center;
}
.bg-icon-image {
	width: 22px !important;
	margin-right: 5px;
}
.clearfix {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.header_up{ width:1336px; margin:0 auto; color:#fff; position:relative; top:20px; z-index:10;background-color: #3056d3;}
.header_up a{ color:#fff;}
.header_up .hd_left{ float:left;}
.header_up .hd_right{ float:right;font-size:14px;}
.header_up .hd_right a:hover{color:#efefef;}
.header_up .hd_right span:hover{ cursor:pointer;}
.header {
	width: 100%;
	height: 90px;
	position: relative;
	/* background-color: #3056d3; */
	background-size: cover;
}
.container {
	width: 1366px;
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 710px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 6px;
}
.search {
	height: 20px;
	padding: 10px 0;
	width: 300px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 70px;
	padding-right: 90px;
	border-radius: 50px;
}
.search .search_btn {
	display: block;
	width: 80px;
	height: 40px;
	background: #105397;
	border: 0;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s ease;
	border-radius: 0px 50px 50px 0px;
}
.ipt-sea {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	outline: none;
	border: 0;
	width: 285px;
	margin-left: 15px;
}
.search .search_btn:hover {
	background: #014099;
}
.nav {
	width: 100%;
	height: 82px;
	margin: 0 auto;
	/* background: #2c4ec0;
	border-top:2px solid #0d61d5; */
}
.nav ul{ width:1190px; height:80px; margin:0 auto;
	/* border-left:2px solid #0d61d5; */
}
.nav li {
	width: 146px;
	float: left;
	height: 80px;
	position: relative;
	text-align: center;
	padding-right: 2px;
	/* background: url(../images/shuxian.png) right top no-repeat; */
}
/* .nav li.last {
	width: 134px !important;
} */
.nav li a {
	display: block;
	text-align: center;
	line-height: 16px;
	height: 80px;
	color: #fff;
	transition: all .3s ease;
	overflow: hidden;
}
#navul li{
	font-size: 18px;
	font-weight: bold;
}
#nav_down li{
	font-size: 16px;
	font-weight: normal;
}
.nav li a img {
	display: block;
	margin: 15px auto 10px auto;
	transition: all .3s ease;
}
.nav li a:hover, .nav  a.active {
	background: #014099;
	color: #fff;
}
.nav li a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#nav_down{ 
	background:#058cde;
	width:100%;
	height:auto;
	overflow:hidden;
	display:none;
	position:relative;
	z-index:100;
}
#nav_down li{ 
	background-image:none;
 	width:100%;
	height:40px;
    border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
}
#nav_down li a{ 
	height:40px; 
	line-height:40px;
}
#nav_down li a.long{ 
	line-height:20px !important;
}
.container_col {
	background: #fff;
	padding: 15px;
	width: 1336px;
	margin: 20px auto;
}
.swiper-container{
	width: 100%;
	background: #666;
}
.text-center{
	text-align: center !important;
}

.indnews {
	width: 700px;
	height: 402px;
	float: left;
}
.news-pic {
	width: 700px;
	height: 382px;
	position:relative;
}
.news-pic i{ 
	width:100%;
	height:48px; 
	line-height:48px;
	background:rgba(0,0,0,0.6);
	color:#eee;
	position:absolute; 
	left:0; 
	bottom:0;
	padding-left:20px;
	box-sizing:border-box;
	font-size: 14px !important
}
.news-pic, .news-pic img {
	width: 700px;
	height: 382px;
	overflow: hidden;
}
.news-notice .news-txt {
	width: 592px;
	height: 382px;
	float: right;
	border: 1px solid #efefef;
	padding: 0 15px;
	background: #fafafa;
}
.news-title {
	height: 58px;
	border-bottom: 2px solid #3056d3;
	line-height: 58px;
	position: relative;
}
.news-title .name {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
	background: #084466;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	font-weight: bold;
}
.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: 9px;
	height: 40px;
}
.news-name.tab-nav a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #333;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	/* padding: 0 15px; */
	margin: 0;
	position: relative;
}
.news-name.tab-nav a.current {
	color: #0080ff;
	/* background: url(../images/newstop_tab_active.png) no-repeat bottom; */
	
	font-size: 22px;
	font-weight: bold;
}
.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	/* background: url(../images/jtx.png) no-repeat; */
	left: 10px;
	bottom: -5px;
	display: none;
}
.news-name.tab-nav a.current i {
	display: block;
}
.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}
.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 9px;
	font-size: 12px;
	color: #666;
	transition: all .3s ease;
}
.news-title .more:hover {
	color: #3056d3;
}
.newslist {
	display: block;
	padding: 10px 12px;
}
.hotnews {
	margin: 12px 12px 0 12px;
}
.hotnews h1 {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon {
	margin-top: 12px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.hotnews .hotcon a:hover, .newslist li a:hover {
	color: #3056d3;
}
.newslist li {
	border-bottom: 1px dashed #d4d4d4;
	position: relative;
	padding: 0 16px;
	background: url(../images/point.png) 0px 15px no-repeat;
}
.newslist.hastime li{
	padding: 0 80px 0 16px !important;
}
.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #000;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.newslist li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.newslist li:last-child {
	border: 0;
}
.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(../images/point.png) 2px 24px no-repeat;
}
.newslist.ny li a:after {
	display: none;
}
.fwzn .iconlist a:hover {
	color: #014099;
}
.fwzn {
	margin: 20px 0;
	background: #d5e7f6;
	height: 140px;
	overflow: hidden;
}
.fwzn .tit {
	width: 58px;
	background: #3056d3;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 115px;
	padding-top: 25px;
	float: left;
}
.fwzn .iconlist {
	float: left;
	width: 1112px;
}
.fwzn .iconlist a {
	display: block;
	width: 158px;
	text-align: center;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.fwzn .iconlist a .pic {
	width: 82px;
	height: 82px;
	margin: 20px auto auto auto;
	transition: all .3s ease;
}
.fwzn .iconlist a.icon1 .pic {
	background: #eacd75;
}
.fwzn .iconlist a.icon2 .pic {
	background: #93d884;
}
.fwzn .iconlist a.icon3 .pic {
	background: #f57b7b;
}
.fwzn .iconlist a.icon4 .pic {
	background: #b19de5;
}
.fwzn .iconlist a.icon5 .pic {
	background: #60dcb5;
}
.fwzn .iconlist a.icon6 .pic {
	background: #7ebfe2;
}
.fwzn .iconlist a.icon7 .pic {
	background: #dec67c;
}
.fwzn .iconlist a.icon1:hover .pic {
	background: #014099;
}
.fwzn .iconlist a.icon2:hover .pic {
	background: #014099;
}
.fwzn .iconlist a.icon3:hover .pic {
	background: #014099;
}
.fwzn .iconlist a.icon4:hover .pic {
	background: #014099;
}
.fwzn .iconlist a.icon5:hover .pic {
	background: #014099;
}
.fwzn .iconlist a.icon6:hover .pic {
	background: #014099;
}
.fwzn .iconlist a.icon7:hover .pic {
	background: #014099;
}
.xz-col {
	background: #fff;
	padding: 15px;
	float: left;
	margin-right: 15px;
	
}
.xz-col.abt {
	width: 415.33px;
}
.xz-col.abt img {
	width: 100%;
}
.xz-col.gsgg {
	width: 415.33px;
	margin-right: 0;
}
.xz-col.jlhd {
	width: 415.33px;
	margin-right: 0;
	float: right;
}
.hudongicon a {
	display: block;
	float: left;
	width: 175px;
	height: 102px;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	text-align: center;
	color:#666;
}
.hudongicon a img {
	margin: 15px auto;
	display: block;
	transition: all .3s ease;
}
.hudongicon a.nor {
	border-right: 0;
}
.hudongicon a.nob {
	border-bottom: 0;
}
.hudongicon a:hover {
	color: #3056d3;
}
.hudongicon a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.col-title {
	/* background: url(../images/titbot.png) left bottom no-repeat; */
	border-bottom: 2px solid #3056d3;
	overflow: hidden;
	padding-bottom: 16px;
}
.col-title span p {
	font-size: 22px;
	color: #0080ff;
	font-weight: 700;
}
.col-title span i {
	font-size: 12px;
	color: #b6b6b6;
	margin-top: 10px;
}
.col-title a {
	float: right;
	line-height: 30px;
	color:#666;
}
.col-title a:hover{ color:#3056d3;}
.col-con {
	margin-top: 15px;
}
.col-con .abttxt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.plat{ background:#fff; width:100%; height:308px; padding: 15px; box-sizing:border-box; margin:20px 0;}
.plat_ul{ display:flex;justify-content:space-between;}
.plat ul li{ width:375px; height:188px; background:#fbfbfb; position:relative; padding:0 15px; box-sizing:border-box;}
.plat ul li a{ display:block;}
.plat ul li a.plat_title{ 
	width:100%; 
	height:45px; 
	color:#fff; 
	font-size:17px; 
	line-height:45px; 
	background:#3056d3;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
}
.plat ul li a.plat_text{
	color:#666;
	font-size:14px;
	background:url(../images/point.png) no-repeat left center;
	position:relative;
	top:50px;
	z-index:10;
	line-height:42px;
	height:42px;
	overflow:hidden;
}
.plat ul li a.plat_text span{ padding:0 15px}
.plat ul li a.plat_more{ 
	width:100%; 
	height:42px; 
	line-height:42px; 
	background:#f0f0f0; 
	text-align:center; 
	color:#666;
	position:absolute;
	left:0;
	bottom:0;
}
.plat ul li a.plat_text:hover{ color:#3056d3;}
.plat ul li a.plat_more:hover{ background:#a9a9a9; color:#fff;}

/* .result{ width:100%; height:210px; background:#fff; margin:40px 0; padding:15px; box-sizing:border-box;}
.result_ul{ display:flex; width:100%; justify-content:space-between;}
.result_ul li{ width:284px; height:115px; overflow:hidden;}
.result_ul li img{ width:100%; transition:0.3s;}
.result_ul li:hover img{ transform:scale(1.1,1.1);} */
.gdpic{width:1170px;height:150px;padding-top:10px;overflow:hidden; margin: 0 auto;}
.result{ width:100%; height:auto; background:#fff; margin:20px 0; padding:15px; box-sizing:border-box;}
.result_ul{ display:flex; width:100%; justify-content:space-between;}
.result_ul li{ 
	/* width:663px;  */
	margin-right:5px;
	height:auto; 
	overflow:hidden;}
.result_ul li:last-child {
    margin-right: 0 !important;
}
.result_ul li img{ width:100%; transition:0.3s;}
.result_ul li:hover img{ transform:scale(1.1,1.1);}


.linksbox {
	background: #fff;
	margin: 15px auto;
	width: 1366px;
}
.txtlisttit {
	height: 38px;
	border-bottom: 2px solid #3056d3;
}
.txtlisttit a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 40px;
	color: #333;
	transition: all .3s ease;
	font-size: 22px;
	font-size: 700;
}
.txtlisttit a.current {
	background: #3056d3;
	color: #fff;
}
.linksbox .listcon {
	padding-top:15px;
	height: 90px;
}
.linksbox .linkslist li {
	margin: 5px 10px;
	line-height: 26px;
	float: left;
	font-size: 14px;
}
.linksbox .linkslist li a{ color:#666; font-size: 16px;}
.foot {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: #fff;
	text-align: center;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 15px auto;
	background:#3056d3;
	margin:0;
}
.foot a{color: #fff; padding:0 5px;
	font-size: 14px !important;}
.photo_con{ height:330px;}

/*******************新闻页***************/
.page-left {
	width: 200px;
	float: left;
}
.page-right {
	width: 900px;
	float: right;
	background: #fff;
	padding: 40px;
}
.lujing {
	margin: 20px 0;
	font-size: 14px;
	color: #888;
}
.lujing a{
	color: #888;
}
.pageny {
	overflow: hidden;
	padding-bottom: 30px;
}
.fllist {
	border: 1px solid #ededed;
}
.fllist li {
	height: 60px;
	background: #fff;
	padding: 0 20px;
}
.fllist li a {
	display: block;
	border-bottom: 1px solid #ededed;
	line-height: 59px;
	font-size: 16px;
	color: #666;
}
.fllist li:hover, .fllist li.active {
	background: #3056d3;
}
.fllist li:hover a, .fllist li.active a {
	color: #fff;
	border-bottom: 0;
}
.fllist li.active {
	border-left: 4px solid #014099;
}
.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nytit h3{ font-size:18px; color:#333;}
.pages {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 14px
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pages ul li:hover {
	background: #3056d3;
	color: #fff;
	border: 1px solid #3056d3
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #3056d3;
	padding: 4px 12px;
	margin: 0 1px;
	background: #3056d3;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
.sshuomign {
	color: #888;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
.sshuomign span {
	margin: 0 10px;
}
.article_txt{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	overflow: hidden;
	text-align:center;
}
.article_txt p{ text-align:justify;}
.article_txt img {
	max-width: 930px;
	margin:15px 0;
}
/***********************搜索页*******************/
.so_search{ 
	background:#fff; 
	width:100%; 
	min-height:300px; 
	overflow:hidden; 
	padding:15px; 
	box-sizing:border-box;
}

.so_no{ text-align:center; display:flex; flex-direction:column;}
.so_no img{ display:block; width:250px; margin:5px auto 15px;}
.so_no span{ color:#333; font-size:16px;}

@media screen and (min-width: 1200px) {
	.index_banner,.swiper-container,.swiper-wrapper,.swiper-wrapper .swiper-slide{
		width: 100%;
		height: calc(100vh - 172px);
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {

.header_up{ width:100%;display:none;}
.container{ width:100%;}
.list-content{padding-left:8px;padding-right:8px;}
body{ min-width: 0;}
.container_col{ width:100%; box-sizing:border-box; padding: 15px;margin:0 auto;}
.nav{ width:100%; display:none; position:relative; z-index:10; height:auto; top:-10px;}
.nav ul{ width:100%; height:auto;background: #666}
.nav li{ width:100%; height:auto; float:none;}
.ft_con{ width:95%!Important;}
.mr_frUl{ width:100%;}
.indnews{ width:100%; height:auto;}
.news-pic, .news-pic img{ width:100%; height:300px;}
.news-notice .news-txt{ width:100%; margin-top: 40px; padding: 0; border: none;}
.linksbox{ width:100%;}
.logo{ width:80%; position:static;box-sizing:border-box; float:left;margin:10px auto}
.logo img{ width:100%;}
.logo a:nth-child(2) img { display: none; }
.search{ width:65%;  right:0; left:2%;margin-top:2em;}
.fwzn{ display:none;}
.header{height:90px;}
.index_banner{
	display: flex;
    width: 100%;
    height: 170px;
}
.mr_frUl{ margin:0; height:100%;}
.mr_frUl ul li{ width:100%; height:auto;}
.mr_frUl ul li a img{ width:100%; height:auto;}
.tempWrap{ width:100%!Important; overflow:hidden;}
.toutiao{ margin-bottom:40px; margin-top:15px;}
.xz-col{ height:auto;}
.xz-col.abt{ width:100%; box-sizing:border-box;}
.xz-col.gsgg{ width:100%; box-sizing:border-box;}
.xz-col.jlhd{ width:100%; float:left; box-sizing:border-box;}
.plat_ul{ display:block;}
.plat{ height:auto;}
.plat ul li{ width:100%;}
.result{ height:auto;}
.gdpic{width:95%;height:140px;padding-top:10px;overflow:hidden; margin: 0 auto;}
.result_ul{ display:block;}
.result_ul li{ height:auto; width:100%; margin:15px 0;}
.photo_con{ height:auto;}
.linksbox .listcon{ height:auto;}
.hudongicon a{ width:49%;}
.xs_nav{ width:45px; height:35px; border-radius:5px;float:right; margin-top:20px;
 margin-right:10px; }
.xs_nav i{ display:block; width:60%; height:2px; background:#fff; margin:8px auto;}
.lujing{ padding-left:20px;}
.page-left{ width:100%; float:none;}
.fllist{ margin-top:10px;}
.fllist li{
	width: 50%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eee;
	
}
.fllist:after{
        display:block;
        content:"";
        height:0;
        clear:both;
        overflow:hidden;
     }
.page-right {
    width: 100%;
    float: none;
    padding: 15px;
    box-sizing: border-box;
	margin-top:40px;
}
.newslist{ padding:0;}

.newslist li{margin:0 6px !important}
#link{display:none;}
.list-images li{width:45% !important;}
.list-images li img{width:100% !important;border:none !important}

}
.foot{clear: both}
.sear_btn{width:25px;height:25px;float:right;background:url(../images/sous.png);cursor:pointer;}
.fixbox.open{visibility:initial;opacity:1}
.fixbox{position:fixed;z-index:999;left:0;overflow:hidden;transition:all .4s ease-out 0s;top:0;right:0;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;bottom:0;background:#105397c7;opacity:0;visibility:hidden}
.wp-search{width:800px;height:59px;position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;border-radius:20px;overflow:hidden}
.search-input input{width:100%;height:59px;line-height:59px;font-family:"微软雅黑";font-size:19px;border:none;padding-left:28px;box-sizing:border-box;overflow:hidden}
.wp-search .search-btn{position:absolute;height:100%;width:80px;right:-1px;top:0;background:#}
.wp-search .search-btn .search-submit{width:100%;height:100%;border:none;cursor:pointer;background:#3056d3 url(../images/sous.png) no-repeat center}
.nav .wp-menu .menu-item a.menu-link:after{content:"";border-bottom:2px solid #fff;margin-top:5px;display:block;width:56px;transition:all .2s ease-out 0s;transform:scaleX(0);left:50%;position:absolute;top:60px;margin-left:-28px}
a.closed{display:block;width:32px;height:32px;position:absolute;background:url(../images/closed.png) no-repeat;top:84px;right:93px;background-size:100%}







