.header-space {
    display: none;
}

/* title */
.u-title {
    font-size: 28px;
	font-weight: normal;
    text-align: center;
    color: #000;
}
.u-sub-title {
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #808A9A;
}
/* end title */

/* banner */
.m-banner {
    height: 640px;
}
.m-banner .content {
	margin-top: -90px;
}
.m-banner-list {
	position: relative;
    height: 640px;
    overflow: hidden;
}
.m-banner-list ul {
    position: relative;
}
.m-banner-list li {
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    opacity: 0;
    transition: opacity .5s ease;
}
.m-banner-list li.z-crt {
    z-index: 1;
    opacity: 1;
}
.m-banner-list li .content {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: 250px;
	margin: 0;
	margin-top: 80px;
}

.m-banner-list .nav {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.m-banner-list .nav div {
    width: 40px;
    height: 3px;
    margin: 0 10px;
    background: #fff;
    opacity: .5;
}
.m-banner-list .nav div.z-crt {
    opacity: 1;
}
/* end banner */

/* client */
.m-client .m-content {
	position: relative;
	overflow: hidden;
}
.m-client .m-content:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, #FFFFFF 100%);
}
.m-client .m-content ul {
	float: left;
	padding: 18px 0;
	font-size: 0;
	white-space: nowrap;
    animation: clientScroll 60s infinite linear;
}
.m-client li {
	display: inline-block;
	width: 182px;
	height: 64px;
}
@-webkit-keyframes clientScroll {
    0% {
		transform: translate(0,0);
    } 100% {
		transform: translate(-50%,0);
    }
}
/* end client */

/* product */
.m-product {
    background: #F7F9FB;
}
.m-product .m-content {
	padding: 60px 0 70px;
}
.m-product .product {
    margin-top: 52px;
}
.m-product .product .item {
	float: left;
	position: relative;
	box-sizing: border-box;
    width: 335px;
	height: 295px;
	padding: 0 25px;
	margin-left: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.06);
}
.m-product .product .item:nth-child(4n+1) {
    margin-left: 0;
}
.m-product .product .item:nth-child(n+5) {
    margin-top: 20px;
}
.m-product .product .item .head {
	border-bottom: 1px solid #eee;
	padding: 42px 10px 22px;
}
.m-product .product .item .icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #1966FF;
}
.m-product .product .item .icon img {
	width: 36px;
	height: 36px;
}
.m-product .product .item .name {
	margin: 0 14px 0 12px;
	font-size: 18px;
}
.m-product .product .item label {
	border: 1px solid #1966FF;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	color: #1966FF;
}
.m-product .product .item p {
	margin-top: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.m-product .product .item .link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	background: linear-gradient(0deg, #fff 80%, rgba(255,255,255,0));
	opacity: 0;
	transform: translate(0,20px);
	transition: all .3s ease;
}
.m-product .product .item:hover .link {
	transform: translate(0,0);
	opacity: 1;
}
.m-product .product .item .link button {
	width: 80px;
	height: 36px;
	border: none;
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	background: #1966FF;
}
.m-product .product .item .link button:hover {
	opacity: .8;
}
.m-product .product .item .link a {
	width: 80px;
	border: 1px solid #1966FF;
	border-radius: 2px;
	margin-left: 10px;
	line-height: 34px;
	font-size: 13px;
	text-align: center;
	color: #1966FF;
}
.m-product .product .item .link a:hover {
	color: #fff;
	background: #1966FF;
	opacity: .8;
}
/* end product */

/* schema */
.m-schema {
	padding: 48px 0 92px;
}
.m-schema .content {
	height: 740px;
	margin-top: 26px;
}
/* end schema */

/* merit */
.m-merit {
    background: #F7F9FB;
	background-image: url('../img/home/merit.jpg');
	background-size: 1920px auto;
	background-position: center bottom;
}
.m-merit .m-content {
	padding: 70px 0 50px;
}
.m-merit .u-title b {
	vertical-align: -5px;
	margin-right: 10px;
	font-size: 60px;
	font-weight: normal;
	color: #F40000;
}
.m-merit .merit {
    width: 100%;
    margin-top: 50px;
	overflow: hidden;
}
.m-merit .merit .item {
	position: relative;
	left: 100px;
    box-sizing: border-box;
    width: 50%;
	padding: 45px 0;
	opacity: 0;
	transition: all 1.5s ease;
}
.m-merit .merit .item:nth-child(n+3) {
	transition-delay: .8s;
}
.m-merit .merit .item:nth-child(n+5) {
	transition-delay: 1.6s;
}
.m-merit.z-active .merit .item {
	left: 0;
	opacity: 1;
}
.m-merit .merit .item:nth-child(2n) {
    padding-left: 150px;
}
.m-merit .merit .item .icon {
    width: 60px;
    height: 60px;
    margin-right: 44px;
}
.m-merit .merit .item h1 {
    font-size: 20px;
    font-weight: 400;
}
.m-merit .merit .item p {
    width: 340px;
    margin-top: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
/* end merit */

/* case */
.m-case {
	padding: 56px 0 80px;
}
.m-case .tab ul {
	height: 60px;
	border-bottom: 1px solid #eee;
	margin: 58px 0 26px;
}
.m-case .tab li {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #333;
	cursor: pointer;
}
.m-case .tab li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #1966FF;
	transform: translate(-50%,0);
	transition: width .2s ease;
}
.m-case .tab li.z-crt {
	font-weight: bold;
	color: #1966FF;
}
.m-case .tab li.z-crt:after {
	width: 100%;
}
.m-case .content {
	height: 360px;
	background-image: url('../img/home/case_bg.jpg');
	background-size: cover;
	background-position: center;
}
.m-case .content .m-content {
	display: none;
}
.m-case .content .m-content.z-crt {
	display: flex;
}
.m-case .case-info {
	box-sizing: border-box;
	width: 50%;
	height: 360px;
	padding: 82px 96px 0 52px;
	color: #fff;
}
.m-case .case-info h1 {
	font-size: 26px;
	font-weight: normal;
}
.m-case .case-info p {
	height: 116px;
	margin-top: 26px;
	line-height: 28px;
	font-size: 14px;
	opacity: .8;
}
.m-case .case-info .total .item {
	min-width: 136px;
	font-size: 14px;
}
.m-case .case-info .total .item div {
	margin-top: 16px;
	font-size: 28px;
}
.m-case .case-image {
	box-sizing: border-box;
	width: 50%;
	height: 360px;
}
.m-case .logo {
	margin-top: 44px;
}
.m-case .logo .item {
    position: relative;
    width: 180px;
    height: 62px;
	border: 1px solid #eee;
    margin-left: 21px;
    overflow: hidden;
}
.m-case .logo .item:nth-child(7n+1) {
	margin-left: 0;
}
.m-case .logo .item:nth-child(n+8) {
	margin-top: 16px;
}
/* end case */

/* map */
.m-map {
	box-sizing: border-box;
	height: 740px;
	padding-top: 76px;
	background: url('../img/home/map_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.m-map .content {
	width: 430px;
	margin-top: 190px;
}
.m-map .content .item {
	width: 215px;
	margin-bottom: 100px;
	font-size: 20px;
	color: #1664FF;
}
.m-map .content .item strong {
	font-size: 40px;
	font-weight: normal;
}
.m-map .content .item p {
	margin-top: 16px;
	font-size: 15px;
	color: #666;
}
/* end map */

/* news */
.m-news {
	padding: 60px 0 145px;
}
.m-news .item {
	width: 320px;
	margin-top: 68px;
}
.m-news .item .image {
	height: 250px;
	border-radius: 8px;
	overflow: hidden;
	background-position: center;
	background-size: auto 100%;
	transition: all .3s ease;
}
.m-news .item:hover .image {
	background-size: auto 120%;
}
.m-news .item .title {
	line-height: 66px;
	font-size: 18px;
}
.m-news .item p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
/* end news */