* {
    padding: 0;
    margin: 0;
}

.pub {
    width: 1200px;
    margin: 0 auto;
}

.pub .tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.pub .pubtit {
    font-family: MicrosoftYaHei;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    padding: 14px 0px 34px;
}

.pub .line {
    height: 1px;
    background: red;
    margin-bottom: 30px;
}

.pub .line::before {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    background: #e94709;
}

/* 头部介绍 */
.company-name {
    width: 100%;
    height: 410px;
    background-image: url(/static/asstses/images/header1.jpg);
}

.company-name h1 {
    width: 1200px;
    display: block;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 210px 0px 50px 0px;
}

.company-name p {
    width: 1200px;
    display: block;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

/* 面包屑 */
.navtag {
    width: 1200px;
    margin: 0 auto;
    height: 49px;
}

.navtag a img {
    vertical-align: -2px;
    margin-right: 6px;
}

.navtag span {
    font-size: 1rem;
    font-family: serif;
    padding: 0px 10px;
}

.navtag a {
    color: #666;
    font-size: 18px;
    text-decoration: none;
    line-height: 55px;
}

/* 客户背景 */
.Client-Profile {
    height: 596px;
}

.Client-Profile .left {
    float: left;
    width: 621px;
}

.Client-Profile .left h2 {
    width: 619px;
    font-family: MicrosoftYaHei;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    padding: 127px 0px 72px;
}

.Client-Profile .left p {
    width: 619px;
    font-family: AdobeHeitiStd-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
}

.Client-Profile .right {
    width: 510px;
    height: 362px;
    display: inline-block;
    margin: 134px 0px 0px 69px;
}

/* 相关案例 */
.cases {
    height: 1740px;
}

.cases .challenge {
    height: 610px;
}

.cases .challenge h4 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    padding: 40px 0px 30px;
}

.challenge div img {
    padding: 0px 20px 0px 50px;
}

.cases .challenge div p {
    display: inline-block;
    width: 650px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;

}

.cases .Programme {
    height: 841px;
}

.box {
    width: 755px;
    height: 471px;
    margin-left: 42px;
}

.cases .Programme .box div .smalltit {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    padding: 30px 0px 0px 18px;
    width: 700px;
    display: inline-block;
}

.cases .Programme .box div p {
    width: 700px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 15px;
    padding-left: 38px;
    margin-bottom: 0px;

}

/* 客户收益 */
.Revenue {
    height: 358px;
}

.Revenue .line {
    height: 1px;
    background: red;
    margin-bottom: 50px;
}

.Revenue .line::before {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    background: #e94709;
}

.smallbox {
    width: 765px;
    height: 113px;
    margin-left: 49px;
}

.smallbox div {
    height: 40px;
}

.smallbox div .img1 {
    padding: 0px 18px 0px 0px;
}

.smallbox div img {
    padding: 0px 18px 0px 0px;
}

.smallbox div p {
    width: 720px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333
}

/* 适配手机端 */
@media(max-width:768px) {
    .pub {
        width: 100%;
    }
}
