﻿@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-09-28 17:50:44
 * @version $Id$
 */
@font-face {
  font-family: "baskervillebold";
  src: url("baskervillebold/baskervillebold.woff2") format("woff2"),
       url("baskervillebold/baskervillebold.woff") format("woff"),
       url("baskervillebold/baskervillebold.ttf") format("truetype"),
       url("baskervillebold/baskervillebold.eot") format("embedded-opentype"),
       url("baskervillebold/baskervillebold.svg") format("svg");
}
section.banner{
	animation: myfirst 2s;
	-webkit-animation: myfirst 2s; /* Safari and Chrome */
	height: 600px;
	margin-top: 98px;
	background:url(../images/banner_explore.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
}
@keyframes myfirst
{
from {width: 0;}
to {width: 100%;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {width: 0;}
to {width: 100%;}
}
section.banner .title{
	margin-top: 229px;
	overflow: hidden;
	width: 100%;
}
section.banner .title img{
	display: block;
	margin: 0 auto;
}

section.explore .pin{
	margin-top: 80px;
	margin-bottom: 85px;
}
section.explore .pin .left{
	width: 840px;
	height: 587px;
	position: relative;
	overflow: hidden;
}
section.explore .pin .left img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	transition:all 1s;
}
section.explore .pin .left:hover img{
	width: 110%;
	height: 110%;
}
section.explore .pin .right{
	width: 689px;
	height: 497px;
	background-color:#fff;
	margin-left: -129px;
	position: relative;
	z-index: 2;
	margin-top: 91px;
}
section.explore .pin .right h3{
	margin-left: 70px;
}
section.explore .pin .right h3:first-of-type{
	margin-top: 42px;
}
section.explore .pin .right h3:last-of-type{
	font-size:32px;
	margin-bottom: 23px;
}
section.explore .pin .right p{
	width: 618px;
	margin-left: 70px;
	font-size:16px;
	line-height: 28px;
	margin-top: 20px;
}
div.zheng{
	position: relative;
	overflow: hidden;
}
div.zheng .bg{
	width: 100%;
	height: 368px;
	background:url(../images/exbg1.jpg) no-repeat center;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
div.zheng .zhengs{
	margin-top: 80px;
	background-color:#fff;
	position: relative;
	z-index: 2;
	padding-bottom: 83px;
}
div.zheng .zhengs .left{
	margin-top: 46px;
	margin-left: 40px;
}
div.zheng .zhengs .right{
	margin-top: 46px;
}

div.only{
	background:url(../images/exbg.jpg) no-repeat right;
	overflow: hidden;
	position: relative;
}
div.only .bg{
	width: 57%;
	height: 700px;
	background:url(../images/only.jpg) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
div.swiper-container{
	margin-top: 152px;
	margin-bottom: 152px;
}
div.swiper-container div.swiper-wrapper{
	width: 659px;
	height: 369px;
	margin-left: 509px;
}
div.swiper-container .swiper-slide{
	width: 659px;
	height: 369px;
	background-color:#fff;
	position: relative;
}
div.swiper-container .swiper-slide h3{
	text-align: center;
	font-size:32px;
	margin-top: 90px;
}
div.swiper-container .swiper-slide p{
	text-align: center;
	font-size:16px;
}
div.swiper-container .swiper-slide p:first-of-type{
	margin-top: 50px;
}
div.swiper-container .swiper-slide:after{
	content:'';
	width: 48px;
	height: 1px;
	background-color:#c7ad8c;
	position: absolute;
	bottom: 94px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
div.swiper-container .swiper-slide:before{
	content:'';
	width: 118px;
	height: 92px;
	background:url(../images/01.png) no-repeat center;
	position: absolute;
	top: 43px;
	left: 28px;
	z-index: 1;
}
div.swiper-container .swiper-slide:nth-child(2)::before{
	background:url(../images/02.png) no-repeat center;
}
div.swiper-container .swiper-slide:nth-child(3)::before{
	background:url(../images/03.png) no-repeat center;
}
div.swiper-container .swiper-slide:nth-child(4)::before{
	background:url(../images/04.png) no-repeat center;
}
div.swiper-container .swiper-slide:nth-child(5)::before{
	background:url(../images/05.png) no-repeat center;
}
div.swiper-container .swiper-slide:nth-child(6)::before{
	background:url(../images/06.png) no-repeat center;
}
div.swiper-container .swiper-pagination{
	left: auto;
	bottom: auto;
	right: 0px;
	top:80px;
	width: 133px;
}
div.swiper-container.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	width: 133px;
	height: 35px;
	line-height: 35px;
	font-size:18px;
	background-color:transparent;
	opacity: 1;
	font-family: "baskervillebold";
}
div.swiper-container.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	font-size:24px;
	color: #404671;
	position: relative;
}
div.swiper-container.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	content:'';
	width: 28px;
	height: 1px;
	background-color:#404671;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;

}
div.swiper-container.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	content:'';
	width: 28px;
	height: 1px;
	background-color:#404671;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;

}
div.xing{
	background-color:#f8f5f1;
	margin-top: 90px;
	margin-bottom: 80px;
	height: 600px;
	overflow: hidden;
}
div.xing .left{
	width: 480px;
	height: 600px;
	position: relative;
}
div.xing .left a{
	display: block;
	width: 168px;
	height: 48px;
	background-color:#c7ad8c;
	color: #fff;
	line-height: 48px;
	text-align: center;
	font-size:15px;
	margin: 66px auto 0;
}
div.xing .left span:first-of-type{
	display: block;
	text-align: center;
	margin-top: 100px;
	font-size:32px;
}
div.xing .left h3{
	font-size:24px;
	font-weight:800;
	margin-top: 60px;
	text-align: center;
}
div.xing .left span:nth-of-type(2){
	font-size:15px;
	color: #666666;
	display: block;
	text-align: center;
	margin-top: 10px;
}
div.xing .left p{
	width: 360px;
	text-align: center;
	margin-top: 54px;
	font-size:15px;
	line-height: 28px;
	margin-left: 60px;
	display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
div.xing .right{
	width: 920px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
div.xing .right img{
	width: 100%;
	height: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	transition:all 1s;
}
div.xing .right:hover img{
	width: 110%;
	height: 110%;
}




section.five{
	background-color:#fff;
	background-position: initial;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	background-image:url(../images/five.jpg);
}
section.five h3{
	font-size:48px;
	margin-top: 117px;
	text-align: center;
	color: #fff;
}
section.five span{
	font-size:18px;
	margin-top: 6px;
	display: block;
	color: #fff;
	text-align: center;
}
section.five a{
	display: inline-block;
	font-size:24px;
	text-align: center;
	padding-bottom: 16px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 103px;
	transition:all 1s;
	position: relative;
}
section.five a:hover{
	color: #404671;
}
section.five a:after{
	content:'';
	width: 100%;
	height: 1px;
	background-color:#fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition:all 1s;
}
section.five a:before{
	content:'';
	width: 0;
	height: 1px;
	background-color:#404671;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition:all 1s;
}
section.five a:hover::after{
	width: 0;
}
section.five a:hover::before{
	width: 100%;
}