@font-face {
    font-family: 'DINPro bold';
    src: url('/asset/frontend/fonts/DINPro-Bold.eot');
    src: url('/asset/frontend/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/asset/frontend/fonts/DINPro-Bold.woff2') format('woff2'),
        url('/asset/frontend/fonts/DINPro-Bold.ttf') format('truetype'),
        url('/asset/frontend/fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.detailcontent .sections .cont_title{
    font-size: 30px;
    font-weight: bold;
}
.detailcontent .sections .cont_title.bj_2{
    background-image: url(/asset/frontend/images/cn/bj_line1.png);
}
.detailcontent .inner.w1362{
    width: 1362px;
}
.detailcontent .sections{
    overflow: hidden;
}
.detailcontent .sections .btnmore{
    font-size: 14px;
    color: #fff;
    background-color: #0387e9;
    display: block;
    width: 10.7em;
    height: 2.86em;
    line-height: 2.86;
    text-align: center;
}
.detailcontent .sections .btnmore.white{
    background-color: #fff;
    color: #0387e9;
}
.detailcontent .sections .btnmore.center{
    margin: 0 auto;
}


.detailcontent .banner{
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/asset/frontend/images/common/subsidiarydetail_optima_banner_bg.jpg);
    background-size: cover;
    padding: 6.5% 0 11%;
}
.detailcontent .banner .logo{
    margin-bottom: 10px;
    width: 150px;
}
.detailcontent .banner h1{
    font-size: 24px;
    margin: 0.42em 0 1.17em;
    text-shadow: 0px 1px 0.54em rgba(29, 47, 68, 0.48);
}
.detailcontent .banner p{
    font-size: 48px;
    line-height: 1.58;
    text-shadow: 0px 1px 0.27em rgba(29, 47, 68, 0.48);
}


.detailcontent .sections .cont_title.cf{
    background: url(/asset/frontend/images/common/bj_line_white.png) no-repeat center;
}

.detailcontent .sec1{
    background-color: #f9fafb;
    padding: 5.73% 0 5.46875%;
}
.detailcontent .sec1 .cont_title{
    margin-bottom: 1.4em;
}
.detailcontent .sec1 .left{
    float: left;
    width: 54.2%;
}
.detailcontent .sec1 .left p{
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 1.86;
    margin-bottom: 0.714em;
}
.detailcontent .sec1 .left p:last-child{
    margin-bottom: 0;
}
.detailcontent .sec1 .left .text{
    margin-bottom: 30px;
}
.detailcontent .sec1 .right{
    float: right;
}
.detailcontent .sec1 .right li{
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
}
.detailcontent .sec1 .right li:last-child{
    margin-right: 0;
}
.detailcontent .sec1 .right h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.detailcontent .sec1 .right h5 > span{
    margin-left: 1em;
}
.detailcontent .sec1 .right h5 b{
    font-size: 3.5em;
    color: #067bcb;
    font-weight: bold;
    vertical-align: baseline;
    font-family: 'DINPro bold';
}
.detailcontent .sec1 .right h5 b *{
    font-size: inherit !important;
    font-family: inherit;
}
.detailcontent .sec1 .right .lines{
    width: 100%;
    min-width: 100px;
    height: 1px;
    background-color: #333;
    opacity: 0.1;
    margin: 5px 0 15px;
}
.detailcontent .sec1 .right p{
    font-size: 14px;
    color: #666;
}

.detailcontent .sec2{
    padding: 5.73% 0 6.5%;
}
.detailcontent .sec2 .cont_title{
    margin-bottom: 3.2em;
}
.detailcontent .sec2 ul{
    text-align: center;
}
.detailcontent .sec2 li{
    width: 31.2%;
    margin-right: 3.2%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 7px 0px rgba(44, 44, 44, 0.2);
    -webkit-transition: box-shadow 1s;
    transition: box-shadow 1s;
}
.detailcontent .sec2 li:hover{
    box-shadow: none;
}
.detailcontent .sec2 li:last-child{
    margin-right: 0;
}
.detailcontent .sec2 li .coverimg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.detailcontent .sec2 li .cover{
    position: absolute;
    left: 0;
    bottom: -42%;
    width: 100%;
    height: 100%;
    padding-top: 25%;
    -webkit-transition: bottom 1s, background-color 1s;
    transition: bottom 1s, background-color 1s;
}
.detailcontent .sec2 li:hover .cover{
    bottom: 0;
    background-color: rgba(3,135,233,0.8);
}
.detailcontent .sec2 li .cover p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 14%;
}



.detailcontent .sec3{
    background-color: #067bcb;
    background-repeat: no-repeat;
    background-image: url(/asset/frontend/images/common/subsidiarydetail_automation_sec3_bg.jpg);
    background-size: cover;
    padding: 6.5% 0 6.25%;
}
.detailcontent .sec3 h4{
    font-size: 20px;
    margin: 2.4em 0 3.3em;
    text-align: center;
}
.detailcontent .sec3 ul{
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 7%;
}
.detailcontent .sec3 li{
    width: 33.333%;
    border-right: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    padding: 0 2.5%;
}
.detailcontent .sec3 li:first-child{
    text-align: justify;
    padding-left: 0;
}
.detailcontent .sec3 li:last-child{
    border-right: 0 none;
}
.detailcontent .sec3 li div{
    display: inline-block;
    text-align: justify;
}
.detailcontent .sec3 li h5{
    font-size: 18px;
    margin-bottom: 1.333em;
}
.detailcontent .sec3 li p{
    font-size: 14px;
    line-height: 1.714;
    padding-left: 2em;
}
.detailcontent .sec3 li p img{
    width: 1.14em;
    margin-left: -2em;
    margin-right: 0.86em;
    vertical-align: baseline
}




.detailcontent .sec4{
    padding: 5.9% 0 7.14%;
}
.detailcontent .sec4 .cont_title{
    margin-bottom: 2.3em;
}
.detailcontent .sec4 ul{
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin: 0 auto 4.85%;
    width: 910px;
    max-width: 100%;
}
.detailcontent .sec4 li{
    width: 25%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
}


@media (max-width: 1366px) {
    .detailcontent .sec1 .right li{
        margin-right: 60px;
    }
}
@media (max-width: 1266px) {
    .detailcontent .sec1 .left{
        width: 45%;
    }
}
@media (max-width: 1050px) {
    .detailcontent .sec1 .right h5 b{
        font-size: 2.5em;
    }
}
@media (max-width: 1000px){
    .detailcontent .sections .cont_title.bj_2{
        background-image: none;
    }
    .detailcontent .sections .cont_title.cf{
        background-image: none;
    }
}
@media (max-width: 860px) {
    .detailcontent .sec1 .left{
        width: 40%;
    }
    .detailcontent .sec1 .right li{
        margin-right: 30px;
    }
    .detailcontent .sec2 li .cover p{
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .detailcontent .sections .cont_title{
        font-size: 16px;
    }
    .detailcontent .sections .btnmore{
        font-size: 12px;
        width: 10.7em;
        height: 2.86em;
        line-height: 2.86;
    }


    .detailcontent .banner{
        padding: 8% 0 16%;
    }
    .detailcontent .banner .logo{
        margin-bottom: 5px;
        width: 100px;
    }
    .detailcontent .banner h1{
        font-size: 14px;
    }
    .detailcontent .banner p{
        font-size: 24px;
    }


    .detailcontent .sec1{
        padding: 10% 0 15%;
    }
    .detailcontent .sec1 .left{
        float: none;
        width: 100%;
        margin-bottom: 10%;
    }
    .detailcontent .sec1 .left p{
        font-size: 12px;
    }
    .detailcontent .sec1 .left .text{
        margin-bottom: 20px;
    }
    .detailcontent .sec1 .left .btnmore{
        margin: 0 auto;
    }
    .detailcontent .sec1 .right{
        float: none;
    }
    .detailcontent .sec1 .right li{
        margin-right: 10%;
    }
    .detailcontent .sec1 .right li:nth-child(even){
        margin-right: 0;
    }
    .detailcontent .sec1 .right h5 b{
        font-size: 2em;
    }
    .detailcontent .sec1 .right .lines{
        min-width: 80px;
    }


    .detailcontent .sec2{
        padding: 10% 0;
    }
    .detailcontent .sec2 li{
        width: 100%;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10%;
    }




    .detailcontent .sec3{
        padding: 10% 0 15%;
    }
    .detailcontent .sec3 h4{
        font-size: 14px;
        margin: 2em 0 1em;
    }
    .detailcontent .sec3 li{
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        border-right: 0 none;
        text-align: justify;
        padding: 5% 0;
    }
    .detailcontent .sec3 li:last-child{
        border-bottom: 0 none;
    }
    .detailcontent .sec3 li h5{
        font-size: 16px;
    }
    .detailcontent .sec3 li p{
        font-size: 14px;
    }





    .detailcontent .sec4{
        padding: 10% 0;
    }
    .detailcontent .sec4 ul{
        margin-bottom: 8%;
    }
    .detailcontent .sec4 li{
        width:  50%;
    }


}