@charset "utf-8";
html,body{
	font-size: 0;
}
.content-block{
	overflow: hidden;
}
.img-block{
	font-size: 0;
}
/*banner*/
.bg-white{
	background: #fff;
}
.bg-blue{
	background: #e8f8ff;
}
#container .wrapper-top{
	height: auto;
	margin-top: 0;
}
#container .wrapper-top .leader-poster{
	background: url("../images/welcomeImg/banner.jpg") no-repeat center;
	height: 350px;
	width: 100%;
	-o-background-size: cover;
	   background-size: cover;
}
.advertisement-block{
	padding: 53px 12.6% 60px 12.6%;
	font-size: 0;
}
.advertisement-block .img-block{
	width: 563px;
	height: 444px;
	display: inline-block;
}
.advertisement-block .img-block img{
	width: 100%;
}
.advertisement-block .text-block{
	display: inline-block;
	width: -webkit-calc(100% - 563px);
	width: -moz-calc(100% - 563px);
	width: calc(100% - 563px);
	height: 100%;
	padding: 57px 20px 99px 4.635%;
	vertical-align: top;
}
.text-block .title{
	font-size: 32px;
	color: #252b3a;
	margin-bottom: 28px;
}
.text-block .detail{
	margin-bottom: 18px;
	padding-left: 16px;
	font-size: 18px;
	position: relative;
}
.text-block .detail:before{
	content: "";
	position: absolute;
	top: -webkit-calc(50% - 3px);
	top: -moz-calc(50% - 3px);
	top: calc(50% - 3px);
	left: 0px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5ab8db;
}
.btn-block{
	margin-top: 29px;
}
.btn-block .blue-btn{
	display: inline-block;
	width: 198px;
	height: 53px;
	font-size: 22px;
	color: #fff;
	background: #5ab8db;
	line-height: 53px;
	text-align: center;
	border-radius: 2px;
}
.wrapper-bottom .show-more-block{
	padding: 40px 0 80px 0;
	text-align: center;
}
.show-more-block>a{
	display: inline-block;
	font-size: 36px;
	color: #7bcae3;
}