@charset "UTF-8";
/** 公用样式 **/
.guide-header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 37px;
	z-index: 10;
}
.guide-header .logo{
	float: left;
}
.guide-header .right{
	float: right;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0;
}
.guide-header .right .name{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,.3);
	color: rgba(255,255,255,.6);
}
.guide-header .right .imgs-box{
	float: left;
	cursor: pointer;
	position: relative;;
}
.guide-header .right .imgs-box .img1{
	display: inline-block;
	position: relative;
	top: -1px;
}
.guide-header .right .imgs-box .img2{
	position: absolute;
	width: 120px;
	height: 120px;
	right: 0;
	top: 30px;
	display: none;
}
.guide-header .right .imgs-box:hover .img2{
	display: block;
}

.guide-box{
	background: #f5f5f5;
	height: 100vh;
	position: relative;
	padding-bottom: 70px;
}
.guide-box .banner-box{
	background: #245a96;
	height: 120%;
	width: 120%;
	left: -10%;
	top: -10%;
}
.guide-box .banner-box .swiper-container{
	height: 100%;
}
.guide-box .banner-box .swiper-container .swiper-slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.guide-box .doc-box{
	font-size: 3.2em;
	font-weight: bold;
	position: absolute;
	width: 100%;
	left: 0;
	top: 35%;
	text-align: center;
	color: #fff;
	line-height: 1.25em;
	z-index: 10;
}
.guide-box .doc-boxs{
	position: relative;
}
.guide-box .doc-box .doc{
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
	opacity: 0;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.guide-box .doc-box .doc.on{
	opacity: 1;
	top: 0;
}
.guide-box .lins-box{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 38%;
	text-align: center;
	z-index: 10;
}
.guide-box .lins-box a{
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	width: 250px;
	height: 60px;
	line-height: 60px;
	background: -moz-linear-gradient(top, #42b7f7, #3ea7dd);
    background: -o-linear-gradient(top,#42b7f7, #3ea7dd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#42b7f7), to(#3ea7dd));
    margin: 0 6px;
    font-size: 22px;
}
.guide-box .lins-box a:hover{
	background:#4cb7f0;
}

.guide-box .lins-box em{
	display: inline-block;
	padding-left: 11px;
	margin-left: 10px;
	position: relative;
}
.guide-box .lins-box em::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: -10px;
    left:0;
    width:1px;
    height:20px;
    background:#8dd2f7;
}
.guide-box .lins-box i{
	margin-left: 24px;
}
.guide-box .lins-box img{
	position: relative;
	top: -1px;
}

.guide-box .footers-box{
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	height: 70px;
	line-height: 27px;
	padding-top: 6px;
}
.guide-box .footers-box a{
	color: #666;
}
.guide-box .footers-box .info1 a{
	margin: 0 8px;
}
.guide-box .footers-box a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1400px) {
	.guide-box .lins-box{
		bottom: 30%;
	}
}

@media screen and (max-width: 991px) {
   .guide-box .banner-box{
   	width: 100%;
   	height: 100%;
   	left: 0;
   	top: 0;
   }
  .guide-header{
  	top: 25px;
  }
  .guide-header .logo{
  	width: 1.5rem;
  }
  .guide-box .lins-box a{
  	margin-bottom: 20px;
  }
  .guide-box .lins-box a:last-child{
  	margin-bottom: 0;
  }
  .guide-header .right{
  	padding: 3px 0;
  }
}

@media screen and (max-width: 767px) {
	.guide-box{
		height: auto;
		padding-bottom: 0;
	}
	.guide-box .banner-box{
		height: 100vh;
	}
	.guide-box .lins-box{
		bottom: 80px;
	}
	.guide-box .lins-box a{
		width: 3rem;
		line-height: 0.6rem;
		height: 0.6rem;
		font-size: 0.2rem;
	}
	.guide-box  .doc-box{
		padding: 0 4%;
		font-size: 0.35rem;
	}
	.guide-box .footers-box{
		position: relative;
		height: auto;
		padding: 0.2rem 4%;
		line-height: 24px;
	}
	.guide-box .footers-box em{
		display: block;
	}
}