@font-face {
    font-family: Bodoni BT;
    src: url(../fonts/Bodoni-BookBT.ttf);
}

/* å¤´éƒ¨ */
.header {
    height: 1.3rem;
    line-height: 1.3rem;
    background:#1f8669 url(../images/footer-bg.png) no-repeat center center /cover;
}

.header .layout {
    position: relative;
}

.header-left {
    float: left;
}

.header-left a {
    font-size: 16px;
    color: #fff;
}

.header-left .border {
    color: #a55959;
    width: 2px;
    padding: 0 10px;
}

.header .logo {
    width: 6rem;
    font-size: 0;
}

.header .logo img {
    width: 100%;
}

.header-right {
    position: absolute;
    top: 0;
    right: 0;
}

.header-right .search {
    float: left;
    padding-top: 0.5rem;
    position: relative;
}

.header-right .search form {
    width: 2.1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0;
    border-radius: 0.23rem;
    background-color: transparent;
    overflow: hidden;
    border: 2px solid #fff;
}

.header-right .search input,
.header-right .search button {
    border: none;
    height: 100%;
}


.header-right .search input {
    width: 70%;
    font-size: 0.18rem;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;

}

.header-right .search input::placeholder {
    color: #fff;
    font-size: 16px;
}

.header-right .search button {
    width: 0.5rem;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.header-right .search button img {
    width: 0.18rem;
}

.header-right .menu {
    display: none;
    float: left;
    width: 40px;
    margin-top: 20px;
    margin-right: -20px;
    cursor: pointer;
}

.contentct .header-right {
    position: relative;
    right: 0;
}

.contentct .header-left {
    float: none;
    text-align: center;
}

.contentct .header-right .search {
    float: none;
    margin: 0 auto;
}

.contentct .header-right .search form {
    margin: 0 auto;
}

/* å¯¼èˆª */
.nav {
    background-color: #fff;
}

.nav ul li {
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

.nav ul li>a {
    display: block;
    height: 0.67rem;
    line-height: 0.67rem;
    padding: 0 0.38rem;
    color: #333333;
    font-size: 0.22rem;
    text-align: center;
}

.nav ul li:hover>a {
    color: #1f8669;
}

.nav ul li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0.65rem;
    text-align: center;
    background-color: #1f8669;
    box-sizing: border-box;
    overflow-y: hidden;
}

.nav ul li .dropdown a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.54rem;
    padding: 0 0.05rem;
    border-bottom: 1px solid #1f8669;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav ul li .dropdown a:hover {
    background-color: #1f6b55;
}

/* ç§»åŠ¨ç«¯å¯¼èˆª */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}

.mnav .contentct {
    float: left;
    width: 40%;
    height: 100%;
    background: #11624b;
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.mnav .contentct .nav-item {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.mnav .contentct .nav-item:hover {
    background: #770806;
    -webkit-box-shadow: 3px 3px 10px #000;
    box-shadow: 3px 3px 10px #000;
}

.mnav .contentct .nav-item:hover .item-down {
    display: block;
}

.mnav .contentct .nav-item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mnav .contentbl {
    float: left;
    width: 60%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* å°¾éƒ¨ */
.footer {
    background: url(../images/footer-bg.png) no-repeat center center /cover;

}

.footer .footer-top {
    padding-top: 33px;
    padding-bottom: 25px;
}

.footer .footer-top .contect {
    float: left;
    width: 30%;
    border-right: 1px solid #1f8669;
    height: 110px;
}

.footer .footer-top .contect .contect-content li {
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    line-height: 32px;
}

.footer .footer-top .contect .contect-content li:nth-child(1) {
    background: url(../images/address.png) no-repeat left center;
}

.footer .footer-top .contect .contect-content li:nth-child(2) {
    background: url(../images/email.png) no-repeat left center;
}

.footer .footer-top .contect .contect-content li:nth-child(3) {
    background: url(../images/phone.png) no-repeat left center;
}

.footer .footer-top .copyright {
    float: left;
    width: 41%;
    border-right: 1px solid #1f8669;
    box-sizing: border-box;
    height: 110px;
}


.footer .footer-top .copyright .logo {
    float: left;
    margin-top: 15px;width: 100%; text-align:center;
}

.footer .footer-top .copyright .guanzhu {
    float: left;
    margin-left: 30px;
width: 70px;
height: 70px
}
.footer .footer-top .copyright .guanzhu img {
width: 70px;
height: 70px
}

.footer .footer-top .copyright .guanzhu p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer .footer-top .link {
    float: left;
    width: 28.5%;
    padding-left: 5%;
    box-sizing: border-box;
    height: 110px;
}

.footer .footer-top .link h3 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    vertical-align: top;
    margin-top: 40px;
}

.footer .footer-top .link .link-content {
    position: relative;
    display: inline-block;
    width: 267px;
    height: 44px;
    background-color: #fff;
    line-height: 44px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 29px;
    margin-left: 20px;

}

.footer .footer-top .link .link-content span {
    float: left;

}

.footer .footer-top .link .link-content img {
    float: right;
    margin-top: 18px;
}

.footer .footer-top .link .link-content .link-item {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 44px;
    display: none;
    max-height: 200px;
    overflow: auto;
}

.footer .footer-top .link .link-content .link-item a {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding-left: 20px;
}

.footer .footer-bottom {
    border-top: 1px solid #1f8669;
    padding: 15px 0;
}

.footer .footer-bottom p {
    text-align: center;
    line-height: 30px;
}

.footer .footer-bottom p a,
.footer .footer-bottom p span {
    font-size: 16px;
    color: #fff;

}

@media screen and (max-width:1620px) {
    .layout {
        padding: 0 30px;
    }

    .header-right {
        right: 30px;
    }

    .footer .footer-top .link .link-content {
        width: 65%;
    }

}
@media screen and (max-width:1600px) {
.nav ul li>a{
  padding:0 0.3rem;
}
}

@media screen and (max-width:1400px) {
    .header-right .search form {
        width: 185px;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
    }

    .footer .footer-top .contect {
        width: 26%;
    }

    .footer .footer-top .copyright {
        width: 43%;
        padding-left: 5%;
    }

    .footer .footer-top .link {
        width: 30%;
        padding-left: 4%;

    }

    .footer .footer-top .link .link-content {
        width: 67%;
    }

}

@media screen and (max-width:1300px) {
    .nav ul li>a {
        font-size: 0.26rem;
        padding: 0 0.21rem;
    }

    .footer .footer-top .contect {
        width: 25%;
    }

    .footer .footer-top .copyright {
        width: 43%;
        padding-left: 3%;
    }

    .footer .footer-top .link {
        width: 31%;
        padding-left: 2%;

    }

}

@media screen and (max-width:1080px) {
    .nav ul li>a {
        font-size: 0.28rem;
        padding: 0 0.17rem;
    }

    .footer .layout {
        padding-left: 28%;
    }

    .footer .footer-bottom .layout {
        padding-left: 30px;
    }

    .footer .footer-top .contect {
        width: 100%;
        border-right: 0;
    }

    .footer .footer-top .copyright {
        width: 100%;
        padding-left: 0;
        border-right: 0;
    }

    .footer .footer-top .link {
        width: 100%;
        padding-left: 0;


    }

    .footer .footer-top .link .link-content {
        width: 267px;

    }


}

@media screen and (max-width:1030px) {
    .nav ul li>a {
        font-size: 0.28rem;
        padding: 0 0.15rem;
    }
}

@media screen and (max-width:1026px) {
    .nav ul li>a {
        font-size: 0.26rem;
        padding: 0 0.15rem;
    }
}

@media screen and (max-width:1000px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10;
        height: 73px;
        line-height: 73px;
    }

    .header .logo {
        margin: 0;
    }

    .banner {
        margin-top: 72px;
    }

    .nav,
    .header .header-left,
    .header .header-right .search {
        display: none;
    }

    .header .header-right .menu {
        display: block;
    }
}

@media screen and (max-width:850px) {
    .layout {
        padding: 0 10px;
    }

    .footer .layout {
        padding-left: 18%;
    }

    .footer .footer-bottom p a,
    .footer .footer-bottom p span {
        font-size: 14px;
        color: #fff;
    }

    .footer .footer-top .contect .contect-content li {
        font-size: 14px;
    }

    .footer .footer-top .link h3 {
        font-size: 16px;
    }
.footer .footer-top .copyright .logo img{ max-width:100%;}
}

@media screen and (max-width:600px) {
    .mnav .contentct {
        width: 60%;
    }

    .mnav .contentbl {
        width: 40%;
    }
.footer .footer-top .contect{float: none; height:auto;}
.footer .footer-top .copyright{float: none;}

}


@media screen and (max-width:500px) {
    .footer .layout {
        padding-left: 5%;
    }

    .footer .footer-bottom .layout {
        padding-left: 10px;
    }

}

@media screen and (max-width:430px) {
    /* .footer .layout {
        padding-left: 2%;
    } */

    .footer .footer-top .copyright {
        height: auto;
    }

    .footer .footer-top .copyright .logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .footer-top .copyright .guanzhu {
        margin-left: 0;
    }

    .footer .footer-top .link .link-content {
        width: 65%;
    }
}


.notices .title-box .title h3{
    display: none;
}