.u-sub-title {
	line-height: 30px;
	color: #666;
}

/* banner */
.m-banner {
	background-size: cover;
	background-position: center;
}
.m-banner .m-content {
	height: 550px;
}
.m-banner h1 {
	font-size: 50px;
	font-weight: normal;
}
.m-banner p {
	width: 640px;
	margin: 40px 0 110px;
	line-height: 32px;
	font-size: 18px;
	color: #666;
}
.m-banner a {
	font-size: 16px;
	color: #F40000;
}
.m-banner a .tf {
	vertical-align: 2px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-left: 10px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #F40000;
}
/* end banner */

/* point */
.m-point {
	padding: 60px 0;
}
.m-point .item {
	box-sizing: border-box;
	width: 320px;
	height: 200px;
	border-radius: 4px;
	padding: 0 34px;
	background: #F9F9F9;
	cursor: pointer;
	transition: background .2s ease;
}
.m-point .item:hover {
	background: #1664FF;
}
.m-point .item div {
	font-size: 36px;
	font-style: italic;
	color: #ccc;
	transition: color .2s ease;
}
.m-point .item:hover div {
	color: #fff;
}
.m-point .item p {
	margin-top: 34px;
	line-height: 22px;
	font-size: 17px;
	transition: color .2s ease;
}
.m-point .item:hover p {
	color: #fff;
}
/* end point */

/* pain */
.m-pain {
	background: #F7F9FB;
}
.m-pain .m-module {
	height: 600px;
}
.m-pain ul {
	margin-top: 72px;
}
.m-pain li {
	width: 360px;
	background: #fff;
	box-shadow: 0 0 10px 0 #eee;
}
.m-pain li:nth-child(n+2) {
	margin-left: 50px;
}
.m-pain li .img {
	height: 210px;
	padding: 10px 10px 0;
	margin-top: 0;
	transition: all .3s ease;
}
.m-pain li .content {
	height: 135px;
	padding: 0 20px;
}
.m-pain li h1 {
	font-size: 18px;
	font-weight: bold;
}
.m-pain li p {
	margin-top: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #444;
}
/* end pain */

/* advantage */
.m-advantage {
	height: 700px;
}
.m-advantage li {
	width: 570px;
	height: 90px;
	margin-top: 70px;
}
.m-advantage li:nth-child(even) {
	margin-left: 100px;
}
.m-advantage li .icon {
	min-width: 90px;
	border-radius: 12px;
	margin-right: 26px;
	line-height: 90px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	background: #1664FF;
}
.m-advantage li .name {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #000
}
.m-advantage li p {
	line-height: 24px;
	font-size: 13px;
	color: #666;
}
/* end advantage */

/* model */
.m-model {
	background: #F7F9FB;
}
.m-model .m-module {
	height: 840px;
}
.m-model .u-title {
	margin-bottom: 80px;
}
/* end model */

/* trait */
.m-trait {
	background-image: url('../img/dress/trait_bg.jpg');
	background-size: 1920px 100%;
	background-position: center;
	overflow: hidden;
}
.m-trait .m-module {
	height: 870px;
}
.m-trait .u-title,
.m-trait .u-sub-title {
	color: #fff;
}
.m-trait .img {
	margin-top: 100px;
}
/* end trait */

/* service */
.m-service {
    height: 790px;
}
.m-service ul {
    margin-top: 72px;
}
.m-service li {
    width: 412px;
	height: 180px;
	border-radius: 4px;
	padding-top: 48px;
    margin-left: 2px;
    margin-bottom: 2px;
    background: #F9F9F9;
}
.m-service li:nth-child(3n+1) {
    margin-left: 0;
}
.m-service li .icon {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	margin-right: 14px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #1664FF;
}
.m-service li .name {
	font-size: 20px;
	font-weight: bold;
}
.m-service li p {
	width: 290px;
	margin: 32px auto 0;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
/* end service */

/* terminus */
.m-terminus {
    height: 700px;
	overflow: hidden;
    background-image: url('../img/dress/terminus.jpg');
    background-size: cover;
    background-position: center center;
}
.m-terminus .u-title {
	margin: 70px 0 40px;
	color: #fff;
}
.m-terminus .u-sub-title {
	color: rgba(255,255,255,.7);
}
/* end terminus */

/* customer */
.m-customer {
	background: #F7F9FB;
}
.m-customer .m-module {
    height: 850px;
}
.m-customer ul {
    margin-top: 72px;
}
.m-customer li {
	box-sizing: border-box;
    width: 440px;
	height: 265px;
	border-radius: 4px;
	padding: 40px 22px 0;
    margin-left: 39px;
    background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.08);
}
.m-customer li:nth-child(3n+1) {
    margin-left: 0;
}
.m-customer li:nth-child(n+4) {
    margin-top: 35px;
}
.m-customer li .icon {
	width: 62px;
	height: 62px;
	border: 1px solid #eee;
	margin-right: 14px;
}
.m-customer li .name {
	font-size: 20px;
	font-weight: bold;
}
.m-customer li p {
	margin-top: 40px;
	line-height: 24px;
	font-size: 15px;
}
/* end customer */

/* func */
.m-func {
    height: 650px;
}
.m-func ul {
    width: 1240px;
    margin-top: 44px;
}
.m-func li {
    width: 220px;
    height: 270px;
    overflow: hidden;
}
.m-func li:nth-child(n+2) {
    margin-left: 35px;
}
.m-func li .icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 37px auto 0;
    font-size: 50px;
    color: #fff;
    background: #1664FF;
}
.m-func li .name {
    margin-top: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.m-func li p {
    width: 224px;
    margin: 18px auto 0;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #444;
}
/* end func */