/* 统一的样式修改 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}
.page-message-img{
    display: none;
}

/* 内页 */

.page-wrap-right {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
}

.page-wrap-right a {}

.page-wrap-right p {
    margin: 0;
}


/* 左侧 */

.page-wrap-left {}

.xypg-left .xypg-left-box:nth-child(n+2) {
    display: none;
}

.xypg-left-title {
    background-color: #f5f5f5;
    padding: 24px;
    position: relative;
    z-index: 30;
}

.xypg-left-title h3 {
    font-size: 20px;
    line-height: 1;
    color: #333333;
}

.xypg-left-title h3 span {
    display: none;
}

.xypg-left-con {
    border: solid 1px #eeeeee;
    margin-top: -1px;
    position: relative;
    z-index: 20;
}

.xypg-left-title i {}

.xypg-left-nav {
    padding: 5% 0;
}

.xypg-left-nav li {
    position: relative;
}

.xypg-left-nav li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xypg-left-nav>li {
    border: none;
    font-size: 16px;
}
.xypg-left-nav>li:hover .xypg-left-subnav{display:block;}
.xypg-left-nav>li>a {
    padding: 0.5625em 2.5em 0.5625em 1.5em;
    font-size: inherit;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
}

.xypg-left-nav>li:hover>a {
    color: #333333;
}

.xypg-left-nav>li.clicked>a {
    color: #e5820a;
}

.page_nav_jt {
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.xypt.top/5160c783/21/06/9d18355d17c39307f5e14e64394f8f0a2071ecb1.png");
    background-size: cover;
    position: absolute;
    right: 1.5em;
    top: 1.5625em;
    margin-top: -0.5em;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.xypg-left-nav li.open_click>.page_nav_jt {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.xypg-left-nav .xypg-left-subnav {
    padding: 0;
    display: none;
}

.xypg-left-nav .xypg-left-subnav>li {
    border: none;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    line-height: inherit;
    font-size: inherit;
    padding: 0.5625em 2.5em 0.5625em 2.5em;
}

.xypg-left-nav .xypg-left-threenav {
    display: none;
}

.xypg-left-nav .xypg-left-threenav>li>a {
    line-height: inherit;
    font-size: inherit;
    padding: 0.5625em 2.5em 0.5625em 3.5em;
}

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

.xypg-left-nav li a:hover {
    color: #e5820a;
}

@media (min-width: 991px) {
    .page-wrap-left {
        width: 222px;
        margin-right: 2.2%;
    }
    .page-wrap-left {
        /* display: none; */
    }
    .page-wrap-right {
        font-size: 12px;
    }
}


/* 产品 */


/* 产品列表 */

.xypg-product-list {
    margin: 0;
    /* 1114 */
    font-size: 0;
}

.xypg-product-list li {
    width: 31.42%;
    margin: 0;
    margin-right: 2.87%;
    padding: 0;
    border: none;
}

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

.xypg-product-list li:nth-child(n+4) {
    margin-top: 1.436%;
}

.xypg-product-list li .img {
    display: block;
    background-color: #f6f6f6;
    text-align: center;
    position: relative;
    padding-top:calc(1 / 1 * 100%);
    height: 0;
}

.xypg-product-list li .img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: auto;
    position:absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
}

.xypg-product-list li h3 {
    display: block;
    position: relative;
    z-index: 30;
}

.xypg-product-list li h3 * {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.xypg-product-list li h3 a {
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: left;
    padding: 1em 2.5em 1em 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.xypg-product-list li h3 a::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e5820a;
    z-index: -1;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.xypg-product-list li:hover h3 a {
    color: #ffffff;
    padding: 1em 1em 1em 1.5em;
}

.xypg-product-list li:hover h3 a::before {
    width: 100%;
}

@media(max-width:768px) {
    .xypg-product-list li {
        width: 48.5%;
        margin-right: 3%;
    }
    .xypg-product-list li:nth-child(3n) {
        margin-right: 3%;
    }
    .xypg-product-list li:nth-child(2n) {
        margin-right: 0;
    }
    .xypg-product-list li:nth-child(n+3) {
        margin-top: 1.5;
    }
}

@media(max-width:640px) {
    .xypg-product-list li h3 a {
        font-size: 14px;
    }
}


/* 相关产品  相关新闻 */

.relate-title {
    border: none;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}

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

.relate-product-slick.owl-carousel {
    margin-top: 3.514%;
}

.relate-product-slick .owl-item a {
    display: block;
    position: relative;
    z-index: 30;
}

.relate-product-slick .owl-item .img {
    display: block;
    background-color: #f6f6f6;
    text-align: center;
    margin: 0;
}

.relate-product-slick .owl-item .img img {
    width: 100%;
    height: auto;
}

.relate-product-slick .owl-item p {
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: left;
    padding: 1em 2.5em 1em 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.relate-product-slick .owl-item:hover p {
    color: #ffffff;
    padding: 1em 1em 1em 1.5em;
}

.relate-product-slick .owl-item p::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e5820a;
    z-index: -1;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.relate-product-slick .owl-item:hover p::after {
    width: 100%;
}

.relate-news-list {
    margin-top: 3%;
}

.relate-news-list li {
    display: flex;
    margin-bottom: 1.666%;
    float: left;
    width: 45.388%;
}

.relate-news-list li:nth-child(2n) {
    float: right;
}

.relate-news-list li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 1.14285em;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0.5em;
}

.relate-news-list li:hover a {
    color: #e5820a;
}

.relate-news-list li a::before {
    content: "";
    display: block;
    width: 0.5714em;
    height: 0.5714em;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.2857em;
    border-radius: 50%;
}

.relate-news-list li:hover a::before {
    background-color: #e5820a;
}

.relate-news-list li span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 2em;
    top: 0;
    width: auto;
    position: relative;
}


/* 产品详情 */

.page-product-detail-effect {
    width: 43.9238%;
    /* width: 600px; */
    text-align: center;
}

.page-product-detail-effect .big-img {
    border: none;
    height: auto;
    background-color: #f6f6f6;
    width: 100%;
}

.page-product-detail-effect .big-img a {
    /*height: 425px;*/
}

.easyzoom--overlay .easyzoom-flyout {}

.easyzoom--overlay .easyzoom-flyout img {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.page-product-detail-effect .product-detail-slick {
    width: 100%;
    padding: 0 50px;
    margin-top: 6.66%;
}

.product-detail-slick a.slick-item {
    height: auto;
    opacity: 0.5;
    width: calc(100% - 1px)
}

.product-detail-slick a.slick-item.active {
    background-color: #f0f0f0;
    opacity: 1;
}

.page-product-detail-effect .owl-carousel .owl-nav.disabled {
    display: block;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-next,
.page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-color: transparent !important;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-next i,
.page-product-detail-effect .owl-carousel .owl-nav button.owl-prev i {
    display: none;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
    background-image: url("//cdn.xypt.top/5160c783/21/06/d2e44ecb77318b59018b6ecdb11162e0bb0f21a1.png") !important;
    left: -50px;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-next {
    background-image: url("//cdn.xypt.top/5160c783/21/06/f622ad25c70e71698f1a5b23439b9c1fb95a0a17.png") !important;
    right: -50px;
}

.page-product-detail-right {
    /* 653 */
    width: 47.8%;
}

.page-product-detail-right>h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 1.27em 0;
    border-bottom: solid 1px #dce2ee;
    margin-top: 5.5%;
}

.page-product-detail-right .detail_description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5c677d;
    padding: 1em 0;
}

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

.product-detail-item li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.25;
    letter-spacing: 0px;
    color: #5c677d;
}

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

.page-product-inquiry a {
    padding: 0 0.2em;
    margin-top: 0;
}

.page-product-inquiry a:hover {}

.product-detail-tab {
    margin-top: 5.1%;
    border-bottom: 1px solid #f5f5f5;
}

.product-detail-tab .product-detail-tabli {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    height: auto;
}

.product-detail-tab .product-detail-tabli li {
    width: auto;
    border: none;
    outline: none !important;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    padding: 0.8em 0.78em;
    margin-right: 1.33em;
    border: none;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:active {
    color: #e5820a;
    border: none;
    outline: none;
    font-weight: bold;
}

.product-detail-tab .product-detail-tabli li.on::before {
    border: none;
    width: 100%;
    height: 2px;
    background: none;
    background-color: #e5820a;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    margin: 0;
}

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

.product-detail-tabbox {
    margin-top: 3%;
}

.product-detail-tab .product-detail-tabcon {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #55595c;
}

.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-title .baidu-share {
    display: 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: 100px;
    height: 34px;
    background-color: #f5f8f9;
    border-radius: 17px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #303f5b;
    text-align: center;
    padding: 0 1em;
    margin-right: 1.714em;
}

.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: #e5820a;
}

.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;
    max-width: 48%;
}

.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;
}

.xypg-detail-pn div span {
    display: none;
}

@media(max-width:1200px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 1.666vw;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 16px;
    }
    .xypg-detail-url {
        font-size: 13px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 16px;
    }
}

@media(max-width:990px) {
    .page-product-detail-effect {
        width: 100%;
    }
    .page-product-detail-right {
        width: 100%;
        margin-top: 2vw;
    }
    .product-detail-item li {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 14px;
    }
    .xypg-detail-url {
        font-size: 12px;
    }
    .xypg-detail-pn {
        flex-flow: column;
        align-items: flex-start;
        margin-top: 4vw;
    }
    .xypg-detail-pn>div {
        max-width: none;
    }
    .xypg-detail-pn div,
    .xypg-detail-pn div b,
    .xypg-detail-pn div a {
        font-size: 14px;
    }
    .xypg-detail-tags .tags-content {
        font-size: 12px;
        line-height: 28px;
    }
    .xypg-detail-tags .tags-content a {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        margin: 5px 4px;
    }
    .xypg-detail-tags .tags-content a:last-child {
        float: none;
    }
    .page-product-inquiry a {
        font-size: 12px;
    }
    .page-product-detail-effect .owl-carousel .owl-nav button.owl-next,
    .page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
        width: 24px;
        height: 24px;
    }
    .page-product-detail-effect .product-detail-slick {
        padding: 0 30px;
    }
    .page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }
    .page-product-detail-effect .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
}

@media(max-width:640px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 12px;
    }
    .product-detail-tab .product-detail-tabli li {
        font-size: 14px;
    }
    .product-detail-item li {
        font-size: 12px;
    }
    .page-product-detail-right>h2 {
        font-size: 16px;
    }
    .page-product-detail-effect .big-img a {
        height: 66.4vw;
    }
    .page-product-detail-effect .owl-carousel .owl-nav button.owl-next,
    .page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
        width: 20px;
        height: 20px;
    }
    .page-product-detail-effect .product-detail-slick {
        padding: 0 24px;
    }
}

@media(max-width:420px) {
    .xypg-detail-pn div,
    .xypg-detail-pn div b,
    .xypg-detail-pn div a {
        font-size: 12px;
    }
}


/* 新闻分类 */

.right_tit2 {
    display: block;
}

.right_tit2 .xypg-left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 0 5%;
}

.right_tit2 .xypg-left-nav>li {
    margin: 0 1.087%;
}

.right_tit2 .xypg-left-nav>li>a {
    padding: 0 0.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(9.25em + 2px);
    height: calc(2.875em + 2px);
    border-radius: 1.5em;
    border: solid 1px #cccccc;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.875;
    letter-spacing: 0px;
    color: #333333;
}

.right_tit2 li ul {
    display: none !important;
}

.right_tit2 .xypg-left-nav>li>a:hover,
.right_tit2 .xypg-left-nav>li.clicked>a {
    background-color: #e5820a;
    border-color: #e5820a;
    color: #ffffff;
}

.xypg-news-list {}

.xypg-news-list li {
    background-color: #f9f9f9;
    margin-right: 2.344%;
    width: 48.828%;
    float: left;
    border: none;
    padding: 0;
    margin-bottom: 2.342%;
}

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

.xypg-news-list li:hover {
    box-shadow: none;
}

.xypg-news-list li a {
    display: block;
    padding: 6.7% 4.8% 6%;
}

.xypg-news-list li .date {
    font-family: Arial;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #cccccc;
}

.xypg-news-list li h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.4%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 7%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.xypg-news-list li h3::after {
    content: "";
    display: block;
    width: 0.9em;
    height: 0.35em;
    background-image: url("//cdn.myxypt.com/5160c783/21/10/000f7653041439a15fb921d8ac1767297a5de677.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 7%;
    top: 50%;
    margin-top: -0.175em;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    opacity: 0;
}

.xypg-news-list li:hover h3 {
    color: #e5820a;
}

.xypg-news-list li:hover h3::after {
    right: 0;
    opacity: 1;
}

.xypg-news-list li .info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #333333;
    margin-top: 4.2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4em;
}

@media(max-width:1400px) {
    .xypg-news-list li .date {
        font-size: 2.42857vw;
    }
    .xypg-news-list li h3 {
        font-size: 1.42857vw;
    }
    .xypg-news-list li .info {
        font-size: 1vw;
    }
}

@media(max-width:1200px) {
    .xypg-news-list li .date {
        font-size: 28px;
    }
    .xypg-news-list li h3 {
        font-size: 16px;
    }
    .xypg-news-list li .info {
        font-size: 12px;
    }
}

@media(max-width:992px) {
    .right_tit2 .xypg-left-nav>li>a {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .xypg-left-nav>li {
        font-size: 14px;
    }
    .xypg-left-nav>li {
        font-size: 14px;
    }
    .xypg-news-list li {
        width: 100%;
        margin-right: 0;
    }
    .right_tit2 {
        display: none;
    }
}

@media(max-width:640px) {
    .right_tit2 .xypg-left-nav>li>a {
        font-size: 12px;
    }
    .xypg-news-list li .date {
        font-size: 20px;
    }
    .xypg-news-list li h3 {
        font-size: 14px;
    }
    .xypg-news-list li .info {
        font-size: 11px;
    }
}


/* 新闻详情页 */

.xypg-news-detail {
    padding-top: 2%;
}

.xypg-news-detail .xypg-detail-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}

.xypg-news-detail .xypg-detail-con {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #333333;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5%;
}

.xypg-detail-info-bar {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
}

.xypg-detail-info-bar .author {
    margin: 0 2em;
}

.xypg-detail-info-bar span {
    color: #303f5b;
}

.xypg-detail-info-bar .detail-info-time {
    padding-left: 0;
}

.xypg-detail-info-bar i {
    display: none;
}

.xypg-detail-info-bar .detail-info-numbers {
    display: none;
}

/* 案例列表页 */
.xypg-case-list{
    margin: 0;
}
.xypg-case-list li{
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 2.88%;
    vertical-align: top;
}
.xypg-case-list li a{
    
	background-color: #f9f9f9;
}

.xypg-case-list li .imgs{
    display: block;
    overflow: hidden;
    width: 48.56%;
}

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


.xypg-case-list li .wzs{
    display: block;
    /*padding: 3.23% 2.87% 3.4%;*/
    padding: 3.23% 2.87% 0;
    width: 51.44%;
}

.xypg-case-list li .wzs .date{
    font-family: Arial;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #cccccc;
}
.xypg-case-list li .wzs h3{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;	
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #333333;
    padding-right: 8%;
    position: relative;
    margin-top: 4.15%;
    
}
.xypg-case-list li h3::after {
    content: "";
    display: block;
    width: 0.9em;
    height: 0.35em;
    background-image: url("//cdn.xypt.top/5160c783/21/06/a808e0d53dadf3e161c8f50f0fc1bdb95ebe2ef4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 7%;
    top: 50%;
    margin-top: -0.175em;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    opacity: 0;
}

.xypg-case-list li:hover h3 {
    color: #e5820a;
}

.xypg-case-list li:hover h3::after {
    right: 0;
    opacity: 1;
}

.xypg-case-list li .wzs .info{
        display: block;
        overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;	
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #333333;
    height: 4em;
    margin-top:6.2%;
}

@media(max-width:1400px){
     .xypg-case-list li .wzs .date {
        font-size: 2.42857vw;
    }
    .xypg-case-list li .wzs h3 {
        font-size: 1.42857vw;
    }
    .xypg-case-list li .wzs .info {
        font-size: 1vw;
    }
}
@media(max-width:1200px) {
    .xypg-case-list li .wzs .date {
        font-size: 28px;
    }
    .xypg-case-list li .wzs h3 {
        font-size: 16px;
    }
    .xypg-case-list li .wzs .info {
        font-size: 12px;
    }
}

@media(max-width:1024px){
    .xypg-case-list li .wzs{
        padding-top:2.32%;
    }
    .xypg-case-list li .wzs .date {
        font-size: 24px;
    }
    .xypg-case-list li .wzs h3 {
        font-size: 15px;
    }
}
@media(max-width:768px){
    .xypg-case-list li a{
        flex-flow:column;
    }
    .xypg-case-list li .imgs{
        width:100%;
    }
    .xypg-case-list li .wzs {
        display: block;
         padding: 3.23% 2.87% 3.4%; 
        width: 100%;
    }
    .xypg-case-list li .wzs h3{
        margin-top:2vw;
    }
    .xypg-case-list li .wzs .info{
        margin-top:3vw;
    }
}

@media(max-width:640px){
    .xypg-case-list li .wzs .date{
        font-size:18px;
    }.xypg-case-list li .wzs h3{
        font-size:14px;
    }
    .xypg-case-list li .wzs .info{
        font-size:11px;
    }
}
/* 案例详情 */
.xypg-case-detail .xypg-detail-title{
    text-align: center;
}



/* 关于我们 */

.page_about {
    padding: 1% 0 0;
}

.page_about h2 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
}

.page_about .ab_utls {}

.page_about .ab_utls li {
    background-color: #FBFBFB;
}

.page_about img {
    width: auto;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:1400px) {
    .page_about h2 {
        font-size: 1.57vw;
    }
}

@media(max-width:1200px) {
    .page_about h2 {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media(max-width:640px) {
    .page_about h2 {
        font-size: 18px;
    }
}


/* 联系我们 */

.page_contact {
    padding: 32px 0 128px;
}

@media(max-width:1400px) {
    .page_contact {
        padding: 2.285vw 0 9.14286vw;
    }
}


/* 留言页面 */

.xypg-right-content>h5 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}

#message_form {
    width: 100%;
    max-width: 630px;
    margin: 2.666% auto 0;
}

#message_form .form_group {
    margin: 0;
    position: relative;
}

#message_form .form_group:nth-child(n+2) {
    margin-top: 2.5478%;
}

#message_form label {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #303f5b;
}

#message_form label .red-star {
    color: #e5820a;
}

#message_form input,
#message_form textarea {
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.714;
    height: calc(2.714em + 2px);
    letter-spacing: 0px;
    border: solid 1px #CCCCCC;
    width: 100%;
    padding: 0 0.5em;
}

#message_form input:hover,
#message_form input:focus,
#message_form textarea:hover,
#message_form textarea:focus {
    border-color: #333333;
}

#message_form textarea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 11.4em;
}

#message_form input::placeholder,
#message_form textarea::placeholder {
    color: #a6adba;
}

.form_group .check {
    align-items: center;
}

#message_form input#checkcode {
    /*flex-grow: 1;*/
    width: calc(100% - 206px);
    margin-right: 2.53%;
}

#message_form #checkCodeImg {
    height: 40px;
    width: auto;
}

#message_form #change_code {
    white-space: nowrap;
    margin-left: 2.53%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    text-decoration: underline;
    display: block;
}

#message_form .form_group.flex {
    justify-content: center;
    margin-top: 10.15%;
}

#message_form .form_group .btn {
    letter-spacing: 0.1em;
    width: 10.714em;
    height: 3.42857em;
    border-radius: 1.7857em;
    line-height: normal;
    background-color: #e5820a;
    color: #ffffff;
    border: none;
}

#message_form .form_group .btn:hover {
    background-color: rgba(217, 81, 77, 0.8);
}

#message_form.n-default .msg-wrap {
    position: relative;
    left: 0;
    top: 0;
}

#message_form .msg-box.n-right {
    position: absolute;
    left: 100%;
    top: 30px;
    line-height: 30px;
    margin: 0;
}

#message_form .msg-wrap {
    line-height: 40px;
}

#message_form .n-error .n-icon {
    height: 40px;
    background-position: 0 12px;
}

.n-default .n-invalid {
    border-color: #c33!important;
}

@media (max-width: 1200px) {
    .xypg-right-content>h5 {
        font-size: 1.6666vw;
    }
}

@media (max-width: 1024px) {
    .xypg-right-content>h5 {
        font-size: 16px;
    }
    #message_form .msg-box.n-right {
        left: 0;
        top: 100%;
    }
    #message_form .msg-wrap {
        line-height: 20px;
    }
    #message_form .n-error .n-icon {
        height: 20px;
        background-position: 0 2px;
    }
    #message_form .form_group:nth-child(n+3) {
        margin-top: 20px;
    }
    #message_form.n-default .msg-wrap {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .xypg-right-content>h5 {
        font-size: 14px;
    }
    #message_form label,
    #message_form input,
    #message_form textarea,
    #message_form #change_code {
        font-size: 12px;
    }
    #message_form #checkCodeImg {
        height: 34.56px;
        width: auto;
    }
    #message_form input#checkcode{
        width:calc(100% - 180px);
    }
}

@media (max-width: 420px) {
    .xypg-right-content>h5 {
        margin-top: 5vw;
    }
    #message_form .form_group.flex {
        margin-top: 25px;
    }
    #message_form input#checkcode{
        width:calc(100% - 160px);
    }
}


/* 分页器 */

.page_nation {
    margin-top: 7.07%;
}

.page_nation .myxs {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.286;
    letter-spacing: 0px;
    color: #a6adba;
    padding: 1em 0;
}

.page_nation .page_fys {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.page_nation .page_fys div {
    margin: 10px 0;
}

.page_nation .page_fys .prevs,
.page_nation .page_fys .next {
    background-color: #ffffff;
    border: solid 1px #dce2ee;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303f5b;
}

.page_nation .page_fys .prevs a,
.page_nation .page_fys .next a {
    padding: 0;
    width: calc(6.2857em + 2px);
    height: calc(3.2857em + 2px);
    line-height: 3.2857;
    display: block;
    color: #303f5b;
    text-align: left;
    padding-left: 2.214285em;
    background-repeat: no-repeat;
    background-position: 1em center;
    background-image: url("//cdn.xypt.top/5160c783/21/06/c658b642f7b82cb9cfd849e339b17954e541201d.png");
    background-size: 0.642857em auto;
}

.page_nation .page_fys .prevs a.tole,
.page_nation .page_fys .next a.tole {
    opacity: 0.3;
}

.page_nation .page_fys .prevs:hover a.tole,
.page_nation .page_fys .next:hover a.tole {
    color: #303f5b;
}

.page_nation .page_fys .next a {
    padding-left: 1em;
    background-image: url("//cdn.xypt.top/5160c783/21/06/ddbcd3711cb87294470d8b81ac90e104da1dee24.png");
    background-position: center right 1em;
}

.page_nation .page_fys .prevs:hover a,
.page_nation .page_fys .next:hover a {
    color: #e5820a;
}

.page_nation .page_fys .pc_pagin_mid {
    font-size: 0;
}

.page_nation .page_fys .pc_pagin_mid a,
.page_nation .page_fys .pc_pagin_mid span {
    width: calc(2.875em + 2px);
    height: calc(2.875em + 2px);
    background-color: #ffffff;
    border: solid 1px #dce2ee;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.875;
    letter-spacing: 0px;
    color: #303f5b;
    text-align: center;
    display: inline-block;
    margin: 0 0.3125em;
}

.page_nation .page_fys .pc_pagin_mid a:hover {
    background-color: #e5820a;
    color: #ffffff;
    border-color: #e5820a;
}

.page_nation .page_fys .pc_pagin_mid span {
    display: inline-block;
    background-color: #e5820a;
    color: #ffffff;
    border-color: #e5820a;
}

.mob_pagin_mid select {
    background-color: #ffffff;
    border: solid 1px #dce2ee;
    font-size: 11px;
    line-height: 28px;
    height: 30px;
    text-align: right;
    width: 6.5em;
    margin: 0 1em;
}

@media(max-width:992px) {
    .page_nation .page_fys .prevs,
    .page_nation .page_fys .next {
        font-size: 12px;
    }
    .page_nation .page_fys .pc_pagin_mid a,
    .page_nation .page_fys .pc_pagin_mid span {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .page_nation .page_fys .prevs,
    .page_nation .page_fys .next {
        font-size: 10px;
    }
    .page_nation .page_fys .prevs a,
    .page_nation .page_fys .next a {
        height: 30px;
        line-height: 28px;
    }
    .page_nation .page_fys .pc_pagin_mid a,
    .page_nation .page_fys .pc_pagin_mid span {
        font-size: 11px;
        height: 30px;
        line-height: 28px;
    }
    .pc_pagin_mid {
        display: none;
    }
}

@media(min-width:640px) {
    .mob_pagin_mid {
        display: none;
    }
}


/* 修改添加 */