@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Bold.otf');
    font-weight: normal;
    font-style: normal
}

.DIN {
    font-family: 'DIN';
}

.color {
    color: #515151;
}

.ln {
    line-height: 32px;
}

.center_zone {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.solution .titleBox {
    width: 100%;
    padding: 140px 0 80px;
    margin: 0 auto;
    text-align: center;
}

.solution>.titleBox>.title_cn>div {
    bottom: 4px;
    font-weight: normal;
    display: inline-block;
}

.solution .title_en,
.solution .title_cn {
    color: #000;
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
}

.solution .content {
    width: 622px;
    float: left;
}

.mgr {
    margin-right: 55px;
}

.mgb {
    margin-bottom: 50px;
}

.mgb1 {
    margin-bottom: 120px;
}

.clear {
    clear: both;
}

#content .solution .tit2 {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

#content .solution .tit2 p {
    font-size: 60px;
    color: #e80000;
    font-weight: bold;
    float: left;
    line-height: 50px;
}

#content .solution .tit2 h4 {
    font-size: 30px;
    color: #181818;
    margin-top: 10px;
    text-indent: 0.7em;
}

#content .solution .attr {
    width: 100%;
    overflow: hidden;
}


/* #content .solution img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#content .solution img:hover {
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */

#content .solution p {
    font-size: 16px;
    text-align: justify;
}

a.caseMore {
    border: 1px solid #e80000;
    position: relative;
}

a.caseMore span.words {
    color: #e80000;
    padding-left: 24px;
    padding-right: 65px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
}

a.caseMore::after {
    content: url(../images/common/icon/left_hover.png);
    position: absolute;
    right: 24px;
    top: 18px;
}

a.caseMore:hover::after {
    content: url(../images/common/icon/left.png);
    position: absolute;
    right: 24px;
    top: 18px;
}

.foot_up {
    padding-top: 0;
}