.b_banner img {
	width: 100%;
	display: block;
}
.banner .layui-carousel-ind {
	top: -70px;
}
.banner .layui-carousel-ind ul{
    width: 100%;
    background-color: transparent;
	box-sizing: border-box;
}
.banner .layui-carousel-ind li{
    width: 5%;
    height: 6px;
    margin: 0 20px;
    border-radius: 3px;
}
.layui-carousel-ind li {
	background-color: white;
}
.layui-carousel-ind li.layui-this {
	background-color: #0b70be;
}
.b_banner div:nth-child(1) {
	background: url(../images/banner4.jpg) no-repeat center center;
	background-size: 100%;
}
.b_banner div:nth-child(2) {
	background: url(../images/banner2.jpg) no-repeat center center;
	background-size: 100%;
}
.b_banner div h1 {
	width: 40%;
	font-size: 50px;
	margin: 9% auto 2%;
	text-align: center;
	color: #0b70be;
}
.b_banner div p {
	width: 40%;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	color: #0b70be;
}
@media (max-width: 1500px) {
	.b_banner div h1 {
		font-size: 44px;
	}
	.b_banner div p {
		font-size: 17px;
	}
}
@media (max-width: 1400px) {
	.b_banner div h1 {
		font-size: 40px;
	}
	.b_banner div p {
		font-size: 16px;
	}
}
@media (max-width: 1300px) {
	.b_banner div h1 {
		font-size: 36px;
	}
	.b_banner div p {
		font-size: 15px;
	}
}
@media (max-width: 1200px) {
	.b_banner div h1 {
		font-size: 32px;
	}
	.b_banner div p {
		font-size: 14px;
	}
}
.body-main {
	width: 100%;
	height: 1328px;
	background: url(../images/blueback.jpg) no-repeat center center;
background-size: 128%;
}
.main-middle {
	width: 1200px;
	margin: 0 auto;
}
.main-middle .main-top {
	padding-top: 88px;
	text-align: center;
	margin-bottom: 76px;
}
.main-middle .main-top p {
	width: 130px;
	height: 2px;
	background-color: white;
	margin: 0 auto 30px;
}
.main-middle .main-top h4 {
	font-size: 36px;
	color: white;
	text-align: center;
	width: 200px;
	margin: 0 auto 10px;
}
.main-middle .main-top span {
	font-size: 16px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
.item-nav {
	margin-top: 44px;
	display: flex;
	justify-content: space-between;
}
.item-nav a {
	display: block;
	width: 588px;
	height: 246px;
}
.item-nav .item-nav-left {
	height: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	position: relative;
}
.item-nav .item-nav-left .Medal-img {
	padding-top: 34px;
	text-align: center;
	margin-right: 70px;
}
.item-nav .item-nav-left .Medal-img img {
	width: 120px;
	display: block;
	margin-bottom: 20px;
}
.item-nav .item-nav-left .Medal-img p {
	font-size: 24px;
	font-weight: 600;
	color: #0b70be;
}
.item-nav .item-nav-left .Medal-text {
	width: 200px;
	display: flex;
	flex-flow: row wrap;
	height: 100%;
	align-content: center;
	justify-content: center;
}
.item-nav .item-nav-left .Medal-text span {
	font-size: 18px;
	color: #848585;
}
.item-nav .item-nav-left .Medal-text p {
	font-size: 20px;
	color: #2c2c2c;
	margin-top: 10px;
	font-weight: 600;
}
.item-nav .item-nav-left .posi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: rgb(58,158,235);
}
.item-nav .item-nav-right {
	height: 100%;
	position: relative;
}
.item-nav .item-nav-right .brief-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.item-nav .item-nav-right .brief-img img {
	height: 100%;
	display: block;
}
.item-nav .item-nav-right .index-brief {
	position: absolute;
	width: 100%;
	left: 0;
	top: 30px;
}
.item-nav .item-nav-right .index-brief img {
	display: block;
	width: 120px;
	margin: 0 auto 20px;
}
.item-nav .item-nav-right .index-brief p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: white;
}
.body-cont {
	background-color: white;
}
.cont-wrap {
	width: 1200px;
	margin: 0 auto;
}
.cont-wrap .cont-top {
	padding-top: 88px;
	text-align: center;
	margin-bottom: 60px;
}
.cont-wrap .cont-top p {
	width: 130px;
	height: 2px;
	background-color: #0b70be;
	margin: 0 auto 30px;
}
.cont-wrap .cont-top h4 {
	font-size: 36px;
	color: #4e4f4f;
	text-align: center;
	width: 200px;
	margin: 0 auto 10px;
}
.cont-wrap .cont-top span {
	font-size: 16px;
	color: #adaeae;
	font-family: Arial, Helvetica, sans-serif;
}
.cont-wrap .cont-subnav {
	margin-bottom: 58px;
}
.cont-wrap .cont-subnav ul {
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.cont-wrap .cont-subnav ul li {
	color: #686868;
	font-size: 15px;
	margin: 0 20px;
}
.cont-wrap .cont-subnav ul li:hover {
	cursor: pointer;
}

.cont-wrap .cont-list ul {
	width: 100%;
	/* overflow: hidden; */
}
.cont-wrap .cont-list ul:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cont-wrap .cont-list ul li {
	float: left;
	width: 278px;
	margin-right: 28px;
	margin-bottom: 30px;
	transition: transform 500ms;
}
.cont-wrap .cont-list ul li:nth-child(4n) {
	margin-right: 0;
}
.cont-wrap .cont-list ul li a {
	display: block;
}
.cont-wrap .cont-list ul li:hover {
	transform: scale(1.1);
	transition: transform 500ms;
}
.cont-wrap .cont-list ul li .list-img {
	width: 100%;
	height: 278px;
	overflow: hidden;
	margin-bottom: 8px;
}
.cont-wrap .cont-list ul li .list-img img {
	width: 100%;
	display: block;
}
.cont-wrap .cont-list ul li .list-title {
	width: 100%;
	height: 50px;
	background-color: #0b70be;
	color: white;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
}
.cont-wrap .cont-list .cont-more {
	font-size: 15px;
	background-color: rgb(245,245,245);
	color: #848585;
	width: 168px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	text-align: center;
	margin: 30px auto 0;
}
.cont-wrap .cont-list .cont-more a {
	display: block;
	height: 100%;
}
.select-main {
	background-color: white;
}
.select-wrap {
	width: 1200px;
	margin: 0 auto;
}
.select-wrap .select-top {
	padding-top: 88px;
	text-align: center;
	margin-bottom: 60px;
}
.select-wrap .select-top p {
	width: 130px;
	height: 2px;
	background-color: #0b70be;
	margin: 0 auto 30px;
}
.select-wrap .select-top h4 {
	font-size: 36px;
	color: #4e4f4f;
	text-align: center;
	width: 200px;
	margin: 0 auto 10px;
}
.select-wrap .select-top span {
	font-size: 16px;
	color: #adaeae;
	font-family: Arial, Helvetica, sans-serif;
}
.select-mapimg {
	width: 100%;
	height: 240px;
}
.select-mapimg .select-back {
	width: 100%;
	height: 100%;
	background-color: rgb(245,245,245);
	position: relative;
}
.select-mapimg .select-back .select-title{
	width: 1200px;
	height: 130px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: white;
	line-height: 130px;
	font-size: 18px;
	color: #0b70be;
	font-weight: 600;
	text-align: center;
}
.select-foot {
	width: 1200px;
	margin: 0 auto 156px;
}
.select-foot ul {
	display: flex;
}
.select-foot ul li img {
	height: 70px;
	margin: 0 auto 36px;
	display: block;
}
.select-foot ul li p {
	font-size: 14px;
	color: #6a6b6b;
	font-weight: 600;
	text-align: center;
}
.select-foot ul li:first-child {
	width: calc(40% - 2px);
	border-right: 2px solid rgb(238,238,238);
}
.select-foot ul li:nth-child(2) {
	width: calc(30% - 2px);
	border-right: 2px solid rgb(238,238,238);
}
.select-foot ul li:nth-child(3) {
	width: 30%;
}


.show-img .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
	left: -22px;
}
.show-img .layui-carousel:hover .layui-carousel-arrow[lay-type=add], 
.show-img .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
	right: -22px;
}
.show-img .layui-carousel-arrow {
	background-color: white;
	border-radius: 0;
	width: 46px;
	height: 46px;
	color: #0b70be;
	font-size: 30px;
}
.show-img .layui-carousel-arrow:hover {
	background-color: rgba(255,255,255,0.7);
}
.cont-wrap .cont-subnav ul {
	line-height: 30px;
}
.cont-wrap .cont-subnav ul li {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.cont-wrap .cont-subnav ul .pqcolor {
	color: white;
	background-color: #0b70be;
	border-radius: 15px;
}
.banfacility a {
	display: block;
	height: 100%;
}
.banfacility a img {
	height: 100%;
	display: block;
	margin: 0 auto;
}
.workshopsb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
}
.workshopsb p {
	color: #0b70be;
	font-size: 24px;
	font-weight: 600;
	padding-top: 16px;
	margin-bottom: 12px;
}
.workshopsb span {
	display: block;
	width: 40px;
	margin: 0 auto;
	height: 6px;
	border-radius: 2px;
	background-color: #0b70be;
}


.main_content {
	margin-bottom: 100px;
	line-height: 40px;
}
.main_content p {
	text-indent: 2em;
	color: white;
	font-size: 16px;
}