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



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

.sec{
	display:table;
	margin:0 auto;
	min-width:960px;
	color:#525252;
}

.sec1{
	font-weight:bold;
	text-align:center;
	margin:100px auto;
}

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

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

.sec1 img{
	margin:50px 0 30px;
}

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

.sec2{
	width:100%;
	background: url(../../common/img/bg_blue.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{
	width:515px;
	margin-left:20px;
	color:#fff;
}

.t_box .tit{
	font-size:33px;
	font-weight:bold;
}

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

.t_box .des{
	line-height: 200%;
}

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

.inner .img_box{
	width:378px;
}

.sec5 .block{
	margin-top:60px;
}
.sec5 .box p {
	color: #fff;
}

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

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


