/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	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;
	overflow-x: hidden;
	padding-bottom: 1.75rem;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- banner Style ---- */
.banner{
	width: 100%;
	background: url(../img/banner.jpg) center center repeat-x;
	background-size: auto 100%;
}
/* ---- menu Style ---- */
.menu{
	background: #0b4f96;
	margin-bottom: 2rem;
}
.menu ul{
	line-height: 0px;
	font-size: 0px;
	text-align: center;
}
.menu ul li{
	display: inline-block;
	padding: 0 2rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	color: #fff;
}
.menu ul li a{
	text-decoration: none;
}
.menu ul li a:hover{
	font-weight: bold;
}
@media (max-width:768px) {
	.menu{
		margin-bottom: 3%;
	}
	.menu ul li{
		width: 21%;
		padding: 0 1%;
	}
	.menu ul li:first-child{
		width: 12%;
	}
	.menu ul li:last-child{
		width: 25%;
	}
}
/* ---- swiperBox Style ---- */
.swiperBox {
	float: left;
	width: 72.5%;
	position: relative;
	height: 22.5rem;
	margin-bottom: 2rem;
}
.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.3rem;
	line-height:2.3rem;
	padding:0 6rem 0 0.8rem;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0.5rem;
	left: 0px;
	right: 0;
	margin: 0 auto;
	width: 96%;
	font-size:0.8rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.swiperBox .pagination {
	position: absolute;
	right: 1.2rem;
	bottom: 1.3rem;
	z-index: 9;
	line-height: 0px;
}
.swiperBox .swiper-pagination-bullet{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	border-radius: 0;
	margin: 0 0.25rem;
	cursor: pointer;
	opacity: 1;
}
.swiperBox .swiper-pagination-bullet-active{
	background: #0f5eb2;
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	.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.4rem;
		line-height:2.4rem;
		padding:0 4.5rem 0 1rem;
		font-size:0.9rem;
	}
	.swiperBox .pagination {
		right: 1.2rem;
		bottom: 1.3rem;
	}
	.swiperBox .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- container Style ---- */
.weiBox{
	float: right;
	width: 25%;
	border-left: 1rem solid #e3e9f1;
	border-right: 1rem solid #e3e9f1;
	background: #e9eff5;
	min-height: 22.5rem;
	padding: 1rem;
	margin-bottom: 2rem;
}
.weiBox li{
	width: 100%;
	margin: 0 auto 1rem;
	text-align: center;
}
.weiBox li:last-child{
	margin-bottom: 0;
}
.weiBox li img{
	width: 100%;
	max-width: 8rem;
	height: auto;
	margin-bottom: 0.5rem;
}
.weiBox li p{
	line-height: 1.1rem;
	text-align: center;
	font-size: 0.8rem;
	color: #666;
}
@media (max-width:768px) {
	.weiBox{
		width: 100%;
		margin-bottom: 3%;
		min-height: auto
	}
	.weiBox li{
		width: 46%;
		margin: 0 2%;
		float: left;
	}
}
/* ---- container Style ---- */
.mainLeft{
	width: 72.5%;
	float: left;
}
.mainRight{
	width: 25%;
	float: right;
}
@media (max-width:768px) {
	.mainLeft{
		width: 100%;
	}
	.mainRight{
		width: 100%;
	}
}
/* ---- container Style ---- */
.concernBox{
	min-height: 8.5rem;
	position: relative;
	border: 1px solid #e8e8e8;
	border-top: 1px solid #0f5eb2;
	padding: 0.9rem 0.7rem 0 3rem;
	margin-bottom: 0.8rem;
}
.concernBox h1{
	position: absolute;
	top: 1rem;
	left: -0.25rem;
	width: 2.4rem;
	padding: 0 0.5rem;
	height: 6.4rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #fff;
	background: #0f5eb2;
	font-weight: normal;
	/* 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;
}
.concernBox ul li{
	height: 3.3rem;
	line-height: 3.3rem;
	font-size: 1.8rem;
	color: #444;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1200px) {
	.concernBox ul li{
		font-size: 1.4rem;
	}
}
@media (max-width:768px) {
	.concernBox{
		min-height: 7rem;
	}
	.concernBox h1{
		height: 5rem;
		font-size: 0.9rem;
		line-height: 1rem;

	}
	.concernBox ul li{
		height: auto;
		min-height: 2.5rem;
		padding: 0.5rem 0;
		line-height: 1.5rem;
		font-size: 1.1rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- container Style ---- */
.teamBuilding{
	border-top: 1px solid #0f5eb2;
	border-bottom: 1px solid #0f5eb2;
	padding: 0.6rem 0 0.8rem;
	margin-bottom: 0.8rem;
}
.mainhead{
	height: 2.1rem;
	line-height: 2.1rem;
	font-size: 1.2rem;
	color: #0f5eb2;
	position: relative;
	font-weight: normal;
	margin-bottom: 0.4rem;
}
.court .mainhead{
	padding-left: 1.7rem;
	background: url(../img/court.png) left center no-repeat;
	background-size: 1.35rem auto;
}
.teamBuilding .mainhead{
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
.mainhead a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 0.8rem;
	color: #666;
}
.newslist li{
	background: url(../img/point.gif) left center no-repeat;
	padding: 0 0 0 0.8rem;
	font-size: 0.8rem;
	line-height: 1.6rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.twolist li{
	width: 48%;
	float: left;
}
.twolist li:nth-child(2n){
	float: right;
}
@media (max-width:768px) {
	.twolist li{
		width: 100%;
	}
}
@media (max-width:414px) {
	.newslist li{
		background: url(../img/point.gif) left 1rem no-repeat;
		font-size: 1rem;
		line-height: 1.4rem;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		color: #333;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
.court{
	margin-bottom: 1.4rem;
}
.court .pic{
	width: 100%;
	margin-bottom: 0.4rem;
}
.court .pic img{
	width: 100%;
	height: auto;
}
.court p{
	line-height:1.6rem ;
	font-size: 0.8rem;
	color: #333;
}
@media (max-width:414px) {
	.court p{
		line-height:2rem ;
		font-size: 1rem;
	}
}
/* ---- showHead Style ---- */
.showHead{
	height: 2.7rem;
	line-height: 2.7rem;
	background: #0f5eb2;
	font-size: 1.2rem;
	color: #fff;
	padding: 0 0 0 0.7rem;
	position: relative;
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.showHead a.more{
	position: absolute;
	right: 0.7rem;
	font-size: 0.9rem;
}
.sceneSwiper{
	position: relative;
	margin-bottom: 4.5%;
}
.sceneSwiper .swiper-container {
	width: 100%;
}
.sceneSwiper .swiper-slide {
	float: left;
}
.sceneSwiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.sceneSwiper .swiper-slide img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sceneSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sceneSwiper .swiper-slide p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	padding:0 0.5rem;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.sceneSwiper .scene_next,
.sceneSwiper .scene_prev{
	position: absolute;
	top: 50%;
	margin-top: -1.85rem;
	width: 2rem;
	height: 3.7rem;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
}
.sceneSwiper .scene_next{
	right: 0px;
	background-image: url(../img/arrow_right.png);
}
.sceneSwiper .scene_prev{
	left: 0px;
	background-image: url(../img/arrow_left.png);
}
.sceneSwiper .swiper-button-disabled{
	opacity: 0.5;
}
@media (max-width:414px) {
	.sceneSwiper .swiper-slide p{
		font-size: 1rem;
	}
}
/* ---- friendShip Style ---- */
.friendShip{
	border-top: 1px solid #d9d9d9;
	background: #f4f4f4;
	padding: 1rem 0 4rem;
}
.friendShip h1{
	border-left: 0.2rem solid #999;
	padding: 0 0 0 0.9rem;
	font-size: 1rem;
	color: #9a9a9a;
	height: 1.2rem;
	line-height: 1.2rem;
	font-weight: normal;
	margin-bottom: 0.8rem;
} 
.friendShip .con{
	line-height: 28px;
	font-size: 14px;
	color: #9a9a9a;
}
@media (max-width:1024px) {
	.friendShip .con{
		line-height: 26px;
		font-size: 13px;
	}
}
@media (max-width:768px) {
	.friendShip .con{
		line-height: 24px;
		font-size: 12px;
	}
}
@media (max-width:414px) {
	.friendShip .con{
		line-height: 22px;
		font-size: 11px;
	}
}
/* ---- container Style ---- */
.crumbs{
	margin-top: 1.6rem;
	min-height: 1.6rem;
	font-size: 0.8rem;
	color: #333;
	line-height: 1.2rem;
	padding: 0.2rem 0;
	margin-bottom: 0.5rem;
}
@media (max-width:414px) {
	.crumbs{
		font-size: 1rem;
		color: #333;
		line-height: 1.3rem;
		padding: 0.15rem 0;
	}
}
/* ---- container Style ---- */
.secBox{
	border: 1px solid #dcdcdc;
	margin-bottom: 2rem;
	padding:1.2rem 1.7rem 3rem;
}
.secBox h1{
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1.5rem;
	color: #0f5eb2;
	margin-bottom: 0.5rem;
}
.thelist{
	margin-bottom: 2.5rem;
}
.thelist li{
	padding: 0.3rem 0 0.3rem 1.2rem;
	line-height: 1.4rem;
	font-size: 1rem;
	color: #333;
	background: url(../img/point.gif) left 0.9rem no-repeat;
}
.pager{
	line-height: 1.5rem;
	font-size: 0.7rem;
	text-align: center;
	color: #989a97;
}
.pager a{
	display: inline-block;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #f1f1f3;
	padding: 0 0.5rem;
	margin: 0.1rem 0;
}
.pager a:hover,
.pager a.active{
	background: #1c649f;
	color: #fff;
	text-decoration: none;
}
@media (max-width:768px) {
	.secBox{
		border: none;
		padding:0;
	}
}
/* ---- cotent Style ---- */
.cotentHead{
	border-bottom: 1px dotted #a09f9f;
	padding-bottom: 0.9rem;
	margin-bottom: 1.3rem;
	text-align: center;
}
.cotentHead h2{
	line-height: 2.1rem;
	font-size: 1.5rem;
	color: #333;
	word-break: break-all;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.cotentHead p{
	line-height:24px;
	font-size: 14px;
	color: #999;
}
.cotentHead p span{
	display: inline-block;
	margin:0 0.4rem;
}
.content{
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: #333;
	margin-bottom: 2.4rem;
}
.content p{
	margin: 1% 0;
}
.content img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
@media (max-width:1024px) {
	.cotentHead h2{
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
}
@media (max-width:414px) {
	.cotentHead p{
		line-height:22px;
		font-size: 12px;
	}
	.content{
		line-height: 1.8rem;
		font-size: 1rem;
	}
}
/* ---- container Style ---- */
.relevant h3{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.1rem;
	color: #333;
	position: relative;
	font-weight: normal;
	margin-bottom: 0.6rem;
}
.relevant .thelist{
	margin-bottom: 0;
}
/* ---- container Style ---- */
.container{
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb28r{
	margin-bottom: 1.4rem;
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/1.75rem;
	height: 1.75rem;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 1.75rem;
	font-size: 14px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {

	.footer{
		font-size: 12px;
	}
	.footer p a {
		color: #e4e4e4;
		display: inline-block;
		padding: 0 8px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}