@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-width: 1300px;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
    width: 1300px;
}

.header-box {
    width: 100%;
    background: url(../images/header-bj.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header-logo {
    padding-top: 43px;
    float: left;
}

.earth {
    width: 435px;
    height: 160px;
    float: right;
    background-size: 84%;
    position: relative;
}

.panda {
    position: absolute;
    z-index: 9;
}

.earth1 {
    top: 3px;
    left: 142px;
    position: absolute;
    width: 361px;
    height: 361px;
    border-radius: 50%;
}

.run {
    animation: xuanzhuan 40s linear infinite;
}

@keyframes xuanzhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.panda {
    top: 70px;
    left: 195px;
    position: absolute;
}

.tzh {
    top: 24px;
    left: 179px;
    position: absolute;
}

.nav-box {
    position: absolute;
    z-index: 999;
    width: 100%;
    min-width: 1300px;
    background-color: rgba(255, 255, 255, 0.48);
}

.nav {
    position: relative;
}

.serbox1 {
    position: relative;
    padding: 0 30px;z-index:99999;
}

.ser1 {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 5px;
    top: 14px;
    z-index: 999;
}

.ser1.on {
    opacity: 0;
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 11.1%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 64px;
    position: relative;
    color: #111;
}

.nav>ul>li.active>a {
    color: #111;
}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #127245;
    width: 0;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 150px;
    background: #fff;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9999;
    padding: 25px 15px 20px 15px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    left: 50% !important;
    margin-left: -75px;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    /* float: left;*/
    width: 100%;
    text-align: center;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    background: url(../images/notice-list-bj.png);
    color: #fff
}

.search-box {
    position: absolute;
    right: 0;
    top: 35px;
    transform: translateY(-50%);
    min-width: 40px;
    height: 50px;z-index:99999;
}


/* 搜索框 */

.ser2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 99999;
    display: none;
}

.closebtn {
    font-size: 50px;
    position: relative;
    font-weight: 600;
    top: 25%;
    left: 85%;
    color: #127245;
    z-index: 9999;
    cursor: pointer;
}

.serbox2 {
    border: solid 1px #127245;
    border-radius: 10px;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 400px;
    height: 50px;
    display: none;
    font-size: 0;
    z-index: 99;
}

.sousuo {
    font-size: 18px;
    width: 85%;
    height: 100%;
    padding: 10px 10px 7px 10px;
    border-radius: 10px;
}

.serbtn {
    width: 15%;
    height: 100%;
    background-color: #127245;
    cursor: pointer;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
}

.footer-box {
    width: 100%;
    background: url(../images/footer-bj.png) no-repeat;
    background-size: cover;
    padding-top: 51px;
}

.footer-l {
    float: left;
    margin-right: 15px;
}

.footer-l h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 26px;
}

.footer-l p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer-m {
    display: inline-block;
}

.footer-m ul {
    width: 385px;
    height: 80px;
}

.footer-m ul>li {
    float: left;
    width: 50%;
}

.footer-m h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 26px;
}

.footer-m ul>li>a {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.footer-m ul>li>a:hover {
    text-decoration: underline;
}

.gzh {
    float: right;
}

.qr {
    width: 183px;
    height: 101px;
    /*background-color: #ffffff;*/
    text-align: center;
    padding-top: 5px;
    float: left;
}

.gzh h2 {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.copyright {
    margin-top: 56px;
    text-align: center;
    width: 100%;
    background-color: #095b32;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
}


/* 内页banner */

.ny-banner {
    width: 100%;
}

.ny-banner img {
    width: 100%;
    display: block;
}@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-width: 1300px;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
    width: 1300px;
}

.header-box {
    width: 100%;
    background: url(../images/header-bj.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header-logo {
    padding-top: 43px;
    float: left;
}

.earth {
    width: 435px;
    height: 160px;
    float: right;
    background-size: 84%;
    position: relative;
}

.panda {
    position: absolute;
    z-index: 9;
}

.earth1 {
    top: 3px;
    left: 142px;
    position: absolute;
    width: 361px;
    height: 361px;
    border-radius: 50%;
}

.run {
    animation: xuanzhuan 40s linear infinite;
}

@keyframes xuanzhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.panda {
    top: 70px;
    left: 195px;
    position: absolute;
}

.tzh {
    top: 24px;
    left: 179px;
    position: absolute;
}

.nav-box {
    position: absolute;
    z-index: 999;
    width: 100%;
    min-width: 1300px;
    background-color: rgba(255, 255, 255, 0.48);
}

.nav {
    position: relative;
}

.serbox1 {
    position: relative;
    padding: 0 30px;
}

.ser1 {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 5px;
    top: 14px;
    z-index: 999;
}

.ser1.on {
    opacity: 0;
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 11.1%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 64px;
    position: relative;
    color: #111;
}

.nav>ul>li.active>a {
    color: #111;
}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #127245;
    width: 0;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 150px;
    background: #fff;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9999;
    padding: 25px 15px 20px 15px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    left: 50% !important;
    margin-left: -75px;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    /* float: left;*/
    width: 100%;
    text-align: center;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    background: url(../images/notice-list-bj.png);
    color: #fff
}

.search-box {
    position: absolute;
    right: 0;
    top: 35px;
    transform: translateY(-50%);
    min-width: 40px;
    height: 50px;z-index:99999;
}


/* 搜索框 */

.ser2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 99999;
    display: none;
}

.closebtn {
    font-size: 50px;
    position: relative;
    font-weight: 600;
    top: 25%;
    left: 85%;
    color: #127245;
    z-index: 9999;
    cursor: pointer;
}

.serbox2 {
    border: solid 1px #127245;
    border-radius: 10px;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 400px;
    height: 50px;
    display: none;
    font-size: 0;
    z-index: 99;
}

.sousuo {
    font-size: 18px;
    width: 85%;
    height: 100%;
    padding: 10px 10px 7px 10px;
    border-radius: 10px;
}

.serbtn {
    width: 15%;
    height: 100%;
    background-color: #127245;
    cursor: pointer;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
}

.footer-box {
    width: 100%;
    background: url(../images/footer-bj.png) no-repeat;
    background-size: cover;
    padding-top: 51px;
}

.footer-l {
    float: left;
    margin-right: 15px;
}

.footer-l h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 26px;
}

.footer-l p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer-m {
    display: inline-block;
}

.footer-m ul {
    width: 385px;
    height: 80px;
}

.footer-m ul>li {
    float: left;
    width: 50%;
}

.footer-m h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 26px;
}

.footer-m ul>li>a {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.footer-m ul>li>a:hover {
    text-decoration: underline;
}

.gzh {
    float: right;
}

.qr {
    width: 183px;
    height: 101px;
    /*background-color: #ffffff;*/
    text-align: center;
    padding-top: 5px;
    float: left;
}

.gzh h2 {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.copyright {
    margin-top: 56px;
    text-align: center;
    width: 100%;
    background-color: #095b32;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
}


/* 内页banner */

.ny-banner {
    width: 100%;
}

.ny-banner img {
    width: 100%;
    display: block;
}