.banner{
    font-family: "ITCAvantGardeStd-Xlt";
}
.banner h2{
    font-size: calc(20px + 30 * (100vw - 330px)/ 1700);
    padding: 10px 0;
}
.banner h4{
    font-size: calc(10px + 17 * (100vw - 330px)/ 1700);
    padding: 10px 0;
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-slide-content{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner .icons{
	float: left;
	margin-top: 20px;
}
.banner .icons span{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	transition: linear all .3s;
}
.banner .icons span+span{
	margin-left: 20px;
}
.banner .icons span img{
	transition: linear all .3s;
}
.banner .icons span:hover{
	box-shadow: 0px 0px 14px rgba(255, 255, 255, 0.4);
}
.banner .icons span:hover>img{
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.8));
}
.banner .scroll-down{
	float: left;
	transform: translateY(-100%);
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 10px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	transition: linear all .3s;
	text-align: center;
}
@-webkit-keyframes down {
	0% {
		opacity:0
	}
	50% {
		-webkit-transform:translateY(0px);
		transform:translateY(0px);
		opacity:1
	}
	100% {
		-webkit-transform:translateY(15px);
		transform:translateY(15px);
		opacity:0
	}
}
@keyframes down {
	0% {
		opacity:0
	}
	50% {
		-webkit-transform:translateY(0px);
		transform:translateY(0px);
		opacity:1
	}
	100% {
		-webkit-transform:translateY(15px);
		transform:translateY(15px);
		opacity:0
	}
}
@-webkit-keyframes aright {
	0% {
		opacity:0
	}
	50% {
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
		opacity:1
	}
	100% {
		-webkit-transform:translateX(8px);
		transform:translateX(8px);
		opacity:0
	}
}
@keyframes aright {
	0% {
		opacity:0
	}
	50% {
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
		opacity:1
	}
	100% {
		-webkit-transform:translateX(8px);
		transform:translateX(8px);
		opacity:0
	}
}
.banner .scroll-down span{
	-webkit-animation: down 1.8s infinite;
    animation: down 1.8s infinite;
	display: inline-block;
    content: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20fill%3D%22%23ffffff%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20d%3D%22M15.5%2C28.1V2h1v26H15.5z%22%2F%3E%3Cpath%20d%3D%22M17.5%2C25.1l-1.5%2C5l-1.5-5H17.5z%22%2F%3E%3C%2Fsvg%3E);
}
.banner .scroll-down:hover{
	box-shadow: 0px 2px 8px rgba(255, 255, 255, 0.5);
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.8));
}
.banner .scroll-down:hover span{
	-webkit-animation: none;
	animation: none;
}

.district{
	width: 100%;
	height: 33.332vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.district .warp{
	width: 1300px;
}
.district h4,
.ad-banner h4{
    font-size: calc(18px + 30 * (100vw - 330px)/ 1700);
    line-height: 1.7;
}
.ad-banner a.ad-link-full{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.certification h4,
.news h4{
    font-size: calc(14px + 20 * (100vw - 330px)/ 1700);
    line-height: 1.7;
}
.district .district-n{
	font-size: 16px;
	color: #747474;
	margin-top: 40px;
}
.district .district-n>span{
	font-size: calc(25px + 30 * (100vw - 330px)/ 1700);
	color: #00559c;
    font-family: "ITCAvantGardeStd-Xlt";
    padding-right: 10px;
}
.advantage{
	width: 1500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 50px 0;
}
.advantage-item{
	width: 50%;
	padding: 0 25px;
}
.advantage-item-bg{
	width: 100%;
	height: 380px;
	max-height: 39vw;
	position: relative;
}
.advantage-item-bg .parallax{
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.advantage-item-info{
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #4C4C4C;
}
.advantage-item-info h4{
	color: #000000;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.advantage-item-info h4:after{
	content: '';
	display: block;
	width: 32px;
	border-bottom: 1px solid #00559c;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);	
}
.advantage-item-info p{
	line-height: 1.8;
	font-size: 16px;
}

.ad-banner{
	position: relative;
	/*min-height: calc(100vh - 90px);*/
	/*min-height: 100vh;*/
	min-height: 46.25vw;
    width: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position-x: center;
    background-position-y: 0;
    background-size: cover;
    color: #fff;
    padding-top: 120px;
}
.ad-banner-s{
    padding-bottom: 300px;
}
.ad-banner .warp{
	width: 1300px;
}
.ad-banner h4{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ad-banner h4:after{
	content: '';
	display: block;
	width: 32px;
	border-bottom: 1px solid #00559c;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ad-link{
	display: block;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	padding: 15px 60px 15px 20px;
	float: left;
	margin-top: 40px;
	transition: linear all .3s;
	position: relative;
	overflow: hidden;
	line-height: 1;
	min-width: 200px;
	transition: ease all .3s;
}
.ad-link:before,
.ad-link:after{
	position: absolute;
	display: block;
    content: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2015%22%20style%3D%22enable-background%3Anew%200%200%2032%2015%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%20width%3D%2224%22%20hieght%3D%2215%22%3E%3Cpath%20d%3D%22M17.2%2C8.5c0.4%2C0%2C0.7-0.2%2C0.9-0.5c0.2-0.3%2C0.2-0.7%2C0-1c-0.2-0.3-0.5-0.5-0.9-0.5c-0.5%2C0-1%2C0.4-1%2C1%20C16.2%2C8%2C16.6%2C8.5%2C17.2%2C8.5L17.2%2C8.5z%20M17.2%2C8.5%22%2F%3E%3Cpath%20d%3D%22M13.2%2C8.5c0.4%2C0%2C0.7-0.2%2C0.9-0.5c0.2-0.3%2C0.2-0.7%2C0-1c-0.2-0.3-0.5-0.5-0.9-0.5c-0.5%2C0-1%2C0.4-1%2C1%20C12.2%2C8%2C12.6%2C8.5%2C13.2%2C8.5L13.2%2C8.5z%20M13.2%2C8.5%22%2F%3E%3Cpath%20d%3D%22M9.1%2C8.5C9.5%2C8.5%2C9.8%2C8.3%2C10%2C8c0.2-0.3%2C0.2-0.7%2C0-1C9.8%2C6.7%2C9.5%2C6.5%2C9.1%2C6.5c-0.5%2C0-1%2C0.4-1%2C1%20C8.1%2C8%2C8.6%2C8.5%2C9.1%2C8.5L9.1%2C8.5z%20M9.1%2C8.5%22%2F%3E%3Cpath%20d%3D%22M5.1%2C8.5C5.4%2C8.5%2C5.8%2C8.3%2C6%2C8c0.2-0.3%2C0.2-0.7%2C0-1C5.8%2C6.7%2C5.4%2C6.5%2C5.1%2C6.5c-0.5%2C0-1%2C0.4-1%2C1%20C4.1%2C8%2C4.5%2C8.5%2C5.1%2C8.5L5.1%2C8.5z%20M5.1%2C8.5%22%2F%3E%3Cpath%20d%3D%22M1.1%2C8.5c0.4%2C0%2C0.7-0.2%2C0.9-0.5c0.2-0.3%2C0.2-0.7%2C0-1C1.7%2C6.7%2C1.4%2C6.5%2C1.1%2C6.5c-0.5%2C0-1%2C0.4-1%2C1%20C0.1%2C8%2C0.5%2C8.5%2C1.1%2C8.5L1.1%2C8.5z%20M1.1%2C8.5%22%2F%3E%3Cpath%20d%3D%22M25.1%2C14.6L31.7%2C8c0.1-0.1%2C0.2-0.3%2C0.2-0.5c0-0.2-0.1-0.3-0.2-0.5l-6.6-6.6c-0.2-0.2-0.6-0.2-0.9%2C0%20C24%2C0.6%2C24%2C1%2C24.2%2C1.3l5.6%2C5.6h-8.9c-0.3%2C0-0.6%2C0.3-0.6%2C0.6c0%2C0.3%2C0.3%2C0.6%2C0.6%2C0.6h8.9l-5.6%2C5.6c-0.2%2C0.2-0.2%2C0.6%2C0%2C0.9%20C24.5%2C14.8%2C24.9%2C14.8%2C25.1%2C14.6L25.1%2C14.6z%22%2F%3E%3Cpath%20d%3D%22M25.1%2C14.6%22%2F%3E%3C%2Fsvg%3E);
	top: 16px;
}
.ad-link:before{
	right: 20px;
	transition: ease all .1s;
}
.ad-link:after{
	left: -25px;
}
.ad-link:hover{
	color: #ffffff;
	padding-left: 60px;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, 0.1);
}
.ad-link:hover:before{
	right: -25px;
}
.ad-link:hover:after{
	-webkit-animation: aright 1.3s infinite;
    animation: aright 1.3s infinite;
	transition: ease all .3s .3s;
	left: 20px;
}
.ad-main{
	color: #0F0F0F;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 70px 60px;
	width: calc(50vw - 50px);
	max-width: 100%;
}
.ad-main h5{
	font-size: 25px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.ad-main h5:after{
	content: '';
	display: block;
	width: 32px;
	border-bottom: 1px solid #0F0F0F;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ad-main p{
	color: #555454;
	font-size: 16px;
	line-height: 42px;
	margin-bottom: 80px;
}
.ad-adv{
	color: #282828;
}
.ad-adv-items{
	display: flex;
	justify-content: space-between;
	/*margin-top: 100px;*/
	padding: 75px 0;
}
.ad-adv-item{
	width: 20%;
	color: #333;
}
.ad-banner-bo{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.7);
}
.ad-adv-item span{
	display: inline-block;
    font-family: "Akrobat-Bold";
    font-size: 45px;
    color: #282828;
    padding-right: 20px;
    position: relative;
    line-height: 1;
}
.ad-adv-item span:after{
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	line-height: 0.5;
	font-size: 30px;
}
.ad-adv-item p{
	font-size: 14px;
	margin-top: 10px;
}
.certification{
	background-color: #fafafa;
	padding: 90px 0;
}
.certification h4{
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
}
.certification h4:after{
	content: '';
	display: block;
	width: 32px;
	border-bottom: 1px solid #00559c;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.certification-items{
	margin-top: 50px;
}
.certification-item{
	width: 100%;
	max-height: 150px;
	height: calc(8.8967vw - 2.67px);
	position: relative;
	padding: 0 5px;
	filter: opacity(0.9)grayscale(1);
	-webkit-transition: linear all .3s;
    transition: linear all .3s;
}

.certification-item:after{
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	bottom: 10px;
	right: 5px;
	background-color: #fff;
	z-index: -1;
	border-radius: 10px;
	-webkit-transition: linear all .3s;
    transition: linear all .3s;
}
@media screen and (max-width: 1399px){
	.certification-item{
		height: calc((100vw - 30px)/(3*2.087));
	}
	.certification-item:after{
		top: 5px;
		bottom: 5px;
	}
}
@media screen and (max-width: 799px){
	.certification-item{
		height: calc((100vw - 30px)/(2*2.087));
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.certification-item img{
		max-height: 100%;
	}
}
.certification-item:hover{
	filter: opacity(1)grayscale(0);
}
.certification-item:hover:after{
	-webkit-box-shadow: 0px 0px 12px 0 rgba(47, 50, 146, 0.22);
    box-shadow: 0px 0px 12px 0 rgba(47, 50, 146, 0.22);
}
.news{
	padding: 60px 0;background-color: #F3F6F8;
}
.news h4{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
}
.news h4:after{
	content: '';
	display: block;
	width: 32px;
	border-bottom: 1px solid #00559c;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-main{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.news-more{
	position: absolute;
	top: -50px;
	right: 0;
	padding: 0 15px;
}
.news-more a{
	color: #5A5A5A;
	font-size: 14px;
}
.news-more a:hover{
	color: #00559c;
}
.news-grid{
	padding: 0 15px;
}
.news-mr{
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
    transition: linear all .2s;
}
.news-grid:hover .news-mr{
	background-color: #fff;
}
.news-grid:hover .news-info{
	border-color: rgba(0, 160, 233, 0.26);
}
.news-img{
	overflow: hidden;
	position: relative;
}
.news-img:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 2;
    transition: ease height .5s .5s;
}
.news-main.wow.animated .news-img:after{
	height: 0;
}
.news-img img {
    transition: linear all .2s;
}
.news-grid:hover img{
	transform: scale(1.05);
    transition: linear all 2.5s;
}
.news-info{
	padding: 30px 0;
	margin: 0 30px;
	border-bottom: 1px solid #C9C9C9;
}
.news-info h5{
	font-size: 18px;
}
.news-grid:hover h5,
.news-grid:hover h5>a{
	color: #00559c
}
.news-info p{
	color: #2E2E2E;
	height: 65px;
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
    font-family: "GillSansStd-Light";
}
.news-ft{
	padding: 22px 0;
	margin: 0 30px;
	display: flex;
	justify-content: space-between;
}
.news-ft a:hover{
	color: #00559c;
}
.prev-news{
	margin-right: 38px;
	font-size: 12px;
}
.next-news{
	margin-left: 38px;
	font-size: 12px;
}
.contact{
	padding: 100px 0;
	background: #f8fcff;
}
.contact-main{
	display: flex;
    justify-content: space-between;
}
.contact-item{
	width: 50%;
	padding: 0 50px;
}
.contact-item h4{
	font-size: calc(13px + 14 * (100vw - 330px)/ 1700)
}
.contact-item h5{
	margin-top: 30px;
}
.contact-item p>span{
	font-size: 18px;
}
.contact-item p{
	margin-top: 20px;
	color: #6D6D6D;
	font-size: 21px;
}
.contact-item .item-right{
	float: right;
}
.contact-input{
	padding-top: 110px;
	padding-bottom: 40px;
	width: 100%;
	max-width: calc(100% - 50px);
	padding-right: 100px;
	border-right: 1px solid #D8D8D8;
	transform: translateY(-70px);
}
.contact-input input{
	border: none;
	width: 100%;
	padding-bottom: 22px;
	color: #00559c;
	font-size: 17px;
	border-bottom: 1px solid #D8D8D8;
}
.contact-input input:focus{
	border-color: #00559c
}
.contact-input input:focus::placeholder{
	color: #7fd4fb;
}
.submit{
	margin-top: 75px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1366px){
	.ad-banner{
		padding-top: 50px;
	}
	.ad-main{
		padding: 40px 40px;
	}
	.ad-main h5{
		margin-bottom: 20px;
	}
	.ad-main p{
		line-height: 1.7;
		font-size: 16px;
		margin-bottom: 40px;
	}
	.ad-adv-items{
		padding: 55px 0;
	}
	.ad-banner-s{
		height: auto;
	}
}
@media screen and (max-width: 1099px){
	.contact{
		padding: 50px 0;
	}
	.contact-main{
		flex-wrap: wrap;
	}
	.contact-item{
		width: 100%;
	}
	.contact-input{
		border-right: none;
		width: 100%;
		max-width: 100%;
	}
	.contact-item p,
	.contact-input input{
		font-size: 16px;
	}
	.contact-item h5{
		font-size: 16px;
		margin-top: 0;
	}
}
@media screen and (max-width: 996px){
	.banner .scroll-down{
		display: none;
	}
	.banner h2{
		padding-top: 50px;
	}
	.banner h4{
		padding-top: 0;
	}
	.district .district-n{
		margin-top: 20px;
	}
	.district h4{
		line-height: 1.3;
	}
	.district{
		background-position: center;
	}
	.advantage{
		padding: 25px 0;
	}
	.advantage-item-info{
		padding-top: 15px;
	}
	.advantage-item{
		padding: 0 5px;
	}
	.advantage-item-info h4{
		font-size: 16px;
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	.advantage-item-info p{
		font-size: 12px;
		line-height: 1.5;
	}
	.ad-adv-item span{
		font-size: 37px;
	}
	.ad-adv-items{
		justify-content: space-around;
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	.ad-adv-item{
		width: 33.333333%;
		text-align: center;
		margin-bottom: 30px;
	}
	.ad-main{
		width: 100%;
	}
}
@media screen and (max-width: 799px){
	.news-info{
		padding: 16px 0;
		margin: 0 16px;
	}
	.news-info h5{
		font-size: 16px;
		line-height: 1.5;
	}
	.news-info p{
		margin-top: 10px;
		line-height: 1.5;
		font-size: 14px;
	}
	.news-ft{
		margin: 0 16px;
	}
	.news-grid{
		padding: 0 8px;
	}
	.news-main{
		padding-bottom: 0;
	}
	.contact-item .item-right{
		width: 100%;
	}
}
@media screen and (max-width: 499px){
	.news-grid{
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	
}
@media screen and (max-width: 499px){
	.ad-main h5{
		font-size: 22px;
	}
	.ad-main p{
		font-size: 14px;
	}
	.ad-adv-item span{
		padding-right: 12px;
		font-size: 30px;
	}
	.ad-adv-item p{
		font-size: 12px;
	}
	.ad-adv-item span:after{
		font-size: 21px;
	}
	.certification{
		padding: 50px 0;
	}
	.contact-item{
		padding: 0;
	}
	.contact-item .item-right{
		padding-top: 50px;
		text-align: center;
	}
}

.tipe{
	background-color: #ffffff;
	position: fixed;
	width: 450px;
	max-width: 95%;
	height: 150px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	border: 1px solid #f1f1f1;
	display: none;
	font-size: 16px;
	padding: 0 15px;
	box-shadow: 0px 0px 10px #dcdcdc;
}
.tipe>div{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-input input.error{
	border-color: #f00;
}
.contact-input input.error,
.contact-input input.error::placeholder{
	color: #f00;
}