

body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
legend,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/bj2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	/* height: 810px; */
}

.hth-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/bj2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	height: 810px;
}


.diversion {
	margin: auto
}

.diversion-title {
	margin-top: 70px;
	font-size: 55px;
	background: linear-gradient(to right, #fbd1c6, #a36d5b);
	text-shadow: 3px -3px 0px #b67760, 1px -1px 0px #fbd1c6;
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	line-height: 1;
	font-weight: bolder;
}

.linr {
	margin: 40px auto 40px;
	background-size: 100% 100%
}

.liner {
	margin: 80px auto 0px;
	width: 400px;
	height: 120px;
	background: url("../images/logo.png") no-repeat;
	background-size: 100% 100%
}


.diversion-btn {
	position: relative;
	display: block;
	width: 300px;
	line-height: 1;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	color: #3f5075;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.diversion-btn.type1 {
	margin: 50px auto 18px;
	padding: 19px 0 19px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background: linear-gradient(to right, #d49179, #f9eae4);
	border: 2px solid #ccd7e6;
	background-image: linear-gradient(180deg, #fff6f3 8%, #cf866b 64%, #e3aa96 95%);
}

.diversion-btn.type2 {
	margin: 0 auto 18px;
	padding: 17px 0 17px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background-image: -webkit-linear-gradient(top, #f5f5f5 15%, #d3d3d3 67%, #f8f8ff 95%);
	/* background: linear-gradient(to right,#f9f8f8,#d7d5d4); */
	border: 2px solid #ccd7e6;

}
.diversion-btn.type3 {
	margin: 0 auto 18px;
	padding: 19px 0 19px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background: linear-gradient(to right, #e7c897, #ebbf78);
	background-image: linear-gradient(180deg, #fff6f3 8%, #3283fc 64%, #6495ed 95%);
	border: 2px solid #ccd7e6;
}

.diversion-btn.type4 {
	margin: 0 auto 18px;
	padding: 17px 0 17px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background-image: -webkit-linear-gradient(top, #f5f5f5 15%, #d3d3d3 67%, #f8f8ff 95%);
	/* background: linear-gradient(to right,#f9f8f8,#d7d5d4); */
	border: 2px solid #d9a95c;

}
.photo1 {
    margin: 0 auto;
	width: 1920px;
	height: 100%;
	display: block;
}
.photo {
    margin: 0 auto;
	width: 100%;
	height: 100%;
}
.diversion-btn::before {
	position: absolute;
	content: "";
	left: 39px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/icon01.png") no-repeat;
	background-size: 100% 100%
}

.diversion-btn.type1::before {
	position: absolute;
	content: "";
	left: 39px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/icon01.png") no-repeat;
	background-size: 100% 100%;
}

.diversion-btn.type2::before {
	position: absolute;
	content: "";
	left: 39px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/icon01.png") no-repeat;
	background-size: 100% 100%;
}

.diversion-btn.type3::before {
	position: absolute;
	content: "";
	left: 39px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/icon01.png") no-repeat;
	background-size: 100% 100%;
}

.diversion-btn.type4::before {
	position: absolute;
	content: "";
	left: 39px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/icon01.png") no-repeat;
	background-size: 100% 100%;
}


@media only screen and (max-width:415px) {
	.diversion {
		width: 92%
	}

	.pc {
		display: none
	}

	.h5 {
		display: block
	}

	.bg {
		background-image: url("../images/bj.jpg");
	}

	.navigator {
		height: 60px
	}

	.navigator .navigator-logo {
		display: none
	}

	.navigator .navigator-btn {
		width: 135px;
		line-height: 1;
		border-radius: 15px;
		font-size: 12px
	}

	.navigator .navigator-btn.type1 {
		float: left;
		margin: 13px 15px 0 0;
		padding: 11px 0;
		background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
		background: linear-gradient(to right, #ca846d, #e7baab); text-align: center;
	}

	.navigator .navigator-btn.type2 {
		float: right;
		margin: 13px auto 0;
		padding: 10px 0;
		border: 1px solid #fff;
		text-align: center
	}

	.navigator .navigator-btn::before {
		display: none
	}

	.logo {
		margin-top: 0px;
		width: 65px;
		height: 15px
	}

	.diversion-title {
		margin-top: 30px;
		font-size: 25px;
		line-height: 45px;
		text-shadow: 1px -1px 0px #ed8d6e, 1px -1px 0px #874835;

	}

	.liner {
	    text-align:center;
		margin: 25px auto 10px;
		width: 100%;
		height: 119px;
	}

	.diversion-btn {
		width: 240px;
		border-radius: 12px;
		font-size: 16px
	}

	.diversion-btn.type1 {
		margin: 20px auto 18px;
		padding: 14px 0 14px 43px
	}

	.diversion-btn.type2 {
		margin: 0 auto 17px;
		padding: 13px 0 13px 43px;
		border: 2px solid #ca846d;
	}

	.diversion-btn.type3 {
		margin: 0 auto 17px;
		padding: 13px 0 13px 43px;
		border: 2px solid #ccd7e6;
	}
	.diversion-btn.type4 {
		margin: 0 auto 30px;
		padding: 13px 0 13px 43px;
		border: 2px solid #daaa5e;
	}
	
	
	.diversion-btn::before {
		position: absolute;
		content: "";
    	left: 22px;
    	top: 14px;
    	width: 16px;
    	height: 16px;
	}

	.diversion-btn.type1::before {
		position: absolute;
		content: "";
    	left: 22px;
    	top: 14px;
    	width: 16px;
    	height: 16px;
	}

	.diversion-btn.type2::before {
		position: absolute;
		content: "";
    	left: 22px;
    	top: 14px;
    	width: 16px;
    	height: 16px;
	}

	.diversion-btn.type3::before {
		position: absolute;
		content: "";
    	left: 22px;
    	top: 14px;
    	width: 16px;
    	height: 16px;
	}

	.diversion-btn.type4::before {
		position: absolute;
		content: "";
    	left: 22px;
    	top: 14px;
    	width: 16px;
    	height: 16px;
	}


	.diversion-tips {
		padding: 0 10px;
		line-height: 40px;
		margin-bottom: 22px;
		font-size: 30px;
	}

	.title {
		font-size: 24px;
		line-height: 40px
	}

	.footer {
		display: none;
	}
}

.pc {
	margin: 40px auto 10px;
}

@media only screen and (min-width:768px) {
	.pc {
		display: block
	}

	.h5 {
		display: none
	}
}

@media only screen and (min-width:415px) and (max-width:768px) {
	.diversion {
		width: 92%
	}
	.diversion-title {
		margin-top: 250px
	}

	.bg {
		height: 1500px
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.diversion-title {
		margin-top: 450px
	}
	.bg {
		height: 1500px
	}
	.diversion-tips {
		margin-bottom: 610px
	}
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
	.diversion-title {
		margin: 40px auto 20px;
	}
	.bg {
		height: 1500px
	}
	.diversion-tips {
		margin-bottom: 610px
	}
}




  @-webkit-keyframes snowflakes-fall {
    0% {top:-10%}
    100% {top:100%}
  }
  @-webkit-keyframes snowflakes-shake {
    0%,100% {-webkit-transform:translateX(0);transform:translateX(0)}
    50% {-webkit-transform:translateX(80px);transform:translateX(80px)}
  }
  @keyframes snowflakes-fall {
    0% {top:-10%}
    100% {top:100%}
  }
  @keyframes snowflakes-shake {
    0%,100%{ transform:translateX(0)}
    50% {transform:translateX(80px)}
  }
  .snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
    position:fixed;
    top:-10%;
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
    -webkit-animation-name:snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration:10s,3s;
    -webkit-animation-timing-function:linear,ease-in-out;
    -webkit-animation-iteration-count:infinite,infinite;
    -webkit-animation-play-state:running,running;
    animation-name:snowflakes-fall,snowflakes-shake;
    animation-duration:10s,3s;
    animation-timing-function:linear,ease-in-out;
    animation-iteration-count:infinite,infinite;
    animation-play-state:running,running;
  }
  .snowflake:nth-of-type(0){
    left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s
  }
  .snowflake:nth-of-type(1){
    left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s
  }
  .snowflake:nth-of-type(2){
    left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s
  }
  .snowflake:nth-of-type(3){
    left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s
  }
  .snowflake:nth-of-type(4){
    left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s
  }
  .snowflake:nth-of-type(5){
    left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s
  }
  .snowflake:nth-of-type(6){
    left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s
  }
  .snowflake:nth-of-type(7){
    left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s
  }
  .snowflake:nth-of-type(8){
    left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s
  }
  .snowflake:nth-of-type(9){
    left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s
  }
  .snowflake:nth-of-type(10){
    left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s
  }
  .snowflake:nth-of-type(11){
    left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s
  }
