* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
}


.on {
    display: none;
}

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wrapper-1200 {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden !important;
}

.wrapper-1700 {
    width: 1700px;
    margin: 0 auto;
}

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


/* 头部导航栏 */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 80px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 99999;
    transition: all 0.7s ease;
}

.header.active,
.header:hover {
    background-color: #fff;
}

.apull {
    /* position: relative; */
    height: 80px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.7s ease;
}

.logo {
    /* width: 250px; */
    float: left;
    margin-left: 4%;
    height: 100%;
    transition: all 0.7s ease;

}

.logo a {
    display: inline-block;
    height: 100%;
}

.logo img {
    height: 100%;
    vertical-align: middle;
}

.logo .text {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.search,
.pull {
    float: right;
}

.search {
    margin-left: 40px;
}

.search_icon {
    position: relative;
    text-align: center;
    /* margin-left: 40px; */
    width: 30px;
    /* line-height: 80px; */
    margin-right: 30px;

}

.search_icon img {
    width: 100%;
    vertical-align: middle;
}

.search_box {
    position: absolute;
    width: 210px;
    line-height: 40px;
    top: 65px;
    right: 0;
    display: none;
    background-color: #239c52;
    border: 2px solid #239c52;
    transition: all 0.3s;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1500;
}

.search_box input:first-child {
    float: left;
    line-height: 40px;
    padding-left: 10px;
    border: none;
    outline: none;
}

.search_box a {
    display: block;
    float: left;
    width: 35px;
}

.search .search_icon:hover .search_box {
    display: block;
}

.search .heSearch {
    background: url(/static/addons/cms/images/image/image/search.png) no-repeat center center/20px;
    width: 40px;
    height: 40px;
    border: none;
    float: left;
    cursor: pointer;
    border-left: #f2f2f2;
    border-radius: 0 3px 0 3px;
}

.header .pull li {
    font-size: 15px;
    color: #282828;
    margin-left: 28px;
    width: auto;
    cursor: pointer;
    position: relative;
    text-align: center;
    z-index: 999;
    display: inline-block;
    zoom: 1;
}

.header .pull li {
    float: left;
}

.header .pull li a {
    display: block;
    line-height: 80px;
    width: 100%;
}

.header .pull li:hover {
    border-bottom: 3px solid rgb(59, 167, 52);
}

.header .pull .in {
    border-bottom: 3px solid rgb(59, 167, 52);
    box-sizing: border-box;
}

.header .pull .list {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -80px;
    display: none;
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.header .pull li:hover .list {
    display: block;
}

.header .pull .item.list .itemn {
    height: 50px;
    /* border-bottom: 1px solid #f0f0f0; */
    background-color: #fff;
    cursor: pointer;
    line-height: 50px;
    font-size: 14px;
    width: 160px;
    text-align: center;
    color: #282828;
}

.header .pull .list .itemn:hover {
    background-color: #239c52;
}
.language{
    float: right; 
    width: 260px;
    position: relative;
   
}
.language_img{
    display: block;
    text-align: center;
    color: rgb(10, 161, 61); 
    font-size: 18px;
}
.language_box{
    /* display: none; */
    position: absolute;
    top: 83px;
    width: 100%;
    padding:0 40px ;
    background-color: rgba(255, 255, 255, .8);
}
.language_box h3{
    margin-top: 30px;
    text-align: center;
}
.language_box ul{
    display: flex;
    justify-content: center;
}
.language_box ul li{
    margin-left: 50px;
    transition: all .3s ease;
}
.language_box ul li:hover{
    border-bottom: 3px solid rgb(59, 167, 52);
    box-sizing: border-box;
}
.phone_header {
    display: block;
    padding-top: 53px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    transition: all .7s ease;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.on {
    display: none;
}

.roll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.phone_header li {
    position: relative;
    box-sizing: border-box;
    /* border-top: 1px solid rgb(192, 192, 192, .5); */
}

.phone_header li a {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    border-top: 1px solid rgb(192, 192, 192, .5);
    width: 100%;
    z-index: 1;
}

.phone_header li a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background-color: rgb(218, 218, 218);
    z-index: -1;
    transition: all 0.3s ease;
}

.phone_header li a:hover::after,
.phone_header li a.in::after {
    width: 100%;
}

.phone_header li .icon1::before {
    content: ">";
    position: absolute;
    font-size: 18px;
    right: 10px;
    color: #666;
    transition: all .3s ease;
}

.phone_header li .icon1 {
    position: absolute;
    right: 10px;
    height: 100%;
    z-index: 10;

    width: 50px;
}

.phone_header li .item a {
    padding-left: 40px;
}

.phone_header li .icon1.active::before {
    transform: rotateZ(90deg);
}

.search .navigation {
    height: 50px;
    display: none;
    float: right;
    padding: 0 5px;
    line-height: 50px;
    cursor: pointer;
}

.navigation span {
    display: block;
    width: 30px;
    margin-top: 18px;
    height: 2px;
    background-color: rgb(153, 153, 153);
    transition: all .7s ease;
}

.navigation span:nth-child(2) {
    margin-top: 10px;
}

.navigation.active span:nth-child(1) {
    transform: rotateZ(45deg);
    margin-top: 22px;
}

.navigation.active span:nth-child(2) {
    transform: rotateZ(-45deg);
    margin-top: -2px;
}

footer {
    background-color: rgb(27, 27, 27);
    color: #666;
    text-align: left;
    padding: 1px;
    box-sizing: border-box;
    width: 100%;
}

.foot_top {
    padding-left: 50px;
    margin-top: 25px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.foot_top ul {
    display: flex;
    justify-content: center;
}

.foot_top li {
    float: left;
    margin-right: 6%;
    line-height: 25px;
}

.foot_top a {
    font-size: 14px;
    display: block;
    color: #666;
}

.foot_top li a:hover {
    color: #c7c7c7;
}

.foot_top li .titles,
.foot_top li .titles>a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.foot_top li .dot {
    display: block;
    height: 4px;
    width: 30px;
    background-color: #239c52;
    margin: 10px 0;
}

.foor_bottom {
    text-align: center;
}

.foor_bottom p {
    line-height: 35px;
    font-size: 14px;
}

.foot_top li:last-child {
    padding: 10px;
    box-sizing: border-box;
}

.foot_top .image {
    margin: 15px;
    width: 130px;
    height: 130px;
}

.foot_top img {
    width: 100%;
    height: 100%;
}

.foot_top .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin-left: 30%;
}


.footer {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer #pages {
    display: flex;
    justify-content: center;
}

.footer #pages li {
    /* float: left; */
    margin: 0 5px;
    background-color: rgb(222, 222, 222);
}

.footer #pages li {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

.footer #pages li:first-child,
.footer #pages li:last-child {
    border: none;
}

.footer #pages li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 36px;
}

.footer #pages .active,
.footer #pages li:hover,
.footer #pages li a:hover {
    background: linear-gradient(rgba(19, 159, 175), rgba(37, 198, 120));
    color: #fff;
}

.footer #pages li.disabled {
    background-color: rgb(216, 216, 216, .8);
    cursor: no-drop;
}

.footer #pages span {
    display: block;
    font-size: 20px;
    line-height: 36px;
}





.wrapper-1300 {
    width: 1300px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.ny-banner {
    position: relative;
    transition: all .7s ease;
    height: 440px;
    background-color: #fff;
}

.ny-banner .image {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 440px;
    top: 0;
    left: 0;
    z-index: 1;
}

.ny-banner .image img {
    width: 100%;
    height: 100%;
}

/* .ny-banner .image img {
    animation: slow-action 20s infinite;
}

@keyframes slow-action {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
} */


.ny-banner .boxs {
    position: relative;
    text-align: center;
    padding-top: 150px;
    letter-spacing: 2px;
    transition: all ease .5s;
    font-size: 28px;
    margin: 0 30px;
    height: 100%;
    z-index: 2;
    margin: auto;
    color: #fff;
    box-sizing: border-box;
}

.ny-banner .boxs h1 {
    margin-bottom: 10px;
}

.ny-banner .boxs p {
    margin-top: 10px;
}

.ny-banner .boxs span {
    display: block;
    width: 100px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
}


.nb-menu {
    background-color: rgb(242, 242, 242);
    line-height: 75px;
}

.nb-menu .title {
    color: rgb(136, 136, 136);
}

.nb-menu .title>img {
    width: auto;
}

.nb-menu .title span {
    line-height: 35px;
}

.nb-menu .MORE {
    float: right;
    margin-right: 30px;
}

.animation,
.animation .image img,
.animation img {
    transition: all .5s ease;
}

.animation,
.animation .image {
    overflow: hidden;

}


.animation:hover {
    box-shadow: 0 0 10px #c0c0c0;
}


.animation:hover .image img,
.animation img:hover {
    transform: scale(1.05, 1.05);
}


.container1 {
    bottom: 110px;
    left: 30px;
    position: fixed;
    z-index: 2000;
}

.container1 .suspend {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.container1 .suspend .inner-center {
    position: absolute;
    width: 190px;
    height: 48px;
    left: -260px;
    transition: all .3s ease;
}

.container1 .suspend:hover .inner-center {
    left: 50px;

}

.container1 .suspend:hover .inner-center .weixin {
    left: 0;
    opacity: 1;
}

.container1 .suspend .inner-center .weixin {
    background: #FCFCFD;
    background-clip: padding-box;
    position: absolute;
    opacity: 0;
    left: -300px;
    bottom: 0;
    width: 170px;
    box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 8%);
}


.container1 .suspend .inner-center .weixin img {
    width: 110px;
    height: 110px;
    margin: 30px 30px 0 30px;
}

.container1 .suspend .inner-center .weixin .desc {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 16px 0;
    overflow: hidden;
}

.container1 .suspend .icon {
    background-image: url(/static/addons/cms/images/image/image/qq_set_icon1_2.png);
    background-size: 288px 25px;
    width: 24px;
    height: 24px;
    display: block;
}

.container1 .suspend.icon1 .icon {
    background-position: 0px 0px;
}

.container1 .suspend.icon1:hover .icon {
    background-position: 144px 0px;

}

.container1 .suspend.icon2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container1 .suspend.icon2 .icon {
    background-position: -48px 0px;
}

.container1 .suspend.icon2:hover .icon {
    background-position: 96px 0px;
}

.container1 .suspend .inner-center .phone_ul {
    background: #FCFCFD;
    background-clip: padding-box;
    position: absolute;
    opacity: 1;
    /* left: -300px; */
    bottom: 0;
    width: 170px;
    box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 8%);
}

.container1 .suspend .inner-center .phone_ul li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    margin: 0 16px;
}

.container1 .suspend .inner-center .phone_ul li a {
    color: #333;
}

.container1 .suspend .inner-center .phone_ul li a .name {
    font-size: 12px;
}

.container1 .suspend .inner-center .phone_ul li a .num {
    font-size: 14px;
}

.container1 .suspend.icon3 .icon {
    background-position: -96px -0px;
}

.container1 .suspend.icon3:hover .icon {
    background-position: 48px 0px;
}

.container1 .suspend.icon4 .icon {
    background-position: -72px -0px;
}

.container1 .suspend.icon5 .icon {
    background-image: url(/static/addons/cms/images/image/image/top_icon1_2.png);
    background-size: 96px 25px;
    background-position: -0px -0px;
}

.container1 .suspend.icon5:hover .icon {
    background-position: -24px -0px;
}

@media only screen and (min-width: 1200px) {
    .phone_header {
        display: none;
    }

    .logo .text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {


    .header {
        position: fixed;
        line-height: 50px;
        background-color: #fff;
    }

    .header .apull {
        height: 50px;
    }

    .header .pull li {
        font-size: 14px;
        margin-left: 22px;
        width: 60px;
    }

    .header .apull .logo {
        margin-left: 50px;
        width: 230px;
    }



    .foot_top li {
        display: none;
    }

    .foot_top li:nth-child(5),
    .foot_top li:nth-child(6) {
        display: block;
    }

    .header .pull li a {
        line-height: 50px;
    }

    .search_box {
        top: 45px;
    }

    .logo .text {
        font-size: 13px;
    }

    .wrapper-1300,
    .wrapper-1700 {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .header .pull li {
        font-size: 13px;
        margin-left: 15px;
        width: 55px;
    }

    .foot_top {
        padding-left: 10px;
    }



    .animation img {
        width: 100%;
    }

    .header .apull .logo {
        margin-left: 5%;
        width: 215px;
    }

    .logo .text {
        font-size: 12px;
    }

    .page-cate {
        display: none;
    }
    .language,
    .language_box{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .logo a {
        height: 50px;
    }

    .container1 {
        display: none;
    }

    .header .pull li {
        font-size: 12px;
        margin-left: 10px;
        width: 45px;
    }

    .search .search_icon {
        display: none;
    }

    .search .navigation {
        display: block;
    }

    .pull {
        display: none;
    }

    .foot_top li:nth-child(6) {
        display: none;
    }

    .foot_top li {
        margin-right: 0;
        line-height: 20px;
    }

    .foor_bottom p {
        line-height: 25px;
        font-size: 12px;
    }

    .ny-banner,
    .nb-menu {
        display: none;
    }


    .footer {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer #pages li {
        width: 25px;
        height: 25px;
    }

    .footer #pages span {
        font-size: 13px;
        line-height: 25px;
    }

    .footer #pages li a {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .foot_top li {
        font-size: 13px;
    }

    .logo .text {
        display: none;
    }

    .header .apull .logo {
        margin-left: 20px;
        width: 50px;
        float: left;
    }
}