@font-face {
	font-family: "fangzhengqingkebysjt";
	src: url('方正清刻本悦宋简体.TTF');
}

@font-face {
	font-family: "SentyZHAO";
	src: url('新蒂赵孟頫体.ttf');
}

section#banner,
section#mbanner {
	position: relative;
}

/*#bannerText {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	color: #fff;
}

.addop {
	animation: textop 3s linear;
	animation-fill-mode: forwards;
}

@keyframes textop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#bannerText h1 {
	font-size: 3.2em;
	font-family: "fangzhengqingkebysjt";
	font-weight: normal;
}

#bannerText h2 {
	font-size: 4.4em;
	font-family: "SentyZHAO";
	font-weight: normal;
	letter-spacing: 7px;
}

#bannerText p {
	font-size: 1.6em;
	letter-spacing: 1px;
	font-family: "fangzhengqingkebysjt";
	line-height: .5;
	letter-spacing: 5px;
}*/

#indexHeader {
	position: relative;
}

#banner .swiper-slide-active img {
	display: block;
	animation: scaleImg 6s linear;
	animation-fill-mode: forwards;
}

@-webkit-keyframes scaleImg {
	0% {
		transform: scale(1.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.zhezhaobg {
	width: 100%;
	height: 100%;
	background-color: #777777;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.mode1_content {
	position: absolute;
	/*top: 30%;*/
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1001;
}

.mode1_content h2 {
	font-size: 33px;
	font-weight: 350;
	color: #fff;
	/*font-family: cursive;*/
	letter-spacing: 2px;
}

.mode1_content p {
	font-size: 26px;
	font-weight: 350;
	color: #fff;
	/*font-family: cursive;*/
	letter-spacing: 2px;
}

.scrollIco {
	display: inline-block;
	margin: 11% auto 0;
	animation: moveIco .8s linear infinite;
	animation-direction: alternate-reverse;
}

@keyframes moveIco {
	from {
		transform: translateY(10px);
	}
	to {
		transform: translateY(-10px);
	}
}

@-webkit-keyframes moveIco {
	from {
		transform: translateY(10px);
	}
	to {
		transform: translateY(-10px);
	}
}

.mode1_content span#scrollNext1 {
	width: 64px;
	height: 64px;
	background: url(../images/mouse.png);
	background-size: 64px 64px;
	display: block;
}

.mode1_content span#scrollNext2 {
	width: 32px;
	height: 32px;
	background: url(../images/logo_jh.png);
	background-size: 32px 32px;
	display: block;
	margin: 0.5% auto 0;
}

.index_block {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.worry {
	height: 734px;
	margin-top: 100px;
}
.worry2{
	height: 734px;
}
.guidebook {
	height: 1130px;
}
.index_block.worry2 {
	background-image: url(../images/index_blockbg4.jpg);
}
.index_block.worry {
	background-image: url(../images/index_blockbg1.jpg);
}

.index_block.guidebook {
	background-image: url(../images/index_blockbg3.jpg);
}

.worry .desc,
.worry2 .desc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*width: 492px;*/
	width:35%;
	left: 10%;
}

.worry .desc h2,
.worry2 .desc h2 {
	font-size: 44px;
	color: #000;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 15px;
}

.desc p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	color: #333;
	letter-spacing: 1px;
}

.worry .desc div,
.worry2 .desc div {
	font-size: 38px;
	color: #000;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 15px;
}

a.more {
	display: block;
	width: 180px;
	height: 40px;
	text-decoration: none;
	margin-top: 30px;
	transform: translateX(0);
	transition: all .5s;
}

a.more:hover {
	transform: translate(20px);
	transition: all .5s;
}

.guidebook .desc {
	position: absolute;
	top: 50%;
	/*max-width: 808px;*/
	width: 40%;
	transform: translateY(-50%);
	right: 10%;
}

.guidebook .desc h2 {
	font-size: 44px;
	color: #000;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 25px;
}

.qianzheng {
	padding: 100px 0;
	background: #f7f9f8;
}



.imgqianzheng>div {
	position: relative;
	overflow: hidden;
	border: 2px solid #ddd;
}

.imgqianzheng>div img {
	transform: scale(1);
	transition: all .8s;
	float: left;
}

.imgqianzheng>div:hover img {
	transform: scale(1.1);
	transition: all .8s;
}

.imgqianzheng>div span {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 15px;
}

.qianzheng_text {
	text-align: center;
	/*width: 853px;*/
	margin: 0 auto 50px;
}

.qianzheng_text h2 {
	font-size: 44px;
	color: #000;
	margin-bottom: 25px;
	font-weight: 500;
}

.qianzheng_text p {
	font-size: 18px;
	font-weight: 300;
	line-height:1;
	color: #333;
	letter-spacing: 5px;
}

.btnA {
	width: 200px;
	margin: 50px auto;
}

@media only screen and (min-width: 1201px) {
	section#content {
		min-width: 1201px;
		margin: 0 auto;
	}
	.imgqianzheng {
		display: flex;
		width: 70%;
		margin: 0 auto;
		position: relative;
	}
	.imgqianzheng>div {
		width: 25%;
	}
	
	.guidebook .desc {
		/*right:10%;*/
	}
	.swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		width: 444px;
		height: 185px;
		box-shadow: 16px 16px 16px rgba(0, 0, 0, .06);
		border: none;
		outline: none;
	}
}

@media only screen and (max-width:1200px) {
	
	.guidebook .desc {
		right:8%;
	}
	.qianzheng_text {}
	.imgqianzheng {
		display: flex;
		width: 88%;
		margin: 0 auto;
		position: relative;
	}
	.imgqianzheng>div {
		width: 25%;
	}
}
@media only screen and (min-width: 1350px) {
	.guidebook .desc {
		right:10%;
		}
}
@media only screen and (min-width: 751px) {
	#bannerText {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	color: #fff;
}

.addop {
	animation: textop 3s linear;
	animation-fill-mode: forwards;
}

@keyframes textop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#bannerText h1 {
	font-size: 3.2em;
	font-family: "fangzhengqingkebysjt";
	font-weight: normal;
}

#bannerText h2 {
	font-size: 4.4em;
	font-family: "SentyZHAO";
	font-weight: normal;
	letter-spacing: 7px;
}

#bannerText p {
	font-size: 1.6em;
	letter-spacing: 1px;
	font-family: "fangzhengqingkebysjt";
	line-height: .5;
	letter-spacing: 5px;
}
}
@media only screen and (max-width: 750px) {
	#bannerText {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	color: #fff;
}

.addop {
	animation: textop 3s linear;
	animation-fill-mode: forwards;
}

@keyframes textop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#bannerText h1 {
	font-size: 1.8em;
	font-family: "fangzhengqingkebysjt";
	font-weight: normal;
}

#bannerText h2 {
	font-size: 1.6em;
	font-family: "SentyZHAO";
	font-weight: normal;
	letter-spacing: 7px;
}

#bannerText p {
	font-size: .8em;
	/*letter-spacing: 1px;*/
	font-family: "fangzhengqingkebysjt";
	/*line-height: .5;*/
	letter-spacing: 2px;
}
}
@media only screen and (max-width: 640px) {
	.worry,.worry2{
		height: 520px;
		margin-top: 60px;
	}
	.worry .desc,.worry2 .desc{
		left: 2%;
		width: 44%;
	}
	.imgqianzheng {
		display: flex;
		width: 100%;
		margin: 0 auto;
		position: relative;
		flex-wrap: wrap;
	}
	.imgqianzheng>div {
		width: 49%;
		border: none !important;
	}
	.imgqianzheng>div:nth-of-type(2n-1) {
		margin-right: 1%;
	}

	.worry .desc h2,.worry2 .desc h2 {
		font-size: 24px;
	}
	.desc p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.worry .desc div,.worry2 .desc div {
		font-size: 20px;
	}
	a.more {
		width: 128px;
	}
	.qianzheng {
		padding: 20px 0;
	}
	.qianzheng_text h2 {
		font-size: 24px;
	}
	.qianzheng_text p {
		font-size: 12px;
	}
	.btnA {
		width: 128px;
	}
	.guidebook {
		height: 588px;
	}
	.guidebook .desc {
		width: 60%;
	}
	.guidebook .desc h2 {
		font-size: 24px;
	}
	.guidebook .desc p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.qianzheng_text {
		width: 80%;
		margin: 0 auto 50px;
	}
	/*.imgqianzheng{background-size: cover;}*/
	.swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		width: 146px;
		height: 90px;
		box-shadow: 16px 16px 16px rgba(0, 0, 0, .06);
		outline: none;
		border: none;
	}
}

#zhanweibannerKB {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	height: 6px;
	z-index: 9;
}

@media only screen and (min-width: 1200px)  {
	.worry .desc{
		left: 10%;
	}
	.worry2 .desc{
		left: 10%;
	}
	.guidebook .desc{
		right:10%;
	}
}

@media only screen and (min-width: 1630px)  {
	.worry .desc,.worry2 .desc{
		left: 14%;
	}
	.guidebook .desc{
		right: 10%;
	}
}
@media only screen and (min-width: 1840px)  {
	.worry .desc,.worry2 .desc{
		left: 18%;
	}
	.guidebook .desc{
		right: 10%;
	}
}

