@font-face {
    font-family: OPPOSans-R;
    src: url(../fonts/OPPOSANS-R.TTF);
}

/*========= banner图 文字 start=============*/
.publicIn_bannerText {
    top: 28%;
}

.publicIn_bannerText p {
    width: 518px;
    line-height: 30px;
    font-family: OPPOSans-R;
}

/*========= banner图 文字 end=============*/
.contentBoxs {
    padding: 145px 0px 33px;
    overflow: hidden;
}

.companyName {
    position: relative;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 50px;
}

.companyName:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 4px;
    background-color: #d3e0eb;
}

.companyContent {
    padding: 50px 0px 69px 0px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    
}

.applyForBox {
    display: block;
    width: 200px;
    height: 56px;
    text-align: center;
    background-color: #79b53d;
    box-shadow: 0px 8px 16px 0px rgba(124, 157, 90, 0.3);
    border-radius: 4px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #ffffff;
    
}

.applyForBox:hover {
    display: block;
    width: 200px;
    height: 56px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(124, 157, 90, 0.3);
    border-radius: 4px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    border: 1px solid #79b53d;
    color: #79b53d;
}

.imgBox {
    padding-top: 50px;
    width: 39%;
}

.imgBox img {
    width: 100%;
    height: auto;
}

.contentText {
    width: 48%;
    padding: 0px;
}

/*====== 客户企业简介 end========*/
/*============客户痛点 start=============*/
.painPoints {
    background-color: #f7f9fc;
    padding: 79px 0px 37px;
}

.painText {
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 53px;
}
.painListLeft{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #007fff;
	box-shadow: 0px 8px 16px 0px 
		rgba(41, 148, 255, 0.3);
	border-radius: 50%;
    margin-right: 16px;
    margin-top: 10px;
}

.painList {
    list-style-type: disc;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 30px;
    float: left;
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
}

.painListContent {
    width: 95%;
    
}
.painList:nth-child(even) {
    width: 49%;
    margin-right: 0px;
     
}

/*============客户痛点 end=============*/
/*================解决方案 start============*/
.solution {
    padding: 99px 0px 60px;
}

.solution .painText {
    padding-bottom: 69px;
}

.soluList {
    width: 49%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 8px 30px 0px rgba(183, 183, 183, 0.14);
    border-radius: 8px;
    margin-right: 2%;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
}

.soluList:nth-child(even) {
    width: 49%;
    margin-right: 0px;
}

.soluNum {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #007fff;
    box-shadow: 0px 8px 16px 0px rgba(41, 148, 255, 0.3);
    border-radius: 4px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    
}

.soluContent {
    width: 80%;
    padding-left: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
    
}

/*================解决方案 end============*/
/*========== 客户价值 start===========*/
.valueBox {
    background: url(../images/valueImg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 90px 0px 75px;
}

.valueBox .painText {
    padding-bottom: 50px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.valueBox .valueList {
    box-sizing: border-box;
    width: 100%;
    padding-left: 17px;
    position: relative;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
    
}

.valueBox .valueList:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 15px;
    width: 3px;
    height: 16px;
    background-color: #79b53d;
}

/*========== 客户价值 end===========*/