::-webkit-scrollbar {



    width: 8px;



    height: 8px;



    background-color: #F5F5F5;



}


::-webkit-scrollbar-track {



    border-radius: 10px;



    background-color: #E2E2E2;



}



button {
    outline: none;
}



::-webkit-scrollbar-thumb {



    border-radius: 10px;



    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);



    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);



    background-color: #555;



}







::selection {



    background-color: #00af66;



    color: #fff;



}







::-moz-selection {



    background-color: #00af66;



    color: #fff;



}







::-webkit-selection {



    background-color: #00af66;



    color: #fff;



}



* {



    padding: 0;



    margin: 0;



    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;



}







body {



    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;



    color: #333;



    margin: 0;



    line-height: 1.5;



}



*:before,
*:after {



    box-sizing: content-box;



}



:focus {



    outline: 1;



}







article,



aside,



canvas,



details,



figcaption,



figure,



footer,



header,



hgroup,



menu,



nav,



section,



summary {



    display: block;



}







a {



    color: #333;



    text-decoration: none;



}







a:link,



a:hover,



a:active,



a:visited {



    text-decoration: none;



}







ins {



    background-color: #ff9;



    color: #000;



    text-decoration: none;



}







mark {



    background-color: #ff9;



    color: #000;



    font-style: italic;



    font-weight: bold;



}







del {



    text-decoration: line-through;



}







table {



    border-collapse: collapse;



    border-spacing: 0;



}







hr {



    display: block;



    height: 1px;



    border: 0;



    border-top: 1px solid #cccccc;



    margin: 1em 0;



    padding: 0;



}







input,



select {



    vertical-align: middle;



}







li,



ul {



    list-style-type: none;



}







img {



    border: none;



}



input,
textarea {



    outline: 0;



    border: 0;



    resize: none;



}















h1,



h2,



h3,



h4,



h5,



h6,



dl,



dd,



dt,



i,



em {



    font-weight: normal;



    font-style: normal;



}



.fixedNav {



    position: fixed;



    top: 0px;



    left: 0px;



    width: 100%;



    z-index: 100000;



    _position: absolute;



    _top: expression(eval(document.documentElement.scrollTop));



    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);



}















html {



    cursor: url(../img/cur.png),



        default;



}







a {



    cursor: url(../img/Acur.png),



        default;



}







textarea {



    animation: animated 1s infinite;



    -moz-animation: animated 1s infinite;



    -webkit-animation: animated 1s infinite;



    -o-animation: animated 1s infinite;







}







input[type="text"] {



    animation: animated 1s infinite;



    -moz-animation: animated 1s infinite;



    -webkit-animation: animated 1s infinite;



    -o-animation: animated 1s infinite;



}



input[type="button"] {



    cursor: url(../img/Acur.png),



        default !important;



}







@keyframes animated {



    0% {



        /* cursor: url('../img/Pcuro1.png'),



            auto; */



    }







    8.8% {



        /* cursor: url('../img/Pcuro2.png'),



            auto; */



    }







    17.6% {



        /* cursor: url('../img/Pcuro3.png'),



            auto; */



    }







    26.4% {



        /* cursor: url('../img/Pcuro4.png'),



            auto; */



    }







    35.2% {



        /* cursor: url('../img/Pcuro5.png'),



            auto; */



    }







    44% {



        /* cursor: url('../img/Pcuro6.png'),



            auto; */



    }







    52.8% {



        /* cursor: url('../img/Pcuro7.png'),



            auto; */



    }







    61.6% {



        /* cursor: url('../img/Pcuro8.png'),



            auto; */



    }







    70.4% {



        /* cursor: url('../img/Pcuro9.png'),



            auto; */



    }







    79.2% {



        /* cursor: url('../img/Pcuro10.png'),



            auto; */



    }







    88% {



        /* cursor: url('../img/Pcuro11.png'),



            auto; */



    }







    100% {



        /* cursor: url('../img/Pcuro12.png'),



            auto; */



    }











}







button {
    outline: none;
}







/* 询盘信息 */

.topxunpan {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0e1216;
    z-index: 9;
}



.topxunpan .center {
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}



.topxunpan .center .txtScroll-top {
    width: auto;
    height: 40px;
    float: left;
}



.topxunpan .center .txtScroll-top h4 {
    width: 88px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: url(../img/hot.png) left center no-repeat;
    text-align: right;
    float: left;
}



.topxunpan .center .txtScroll-top .bd {
    width: 320px;
    height: 40px;
    line-height: 40px;
    float: left;
}



.topxunpan .center .txtScroll-top .infoList li {
    width: 320px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}



.topxunpan .center .txtScroll-top .infoList li a {
    width: 320px;
    font-size: 14px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.topxunpan .center .txtScroll-top .infoList li:hover a {
    color: #00af66;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.topxunpan .center .txtScroll-top .infoList li span {
    display: block;
    float: right;
    font-size: 14px;
    color: #888;
    height: 20px;
    line-height: 20px;
    font-family: Arial;
}



.topxunpan .center p {
    width: auto;
    float: right;
    color: #fff;
}



.topxunpan .center p a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 20px 0 40px;
    line-height: 40px;
    box-sizing: content-box;
    border-right: solid 1px #3e4044;
}



.topxunpan .center p a:hover {
    color: #00af66;
}



.topxunpan .center p a:nth-of-type(1) {
    background: url(../img/t_icon_01.png) 20px center no-repeat;
}



.topxunpan .center p a:nth-of-type(2) {
    background: url(../img/t_icon_02.png) 20px center no-repeat;
}



.topxunpan .center p a:nth-of-type(3) {
    background: url(../img/t_icon_03.png) 20px center no-repeat;
    padding-right: 0;
    border-right: none;
}



.topxunpan .center p a:nth-of-type(4) {
    padding-left: 0;
}


/* 2020-8-17注释，隐藏询盘信息 */
.thisxp {
    width: auto;
    height: 40px;
    float: right;
    margin-left: 20px;
    display: none;
}



.topxunpan .xp {
    position: relative;
    width: auto;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}



.topxunpan .xp img {
    margin: 11px 5px 0 0;
    vertical-align: top !important;
}



.topxunpan .xp i {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    text-align: center;
    background: #00af66;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}



.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #00af66;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}



.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: (-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #00af66;
}



.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}



.topxunpan i {
    font-weight: normal;
    font-style: normal;
}







.big_box {
    width: 100%;
    height: auto;
    min-height: 141px;
    position: relative;
}







































/*导航开始*/



.nav_xiala_aa {
    width: 100%;
    height: 101px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9;
}



.ny_top {
    background: rgba(0, 0, 0, 0.8) !important;
}



.nav_xiala_xx {
    width: 100%;
    height: 101px;
    box-sizing: content-box;
}



.nav_xiala_xx::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #464b51;
    position: absolute;
    top: 100px;
    left: 0;
}



.nav_xiala {
    width: 93%;
    height: 101px;
    margin: 0 auto;
    position: relative;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.nav_xiala h1 {
    width: 10.5%;
    height: 57px;
    margin: 0;
    padding: 22px 0;
    box-sizing: content-box;
    float: left;
}



.nav_xiala h1 a {
    display: block;
    height: 57px;
    vertical-align: middle;
}



.nav_xiala h1 .logo {

    position: relative;

    max-height: 100%;

    max-width: 100%;

    width: auto;

    height: auto;

    top: 50%;

    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

}



.nav_xiala .tel {
    width: 145px;
    padding-left: 65px;
    margin-left: 20px;
    line-height: 75px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #00af66;
    position: relative;
    box-sizing: content-box;
}



.nav_xiala .tel::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/tel01.png);
    position: absolute;
    top: 36px;
    left: 20px;
    animation: msClock 1.2s linear infinite;
}



.nav_xiala .tel::after {
    content: '';
    width: 1px;
    height: 40px;
    background: #464b50;
    position: absolute;
    top: 30px;
    left: 0;
}





























.nav_xiala>ul {
    width: 68%;
    height: 101px;
    float: right;
    display: flex;
    justify-content: space-between;
}



.nav_xiala>ul>li {
    width: 10%;
    font-size: 16px;
    height: 101px;
    text-align: center;
    float: left;
    position: relative;
}



.nav_xiala>ul>li:last-child {
    margin-right: 0;
}



.nav_xiala>ul>li:nth-of-type(6) {
    width: 13%;
}



.fixedNav .nav_xiala>ul>li {
    width: 10%;
}



.fixedNav .nav_xiala>ul>li:nth-of-type(6) {
    width: 13%;
}





.nav_xiala>ul>li>a {
    width: 100%;
    height: 101px;
    line-height: 101px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_xiala>ul>li>a::before {
    content: '';
    width: 0;
    height: 3px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_xiala>ul>li:hover>a::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}





.nav_xiala ul li:hover>a {
    color: #fff;
}



.nav_xiala>ul>li:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}













.nav_xiala>ul>li:hover .sec {
    height: auto;
}

.nav_xiala>ul>li:hover .secs {
    height: auto;
}

.nav_xiala .sec {
    min-width: 100%;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 101px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 175, 102, 0.85);
    display: none;
    font-size: 14px;
    text-align: left;
}

.nav_xiala .sec a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    line-height: 39px;
    height: 39px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav_xiala .sec a:hover {
    margin-left: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_xiala .secs {
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 101px;
    left: 50%;
    margin-left: -340px;
    padding: 36px 0 36px 40px;
    width: 630px;
    display: none;
    background: rgba(0, 175, 102, 0.85);
    text-align: left;
}

.nav_xiala .secs:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.nav_xiala .secs .navPic {
    float: left;
    width: 315px;
}

.nav_xiala .secs .navPic .pic {
    width: 100%;
    display: block;
    min-height: 160px;
}

.nav_xiala .secs .navPic .pic img {
    width: 100%;
    display: block;
}

.nav_xiala .secs .navPic h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin: 20px 0 4px 0;
    line-height: 2;
}

.nav_xiala .secs .navPic p {
    font-size: 16px;
    color: #fff;
}

.nav_xiala .secs ul {
    float: right;
    width: 230px;
}

.nav_xiala .secs ul>li {
    background: url(../img/liqsub_ss.png) 200px center no-repeat;
}



.nav_xiala .secs ul>li>a {
    display: block;
    text-align: left;
    line-height: 24px;
    margin-top: 16px;
    color: #fff;
    padding: 0 30px 0 20px;
    font-size: 14px;
}

.nav_xiala .secs ul>li>a:hover {
    color: #fff;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.nav_xiala .secs ul>li:first-child>a {
    margin-top: 0;
}



.nav_xiala .secs ul>li .nlayer2 {
    position: absolute;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 36px;
    left: 100%;
    width: 260px;
    padding: 36px 10px 36px 20px;
    height: 100%;
    visibility: hidden;
    top: 0;
    background: rgba(0, 175, 102, 0.85);
    border-left: 1px rgba(255, 255, 255, 0.1) solid;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}





.nav_xiala .secs ul>li:hover .nlayer2 {
    height: auto;
    visibility: visible;
    transform: perspective(400px) rotateY(0);
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.24s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.28s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.32s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.36s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.44s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.48s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.52s;
}

.nav_xiala .secs ul>li:hover .nlayer2 a:nth-child(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.56s;
}





.nav_xiala .secs .nlayer2 .nlayer2Box {
    overflow-y: auto;
    padding-right: 10px;
    height: 100%;
}

.nav_xiala .secs .nlayer2 a {
    display: block;
    line-height: 24px;
    margin-top: 16px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    left: 0;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_xiala .secs .nlayer2 a:first-child {
    margin-top: 0;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 {
    height: 100%;
    visibility: visible;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.24s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.28s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.32s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.36s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.44s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.48s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.52s;
}

.nav_xiala .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.56s;
}

















.header {
    width: 100%;
    height: 101px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9;
}



.ny_top {
    background: rgba(0, 0, 0, 0.8) !important;
}



.nav_bg {
    width: 100%;
    height: 101px;
    box-sizing: content-box;
}



.nav_bg::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #464b51;
    position: absolute;
    top: 100px;
    left: 0;
}



.nav_bg * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.nav_bg .menu {

    margin: auto;

    position: relative;

    text-align: center;

    width: 93%;

    -webkit-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

}







.nav_bg h1 {
    width: 10.5%;
    height: 57px;
    margin: 0;
    padding: 22px 0;
    box-sizing: content-box;
    float: left;
}



.nav_bg h1 a {
    display: block;
    height: 57px;
    vertical-align: middle;
}



.nav_bg h1 .logo {



    position: relative;



    max-height: 100%;



    max-width: 100%;



    width: auto;



    height: auto;



    top: 50%;



    left: 50%;



    -webkit-transform: translateX(-50%) translateY(-50%);



    transform: translateX(-50%) translateY(-50%);



}







.nav_bg .tel {
    width: 145px;
    padding-left: 65px;
    margin-left: 20px;
    line-height: 101px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #00af66;
    position: relative;
    box-sizing: content-box;
}



.nav_bg .tel::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/tel01.png);
    position: absolute;
    top: 36px;
    left: 20px;
    animation: msClock 1.2s linear infinite;
}



.nav_bg .tel::after {
    content: '';
    width: 1px;
    height: 40px;
    background: #464b50;
    position: absolute;
    top: 30px;
    left: 0;
}



.nav_bg .menu>ul {
    width: 68%;
    height: 101px;
    float: right;
    display: flex;
    justify-content: space-between;
}



.nav_bg .menu>ul>li {
    width: 10%;
    font-size: 16px;
    height: 101px;
    text-align: center;
    float: left;
    position: relative;
    transition: all 0.3s ease-out;
}



.nav_bg .menu>ul>li:last-child {
    margin-right: 0;
}



.nav_bg .menu>ul>li:nth-of-type(6) {
    width: 13%;
}



.fixedNav .menu>ul>li {
    width: 10%;
}



.fixedNav .menu>ul>li:nth-of-type(6) {
    width: 13%;
}



.nav_bg .menu>ul>li>a {
    width: 100%;
    height: 101px;
    line-height: 101px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_bg .menu>ul>li>a::before {
    content: '';
    width: 0;
    height: 3px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_bg .menu>ul>li:hover>a::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_bg .menu>ul>li:hover>a {
    color: #fff;
}



.nav_bg .menu>ul>li:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_bg .menu>ul>li:hover .sec {
    height: auto;
}



.nav_bg .menu>ul>li:hover .secs {
    height: auto;
}



.nav_bg .menu .sec {
    min-width: 100%;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 101px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 175, 102, 0.85);
    display: none;
    font-size: 14px;
    text-align: left;
}



.nav_bg .menu .sec a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    line-height: 39px;
    height: 39px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_bg .menu .sec a:hover {
    margin-left: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.nav_bg .menu .secs {
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 101px;
    left: 50%;
    margin-left: -340px;
    padding: 36px 0 36px 40px;
    width: 630px;
    display: none;
    background: rgba(0, 175, 102, 0.85);
    text-align: left;
}



.nav_bg .menu .secs:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}



.nav_bg .menu .secs .navPic {
    float: left;
    width: 315px;
}



.nav_bg .menu .secs .navPic .pic {
    width: 100%;
    display: block;
    min-height: 160px;
}



.nav_bg .menu .secs .navPic .pic img {
    width: 100%;
    display: block;
}



.nav_bg .menu .secs ul {
    float: right;
    width: 230px;
}



.nav_bg .menu .secs ul>li {
    background: url(../img/liqsub_ss.png) 200px center no-repeat;
}



.nav_bg .menu .secs ul>li>a {
    display: block;
    text-align: left;
    line-height: 24px;
    margin-top: 16px;
    color: #fff;
    padding: 0 30px 0 20px;
    font-size: 14px;
}



.nav_bg .menu .secs ul>li>a:hover {
    color: #fff;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}



.nav_bg .menu .secs ul>li:first-child>a {
    margin-top: 0;
}



.nav_bg .menu .secs ul>li .nlayer2 {
    position: absolute;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 36px;
    left: 100%;
    width: 260px;
    padding: 36px 10px 36px 20px;
    height: 100%;
    visibility: hidden;
    top: 0;
    background: rgba(0, 175, 102, 0.85);
    border-left: 1px rgba(255, 255, 255, 0.1) solid;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 {
    height: auto;
    visibility: visible;
    transform: perspective(400px) rotateY(0);
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.24s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.28s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.32s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.36s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.44s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.48s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.52s;
}



.nav_bg .menu .secs ul>li:hover .nlayer2 a:nth-child(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.56s;
}



.nav_bg .menu .secs .nlayer2 .nlayer2Box {
    overflow-y: auto;
    padding-right: 10px;
    height: 100%;
}





.nav_bg .menu .secs .nlayer2 a {
    display: block;
    line-height: 24px;
    margin-top: 16px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    left: 0;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}



.nav_bg .menu .secs .nlayer2 a:first-child {
    margin-top: 0;
}

















.nav_bg .menu .secs li.nlayer1:hover .nlayer2 {
    height: 100%;
    visibility: visible;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.24s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.28s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.32s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.36s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.44s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.48s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.52s;
}



.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.56s;
}



















@keyframes menu1 {

    0% {

        opacity: 0;

        transform: translateX(-8px);

    }

    100% {

        opacity: 1;

        transform: translateX(0);

    }

}



.tou121 {

    height: 20px;
    top: 32px;
    left: 36%;
    font-size: 17px;
    position: absolute;
}







.nav_xiala>ul>li.another::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}



.nav_xiala>ul>li.another>a {
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .5s;
    transition: all .5s;
}





















.fixedNav {



    position: fixed;



    top: 0px;



    left: 0px;
    background: rgba(0, 0, 0, 0.8);



    z-index: 99999;



    _position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;



    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);



}









































/* 导航开始css */

/*



.nav_xiala_xx{width:100%;height:101px;box-sizing:content-box;background:rgba(0,0,0,0.9);position:absolute;left:0;top:40px;z-index:9;}



.nav_xiala_xx::after{content:'';width:100%;height:1px;background:#464b51;position:absolute;top:100px;left:0;}



.nav_xiala_xx .w1200{width:90%;height:101px;margin:0 auto;position:relative;}



.nav_xiala_xx .w1200 h1{width:10.5%;height:57px;margin:0;padding:22px 0;box-sizing:content-box;float:left;}



.nav_xiala_xx .w1200 h1 a{display:block;height:57px;vertical-align:middle;}



.nav_xiala_xx .w1200 h1 .logo{

	position: relative;



    max-height: 100%;



    max-width: 100%;



    width: auto;



    height: auto;



    top: 50%;



    left: 50%;



    -webkit-transform: translateX(-50%) translateY(-50%);



    transform: translateX(-50%) translateY(-50%);

}



.nav_xiala_xx .w1200 .tel{width:145px;padding-left:65px;margin-left:20px;line-height:101px;float:right;font-size:20px;font-weight:bold;color:#00af66;position:relative;box-sizing:content-box;}



.nav_xiala_xx .w1200 .tel::before{content:'';width:28px;height:28px;background:url(../img/tel01.png);position:absolute;top:36px;left:20px;animation: msClock 1.2s linear infinite;}



.nav_xiala_xx .w1200 .tel::after{content:'';width:1px;height:40px;background:#464b50;position:absolute;top:30px;left:0;}



.nav_xiala_xx .w1200 .nav_yiji{width:62%;height:101px;float:right;display:flex;justify-content: space-between;}



.nav_xiala_xx .w1200 .nav_yiji > li{width:10%;font-size:16px;height:101px;text-align:center;float:left;position:relative;}



.nav_xiala_xx .w1200 .nav_yiji > li:last-child{margin-right:0;}



.nav_xiala_xx .w1200 .nav_yiji > li::after{content:'';width:1px;height:14px;background:none;position:absolute;top:48px;right:0; z-index: 9}



.nav_xiala_xx .w1200 .nav_yiji > li:last-child::after{content:''; background:none;}



.nav_xiala_xx .w1200 .nav_yiji > li .one{width:100%;height:101px;line-height:101px;display:block;text-align:center;font-size:16px;color:#fff;position:relative;-webkit-transition:all .5s;transition:all .5s;}



.nav_xiala_xx .w1200 .nav_yiji > li .one::before{content:'';width:0;height:3px;background:#00af66;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}



.nav_xiala_xx .w1200 .nav_yiji > li:hover .one::before{content:'';width:100%;height:3px;background:#00af66;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}



.nav_xiala_xx .w1200 .nav_yiji > li.active .one{color:#fff;font-weight:bold;-webkit-transition:all .5s;transition:all .5s;}



.nav_xiala_xx .w1200 .nav_yiji > li.active .one::before{content:'';width:100%;height:3px;background:#00af66;position:absolute;bottom:0;left:0;z-index:2;}



.nav_xiala_xx .w1200 .nav_yiji > li:hover .one{color:#fff;font-weight:bold;-webkit-transition:all .5s;transition:all .5s;}



.fixedNav .w1200 .nav_yiji > li{width:10%;}



.nav_erji{width:100%;height:auto;background:#f2f2f2;position:absolute;padding:40px 0;z-index:110;overflow:hidden;box-sizing:content-box;left:0;top:101px;display:none;box-sizing:content-box;}



.fixedNav .nav_erji{top:101px;}



.nav_erji .jz{width:1200px;height:auto;margin:0 auto;}



.nav_erji .hd{width:170px;height:auto;float:left;position:relative;}



.nav_erji .hd ul::after{content:'';width:2px;height:100%;background:#444343;position:absolute;top:0;right:0;}



.nav_erji .hd ul{width:150px;height:auto;font-size:15px;}



.nav_erji .hd ul > li{width:150px;padding-right:20px;height:50px;line-height:50px;text-align:right;cursor:pointer;position:relative;-webkit-transition:all .5s;transition:all .5s;box-sizing:content-box;}



.nav_erji .hd ul > li a{display:block;color:#505050;-webkit-transition:all .5s;transition:all .5s;}



.nav_erji .hd ul > li.on a{color:#00af66;-webkit-transition:all .5s;transition:all .5s;}



.nav_erji .hd ul > li::after{content:'';width:2px;height:0px;background:#00af66;position:absolute;top:0;right:0;z-index:1;-webkit-transition:all .5s;transition:all .5s;}



.nav_erji .hd ul > li.on::after{content:'';width:2px;height:50px;background:#00af66;position:absolute;top:0;right:0;-webkit-transition:all .5s;transition:all .5s;}



.nav_erji .bd .main{width:1000px;height:auto;float:right;overflow:hidden;}



.nav_erji .bd .main ul{overflow:hidden;}



.nav_erji .bd .main ul li{width:184px;height:180px;float:left;margin-right:20px;}



.nav_erji .bd .main ul li:nth-of-type(5n){margin-right:0px;}



.nav_erji .bd .main ul li .img{display:block;width:184px;height:130px;overflow:hidden;}



.nav_erji .bd .main ul li .img img{isplay:block;width:184px;height:130px;vertical-align:top;}



.nav_erji .bd .main ul li .name{display:block;width:164px;padding:0 10px;height:40px;line-height:40px;font-size:14px;color:#333;text-align:center;background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:content-box;}



.nav_erji .bd .main > .xw{display:block;float:left;width:280px;height:40px;padding:15px 20px;margin:0 20px 10px 0;background:#00af66;overflow:hidden;box-sizing:content-box;}



.nav_erji .bd .main > .xw:nth-of-type(3n){margin-right:0;}



.nav_erji .bd .main > .xw span:nth-of-type(1){display:block;font-size:14px;color:#fff;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;}



.nav_erji .bd .main > .xw span:nth-of-type(2){display:block;font-size:13px;color:#fff;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;}



.fixedNav {



    position: fixed;



    top: 0px; background:rgba(0,0,0,0.5);



    left: 0px;



    z-index:99999;



    _position: absolute;-webkit-transition:all .5s;transition:all .5s;



    _top: expression(eval(document.documentElement.scrollTop));  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);



}

*/



/* 导航结束css */



















/* 底部信息 */

.footer {
    width: 100%;
    background: #171a18;
    height: 474px;
    position: relative;
    z-index: 0;
    padding-top: 70px;
    box-sizing: content-box;
    overflow: hidden;
    cursor: default !important;
}



.waves {
    width: 100%;
    height: 544px;

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;
    z-index: -1;

}

.footer .ft_top {
    width: 1200px;
    height: 89px;
    border-bottom: solid 1px #454746;
    overflow: hidden;
    margin: 0 auto;
}



.footer .ft_top .ft_logo {
    width: 155px;
    height: 50px;
    float: left;
}



.footer .ft_top .ft_logo img {
    width: 155px;
    height: 50px;
    vertical-align: top;
}



.footer .ft_top .form {
    width: 240px;
    height: 35px;
    float: right;
}



.footer .ft_top .form .yqlj {
    width: 140px;
    height: 35px;
    float: left;
    border: none;
    padding-left: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/sjx.png) 15px center no-repeat #fff;
    font-size: 14px;
    color: #919191;
    box-sizing: content-box;
}



.footer .ft_top .form .yqlj option {
    font-size: 14px;
    color: #919191;
}



.footer .ft_top .form .ck {
    width: 60px;
    height: 35px;
    background: #00af66;
    float: right;
    border: none;
    color: #fff;
    font-size: 14px;
}











.footer .center {
    width: 1200px;
    height: 204px;
    margin: 40px auto 0 auto;
    border-bottom: solid 1px #5c5c5d;
    overflow: hidden;
    position: relative;
}



.footer .center .left {
    width: 610px;
    height: 204px;
    float: left;
    overflow: hidden;
}



.footer .center .left li {
    float: left;
    width: 135px;
    height: 204px;
    margin-right: 70px;
    box-sizing: content-box;
}



.footer .center .left li:nth-of-type(3) {
    width: 65px;
}



.footer .center .left li:last-child {
    width: 65px;
    margin-right: 0;
}



.footer .center .left li p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 27px;
    color: #219e3c;
}



.footer .center .left li a {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #999;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.footer .center .left li a:hover {
    color: #fff;
    margin-left: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}















.footer .center .right {
    width: 520px;
    height: 204px;
    float: right;
    overflow: hidden;
    background: url(../img/ft_line.png) left top no-repeat;
}



.footer .center .right .img {
    width: 280px;
    padding: 0 36px;
    box-sizing: content-box;
    float: left;
}



.footer .center .right .img li {
    width: 125px;
    float: left;
}



.footer .center .right .img li:nth-of-type(2) {
    float: right;
}



.footer .center .right .img li img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    vertical-align: top;
}



.footer .center .right .img li p {
    float: left;
    width: 125px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    margin-top: 20px;
}



.footer .center .right .ewm {
    width: 125px;
    padding-left: 36px;
    box-sizing: content-box;
    float: right;
    background: url(../img/ft_line.png) left top no-repeat;
}



.footer .center .right .ewm img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    vertical-align: top;
}



.footer .center .right .ewm p {
    float: left;
    width: 125px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    margin-top: 20px;
}









.footer .copy {
    width: 1200px;
    margin: 40px auto 0 auto;
    height: auto;
    text-align: center;
}



.footer .copy .one {
    line-height: 15px;
    color: #999;
}



.footer .copy .two {
    line-height: 25px;
    color: #999;
    margin-top: 25px;
}



.footer .copy a {
    color: #999;
}



.footer .copy a:hover {
    color: #fff;
}



.footer .copy span img {
    vertical-align: middle;
    margin-left: 5px;
}