body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica, sans-serif;
	width:100%;
}

a {
	text-decoration: none;
	color: #333;
}

h1,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

.fenye {
	text-align: center;
	margin-top: 20px;
}

.fenye .fblock {
	border: none;
	margin: 0;
	padding: 0;
}

.fenye a,
.fenye span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	color: #000;
	margin: 0 2px;
}

.fenye .on{
color:#007aff;}

.fenye span.on {
	background: #f04646;
	color: #FFFFFF;
}

.main-content {
	width: 1440px;
	margin: 0 auto;

}
.main-content2 {
	width: 1440px;
	margin: 0 auto;
	min-width: 1540px;
	background-color: #e5e5e6;
	
}
.topbar-bg {
	background-color: #016cb4;
	height: 35px;
	min-width:1540px;
}

.topbar {
	height: 35px;
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	color: #dcebf5;
}

.topbar span.line {
	width: 1px;
	height: 12px;
	background-color: #dcebf5;
	margin: 0 10px;
}

.topbar a {
	font-size: 12px;
	color: #dcebf5;
}

.topbar .search {
	width: 96px;
	height: 20px;
	background-image: url('../img/search.png');
	display: flex;
	justify-content: flex-start;
}

.topbar .search input {
	background-color: transparent;
	border: none;
	width: 58px;
	height: 13px;
	color: #fff;
	font-size: 12px;
	outline:none;
	margin-top:2px;
	padding-left:5px;
}

.header-box {
	background-color: #1481c4;
	height: 95px;
	min-width:1540px;
	
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 95px;
}

.show-banner{min-width:1540px;}

.menu ul {
	display: flex;
	align-items: flex-end;
}
.menu ul li{
	position: relative;
}
.menu ul li a {
	color: #fff;
	font-size: 16px;
	height: 95px;
	display: flex;
	width: 105px;
	align-items: center;
	justify-content: center;
	border-top: #1481c4 5px solid;
	box-sizing: border-box;
}

.menu ul li.active a {
	border-top: #f1c02c 5px solid;
	background-color: #fff;
	color: #0057a9;
}

.menu ul li a:hover {
	color: #0057a9;
	border-top: #f1c02c 5px solid;
	background-color: #fff;
}

.sonmenu-ul{
	width: 105px;
	border-bottom: #eec347 4px solid;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	display: none;
	z-index: 10000;
}
.sonmenu-ul a{
	height: 60px!important;
	line-height: 60px;
	text-align: center;
	border-bottom: #eee 1px solid;
	border-top: none!important;
	font-size: 16px;
	color: #333!important;
}
.sonmenu-ul a:hover{
	border-top: none!important;
	background-color: #016caf!important;
	color: #fff!important;
}
.menu ul li:hover a{
	color: #0057a9;
	border-top: #f1c02c 5px solid;
	background-color: #fff;
}
.menu ul li:hover .sonmenu-ul{
	display: block;
}
.banner {
	/*height: 780px;*/
	overflow: hidden;
	position: relative;
	min-width: 1539px;
 
}
 .swiper-pagination{
	 display: flex;
	 justify-content: center;
 }
 
.swiper-banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: transparent;
	border: #fff 2px solid;
	margin:0 8px!important;
	display: block;
}

.swiper-banner .swiper-pagination-bullet-active {
	color: #fff;
	background: #fff;
	border: #fff 2px solid;
}
.swiper-banner .swiper-button-white{
	opacity: 0.6;
}
.swiper-container{
	position: relative;
}
.swiper-next{
	position: absolute;
	right: 20px;
	top: 370px;
	z-index: 10000;
}
.swiper-prev{
	position: absolute;
	left: 20px;
	z-index: 10000;
	top: 370px;
}
.bg-gray {
	height: 810px;
	background-color: #e5e5e6;
	background-image: url(../img/hua.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-width:1540px;
}

.nav-title {
	height: 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}

.nav-title .title {
	display: flex;
	font-size: 18px;
}

.nav-title .title span {
	margin-left: 10px;
}

.nav-title .con {
	display: flex;
}

.nav-title .con a {
	font-size: 14px;
}

.nav-title .con span {
	color: #c8c9ca;
	padding: 0 10px 0 20px;
}

.content-box {
	display: flex;
	padding-top: 55px;
}

.login {
	width: 360px;
}

.login-code {
	background-image: linear-gradient(to right, #016ab7, #258dcd);
	height: 339px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
}

.login-code img {
	margin-bottom: 8px;
}

.news {
	border-left: #cfcfd0 1px solid;
	box-sizing: border-box;
	width: 600px;
}

.news .news-img {
	height: 339px;
	overflow: hidden;
}

.notice {
	width: 460px;
	margin-left: auto;
}

.notice-content {
	border-top: #cfcece 1px solid;
	background-color: #fff;
	box-sizing: border-box;
	height: 339px;
}

.notice-content ul {
	padding: 30px 20px;
}

.notice-content ul li {
	display: flex;
	justify-content: space-between;
	line-height: 45px;
}

.notice-content ul li a {
	color: #888;
}

.notice-content ul li a em {
	color: #43a4db;
	padding: 0 8px;
}

.notice-content ul li span {
	color: #c8c9ca;
	font-size: 14px;
}

.notice-content ul li a:hover {
	color: #43a4db;
}

.quik {
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.quik .quik-item {
	width: 238px;
	height: 238px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 18px;
}
.quik .quik-item .quik-item-show{
	display: block;
}
.quik .quik-item .quik-item-hide{
	display: none;
}
.quik .quik-item img {
	margin-bottom: 20px;
}
.quik .quik-item:hover{
	background-image: linear-gradient(to right,#1e88c9,#46a6dd);
	color: #fff;
}
.quik .quik-item:hover .quik-item-hide{
	display: block;
}
.quik .quik-item:hover .quik-item-show{
	display: none;
}
.xiaoyou {
	display: flex;
	margin: 63px 0;
}

.xiaoyou-1 {
	width: 240px;
}

.xiaoyou-2 {
	width: 600px;
}
.swiper-xiaoyou{
	width: 600px; 
	 height: 480px;
	 position: relative;
}
.swiper-pagination-xiaoyou{
	display: flex;
	justify-content: center;
	position: absolute;
	align-items: center;
	height: 40px;
	width: 100%;
	z-index: 999999;
}
.xiaoyou-3 {
	width: 240px;
}

.xiaoyou-4 {
	width: 360px;
	background-color: #e5e5e6;
	height: 480px;
}

.xiaoyou .aqure {
	background-image: linear-gradient(45deg, #1e88c9, #46a6dd);
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}

.xiaoyou .aqure img {
	margin-bottom: 20px;
}

.xiaoyou .aqure p {
	margin-bottom: 10px;
}

.xiaoyou .aqure2 {
	background-color: #016cb4;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
}

.xiaoyou .aqure2 img {
	margin-bottom: 20px;
}

.xiaoyou .aqure2 p {
	margin-bottom: 10px;
}

.picture-show {
	display: flex;
}

.picture-show .jieshao {
	flex: 1;
	background-color: #e5e5e6;
	height: 480px;
}

.picture-show .jieshao h1 {
	font-size: 24px;
	color: #0055ab;
	padding: 65px 0 0 35px;
}

.picture-show .jieshao .line {
	width: 30px;
	height: 3px;
	background-color: #0055ab;
	margin: 20px 0 0 35px;
}

.picture-show .jieshao p {
	color: #898989;
	display: block;
	margin: 20px 20px 0 35px;
	line-height: 32px;
	font-size: 16px;
}

.juan-top {
	display: flex;
	font-size: 18px;
	padding-top: 36px;
	padding-bottom:10px;
	color: 717071;
}
.juan-list li {
	display:flex;
	
}
.juan-list span {
	font-size: 15px;
}

.juan-list li a {
	display: flex;
	justify-content: space-around;
	color: 717071;
}

.bg-gray-2 {
	background-color: #e5e5e6;
	height: 440px;
}
.zhoukan{
	width: 1540px;
	margin: 0 auto;
	position: relative;
}
.swiper-zhoukan{	
	overflow: hidden;
	width: 1440px;
	margin: 0 auto;
}
.swiper-zhoukan img{
	max-width: 100%;
}
.swiper-zhoukan .swiper-zhoukan-next{
	position: absolute;
	left:0px;
	top: 100px;
	cursor: pointer;
}
.swiper-zhoukan .swiper-zhoukan-prev{
	position: absolute;
	right: 0px;
	top: 100px;
	cursor: pointer;
}
.copyright-bg {
	height: 200px;
	background-color: #1e88c9;
	background-image: url(../img/icon9.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-width:1640px;
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 200px;
}

.copyright .line {
	width: 1px;
	height: 93px;
	background-color: #74b2da;
}

.copyright .address {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.copyright .erweima {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.copyright .erweima img {
	margin-bottom: 8px;
}

/*内容页面样式*/
.show-box {
	display: flex;
	justify-content: space-between;
}

.show-box .son-menu {
	width: 272px;
}

.show-box .son-menu .son-menu-t {
	height: 72px;
	background-color: rgba(1, 108, 175, 0.8);
	font-size: 24px;
	text-align: center;
	line-height: 72px;
	position: relative;
	margin-top: -72px;
	color: #fff;
}

.show-box .son-menu .son-menu-c {
	background-color: #f3f4f4;
}

.show-box .son-menu .son-menu-c ul li {
	border-bottom: #DADBDB 1px solid;

}

.show-box .son-menu .son-menu-c ul li a {
	display: flex;
	justify-content: space-between;
	color: #4c4948;
	font-size: 18px;
	height: 60px;
	align-items: center;
	padding: 0 20px;
}

.show-box .son-menu .son-menu-c ul li a em {
	font-size: 9px;
	color: #016caf;
	padding-right: 15px;
}

.show-box .son-menu .son-menu-c ul li a .title {
	display: flex;
	align-items: center;
}

.show-box .son-menu .son-menu-c ul li a .squre {
	width: 8px;
	border: #6e6c6b 1px solid;
	height: 17px;
}

.show-box .son-menu .son-menu-c ul li a:hover {
	background-color: #016caf;
	color: #fff;
}

.show-box .son-menu .son-menu-c ul li a:hover em {

	color: #fff;
}

.show-box .son-menu .son-menu-c ul li a:hover .squre {
	border: #fff 1px solid;
}
.show-box .son-menu .son-menu-c ul li.active a{
	background-color: #016caf;
	color: #fff;
}
.show-box .son-menu .son-menu-c ul li.active a em{
	color: #fff;
}
.show-box .son-menu .son-menu-c ul li.active a .squre{
	border: #fff 1px solid;
}
.show-box .son-menu .son-menu-b{
	height: 290px;
	display: flex;
	background-color: #f3f4f4;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 30px;
}
.show-content{
	width: 1048px;
}
.show-content-t{
	display: flex;
	justify-content: space-between;
	border-bottom: #cfcfcf 1px solid;	
	align-items: center;
	margin-top: 20px;
}
.show-content-t .title{
	font-size: 24px;
	border-bottom: #016AB7 2px solid;
	padding-bottom: 10px;
}
.show-content-t  .position a{
	font-size: 16px;
}
.show-content-t  .position a:hover{
	color: #016caf;
}
.show-content-t .bi{
	color: #016caf;
}
.show-content .show-article{
	min-height: 700px;
}
.show-content .show-article h1{
	font-size: 24px;
	text-align: center;
	color: #0055AB;
	padding: 32px 0;
}
.show-content  .show-article p{
	color: #848484;
	line-height: 24px;
	margin: 10px 0;
}

#news-list {}
#news-list ul { margin-top:20px;}
#news-list ul li{ line-height:60px; border-bottom:#DADBDB 1px solid;color:#666;  background:url(../img/newslistico.jpg) no-repeat 0 50%; padding-left:20px;}
#news-list ul li span{ float:right;  font-size:14px;}

.soso{ padding:0px; margin:0px;border: 0;outline: 0;}
