


/* TEXING CONTENT
-------------------------------------------------- */
.texing-box{
	background-color:#f5f8fa;
}
.texing-box .tx-item{
	padding-top:2rem;
	padding-bottom:2rem;
	text-align:center;
}
.texing-box .tx-item a{
	text-decoration:none;
}
.texing-box .tx-item a h3{
	font-size: 1.4rem;
    line-height: 1.75rem;
    font-weight: normal;
    color: #3e464c;
}
.texing-box .tx-item:hover a h3{
	color:#40b370;
}
.texing-box .tx-item a div{
	line-height: 1.43rem;
    font-size: .8rem;
    opacity: 0.7;
    color: #68747f !important;
    max-width: 165px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: auto;
    margin-left: auto;
}

.texing-box .tx-item a div:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 78px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(60, 70, 77, 0.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}




/* JIESHAO CONTENT
-------------------------------------------------- */
.title-split {
	margin: 0 auto;
	width: 100px;
	position: relative
}

.title-split .title-split-line-1 {
	border: 1px solid #efefef;
	width: 32px;
	height: 0;
	position: absolute;
	float: left;
	left: 0
}

.title-split .title-split-item {
	width: 14px;
	height: 14px;
	margin-left: 13px;
	position: absolute;
	float: left;
	left: 30px;
	top: -7px;
	border: 7px solid;
	border-color: #06c455 #06c455 transparent #06c455
}

.title-split .title-split-line-2 {
	border: 1px solid #efefef;
	width: 32px;
	height: 0;
	position: absolute;
	float: left;
	right: 0
}
.title-slogan {
	margin: 0 auto;
	font-size: 1.75rem;
	color: #333;
	padding: 1.3rem 0 0 0;
	font-weight: 700;
	letter-spacing: .28rem;
	position: relative;
	text-align:center;
}

.title-slogan .highlight {
	color: #40b370;
}


.title-slogn-desc {
	margin: 0.9rem auto 0;
	font-size: 1rem;
	opacity: .6;
	color: #000;
	text-align: center;
	line-height: 1.5;
	max-width:600px;
	letter-spacing:.1rem;
}







.jieshao-box{
	padding:5rem 0 8rem;
	padding-left:15px;
	padding-right:15px;
}
.js-box{
	margin-top:5rem;
}
.js-box a{
	text-decoration:none;
	display:block;
	/*
	border:1px solid #caf1df;
	border-radius:.5rem;
	padding:1rem;
	background-color:#f5f8fa;*/
	
	background: #fff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    border: 1px solid #f8f9fb;
    padding: 1rem;
	
	position:absolute;
	top:0rem;
	max-width:18rem;
}
.js-box .js-left a{
	right:-3.2rem;
}
.js-box .js-right a{
	left:-3.2rem;
}
.js-bg img{
	max-width:100%;
	text-align:center;
	display:flex;
	margin:0 auto;
}
.js-box .js-left{
	text-align:right;
}
.js-box h4{
	font-size: 1rem;
    color: #5a5a5a;
    /*background-color: #f5f8fa;*/
    font-weight: bold;
    padding-bottom: .3rem;  
    letter-spacing: 0.1rem;
}
.js-box h4 img{
	display:inline-block;
	width:2rem;
}
.js-box .js-left h4 img{
	/*border-right:4px solid #40b370;
	padding-right:1rem;*/
	margin-left:.8rem;
}
.js-box .js-right h4 img{
	/*border-left:4px solid #40b370;
	padding-left:1rem;*/
	margin-right:.8rem;
}
.js-box p{
	font-size: 1rem;
    line-height: 1.5;
    color: #7c7c7c;
    margin: 0;
    letter-spacing: .1rem;
}
.js-box .js-mt{
	bottom:0rem;
	top:auto;
}


.marketing{
	background-color:#f0f0f0;
	padding:3rem 0 1rem;
	margin-top:2rem;
}


.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 8rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(60, 70, 77, 0.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.marketing .col-lg-4:last-child:after{
	display:none;
}
.marketing h2 {
  font-weight: bold;
  font-size:1.2rem;
  margin-top:1.75rem;
}
.marketing .col-lg-4 p {
  margin-right: auto;
  margin-left: auto;
  font-size:1rem;
  margin-top:.75rem;
  max-width:20rem;
  text-align:center;
}







.solutions-box {
    position: relative;
    height: 741px;
	background-color: #3d3e49;
}
.slt-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.slt-box .title-box{
	position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
}

.slt-box .title-slogan{
	color:#fff;
	padding:0;
}
.slt-box .title-slogn-desc{
	opacity:1;
	color:rgba(255, 255, 255, 0.6);
}
.slt-bg-left {
	position: relative;
    width: 30%;
    background-color: #30303a;
    padding-top: 12.5rem;
    height: 100%;
    background-image: url(../images/home-solution-bg.svg);
    background-repeat: no-repeat;
    background-position: left 5rem;
    background-size: cover;
}
.slt-bg-right {
	padding-top: 11rem;
    padding-left: 4rem;
    width: 70%;
}

.slt-tabs {
    position: absolute;
    top: 12rem;
    right: 4rem;
    width: 150px;
    padding:0;
}

.slt-tabs li {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    text-align: left;
    padding-bottom: 20px;
    width: auto;
    height: 50px;
    list-style: none;
}
.slt-tabs li.is-active {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    height: 50px;
}
.slt-tabs li a {
    color: #fff;
    position: relative;
    text-decoration:none;
}
.slt-tabs li.is-active a {
    color: #fff;
    padding-bottom: 6px;
}
.slt-tabs li.is-active a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 40px;
    width: 100%;
    border-bottom: solid 3px #00a971;
    opacity: 1;
}
.slt-box .more-solutions {
    opacity: 0.59;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.slt-tab-content .tab-content {
    display: none !important;
}
.slt-tab-content .tab-content.is-active {
    display: block !important;
}
.tab-content .slt-content-name {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 1rem;
}
.tab-content .slt-content-desc {
    font-size: 1rem;
    font-weight: normal;
    color: #c6c8cf;
    max-width: 780px;
    line-height: 1.75;
}
.slt-btn{
	margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.slt-btn .btn-success{
	font-size:1rem;
	background-color:#40b370;
	padding:.6rem 2rem;
}
.slt-features{
	margin-top:1rem;
}
.slt-features span {
    color: #cbd1d6;
    font-size: 14px;
    padding: 3px 8px;
    margin-right: 8px;
    background-color: #494b58;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.case-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #c6c8cf;
    line-height: normal;
}
.slt-cases {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 38px;
}
.slt-case-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 36px;
    color:#fff;
    font-size:1rem;
}
.slt-case-item i{
	width:30px;
	height:30px;
	margin-right:.3rem;
	background:url('../images/icon-tag.png') no-repeat center /100% auto;
}
.tab-content img.cpc{
	width:660px;
	max-width:100% !important;
	margin-bottom:2rem;
}















.ditu-box{
	background-color:#f5f8fa;
	padding:5rem 0 2rem;
}
.ditu-box .map {
    margin-bottom: 40px;
    text-align: right;
}

.ditu-box .map .map_img {
    width: 650px;
    height: 320px;
    display: inline-block;
    background: url('../images/pc_map.svg') no-repeat;
    position: relative;
}
.country-area .country-point{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    font-size: 0;
}
.country-area .point {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
}
.country-area .point-1, .country-area .point-2 {
    width: 120px;
    height: 120px;
    margin-left: -58px;
    margin-top: -58px;
}
.country-area .point-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #00bd66;
    box-shadow: 0 0 6px #00bd66;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    -moz-animation: ripple 4.5s ease-out 225ms infinite;
    -o-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}
.country-area .point-2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #00bd66;
    box-shadow: 0 0 6px #00bd66;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1125ms infinite;
    -moz-animation: ripple 4.5s ease-out 1125ms infinite;
    -o-animation: ripple 4.5s ease-out 1125ms infinite;
    animation: ripple 4.5s ease-out 1125ms infinite;
}
@-webkit-keyframes ripple {0% {opacity:0;-webkit-transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-webkit-transform:scale(1)}
}
@-moz-keyframes ripple {0% {opacity:0;-moz-transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-moz-transform:scale(1)}
}
@-o-keyframes ripple {0% {opacity:0;-o-transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-o-transform:scale(1)}
}
@keyframes ripple {0% {opacity:0;-webkit-transform:scale(.1,.1);-moz-transform:scale(.1,.1);-ms-transform:scale(.1,.1);transform:scale(.1,.1)}
    5% {opacity:1}
    100% {opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
.ditu-box .statistics{
	margin-top:2rem;
}
.ditu-box .statistics .col-lg-3{
	padding:0 5px;
}
.ditu-box .statistics .item {
    padding: 20px 10px 20px;
    text-align:center;
    background-color:#fefefe;
    border:1px solid #dfdfdf;
    border-radius:.8rem;
}
.ditu-box .statistics .item .number {
    font-size: 1.6rem;
    line-height: 1;
    color: #12424A;
    margin-bottom: .4rem;
    font-weight:bold;
}
.ditu-box .statistics .item .number .ns{
	font-size:1rem;
	font-weight:normal;
	margin-left:.25rem;
}
.ditu-box .statistics .item .des {
    font-size: .9rem;
    line-height: 24px;
    color: #849B9B;
    margin-bottom: 0;
}


/* Featurettes
------------------------- */


.youshi-box{
	padding:5rem 0;
}
.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: bold;
  line-height: 1;
  font-size:1.75rem;
  color:#333;
  margin-bottom:1rem;
  letter-spacing:.1rem;
}
.featurette-heading .highlight{
	color:#40b370;
}
.featurette .lead{
	font-size:1rem;
}
.demand-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.demand-content .demand-items {
    background: #fff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    border: 1px solid #f8f9fb;
    padding:10px 15px;
	margin-left:-15px;
	min-height:60px;
	margin-bottom:10px;
}
.demand-content .demand-items .item-left {
    width: 40px;
    height: 100%;
    float: left;
    margin-right: 15px;
}
.demand-content .demand-items .item-left img{
	max-width:100%;
}
.demand-content .demand-items .item-right span {
    font-size: 1rem;
    color: #43414e;
    display: block;
    line-height: 38px;
}












.tedian-box{
	padding:5rem 15px 4rem;
}
.tedian-list{
	margin-top:3rem;
}
.tedian-box .td-item{
	text-align:center;
	margin-bottom:1rem;
}
.tedian-box .td-item .ic-box{
    border-radius: 50%;
    background-color: #f5f8fa;
    text-align: center;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .8rem;
    color:#3d3e49;
    font-size: 3.2rem;
    border: 1px solid #ebeef0;
}
.tedian-box .td-item:hover .ic-box{
	color: #40b370;
}
.tedian-box .td-item h5{
	font-size:1rem;
}
.tedian-box .td-item:hover h5{
	color: #40b370;
}











.news-box{
	background-color: #f5f8fa;
    padding: 5rem 0 5rem;
}
.news-box-a {
    background: #FFFFFF;
    box-shadow: 0 15px 50px 0 rgba(92,191,134,0.08);
    border-radius: 4px;
    height: 230px;
    margin-top:3rem;
}
.nba-title {
    height: 100px;
    position: relative;
    font-size: 1.4rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 100px;
    background-image: linear-gradient(-90deg, #72f6a9 0%, #5cbf86 100%);
    border-radius: 4px;
}
.nba-ul {
    display: block;
    padding: 20px;
}
.nba-ul li {
    display: block;
    margin-bottom: 10px;
    list-style: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nba-ul li a {
    font-size: .9rem;
    color: #545454;
    line-height: 1.5;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    display: block;
        white-space: nowrap;
}






/* RESPONSIVE CSS
-------------------------------------------------- */
@media(min-width: 1440px){
	.banner-txt{
		left:20%;
	}
	.banner-bg{
		right:15%;
	}
}



@media(max-width: 768px){

	
	.banner-txt{
	    /*
		left:50%;
		top:auto;
		bottom:10%;
		transform: translate(-50%, 0);
		*/
		
		margin-top:6rem;
		text-align:center;
		width:90%;
	}
	
	.banner-txt h3{
		font-size:1.em;
	}
	.banner-txt h2{
		font-size:1.5rem;
	}
	.banner-bg{
		right: 50%;
	    top: -15%;
	    transform: translate(50%,0) scale(0.7);
	}
	header .index-banner{
		overflow:hidden;
	}
	.y-container,
	.y-w-dian1, .y-w-dian2, .y-w-dian3{
		max-width:100% !important;
	} 
	
	.title-slogn-desc,
	.title-slogan{
		letter-spacing:0;
	}
	.title-slogn-desc{
	    padding:0 30px;
	}
	.title-slogan{
	    font-size:1.4rem;
	}
	.jieshao-box {
	    padding: 5rem 15px 5rem;
	}
	.js-box{
		margin-top:3rem;
	}
	.js-box .js-left,
	.js-box .js-right{
		text-align:center;
	}
	.js-box a{
		position:relative;
		max-width:initial;
	}
	.js-box .js-left a,
	.js-box .js-right a{
		left:auto;
		right:auto;
	}
	
	
	.js-bg img{
		margin-bottom:2rem;
	}
	
	.js-box .js-left img,
	.js-box .js-right img{
		display:none;
	}
	
	
	.solutions-box{
		height:10rem;
		background-image: url(../images/home-solution-bg.svg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	}
	.solutions-box .slt-box{
		align-items: center;
	}
	.solutions-box .title-box{
		position: relative;
	    left: auto;
	    transform: none;
	    top: auto;
	}
	
	
	.youshi-box {
	    padding: 4rem 15px;
	}
	
	.featurette .lead,
	.featurette .featurette-heading{
		text-align:center;
	}
	
	.demand-content .demand-items{
		margin-right:-15px;
	}
	
	.fea-img {
		padding-top:2rem;
		text-align:center;
	}
	.tedian-box {
		padding:3rem 15px 4rem;
	}
	.tedian-box .td-item h5{
		font-size:.8rem;
	}
	
	.news-box{
		padding-top:3.5rem;
		padding-bottom:3rem;
	}
	
	.nba-title{
		height:4rem;
		line-height:4rem;
	}
	.news-box-a{
		height:auto;
		margin-top:1rem;
	}
	.news-box .title-box{
		margin-bottom:2rem;
	} 
	
	
	.texing-box .tx-item a h3{
	    font-size:1.2rem;
	}
	
	
}