/*首页公用标题*/
.main-head-index{
	font-family:"MicrosoftYaHeiLight";
	text-align: center;
}
.main-head-index .title{
	margin-bottom: 22px;
	font-size:48px;
	font-weight: 500;
	line-height: 48px;
	font-family:"MicrosoftYaHei";
}
.main-head-index .add{
	font-size:26px;
	font-weight: 300;
	line-height: 48px;
	line-height: 26px;
}
/*join s*/
.join{
	width:100%;
	height:700px;
	background: url(../images/index_join_bg.jpg) center no-repeat;
	background-size: 1920px 700px;
	text-align: center;
}
.join .head{
	padding-top: 100px;
}
.join .content .title{
	margin: 25px 0 43px;
	font-size:48px;
	font-weight: 300;
	font-family:"MicrosoftYaHeiLight";
	line-height: 48px;
} 	
.join .content .title span{
	font-size:48px;
	font-weight: 500;
	line-height: 48px;
}
.join .content .con{
	width:1110px;
	margin: 0 auto;
}
.join .content li{
	float:left;
	width:504px;
	padding:0 18px 11px;
	border-radius: 5px;
	background: #fff;
	font-size:0;
}
.join .content li .tit{
	height:62px;
	line-height: 62px;
	font-size: 26px;
	text-align: left;
}
.join .content li img{
	width:504px;
	height:210px;
}
.join .content .tel{
	width:25px;
	height:25px;
	margin:24px auto 11px;
	background: url(../images/tel.png) center no-repeat;
	background-size: 25px 25px;
}
.join .content .number{
	font-size:30px;
	color:#045e36;
	line-height: 30px;
}
/*join e*/
/*problem s*/
.problem{
	width:100%;
	height:700px;
	background: url(../images/index_problem_bg.jpg) center no-repeat;
	background-size: 1920px 700px;
}
.problem .head{
	padding-top: 104px;
	padding-bottom: 61px;
}
.problem .content{
	width:780px;
	float: right;
}
.problem .content li{
	overflow: hidden;
}
.problem .content .tit{
	width:241px;
	height:40px;
	line-height: 40px;
	border:1px solid #045e36;
	color:#045e36;
	font-size: 24px;
	text-align: center;
}
.problem .content li:nth-child(1) .font{
	margin-bottom: 31px;
}
.problem .content li:nth-child(2) .font{
	margin-bottom: 15px;
}
.problem .content li:nth-child(3) .font{
	margin-top: 35px;
}
.problem .content .con{
	width:600px;
	margin-top: 7px;
	padding-left: 10px;
	color:#222;
	font-size: 18px;
	font-family:"MicrosoftYaHeiLight";
	line-height: 26px;
}
/*problem e*/
/*sj s*/
.sj{
	width:100%;
	height:700px;
	background: url(../images/index_sjj_bg.jpg) center no-repeat;
	background-size: 1920px 700px;
	font-family:"MicrosoftYaHeiLight";
}
.sj .container{
	overflow: hidden;
}
.sj-bg{
	overflow: hidden;
	width:580px;
	height:624px;
	margin:76px auto 0;
	background: url(../images/index_sj_bg.png) center no-repeat;
	background-size: 580px 624px;
	text-align: center;
}
.sj-bg sup{
	margin-left: 3px;
	font-size: 14px;
	line-height: 14px;
	vertical-align:top;
}
.sj-bg .logo{
	width:235px;
	height:94px;
	margin:137px auto 33px;
	background: url(../images/index_sj_logo.jpg) center no-repeat;
	background-size: 235px 94px;
}
.sj-bg .add1{
	margin:25px 0 22px;
	font-size:46px; 
}
.sj-bg .icon{
	width:305px;
	height:88px;
	margin:43px auto 0;
	background: url(../images/index_sj_icon.jpg) center no-repeat;
	background-size: 305px 88px;
}
/*sj e*/
/*love start*/
.love{
	width:100%;
	height:700px;
	background: url(../images/index_lvoe_bg.jpg) center no-repeat;
	background-size: 1920px 700px;
	font-family:"MicrosoftYaHeiLight";
}
.love .head{
	padding-top: 104px;
}
.love .content{
	margin-top: 58px;
}
.love-l{
	position: relative;
}
.love-l .title{
	margin:101px 0 15px;
	font-size: 36px;
	line-height: 36px;
}
.love-l .title span{
	margin-left: 15px;
	color:#045e36;
	font-family:"MicrosoftYaHei";
}
.love-l .add{
	font-size:18px;
	line-height: 29px;
}
.love-l .button-prev{
	left: 0;
	top:244px;
	width:24px;
	height:24px;
	border: 1px solid #045e36;
	border-radius: 3px;
}
.love-l .button-next{
	left:54px;
	top:244px;
	width:24px;
	height:24px;
	color:#fff;
	background: #045e36;
	border: 1px solid #045e36;
	border-radius: 3px;
}
.love-l .button-prev .arrow{
	width:10px;
	height:10px;
	margin-top: 7px;
	margin-left:8px;
	border-bottom:1px solid #045e36;
	border-left:1px solid #045e36;
	transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);	
}
.love-l .button-next .arrow{
	width:10px;
	height:10px;
	margin-top: 6px;
	margin-left:3px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);	
}
.love-r{
	position: relative;
	width:668px;
	height:366px;
	font-size: 0;
} 
.love-r .pic{
	width:580px;
	position:absolute;
	border: 1px solid #eee;
	border-radius: 5px;
}
.love-r .pic1{
	right:0;
	top:0;
	z-index: 2;
}
.love-r .pic2{
	right:90px;
	top:70px;
	z-index: 1;
}
.love-r .pic .tit{
	height:65px;
	line-height: 65px;
	font-size: 20px;
	background:#fff;
	text-align: center;
}
.love-r .pic sup{
	margin-left: 3px;
	font-size: 12px;
	line-height: 9px;
	vertical-align:text-top;
	transform: scale(0.7);
	-ms-transform: scale(0.7);		/* IE 9 */
	-webkit-transform: scale(0.7);	/* Safari and Chrome */
	-o-transform: scale(0.7);		/* Opera */
	-moz-transform: scale(0.7);	
}
.love-r .pic img{
	width:100%;
	height:271px;
}
.love-r .pic2:hover {
	z-index: 2;
} 
/*love end*/
/*advartage s*/
.advantage{
	width:100%;
	height:700px;
	background: url(../images/index_advantage_bg.jpg) center no-repeat;
	background-size: 1920px 700px;
}
.advantage .head{
	padding-top: 104px;
}
.advantage sup{
	margin-left: 3px;
	font-size: 14px;
	line-height: 14px;
	vertical-align:top;
}
.advantage .content{
	height:366px;
	margin:88px 0 51px;
	background: url(../images/index_advantage_content_bg.png) center no-repeat;
}
.advantage .content ul{
	width:978px;
	margin:0 auto;
}
.advantage .content li{
	overflow: hidden;
	float: left;
	margin:44px 0 36px;
	margin-right: 550px;
	font-size: 26px;
	font-family:"MicrosoftYaHeiLight";
	letter-spacing: 2px;
}
.advantage .content li:nth-child(3){
	margin-left: 53px;
}
.advantage .content li:nth-child(2n){
	margin-right: 0;
}
.advantage .content li:nth-child(odd):after{
	content: url(../images/index_advantage_icon.png);
	width:15px;
	height:15px;
	margin: 5px 15px 0;
}
.advantage .content li:nth-child(even):before{
	content: url(../images/index_advantage_icon.png);
	width:15px;
	height:15px;
	margin: 5px 15px 0;
}
/*advartage e*/
/*easy s*/
.easy{
	width:100%;
	height:750px;
}
.easy .head{
	padding-top: 106px;
}
.easy-l{
	padding-top: 95px;
}
.easy-l dt{
	font-size: 26px;
	line-height: 26px;
}
.easy-l dd{
	margin: 14px 0 36px;
	font-size: 18px;
	font-family:"MicrosoftYaHeiLight";
	line-height: 18px;
}
.easy-l dt:hover{
	color:#045e36;
	cursor: pointer;
}
.easyImg{
	width:665px;
	height:519px;
}
/*easy e*/
/*stable s*/
.stable{
	width:100%;
	height:700px;
	background:#f7f7f7;
}
.stable .head{
	padding-top: 100px;
}
.stable .content{
	padding-top: 45px;
}
.stable li{
	float: left;
	width:328px;
	margin-right:108px;
	text-align: center;
	font-size: 0;
}
.stable li:nth-child(3n){
	margin-right:0;
}
.stable li img{
	width:328px;
	height:336px;
}
.stable .tit{
	margin:30px 0 17px;
	font-size: 26px;
	line-height: 26px;
}
.stable .add{
	font-size: 18px;
	font-family:"MicrosoftYaHeiLight";
	line-height: 24px;
}
/*stable e*/
.pk{
	width:100%;
	height:700px;
}
.pk .head{
	padding-top: 104px;
}
.pk .content{
	width:975px;
	margin:52px auto 0;
}
.pk tr th{
	font-size: 26px;
	color:#fff;
}
.pk tr th:nth-child(1){
	border-right:1px solid #eee; 
}
.pk tr th:nth-child(2){
	border-right:1px solid #eee; 
}
.pk tr td{
	overflow: hidden;
	height:49px;
	border: 1px solid #f3f3f3;
	line-height: 49px;
	color:#3ec3b6;
	font-size: 18px;
	text-align: center;
}
.pk tr td:nth-child(1){
	width:317px;
	padding-left: 40px;
	color:#222;
	font-family:"MicrosoftYaHeiLight";
	text-align: left;
}
.pk .ok{
	width:20px;
	height:20px;
	margin:0 auto;
	background: url(../images/index_pk_ok.png) no-repeat center;
}
.pk .no{
	width:20px;
	height:20px;
	margin:0 auto;
	background: url(../images/index_pk_no.png) no-repeat center;
}
/*pk e*/
/*user s*/
.user{
	width:100%;
	height:700px;
}
.user .head{
	padding-top: 104px;
}
.user .content{
	height:427px;
	margin:42px 0 34px;
	background-repeat: no-repeat;
	background-position: right;

}
.user .content dl{
	width:250px;
	padding-top: 88px;
}
.user .content dt{
	font-size:20px;
	padding:8px 43px;
	margin-bottom: 31px;
}
.user .content dd{
	display: inline-block;
	padding:8px 43px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	font-size:20px;
	font-family:"MicrosoftYaHeiLight";
}
.user .content dd:hover{
	border: 1px solid #045e36;
}
/*user e*/
/*aboutus s*/
.aboutus{
	width:100%;
	height:700px;
	background: url(../images/index_aboutus_bg.jpg) center no-repeat;
	background-size: 1920px 700px;
}
.aboutus .head{
	padding-top: 104px;
}
.aboutus .content{
	padding-top: 80px;
}
.aboutus .content p{
	margin-bottom:28px;
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	letter-spacing: 1px;
}
/*aboutus e*/
/*contactus s*/
.contactus{
	width:100%;
	padding: 40px 0 41px;
}
.contactus img{
	width:144px;
	height:144px;
	padding:4px;
	border: 1px solid #eee;
 }
 .contactus .font{
 	margin-top: 11px;
 	font-size: 36px;
 	line-height: 52px;
 }
/*contactus e*/
