/*短链接*/

/*banner*/
.SLink-bannerBg{
	width: 100%;
	height: 614px;
	background: url(../img/bannerBgSLink.png);
	background-size: auto 614px;
	background-repeat:repeat-x;
	position: relative;
}
.SLink-banner{
	position: absolute;
	width: 100%;
	height: 614px;
	background: url(../img/bannerSLink.png);
	background-size: auto 558px;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
}
.SLink-bannerMain{
	position: absolute;
	width: 100%;
	height: 476px;
	z-index: 3;
}
/*生成框*/
.SLinkInput{
	width: 989px;
    height: 56px;
	margin: auto;
	position: relative;
	-moz-box-shadow: 0 10px 30px rgba(85,99,141,.15);
	-webkit-box-shadow: 0 10px 30px rgba(85,99,141,.15);
	box-shadow: 0 10px 30px rgba(85,99,141,.15);
}
.SLinkInput input{
	position: absolute;
	z-index: 9;
	width: 100%;
    height: 56px;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 0 486px 0 16px;
    color: #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.SLinkInputBtn{
	position: absolute;
	z-index: 10;
    top: 0;
    right: 0;
    width: 140px;
    height: 56px;
    font-size: 16px;
    background: #28B28B;
    outline: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.SLinkInputBtn:hover{
    background: #239F7C;
}
.SLinkInput:hover .ShortInputMain[type=text]{ 
	width: 100%;
	height: 56px;
    border: 1px solid #28B28B;
	position: absolute;
	z-index: 8;
	-moz-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	-webkit-box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
	box-shadow: 0 0px 4px 4px rgba(40,178,139,.2);
}
.ShortInputMain[type=text]:focus{ 
    border: 1px solid #28B28B;
}

.SLRightBg{
	width: 330px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 140px;
	z-index: 10;
}
.SLRightWord{
	border-left: 1px solid #dddddd;
	padding-left: 18px;
	font-size: 14px;
	color: #999;
}
.SLRightWidth{
	width: 104px;
	height: 56px;
	line-height: 56px;
	margin: 0 10px 0 4px;
	position: relative;
}
.SLRightWidth p{
	color: #333333;
}
/*下拉*/
.SLSelectImg{
	position: absolute;
	right: 8px;
	top: 26px;
	width: 9px;
	height: 6px;
}
.SLSelectDown{
	display: none;
	position: absolute;
	top: 56px;
	left: -38px;
	width: 140px;
	background: #ffffff;
	-moz-box-shadow: 0 1px 3px #C6CAD7;
	-webkit-box-shadow: 0 1px 3px #C6CAD7;
	box-shadow: 0 1px 3px #C6CAD7;
	z-index: 99;
}
.SLSelectDown li{
	float: left;
	width: 100%;
}
.SLSelectDown li a{
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	display: block;
}
.SLSelectDown li a:hover{
	color: #28B28B;
	background: #F4F8FB;
	font-weight: bold;
}
.SLSelectDown li.headerTitleDownOn a{
	color: #28B28B;
	background: #F4F8FB;
	font-weight: bold;
}

/*banner里下边绿色背景*/
.SLink-bannerBottom{
	width: 100%;
	height: 138px;
	background: #27b28b;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.FreeTime{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:16px;
}
.FreeTime span{
	font-size: 40px;
}

.SLinkWidth{
	width: 989px;
	height: 138px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -494px;
	z-index: 4;
}
.FreeTimeBtn{
	position: absolute;
	right: 0;
	width: 138px;
	height: 36px;
	background: none;
	border: 1px solid #ffffff;
	font-size: 16px;
	color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.FreeTimeBtn:hover{
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #27b28b;
}
.SLFree{
	width: 100%;
	margin: 50px auto 121px;
	display: inline-block;
}
.SLFree li{
	float: left;
	margin-left: 34px;
	margin-bottom: 35px;
}
.SLFree li:nth-child(4n+1){
	margin-left: 0;
}
.SLFreeMain{
	width: 274px;
	height: 270px;
	background: #F4F8FB;
	padding: 0 17px;
	text-align: center;
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	-ms-border-radius: 20px 0 20px 20px;
	-o-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;
}
.SLFreeMain:hover{
	background: #28b28b;
	-moz-box-shadow: 0 4px 30px rgba(40,178,139,.55);
	-webkit-box-shadow: 0 4px 30px rgba(40,178,139,.55);
	box-shadow: 0 4px 30px rgba(40,178,139,.55);
}
.SLFreeImg{
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 70px auto 52px;
	background: url(../img/Short1.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg{
	margin: 27px auto 10px;
	background: url(../img/Short1On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeTitle{
	font-size: 20px;
	color: #333333;
}
.SLFreeMain:hover .SLFreeTitle{
	color: #ffffff;
}
.SLFreeSecond{
	display: none;
	font-size: 14px;
	color: #D4EFE7;
	font-weight: bold;
	margin: 25px auto 16px;
}
.SLFreeThree{
	display: none;
	font-size: 14px;
	color: #D4EFE7;
	line-height: 27px;
}
.SLFreeMain:hover .SLFreeSecond,
.SLFreeMain:hover .SLFreeThree{
	display: block;
}
.SLFreeImg2,.SLFreeImg3,.SLFreeImg4,.SLFreeImg5,.SLFreeImg6,.SLFreeImg7,.SLFreeImg8{
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 70px auto 52px;
}
.SLFreeMain:hover .SLFreeImg2,
.SLFreeMain:hover .SLFreeImg3,
.SLFreeMain:hover .SLFreeImg4,
.SLFreeMain:hover .SLFreeImg5,
.SLFreeMain:hover .SLFreeImg6,
.SLFreeMain:hover .SLFreeImg7,
.SLFreeMain:hover .SLFreeImg8{
	margin: 27px auto 10px;
}
.SLFreeImg2{
	background: url(../img/Short2.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg2{
	background: url(../img/Short2On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeImg3{
	background: url(../img/Short3.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg3{
	background: url(../img/Short3On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeImg4{
	background: url(../img/Short4.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg4{
	background: url(../img/Short4On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeImg5{
	background: url(../img/Short5.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg5{
	background: url(../img/Short5On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeImg6{
	background: url(../img/Short6.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg6{
	background: url(../img/Short6On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeImg7{
	background: url(../img/Short7.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg7{
	background: url(../img/Short7On.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeImg8{
	background: url(../img/Short8.png) no-repeat;
    background-size: 38px 38px;
}
.SLFreeMain:hover .SLFreeImg8{
	background: url(../img/Short8On.png) no-repeat;
    background-size: 38px 38px;
}
/*应用场景*/
.Scenes{
	padding: 100px 0 146px;
}
.ScenesLeft{
	width: 276px;
	margin: 36px 0;
}
.ScenesLeft li{
	cursor: pointer;
}
.ScenesLeftMain{
	height: 72px;
	font-size: 16px;
	color: #999999;
	border-left: 6px solid transparent;
}
.ScenesLeftImg{
	width: 40px;
	height: 40px;
	margin-left: 60px;
	background: url(../img/Scenes1.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ScenesLeftImg{
	background: url(../img/Scenes1on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ScenesLeftMain span{
	margin-left: 24px;
}
.active .ScenesLeftMain{
	background: #ffffff;
	color: #333333;
	border-left: 6px solid #28B28B;
}
.ScenesLeftImg2,.ScenesLeftImg3,.ScenesLeftImg4,.ScenesLeftImg5,.ScenesLeftImg6{
	width: 40px;
	height: 40px;
	margin-left: 60px;
}
.ScenesLeftImg2{
	background: url(../img/Scenes2.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ScenesLeftImg2{
	background: url(../img/Scenes2on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ScenesLeftImg3{
	background: url(../img/Scenes3.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ScenesLeftImg3{
	background: url(../img/Scenes3on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ScenesLeftImg4{
	background: url(../img/Scenes4.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ScenesLeftImg4{
	background: url(../img/Scenes4on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ScenesLeftImg5{
	background: url(../img/Scenes5.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ScenesLeftImg5{
	background: url(../img/Scenes5on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ScenesLeftImg6{
	background: url(../img/Scenes6.png) center center no-repeat;
    background-size: 40px 40px;
}
.active .ScenesLeftImg6{
	background: url(../img/Scenes6on.png) center center no-repeat;
    background-size: 40px 40px;
}
.ScenesRight img{
	width: 726px;
}
