﻿#content>.wrapper {
    width: 100%;
    margin: 0 auto;
    padding:0;
	max-width:none;
}
#page-site-header .page-header {
    top: 70%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}


.brand-item{
  position: relative;
}
.brand-item.white-bg{
  padding-top: 96px;
  padding-bottom: 96px;
}
.brand-item.gray-bg{
  padding-top: 96px;
  padding-bottom: 96px;
}
.mod-m-title{
  overflow: hidden;
  font-size: 30px;
  font-weight:600;
  color: #2a2e2e;
  float:left;
  margin:0 0 50px 0;
}
.alltitle{
  float:right;
  display:block;
  margin:0 0 50px 0;
}
.alltitle a{
  font-size:18px;
  line-height:38px;
}
.mod-m-desc{
    font-size:14px;
    color:rgba(95,100,100,1);
    line-height:25px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
}


.artice-box{
  width: 100%;
  position: relative;
  margin-bottom: 96px;
}
.artice-box:last-child{
  margin-bottom: 0;
}
.artice-box img{
  width: 710;
  position: relative;
}
.artice-box .text-box{
  position: absolute;
  width: 560px;
  height:347px;
  box-sizing: border-box;
  top: 0;
  z-index: 5;
  text-align:left
}
.left-box{
  text-align:right;
}
.right-box .text-box{
  right: 0px;
  padding-top:60px;
}

.en-us .artice-box .right-box{ top:118px; width: 668px;}

.artice-box .text-box h3{
  font-size: 30px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
  line-height: 45px;
  font-weight: 400;
}
.artice-box .text-box h3 img{
  width: 216px;
}
.artice-box .text-box h4{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 400;
}
.artice-box .text-box .desc{
  font-size: 18px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
}
.artice-box .right-box .desc{
  width: 100%;
}

.gray-bg {
    background-color: #fbfbfb;
}
.mod-graph-box .graph-box span,.mod-graph-box .graph-item span{
    padding:20px;
	text-align:center;
	font-size:20px;
	display:block;
	color: #333333;	
}
.graph-item{
	float:left;
	margin-right:14px;
}
.graph-item:last-child{margin-right:0px;}
@media screen and (min-width: 900px){
.mod-graph-box .l-graph {
    float: left;
}
.mod-graph-box .graph-box {
    width: 49%;
}
.mod-graph-box .r-graph {
    float: right;
}
.mod-graph-box .graph-box {
    width: 49%;
}
}
@media screen and (max-width: 899px){
.mod-graph-box .graph-box img{
    margin-top:25px;
	width:100%;
}
#ls-team .artice-box .text-box {
    position:static;
    padding: 30px 20px;
    width: 100%;
    height:auto;
    background: #FBFBFB;
    box-sizing: border-box;
    top: 0;
    z-index: 5;
    text-align: left;
}
#ls-team .artice-box .text-box .desc {
    width:auto;
}
}