* {
	padding: 0;
	margin: 0;
}
body, button, input, select, textarea {
	font-family: PingFangSC-Light, 'microsoft yahei', 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', simsun, sans-serif;
}
html,body{
	width: 100%;
	height: 100%;
    position: relative;
}
button, input[type=button], input[type=submit], input[type=reset], label {
	-webkit-user-select: none;
	outline: none;
}
input{
	outline: none;
}
a {
	display: block;
}
a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}
a.underline:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
button, input, select {
	box-sizing: content-box;
	outline: none;
}
button {
	border: 0;
	cursor: pointer
}
b, em, i {
	font-style: normal;
	font-weight: 400;
}
img{
	width: 100%;
	display: block;
	border: none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.visihidden{
	visibility: hidden;
}
#editor img{
	width: auto;
}
input[readonly="readonly"]{
	background-color: #f5f5f5;
}

.top{
	width: 100%;
	height: 106px;
}
.nav{
	width: 100%;
	height: 50px;
	background-color: #1769B0;
}
.nav-main{
	width: 1020px;
	margin: 0 auto;
}
.nav-main a{
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding: 0 23.2px;
	position: relative;
}
.nav-main a::after{
	content: "";
	width: 0px;
	height: 30px;
	border-left: 1px solid #085195;
	border-right: 1px solid #348AD5;
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
}
.nav-main a:nth-of-type(1){
	padding-left: 0;
}
.nav-main a:nth-last-of-type(1){
	padding-right: 0;
}
.nav-main a:nth-last-of-type(1)::after{
	display: none;
}
.nav-main a:hover{
	color: #FDF8CD;
}
.list-box{
	border:1px solid rgba(210,210,210,1);
}
.list-title{
	width: 100%;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 20px 0 10px;
	overflow: hidden;
	background-color: #EEEEEE;
}
.list-title span{
	display: block;
	float: left;
	position: relative;
	font-size: 18px;
	color: #1769B0;
	padding-left: 10px;
}
.list-title span::before{
	content: "";
	display: block;
	width:3px;
	height:19px;
	background:rgba(23,105,176,1);
	position: absolute;
	left: 0;
	top: 9px;
}
.list-title a{
	display: block;
	float: right;
	color: #8B8989;
	font-size: 12px;
	line-height: 40px;
}
.list-main{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
}
.list-li{
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../image/li_bg.gif) no-repeat;
	background-position: left center;
	line-height: 26px;
	height: 26px;
	color: #666;
	font-size: 12px;
	border-bottom: 1px dotted #f3f3f3;
}
.list-li:nth-last-of-type(1){
	border-bottom: 0;
}
.list-li a{
	width: 307px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	color: #000;
}
.list-li a:hover{
	color:#0651ad;
}
.list-li span{
	display: block;
	float: right;
}


.banner{
	width: 1020px;
	height: 320px;
	margin: 10px auto 0;
}
.banner .swiper-container{
	width: 100%;
	height: 320px;
}
.banner .swiper-container img{
	width: 100%;
	height: 100%;
}
.box1{
	width: 1020px;
	margin: 13px auto 0;
}
.box1-left{
	width:736px;
	height:340px;
	float: left;
}
.box1-swiper{
	width:310px;
	height:257px;
	float: left;
	margin-top: 7px;
	overflow: hidden;
	position: relative;
}
.box1-swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.box1-swiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.box1-swiper .swiper-slide .news-title{
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: -30px;
	transition: all 0.4s ease;
	box-sizing: border-box;
	padding: 0 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 99;
}
.box1-swiper .swiper-slide:hover .news-title{
	bottom: 0;
}

.box1-swiper .swiper-pagination{
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
}
.box1-swiper .swiper-pagination-bullet{
	border-radius: 0px;
	width: 8px;
	height: 12px;
	background-color: #fff;
	opacity: 0.8;
}
.box1-swiper .swiper-pagination-bullet-active{
	background-color: #007aff;
}
.box1-list{
	width: 390px;
	float: right;
}
.box1-list ul{
	width: 100%;
	box-sizing: border-box;
	padding-left: 5px;
}
.box1-right{
	width: 267px;
	float: right;
	height:340px;
}
.box1-right ul{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
}
.box1-right ul a{
	width: 180px;
}
.box2{
	width: 1020px;
	margin: 12px auto 0;
}
.box2-link{
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	padding: 22px 0;
}
.box2-link a{
	display: block;
	width: 145px;
	height: 47px;
	float: left;
	margin-left: 21px;
	box-sizing: border-box;
	padding-left: 42px;
	font-size: 16px;
	color: #656565;
	line-height: 47px;
	background: url(../image/icon-mulu.png) no-repeat;
	background-size: 20px auto;
	background-position: 15px center;
	background-color: #D4E9F8;
}
.img{
	width: 1020px;
	height: 121px;
	margin: 11px auto 0;
}
.img img{
	width: 100%;
	height: 100%;
}
.box3{
	width: 1020px;
	height: 450px;
	margin: 14px auto 0;
}
.box3-left{
	width: 755px;
	float: left;
}
.box3-panel{
	width: 370px;
	height: 220px;
	float: left;
	margin-right: 10px;
}
.box3-panel:nth-of-type(2n){
	margin-right: 0;
}
.box3-list{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px;
}
.box3-list .list-li a{
	width: 263px;
}
.box3-right{
	width: 255px;
	height: 453px;
	float: right;
}
.thematic{
	width: 245px;
	margin: 0 auto;
}
.thematic a{
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 27px;
	text-align: center;
	color: #505050;
	background-color: #D4E9F8;
	margin-top: 7px;
	font-size: 16px;
	font-family:Alibaba PuHuiTi;
}
.box4{
	width: 1020px;
	margin: 12px auto 0;
}
.box4-main{
	width: 100%;
	min-height: 220px;
	box-sizing: border-box;
	padding: 13px 20px;
	overflow: hidden;
	position: relative;
}
.box4-main .swiper-slide{
	width: 193px;
}
.box4-main .swiper-slide img{
	width: 193px;
	height: 145px;
}
.box4-main .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.box4-main .swiper-slide p{
	font-size: 16px;
	color: #000;
	line-height: 36px;
	text-align: center;
}


.box5{
	width: 1020px;
	margin: 13px auto 0;
}
.box5-panel1{
	width: 294px;
	height: 220px;
	float: left;
}
.box5-list{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px;
}
.box5-panel1 .list-li a{
	width: 200px;
}
.box5-panel2{
	width: 324px;
	height: 220px;
	float: left;
	margin-left: 35px;
}
.box5-panel2 .list-li a{
	width: 230px;
}

.links{
	width: 1020px;
	min-height: 90px;
	box-sizing: border-box;
	padding: 25px 0px;
	margin: 0 auto;
	padding-left: 100px;
	background: url(../image/1578721118links-img.png) no-repeat;
	background-size: 75px auto;
	background-position: 0px center;
	text-align: right;
}
.links a{
	display: inline-block;
	color: #A2A2A2;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	position: relative;
}
.links a::after{
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background-color: #A2A2A2;
	position: absolute;
	right: 0;
	top: 14px;
}
.links a:nth-last-of-type(1)::after{display: none;}
.links-swiper{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.links-swiper .swiper-slide{
	text-align: center;
}
.links-swiper .swiper-slide::after{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #000;
	position: absolute;
	right: 1px;
	top: 10px;
}
.links-swiper .swiper-slide:nth-last-of-type(1)::after{
	display: none;
}
.links-swiper .swiper-slide a{
	font-size: 14px;
	color: #000;
}