html,
body {
	width: 100%;
	min-height: 100%;
}

body,
div,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
th,
td,
p,
tbody,
thead,
tfooter {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "sans-self", Verdana, Arial;
	/* font-size: 12px; */
}

input,
button,
select,
textarea {
	outline: none;
	font-family: "Microsoft YaHei", Verdana, Arial;
	border: 1px solid #dbdbdb;
	padding: 5px;
}

button {
	border: none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #0370ff;
}

ul,
li {
	list-style: none;
}

textarea {
	resize: none;
}

.borderbox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left;
	display: block;
}

.fr {
	float: right;
	display: block;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

a {
	text-decoration: none;
	color: #0370ff;
}

a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background: #fff;
	overflow-x: auto;
}

.center {
	width: 1300px;
	margin: 0 auto;
}

/*澶撮儴*/
.top-h {
	height: 76px;
}


.top-wrap {
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.c-head-move .top-wrap {
	background-color: #0270bf;
}

.top-wrap .logo {
	display: block;
	padding: 7px 0 6px;
}

.top-wrap .logo img {
	height: 50px;
}

.top-wrap .logo .hide {
	display: none;
}


.top-wrap .logo2 {
	display: none;
	padding: 7px 0 6px;
}

.top-wrap .logo2 img {
	height: 50px;
}

.top-right {
	padding: 14px 0 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.top-right .topsearch {
	width: 170px;
	height: 45px;
	margin-right: 15px;
	position: relative;
}

.top-right .topsearch input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 45px;
	border: 1px solid #f1f1f1;
	font-size: 14px;
	padding: 5px 15px;
}

.topsearch input::-webkit-input-placeholder {
	color: #c9c9c9;
}

.topsearch input:-moz-placeholder {
	color: #c9c9c9;
}

.topsearch input::-moz-placeholder {
	color: #c9c9c9;
}

.topsearch input:-ms-input-placeholder {
	color: #c9c9c9;
}

.top-right .topsearch button {
	width: 50px;
	height: 45px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/common/icon-search.png) no-repeat center;
}

.top-right .web-switch {
	margin-left: -6px;
}

.top-right .web-switch a {
	display: block;
	width: 60px;
	float: left;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-left: 15px;
}

.top-right .web-switch a.current,
.top-right .web-switch a:hover {
	background: #fff;
	color: #245fac;
}

.top-right .web-switch a.en {
	position: relative;
}

.top-right .loginbutton {
	width: 120px;
	height: 45px;
	margin-left: 10px;
	overflow: hidden;
	padding-right: 50px;
}

.top-right .loginbutton a {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	color: #245fac;
}

.top-right .loginbutton a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: #67a7fb;
	background-image: url(../img/index/logPC_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 24px;
}

/*瀵艰埅*/
.nav-h {
	height: 45px;
	background: #ffffff;
}

.nav-wrap {
	width: 100%;
	height: 45px;
	background: #0370ff;
	position: fixed;
	/*top:110px;*/
	top: 73px;
	left: 0;
	z-index: 999;
}

.nav-list {
	text-align: center;
}

.nav-list>li {
	display: inline-block;
	position: relative;
}

.nav-list>li>a {
	color: #fff;
	display: block;
	line-height: 50px;
	padding: 0 12px;
	font-size: 18px;
	color: #fff;
	position: relative;
}

.nav-list>li:hover,
.nav-list>li.current {
	
}

.nav-list>li:hover>a::before,
.nav-list>li.current>a::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 10px;
	transform: translateX(-50%);
	left: 50%;
	bottom: -1px;
	background: url('../img/common/arrow.png') no-repeat;
	background-size: cover;
}

.nav-list>li>ul {
	min-width: 120px;
	max-width: 160px;
	background: #fff;
/* 	border-radius: 0 0 5px 5px; */
	padding-bottom: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
}

.nav-list>li>ul>li {
	position: relative;
}

.nav-list>li>ul>li:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 14px;
	display: none;
}

.nav-list>li>ul>li>a {
	display: block;
	text-align: left;
	line-height: 32px;
	color: #333;
	font-size: 16px;
	padding: 0 15px 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-list>li>ul>li:hover {
	background: rgba(2, 112, 191, 1);
}

.nav-list>li>ul>li:hover>a{
	color: #fff;
}

.nav-list>li>ul>li:hover:after {
	display: block;
}

.nav-list>li>ul>li.haslevel3>a {
	background: url(../img/common/navbg.png) no-repeat right 8px center;
	background-size: 10px 10px;
}

.nav-list>li>ul>li ul {
	position: absolute;
	background: #fff;
	left: 100%;
	top: 0;
	padding: 5px 0;
	text-align: left;
	display: none;
}

.nav-list>li>ul>li ul li a {
	display: block;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-list>li>ul>li ul li:hover {
	background: rgba(0, 112, 191, 1);
}

.nav-list>li>ul>li ul li:hover>a{
	color: #fff;
}

@media screen and (min-width:1670px) {
	.nav-list>li>a {
		padding: 0 10px;
	}

	.top-right {
		margin-right: -180px;
	}

	.top-right .web-switch a {
		margin-left: 20px;
	}

	.top-wrap .logo img {
		height: 60px;
	}
}

@media screen and (max-width: 760px){
	.top-wrap .logo {
		display: none !important;
	}
	.top-wrap .logo2 {
		display: block !important;
	}
	.top-wrap .logo .hide {
		display: hide !important;
	}
	
	.t-head{
		height: 55px;
	}
	
	.top-wrap{
		background-color: #fff;
		box-shadow: 0 0 2px rgba(102, 102, 102, 0.2);
	}
}


@media screen and (min-width: 760px){
	.top-wrap {
		padding: 12px 0;
	}
}

/*banner*/
.banner {
	width: 100%;
}

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner-wrap a {
	display: block;
	width: 100%;
}

.banner-wrap a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1920px;
	margin: 0 auto;
}

/*棣栭〉澶ф寜閽�*/
.index-btnwrap {
	position: absolute;
	bottom: 7%;
	left: 24.6%;
	width: 50.8%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner .btn {
	display: block;
	float: left;
	padding: 0 7%;
	border-radius: 20px;
	background: #fff;
	transition: all .3s;
}

.banner .btn a {
	display: block;
	font-size: 18px;
	color: #2b53ff;
	line-height: 2;
	transition: all .3s;
}

.banner .btn:hover {
	background: #0370ff;
}

.banner .btn:hover a {
	color: #fff;
}

/*focus*/
.index-focus .center {
	padding: 30px 0 20px;
}

.index-focus .tit {
	display: block;
	font-size: 40px;
	line-height: 1;
	color: #146ed3;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-focus .tit .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	height: 40px;
}

.index-focus .tit span {
	display: inline;
	vertical-align: middle;
}

.index-focus .text {
	font-size: 18px;
	color: #737373;
	line-height: 2;
	text-indent: 2em;
}

.index-focus .text a {
	font-size: 16px;
	color: #66a7fd;
	margin-left: 10px;
}

.index-focus .text a:hover {
	text-decoration: underline;
}

/*鏂伴椈鍔ㄦ€�*/
.index-news-wrap {
	padding-bottom: 35px;
}

.imgnews-cont {
	width: 47.9%;
}

.index-news-wrap .tit {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	font-size: 24px;
	line-height: 1;
	color: #fd7d00;
	overflow: hidden;
}

.index-news-wrap .tit::after {
	content: 'WTC2025';
	position: absolute;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 100%;
	font-weight: bold;
	color: #007efe;
	font-size: 12px;
	line-height: 1.5;
	border-bottom: solid 1px #67a7fb;
}

.imgnews-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 327px;
}

.imgnews-swiper .swiper-slide img {
	width: 100%;
}

.imgnews-swiper p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64.5%;
	padding: 15px 32% 15px 3.5%;
	font-size: 14px;
	color: #fafafa;
	background-color: rgba(0, 0, 0, 0.43);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.imgnews-swiper p::before {
	content: '';
	display: inline-block;
	background-image: url(../img/index/play_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}

.imgnews-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
	width: 74px;
	height: 74px;
	background-image: url(../img/index/playBtn_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.imgnews-cont video {
	display: none;
	width: 100%;
}

.index-newslist {
	width: 48.9%;
}

.index-newslist .tit {
	margin-bottom: 10px;
}

.index-newslist ul li a {
	display: block;
	white-space: nowrap;
	font-size: 16px;
	color: #000;
	line-height: 2.4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-newslist ul li a span {
	color: #f29c48;
	font-size: 14px;
}

.index-newslist ul li a:hover {
	color: #097ec9;
}

.index-newslist .more {
	padding: 0 6px;
	font-size: 10px;
	line-height: 2;
	background-color: #a8a8a8;
	color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
}

/*瀹樻柟鍥鹃泦*/
.index-album-wrap {
	padding: 10px 0 40px;
	background: #f4f4f4;
}

.index-album-wrap .tit,
.linewtc-wrap .tit,
.luntan-wrap .tit,
.blh-wrap .tit,
.huodong-wrap .tit,
.jigou-wrap .tit {
	position: relative;
	text-align: center;
	line-height: 2.5;
	font-size: 36px;
	color: #16518d;
	font-weight: normal;
}

.index-album-wrap .more,
.linewtc-wrap .more,
.luntan-wrap .more,
.blh-wrap .more,
.huodong-wrap .more,
.jigou-wrap .more {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	padding: 0 1.8em;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 2;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	border-radius: 16px;
}

.index-album-wrap .more:hover,
.linewtc-wrap .more:hover,
.luntan-wrap .more:hover,
.blh-wrap .more:hover,
.blh-t a:hover,
.huodong-wrap .more:hover,
.jigou-wrap .more:hover {
	color: #fff;
	background-color: #0370ff;
}

.album-swiper {
	width: 100%;
}

.album-swiper .swiper-button-prev,
.album-swiper .swiper-button-next,
.jigou-wrap .swiper-button-prev,
.jigou-wrap .swiper-button-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #a9a9a9;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background-image: none;
	transition: all .3s;
}

.album-swiper .swiper-button-prev:hover,
.album-swiper .swiper-button-next:hover,
.jigou-swiper .swiper-button-prev:hover,
.jigou-swiper .swiper-button-next:hover {
	background: #0370ff;
	color: #fff;
}

.album-swiper .swiper-slide {
	background-color: #fff;
	overflow: hidden;
}

.album-swiper .swiper-slide a {
	padding: 8px 8px 18px;
	display: block;
}

.index-album-wrap .swiper-slide img {
	display: block;
	width: 100%;
}

.index-album-wrap p {
	height: 29px;
	font-size: 16px;
	line-height: 1.8;
	color: #2c2c2c;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-album-wrap .album {
	padding-top: 10px;
}

/*涓栫晫浜ら€氳繍杈撳ぇ浼�*/
.index-maximg {
	padding: 30px 0;
	border-bottom: solid 1px #e5e5e5;
}

.index-maximg .center {
	position: relative;
}

.index-maximg .center .databg {
	display: block;
	width: 100%;
}

/* .index-maximg .center .datatit{display:block; height:55px; position:absolute; left: 50%; top:50px; margin-left:-150px; } */
.index-maximg .center .data-list {
	position: absolute;
	left: 65px;
	top: 20%;
	z-index: 2;
}

.data-list li {
	float: left;
	width: 150px;
	height: 150px;
	border: 2px solid #fff;
	border-radius: 100%;
	margin-left: 35px;
	text-align: center;
}

.data-list li .num {
	margin-top: 45px;
	font-size: 50px;
	line-height: 1;
	color: #fff;
}

.data-list li .num span {
	font-family: Impact;
	display: inline-block;
	min-width: 100px;
}

.data-list li .num sup {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: -10px;
}

.data-list li .text {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 5px;
}


/*绾夸笂wtc*/
.linewtc-wrap {
	padding-bottom: 28px;
}

.linewtc-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.linewtc-l {
	width: 47.3%;
}

.linewtc-r {
	width: 50.9%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.linewtc-l a,
.linewtc-r a {
	position: relative;
	overflow: hidden;
	display: block;
}

.linewtc-l a {
	width: 100%;
	height: 412px;
}

.linewtc-r a {
	width: 48.1%;
	height: 194px;
}

.linewtc-r a:first-child {
	margin-bottom: 24px;
}

.linewtc-con img {
	position: relative;
	display: block;
	height: 100%;
}

.linewtc-mark {
	position: absolute;
	bottom: 1%;
	left: 1%;
	padding: 10px 0;
	width: 98%;
	background-color: rgba(0, 0, 0, 0.67);
	overflow: hidden;
	background-image: url(../img/index/play_i.png);
	background-position: 88.13% center;
	background-repeat: no-repeat;
	background-size: 6% auto;
}

.linewtc-r .linewtc-mark {
	background-size: 8% auto;
}

.linewtc-mark p {
	padding: 0 15% 0 5.3%;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*涓栫晫浜ら€氳繍杈撳ぇ浼�*/
/* .dahui-wrap .tit{text-align:center;padding-top:22px; line-height:90px; font-size:36px; color:#2e5985; font-weight:normal; }
.dahuiimg-list{width:605px; }
.dahuiimg-list li{float:left; width:285px;height:234px;overflow:hidden;margin:0 16px 16px 0; }
.dahuiimg-list li img{display:block;transition:all .3s; }
.dahuiimg-list li:hover img{transform:scale(1.07); }

.dahui-time-cont{width:590px; height:485px; background:#5399cb; padding:40px 15px; }
.dahui-tab{text-align:center;margin-bottom:30px; }
.dahui-tab a{display:inline-block; line-height:38px; font-size:24px; color:#ceebff; padding:0 30px; position:relative; cursor:pointer; }
.dahui-tab a.on{background:#86cdff; color:#fff; border-radius:10px; }
.dahui-tab a.on:after{content:""; display:block; font-size:0; line-height:0; border-width:10px; border-color:#86cdff; border-bottom-width:0; border-style:dashed; border-top-style: solid; border-left-color: transparent; border-right-color: transparent; position: absolute; top:38px; left:50%; margin-left:-10px; }
.time-table{width:100%; }
.time-table th{background: #75b2de; height:38px; font-weight: normal; font-size:14px; color:#fff; }
.time-table th.on{background:#86cdff;}
.time-table th span{display:inline-block;width:30%; text-align:center; }
.time-table td{border-bottom:1px solid #5399cb; border-right:1px solid #5399cb; background:#2c78ad; text-align: center; font-size:14px; color:#fff; height:36px; } */

/*瑷€璁鸿仛鐒�*/
/* .speech-wrap .tit{padding-top: 20px; line-height:75px; border-bottom:1px solid #39618b; text-align:center; font-size:36px; color:#2e5985; font-weight: normal; }
.speech-list{padding: 45px 0; }
.speech-list li{margin-bottom:40px; }
.speech-list li:last-child{margin:0; }
.speech-list li .img{width:235px;height:235px;overflow: hidden; border-radius:100%; border:10px solid #fff; box-shadow:0 0 15px rgba(0,0,0,.1); }
.speech-list li .img img{display:block; width:100%; height:100%; transition:all .3s;}
.speech-list li:hover .img img{transform: scale(1.07);}
.speech-list li .text{width:910px; padding-top:45px; }
.speech-list li .text p{font-size:18px; color:#595959; line-height:1.75; }
.speech-list li .text p.textright{text-align:right; margin-top:10px; } */

/*閲嶈鍢夊*/
.jiabin-wrap {
	padding-bottom: 38px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}

.jiabin-wrap .tit {
	text-align: center;
	line-height: 2.1;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	background: #1046a3;
}

.jiabin-wrap .swiper-center {
	background-color: #1046a3;
	background-image: url(../img/index/jiabinbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.jiabin-swiper {
	width: 100%;
}

.jiabin-wrap .swiper-container {
	padding: 0 0 45px;
}

.jiabin-swiper .swiper-button-prev {
	width: 36px;
	height: 85px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .45) url(../img/index/arrow-left.png) no-repeat center;
}

.jiabin-swiper .swiper-button-next {
	width: 36px;
	height: 85px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .45) url(../img/index/arrow-right.png) no-repeat center;
}

.jiabin-swiper .swiper-pagination {
	bottom: 15px;
}

.jiabin-swiper .swiper-pagination-bullet,
.luntan-con .swiper-pagination-bullet,
.blh-con .swiper-pagination-bullet,
.huodong-con .swiper-pagination-bullet,
.imgnews-swiper .swiper-pagination-bullet {
	width: 21px;
	height: 9px;
	border: 1px solid #fff;
	opacity: 1;
	background: transparent;
	border-radius: 0;
}

.jiabin-swiper .swiper-pagination-bullet-active,
.luntan-con .swiper-pagination-bullet-active,
.blh-con .swiper-pagination-bullet-active,
.huodong-con .swiper-pagination-bullet-active,
.imgnews-swiper .swiper-pagination-bullet-active {
	background: transparent;
}

.jiabin-swiper .swiper-pagination-bullet-active:after,
.luntan-con .swiper-pagination-bullet-active:after,
.blh-con .swiper-pagination-bullet-active:after,
.huodong-con .swiper-pagination-bullet-active:after,
.imgnews-swiper .swiper-pagination-bullet-active:after {
	content: "";
	display: block;
	width: 19px;
	height: 7px;
	background: #fff;
	margin: 1px;
}

.jiabin-swiper .swiper-slide {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.jiabin-item {
	padding: 10px 0;
	display: inline-block;
	text-align: center;
	width: 320px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.jiabin-item img {
	/*width:206px; height:206px;*/
	width: 130px;
	height: 130px;
	border-radius: 100%;
	border: solid 3px #fff;
}

.jiabin-item p {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	height: 30px;
	-white-space: nowrap;
	-overflow: hidden;
	-text-overflow: ellipsis;
}

.jiabin-item p.name {
	font-size: 18px;
}

/*瀛︽湳璁哄潧*/
.luntan-wrap,
.blh-wrap,
.huodong-wrap {
	padding-bottom: 36px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}

.luntan-wrap .more,
.blh-wrap .more,
.huodong-wrap .more,
.jigou-wrap .more {
	right: auto;
	margin-left: 34px;
}

.luntan-con,
.blh-con,
.huodong-con {
	height: 422px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.luntan-con .luntan-swiper,
.blh-con .blh-swiper,
.huodong-con .huodong-swiper {
	margin: 0;
	width: 56.4%;
	height: 100%;
}

.luntan-con .swiper-slide,
.blh-con .swiper-slide,
.huodong-con .swiper-slide {
	position: relative;
	overflow: hidden;
}

.luntan-con .swiper-slide a,
.blh-con .swiper-slide a,
.huodong-con .swiper-slide a {
	display: block;
	width: 100%;
}

.luntan-con .swiper-slide img,
.blh-con .swiper-slide img,
.huodong-con .swiper-slide img {
	/*height: 100%;*/
	width: 100%;
}

.luntan-con .swiper-slide p,
.blh-con .swiper-slide p,
.huodong-con .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48%;
	padding: 24px 50% 24px 2%;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fafafa;
	background-color: rgba(0, 0, 0, 0.71);
}

.luntan-wrap .luntan-con .swiper-pagination,
.blh-wrap .blh-con .swiper-pagination,
.huodong-wrap .huodong-con .swiper-pagination,
.imgnews-swiper .swiper-pagination {
	bottom: 24px;
	left: auto;
	right: 15px;
	text-align: right;
}

.luntan-t,
.blh-t,
.huodong-t {
	width: 41.9%;
	height: 100%;
	overflow: hidden;
	background-color: #e8f2ff;
	background-image: url(../img/index/line.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.luntan-t p,
.blh-t p,
.huodong-t p {
	padding: 55px 24px 24px;
	text-indent: 2rem;
	font-size: 18px;
	line-height: 2.5;
	color: #2d2d2d;
}

/*浜ら€氱鎶€鍗氳浼�*/
.blh-t a {
	margin: 0 auto;
	padding: 0 8%;
	display: table;
	color: #3b8cf6;
	font-size: 16px;
	border-radius: 10px;
	line-height: 2.5;
	background-color: #fff;
	border: solid 1px #bee6ff;
}

/* .blh-info{width: 400px; height: 515px; background:url(../img/index/bgbox.png) no-repeat center; padding:30px 30px; }
.blh-info .text{font-size:16px; color:#333; line-height:2.1; text-align: justify;font-size: 15.4px;}
.blh-info .blh-btn{margin-top: 20px; }
.blh-info .blh-btn .btn{display:block; width:152px;height:40px; line-height:40px; text-align: center; font-size:16px; color:#fff; border-radius:5px; background:#4d9ff3;  }
.blh-info .blh-btn .btn2{background:#1ea066; }
.blh-info .blh-btn .btn:hover{background:#0370ff; } */

/* .blhimg-list{width:790px; }
.blhimg-list li{width:364px;height:239px; float:left; margin:0 0 32px 30px; overflow: hidden; }
.blhimg-list li img{display:block; width:100%; height:100%; transition:all .3s;}
.blhimg-list li:hover img{transform: scale(1.07);}
.blhimg-list li:last-child{margin-bottom:0; }
.blhimg-list li:nth-last-child(2){margin-bottom:0;} */

/* 涓撻」娲诲姩 */
.huodong-t p {
	padding: 100px 24px 24px;
}

/*鍘嗗眾鍥為【*/
.index-tit {
	line-height: 90px;
	text-align: center;
	font-size: 36px;
	color: #16518d;
	font-weight: normal;
}

.index-tit2 {
	padding-top: 0 !important;
}

.huigu-wrap {
	padding-bottom: 34px;
	border-bottom: 1px solid #e8e8e8;
}

.huigu-center {
	overflow: hidden;
}

/*.huigu-list{width:1250px; }*/
.huigu-list li {
	padding: 10px;
	width: 224px;
	height: 382px;
	background: url(../img/index/bg1.jpg) no-repeat center;
	float: left;
	margin-right: 20px;
}

.huigu-list li:nth-child(5n) {
	margin-right: 0;
}

.huigu-list li:nth-child(2) {
	background-image: url(../img/index/bg2.jpg);
}

.huigu-list li:nth-child(3) {
	background-image: url(../img/index/bg3.jpg);
}

.huigu-list li:nth-child(4) {
	background-image: url(../img/index/bg4.jpg);
}

.huigu-list li:nth-child(5) {
	background-image: url(../img/index/bg5.jpg);
}

.huigu-list li .time {
	text-align: right;
	font-family: Impact;
	font-size: 60px;
	line-height: 1;
	color: #a1f9a1;
}

.huigu-list li:nth-child(2) .time {
	color: #afdcfc;
}

.huigu-list li:nth-child(3) .time {
	color: #fceabd;
}

.huigu-list li:nth-child(4) .time {
	color: #dccffc;
}

.huigu-list li:nth-child(5) .time {
	color: #f3bbbb;
}

.huigu-list li h5 {
	padding: 22px 0 0;
	line-height: 1.2;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	height: 70px
}

.huigu-list li .imgcont {
	margin: 10px auto 32px;
	height: 136px;
	border: 1px solid #fff;
	overflow: hidden;
}

.huigu-list li .imgcont img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.huigu-list li:hover .imgcont img {
	transform: scale(1.07);
}

.huigu-list li .text {
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	text-indent: 2em;
	margin-bottom: 30px;
	height: 220px;
	overflow: hidden;
}

.huigu-list li .more {
	display: block;
	width: 118px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 45px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	transition: all .3s;
}

.huigu-list li .more:hover {
	background: #0370ff;
	border-color: #0370ff;
}

/*涓诲姙鍗曚綅*/
.zhuban-list .tit {
	display: block;
	margin-right: 54px;
	width: 130px;
	height: 37px;
	background: url(../img/index/titbg.png) no-repeat center;
	line-height: 37px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font-size: 10px;
}

.zhuban-list .item {
	margin-bottom: 25px;
}

.zhuban-list .item:last-child {
	margin-bottom: 0;
}

.zhuban-list .list {
	margin-left: 184px;
}

.zhuban-list .list li {
	width: 550px;
	line-height: 2;
	font-size: 16px;
	border: none;
	float: left;
	overflow: hidden;
	transition: all .3s;
}

.zhuban-list .list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.zhuban-list .list li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.zhuban-list .list li:hover {
	border-color: #0370ff;
}

.zhuban-list .list li:hover img {
	transform: scale(1.07);
}

/*鏀寔鏈烘瀯*/
.jigou-wrap,
.meiti-wrap {
	clear: both;
}

.jigou-wrap ul {
	clear: both;
	display: none
}

.jigou-wrap ul li {
	width: 163px;
	height: 158px;
	overflow: hidden;
	border: 1px solid #dbedff;
	float: left;
	margin-left: 45px;
	margin-bottom: 40px;
	transition: all .3s;
}

.jigou-wrap ul li:nth-child(6n+1) {
	margin-left: 0;
}

.jigou-wrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.jigou-wrap ul li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.jigou-wrap ul li:hover {
	border-color: #0370ff;
}

.jigou-wrap ul li:hover img {
	transform: scale(1.07);
}

/*鏀寔濯掍綋*/
.ind_eve_b {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ind_eve_b ul {
	float: left;
	margin-left: 66px;
}

.ind_eve_b ul:nth-child(1) {
	margin-left: 20px !important;
}

.ind_eve_b ul li {
	font-size: 16px;
	color: #404040;
	margin-top: 12px;
}

.ind_eve_b ul li a {
	font-size: 16px;
	color: #404040;
}

.ind_eve_b ul li a:hover {
	color: #279af2;
}

/*footer*/
.footer-wrap {
	padding: 50px 0 55px;
	background: #2274a9;
}

.footer-wrap .botlogo {
	display: block;
	padding: 12px 0 0 50px;
}

.footer-item {
	margin-left: 35px;
}

.footer-item>h5 {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	margin-bottom: 5px;
	font-weight: normal;
}

.footer-item ul li {
	height: 40px;
	line-height: 40px;
}

.footer-item ul li .icon {
	display: inline-block;
	vertical-align: middle;
}

.footer-item ul li a,
.footer-item ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	padding-left: 12px;
}

.footer-item ul li a:hover {
	text-decoration: underline;
}

.footer-item .botcodeimg {
	margin-top: 10px;
}

.footer-bot {
	text-align: center;
	line-height: 50px;
	background: #2e5985;
	font-size: 14px;
	color: #5cb8f0;
}

.footer-bot a {
	color: #5cb8f0;
}

/* 鏂伴椈涓績 */
.news {
	width: 100%;
}

.news .nb-top {
	width: 100%;
	height: 42px;
	background: #f5f5f5;
	box-sizing: border-box;
}

.news .nb-top .center {
	line-height: 42px;
	text-align: right;
}

.news .nb-top .center a {
	color: #919191;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.news .nb-top .center a:hover {
	color: #0370ff;
}

.news .news-main .nm-left {
	float: left;
	width: 225px;
	background: #fff;
	box-shadow: 0 -6px 8px #ddd;
	margin-top: -22px
}

.news .news-main .nm-left div {
	line-height: 40px;
	text-align: center;
	background: #0370ff;
	color: #fff;
	font-size: 18px
}

.news .news-main .nm-left>ul {
	margin: 11px 0
}

.news .news-main .nm-left>ul li {
	line-height: 38px;
	text-align: center
}

.news .news-main .nm-left>ul li a {
	display: block;
	color: #969696;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.news .news-main .nm-left>ul li.on a,
.news .news-main .nm-left ul li:hover a {
	color: #0370ff
}

.news .news-main .nm-right {
	float: right;
	width: 915px;
	min-height: 400px;
	margin-right: 20px;
	padding: 30px 0 75px
}

.news .news-main .nm-right .title {
	padding: 8px 0 11px;
	text-align: center;
	border-bottom: 1px solid #cde2ff;
	margin-bottom: 17px
}

.news .news-main .nm-right .title p {
	color: #245fac;
	font-size: 36px;
	line-height: 45px
}

.news .news-main .nm-right .title span {
	display: block;
	text-align: center;
	line-height: 24px;
	color: #a6a6a6;
	font-size: 12px
}

.news .news-main .nm-right .nm-details {
	font-size: 16px;
	color: #000;
	-text-indent: 2em;
	line-height: 25px;
	margin-top: 27px
}

.news .news-main .nm-right .nm-details img {
	max-width: 80%;
	height: auto !important
}

.news .news-main .nm-right .nm-list ul {
	margin-bottom: 40px
}

.news .news-main .nm-right .nm-list ul li {
	position: relative
}

.news .news-main .nm-right .nm-list ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	padding-left: 28px;
	background: url(../img/news/icon1.png) no-repeat 11px center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.news .news-main .nm-right .nm-list ul li a p {
	display: inline-block;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	color: #515151;
	font-size: 16px
}

.news .news-main .nm-right .nm-list ul li a:hover p {
	color: #0370ff
}

.news .news-main .nm-right .nm-list ul li a span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	background: #fff;
	display: inline-block;
	line-height: 48px;
	color: #abaaaa;
	font-size: 14px
}

.paging {
	width: 100%;
	text-align: center
}

.paging ul li {
	display: inline-block;
	margin: 0 7px
}

.paging ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	color: #bdbdbd;
	font-size: 16px
}

.paging ul li.home a,
.paging ul li.last a {
	width: 58px
}

.paging ul li.active a {
	background: #c6e1f3;
	border: 1px solid #a8d7f5;
	color: #fff
}

/*鍥鹃泦鏀跺綍*/
.recordimg-cont {
	margin: 20px auto;
	width: 100%;
}

.recordimg-tit-cont {
	text-align: center;
	margin-bottom: 15px;
}

.recordimg-tit {
	font-size: 30px;
	color: #2b2a2a;
	line-height: 54px;
}

.recordimg-subtit {
	font-size: 14px;
	color: #84b8e8;
	line-height: 24px;
}

.recordimg-slide-cont {
	background: #ffffff;
	width: 100%;
	height: 630px;
	padding: 20px 0px;
}

.recordimg-slide {
	width: 890px;
	height: 484px;
	margin: 0 auto;
	text-align: center;
}

.recordimg-slide img {
	width: auto;
	max-width: 890px;
	max-height: 484px;
	-display: block;
	transform: all 0.35s;
}

.recordimg-subslide {
	height: 120px;
	position: relative;
	margin-top: 20px;
	padding: 0 35px;
}

.recordimg-subslide img {
	width: 175px;
	height: 120px;
}

.recordimg-subslide .swiper-button-prev {
	width: 33px;
	height: 120px;
	background: #0370ff url(../img/album/recordimg-arrowleft.png) no-repeat center;
	top: 0;
	left: 0;
	margin-top: 0;
}

.recordimg-subslide .swiper-button-next {
	width: 33px;
	height: 120px;
	background: #0370ff url(../img/album/recordimg-arrowright.png) no-repeat center;
	top: 0;
	right: 0;
	margin-top: 0;
}

.recordimg-subslide.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -20px;
	opacity: 0;
}

.recordimg-subslide .swiper-slide {
	position: relative;
}

.recordimg-subslide .swiper-slide:after {
	content: "";
	display: block;
	width: 175px;
	height: 120px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}

.recordimg-subslide .swiper-slide.swiper-slide-active:after {
	background: rgba(0, 0, 0, 0);
}

/*涓婁竴涓笅涓€涓�*/
.prevnext-cont {
	margin-top: 20px;
	padding-left: 5px;
}

.prev-cont,
.next-cont {
	font-size: 14px;
	color: #929292;
	line-height: 30px;
}

.prev-cont a,
.next-cont a {
	color: #ee8100;
}


/*Logos*/
.zhichi-swiper .swiper-wrapper,
.jiabin-swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.zhichi-swiper .swiper-button-prev,
.zhichi-swiper .swiper-button-next {
	margin-top: -35px;
}

.zhichi-swiper .swiper-slide {
	width: 16.7%;
}

.zhichi-swiper .swiper-slide a {
	display: block;
}

.zhichi-swiper .swiper-slide img {
	display: block;
	margin: 0 auto 38px;
	width: 160px;
	height: 160px;
	border: 1px solid #dbedff;
}

.zhichi-botbtn {
	padding: 38px 0;
	text-align: center;
}

.zhichi-botbtn .btn {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #fff;
	font-size: 18px;
	color: #a9a9a9;
	padding: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.zhichi-botbtn .more {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 32px;
	background: #fff;
	font-size: 14px;
	color: #575757;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin: 0 15px;
	transition: all .3s;
}

.zhichi-botbtn .btn:hover,
.zhichi-botbtn .more:hover {
	background: #0370ff;
	color: #fff;
}