::selection {
    background: #1ed0ae;
    color: #fff;
}

::-moz-selection {
    background: #1ed0ae;
    color: #fff;
}

::-webkit-selection {
    background: #1ed0ae;
    color: #fff;
}

#dcms_pager .pagination {
    overflow: auto;
}

#dcms_pager .pagination .active span {
    background: #1ed0ae;
    color: #fff !important;
    border: 1px solid #1ed0ae;
}

.relate_news {
    width: auto;
}

#case_ul .cont h4 {
    text-align: center;
    margin-bottom: 20px;
}

.caseshow .right_side .case_detail .fl {
    width: 100%;
    border: none;
}

#header {
    /*background-color: #fff;*/
    /*box-shadow: 2px 2px 7px rgb(70 70 70 / 20%);*/
    /*border-color: #fff;*/
}

#header #Nav li .tarA {
    color: #fff;
}

#footer {
    background-color: #323232;
}

#footer dl {
    margin-right: 6%;
}

#footer dl h3.tit {
    font-size: 1rem;
    font-weight: bold;
}

#footer .ftell h3.tit {
    font-size: 1rem;
    font-weight: bold;
}

#footer div.ewm {
    color: #eee;
    font-size: 13px;
}

#footer div.ewm img {
    width: 100%;
    display: block;
}

.wsc-fixBar {
    top: auto !important;
    bottom: 30px;
    right: 8px !important;
}

.fb-online a,
.fb-ly a,
.fb-tel>a,
.fb-wx a,
.fb-lx a,
.fb-top a {
    border: 1px solid #1ed0ae;
    color: #1ed0ae !important;
    background-color: rgba(23, 42, 136, 0) !important;
    border-radius: 6px;
}

.fb-tel:hover>a,
.fb-online:hover a,
.fb-wx:hover a,
.fb-ly:hover a,
.fb-top:hover a {
    border: none;
    color: #fff !important;
    background-color: #1ed0ae !important;
}

.case_top {
    background-color: #333;
}

.tabCon .con.act {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsd .onenews {
    max-width: 416px;
    width: 100%;
}

.newsd {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ind_d2 {
    background-image: url('../image/loginbg.jpg');
    position: relative;
}

#ind_d2 .make {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

#ind_d4 {
    /* background-image: linear-gradient(#0b5ed3, #000); */
    background-color: #333;
}


.subbanner {
    background: linear-gradient(to bottom,#08275D,#0D52AD);
}

.waimao_img .i01 {}

/* #ind_d4 .earth_move .bg{
    transform: scale(0.5);
} */

.contact_top {
    /* background-image: linear-gradient(#000, #0b5ed3); */
    background-color: #0177FF;
}

.contact_mid .infos {
    background-color: #F6F9FE;
}
.contact_mid .infos ul {
    display: flex;
    justify-content: space-between;
    padding: 0 8% 50px;
}

.contact_mid .infos ul li {
    margin-bottom: .5rem;
    width: 100%;
    padding-right: 80px;
}
@media (max-width: 640px) {
    .contact_mid .infos ul {
        flex-wrap: wrap;
    }
    .contact_mid .infos ul li{
        padding-right:0;
    }
}
.ind_d4 {
    position: relative;
}

.containe #canvas {
    position: absolute;
    bottom: 0;
    left: 0;
}

#cont {
    width: 100%;
}

.innernav .breaker a:hover {
    color: #1ed0ae !important;
}

.pre_news a:hover h4 {
    color: #1ed0ae !important; 
}


@media screen and (max-width:980px) {
    body {
        padding-bottom: 0px;
    }
}