@charset "utf-8";
html{min-width:1200px;}
* {
    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-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}
body{background: url(/images/bjtp.png) no-repeat top;}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
  /*  font-style: normal; */
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.m-index {
    display: none;
}


.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.w14 {
    max-width: 17rem;
    margin: 0 auto;
    width: 100%;
}

.w16 {
    max-width: 16rem;
    margin: 0 auto;
    width: 100%;
}


/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}


/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#006AB5, #006AB5);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #2262E2;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}




/* 头部导航 */
.nav {
    position: relative;
    font-size: 0;
    background: #0e743e;
    max-width: 100%;
    margin: 0 auto;
    /* background: url(/images/nav.jpg) repeat-x; */
    background-size: cover;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 17rem;
    margin: 0 auto;
}

.nav>ul>li {
    position: relative;
    width: 9.09%;
}

.nav>ul>li>a {
    display: block;
    font-size: .2rem;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: .52rem;
}

.nav>ul>li.has-ej:hover:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    background-color: rgba(14,116,62,.9);
    z-index: 99;
    overflow: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    padding: .1rem 0;
    visibility: hidden;
    opacity: 0;
}

.nav>ul>li:hover>div {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .17rem;
    color: #fff;
    line-height: .4rem;
    white-space: nowrap;
    padding: 0 .1rem;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {
    background: #0c6938;
}

.nav>ul>li:hover>a {
    background: #0c6938;
}

/* head */
.head {
    border-top: .04rem solid #0e743e;
}

.logo{float:left;width: 31.1%;}
.logo img {
    max-width:100%;
}

.h-top {
    padding: .16rem 0;
}

.h-top .w14 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.head-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h-lk {
    margin: 0 .2rem;
}
.h-lk a {
    flex-wrap: wrap;
    align-items: center;
    color: #000000;
    font-size: .16rem;
    float: left;
}

.h-lk span{font-size:.1rem;color: #07723b;padding: 0 .1rem;float: left;line-height: 22px;}

.h-lk a:hover {
    color: #A5012E;
}

.h-lk a img {
    width: .16rem;
    margin-right: .07rem;
}

.banner {
    max-width: 100%;
    margin: 0 auto;
}

.ser {
    position: relative;
}

.ser input.srk {
    border-radius: .31rem;
    border: 1px solid #0b8346;
    width: 3.8rem;
    height: .4rem;
    padding-left: .3rem;
    padding-right: .5rem;
    font-size: .16rem;
    color: #000000;
}

.ser input::placeholder {
    color: #000000;
    font-size: .16rem;
}

.ser-img {
    width: .26rem;
    height: .3rem;
    background: url(/images/ss.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: .15rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.link{background: #f1f6f4;padding: 30px 0 40px;overflow:hidden;}
.link .yqlj{float:left;position: relative;width: 90%;}
.link .yqlj .link-tit{width: .8rem;height: .61rem;background:#fff;text-align:center;line-height: .61rem;border:2px solid #087e41;position: relative;color: #087e41;z-index: 2;font-weight: 700;font-size: .17rem;float: left;margin-right: 30px;}
.link .yqlj ul{margin-left:20px;}
.link .yqlj::after{
    width: .8rem;
    height: .61rem;
    left: .03rem;
    top: .04rem;
    background: #087e41;
    content: "";
    z-index: 1;
    position: absolute;
    } 
.link .yqlj li {/* float:left; */line-height:36px;}
.link .yqlj li a{float:left;font-size: .18rem;}
.link .yqlj li:hover a{color:#087e41;}
.link .yqlj li span{float:left;padding: 0 .15rem;font-size:12px;color: #555;}


.link .ewm{float:right;}

/* foot */
.foot {
    background: url(/images/footer.png) no-repeat -3px #087d3e;
    overflow: hidden;
    border-top: 1px solid #087d3e;
}

.f-top {
    padding: .3rem 0;
}

.f-top .w14 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-lg img {
    max-width: 85%;
    display: block;
    margin: 0 auto;
    width: 4.62rem;
}

.f-lx p {
    font-size: .16rem;
    line-height: .32rem;
    font-weight: normal;
    color: #FFFFFF;
}

.f-bq {
    text-align: center;
    float: left;
    width: calc(100% - 120px);
    line-height: 0.36rem;
    padding: .16rem;
}
.f-bq p{color:#fefffe;font-size:.18rem}
.dzjg{float:right;padding-top: 20px;}
.dzjg li{float:left;margin-right:20px;}

@media screen and (max-width:1420px) {

.head-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:60%;
    float:right;
}

.head-r .xx{width: 40%;}

.head-r .xx img{width:100%;}
.w14 {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .ser{width: 38%;}
    .ser input.srk{
    width: 100%;
}
}

/*
@media screen and (max-width:1420px) {
    .w14 {
        padding-left: .15rem;
        padding-right: .15rem;
    }
}

@media screen and (max-width: 1300px) {

    body {
        padding-top: .6rem;
        background: #fff;
    }

    .pc {
        display: none;
    }

    .m-index {
        display: block;
    }

    #m_nav * {
        transition: all 0s ease 0s;
    }

    .m_header_box {
        transition: all 0.6s ease 0s;
        position: relative;
        z-index: 100000;
    }

    .m_header_box header {
        padding: 0px 0px 0px 15px;
        height: 0.7rem;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header_box header #logo img {
        height: auto;
        max-height: 0.5rem;
    }

    .m_header_box header #logo {
        padding: 0px;
        width: calc(100% - 80px);
    }

    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: relative;
        width: 0.7rem;
        height: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    #nav_btn_box::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: rgb(255, 255, 255);
    }

    #nav_btn_box::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: -.15rem;
        border-right: .15rem solid rgb(255, 255, 255);
        border-top: 0.7rem solid transparent;
        display: none;
    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        transition: all 0.5s ease 0s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 0.4rem;
        height: 22px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 0.28rem;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 12px;
        left: 0px;
        display: inline-block;
        width: 18px;
        height: 2px;
        transition: all 0.3s ease-out 0s;
        background: #087e41;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0px;
        display: inline-block;
        width: 24px;
        height: 2px;
        content: "";
        transition: all 0.3s ease-out 0s;
        background: #087e41;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, 0.1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none;
    }

    #m_nav {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 0px;
        padding: 70px 20px 30px;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out 0s;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: 0% 0% / cover rgb(247, 247, 247);
        opacity: 0;
        visibility: hidden;
    }

    #m_nav .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: rgb(51, 51, 51);
        z-index: 10000;
        width: auto;
        height: 35px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px;
    }

    #m_nav.act {
        pointer-events: auto;
        right: 0px;
        opacity: 1;
        visibility: visible;
    }

    #m_nav .search_box input.submit {
      
    }

    #m_nav .list_box0 {
        width: 90%;
        margin: 0.32rem auto 0px;
        flex-wrap: wrap;
    }

    #m_nav .list_box0 .li {
        text-align: center;
        color: #B32A20;
        margin: 0px 0rem 0.15rem;
        font-size: 14px;
    }

    #m_nav .list_box0 .li a {
        background: none;
        padding: 0 0.2rem 0 0;
    }

    #m_nav .old_rukou {
        margin: 0.24rem 0px 0px;
        width: 100%;
    }

    .list_box_nav_mobile {
        width: 100%;
       
        padding: 0px 0px 10px;
        overflow: auto;
        margin: 0px;
       
    }

    .list_box_nav_mobile>li {
        width: 90%;
        overflow: hidden;
        padding: 0px;
        position: relative;
        margin: 0px auto;
    }

    .list_box_nav_mobile>li .con {
        position: relative;
    }

    .list_box_nav_mobile>li .a {
        width: 100%;
        border-bottom: 1px solid rgb(226, 226, 226);
        line-height: 0.64rem;
        color: rgb(51, 51, 51);
        padding: 0px;
        font-size: 16px;
        display: flex;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .list_box_nav_mobile>li i {
        opacity: 1;
        width: 0.64rem;
        height: 0.64rem;
        background-image: url("/images/arrow_down.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial;
        position: absolute;
        display: block;
        right: 0px;
        top: 2px;
        background-size: 15px 15px !important;
    }

    .list_box_nav_mobile>li.on1 i {
        transform: rotate(-90deg);
    }

    .list_box_nav_mobile>li.on .a {
        border-bottom: 1px solid rgb(226, 226, 226);
    }

    .list_box_nav_mobile>li .list {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
    }

    .list_box_nav_mobile>li .list a {
        display: block;
        font-size: 13px;
        color: rgb(102, 102, 102);
        line-height: 2.5;
    }

    .nav_mask {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 888;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }

  
    .wap_search {
        font-size: 0.16rem;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        width: 100%;
        height: 0.6rem;
        display: block;
        margin-bottom: .1rem;
    }

    .wap_search form {
        height: 100%;
        border-radius: 0.2rem;
        background: rgb(255, 255, 255);
        position: relative;
        width: 90%;
        margin: 0rem auto;
    }

    .wap_search .input {
        font-size: 0.2rem;
        color: #333;
        height: 0.6rem;
        line-height: 0.5rem;
        padding: 0px 0.24rem;
        box-shadow: none;
        appearance: none;
        float: left;
        border-right: 0px;
        background: none;
        width: calc(100% - 40px);
    }

    .wap_search .btn_blue {
        position: absolute;
        cursor: pointer;
        top: 0px;
        right: 0px;
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: 0px;
        background: url(/images/ss.png) center center no-repeat #dfefe7;
        border-radius: 50%;
    }

    .wap_search .btn_blue.fr {
        background: rgb(233, 237, 239);
        color: rgb(78, 79, 83);
    }

    .wap_search input::-webkit-input-placeholder {
        color: rgb(153, 153, 153);
    }

    .wap_search input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .f-top .w14>div {
        width: 100%;
        text-align: center;
    }
    .f-lg {
        margin-bottom: .2rem;
    }
    .link .yqlj{width:100%;margin-bottom:.2rem;}
    .link .yqlj .link-tit{margin-right:15px}
    .link .yqlj ul{width:100%; overflow: hidden;margin: 0;/* padding-top: .2rem; */}
    .link .yqlj ul li span{
    padding: 0 .1rem;
}
    .link .ewm{
        float: none;
        width: 100%;
    }
    .link .ewm img{display:block;text-align:center;margin:10px auto;}
}

@media screen and (max-width:600px) {
    .f-bq {
        text-align: center;
        float: left;
        width: 100%;
        line-height: 0.36rem;
        padding: .08rem .05rem;
    }
    .dzjg{float:none;width:120px;margin:10px auto;overflow: hidden;}
    
}


@media screen and (max-width:480px) {
    .m_header_box header #logo img {
        height: 0.4rem;
    }
}

*/