.site_content .wrap .site_content_right {
    margin-left: 0;
    margin-right: 60px;
}

.site_ban_img {
    bottom: 0;
}

.black-text {
    color: #000 !important;
}

.white-text {
    color: #fff !important;
}

.white-border {
    border-color: #fff !important;
}

.site_ban_txt dd {
    border-left-color: #000;
}


.body-nav {
    background: #7f7f7f;
    font-size: 14px;
}

.body-nav .item {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    transition: all .5s;
}

.body-nav .item.on {
    background: #ef8a22;
}

.modular12 .box {
    display: flex;
}

.modular12 .left {
    width: calc(60% - 180px);
    margin-right: 180px;
}

.modular12 .right {
    flex: 1;
}

.modular12 .left h3 {
    line-height: 1.3;
}

.modular12 .left .info {
    margin-top: 1em;
    color: #3a3a3a;
}

.modular12 .right .video-cover {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.modular12 .right .video-cover::after {
    content: '';
    display: block;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    transition: .5s;
}


.modular12 .right .video-cover .paly-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2;
    color: #fff;
    transition: .5s;
}

.modular .tit {
    background: #333f50;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.25em 0;
    margin-top: 8%;
}

.modular .tit img {
    position: absolute;
    left: 3%;
    bottom: 0;
    max-width: 120px;
    max-height: 120px;
}

.modular .sub-tit {
    font-weight: bold;
    margin: 1em 0;
}


.modular .sub-tit img {
    vertical-align: middle;
    width: 2em;
    margin-right: 0.5em;
}

.modular ol li {
    width: 150px;
    text-align: center;
    margin: 1em;
    display: inline-block;
    vertical-align: top;
}
.modular ol li:hover .text{color: #eb8922;}
.modular ol li .icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    font-size: 0;
    border-radius: 5px;
    position: relative;
}

.modular ol li .text {
    margin: 1em 0;
}

.modular ol li .icon img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modular ul li {
    color: #3a3a3a;
    list-style: none;
    word-break: break-all;
}

.modular ul li::before {
    content: '·';
    margin-right: 1em;
    font-weight: bold;
    color: #eb8922;
}

.modular14 .info {
    margin-bottom: 1em;
}

.modular15 ul li {
    display: flex;
    padding: 24px;
    background: #f2f2f2;
    margin-bottom: 24px;
}

.modular15 ul li .left {
    width: 100px;
    margin-right: 1em;
}

.modular15 ul .right {
    flex: 1;
    color: #3a3a3a;
    line-height: 1.8;
}

.modular15 ul h4 {
    color: #eb8922;
}
.modular15 ul a:hover b{color: #eb8922;}
.modular15 ul b {
    color: #000;
}

.modular15 ul li::before {
    display: none;
}

.placeholder.type2 {
    padding: 1.5% 0;
}

.modular16 .list li {
    width: calc(33.33% - 20px);
    text-align: center;
}

.modular16 .list li .cover img {
    width: 100%;
}

.modular17 {
    margin: 0 0 20px;
}

.modular17 .box {
    background: #f1f1f1;
    padding: 40px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.modular17 h4 {
    color: #000;
    font-weight: bold;
}

.modular17 h3 {
    color: #eb8922;
    margin: 0.5em 0;
}

.modular17 .info {
    margin-top: 0.8em;
}

.modular17 .info {
    color: #3a3a3a;
}

.modular18 .tab-list {
    margin: 1em 0;
}

.modular18 .tab-list .tab-head {
    margin-bottom: 1em;
}

.modular18 .tab-list .tab-head .item {
    padding: 0.25em 1em;
    border: 1px solid #eb8922;
    display: inline-block;
    border-radius: 3px;
    color: #eb8922;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.modular18 .tab-list .tab-head .item.on {
    background: #ef8a22;
    color: #fff;
}

img {
    transition: .5s;
}

.modular18 .tab-list .tab-content .item {
    display: none;
}

.modular18 .tab-list .tab-content .item.on {
    display: block;
}

@media screen and (min-width: 767px) {

    .modular18 .tab-list .tab-head .item:hover {
        background: #ef8a22;
        color: #fff;
        cursor: pointer;
    }

    .body-nav .item:hover {
        background: #ef8a22;
    }

    .modular12 .right .video-cover:hover::after {
        opacity: 0.3;
    }

    .modular12 .right .video-cover:hover img {
        transform: scale(1.1);
    }

    .modular12 .right .video-cover:hover .paly-btn {
        transform: translate(-50%, -50%) scale(0.9);
    }
}

@media screen and (max-width: 767px) {
    .modular2 .list li {
        width: calc(50% - 20px);
    }
    
    .site_content .wrap .site_content_right {
        margin-right: 0;
    }

    .modular .tit img {
        max-height: 40px;
    }

    .modular12 .box {
        display: block;
    }

    .modular12 .left{
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .modular ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .modular ol li {
        display: block;
        width: calc(50% - 2em);
    }
}