﻿/* 内页 */

body {
    background-color: #f3f3f3;
}

.page-wrap {
    background-color: #f3f3f3;
    margin-top: 55px;
    padding-bottom: 6%;
}

@media(min-width:991px) {
    .page-wrap-left {
        display: none;
    }
}

@media(max-width:1280px) {
    .page-wrap {
        margin-top: 4.296875vw;
    }
}


/* banner */

.page-banner {
    position: relative;
}

.page-banner .wzs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 22;
}

.page-banner .wzs h3 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #007cff;
}

.page-banner .wzs h4 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.42;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1.5625%;
}

.page-banner .wzs a {
    font-size: inherit;
    color: inherit;
}

.page-banner .wzs .w1280 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media(max-width:1280px) {
    .page-banner .wzs h3 {
        font-size: 27px;
    }
    .page-banner .wzs h4 {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .page-banner .wzs h3 {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .page-banner .wzs h3 {
        font-size: 18px;
    }
    .page-banner .wzs h4 {
        font-size: 10px;
    }
}

@media(max-width:400px) {
    .page-banner .wzs h3 {
        font-size: 14px;
    }
    .page-banner .wzs h4 {
        font-size: 8px;
    }
}


/* banner下导航 */

.tit_navs {
    background-color: #ffffff;
    padding: 0.78125vw 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #007cff;
}

.tit_navs .zwf {
    height: 1.7vw;
    width: 100%;
    max-height: 30px;
    min-height: 10px;
}

.tit_navs ul.xypg-left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.tit_navs ul.xypg-left-nav>li {
    padding: 0 1em;
    min-width: 10.4375em;
    margin: 0 1.40625%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tit_navs ul.xypg-left-nav li.clear_af>a::after,
.tit_navs ul.xypg-left-nav li.clear_af>a>.pa_nav_btn{
    display: none !important;
}
.tit_navs ul.xypg-left-nav.pro>li::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    height: 0.78125vw;
    left: 0;
}

.tit_navs ul.xypg-left-nav>li .first-nav-btn {
    display: none;
}

.tit_navs ul.xypg-left-nav>li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 0;
    line-height: inherit;
    font-size: inherit;
    position: relative;
    transition: 0.3s ease;
}

.tit_navs ul.xypg-left-nav.pro>li>a {
    padding: 0 1.25em 0 0;
}

.tit_navs ul.xypg-left-nav.pro>li>a::after {
    transition: 0.3s ease;
    content: "";
    display: block;
    position: absolute;
    right: 0.3125em;
    top: 50%;
    margin-top: -0.15625em;
    width: 0.625em;
    height: 0.3125em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/2.png);
    background-size: contain;
}

.tit_navs ul.xypg-left-nav.pro>li.clicked>a::after,
.tit_navs ul.xypg-left-nav.pro>li:hover>a::after {
    background-image: url(../images/3.png);
}

.tit_navs ul.xypg-left-subnav {
    position: absolute;
    left: 0;
    top: calc(100% + 0.78125vw);
    background-color: #ffffff;
    width: 100%;
    display: block;
    padding: 9.58% 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.tit_navs ul.xypg-left-nav>li:hover ul.xypg-left-subnav {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.tit_navs .xypg-left-nav .xypg-left-subnav>li {
    border: none;
    font-size: 14px;
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tit_navs .xypg-left-nav .xypg-left-subnav>li>a {
    font-size: inherit;
    padding: 0;
    color: #666666;
    text-align: left;
    padding-right: 2.2857em;
    line-height: 2.4285;
    position: relative;
}

.tit_navs ul.xypg-left-nav.pro .xypg-left-subnav>li>a>.pa_nav_btn {
    transition: 0.3s ease;
    content: "";
    display: block;
    position: absolute;
    right: 0.3125em;
    top: 50%;
    margin-top: -0.17857em;
    width: 0.714285em;
    height: 0.35714em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/2.png");
    background-size: contain;
}

.tit_navs ul.xypg-left-nav.pro .xypg-left-subnav>li.clicked>a,
.tit_navs ul.xypg-left-nav.pro .xypg-left-subnav>li:hover>a {
    color: #007cff;
}

.tit_navs ul.xypg-left-nav.pro .xypg-left-subnav>li:hover>a>.pa_nav_btn {
    background-image: url("../images/3.png");background-size: contain;
}

.tit_navs .xypg-left-nav .xypg-left-threenav {
    width: 100%;
    display: none;
}

.tit_navs .xypg-left-nav .xypg-left-threenav>li>a {
    font-size: inherit;
    line-height: inherit;
}

.tit_navs .xypg-left-nav .xypg-left-threenav>li>a:before {
    display: none;
}

@media(max-width:1200px) {
    .tit_navs {
        font-size: 15px;
    }
}

@media(max-width:1024px) {
    .tit_navs {
        display: none;
    }
}


/* 分页器 */

.xypg-pagination {
    margin-top: 6%;
}

.pagin-left {}

.pagin-left .ygjl {
    background-color: #eeeeee;
    border-radius: 2px;
    border-color: #eeeeee;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
    background-color: #007cff;
    border-color: #007cff;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
    vertical-align: top;
}


/* 产品列表 */

.xypg-product-list {
    margin: 0;
}

.xypg-product-list li {
    display: block;
    width: 100%;
    margin: 0 0 3.125% 0;
    padding: 0;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.xypg-product-list li:hover {
    box-shadow: 0px 1px 25.5px 0.5px rgba(0, 0, 0, 0.08);
}

.xypg-product-list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
}

.xypg-product-list li .img {
    width: 50%;
    max-width: 550px;
    flex-shrink: 0;
}

.xypg-product-list li .img img {
    width: 100%;
    height: auto;
}

.xypg-product-list li .wzs {
    flex-grow: 1;
    padding: 4.6875% 3.515% 4.6875% 6.09375%;
    height: 100%;
}

.xypg-product-list li .wzs h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #000000;
    padding: 0.75em 0 calc(0.75em + 2px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.xypg-product-list li .wzs h3::before {
    content: "";
    display: block;
    width: 4.4444em;
    min-width: 30px;
    height: 0.1667em;
    min-height: 2px;
    background-color: #007cff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xypg-product-list li .wzs .intros {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.285;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6.855em;
    margin-top: 5.29%;
}

.list_a_bq {
    float: left;
    display: block;
    margin-top: 4.95%;
    padding-right: 3.57em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.7857;
    letter-spacing: 0.1em;
    color: #999999;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/4.png);
    background-size: auto 100%;
}
.xypg-product-list li:hover .list_a_bq{
    color: #007cff;
    background-image: url(../images/5.png);
}
@media(max-width:1024px) {
    .xypg-product-list li .wzs .intros {
        font-size: 13px;
    }
    .list_a_bq {
        font-size: 12px;
    }
}

@media(max-width:992px) {
    .xypg-product-list li .wzs {
        padding: 2.6875% 2.515% 2.6875% 3.09375%;
    }
    .xypg-product-list li .wzs h3 {
        font-size: 17px;
    }
    .xypg-product-list li .wzs .intros {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .xypg-product-list li a {
        flex-flow: column;
    }
    .xypg-product-list li .img {
        width: 100%;
        max-width: none;
    }
    .xypg-product-list li .wzs {
        width: 100%;
        padding: 4vw 3vw;
    }
    .xypg-product-list li .wzs .intros {
        height: auto;
    }
}

@media(max-width:450px) {
    .xypg-product-list li .wzs h3 {
        font-size: 16px;
    }
    .list_a_bq {
        font-size: 10px;
    }
}


/* 产品详情 */

.page-product-detail-effect {
    width: 48.28%;
}

.page-product-detail-effect .big-img a {
    height: 420px;
}

.page-product-detail-effect .big-img a img {
    width: 100%;
}

.page-product-detail-right {
    width: 45.15%;
    margin-left: 5.15%;
}

.page-product-detail-right h2 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 5.2%;
}

.detail_description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 4.15%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 3%;
}

.product-detail-item {
    margin-top: 3.6%;
}

.product-detail-item li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.2857;
    letter-spacing: 0px;
    color: #000000;
}

.page-product-inquiry {
    margin-top: 7.2%;
}

.page-product-inquiry a {
    width: 8.57em;
    height: 2.57em;
    background-color: #262626;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: 0px;
    color: #ffffff;
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.product-detail-tab {
    margin-top: 5.86%;
}

.product-detail-tab .product-detail-tabli {
    border: 1px solid #d8d8d8;
    border-left: none;
    border-right: none;
    height: auto;
}

.product-detail-tab .product-detail-tabli li {
    border-right: none;
    margin: 0;
    width: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.857;
    letter-spacing: 0px;
    color: #000000;
    padding: 0 1.7857em;
    border: none;
    outline: none;
}

.product-detail-tab .product-detail-tabli li::before {
    display: none;
}

.product-detail-tab .product-detail-tabli li.on {
    color: #ffffff;
    background-color: #007cff;
}

.product-detail-tab .product-detail-tabli li:nth-child(n+2) {
    margin-left: 1.71875%;
}

.product-detail-tab .product-detail-tabli li:nth-child(n+3) {
    display: none;
}

.product-detail-tabbox {}

.product-detail-tabbox .product-detail-tabcon {
    padding: 3% 1.5%;
}

.xypg-detail-tags .tags-title .baidu-share {
    display: none;
}

.xypg-detail-tags {}

.xypg-detail-tags .tags-title {
    border: none;
    float: left;
}

.xypg-detail-tags .tags-title h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 0;
    margin: 0;
    border: none;
}

.xypg-detail-tags .tags-content {
    /* float: left; */
    padding-top: 0;
    margin-right: 0;
    font-size: 14px;
    color: #5c677d;
    line-height: 34px;
}

.xypg-detail-tags .tags-content>a {
    min-width: 6.42857em;
    height: 32px;
    background-color: #d6d6d6;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #303f5b;
    text-align: center;
    padding: 0 1em;
    margin-right: 1em;
}

.xypg-detail-url {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2%;
    display: none;
}

.xypg-detail-url a {
    color: #333333;
}

.xypg-detail-url a:hover {
    color: #007cff;
}

.xypg-detail-pn {
    display: flex;
    width: 100%;
    margin-top: 2%;
    padding-bottom: 4%;
    border-bottom: 1px solid #f5f5f5;
    align-items: center;
    justify-content: space-between;
}

.xypg-detail-pn>div {
    border: none;
    padding: 0;
    line-height: 30px;
    display: inline-flex;
}

.xypg-detail-pn>div+div {
    margin: 0;
}

.xypg-detail-pn div b {
    white-space: nowrap;
    flex-shrink: 0;
}

.xypg-detail-pn div a {
    flex-grow: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xypg-detail-pn div,
.xypg-detail-pn div b,
.xypg-detail-pn div a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.relate-title {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.2;
    padding: 1em 0;
    letter-spacing: 0px;
    color: #333333;
}

.relate-title span {
    border: none;
    width: 100%;
    padding: 0;
    color: inherit;
}

.relate-product-slick .owl-item .img {
    margin-bottom: 0;
}

.relate-product-slick .owl-item p {
    background-color: #ffffff;
    padding: 0.875em 1em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    height: auto;
}

.relate-product-slick .owl-item:hover p {
    background-color: #007cff;
    color: #ffffff;
}

@media(max-width:1280px) {
    .page-product-detail-effect .big-img a {
        height: 32.8125vw;
    }
    .page-product-detail-right h2 {
        font-size: 2.1875vw;
    }
    .detail_description {
        font-size: 1.25vw;
    }
}

@media(max-width:1024px) {
    .page-product-detail-effect .big-img a {
        height: 320px;
    }
    .page-product-detail-right h2 {
        font-size: 22px;
    }
    .detail_description,
    .product-detail-item li,
    .page-product-inquiry a {
        font-size: 12px;
    }
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        width: 100%;
    }
    .page-product-detail-effect .big-img a img {
        width: auto;
    }
    .page-product-detail-right {
        width: 100%;
        margin: 5vw 0 0;
    }
}

@media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli li {}
    .product-detail-tabbox .product-detail-tabcon {}
    .xypg-detail-pn {
        flex-flow: column;
        align-items: flex-start;
        margin-top: 4vw;
    }
    .xypg-detail-tags .tags-content>a {
        font-size: 12px;
    }
    .xypg-detail-pn div,
    .xypg-detail-pn div b,
    .xypg-detail-pn div a {
        font-size: 12px;
    }
    .page-product-detail-right h2 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .page-product-detail-right h2 {
        font-size: 18px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 13px;
    }
    .product-detail-tabbox {
        font-size: 11px;
    }
}


/* 新闻列表 */

.xypg-news-list {
    margin: 0;
}

.xypg-news-list li {
    background-color: #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 1.5625%;
}

.xypg-news-list li:hover {
    box-shadow: 0px 1px 25.5px 0.5px rgba(0, 0, 0, 0.08);
}

.xypg-news-list li a {
    display: block;
    padding: 1.875% 3.6% 2.8125%;
}

.xypg-news-list li .tit {
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.555;
    letter-spacing: 0px;
    color: #000000;
    padding: 0.1667em 0;
}

.xypg-news-list li:hover .tit {
    color: #007cff;
}

.xypg-news-list li .tit::before {
    content: "";
    display: block;
    width: 4.4444em;
    min-width: 30px;
    height: 0.1667em;
    min-height: 2px;
    background-color: #007cff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xypg-news-list li .info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 1.346%;
}

.xypg-news-list li .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 0.8%;
}


/* 联系我们 */

.xypg-right-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
}

.xypg-right-content .conta {
    text-align: center;
}

.page_maps {}

.page_maps #container_map {
    max-height: 432px;
    min-height: 300px;
    height: 42.1875vw;
}


/* 在线留言 */

#message-form {
    margin: 0 auto;
    max-width: 690px;
    position: relative;
}

#message-form .form_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin-bottom: 3.47%;
    position: relative;
}

#message-form input,
#message-form textarea {
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.875;
    letter-spacing: 0px;
    color: #999999;
    border: solid 1px #d6d6d6;
    box-shadow: none;
    flex-grow: 1;
    height: calc(2.875em + 2px);
    padding: 0 1.25em;
    background-color: #ffffff;
    width: calc(100% - 5.5em);
}

#message-form input:focus,
#message-form textarea:focus {
    border-color: #007cff;
}

#message-form input::placeholder,
#message-form textarea::placeholder {
    color: #999999;
}

#message-form label {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    white-space: nowrap;
    text-align: right;
    width: 4em;
    margin-right: 1.5em;
    flex-shrink: 0;
}

#message-form label .red-star {
    font-size: inherit;
    line-height: inherit;
    color: #ff0909;
}

#message-form label .wz {
    font-size: inherit;
    line-height: inherit;
    color: #333333;
}

#message-form .form_group.textarea {
    align-items: flex-start;
}

#message-form textarea {
    min-height: 11.25em;
    min-width: calc(100% - 5.5em);
    max-width: calc(100% - 5.5em);
    width: calc(100% - 5.5em);
    line-height: 2.2;
}

#message-form #change_code {
    line-height: 40px;
}

#message-form .btn {
    background-color: #007cff;
    border-radius: 2px;
    line-height: 3;
    border: none;
    height: 3em;
    width: 7.5em;
    color: #ffffff;
    flex-grow: unset;
}

#message-form .btn:nth-child(3) {
    background-color: #262626;
    margin-left: 1.375em;
}

#message-form .msg-box {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 16px;
}

#message-form #change_code {
    display: inline-block;
}

@media(max-width:992px) {
    #message-form .form_group {
        margin-bottom: 30px;
    }
    #message-form .msg-box {
        left: 88px;
        top: 100%;
        margin-top: 6px;
        position: absolute;
    }
}

@media(max-width:768px) {
    #message-form .form_group {
        flex-flow: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    #message-form .form_group:nth-last-child(2) {
        flex-flow: row;
        flex-wrap: wrap;
    }
    #message-form .form_group:last-child {
        flex-flow: row;
    }
    #message-form input,
    #message-form textarea {
        width: 100%;
        max-width: 100%;
    }
    #message-form label {
        font-size: 14px;
        width: 100%;
        text-align: left;
        line-height: 2;
    }
    #message-form .form_group:last-child label {
        display: none;
    }
    #message-form input,
    #message-form textarea {
        font-size: 14px;
    }
    #message-form .msg-box {
        left: 0;
        margin-top: 5px;
    }
    #message-form #checkCodeImg {
        height: 42px;
        width: auto;
    }
    #message-form #change_code {
        line-height: 42px;
        font-size: 12px;
    }
}

@media(max-width:640px) {
    #message-form {
        padding-top: 5vw;
    }
    #message-form input,
    #message-form textarea {
        font-size: 12px;
    }
    #message-form .n-msg {
        font-size: 10px;
    }
    #message-form.n-default .msg-wrap {
        padding-left: 0;
    }
    #message-form #checkCodeImg {
        height: 36px;
    }
    #message-form #change_code {
        line-height: 36px;
    }
    .ceck_im{width:100%;}
}


@media(max-width:425px) {
   #message-form #checkcode{width:55%;}
}

/* 专题页 */


/* 修改添加 */

