@media(min-width:1439px) {
    .container {
        padding: 0 15px;
        width: 1400px;
    }
}

@media(min-width:1770px) {
    .container {
        padding: 0 15px;
        width: 1750px;
    }
}



/*头部样式*/

.top-title {
    background-color: #fff;
    height: 60px;
    border-bottom: 1px solid #aeaeae;
}

.top-left {
    float: left;
}

.top-left p {
    line-height: 60px;
    font-size: 14px;
    color: #333;
}

.top-right {
    float: right;
}

.jz-lonav {
    height: 120px;
    line-height: 120px;
    width: 100%;
}

.x-menu .lis .lia {
    line-height: 120px;
    font-size: 18px;
    color: #333333;
    position: relative;
}

.x-menu .lis .lia::before {
    position: absolute;
    height: 3px;
    width: 100%;
    content: '';
    background-color: #ad9463;
    bottom: 5px;
    left: 0;
    display: none;
}

.x-menu .lis .lia:hover {
    color: #ad9463;
}

.x-menu .lis .lia:hover::before {
    display: block;
}

.x-menu .lis {
    margin: 0 4.8% 0 0;
}

.x-logo a {
    line-height: 120px;
}

.x-logo {
    width: 21.511%;
}

.x-sub-menu li a {
    line-height: 30px !important;
}

.x-sub-menu li:hover {
    background-color: transparent;
}

.x-sub-menu {
    top: 130px;
}

.x-menu {
    width: 47.67%;
}

.x-header-right {
    position: relative;
}

#formsearch {
    width: 200px !important;
    margin: 0;
}

.x-header-right #formsearch:before {
    display: none;
}

.x-header-right {
    width: 10%;
}

.x-header-right #formsearch #s_btn {
    border-right: 1px solid #eee;
}

.search-img {
    background: url(../images/search.png);
    width: 24px;
    height: 23px;
}

.search-img:hover {
    cursor: pointer;
}

.x-header-right {
    position: relative;
    margin-left: 3%;
}

.x-header-right #formsearch {
    position: absolute;
    left: 0;
    border: 1px solid #eee;
    top: 35px;
    display: none;
}

.x-header-right #formsearch #s_btn {
    float: right;
}

.telme {
    margin-left: 6%;
}

.telme a {
    width: 200px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    background-color: #ad9463;
    border-radius: 50px;
}

.telme span{
    display: block;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #ad9463;
}



.jz-lonav {
    display: flex;
    align-items: center;
}

.x-banner .owl-carousel .owl-nav button {
    display: none;
}











/*产品中心*/

.jz-products {
    margin-top: 105px;
    padding-bottom: 66px;
}

.title {
    display: flex;
    align-items: center;
    position: relative;
}

.title h3 {
    width: 50%;
    text-align: left;
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    margin-left: 50px;
}

.titlea {
    text-align: right;
    width: 50%;
}

.title a {
    float: right;
    display: block;
    width: 210px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    background-color: #ad9463;
    text-align: center;
    border-radius: 40px;
}

.title h4 {
    font-size: 100px;
    color: #f7f7f7;
    position: absolute;
    left: 0;
    top: -60px;
    text-transform: uppercase;
    z-index: -99;
}

.jz-product-list {
    margin-top: 36px;
}

.jz-product-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 15px;
}

.jz-product-list li:nth-child(3n) {
    margin-right: 0;
}

.jz-product-list li a {
    display: block;
}

.proimg {
    overflow: hidden;
    border-radius: 20px;
}

.proimg img {
    width: 100%;
    border-radius: 20px;
}

.jz-product-list li a h3 {
    font-size: 18px;
    line-height: 68px;
    color: #333333;
    text-align: center;
    font-weight: normal;
}

.jz-product-list li a:hover .proimg img {
    transform: scale(1.05);
    transition: all .4s;
}

.jz-product-list li a .proimg img {
    transition: all .4s;
}

.jz-product-list li a:hover h3 {
    color: #ad9463;
}









/*产品优势*/

.jz-fuwu {
    background-color: #f7f7f7;
    padding-top: 75px;
    padding-bottom: 100px;
}

.ysh3 {
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.ys-list {
    margin-top: 75px;
}

.ys-list li {
    width: 23.7%;
    float: left;
    margin-right: 1.7%;
    border: 1px solid #dfe1ea;
    padding-left: 40px;
    padding-top: 48px;
    padding-right: 40px;
    height: 354px;
    border-radius: 20px;
}

.ys-list li:hover {
    background-color: #fff;
    box-shadow: 0 0 15px 7.5px #ddd;
}

.ys-list li:hover a h3 {
    color: #ad9463;
}

.ys-list li:nth-child(4) {
    margin-right: 0;
}

.ys-list li a {
    display: block;
}

.ys-list li a h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    margin-top: 25px;
    position: relative;
}

.ys-list li a h3::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dfe1ea;
    left: 0;
    top: 50px;
}

.ys-list li a h4 {
    font-size: 16px;
    color: #838386;
    line-height: 28px;
    font-weight: normal;
    margin-top: 60px;
}






/*新闻中心*/

.jz-news {
    padding-top: 80px;
}

.news-list {
    margin-top: 55px;
}

.news-cate h3 {
    color: #ffffff;
    font-size: 14px;
    background-color: #ad9463;
    border-radius: 40px;
    text-align: center;
    line-height: 32px;
}

.news-cate {
    float: left;
    width: 20%;
}

.news-date {
    float: right;
}

.news-date h4 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 32px;
}

.news-title {
    margin-top: 28px;
}

.newx-txt {
    margin-top: 25px;
}

.newx-txt h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newx-txt p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
}

.news-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.n-list li {
    border-bottom: 1px solid #dfe1ea;
    padding-bottom: 30px;
}

.n-list li:hover a .news-img img {
    transform: scale(1.05);
    transition: all .4s;
}

.n-list li a .news-img img {
    transition: all .4s;
}

.n-list li a .news-img {
    overflow: hidden;
}

.n-list li:hover a .newx-txt h3 {
    color: #ad9463;
}

.more-news {
    display: block;
    width: 235px;
    background-color: #ad9463;
    color: #fff !important;
    line-height: 55px;
    border-radius: 40px;
    text-align: center;
    margin: 0px auto;
    margin-top: 54px;
    font-size: 20px;
}

.now-tel {
    display: block;
    width: 235px;
    background-color: #ad9463;
    color: #fff !important;
    line-height: 55px;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
}

.zf-text {
    margin-top: 95px;
    background: url(../images/bj.png);
}

.text-left h3 {
    font-size: 36px;
    color: #ad9463;
    font-weight: normal;
}

.text-left h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 55px;
    letter-spacing: 5px;
}

.text-left {
    float: left;
}

.text-right {
    float: right;
}

.kiss {
    padding: 110px 220px 100px 190px;
}

.jza:hover {
    background-color: #000;
}

.jz-footer {
    margin-top: 90px;
    background-color: #0f0c1d;
    padding-top: 55px;
}

.footerleft {
    width: 33.5%;
    float: left;
}

.footerleft h3 {
    margin-top: 15px;
}

.footerleft h3 p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal;
    opacity: .5;
}

.footercenter {
    width: 30%;
    float: left;
}

.x-layout-menu dl {
    width: 25%;
}


.x-layout-menu dl dt {
    font-size: 16px;
}

.x-layout-menu dl dd a:hover {
    color: #ad9463;
}

.footerright {
    width: 34.5%;
    float: right;
}

.rightall {
    display: flex;
    justify-content: right;
}

.ewm {
    margin-right: 32px;
}

.ewm h3 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 14px;
    opacity: .5;
    font-weight: normal;
}

.now-tels h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 23px;
}

.now-tels h4 {
    font-size: 32px;
    color: #ad9463;
    margin-top: 17px;
}


.footerall {
    padding-bottom: 80px;
}

.x-copyright {
    font-size: 14px;
    color: #848484;
    text-align: center;
    line-height: 60px;
}

.x-copyright a {
    font-size: 14px;
    color: #848484;
}

.x-copyright a:hover {
    font-size: 14px;
    color: #ad9463;
}

.floor {
    border-top: 1px solid #272534;
}

#toolbar {
    right: -15px;
}

@media(max-width:1769px) {
    .x-menu .lis {
        margin: 0 2.8% 0 0;
    }

    .x-menu {
        width: 53.67%;
    }

    .telme {
        margin-left: 0;
    }

    .kiss {
        padding-left: 0;
        padding-right: 0;
    }

    .footerleft {
        width: 30.5%;
        float: left;
    }

    .footerright {
        width: 36.5%;
        float: right;
    }
}

@media(max-width:1438px) {
    .x-menu {
        width: 71.67%;
    }

    .x-header-right {
        position: relative;
        margin-left: 0%;
    }

    .telme a {
        width: 150px;
    }

    .ewm {
        margin-right: 22px;
    }

    .footerleft {
        width: 27.5%;
        float: left;
    }

    .footerright {
        width: 42.5%;
        float: right;
    }
}

@media(max-width:1199px) {
    .x-menu {
        width: 71.67%;
    }

    .x-header-right {
        position: relative;
        margin-left: 0%;
    }

    .telme a {
        width: 120px;
        font-size: 14px;
    }

    .x-menu .lis .lia {
        line-height: 120px;
        font-size: 15px;
        color: #333333;
        position: relative;
    }

    .footerright {
        display: none;
    }

    .footercenter {
        width: 50%;
        float: left;
    }

    .footerleft {
        width: 50%;
        float: left;
    }

    .ys-list li {
        width: 48.5%;
        margin-right: 3%;
        margin-top: 15px;
    }

    .ys-list li:nth-child(2n) {
        margin-right: 0;
    }

    .ys-list {
        margin-top: 50px;
    }

    .title h3 {
        font-size: 32px;
    }

    .title h4 {
        font-size: 70px;
        top: -35px;
    }

    .title a {
        float: right;
        display: block;
        width: 150px;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        background-color: #ad9463;
        text-align: center;
        border-radius: 40px;
    }

    .jz-product-list li a h3 {
        font-size: 16px;
        line-height: 50px;
    }

    .ysh3 {
        font-size: 32px;
    }

    .jz-fuwu {
        background-color: #f7f7f7;
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .ys-list {
        margin-top: 30px;
    }

    .ys-list li a h3 {
        font-size: 16px;
    }

    .ys-list li a h4 {
        font-size: 14px;
        margin-top: 40px;
    }

    .ys-list li a h3 {
        margin-top: 15px;
    }

    .ys-list li a h3::before {
        top: 40px;
    }

    .ys-list li {
        height: 320px;
    }

    .jz-news {
        padding-top: 50px;
    }

    .news-list {
        margin-top: 40px;
    }

    .news-cate {
        float: left;
        width: 30%;
    }

    .news-cate h3 {
        font-size: 13px;
    }

    .newx-txt h3 {
        font-size: 16px;
    }

    .newx-txt p {
        font-size: 13px;
        margin-top: 10px;
    }

    .newx-txt {
        margin-top: 18px;
    }

    .news-date h4 {
        font-size: 12px;
    }

    .more-news {
        width: 180px;
        font-size: 16px;
    }

    .zf-text {
        margin-top: 75px;
    }

    .text-left h3 {
        font-size: 28px;
    }

    .text-left h4 {
        line-height: 45px;
        font-size: 18px;
    }

    .now-tel {
        width: 180px;
        font-size: 16px;
    }
}



@media(max-width:767px) {
    .jz-footer {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .foot {
        margin-top: 40px;
    }
}

@media(max-width:666px) {
    .jz-product-list li {
        width: 48.5%;
        margin-right: 3%;
    }

    .jz-product-list li:nth-child(2n) {
        margin-right: 0;
    }

    .jz-product-list li:nth-child(3n) {
        margin-right: 3%;
    }

    .jz-product-list li:last-child {
        margin-right: 0;
    }

    .ys-list li {
        margin-right: 0;
        width: 100%;
        height: 260px;
    }

    .text-left h3 {
        line-height: 40px;
    }

    .text-left h4 {
        margin-top: 15px;
    }

    .kiss {
        padding: 50px 0;
    }

    .text-right {
        margin-top: 20px;
    }

    .now-tel {
        width: 140px;
        font-size: 14px;
        line-height: 40px;
    }

    .more-news {
        width: 140px;
        font-size: 14px;
        margin-top: 30px;
        line-height: 40px;
    }

    .zf-text {
        margin-top: 40px;
    }

    .news-cate {
        float: left;
        width: 40%;
    }

    .ys-list li {
        padding-top: 25px;
        padding-left: 25px;
    }

    .ysh3 {
        font-size: 28px;
    }

    .title h3 {
        font-size: 28px;
        margin-left: 20px;
    }

    .jz-products {
        margin-top: 50px;
    }

    .title h4 {
        font-size: 41px;
        top: 40px;
    }

    .title a {
        width: 120px;
        font-size: 14px;
        line-height: 40px;
    }
}



/*小屏幕底部*/

.foot {
    background: #1e1d2d;
    color: #bcbbbe;
    padding: 0 15px;
    /*padding-top: 20px;*/
    /*padding-bottom: 15px;*/
}

.fw {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.fw .du .dul .p1 span {
    float: right;
    padding-right: 20px;
}

.fw .du .dul .sec li {
    padding-left: 10px;
    margin-bottom: 8px;
}

.fw .du .dul .sec {
    display: none;
}

.fw .du .dul .sec a {
    color: #939090;
    font: 400 13px/26px "Microsoft yahei";
}

.fw .du .dul p {
    border-bottom: 1px solid #7a7a7a;
    font: 400 16px/52px "Microsoft yahei";
}

.fw .du {
    font-size: 14px;
}

.sjbq {
    font-size: 12px;
    color: #bcbbbe;
    padding-top: 5px;
}

.sjbq a {
    color: #bcbbbe;
}

.x-m-power {
    text-align: center;
    color: #bcbbbe;
    font: 400 14px/20px "Microsoft yahei";
    margin-top: 20px;
}

.x-m-power a {
    color: #bebebe !important;
    font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.products-lists {
    display: none
}


.products-lists li {
    text-align: center;
}

.products-lists li a {
    font-size: 15px;
    color: #547e83;
}

@media(max-width:376px) {
    .products-lists {
        display: block
    }

    .products-lists .owl-nav {
        display: none;
    }

    .products-lists {
        margin: 30px 0px;
    }

}









.line {
    width: 78px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 310px;
    bottom: 80px;
    z-index: 999;
}

.lihe-h {
    position: absolute;
    width: 0;
    height: 1px;
    background: #d97f3b;
    animation: myfirst 15s;
    -moz-animation: myfirst 15s;
    /* -webkit-animation: myfirst 3.3s; */
    -o-animation: myfirst 15s;
    animation-iteration-count: infinite;
}

@keyframes myfirst {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
    {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    0% {
        width: 0;
    }

    33.33% {
        width: 33.33%;
    }

    66.66% {
        width: 66.66%;
    }

    100% {
        width: 100%;
    }
}
.xypg-detail-tags{
    display:none;
}