.mains {
    width: 80%;
    margin: 0px auto;
}

.search {
    width: 260px;
    height: 40px;
    border-radius: 25px 0px 0px 25px;
    padding-left: 10px;
    background: #b3b7bd;
    color: white;
    border: 0px;
    color: #ffffff;
}

    .search::-webkit-input-placeholder {
        color: #ffffff;
        font-size: 12px;
    }

.seo2 {
    width: 55px;
    height: 40px;
    line-height: 24px;
    border-radius: 0px 20px 20px 0px;
    padding-left: 13px;
    padding-top: 10px;
    background: #6EAEED;
    color: #ffffff;
}

.topnav {
    width: 80%;
    margin-left: 10%;
    margin-top: 35px;
}

.product {
    background-color: #6EAEED;
    padding: 20px 20px;
    padding-top: 0px;
}

.nav li {
    height: 50px;
    line-height: 50px;
    position: relative;
}

    .nav li ul {
        background-color: #ffffff;
        width: 260px;
        opacity: 0.96;
        display: none;
    }

    .nav li:hover ul {
        display: block;
    }

    .nav li ul li {
        width: 100%;
        text-align: left;
        display: flex;
        cursor: pointer;
        font-size: 1rem;
    }

        .nav li ul li div {
            width: 8px;
            height: 50px;
            margin-right: 10px;
        }

        .nav li ul li:hover {
            background-color: #f2f2f2;
        }

            .nav li ul li:hover div {
                width: 8px;
                height: 50px;
                background-color: #6EAEED;
            }

.column {
    position: absolute;
    background: white;
    width: 275px;
    color: black;
    text-align: left;
    left: 0px;
    text-indent: 20px;
}

    .column .act {
        background: #f2f2f2;
        border-left: 5px solid #6EAEED;
    }

.company {
    padding-top: 65px;
    text-align: center;
    color: #6EAEED;
}



.box {
    box-shadow: 0px 0px 3px 3px #f2f2f2;
    /*height: 170px;*/
    /*margin-left: 2%;*/
    margin-top: 25px;
    /*padding-left: 20px;*/
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.main {
    box-shadow: 0px 0px 10px 10px #f2f2f2;
    padding: 4px;
    height: 50px;
}

.content {
    color: #e1e1e1;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}

.border {
    width: 30px;
    height: 5px;
    background: #6EAEED;
    margin-top: 10px;
    margin: 0px auto;
}

.boxs {
    box-shadow: 0px 0px 0px 2px #f2f2f2;
    width: 100%;
    margin-top: 30px;
    height: 380px;
}

.seo {
    width: 90%;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    padding-left: 10px;
    background: #f2f2f2;
    color: #c9c9c9;
    border: 0px;
    text-align: center;
    font-size: 18px;
}

.tele {
    text-align: center;
    padding-top: 40px;
}

.send {
    width: 90%;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    border: 0px;
    background: #6EAEED;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 40px;
}

.foot {
    background: url(../images/footbg.jpg);
    width: 100%;
    height: 365px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 113px;
}

.footnav {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    margin-top: 30px;
    display: flex;
}

.footnav1 {
    width: 80%;
    margin-left: 10%;
    font-size: 15px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    color:#ffffff;
}

.footdt dl dt {
    width: 150px;
    margin-top: 10px;
}



.footer {
    width: 100%;
    text-align: center;
}

.imglist {
    width: 100%;
}

    .imglist li {
        width: 20%;
        margin: 20px 2%;
    }

.bdmap iframe {
    width: 100%;
    height: 520px;
}

.maincontent {
    font-size: 1.1rem;
}

.ccb {
    width: 32%;
    padding: 30px 30px;
}

    .ccb .tt {
        color: #6EAEED;
    }


    .ccb .msg {
        box-shadow: 0px 0px 10px 10px #f2f2f2;
        padding: 4px;
        height: 50px;
        flex-wrap: wrap;
    }


.ccbactive {
    width: 32%;
    background-image: url(../images/ibg1.jpg);
    background-size: 100% 100%;
    color: #ffffff;
    cursor: pointer;
}

    .ccbactive .tt {
        color: #ffffff;
    }

    .ccbactive .msg {
        background-color: #ffffff;
        box-shadow: 0px 0px 0px 0px #f2f2f2;
    }


.tzitem {
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px;
}

    .tzitem:hover {
        background-color: #f2f2f2;
    }

    .tzitem .sdate {
        width: 8%;
    }

    .tzitem .date1 {
        background-color: #3E9DE5;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        font-size: 1.5rem;
    }

    .tzitem .date2 {
    }

    .tzitem .title {
        width: 90%;
        margin-left: 2%;
        font-size: 1.2rem;
    }

.xsfirst {
}

    .xsfirst .img {
        width: 32%;
        margin-right: 3%;
        height: 168px;
    }

    .xsfirst .conn {
        width: 65%;
    }

        .xsfirst .conn .title {
            font-size:1.2rem;
        }

        .xsfirst .conn .zhaiyao {
            font-size: 1rem;
            color: #888888;
        }

@media (max-width: 1400px) {
    .ccnews .text-base {
        font-size: 0.8rem;
        line-height: 1rem;
       
    }
}

