@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html,
body {
    color: #333;
    font-size: 16px;
    font-family: 'Î¢ÈíÑÅºÚ';
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

body {
    padding-top: 130px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

b {word-break: break-all;}


img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #007457;
}

.search-btn input {
    display: block;
    margin: 12px auto;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 9px;
}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;
    background:  no-repeat;
    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    float: right;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li a {
    display: block;
    line-height: 20px;
    padding: 0 15px;
    color: #fff;
    position: relative;
    font-size: 0;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.b-top-r>ul>li a span {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #fff;
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.search-switch {
    cursor: pointer;
}

.b-top-r>ul>li a:hover span {
    text-decoration: underline;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(/images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .6s;
    padding: 22px 0 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: #49a506;
}

.head.show {
    top: -140px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    top: 0;
}


.head_wit {
    background: rgba(255, 255, 255, .8);
    background-size: cover;
    background-position: center center;
    top: -100%;
    transition: all 1s;
    padding-top: 17px;
    padding-bottom: 17px;
}

.head_rgb::before {}


.head-top {
    position: relative;
}

.logo {
    float: left;
    line-height: 89px;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    display: inline-block;
}

.nav {
    float: right;
    position: relative;
    padding-top: 10px;
    font-family: pingFang;
}

.nav>ul {
    margin-top: 20px;
}

.nav>ul>li {
    float: left;
    padding: 0 0 0 20px;
    margin-left: 15px;
    position: relative;
}

.nav>ul>li::before {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: rgba(255, 255, 255, .3);
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.nav>ul>li:first-child::before {
    content: none;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    position: relative;
}

.nav>ul>li.active>a {}

.nav>ul>li.active>a::after {
    content: "";
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* background: #780a16; */
    /* height: 2px; */
    /* right: 0; */
}

.nav>ul>li:hover>a {}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fefeff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 9999;
    padding: 25px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 50%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #0970da;
    padding-left: 10px;
    position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #0970da;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* nav */


.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}


.footer {
    background: url(/images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 0 0;
}

.foot-c {
    display: table;
    width: 100%;
}

.foot-l {
    display: table-cell;
    vertical-align: middle;
    width: 32.4%;
}

.foot-l h3 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}


.foot-l p a {
    display: block;
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
}

.foot-m {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3);
    width: 31%;
}

.foot-m ul {
    font-size: 0;
}

.foot-m li {
    display: inline-block;
}

.foot-m li:nth-child(1) {
    margin-right: 50px;
}

.foot-m li div img {
    display: block;
    margin: 0 auto;
    max-width: 110px;
}

.foot-m li p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
}

.foot-r {
    display: table-cell;
    vertical-align: middle;
    width: 36.6%;
}

.foot-r {
    text-align: right;
    font-size: 0;
}

.foot-r div {
    display: inline-block;
    text-align: left;
}

.foot-r div p {
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    padding-left: 45px;
    background-position: left 9px;
    background-repeat: no-repeat;
}

.foot-r div .lk1{background-image: url(/images/foot-icon1.png); }
.foot-r div .lk2{background-image: url(/images/foot-icon2.png); }
.foot-r div .lk3{background-image: url(/images/foot-icon3.png); }
.foot-r div .lk4{background-image: url(/images/foot-icon4.png); }


.bq {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  
}

.bq p {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}
.bq p a {  color: #ffffff;}



@media screen and (max-width: 1720px) {
    .head.on {
        padding: 10px;
    }

    .head {}

    .nav>ul>li {}
}

@media screen and (max-width: 1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo a img {
        /* height: 60px; */
    }

    .nav>ul>li {}

    .nav>ul>li>a {}



}

@media screen and (max-width:1420px) {
    .nav>ul>li {
        padding-left: 15px;
        margin-left: 5px;
    }

    .nav>ul>li>a {
        font-size: 16px;
    }


    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }



    .logo a img {}



}

@media screen and (max-width: 1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .head.on .logo a img {
        height: 55px;
    }

    .head .logo a img {
         height: 85px; 
    }

    .logo a {}


}

@media screen and (max-width:1220px) {
    .nav>ul>li>a {}

    .nav>ul>li {
        border: none;
        padding-left: 10px;
    }


    .logo a {
        /* line-height: 60px; */
    }

    .nav>ul>li>a {}

    .head.on .nav>ul {
        margin-top: 10px;
    }

    .nav>ul {
        margin-top: 10px;
    }

    .head.on .logo a img {
        height: 48px;
    }

    .head .logo a img {
        height: 60px;
    }

    .foot-m{
        width: 27%;
    }
    .foot-m li:nth-child(1) {
        margin-right: 20px;
    }
    .foot-r{
        width: 40.6%;
    }


}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }


    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }


    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background: #49a506;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 55px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: #49a506;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .foot-c{
        display: block;
    }
    .foot-l,.foot-m,.foot-r{
        display: block;
        width: auto;
        text-align: center;
        border: none;
    }
    .foot-r div{
        text-align: left;
    }
    .foot-r div p{
        float: left;
        clear: both;
    }
    .foot-l p a,.foot-m li p{
        font-size: 14px;
        line-height: 36px;
        
    }
    .foot-r div p{
        font-size: 14px;
        line-height: 36px;
        background-position: left 3px;
    }
    .bq p{
        font-size: 14px;
        line-height: 30px;
    }
    .bq{
        padding: 10px;
        margin-top: 20px;
    }
    .footer{
        padding-top: 25px;
    }
}

@media screen and (max-width:768px) {


}


@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}