.dwtwo {
    width: 100%;
}

.dwtwo li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 31.33%;
    margin: 0 1% 2% 1%;
    box-shadow: 0px 0px 10px #eee;
    text-align: center;
}

.dwtwo li .dw_pic {
    width: 100%;
    overflow: hidden;
    transition: 0.6s;
}

.dwtwo li .dw_pic img {
    width: 100%;
    transition: 0.6s;
}

.dwtwo li:hover .dw_pic img {
    transform: scale(1.1);
    transition: 0.6s;
}

.dw_titl a {
    display: block;
    line-height: 60px;
    font-size: 16px;
}

.dw_pic > a:after {
    background: url(../images/cymdwtwo_1.png) no-repeat center;
    transform: scale(0);
    top: 0;
    left: 0;
}

.dw_pic > a:before {
    background: rgba(0,0,0,0.3);
    transform-origin: 0 100%;
    transform: rotate(-90deg);
    bottom: 0;
    left: -100%;
}

.dw_pic > a:before,
.dw_pic > a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.6s;
    z-index: 333;
}

.dwtwo li:hover .dw_pic > a:before {
    transform: rotate(0deg);
    transition: 0.6s;
    left: 0px;
}

.dwtwo li:hover .dw_pic > a:after {
    transform: scale(1);
    transition: 0.6s;
}

.cw_n {
    margin: 0 auto;
    width: 1400px;
}

.contact_one {
    width: 26%;
}

.contact_one span {
    font-family: Arial;
    font-size: 56px;
    line-height: 62px;
    color: #198e2c;
    margin-bottom: 25px;
    display: block;
    font-weight: bold;
}

.contact_one div {
    margin-bottom: 29px;
    font-size: 36px;
    line-height: 36px;
}

.contact_one i {
    width: 40px;
    height: 3px;
    background: #198e2c;
    display: block;
    margin-bottom: 25px;
}

.contact_two {
    width: 27%;
    height: 357px;
    position: relative;
    background: #f5f5f5 url(../images/20201215090219_21545762.png) no-repeat;
    background-position: 348px 330px;
    padding: 50px;
    font-size: 16px;
    line-height: 35px;
    margin-left: 31px;
    box-sizing: content-box;
}

.contact_two strong {
    font-size: 24px;
    color: #198e2c;
    font-family: "Arial";
}

.contact_title {
    position: absolute;
    width: 220px;
    height: 45px;
    background: #198e2c;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    left: -20px;
}

.contact_content {
    margin-top: 85px;
    font-weight: lighter;
}

.contact_img {
    text-align: center;
    width: 130px;
    margin-top: 40px;
}

.contact_img img {
    width: 130px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
}

.cny_e {
    margin-top: 30px;
}

.nyqhlist {
    width: 100%;
}

.nyqhlist li {
    float: left;
    width: 31.3%;
    margin: 0 1% 2% 1%;
}

.nyqhlist_pic img {
    width: 100%;
}

.nyqhlist_tit {
    line-height: 46px;
    font-size: 16px;
    background: #eee;
    text-align: center;
    position: relative;
}

.clear {
    clear: both;
}

.content_image {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
}

.content_image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dgcontent_title_h5 {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.column_content_page_content {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.column_content_page_content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.back_column {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.second_next_pre_dgwbct {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    clear: both;
    min-height: 20px;
}

.mianbxContent {
    margin-bottom: 20px;
    clear: both;
    min-height: 25px;
}

#center {
    padding-bottom: 0px;
    overflow: visible;
    min-height: 300px;
}

#bodycon {
    position: relative;
    overflow: hidden;
}

#copy {
    clear: both !important;
    height: 0 !important;
    overflow: hidden !important;
}

.top80 {
    clear: both !important;
}

@media screen and (max-width: 1200px) {
    .cw_n {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .contact_one,
    .contact_two {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .dwtwo li,
    .nyqhlist li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .contact_one span {
        font-size: 36px;
        line-height: 42px;
    }
    
    .contact_one div {
        font-size: 24px;
        line-height: 30px;
    }
    
    .contact_two {
        padding: 30px;
        font-size: 14px;
        line-height: 28px;
    }
    
    .contact_title {
        font-size: 18px;
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
}
