/* ---- public ---- */
* {
	box-sizing: border-box;
}
html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: #ededed;
	padding-bottom: 36px;
}
.clearfix{
	clear: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
/* ---- top ---- */
#systop{
	background-color: #fdfeff;
}
#systop .systop {
	max-width: 1220px;
	width: auto;
	padding: 0 10px;
}
#sysmenu {
	right: 10px;
}
#syschannel li{
	font-size:14px;}
#sysmenu li.net a {
	width: 60px;
}
#syschannel li:first-child a{
	margin-left:10px;}
#syschannel {
	width: auto;
	max-width: 1200px;
}
#syschannel ul {
	width: 100%;
}
@media screen and (max-width:1220px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
	#syschannel{
		padding: 4px 0 0;
	}
	#syschannel li {
		font-size: 12px;
		margin: 5px 0px;
	}
	#syschannel li a {
		margin: 0 6px;
	}
	#syschannel li:first-child a{
		margin-left:6px;}
}
@media screen and (max-width:800px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
}
@media screen and (max-width:768px) {
	
	#systop {
		background-size: auto 100%;
	}
	#systop .systop {
		padding: 0 6px;
	}
	#sysmenu {
		display: none;
	}
	#systop .sysnet li {
		padding: 0 10px 2px 0;
		font-size: 11px;
	}
	#syschannel {
		display: none;
	}
}
@media screen and (max-width:414px) {
	#systop{
		display: none;
	}
}
/* ---- banner ---- */
.bannerBox{
	width: 100%;
	background: url(../img/banner_bg.jpg) center center repeat-x;
	background-size: auto 100%;
}
.banner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 5.75% 0 9%;
}
.banner .slogan{
	display: block;
	width: 60.5%;
	margin: 0 auto 4.75%;
}
.banner .search{
	width: 62%;
	margin: 0 auto;
	height: 2.5rem;
	border: 0,05rem solid #c7c7c7;
	background: #fff;
	border-radius: 0.3rem;
	padding: 0.4rem 5.7rem 0.4rem 1rem;
	position: relative;
}
.banner .search .text_input{
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	border: none;
	background: none;
	outline: none;
	font-size: 1rem;
	color: #c7c7c7;
}
.banner .search .btn{
	position: absolute;
	right: 0;
	top: 0.4rem;
	width: 5.7rem;
	height: 1.6rem;
	line-height: 1.6rem;
	border: none;
	outline: none;
	border-left: 1px solid #c7c7c7;
	padding: 0 0 0 2.4rem;
	background: url(../img/search_btn.png) 0.75rem center no-repeat;
	background-size: 1.25rem auto;
	font-size: 1.1rem;
	color: #ededed;
	text-align: left;
	cursor: pointer;
}
/* ---- menu ---- */
.menu{
	width: 100%;
	background: #014b99;
	margin-bottom: 1.5rem;
}
.menu ul{
	width: 100%;
	max-width: 38.4rem;
	overflow: hidden;
	margin: 0 auto;
}
.menu ul li{
	width: 21.9%;
	height: 3.2rem;
	float: left;
}
.menu ul li:first-of-type{
	width: 15.6%;	
}
.menu ul li:nth-of-type(3){
	width: 18.7%;	
}
.menu ul li a{
	display: block;
	width: 100%;
	height: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.menu ul li a:hover{
	text-decoration: none;
}
/* ---- container ---- */
.swiperBox {
	float: left;
	width: 55.17%;
	position: relative;
	height: 19.8rem;
	margin-bottom: 0;
}
.swiperBox .swiper-container{
	height: 100%;
	overflow: hidden;
}
.swiperBox .swiper-wrapper{
	height: 100%;
}
.swiperBox .swiper-slide{
	height: 100%;
	position: relative;
}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide p {
	height: 2.7rem;
	line-height:2.7rem;
	padding:0rem 7rem 0 0.8rem;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 1.1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.swiperBox .pagination {
	position: absolute;
	right: 0.8rem;
	bottom: 1.1rem;
	z-index: 9;
	line-height: 0;
}
.swiperBox .swiper-pagination-bullet{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	margin: 0 0.4rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.swiperBox .swiper-pagination-bullet-active{
	background: #005fc3;
}
.swiperBox .swiper_next,
.swiperBox .swiper_prev{
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 3.6rem;
	margin-top: -1.8rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 45% auto;
	background-color: rgba(171,171,171,0.5);
	z-index: 99;
	cursor: pointer;
}
.swiper_next{
	right: 0;
	background-image: url(../img/swiper_next.png);
}
.swiper_prev{
	left: 0;
	background-image: url(../img/swiper_prev.png);
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
		height: auto;
		margin-bottom: 1.5rem;
	}
	.swiperBox .swiper-container{
		height: auto;
	}
	.swiperBox .swiper-wrapper{
		height: auto;
	}
	.swiperBox .swiper-slide{
		height: auto;
	}
	.swiperBox .swiper-slide img {
		height: auto;
	}
	.swiperBox .swiper-slide p {
		height: 2.3rem;
		line-height:2.3rem;
		padding:0rem 5.5rem 0 1rem;
		font-size:0.9rem;
	}
	.swiperBox .pagination {
		right: 0.3rem;
		bottom: 0.75rem;
	}
	.swiperBox .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- mainNews ---- */
.mainNews{
	width: 42.24%;
	float: right;
}
.mainNews li{
	border-bottom: 1px solid #b5b5b5;
	padding: 0 0 0.7rem;
	margin: 0 0 0.7rem;
}
.mainNews li:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.mainNews li h2{
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
	color: #014b99;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.mainNews li p{
	height: 3rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #666;
	overflow: hidden;
}
@media (max-width:768px) {
	.mainNews{
		width: 100%;
	}
	.mainNews li h2{
		height: auto;
		padding: 0.4rem 0;
		line-height: 1.6rem;
		font-size: 1.2rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.mainNews li p{
		height: 3.2rem;
		line-height: 1.6rem;
		font-size: 1rem;
	}
}
/* ---- footer ---- */
#sysfoot {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sysfoot .sysfoot {
	max-width: 1220px;
	padding: 0 10px;
	width: auto;
}
#sysfoot .sysfoot p {
	right: 10px;
}
@media screen and (max-width:1200px) {
	#sysfoot .sysfoot p a {
		font-size: 12px;
		padding: 0 0 0 16px;
	}
}
@media screen and (max-width:800px) {
	#sysfoot .sysfoot {
		text-align: left;
	}
}
@media screen and (max-width:768px) {
	#sysfoot .sysfoot {
		text-align: center;
	}
	#sysfoot .sysfoot p {
		display: none;
	}
}
/* ---- mainHead ---- */
.mainHead{
	position: relative;
	height: 2.1rem;
	border-bottom: 0.1rem solid #d9d9d9;
	margin-bottom: 1rem;
}
.mainHead h1{
	position: absolute;
	top: 0;
	left: 0;
	height: 2.1rem;
	line-height: 1.4rem;
	border-bottom: 0.1rem solid #0065c3;
	border-right: 0.1rem solid #fff;
	font-size: 1.4rem;
	color: #014b99;
	font-weight: bold;
}
.mainHead a.more{
	position: absolute;
	right: 0;
	top: 0;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.7rem;
	color: #666;
}
@media screen and (max-width:1200px) {
	.mainHead a.more{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.mainHead a.more{
		font-size: 0.9rem;
	}
}
/* ---- container ---- */
.newsBox li{
	border-bottom: 1px solid #f3f3f3;
	padding: 0 0 1.2rem;
	margin: 0 0 0.8rem;
}
.newsBox li:last-of-type{
	margin: 0;
	padding: 0;
	border-bottom: none;

}
.newsBox li h2{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsBox li .pic{
	float: left;
	width: 9rem;
	height: 6rem;
	overflow: hidden;
	margin-right: 1.4rem;
}
.newsBox li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.newsBox li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsBox li p{
	height: 4.2rem;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #666;
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.newsBox li .other{
	line-height: 1.1rem;
	font-size: 0.7rem;
	color: #999;
}
.newsBox li .other span{
	display: inline-block;
	margin-right: 1.3rem;
}
@media screen and (max-width:1200px) {
	.newsBox li p{
		font-size: 0.8rem;
	}
	.newsBox li .other{
		line-height: 1.2rem;
		font-size: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	
	.newsBox li h2{
		height: auto;
		line-height: 1.5rem;
		padding: 0.25rem 0;
		font-size: 1.2rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.newsBox li p{
		font-size: 0.9rem;
	}
}
@media screen and (max-width:414px) {
	.newsBox li .pic{
		width: 6rem;
		height: 4.2rem;
		margin-right: 1rem;
	}
}
/* ---- rightHead ---- */
.rightHead{
	height: 1.7rem;
	position: relative;
	margin-bottom: 0.7rem;
}
.rightHead h1{
	position: absolute;
	left: 0;
	top: 0.3rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 1.1rem;
	color: #275da1;
	border-left: 0.1rem solid #275da1;
	font-weight: bold;
	padding: 0 0 0 0.5rem;
}
.rightHead a.more{
	position: absolute;
	right: 0;
	top: 0.3rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: 0.7rem;
	color: #666;
}
@media screen and (max-width:1200px) {
	.rightHead a.more{
		font-size: 0.9rem;
	}
}
/* ---- noticeBox ---- */
.noticeBox{
	border: 0.05rem solid #c5dbe6;
	padding: 0 0.4rem 0 6rem;
	height: 5rem;
	margin-bottom: 1.2rem;
	margin-top: 0.7rem;
	background: #f0f9fe;
	position: relative;
}
.noticeBox .time{
	position: absolute;
	left: 0;
	top: 0;
	height: 4.9rem;
	width: 5.4rem;
	display: table;
}
.noticeBox .time p{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 0.5rem;
	background: #3e87d5;
}
.noticeBox .time p span{
	display: block;
}
.noticeBox .time p span.year{
	text-align: right;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #fff;
	text-align: right;
}
.noticeBox .time p span.day{
	line-height: 1.9rem;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
.noticeBox a{
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width:768px) {
	.noticeBox a{
		font-size: 1rem;
	}
}
/* ---- liveList ---- */
.liveList{
	margin-top: 0.9rem;
	margin-bottom: 0.9rem;
}
.liveList .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1rem;
}
.liveList .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.liveList .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.rightnews li{
	height: 1.6rem;
	line-height: 1.6rem;
	padding: 0 0 0 0.6rem;
	background: url(../img/point.gif) left 0.6rem no-repeat;
	background-size: 0.2rem auto;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media screen and (max-width:1200px) {
	.rightnews li{
		font-size: 0.9rem;
	}
}
@media screen and (max-width:768px) {
	.rightnews li{
		height: auto;
		line-height: 1.3rem;
		padding: 0.3rem 0 0.3rem 0.6rem;
		background: url(../img/point.gif) left 0.8rem no-repeat;
		background-size: 0.2rem auto;
		font-size: 1rem;
		color: #333;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- spokesman ---- */
.spokesman>li{
	margin-bottom: 0.7rem;
}
.spokesman>li:last-of-type{
	margin-bottom: 0;
}
.spokesman>li h2{
	min-height: 1.3rem;
	line-height: 1.3rem;
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}
.spokesman>li h2::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	line-height: 0;
	font-size: 0;
	background: #c7c7c7;
}
.spokesman>li h2 span{
	position: relative;
	padding: 0 0.3rem;
	line-height: 1.3rem;
	font-size: 1.1rem;
	color: #333;
	background: #fff;
	display: inline-block;
	background: #fff;
	z-index: 1;
}
.spokesman>li ul li{
	width: 48.485%;
	float: left;
}
.spokesman>li ul li:nth-of-type(2n){
	float: right;
}
.spokesman>li ul li .pic{
	width: 100%;
	max-width: 6rem;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	/*border-radius: 50%;*/
	margin: 0 auto 0.8rem;
}
.spokesman>li ul li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.spokesman>li ul li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.spokesman>li ul li h3{
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.9rem;
	color: #275da1;
}
.spokesman>li ul li p{
	height: 1.8rem;
	line-height: 0.9rem;
	text-align: center;
	font-size: 0.7rem;
	color: #666;
	overflow: hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width:768px) {
	.spokesman>li{
		width: 48.5%;
		float: left;
	}
	.spokesman>li:nth-of-type(2n){
		float: right;
	}
	.spokesman>li ul li h3{
		height: 1.3rem;
		line-height: 1.3rem;
		text-align: center;
		font-size: 1rem;
	}
	.spokesman>li ul li p{
		height: 2.2rem;
		line-height: 1.1rem;
		font-size: 0.9rem;
	}
}
@media screen and (max-width:520px) {
	.spokesman>li{
		width: 100%;
	}
}
/* ---- shizheng ---- */
.shizheng{
	margin-bottom: 0.9rem;
}
.shizheng h2{
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333;
	margin-bottom: 0.7rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.shizheng .pic{
	float: left;
	width: 6.7rem;
	height: 4.7rem;
	margin-right: 0.7rem;
	overflow: hidden;
}
.shizheng .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.shizheng .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.shizheng p{
	display: table;
	height: 4.7rem;
	overflow: hidden;
}
.shizheng p span{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: left;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #666;
}
@media screen and (max-width:1200px) {
	.shizheng h2{
		font-size: 0.9rem;
	}
	.shizheng p span{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:1200px) {
	.shizheng h2{
		font-size: 1rem;
	}
	.shizheng p span{
		font-size: 0.9rem;
	}
}
/* ---- container ---- */
.tabHead { 
	overflow:hidden;
	zoom:1;
	position: relative;
	height: 2.1rem;
	background: none;
	margin-bottom: 1rem;
}
.tabHead::before{
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 0.1rem;
	line-height: 0;
	font-size: 0;
	background: #d9d9d9;
}
.tabHead li{
	float:left;
	height: 2.1rem;
	line-height: 1.4rem;
	cursor:pointer;
	margin-left: 0.7rem;
	border-bottom: 0.1rem solid #d9d9d9;
	border-right: 0.1rem solid rgba(0,0,0,0);
	font-size: 1.4rem;
	color: #014b99;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.tabHead li:first-of-type{
	margin-left: 0;
}
.tabHead li:last-of-type{
	border-right: none;
}
.tabHead li.active{
	border-bottom: 0.1rem solid #0065c3;
	border-right: 0.1rem solid #fff;
}
.tabBody>li{
	display:none;
	position: relative;
}
.tabBody>li.thisclass{
	display:list-item;
}
.tabBody>li a.more{
	position: absolute;
	right: 0;
	top: -3.1rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.7rem;
	color: #666;
}
@media screen and (max-width:1200px) {
	.tabBody>li a.more{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.tabBody>li a.more{
		font-size: 0.9rem;
	}
}
/* ---- rightAds ---- */
.rightAds{
	width: 100%;
	margin-bottom: 1.2rem;
}
.rightAds img{
	width: 100%;
	height: auto;
}
/* ---- mainLinker ---- */
.mainLinker{
	word-break: break-all;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #333;
}
@media screen and (max-width:1200px) {
	.mainLinker{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.mainLinker{
		font-size: 0.9rem;
		line-height: 1.8rem;
	}
}
/* ---- container ---- */
.bigHeader{
	height: 2.1rem;
	position: relative;
	text-align: center;
	margin-bottom: 1.2rem;
}
.bigHeader::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.1rem;
	line-height: 0;
	font-size: 0;
	width: 100%;
	background: #d9d9d9;
}
.bigHeader h1{
	position: relative;
	display: inline-block;
	min-width: 12rem;
	font-size: 1.4rem;
	font-weight: bold;
	height: 2.1rem;
	line-height: 1.4rem;
	color: #014b99;
	border-bottom: 0.1rem solid #0065c3;
	z-index: 1;
}
/* ---- container ---- */
.kwicks {
	width:100%;
	position:relative;
}
.kwicks > li {
	position:absolute;
	height: 100%;
	top:0px;
	overflow: hidden;
}
.kwicks > li a{
	display:block;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
}
.kwicks > li img{
	width:100%;
	height:100%;
	visibility:hidden;
}
.kwicks > li h2{
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.5rem;
	color: #fff;
	background: rgba(1,75,153,0.75);
	padding: 0 1.5rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.kwicksSwiper {
	display: none;
	position: relative;
	margin-bottom: 0;
}
.kwicksSwiper .swiper-container{
	height: auto;
	overflow: hidden;
}
.kwicksSwiper .swiper-wrapper{
	height: auto;
}
.kwicksSwiper .swiper-slide{
	height: auto;
	position: relative;
}
.kwicksSwiper .swiper-slide img {
	width: 100%;
	height: auto;
}
.kwicksSwiper .swiper-slide p {
	height: 100%;
	background: rgba(1,75,153,0.75);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 4rem;
	font-size: 1.4rem;
	line-height: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 0 1.5rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.kwicksSwiper .pagination {
	position: absolute;
	right: 0.8rem;
	bottom: 0.5rem;
	z-index: 9;
	line-height: 0;
}
.kwicksSwiper .swiper-pagination-bullet{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: #ffffff;
	margin: 0 0.4rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.kwicksSwiper .swiper-pagination-bullet-active{
	background: rgba(1,75,153,0.75);
	width: 2rem;
}

@media screen and (max-width:768px) {
	.kwicks{
		display: none;
	}
	.kwicksSwiper{
		display: block;
	}
}
/* ---- videoLeft ---- */
.videoLeft{
	width: 55.86%;
	float: left;
	height: 22.5rem;
	position: relative;
	overflow: hidden;
}
.videoLeft img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.videoLeft:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.videoLeft h2{
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 53.333%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5rem;
	font-size: 1.3rem;
	color: #fff;
}
.videoLeft span{
	position: absolute;
	left: 0;
	right: 0;
	top:52.444%;
	margin: 0 auto;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	color: #fff;
	padding-left: 3.6rem;
	background: url(../img/play_btn.png) left center no-repeat;
	background-size: auto 100%;
}
.videoList{
	float: right;
	width: 41.55%;
}
.videoList li{
	border-bottom: 1px solid #c7c7c7;
	padding: 0 0 1rem 10rem;
	margin: 0 0 1rem;
	position: relative;
}
.videoList li a{
	height: 6.1rem;
	line-height: 1.7rem;
	font-size: 1rem;
	color: #000;
	text-align: left;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.videoList li:last-of-type{
	padding: 0 0 0 10rem;
	margin: 0;
	border-bottom: none;
}
.videoList li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 9rem;
	height: 6.1rem;
	overflow: hidden;
}
.videoList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.videoList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width:768px) {
	.videoLeft{
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.videoLeft img{
		height: auto;
	}
	.videoList{
		width: 100%;
	}
}
/* ---- container ---- */
.thenews li{
	height: 2rem;
	line-height: 2rem;
	padding: 0 0 0 0.6rem;
	background: url(../img/point.gif) left 1rem no-repeat;
	background-size: 0.2rem auto;
	font-size: 1rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media screen and (max-width:768px) {
	.thenews li{
		height: auto;
		line-height: 1.3rem;
		padding: 0.4rem 0 0.4rem 0.6rem;
		background: url(../img/point.gif) left 1rem no-repeat;
		background-size: 0.2rem auto;
		font-size: 1rem;
		color: #333;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- container ---- */
.qrcode{
	padding: 1.8rem 10px 2rem;
	background: #014b99;
}
.qrcode ul{
	width: 100%;
	max-width: 766px;
	margin: 0 auto;
}
.qrcode ul li{
	width: 20.9%;
	float: left;
	margin-right: 18.65%;
}
.qrcode ul li:nth-of-type(3n){
	margin-right: 0;
}
.qrcode ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 0.5rem;
}
.qrcode ul li p{
	text-align: center;
	line-height: 1rem;
	font-size: 0.8rem;
	color: #fff;
}
@media screen and (max-width:768px) {
	.qrcode ul li{
		width: 30%;
		margin-right: 5%;
	}
}
/* ---- container ---- */
.container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
.container section{
	background: #fff;
	padding: 1rem;
	margin-bottom: 1.5rem;
}
.mainLeft{
	width: 68.97%;
	float: left;
}
.mainRight{
	width: 28.45%;
	float: right;
}
.halfLeft{
	width: 48.7%;
	float: left;
}
.halfRight{
	width: 48.7%;
	float: right;
}
@media screen and (max-width:768px) {
	.mainLeft{
		width: 100%;
	}
	.mainRight{
		width: 100%;
		margin-top: 2rem;
	}
	.halfLeft{
		width: 100%;
		margin-bottom: 2rem;
	}
	.halfRight{
		width: 100%;
	}
}