body,html{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans SC','Arial','Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei';
    font-size: 15px;
    width: 100%;
    height: 100%;
}

input,button,select,textarea{
    font-family: 'Noto Sans SC','Arial','Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei';
}

dl,dt,dd,ul,li,ol,h1,h2,h3,p{
    padding: 0;
    margin: 0;
}

ul,li,ol{
    list-style: none;
}

text{
    vertical-align: top;
}

img{
    vertical-align: top !important;
    display: inline-block;
}

.clear{
    clear: both;
}

a{
    color: #666;
    text-decoration: none;
}

a:hover{
    color: #019946;
}

.BMapLabel{border-color: #ddd !important}


.BMap_bubble_title{
    font-weight: bold;
    color: #009944;
}

.BMap_bubble_content{
    font-size: 14px;
    color: #666;
}

.center{
    position: relative; 
    top: 50%; 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%);
}

div{
    transition: all .4s ease;
}

.ph-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* 头部 */
.head-box{
    width: 90%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    left: 5%;
    top: 0
}

.logo{
    flex: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin-top: 25px;
    transition: all .4s ease;
}

.menu{
    flex: 4;
    text-align: right;
}

.menu ul li {
    display: inline;
    line-height: 120px;
    padding-left: 2vw;
    font-size:16px;
    font-weight: bold;
}

.menu ul li a{
    color: #fff;
    transition: all .4s ease;
}

.menu ul li a:hover{
    color: rgba(255,255,255,0.8);
    transition: all .4s ease;
}

.nav-ph-box{
    display:none;
}

/*内页头部*/
.page-menu{
    width: 170px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
}

.page-nav-list{
    width: 100%;
    height: 14vh;
    overflow:hidden;
    padding: 3.8vh 0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    max-height: 134px;
}

.page-nav-list .nav-icon{
    width: 26px;
    height: 26px;
    margin: 0 auto;
}

.page-nav-list .nav-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.page-nav-list .nav-titl{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}


.page-menu .cur a .nav-titl{
    color: #009944;
}

.page-menu .cur a .nav-icon img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:none;
}

.page-nav-list:hover{
    background: rgba(0,0,0,.05)
}

.page-sub-bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left:0;
    z-index: 95;
    display:none;
}

.page-menu .cur-hui a .nav-titl{
    color: #666 ;
}

.page-menu .cur-hui a .nav-icon img{
    -webkit-filter: grayscale(100%) ;
    -moz-filter: grayscale(100%) ;
    -ms-filter: grayscale(100%) ;
    -o-filter: grayscale(100%) ;
    filter: grayscale(100%) ;
    filter: gray ;
}

.page-menu .cur-cai a .nav-titl{
    color: #009944;
}

.page-menu .cur-cai a .nav-icon img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:none;
}

.page-sub-box{
    width: 220px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -220px;
    z-index: 96;
    background: #009944;
    overflow-y: auto;
}

.page-sub-dw{
    right: 170px;
}

.page-menu .cur-cai .nav-tria{
    display:block;
}

.nav-tria{
    width: 19px;
    height: 32px;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -16px;
    display:none;
}

.nav-tria img{
    width: 19px;
    height: 32px;
}

.page-sub-list{
    width: 100%;
    height: auto;
    padding-top: 60px;
    display:none;
}

.page-sub-list .sub-title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}

.page-sub-list .sub-list{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
}

.page-sub-list .sub-list a{
    display:block;
    width: 100%;
    height: 70px;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    color: #fff;
}

.page-sub-list .sub-list a:hover{
    background:rgba(255,255,255,0.1);
}

.cur-cai{
    display:block;
}

/*内页底部*/

.nav-dw{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.bottom-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bottombg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.bottom-bot{
    width: 90%;
    height:90px;
    margin: 0 auto;
    box-sizing: border-box; 
    padding-right: 170px;
    border-top:solid 1px rgba(255,255,255,0.1);
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
    color: #fff;
    text-align: left;
    max-width: 1570px;
    position: relative;
}
.bottom-seler{
    display: inline-block;
    position: absolute;
    right: 170px;
    top:0;
    font-size: 14px !important;
}

.bottom-seler .layui-input-inline{
    width: 245px;
}

.bottom-seler .layui-form-select .layui-input{
    border:solid 1px #fff;
    border-radius: 0;
    color: #fff;
    background: none;
}

.bottom-seler .layui-form-select .layui-edge{
    border-top-color: #fff;
}

.bottom-seler .layui-form-select dl dd, .layui-form-select dl dt{
    color: #666;
}

.bottom-seler .layui-form-select .layui-input::-webkit-input-placeholder{
    color: #fff;
}

.bottom-seler .layui-form-select .layui-input::-moz-placeholder{
    color: #fff;
}

.bottom-seler .layui-form-select .layui-input::-ms-input-placeholder{
    color: #fff;
}

.bottom-seler .layui-form-selectup dl{
    bottom: 36px !important;
    top:auto !important;
}

.layui-bottom{
    width: 245px;
    height: auto;
    min-height: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 60px;
}

.layui-bottom-list{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666 !important;
    box-sizing: border-box;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.layui-bottom-list+.layui-bottom-list{
    border-top: solid 1px #ddd;
}

.layui-bottom-list:hover{
    color: #009944 !important;
}


.bottom-bot a{
    color: #fff;
}

.bottom-top{
    max-width: 1570px;
    width: 90%;
    height: auto;
    padding: 40px 170px 40px 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.bottom-top-lft{
    width: 30%;
    height: auto;
    float: left;
}

.bottom-top-lft img{
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 70px;
}

.bottom-top-lft ul li{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    color: #fff;
}
.bottom-top-lft ul li a{
	color: #fff;
}
.bottom-top-rht{
    width: 70%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-right: 180px;
    position: relative;
    padding-left: 30px;
}

.bottom-code{
    width: 150px;
    height: auto;
    position: absolute;
    right: 0;
    top:20px;
}

.bottom-code img{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
}

.bottom-code span{
    display: block;
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    color: #fff;
}

.bottom-top-rht dl{
    display: block;
    width: 25%;
    height: auto;
    float: left;
}

.bottom-top-rht dl dt{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
}

.bottom-top-rht dl dd{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.bottom-top-rht dl dd a{
    color: #fff;
}

.bottom-btn{
    height: 36px;
    border:solid 1px #fff;
    /* border-left: none; */
    line-height: 36px;
    /* margin-left: 0 !important; */
    padding: 0 15px;
    margin-top: 27px;
}

.blank-box{
    width: 63px;
    height: 63px;
    position: fixed;
    bottom: 110px;
    right: 230px;
    z-index: 80;
    display: none;
}

.top-dw{
    display: block;
}

/* .blank-cent{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    max-width: 1570px;
    height: 63px;
} */

.blank-Btn{
    border-radius: 50%;
    overflow: hidden;
    width: 63px;
    height: 63px;
    /* float: right; */
    cursor: pointer;
    /* background: #fff; */
    position: relative;
}

.blank-Btn::before{
    content: '';
    display: block;
    width: 59px;
    height: 59px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.blank-Btn img{
    width: 63px;
    height: 63px;
    position: relative;
    z-index: 2;
}

.state-box{
    width: 1000px;
    height: 60vh;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30vh 0 0 -500px;
    z-index: 99;
    box-sizing: border-box;
    padding: 30px;
    display: none;
}

.state-txt{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.state-txt p{
    padding: 5px 0;
}

.state-bg{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.15);
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}
