/* æ ‡é¢˜æ ·å¼ å¼€å§‹ */
.guide-title {
	min-width: 1200px;
	padding-top: 40px;
	padding-bottom: 55px;
	color: #333333;
}
.guide-title p{
	font-size: 34px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 15px;
}
/* æ ‡é¢˜æ ·å¼ ç»“æŸ */
/* æ–°æ‰‹æŒ‡å— å¼€å§‹ */
.guide-path .guide-nav p{
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 15px;
	cursor: pointer;
}
.guide-path .guide-nav .active{
	color: #2288FC;
	border-bottom: 3px solid #2288FC;
}
.guide-path .guide-detail{
	background: #F7F8FA;
	padding-top: 45px;
	padding-bottom: 35px;
}
.guide-path .guide-detail .top img{
	margin: 0px 14px;
	width: 25px;
	height: 40px;
}
.guide-path .guide-detail p{
	width: 130px;
	background: #2288FC;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.guide-path .guide-detail p:hover{
	background: #489EFF;
}
.guide-path .guide-detail .active-p{
	background: #1DA82C;
}
.guide-path .guide-detail .active-p:hover{
	background: #3db64a;
}
.guide-path .guide-detail .box{
	position: relative;
	width: 1138px;
	text-align: center;
	border: 1px dashed #cfcfcf;
	border-radius: 8px;
	background: #fff;
	margin-top: 24px;
	padding: 45px 15px;
}
.guide-path .guide-detail .box a{
	width: 130px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #2288FC;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	display: block;
	margin: 0px 15px;
}
.guide-path .guide-detail .box img{
	width: 24px;
	height: 42px;
}
.guide-path .guide-detail .box a:hover{
	color: #2288FC;
}
.guide-path .guide-detail .line{
	width: 1px;
	height: 18px;
	background: #cfcfcf;
	margin-left: 453px;
}
.guide-path .guide-detail .child{
	border: 1px dashed #cfcfcf;
	background: #fff;
	padding: 27px 30px;
	display: inline-flex;
	margin-left: 182px;
}
.guide-path .guide-detail .box::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 0px;
	border-width: 8px;
	border-style: dashed;
	border-color:transparent transparent #cfcfcf transparent;
}
.guide-path .guide-detail .box::after{
	content: '';
	position: absolute;
	border-width: 8px;
	border-style: dashed;
	border-color:transparent transparent #fff transparent ;
}
.guide-path .guide-detail .box-one::before{
	left: 55px;
	top: -16px;
}
.guide-path .guide-detail .box-one::after{
	left: 56px;
	top: -16px;
}
.guide-path .guide-detail .box-two::before{
	left: 236px;
	top: -16px;
}
.guide-path .guide-detail .box-two::after{
	left: 237px;
	top: -16px;
}
.guide-path .guide-detail .box-three::before{
	left: 418px;
	top: -16px;
}
.guide-path .guide-detail .box-three::after{
	left: 419px;
	top: -16px;
}
.guide-path .guide-detail .box-fore::before{
	left: 603px;
	top: -16px;
}
.guide-path .guide-detail .box-fore::after{
	left: 604px;
	top: -16px;
}
.guide-path .guide-detail .box-five::before{
	left: 787px;
	top: -16px;
}
.guide-path .guide-detail .box-five::after{
	left: 788px;
	top: -16px;
}
/* æ–°æ‰‹æŒ‡å— ç»“æŸ */
/* ä¸Šæ‰‹äº§å“ å¼€å§‹ */
.guide-pruduct {
	margin-bottom: 45px;
}
.guide-pruduct .img-url{
	width: 100%;
	height: 170px;
	border-radius: 4px 4px 0px 0px;
	display: block;
}
.guide-pruduct .name{
	height: 60px;
	background: #F7F8FC;
	padding: 0px 14px;
	padding-top: 15px;
}
.guide-pruduct .name p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	margin-bottom: 2px;
	text-align: left;
}
.guide-pruduct .name span{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	display: block;
}
.guide-pruduct .swiper {
	width: 1200px;
	height: 280px;
	padding-top: 20px;
	margin-top: -20px;
}
.guide-pruduct .swiper-pagination span{
	width: 34px;
	height: 4px;
	border-radius: 0;
	background: #cccccc;
}
.guide-pruduct .swiper-pagination .swiper-pagination-bullet-active{
	background: #2288FC;
}
.guide-pruduct .swiper-slide{
	height: 230px;
}
.guide-pruduct .box{
	width: 280px;
	height: 230px;
	display: block;
	margin: 0px 13px;
}
.guide-pruduct .swiper-pagination{
	bottom: 10px;
	left: 0;
	z-index: 20;
	width: 100%;
}
.guide-pruduct .box{
   transition: all 0.3s;
   -ms-transition:all 0.3s; /* IE 9 */
   -moz-transition:all 0.3s; /* Firefox */
   -webkit-transition:all 0.3s; /* Safari å’Œ Chrome */
   -o-transition:all 0.3s; /* Opera */
   transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -webkit-transform: translateY(0px);

 }
.guide-pruduct .box:hover{
	box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.06);
     transform: translateY(-12px);
     -moz-transform: translateY(-12px);
     -o-transform: translateY(-12px);
     -webkit-transform: translateY(-12px);
}
.guide-box .text-box{
	margin-top: 18px;
}
.guide-box .text-box .span{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
/* ä¸Šæ‰‹äº§å“ ç»“æŸ */