@charset "utf-8";
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
  margin:0;
  position: relative;
  font-size: .16rem;
  overflow-x: hidden;
  }
section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	line-height:1.4em;
}
ol,ul{
	list-style:none;
}
a,a:active,a:hover{
	outline:0;
	text-decoration:none;
}
body {
    background: url(../images/topbg.jpg) no-repeat top center;
    background-size: 100% 100%;
	padding-top: 0px;
	margin: 0 auto;
}
.guide{
	position: relative;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}
.guide_box {
    margin-bottom: 30px;
	position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    float: left;
    height: 100%;
    min-height: 1px;
	position: absolute; 
	top:0; right:0; bottom: 0; left: 0;
}
.guide_bg{ 
	position: absolute; 
	top: 0; 
	right: 0;
	bottom: 0; 
	left: 0; 
	height: 100vh;
	display: block;
    float: left;
    height: 100%;
    min-height: 1px;
	background: url(../images/guide/bj.jpg) center center / cover no-repeat; 
	width: 100%; 
	z-index: 998; 
	opacity: 1; 
	transition: opacity 2500ms;
}
.guide_box_1{
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 90%;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.guide_content{
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.guide_left{
	width: 370px;
	padding: 15px 0 0;
	position: relative;
	z-index: 1;
}
.guide_left_bg{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	background-size: 100% 100%;
	z-index: -1;
}
.guide_content p{
	text-align: center;
	margin-bottom: 15px;
}
.guide .guide_content p img{
	max-width: 78%;
	margin: 25px auto;
}
.guide_left_box{
	padding-right:25px;
	padding-left:25px;
	padding-bottom:18px;
}

.left_ul_1 li{
	margin-bottom: 25px;
}
.left_ul_1 li a{
	display: flex;
	height: 55px;
	background: #046866;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	transition: .5s;
}
.left_ul_1 li a.li_1{
	background: #ca4c8d;
}
.left_ul_1 li a.li_2{
	background: #009199;
}
.left_ul_1 li a img{
	margin: 0 35px 0 0;
	height:1.5vw;
}
.left_ul_1 li span{
	width:160px;
	white-space: nowrap;
}
.left_ul_2{
	display: flex;
	margin: 0 -8px 0;
}
.left_ul_2 li{
	width: 33.33%;
	padding: 18px;
	position: relative;
	z-index: 10;
}
.left_ul_2 li a{
	display: flex;
	height: 5vw;
	background: rgba(255,255,255,.3);
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.left_ul_2 li a img{
	width:1.8vw;
}
.left_ul_2 li a p{
	font-size: .8vw;
	color: #fff;
	line-height: 1vw;
	margin: 10px 0 0;
}
.imgbox{
	position: absolute;
	/*left: calc(-100% + 0rem);*/
	left:0;
	top: 90%;
	width: 100%;
	height: 100%;
	/*transform: translateY(-50%);*/
	background: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	padding: 0.05rem;
	z-index: 100;
}
.imgbox img{
	width: 100% !important;
	padding:5px;
}
.imgbox::after {
	top: 50%;
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgb(255, 255, 255);
	left: auto;
	height: auto;
	bottom: auto;
	right: -10px;
}
.left_ul_2 li:hover .imgbox{
	opacity:1;
}
.left_ul_3 li{
	margin: 15px 0 0;
}
.left_ul_3 li p{
	text-align: center;
	font-size: .9vw;
	color: #fff;
	line-height: 1.5vw;
}
.guide_right{
	width: calc(100% - 370px);
	padding: 0 0 0 6%;
}
.guide_right h3{ 
	display: none;
}

.right_ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 0 -8px;
	align-items: flex-end;
}
.right_ul li{
	padding: 0 8px;
	width: 33.33%;
}
.right_ul li a{
	display: block;
	width: 100%;
	height: 380px;
	border-radius: 20px;
	transition: .5s;
	background-size: 100% auto !important;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.right_ul li a .box_1{
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	flex-direction: column;
	height: 350px;
	justify-content: center;
	border-radius: 20px;
}
.right_ul li a .box_2{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 380px;
	transform: translateY(-155%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	transition: .5s;
	background: url(../images/guide/hover_bj.jpg) center no-repeat;
	background-size: cover;
	border-radius: 20px;
	z-index: 10;
}
.right_ul li a .con{
	padding: 0;
	text-align: center;
}
.con_p1{
	font-size: 1.5vw;
	padding: 20px 0 0;
}
.con_p2{
	font-size: 1vw;
	text-transform: uppercase;
	margin: 8px 0 0;
}
.right_ul li a .box_1 .con_p1, .right_ul li a .box_1 .con_p2{
	color: #333333;
}
.right_ul li a .ico{
	width: 176px;
	height: 176px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	border-radius:50%;
}
.right_ul li a .ico img{
	transition: .5s;
}

.right_ul li a .box_2 .ico{
	width: 160px;
	height: 160px;
	margin: 28px 0 0;
}
.right_ul li a .box_2 .con_p1, .right_ul li a .box_2 .con_p2{ 
	color:#fff; 
	opacity: 1;
}
.right_ul li a .box_1 .ico img{ 
	height: 122px;
}
.right_ul li a .box_2 .ico img{ 
	height: 82px;
}
.right_ul li a .box_2 .ico::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/guide/huan.png) center no-repeat;
	background-size:  cover !important;
	z-index: -1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-animation: play 25s linear infinite;
	-moz-animation: play 25s linear infinite;
	animation: play 25s linear infinite;
}
@-webkit-keyframes play{
	0% {
		-webkit-transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes play{
	0% {
		-moz-transform:rotate(0deg);
	}
	100% {
		-moz-transform:rotate(360deg);
	}
}
@keyframes play{
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
@media screen and (min-width: 1200px) {
	.right_ul li a:hover{
		height: 380px;
	}
	.right_ul li a:hover .box_2{
		transform: translateY(0);
	}
	.left_ul_1 li:nth-child(1):hover a{ 
		background: #378eca;
	}
	.left_ul_1 li:nth-child(2):hover a{ 
		background: #378eca;
	}
	.left_ul_2 li:nth-child(1):hover a{ 
		background: #267d95;
	}
	.left_ul_2 li:nth-child(2):hover a{ 
		background: #e2640c;
	}
	.left_ul_2 li:nth-child(3):hover a{ 
		background: #046866;
	}
}
@media screen and (max-width: 992px) {
	.guide_content p img {
		margin: 25px auto !important;
	}
	.guide_box_1{
		overflow: hidden;
		overflow-y: scroll;
		height: 100vh;
		display: block;
		max-width: 100%;
	}
	.guide_left_bg {
        background: none;
        padding: 0;
    }
    .left_ul_2 li .imgbox{
		left: 50%;top: calc(100% + 10px);
		transform: translate(-50%, 0);
		width: 120px;
	}
    .left_ul_2 li .imgbox::after{
		top: -10px;
		left: 50%;
		transform: translate(-50%, 0px);
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-top: #fff;
		border-right: 10px solid transparent;
	}
	.guide_content{
		flex-wrap: wrap;
		height: 100%;
		align-items: center;
	}
	.guide_left{
		width: 100%;
		padding: 0;
	}
	.guide_right{ 
		width: 100%; 
		padding:30px 25px 0;
	}
	.left_ul_1 li a img{
		height: 30px;
	}
	.left_ul_2 li a{
		border-radius:15px;
	}
	.left_ul_2 li a img{ 
		height: 30px;
		width:30px;
	}
	.left_ul_2 li a p {
		font-size: 2.5vw;
		line-height: 3vw;
	}
	.left_ul_3 li p {
		text-align: center;
		font-size: 2.5vw;
		color: #fff;
		line-height: 3vw;
	}
	.guide_left .imgbox{
		padding: 5px;
	}
	.imgbox img {
		width: 100% !important;
		height: 100% !important;
		padding: 5px;
	}
	.right_ul li a .ico{ 
		width: 100px; 
		height: 100px;
	}
	.right_ul li a .ico img{ 
		height: 70px !important;
	}
	.right_ul li a .con_p1, .guide .guide_left .left_ul_1 li a{ 
		font-size: 3vw;
	}
	.right_ul li a .con_p2{ 
		font-size: 1.5vw;
		line-height: 24px; 
		height: 48px;
	}
	.right_ul li a .box_1{ 
		height: 280px;
	}
	.right_ul li a{
		height: 280px;
	}
	.guide .guide_left .left_ul_2 li a{ 
		height: 90px;
	}
	
}
@media screen and (max-width: 768px) {
	.guide_content p img {
		margin: 25px auto !important;
	}
	.guide_box_1{
		width:100%;
		max-width: 100%;
		padding:0;
	}
	.guide_right{
		padding:0 25px;
	}
	.right_ul li a .ico{
		width: 130px;
		height:130px;
	}
	.right_ul li a .ico img{ 
		padding-top:10px;
		height: 50px !important;
	}
	.right_ul li a .box_1{
		height:150px;
	}
	.right_ul li a{
		height: 130px;
	}
	.con_p1 {
		font-size: 3.5vw;
		padding: 0;
		margin-top:5px !important;
		margin-bottom:5px !important;
	}
	.con_p2 {
		font-size: 1.5vw;
		text-transform: uppercase;
		margin: 8px 0 0;
	}
	.guide_right{
		order:-1;
		margin-bottom:30px;
	}
	.left_ul_1 li a {
		height: 50px;
	}
	.left_ul_1 li a img{
		height: 30px;
	}
	.left_ul_2 li a{
		border-radius:15px;
	}
	.left_ul_2 li a img{ 
		height: 30px;
		width:30px;
	}
	.left_ul_2 li a p {
		font-size: 2.5vw;
		line-height: 3vw;
	}
	.left_ul_3 li p {
		text-align: center;
		font-size: 2.5vw;
		color: #fff;
		line-height: 3vw;
	}
	.imgbox img {
		width: 100% !important;
		height: 100% !important;
		padding: 5px;
	}
}

.mobile{
	display:none;
}
@media (max-width:768px){
	.mobile{
		display:block;
	}
	.nomobile{
		display:none;
	}
}
