  li {
    list-style: none;
}

.xful {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 326px;
    height: 190px;
}

.xful li {
    width: 62px;
    height: 62px;
    margin-bottom: 2px;
    border-radius: 3px;
    overflow: hidden;
}

.xful li a {
    display: block;
    width: 100%;
    height: 100%;
}

.xful li.xftel {
    background: url(/static/frontend/images/xftel2.gif) no-repeat center center;
    background-size: 100%;
}

.xful li:hover.xftel {
    background: url(/static/frontend/images/xftel.gif) no-repeat center center;
    background-size: 100%;
}

.xful li.xfzx {
    background: url(/static/frontend/images/xfzx2.gif) no-repeat center center;
    background-size: 100%;
}

.xful li:hover.xfzx {
    background: url(/static/frontend/images/xfzx.gif) no-repeat center center;
    background-size: 100%;
}

.xful li.xfqq {
    background: url(/static/frontend/images/xfqq2.gif) no-repeat center center;
    background-size: 100%;
}

.xful li:hover.xfqq {
    background: url(/static/frontend/images/xfqq.gif) no-repeat center center;
    background-size: 100%;
}

.xful li.xfly {
    background: url(/static/frontend/images/xfly2.gif) no-repeat center center;
    background-size: 100%;
}

.xful li:hover.xfly {
    background: url(/static/frontend/images/xfly.gif) no-repeat center center;
    background-size: 100%;
}

.xful li.xftop {
    background: url(/static/frontend/images/xftop.gif) no-repeat center center;
    background-size: 100%;
}

.xful li:hover.xftop {
    background: url(/static/frontend/images/xftop2.jpg) no-repeat center center;
    background-size: 100%;
}

.fotxfdiv {
    position: fixed;
    z-index: 9;
    bottom: -55px;
    left: 0;
    width: 100%;
    background-color: #091b25;
    height: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.fotxfdiv.vis {
    bottom: 0;
}

.fotxfdiv .tit,
.fotxfdiv .tel,
.fotxfdiv .mfjiet,
.fotxfdiv .but {
    float: left;
}

.fotxfdiv .tit {
    margin-right: 15px;
}

.fotxfdiv h2 {
    margin: auto;
}

.fotxfdiv h2 span {
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.fotxfdiv h2 span.big {
    font-size: 24px;
    text-transform: uppercase;
}

.fotxfdiv h2 span.sml {
    font-size: 20px;
}

.fotxfdiv .tel {
    height: 50px;
    line-height: 50px;
}

.fotxfdiv .tel small,
.fotxfdiv .tel a {
    display: inline-block;
    vertical-align: middle;
}

.fotxfdiv .tel a {
    font-size: 20px;
    color: #ffffff;
    margin-left: 5px;
}

.mfjiet {
    height: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.inpdiv input,
.mfjtbut {
    height: 36px;
    border-radius: 3px;
}

.inpdiv input {
    width: 210px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 2px;
    font-size: 16px;
    color: #333;
}

.inpdiv input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.mfjtbut {
    width: 110px;
    background-color: #206231;
    color: #fff;
    font-size: 16px;
}

.fotxfdiv .but {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
}

.fotxfdiv .but a {
    background-color: #206231;
    display: block;
    width: 110px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
}

.fotxfdiv .but span {
    font-size: 16px;
    color: #fff;
}

.xfxxico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -85px;
    width: 25px;
    height: 25px;
    margin: auto;
    cursor: pointer;
}

.tandiv {
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 690px;
    height: 370px;
    overflow: hidden;
    visibility: hidden;
}

.tandiv_div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #2b6a3c;
    padding: 18px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    opacity: 0;
}

.tandiv.block {
    visibility: visible;
}

.tandiv.vis .tandiv_div {
    left: 0;
    opacity: 1;
}

.inpdivinp {
    width: 210px;
    position: relative;
    margin-right: 2px;
}

.inpdivinp label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 10px;
    margin: 0;
    cursor: text;
    border-radius: 3px;
}

.inpdivinp label img {
    max-width: 100%;
}

.tansmldiv {
    width: 100%;
    height: 100%;
    border: dashed 1px rgba(255, 255, 255, .4);
    position: relative;
}

.tanxx {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.tanxx:hover {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.tanxx:hover img {
    animation: tanxx 0.7s ease 0s 1;
    -webkit-animation: tanxx 0.7s ease 0s 1;
    -moz-animation: tanxx 0.7s ease 0s 1;
    -o-animation: tanxx 0.7s ease 0s 1;
}

@keyframes tanxx {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    40% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

.tantext h2 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: auto;
    letter-spacing: 2px;
}

.tantext h2 span {
    display: block;
}

.tanbut {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.tanbut a {
    display: inline-block;
    width: 239px;
    height: 57px;
    line-height: 57px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 26px;
    color: #206231;
}

.tansmldiv .tel {
    text-align: center;
}

.tansmldiv .tel a {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    position: relative;
}

.tansmldiv .tel a:after,
.tansmldiv .tel a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background-color: #80a68a;
}

.tansmldiv .tel a:after {
    left: -70px;
}

.tansmldiv .tel a:before {
    right: -70px;
}


/*修改*/

.hmmore {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hmmore span,
.hmmore small {
    display: inline-block;
    vertical-align: middle;
}

.hmmore span {
    font-size: 20px;
    font-family: "Times New Roman", "微软雅黑";
    color: #979797;
    text-transform: uppercase;
    margin-right: 25px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.hmmore small {
    position: relative;
    left: 0;
}

.logo:after {
    height: 80%;
}

.zhulubglist1 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

.zhulubglist1 img {
    width: 100%;
}


/*修改*/

.layui-layer-page .layui-layer-content {
    padding: 20px 15px 20px 20px;
}

.maptan1div {
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.maptan1div.vis {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.maptanbut {
    position: absolute;
    z-index: 9;
    top: 85px;
    right: 20px;
    background-color: #206231;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.maptanbut img {
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

@media screen and (min-width: 1024px) {
    .khjingsmdiv2 p {
        min-height: 52px;
    }
}

.fotli ul li:hover a {
    text-decoration: underline !important;
}

.mapcontul li {
    width: 33.333%;
    text-align: center;
    border-right: dashed 1px #dfdfdf;
}

.mapcontul li:nth-child(3) {
    border: none;
}

.mapcontul li small,
.mapcontul li div {
    float: initial;
}

.mapcont {
    padding-left: 0;
}

.mapcontul {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.mapcont {
    width: 1060px;
}

.mapcont,
.maplist,
.mapcontul {
    height: 220px;
}

.mapcontul li div {
    margin-top: 10px;
}

.mapul {
    bottom: -110px;
}


/*联系我们--修改*/

.fmright .tit {
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
}

.fmright .tit h2 {
    font-size: 0;
    display: table;
    width: 100%;
}

.fmright .tit h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #252525;
}

.fmright .tit p {
    font-size: 20px;
    color: #252525;
}

.contfm {
    width: 1020px;
    margin: auto;
}

.contfm form {
    margin: 0 -10px;
}

.fminpdiv {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contfm input,
.contfm select,
.fminpdiv textarea {
    width: 100%;
    height: 45px;
    border: solid 1px #a6a6a6;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
}

.contfm select {
    background: url(/static/frontend/images/selectbg.png) no-repeat right 10px center;
}

.fminpdiv textarea {
    height: 155px;
    padding: 10px;
}

.contfm .fmdiv {
    padding-left: 0;
    width: 390px;
    margin: auto;
}

.contfm .fmyz input {
    width: 205px;
    float: left;
}

.contfm .fmyz a {
    float: right;
}

.contfm .fmbut {
    margin-top: 20px;
}

.contfm .fmbut input {
    border: none;
    background-color: #206231;
    color: #fff;
}

.hm2text .ckaaa {
    margin: 10px auto 0;
    display: block;
}

.p_iphimg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p_iphimg img {
    min-width: 100%;
    height: 100%;
}

.topul {
    display: none;
}

.hm6li1 .hm6but a,
.hm6li2 .hm6but a {
    position: relative;
}

.hm6li1 .hm6but a:after,
.hm6li2 .hm6but a:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
}

.hm6li1 .hm6but a:before,
.hm6li2 .hm6but a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.hm6li1 .hm6but a:after {
    border: solid 2px #206231;
}

.hm6li2 .hm6but a:after {
    border: solid 2px #fff;
}

.hm6li1 .hm6but a:before {
    border: solid 2px #d2d2d2;
}

.hm6li2 .hm6but a:before {
    border: solid 2px #f6f6f6;
}

.hm6li1 .hm6but a,
.hm6li1 .hm6but a:after,
.hm6li2 .hm6but a,
.hm6li2 .hm6but a:after {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.bshare-custom a {
    width: 18px;
    height: 15px;
    margin: 0 10px;
}

.bshare-custom .bshare-weixin {
    background: url(/static/frontend/images/fotico1s.png) no-repeat center center !important;
    opacity: 0.5;
}

.bshare-custom .bshare-sinaminiblog {
    background: url(/static/frontend/images/fotico2s.png) no-repeat center center !important;
    opacity: 0.5;
}

.bshare-custom .bshare-qqim {
    background: url(/static/frontend/images/fotico3s.png) no-repeat center center !important;
    opacity: 0.5;
}

.bshare-custom a:hover {
    opacity: 1 !important;
}

.bshare-custom .bshare-more.more-style-addthis,
.bshare-custom .bshare-share-count {
    display: none !important;
}


/* =========================================20180914*/

.nnavlist li {
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nnavlist li small {
    margin-bottom: 10px;
}

.nnavlist li span {
    font-size: 18px;
}

.nnavlist li:after,
.nnavlist li:before {
    width: 0 !important;
}

.nnavlist li.active {
    background-color: #fff !important;
}

.mapcontul li div span {
    height: 28px;
}

.mapcontul {
    top: 0;
}

.mapcontul li {
    position: relative;
    top: 20px;
    opacity: 0;
}

.mapcontul.vis li:nth-child(1) {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.mapcontul.vis li:nth-child(2) {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}

.mapcontul.vis li:nth-child(3) {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.4s;
    -moz-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s;
}

.contfm input::-webkit-input-placeholder,
.fminpdiv textarea::-webkit-input-placeholder {
    color: #d1d1d1;
}

.xful li {
    position: relative;
    overflow: visible;
}

.xful li div.disv {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -240px;
    height: 100%;
    width: 240px;
    background-color: #091b25;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.xful li:hover div.disv {
    right: 0;
}

.xful li div p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;line-height: 73px;
    letter-spacing: 2px;
}

.hm2text .ckaaa {
    border: solid 1px #d2d2d2;
    margin-top: 50px;
    color: #206231;
}

.hm5but .hmswp-but {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm5-left {
    left: 10px;
}

.hm5-right {
    right: 10px;
}

.mapcontul li.bjdizhi div span:nth-child(2) {
    font-size: 15px;
}

.zl-dl dt span {
    display: none;
}

.bsBox {
    width: 232px !important;
    height: 257px !important;
}

.khjingtit h3 a {
    cursor: text !important;
}

.swiper-ban,
.swiper-wrapper,
.swiper-slide,
.ban_box {
    height: 100%;
    width: 100%;
}

.fowmm {
    position: relative;
    width: 100%;
    height: 100%;
}

.casenav-swip {
    border-top: 1px solid #206231;
    border-bottom: 1px solid #206231;
    margin: 15px 0;
    visibility: hidden;
}

.casenav-swip li {
    float: left;
    width: auto;
}

.casenav-swip li a {
    display: block;
    padding: 5px 25px;
    font-size: 14px;
    color: #333333;
}

.casenav-swip li a.active {
    color: #206231;
}

.disabled small {
    background-color: rgba(0, 0, 0, .2);
}

.zlbananbut {
    display: none;
}

.casediv {
    visibility: hidden;
}

.swiper-iphswiper {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-iphswiper .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, .5);
    margin: 0 3px;
}

.swiper-iphswiper .swiper-active-switch {
    background-color: #206231;
}

.newsbox {
    padding-bottom: 50px;
}

.fotxfdiv_zhan {
    position: fixed;
    z-index: 9;
    left: -205px;
    bottom: 0px;
    background-color: #091b25;
    width: 205px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.fotxfdiv_zhan.vis {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.fotxfdiv_zhan .tit {
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.fotxfdiv_zhan .i_img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.newsbox .title.mntitle {
    padding-top: 35px;
}

#zhulu_ban {
    position: relative;
    opacity: 0;
    width: 100%;
    overflow: hidden;
}

#zhulu_ban ul {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#zhulu_ban ul li .intro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#zhulu_ban ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#zhulu_ban ul li.on {
    opacity: 1;
}

.all_img,
.all_img a,
.all_img a img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.all_img,
.all_img a {
    width: 100%;
    height: 100%;
}

.zhulu_bandot {
    position: absolute;
    z-index: 8;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.zhulu_bandot span {
    display: inline-block;
    width: 50px;
    height: 6px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.zhulu_bandot span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #999;
}

.zhulu_bandot span em {
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #206231;
}

.zhulu_bandot span:last-child {
    margin-right: 0;
}

#player,
#player video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.zhulu_banner_text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 100%;
}

.zhulu_banner_text h3 {
    color: #fff;
    font-size: 80px;
    text-align: center;
}

.zhulu_banner_text h4 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
}

.zhulu_banner_text span {
    color: #fff;
    font-size: 14px;
    box-shadow: 1px, 1px, 3px, #666;
    display: inline-block;
    padding: 5px 30px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-top: 50px;
}

.zhulu_banner_text span em {
    color: #fff;
    padding-left: 10px;
    font-family: "Arial";
    box-shadow: 1px, 1px, 3px, #666;
}

.index_banner_new .video_button img {
    display: none;
}

.lt9 .index_banner_new .video_button img {
    display: block;
}

.lt9 .zhulu_banner_text {
    margin: -230px 0 0 0px;
    left: 0px!important;
}

.lt9 .index_banner_new .ba_left .zhulu_banner_text {
    left: 10%!important;
    width: auto;
}

.lt9 .index_banner_new .ba_right .zhulu_banner_text {
    left: 60%!important;
    width: auto;
}

video {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .zhulu_banner_text h3 {
        font-size: 70px;
    }
    .zhulu_banner_text h4 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .zhulu_banner_text h3 {
        font-size: 60px;
    }
    .zhulu_banner_text h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .zhulu_banner_text h3 {
        font-size: 50px;
    }
    .zhulu_banner_text h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .index_banner_new ul li .intro {
        width: 100%;
        height: 0px;
        padding-bottom: 44%;
    }
    .zhulu_banner_text h3 {
        font-size: 40px;
    }
    .zhulu_banner_text h4 {
        font-size: 20px;
    }
    .zhulu_banner_text span {
        margin-top: 10px;
        padding: 3px 10px;
    }
}

@media screen and (max-width: 1000px) {
    .zhulu_banner_text h3 {
        font-size: 30px;
    }
    .zhulu_banner_text h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .zhulu_banner_text h3 {
        font-size: 20px;
    }
    .zhulu_banner_text h4 {
        font-size: 12px;
    }
    .zhulu_banner_text span {
        font-size: 12px;
    }
}

.zhulimg {
    width: 730px;
    display: block;
}

.zhulimg img {
    width: 100%;
}

.zl1-txtdiv {
    background-color: #fff;
}

.home4 {
    background-color: #fff !important;
}

.home4 .zl1-txtdiv {
    box-shadow: none;
    padding-top: 20px;
}

.home4 .ckpj {
    margin-top: 30px;
}


/**/

.zhuluTan {
    padding: 15px;
    background-color: #206231;
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.zhuluTan.vis {
    visibility: visible;
    opacity: 1;
}

.zhuluTan .div {
    width: 650px;
    height: 390px;
    background: url(/static/frontend/images/zhulu_luimg.png) no-repeat right 10px bottom 15px;
    padding: 0 55px;
    border: solid 1px rgba(255, 255, 255, .3);
    position: relative;
}

.ijiao1:after,
.ijiao1:before,
.ijiao2:after,
.ijiao2:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
}

.ijiao1:after {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    top: -1px;
    left: -1px;
}

.ijiao1:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: -1px;
    right: -1px;
}

.ijiao2:after {
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    bottom: -1px;
    left: -1px;
}

.ijiao2:before {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    bottom: -1px;
    right: -1px;
}

.zhuluTan .tit {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.zhuluTan .tel {
    font-size: 48px;
    line-height: 68px;
    color: #ffffff;
    font-family: "ukijqolyazma";
    margin-bottom: 5px;
}

.zhuluTan .tel .gang {
    display: inline-block;
    position: relative;
    top: -10px;
}

.zhuluTan .txt {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.zhuluTan_but {
    margin-top: 45px;
}

.zhuluTan_but a {
    float: left;
    width: 180px;
    height: 48px;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    border: solid 1px #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ljzxBut {
    background-color: #fff;
    color: #206231;
    margin-right: 25px;
}

.shzsBut {
    color: #fff;
}

.zhuluTan_but a:hover {
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.zhuluTan .tanXx {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.zhuluTan .tanXx:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zhuluTan .tanXx img {
    width: 20px;
}

@media screen and (max-width: 1500px) {
    .zhuluTan .div {
        width: 560px;
        height: 324px;
    }
    .zhuluTan {
        padding: 10px;
    }
    .zhuluTan .div {
        padding: 0 40px;
    }
    .zhuluTan .tit {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .zhuluTan .tel {
        font-size: 42px;
        line-height: 58px;
    }
    .zhuluTan .txt {
        font-size: 26px;
    }
    .zhuluTan_but {
        margin-top: 35px;
    }
    .zhuluTan_but a {
        font-size: 14px;
        width: 150px;
        height: 44px;
        line-height: 42px;
    }
    .ljzxBut {
        margin-right: 15px;
    }
    .zhuluTan .div {
        background-size: 185px;
    }
    .zhuluTan .tanXx img {
        width: 17px;
    }
}

@media screen and (max-width: 1100px) {
    .zhuluTan {
        display: none;
    }
}


/*
	新增底部留言
*/

.customList .tit {
    font-size: 22px;
    color: #1b1a1a;
    margin: 0;
}

.customL_tul {
    margin-top: 36px;
    margin-left: -5px;
    margin-right: -5px;
}

.customL_tul li {
    float: left;
    width: 16.666%;
    padding: 0 5px;
    cursor: pointer;
}

.customL_tul li .div {
    /*background-color: #f1f1f1;*/
    border-radius: 10px;
    text-align: center;
    height: 235px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.customL_tul li.active .div,
.customL_tul li:hover .div {
    background-color: #f1f1f1;
}

.customL_tul li .tit {
    margin-top: 30px;
}

.customL_tul li .cn {
    font-size: 22px;
    color: #000000;
    margin-bottom: 5px;
}

.customL_tul li .en {
    font-size: 12px;
    color: #bdbdbd;
    text-transform: uppercase;
}

.customL_btm {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 70px;
}

.customL_btm .txt {
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
}

.customL_btm .but {
    width: 212px;
    height: 60px;
    line-height: 56px;
    border: solid 2px #1c632f;
    border-radius: 3px;
    display: block;
    margin: auto;
    font-size: 20px;
    color: #1c632f;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.customL_btm .but:hover {
    background-color: #1c632f;
    color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(32, 98, 49, .5);
}

.cusfm_row {
    margin: 0 -10px;
}

.cusfm_col {
    padding: 0 10px;
}

.cusfm_col .div {
    position: relative;
}

.cusfm_col .cusfm_lbl {
    font-size: 16px;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 74px;
    line-height: 74px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cusfm_col.active .cusfm_lbl {
    bottom: 50%;
}

.cusfm_col input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px #dcdcdc;
    height: 74px;
}

.customL_fm {
    margin-top: 75px;
}

.customL_fm .mix {
    font-size: 16px;
    color: #75a782;
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.customL_pointer {
    margin-top: 45px;
}

.theme-blue .back-bar {
    height: 2px;
}

.rangeBox {
    width: 93.589%;
    float: right;
    position: relative;
}

.customL_pointer .tit {
    float: left;
    line-height: 20px;
}

.customL_pointer .ww {
    font-size: 46px;
    color: #206231;
    padding-left: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customL_pointer .ww .sml {
    font-size: 25px;
    color: #206231;
}

.customL_pointer .danwei {
    font-size: 30px;
}

.customL_pointer .ww,
.slider-container.theme-blue {
    display: inline-block !important;
    vertical-align: middle !important;
}

.customL_pointer .chz {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.customL_pointer .chz img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.customBox {
    padding-top: 100px;
}

.rangeInp {
    float: left;
    width: 76.095%;
}

.alltext .title h1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.alltext table {
    width: 100% !important;
}


/*
		2020.05.29  优化
*/

.hm1ul p {
    height: 105px;
}


/* top 广告 */


/*.header{
	top: -60px;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.header.vis{
	top: 0;
}
.headGg{
	height: 60px;
	position: relative;
}
.headGg .div{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.headGg .tit{
	font-size: 31px;
	color: #fff;
	text-shadow: 1.5px 2.598px 0px rgb( 213, 88, 0 );
	margin-right: 50px;
	margin: 0;
}
.headGg .top-ggbut{
	position: absolute;
	margin-left: 55px;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-xxbut{
	position: absolute;
	margin-left: 210px;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.headGg .top-ggbut{
	cursor: pointer;
}*/

.xful li.xfWei {
    background: url(/static/frontend/images/xfwx.gif) no-repeat center center;
    background-size: 100%;
}

.xful li:hover.xfWei {
    background: url(/static/frontend/images/xfwx02.gif) no-repeat center center;
    background-size: 100%;
}

.xful li div.ewmDiv {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 140px;
    height: 120px;
    padding-right: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.xful li:hover div.ewmDiv {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.xful li div.ewmDiv span {
    display: block;
    font-size: 0;
    padding: 5px;
    background-color: #fff;
}

.xful li div.ewmDiv .txt {
    font-size: 13px;
    color: #666;
    padding: 3px 0 5px;
    text-align: center;
    background-color: #fff;
}

.xful li div.ewmDiv img {
    width: 120px;
    height: 120px;
}


/*
		2020.08.25
*/

.hm2dtdiv div {
    width: 58.583%;
    max-width: 215px;
}

a[title="站长统计"] {
    display: none !important;
}

.logo {
    position: relative;
}

.logo a {
    padding-right: 30px;
}

.logo .slogan {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    font-size: 18px;
    color: #666666;
    margin-left: 30px;
    width: 200px;
    line-height: 26px;
}

.navbox {
    padding-left: 360px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*
		2020.10.27 底部新增小程序二维码
*/

.fotweix {
    margin: 0 -28px;
}

.fotweix dl {
    float: left;
    width: 94px;
    margin: 0 28px;
    text-align: center;
}

.fotweix dt {
    padding: 3px;
    background-color: rgba(255, 255, 255, .2);
    font-size: 0;
    margin-bottom: 5px;
}

.fotweix dt img {
    display: block;
    width: 100%;
}

.fotweix dd {
    font-size: 13px;
    color: #fff;
    opacity: .5;
}


/* 2020.12.01 - 右侧悬浮 */

.mm-pc {
    display: block;
}

.mm-mbl {
    display: none;
}

.pcXuanfu {
    position: fixed;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    z-index: 3;
}

.pcXuanfu-by {
    background-color: #78b556;
    border-radius: 5px;
    padding: 15px 10px;
}

.pcXuanfu-by .xfHead {
    margin-bottom: 15px;
    text-align: center;
}

.pcXuanfu-by .xfHead img {
    max-width: 100%;
}

.pcXuanfu-by li:not(:last-child) {
    margin-bottom: 10px;
}

.pcXuanfu-by li a {
    display: flex;
    height: 33px;
    align-items: center;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0 5px;
}

.pcXuanfu-by li .icon {
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-right: 3px;
}

.pcXuanfu-by li .icon img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.ico-img-g {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.pcXuanfu-by li:hover .ico-img-w {
    visibility: hidden;
    opacity: 0;
}

.pcXuanfu-by li:hover .ico-img-g {
    visibility: visible;
    opacity: 1;
}

.pcXuanfu-by li span {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pcXuanfu-by li:hover a {
    background-color: rgba(255, 255, 255, 1);
}

.pcXuanfu-by li:hover span {
    color: #5d9d40;
}

.wx-zxun {
    width: 110px;
    margin: auto;
    margin-bottom: 5px;
}

.wx-zxun dd {
    padding-top: 9px;
    line-height: 20px;
    height: 24px;
    background: url(/static/frontend/images/zxun-bg.png) no-repeat center center/100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.wx-zxun dt {
    padding: 5px;
    background-color: #73bf4d;
    border-radius: 5px;
    font-size: 0;
    margin-top: -1px;
}

.wx-zxun dt img {
    width: 100%;
}

.sctopUp {
    color: #5d9d40 !important;
    text-align: center;
    text-align: center;
    display: block;
}

.sctopUp:hover {
    color: #5d9d40;
}

.xful {
    height: 300px;
}

.xful li {
    width: 73px;
    height: 73px;
}

.xful .rtXf-a {
    text-align: center;
    width: 100%;
    height: 100%;
    /* background-color: #206032; */
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding-top: 5px;
    text-decoration: none;
}

.xful .icon {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.xful span {
    font-size: 12px;
    color: #fff;
}

.xful li:hover .rtXf-a {
    background-color: #091b25;
}

.xful .xfzx {
    position: unset;
}

.zx-box {
    position: absolute;
    right: 100%;
    padding-right: 5px;
    top: 0;
    height: 100%;
    display: flex;
    align-content: stretch;
    padding-bottom: 2px;
}

.zx-divli {
    height: 16.666%;
}

.zx-divli a {
    height: 100%;
    display: flex !important;
    align-items: center;
}

.zx-divli .sml-ico {
    margin-right: 8px;
}

.zx-divli:not(:last-child) {
    border-bottom: solid 1px rgba(255, 255, 255, .08);
}

.xful .xfzx>a {
    position: relative;
}

.xful .xfzx>a:after {
    content: "";
    background: url(/static/frontend/images/jiapo.png) no-repeat center center/100%;
    width: 6px;
    height: 14px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right: -1px;
}

.zx-box-div {
    background-color: #091b25;
    border-radius: 3px;
    width: 135px;
    padding: 0 10px;
}

.zx-box {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.zx-divli .sml-ico {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.zx-divli:hover .sml-ico {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.xful .xfzx:hover>a:after,
.xful .xfzx:hover .zx-box {
    visibility: visible;
    opacity: 1;
}