body,html{
    padding: 0;margin: 0;
}

.clx{
    clear: both;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}

ul,li{
    list-style: none;
    top: 0;
    padding: 0;
}

.menualign{
	display: flex;
}

.banner-box{
    width: 100%;
    /*background: url(../../images/rencai/banner.jpg) center no-repeat;*/
    height: 440px;
}

.box-cnt{
    width: 1000px;
    margin: 0 auto;
}

/*困难*/
.team-difficulty{
    width: 1200px;
    margin: 0 auto;
}

.team-difficulty .title{
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 40px;
}

.team-difficulty .title span{
    font-size: 28px;
    color: #666;
}

.team-difficulty ul li{
    width: 232px;
    height: 280px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 21px;
    transition: .5s;
}

.team-difficulty ul li:hover{
    margin-top: -20px;
    border: 1px solid #4da9f2;
    box-shadow: 0 0 8px rgba(0,0,0,.4);
}

.team-difficulty ul li .btn:hover{
    background: #4da9f2;
    color: #fff;
}

.team-difficulty ul li:last-child{
    margin-right: 0;
}

.team-difficulty ul li .imgbox{
    text-align: center;
    margin-top: 40px;
}

.team-difficulty ul li .title{
    font-size: 16px;
    color: #4da9f2;
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.team-difficulty ul li .bdr{
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: #4da9f2;
    margin: 12px auto;
}

.team-difficulty ul li .content{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #666;
    margin-top: 14px;
}

.team-difficulty ul li .btn{
    font-size: 14px;
    color: #4da9f2;
    background: transparent;
    border: 1px solid #4da9f2;
    border-radius: 18px;
    width: 106px;
    height: 34px;
    margin: 12px auto 0 auto;
    display: block;
    outline: none;
    transition: .5s;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

/*解决方案*/
.team-solve .title{
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 40px;
}

.team-solve .title span{
    font-size: 28px;
    color: #666;
}

.team-solve .imgbox{
    text-align: center;
    margin-top: 60px;
}

/*服务价值*/
.team-value{
    width: 100%;
    background: url(../../images/pc/value_img.jpg) center no-repeat;
    height: 440px;
    margin-top: 60px;
}

.team-value .title{
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

.team-value .title span{
    font-size: 28px;
}

.team-value ul{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.team-value ul li{
    width: 186px;
    height: 264px;
    float: left;
    margin-right: 85px;
}

.team-value ul li:nth-child(1){
    background: url(../../images/pc/value_bg1.png) center no-repeat;
}
.team-value ul li:nth-child(2){
    background: url(../../images/pc/value_bg2.png) center no-repeat;
}
.team-value ul li:nth-child(3){
    background: url(../../images/pc/value_bg3.png) center no-repeat;
}
.team-value ul li:nth-child(4){
    background: url(../../images/pc/value_bg4.png) center no-repeat;
}

.team-value ul li:last-child{
    margin-right: 0;
}

.team-value ul li .title{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.team-value ul li .content{
    width: 144px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
}

/*服务优势*/
.team-advantage{
    width: 100%;
    text-align: center;
}

.team-advantage .title{
    font-size: 32px;
    color: #333;
    padding-top: 40px;
}

.team-advantage .title span{
    font-size: 28px;
    color: #666;
}

.team-advantage img{
    margin-top: 40px;
}

