@charset "utf-8";
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 999;
    background: #006633 url(../img/headerBg.png) no-repeat center right;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-r{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.flex-l{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.flex-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
/* 导航logo--1 */
header>.flex{
    width: 100%;
    max-width: 16.4rem;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0.2rem 0;
}
.logo a,.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.76rem;
}
.linkTop{
    position: relative;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.linkTop a{
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #fff;
    z-index: 99;
    display: block;
    margin-right: 0.28rem;
    padding-left: 0.3rem;
    background: url(../img/linkTopIcon.png) no-repeat left center;
    background-size: 0.22rem auto;
}
.linkTop a:hover{
    color:#cc9900;
}
.linkTop li:last-of-type a::before{
    display:none;
}
.serSub{
    width: 2.34rem;
    height: 0.36rem;
    position: relative;
    border-radius: 0.18rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
}
.serSub .text{
    display: block;
    float: left;
    width: calc(100% - 0.3rem);
    height: 0.34rem;
    border: none;
    font-size: 0.15rem;
    line-height: 0.34rem;
    color: #fff;
    padding: 0 0.1rem;
    box-sizing: border-box;
    background: transparent;
}
.serSub .submit{
    display: block;
    float: left;
    width: 0.3rem;
    height: 0.36rem;
    background: transparent url(../img/search.png) no-repeat left center;
    background-size: 0.19rem auto;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}
/* 导航 */
.nav {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav ul>li{
    position: relative;
    margin-left: 0.4rem;
    padding: 0.1rem 0;
}
.nav ul>li:first-of-type{
    margin-left:0;
}
.nav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
}
.nav ul>li.hover>a::before{
    display: block;
    content: "";
    width: 50%;
    height: 0.03rem;
    background: #FFBC00;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
}
.nav ul>li:hover>a{
    color: #FFBC00;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 150%;
    height: auto;
    z-index: 99;
    left: -25%;
    top: 100%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    box-sizing: border-box;
    padding: 0.05rem 0;
}
.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.2rem;
    overflow: hidden;
}
.nav ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transform: translate(0px, 0.15rem) rotate(45deg);
    -moz-transform: translate(0px, 0.15rem) rotate(45deg);
    -ms-transform: translate(0px, 0.15rem) rotate(45deg);
    -o-transform: translate(0px, 0.15rem) rotate(45deg);
    transform: translate(0px, 0.15rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    line-height: 0.34rem;
    padding: 0.05rem;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    color: #006633;
    font-weight: bold;
}
.nav .search{
    width: 0.48rem;
    height: 0.48rem;
    margin-left: 0.3rem;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.nav .search::after{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/search.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.nav .search::before{
    display: block;
    content: "";
    width: 0.26rem;
    height: 0.26rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 8;
}
.header_m{
    display: none;
}
/* 底部 */
footer{
    border-top: 0.05rem solid #cc9900;
    background: #006633 url(../img/footBg.png) no-repeat center;
    background-size: auto 100%;
    padding: 0.5rem 0;
}
footer>.flex{
    width: 100%;
    max-width: 16.2rem;
    margin: 0 auto;
}
.lxfs{
    display: flex;
    align-items: center;
}
.lxfs p:nth-of-type(2){
    margin-left: 1rem;
}
.lxfs span{
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    line-height: 0.48rem;
    color: #ffffff;
}
.lxfs span img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.32rem;
    margin-right: 0.15rem;
}
footer .img{
    width: auto;
}
footer .img img{
    display: block;
    width: 3.1rem;
    height: auto;
}
/* 媒体查询 */
@media only screen and (min-width: 1921px){
    .logo a, .logo a img{
        min-height: 0.56rem;
    }
    .code p img{
        width: 1rem;
    }
}
@media only screen and (max-width: 1700px){
    header>.flex{
        width: 100%;
        max-width: 100%;
        padding: 0.2rem 0.3rem;
        box-sizing: border-box;
    }
    .nav{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .nav ul{
        justify-content: space-between;
    }
    footer{
        padding: 0.5rem 0.3rem;
        box-sizing: border-box;
    }
    .nav ul>li{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1460px){
    .w1400{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
}
@media only screen and (max-width: 1040px){
    header{
        display: none;
    }
    body{
        padding-top: 0;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a,.m_Top .logo a img{
        display: block;
        width: auto;
        height: 56px;
        max-height: none;
    }
    .menu1 {
        width: 35px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }
    .menu1 span {
        float: left;
        width: 100%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 12px;
        height: 2px;
    }
    .menu1 span:nth-of-type(2){
        width: 80%;
    }
    .menu1 span:first-of-type {
        margin-top: 0;
    }
    .menu1.open span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }
    .menu1.open span:nth-of-type(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
        width:100%;
    }
    .menu1.open span:nth-of-type(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #006633;
        background-size: cover;
        box-shadow: 0 0 10px 2px rgba(0,102,51,0.1);
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 86px);
        position: fixed;
        top: 86px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }
    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }
    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #006633;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }
    .m_nav ul li ol>li a {
        color: #333333;
        display: block;
    }
    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #006633;
    }
    footer .img{
        display: none;
    }
    footer>.flex{
        justify-content: center;
    }
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px 20px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 46px;
    }
    .m_nav {
        height: calc(100% - 76px);
        top: 76px;
    }
    .menu1{
        width:30px;
    }
    .menu1 span{
        margin-top: 10px;
    }
    .w1400{
        padding: 0 20px;
    }
    footer{
        padding: 20px;
    }
    .lxfs p:nth-of-type(2){
        margin-left: 0;
    }
    .lxfs{
        flex-wrap: wrap;
    }
    .lxfs p{
        width: 100%;
    }
    .lxfs span{
        justify-content: center;
    }
}
@media only screen and (max-width: 560px){
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    .m_Top{
        padding: 12px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 30px;
    }
    .m_nav{
        height: calc(100% - 54px);
        top: 54px;
    }
    .m_nav ul>li>a {
        font-size: 16px;
        text-indent: 12px;
        line-height: 44px;
    }
    .m_nav ul li i {
        width: 15%;
        height: 44px;
    }
    .m_nav ul li ol>li{
        text-indent: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .menu1{
        width: 27px;
    }
    .menu1 span{
        margin-top: 9px;
    }
    .w1400{
        padding: 0 12px;
    }
    footer{
        padding: 12px;
    }
    .lxfs span{
        font-size: 14px;
        line-height: 32px;
    }
    .lxfs span img{
        width: 18px;
        margin-right: 5px;
    }
}