/* title */
.u-title {
	padding: 0 .2rem;
	line-height: .8rem;
    font-size: .56rem;
	font-weight: normal;
    text-align: center;
    color: #000;
}
.u-sub-title {
    margin-top: .2rem;
	padding: 0 .2rem;
	line-height: .5rem;
    font-size: .26rem;
    font-weight: normal;
    text-align: center;
    color: #808A9A;
}
/* end title */

/* banner */
.m-banner {
	height: 3.6rem;
}
.m-banner-list {
	position: relative;
	height: 3.6rem;
}
.m-banner-list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}
.m-banner-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.m-banner-list li .m-content {
	width: 100% !important;
}
.m-banner-list li .content {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: 2.4rem;
	margin: 0;
	margin-left: .24rem;
	transform: none;
}

.m-banner-list .nav {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
	bottom: .16rem;
}
.m-banner-list .nav div {
	width: .28rem;
	height: .04rem;
	margin: 0 .05rem;
    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: .18rem 0;
	font-size: 0;
	white-space: nowrap;
    animation: clientScroll 60s infinite linear;
}
.m-client li {
	display: inline-block;
	width: 1.82rem;
	height: .64rem;
}
@-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: 1rem 0;
}
.m-product .product {
    margin-top: .5rem;
}
.m-product .product .item {
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 0 .24rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.06);
}
.m-product .product .item:nth-child(n+2) {
    margin-top: .24rem;
}
.m-product .product .item .head {
	border-bottom: 1px solid #eee;
	padding: .4rem 0;
}
.m-product .product .item .icon {
	width: .8rem;
	height: .8rem;
	border-radius: 100%;
	background: #1966FF;
}
.m-product .product .item .icon img {
	width: .72rem;
	height: .72rem;
}
.m-product .product .item .name {
	margin: 0 .24rem;
	font-size: .36rem;
}
.m-product .product .item label {
	border: 1px solid #1966FF;
	padding: 0 .1rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #1966FF;
}
.m-product .product .item p {
	margin-top: .4rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #666;
}
.m-product .product .item .link {
	padding: .4rem 0 .6rem;
}
.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: 1rem .24rem .8rem;
}
.m-schema .content {
	margin-top: .5rem;
}
/* end schema */

/* merit */
.m-merit {
    background: #F7F9FB;
	background-image: url('../img/home/merit.jpg');
	background-size: auto 100%;
	background-position: center bottom;
}
.m-merit .m-content {
	padding: 1rem 0;
}
.m-merit .u-title b {
	vertical-align: -.1rem;
	margin-right: .2rem;
	font-size: 1rem;
	font-weight: normal;
	color: #F40000;
}
.m-merit .merit {
    margin-top: .3rem;
	overflow: hidden;
}
.m-merit .merit .item {
	margin-top: .6rem;
}
.m-merit .merit .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 .6rem 0 .3rem;
}
.m-merit .merit .item h1 {
	font-size: .36rem;
	font-weight: 400;
}
.m-merit .merit .item p {
	width: auto;
	margin-top: .2rem;
	margin-right: .4rem;
	line-height: .48rem;
	font-size: .26rem;
}
/* end merit */

/* case */
.m-case {
	padding: 1rem 0 .24rem;
}
.m-case .tab {
	margin: .4rem 0;
	overflow: auto;
}
.m-case .tab ul {
	float: left;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}
.m-case .tab li {
	display: inline-block;
	position: relative;
	padding: 0 .4rem;
	line-height: 1rem;
	font-size: .3rem;
	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 .m-content {
	display: none;
}
.m-case .content .m-content.z-crt {
	display: block;
}
.m-case .case-info {
	box-sizing: border-box;
	height: 6.2rem;
	padding: .8rem .24rem;
	color: #fff;
	background-image: url('../img/home/case_bg_left.jpg');
	background-size: cover;
	background-position: center;
}
.m-case .case-info h1 {
	font-size: .5rem;
	font-weight: normal;
}
.m-case .case-info p {
	height: 2.5rem;
	margin-top: .5rem;
	line-height: .5rem;
	font-size: .28rem;
	opacity: .8;
}
.m-case .case-info .total .item {
	width: 50%;
	font-size: .28rem;
}
.m-case .case-info .total .item div {
	margin-top: .3rem;
	font-size: .5rem;
}
.m-case .case-image {
	display: none;
}
.m-case .logo {
	margin: .24rem .24rem 0;
}
.m-case .logo .item {
    position: relative;
	box-sizing: border-box;
    width: 32%;
    height: 1rem;
	border: 1px solid #eee;
    margin-left: 2%;
    overflow: hidden;
}
.m-case .logo .item:nth-child(3n+1) {
	margin-left: 0;
}
.m-case .logo .item:nth-child(n+4) {
	margin-top: 2%;
}
/* end case */

/* map */
.m-map {
	padding: .6rem .2rem 0;
	background: url('../img/home/map_bg.jpg');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
.m-map .content {
	margin-top: 1rem;
}
.m-map .content .item {
	width: 50%;
	margin-bottom: 1rem;
	font-size: .4rem;
	text-align: center;
	color: #1664FF;
}
.m-map .content .item strong {
	font-size: .8rem;
	font-weight: normal;
}
.m-map .content .item p {
	margin-top: .32rem;
	font-size: .3rem;
	color: #666;
}
/* end map */

/* news */
.m-news {
	padding: 1rem 0;
}
.m-news .item {
	margin: .8rem .24rem 0;
}
.m-news .item .image {
	height: 4.2rem;
	border-radius: .12rem;
	overflow: hidden;
	background-position: center;
	background-size: auto 100%;
}
.m-news .item .title {
	margin: .3rem 0 .2rem;
	font-size: .36rem;
}
.m-news .item p {
	line-height: .5rem;
	font-size: .28rem;
	color: #666;
}
/* end news */