/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #666;
}

a {
    color: #666;
}

p {
    line-height: 2em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}




.head {
    width: 100%;
    background-color: #Fff; /*margin-bottom: 20px;*/
}

.top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.head .wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    max-width: 50%;
}

.toperm {
    width: 120px;
}

    .toperm img {
        width: 100%;
        display: block;
    }

.logo img {
    width: 100%;
    display: block;
}

.menu {
    width: 100%;
    background-color: #2B2B2B;
}

    .menu ul li {
        line-height: 60px;
        padding: 0;
        background-color: #2B2B2B;
        position: relative;
        width: calc(100% / 6);
        text-align: center;
    }

        .menu ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

    .menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

.link a {
    display: block;
    width: 120px;
    line-height: 45px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
}

.menu ul li:hover {
    background-color: #076CE0;
}

.menu ul li.on {
    background-color: #076CE0;
}

.menu ul li dl {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    left: 0;
    z-index: 99;
    background-color: #2B2B2B;
}

    .menu ul li dl dd {
        text-align: center;
        line-height: 35px;
        text-align: center;
    }

.menu ul li:hover dl {
    display: block;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.con1 {
    width: 100%;
    padding: 20px 0;
}

.bt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.bth1 {
    font-size: 18px;
    display: flex;
    align-items: center;
}

    .bth1 span {
        color: #000;
        margin-right: 10px;
        display: block;
    }

    .bth1 strong {
        font-size: 16px;
        color: #999;
        display: block;
        font-weight: 400;
    }

.bt a {
    font-size: 18px;
}

.con1 ul li {
    width: calc((100% - 120px)/3);
    margin: 20px;
    float: left;
    position: relative;
}

    .con1 ul li img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 210px;
    }

.c1nr {
    background-color: #616161;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .c1nr p {
        width: 95%;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        color: #Fff;
    }

.con1 ul li:hover .c1nr {
    opacity: 1;
    transition: all 0.5s;
}

.pic {
    width: 100%;
    position: relative;
}

    .pic img {
        width: 100%;
        display: block;
    }

.foot {
    width: 100%;
    background-color: #E8E8E8;
    padding: 20px 0;
}

    .foot h1 {
        font-size: 30px;
        color: #1F87E8;
        text-align: left;
        margin-bottom: 10px;
    }

.footmd {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

    .footmd P {
        font-size: 24PX;
        color: #36A85A;
    }

.footbtm {
    width: 100%;
    text-align: right;
    font-size: 14PX;
}

.nybanner {
    width: 100%;
    position: relative;
}

    .nybanner img {
        width: 100%;
        display: block;
    }

.about {
    width: 100%;
    padding: 20px 0;
}

.aboutbt {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .aboutbt h1 {
        font-size: 16px;
        line-height: 45px;
        display: flex;
        align-items: center;
    }

        .aboutbt h1 img {
            margin-right: 5px;
        }

.topLoop {
    width: 100%;
}

    .topLoop p {
        font-size: 16px;
    }

.infoList {
}

.news {
    width: 100%;
    padding: 20px 0;
}

.newslf {
    width: 20%;
    float: left;
}

.newsrt {
    width: 78%;
    float: right;
}

.newslf h1 {
    font-size: 14px;
    line-height: 45px;
    background-color: #1B67B8;
    color: #fff;
    padding: 0 5px;
}

.newslf ul li {
    line-height: 40px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #ddd;
}

    .newslf ul li a {
        font-size: 12px;
    }

.newsrt ul li {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

    .newsrt ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .newsrt ul li img {
        width: 30%;
        margin-right: 10px;
    }

    .newsrt ul li .newsnr {
        width: 68%;
    }

.newsnr h1 {
    font-size: 14px;
    margin-bottom: 5px;
}

.newsnr p {
    font-size: 12px;
    padding: 0;
    margin-bottom: 5px;
}

.tips span {
    font-size: 12px;
    margin-right: 5px;
}

.abotunr {
    width: 100%;
}

.case {
    width: 100%;
    padding: 20px 0;
}

    .case ul li {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
        padding: 10px 0;
    }

.time {
    font-size: 14px;
    color: #666;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 15px 0;
    background-color: #BABABA;
    border: 3px solid #F4F4F4;
}

.case ul li .nr {
    font-size: 14px;
    width: calc(100% - 140px);
}

    .case ul li .nr p {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

.case ul li:before {
    width: 1px;
    height: 100%;
    background-color: #BABABA;
    position: absolute;
    left: 107px;
    top: 0;
    content: "";
}

.contact {
    width: 100%;
    padding: 20px 0;
}

.contactlf {
    width: 40%;
}

.contactrt {
    width: 55%;
}

.contactlf h1 {
    font-size: 30px;
    color: #009900;
    margin-bottom: 0;
}

.contactlf p {
    font-size: 14px;
    color: #00CCCC;
}

.contactlf ul li {
    font-size: 14px;
    line-height: 30px;
}

.contact .wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con {
    width: 100%;
    padding: 20px 0;
}
