@charset "utf-8";
/* CSS Document */

.pagetit{
	background: url(../img/mainimg.jpg) no-repeat;
    background-size: cover;
}



.sec1{
	width:960px;
	margin:60px auto 100px;
}

.sec1 .btn{
	width:478px;
	height:32px;
}

.sec1 .btn img{
	display: table;
    margin: 0px auto;
    padding-top: 12px;
}

.sec1 .blue{
	background-color:#2EB6AF;
}
.sec1 .orange{
	background-color:#E38A39;
}
.sec1 .rose{
	background-color:#F76262;
}

.sec1 .tit{
	font-size:28px;
	margin-bottom:10px;
}

.sec1 .sub{
	font-size:20px;
}

.sec1 .des{
	font-size:18px;
	font-weight:normal;
	line-height:200%;
}


.sec2{
	width:100%;
	background: url(../../common/img/bg_rose.gif);
}
.sec3{
	width:100%;
	margin-top:40px;
	background: url(../../common/img/bg_orange.gif);
}
.sec4{
	width:100%;
	margin-top:40px;
	background: url(../../common/img/bg_rose.gif);
}

.sec5{
	width:100%;
	margin-top:40px;
	background: url(../../common/img/bg_green.gif);
}

.sec .inner{
	width:960px;
	display:table;
	margin:20px auto;
	position:relative;
}

.inner .t_box{
	margin-left:20px;
	color:#fff;
}

.t_box {
	width:960px;
}

.tit{
	font-size:33px;
	font-weight:bold;
	text-align:center;
}

.box .tit{
	margin:15px 0 30px;
}

.inner .line{
	background:#FFF;
	width:90px;
	height:6px;
	margin:10px 0;
}

.t_box .des{
	line-height: 200%;
	font-size:14px;
}

.box .des{
	font-size:15px;
	line-height:200%;
}

.box .des a{
	color:#fff;
}

.t_box img{
	position:absolute;
	bottom:0;
}

.inner .img_box{
	width:500px;
}

.sec2 .block{ margin-top:20px; color:#fff; font-size:14px; line-height:160%;}

.sec3 .block{ padding-top:60px; width:960px;}

.sec5 .block{
	margin-top:60px;
}

.block .box{
	width:283px;
	margin-right:40px;
}
.block .box:first-child{
	margin-left:30px;
}
.block .box:last-child{
	margin-right:0;
}

.block .box img{
	margin-bottom:10px;
}

.sec2_1 .block,
.sec3_1 .block{
	margin:40px 0 10px;
}

.sec2_1 .block .box,
.sec3_1 .block .box{
	width:302px;
	margin-right:25px;
}

.sec2_1 .block .box .tit,
.sec3_1 .block .box .tit{
	text-align:left;
	margin:5px 0 15px;
	font-size:22px;
	line-height:100%;
}



