@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   
}

image,
input,
button {
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none; font-family: "微软雅黑";
}

ul {
    list-style: none;
}

.px1300 {
    max-width: 1300px;
    margin: auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.fl,
.float_list>* {
    float: left;
}

.fr {
    float: right;
}

.float_list::after,
.px1300::after,
.clear::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}

.wap {
    display: none;
}

.head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #038b62;
    z-index: 999;
    /* padding-top: 27px; */
    transition: all .5s;
    height: 136px;
}

.h-center {
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    width: 82%;
    margin-top: 30px;
    /* width: 18%; */
}

.logo a {
    display: block;
    overflow: hidden;
    width: 26%;
}

.logo img {
    display: block;
    width: 100%;
}

.h-right {
    font-size: 0;
    text-align: right;
}

.ul-list01,
.ul-list02 {
    display: inline-block;
    vertical-align: middle;
    margin-top: 58px !important;
}

.search input[type="text"] {
    border: solid 1px transparent;
    border-radius: 50px;
    height: 28px;
    line-height: 28px;
    transition: 0.3s;
    text-indent: 10px;
    color: #fff;
    width: 22px;
    padding-right: 0;
    visibility: hidden;
    position: absolute;
    margin-top: -5px;
    right: 20.7%;
}

.search input[type='text'].an {
    padding-top: -2px;
    width: 160px;
    padding-right: 30px;
    border-color: #fff;
    visibility: visible;
}

.search input[type="image"] {
    margin-top: 0px;
    margin-left: -27px;
    display: inline;
    padding-left: 0px;
    float: right;
    margin-right: 8px;
}
 .lm{   display: block;
    font-size: 24px;
    padding-right: 45px;
    padding-left: 15px;
    color: #fff;
    line-height: 75px;
     background: #078c5e;margin-bottom: 10px;font-family: "微软雅黑";}
.ul-list02>li>a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 0 14px;
    background: url(../images/ul-list02.png) no-repeat left center;
}

.ul-list02>li:first-child>a {
    background: none;
}

.ul-list02>li:last-child>a {
    padding-right: 0;
}

.head .nav {
    margin-top: 61px;
}

.nav>ul>li {
    position: relative;
    margin-left:68px;
    border-bottom: 2px solid transparent;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.nav>ul>li>ul {z-index: 99;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 140px;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    display: none;
}

.nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    transition: all .3s;
}

.nav>ul>li>ul>li:hover>a {
    background: #068358;
}

.nav>ul>li.on,
.nav>ul>li.active {
    border-bottom-color: #fff;
}

.foot {
    padding-top: 44px;
    padding-bottom: 9px;
    background: url(../images/foot.jpg) no-repeat center center;
    background-size: cover;
  
}

.f-logo {
    display: block;
    width: 499px;
    float: left;
    /* height: 90px; */
    /* margin-bottom: 30px; */
}

.f-logo img {
    display: block;
    width: 100%;
}

.add {
    margin-top: 78px;
    float: left;
    position: absolute;
}

.add p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;font-family: "微软雅黑";
}

#hd-m {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    height: 60px;
    line-height: 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    background: #fff;
    display: none;
    border-bottom: solid 1px #eee;
}

.index #hd-m {
    background: #000;
}

.index #hd-m.bg {
    background: rgba(0, 0, 0, .6);
}

#hd-m .inner {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99999;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hd-m .inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#hd-m .so-Box {
    float: right;
    position: relative;
    height: 60px;
    width: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
}

#hd-m .so-Box.open {
    width: 100%;
}

#hd-m .so-Box .close {
    display: block;
    width: 45px;
    height: 60px;
    background: url(../images/icon-close2.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#hd-m .so-Box.open .close {
    display: block;
}

#hd-m .so-Box.open {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 0 45px;
    background: #fff;
}

#hd-m .so-Box input[type="text"] {
    display: block;
    width: 100%;
    height: 30px;
    margin: 15px 0px;
    border: none;
    background: none;
    border-left: 1px #f3f2f2 solid;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
}

#hd-m .so-Box.open input[type="text"] {
    display: block;
}

#hd-m .so-Box input[type="submit"],
#hd-m .so-Box .btn {
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    background: url(../images/icon-so1-1.png) no-repeat center center;
}

#hd-m .so-Box input[type="submit"] {
    display: none;
    background-image: url(../images/icon-so2.png);
}

#hd-m .so-Box.open input[type="submit"] {
    display: block;
}

#hd-m .so-Box.open .btn {
    display: none;
}

#hd-m .nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 46%;
    background: #fff;
}

.menuBtn {
    position: absolute;
    z-index: 9;
    display: none;
    right: 10px;
    width: 30px;
    padding: 12px 0 7px 0;
    cursor: pointer;
    top: 6px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #068358;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.index .menuBtn b {
    background-color: #fff;
}

.menuBtn.open {
    top: 21px;
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 105%;
    width: 30px;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#hd-m .nav {
    width: 60%;
    float: right;
    line-height: 100px;
    height: 100px;
    margin-right: -22px;
}

#hd-m .nav li {
    float: left;
    font-size: 18px;
    position: relative;
    z-index: 999;
}

#hd-m .nav .v1 {
    display: block;
    color: #4d4f51;
    text-align: center;
    padding: 0 20px;
}

#hd-m .nav .v1:hover,
#hd-m .nav li.on .v1 {
    color: #068358;
}

#hd-m .nav .subBox {
    position: absolute;
    left: 0;
    top: 100%;
    width: 145px;
    font-size: 14px;
    display: none;
}

#hd-m .nav .subBox dl {
    padding: 12px 0 14px;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

#hd-m .nav .subBox dd {
    overflow: hidden;
    position: relative;
}

#hd-m .nav .subBox dd:hover {
    overflow: visible;
}

#hd-m .nav .subBox .v2 {
    display: block;
    line-height: 20px;
    padding: 8px 22px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#hd-m .nav .subBox .v2 i {
    display: block;
    position: absolute;
    width: 5px;
    height: 9px;
    top: 50%;
    margin-top: -4px;
    right: -120%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

#hd-m .nav .subBox a:hover {
    color: #068358;
}

#hd-m .nav .subBox a:hover i {
    right: 10px;
}

#hd-m .nav .subBox2 {
    position: absolute;
    left: 100%;
    top: 30px;
    width: 100%;
    min-height: 200px;
    padding: 12px 0 14px;
    display: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

#hd-m .nav li.last .subBox2 {
    left: auto;
    right: 100%;
}

#hd-m .nav .subBox dd:hover .subBox2 {
    top: 0;
    display: block;
}

#hd-m .nav .subBox2 a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 5px 6px 20px;
}

#hd-m .nav li .first-level,
#hd-m .nav li .second-level {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
}

#hd-m .nav li .first-level {
    width: 40px;
    height: 36px;
    background-image: url(../images/icon-arrow1.png);
}

#hd-m .nav li .second-level {
    width: 40px;
    height: 28px;
    background-image: url(../images/icon-on.png);
}

#hd-m .nav li .first-level em,
#hd-m .nav li .second-level em {
    display: block;
    width: 1px;
    background: #ccc;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#hd-m .nav li .first-level em {
    height: 25px;
    margin-top: 5px;
}

#hd-m .nav li .second-level em {
    height: 20px;
    margin-top: 4px;
}

#hd-m .nav li .first-level.on em,
#hd-m .nav .second-level.on em {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#hd-m .nav li .v1-open+.first-level {
    background-image: url(../images/icon-arrow2.png);
}

#hd-m .nav li .v2.open+.second-level {
    background-image: url(../images/icon-off.png);
}

@media screen and (max-width:1500px) {
.nav>ul>li>a{flex: auto;}
    .nav>ul>li>a {
        font-size: 16px;
    }
    .nav>ul>li {
        margin-left: 20px;
        display: flex;
        flex: auto;
    }
}

@media screen and (max-width:1300px) {
    .px1300 {
        margin-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width:1260px) {
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    #hd-m,
    .menuBtn {
        display: none;
    }
    #hd-m .inner {
        display: none;
    }
    /*top*/
    .head_pc {
        display: none;
    }
    /*top-m*/
    #hd-m .nav {
        float: none;
        height: auto;
    }
    #hd-m .nav li {
        float: none;
        height: auto;
        line-height: 50px;
        border-bottom: 1px #f3f3f3 solid;
    }
    #hd-m .nav .v1 {
        color: #1a1a1a;
        font-size: 16px;
        text-align: left;
        padding: 0 40px 0 18px;
    }
    #hd-m .nav .v1-ok,
    #hd-m .nav .v1-ok:hover {
        color: #1a1a1a;
    }
    #hd-m .nav .v1-ok.v1-open {
        color: #fff;
        background-color: #068358;
    }
    #hd-m .nav .subBox {
        position: static;
        width: 100%;
        text-align: left;
        background: #f8f8f8;
    }
    #hd-m .nav .subBox a {
        line-height: 22px;
    }
    .menuBtn {
        display: none;
        width: 20px;
        right: 15px;
    }
    .menuBtn.open {
        top: 8px;
    }
    .menuBtn.open b {
        width: 20px;
    }
    #hd {
        padding: 5px 10px;
        background: rgba(255, 255, 255, .8);
    }
    #hd-m .m-logo {
        display: block;
        float: left;
        height: 60px;
        line-height: 60px;
    }
    #hd-m .m-logo img {
        height: 70%;
        display: inline-block;
        vertical-align: middle;
    }
    #hd-m .nav .subBox dl {
        padding: 0;
        border: none;
        background: none;
    }
    #hd-m .nav .subBox .v2 {
        color: #4c4c4c;
        font-size: 14px;
        line-height: 34px;
        padding: 4px 16px 4px 28px;
    }
    #hd-m .nav .subBox .v2-ok i {
        display: none;
    }
    #hd-m {
        display: block;
    }
    #hd-m .inner {
        display: none;
    }
    #hd-m .nav .subBox2 {
        width: 46%;
        position: fixed;
        left: 46%;
        top: 60px !important;
        bottom: 0;
        background: rgba(238, 238, 238, .9);
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
        min-height: 0;
    }
    #hd-m .nav .subBox2 a {
        font-size: 14px;
        color: #4c4c4c;
        line-height: 24px;
        padding: 13px 15px;
        background: url(../images/bg8.png) no-repeat 15px bottom;
    }
    #hd-m .nav .subBox dd:hover .subBox2 {
        display: none;
    }
    #hd-m .nav .subBox2 {
        width: 40%;
        left: 60%!important;
    }
    .add p {
        font-size: 12px;
    }
    .add {
         margin-top: 68px;
    }
    .foot {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1020px) {
 .menuBtn {
        display: block;
        
    }
}



@media screen and (max-width:640px) {
    #hd-m .m-logo {
        height: 40px;
        line-height: 50px;
    }
    #hd-m {
        height: 50px;
    }
    #hd-m .so-Box input[type="submit"],
    #hd-m .so-Box .btn {
        height: 50px;
    }
    .menuBtn {
        top: 0;
    }
    .menuBtn.open {
        top: 3px;
    }
    #hd-m .inner {
        top: 50px;
    }
    #hd-m .nav .v1 {
        font-size: 14px;
    }
    #hd-m .nav li {
        line-height: 42px;
    }
    #hd-m .nav .subBox .v2 {
        font-size: 12px;
    }
    #hd-m .nav .subBox2 {
        top: 50px !important;
    }
    #hd-m .nav .subBox2 a {
        font-size: 12px;
    }
    .f-logo {
        width: 80%;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}