@charset "utf-8";
html{
    color:#000;
    background:#FFF;
    width:100%;
    /*user-select: none;*/
    font-size: 16px;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    background: #fff;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 14px;
    }
}

:root {
    --comcolor: #007e54;
    --subcolor: #E67E22;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: #333;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
h1,h2,h3,h4 {line-height: 2;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
    height: auto;
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}




.w_95{max-width: 1400px;width: 95%;margin: 0 auto;}
.hide { display:none; }
.breadcrumb {
    height:60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    z-index: 9999;
}






header{ height:100px;position: fixed;left: 0;top: 0;width: 100%;z-index: 99999;background: #ffffff;
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(24px);opacity: 0.9;}
.header{position: relative;height:100%;display: flex;justify-content: space-between;}
.header .logo{height:100%;display: flex;align-items: center;}
.header .logo img{max-height: 90px;vertical-align: middle;}
.header .navbar {width:60%;height:100%;display: flex;justify-content: space-between;}
.header .navbar .nav{position: relative;cursor:pointer;display: flex;align-items: center;}
.header .navbar .item{display:flex;color: #393939;font-size: 1.1rem;height:100%;align-items: center;}
.header .navbar .nav:hover .item,.header .navbar .nav.cur .item {color:var(--comcolor);}


.header .subNav {
    display: none;
    position: absolute;
    width: 12rem;
    left: 0;
    top:100px;
    background-color: var(--comcolor);
    z-index: 9;
    text-align: left;
    padding: 2rem 0;
}
.header .subNav .oneli,
.header .subNav .twoli
{border-bottom: 1px dotted #cdcdcd;}

.header .subNav .tits {
    padding: 0 1.25rem;
    width: 100%;
    color: #fff;
    height: 3rem;
    margin-right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}
.header .subNav .tits {font-size: 0.9rem;}
.header .two-li {
    position: absolute;
    width: 18rem;
    background-color: var(--comcolor);
    min-height: 100%;
    left: 12rem;
    top: 0;
    border-left: 1px solid rgb(130, 130, 130);
    display: none;
    max-height: 80vh;
    padding: 2rem 0;
}


.header .navbar .nav:hover .subNav{display: block}
.header .subNav a:hover {
    color: var(--subcolor);
}
.header .oneli:hover > .two-li{display: block}

.header .navbar .nav.has_sub::after {
    display: none;
    content: "◆";
    position: absolute;
    font-size: 1rem;
    left: 30%;
    bottom: 0;
    transform: translateY(50%);
    color: var(--comcolor);
}
.header .navbar .nav.has_sub:hover::after {
    display: block;
}






/*尾部导航*/
.footer {
    position: relative;z-index: 1;
    background: var(--comcolor);
}

.foot_main {
    padding: 3rem 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.foot_main .right { width: 40%; }
.foot_main .right .info {
    padding: 1.2rem 0;border-bottom: 1px dashed #7b7b7b;
}
.foot_main .right .info:first-child {
    padding:0 0 1.2rem 0;
}
.foot_main .right h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.foot_main .right p,.foot_main .right a {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}


.foot_main .left {
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.foot_main .left dt a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff
}
.foot_main .left a {
    display: block;
    font-size: 1rem;
    color: #dddddd;
}
.foot_main .left a:hover {
    color: rgba(255, 255, 255, 1)
}

.foot_main .left dd {
    margin-top: 1rem;
}
.foot_main .left dd a {
    padding-top: 1rem;
}

.foot_main .qrcode {margin-top: 1rem;display: flex;}
.foot_main .ewm { margin-right: 1rem;}
.foot_main .ewm .pic {
    position: relative;
    width: 10rem;
    height: 10rem;
    border: 1px solid #e7e7e7;
    padding: 0.3rem;
}
.foot_main .ewm p {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    color:#fff;
}

.footer-pro {
    width: 60%;
}
.footer-pro dd a { width: 50%;float:left;}


.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 2rem 0;
}
.copyright, .copyright p, .copyright a {
    color: #fff;
    font-size: 1rem;
    line-height: 2;
}


@media  screen and (max-width: 1000px){
    .foot_main { display: block;padding:2rem 0;}
    .foot_main .left {
        width: 100%;
        display: block;
    }
    .foot_main .left dl { margin-bottom: 1.5rem;}
    .foot_main .left dd {
        margin-top: 0.5rem;
        display: flex;
        flex-wrap: wrap;
    }

    .foot_main .left a { width: 50%;margin-bottom: 0.5rem;}

    .foot_main .ewm { display: none;}

    .foot_main .right {
        width: 100%;
        margin-top: 2rem;
    }

    .footer-pro {width: 100%;}

    .copyright { display: block;margin-bottom: 4rem;}
}




.floatFns {
    position: fixed;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
}
.floatFns .kefu {
    margin-bottom: 0.8rem;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:2.5rem;
    height:2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: #00a0e9;
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.message .box{
    background: #FF5722;
}
.floatFns .kefu.weixin .box{
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box a{
    display: inline-flex;
}
.floatFns .kefu .box i{
    font-size: 1.4rem;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 3rem;
    top:50%;
    padding:10px;
    color:#fff;
    border-radius: 5px;
    transform: translateY(-50%) scale(0);
    transition: 0.5s;
    font-size: 18px;
    white-space: nowrap;
    min-width:100px;
}
.floatFns .kefu .info img{
    max-width: none;
    width:10rem;
    height:10rem;
}
.floatFns .kefu .info a {color:#fff;}
.floatFns .kefu:hover .info {
    transform: translateY(-50%) scale(1);
}

.floatFns .kefu.tel i {
    animation: yyhh 1.5s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}







.pagination {
    text-align: center;
    padding: 2rem 0;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem;
    padding: 0 1.25rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: #004898;
    color: #FFF;
}







.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 4rem;
    z-index: 10000;
}
.mobile-header .head {
    text-align: center;
    background: #ffffff;
    z-index: 10000;
    position: relative;
    line-height: 4.2rem;
    height: 4.2rem;
    box-shadow: 0 2px 2px #00000021;
}
.mobile-header .head img {
    max-height: 4rem;
    display: inline-block;
}
.mobile-header .btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
}
.mobile-header .btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: var(--comcolor);
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}
.mobile-header .btn i.ie1 {
    margin-top: -0.8rem
}
.mobile-header .btn i.ie3 {
    margin-top: 0.8rem
}
.mobile-header.active .btn i {
    margin: 0 !important;
}
.mobile-header.active .btn i.ie1{
    transform: rotate(45deg);
}
.mobile-header.active .btn i.ie2 {
    opacity: 0;
}
.mobile-header.active .btn i.ie3 {
    transform: rotate(-45deg);
}
.mobile-header .cont {
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    transform: translateX(-100%);
    z-index: 9999;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 5rem 0 1.5rem;
}
.mobile-header.active .cont {
    transform: translateX(0);
}
.mobile-header .cont .search {
    padding: 0.5rem 2.5%;
    background: var(--comcolor);
    z-index: 2;
    position: relative;
}
.mobile-header .cont .search form {
    width: 100%;
    padding-right: 3rem;
    position: relative;
}
.mobile-header .cont .search form input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
}
.mobile-header .cont .search form button {
    width: 3rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-header .cont .search form button .iconfont{
    font-size: 1.8rem;
    color:#fff;
}


.mobile-header .cont .navbar {
    padding: 1rem 0;
}
.mobile-header .navbar .nav {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-header .navbar .nav .item {
    color: #494949;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-header .navbar .nav .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_nav {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-header .navbar .s_nav .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #494949;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-header .navbar .s_nav .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_nav .s_item li {position:relative;padding-left: 5%;}
.mobile-header .navbar .s_nav .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile_top_fill {height:4.2rem;display: none;}




.footer-nav{ position:fixed; bottom:0; width: 100%; height:4rem; background:#5b5b5b;z-index:999;display: none;}
.footer-nav ul {width: 100%;height:100%;display: flex;justify-content: space-between;}
.footer-nav li { width:25%; height:100%;color:#fff; font-size:1rem;}
.footer-nav li a {height:100%;display: flex;flex-direction: column;align-items: center;justify-content:center;color:#ffffff;}
.footer-nav li.cur{ background:#777777;}




@media  screen and (max-width: 1000px){
    .mobile-header,.mobile_top_fill,.footer-nav{display: block;}

    header {display: none;}
}



.pro-bg-color { background: #ffffff;position: relative;}
.pro-bg-color::after {
    content: '';
    background: url('../images/shuiying.png?1.00');
    position: absolute;
    top:0;
    left:0;
    width: 100%;height:100%;
    background-size: cover;
}