@CHARSET "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover,
a:active,
a:focus {
    color: #1c4086;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

img {
    max-width: 100%;
}

.container-fluid {
    padding: 0 14%;
}

@media (max-width: 1366px) {
    .container-fluid {
        padding: 0 4%;
    }
}


.xypg-search-result .search-tag a:hover,
.xypg-search-result .search-tag a.on {
    color: #1c4086;
}

.page-position a:hover {
    color: #1c4086;
}

/** banner **/
.x-banner .owl-carousel .owl-dots {
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    background: #fff;
    width: 1rem;
    height: 1rem;
    opacity: 1;
    border: 2px solid #fff;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: none;
}

/****/

/** 头部 **/
.xymob-head {
    background: #1c4086;
}


.x-menu {
    margin-top: 1.5vh;
}

.x-menu>li {
    width: calc(16% - 0.3vw);
    text-align: center;
}

.x-menu>li>a {
    padding: 0;
}

.x-header-right {
    margin-top: 10px;
}


.x-header-right #formsearch {
    padding: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 21px;
    float: left;
}

.x-header-right #formsearch:before {
    content: '';
}

.x-header-right #formsearch #s_btn {
    background-color: #1c4086;
    border-radius: 15px;
    background-position: -28px -210px;
}

.x-header-right #formsearch #s_btn:hover {
    background-color: #1c4086;
}

.x-header-right .lang {
    float: right;
    line-height: 40px;
    text-align: center;
}

.x-header-right .lang a {
    font-size: 1.5vh;
    color: #333333;
}

.x-menu>li>a:hover {
    background: #1c4086;
    color: #fff;
}

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

/****/

/** 首页 **/
@media (max-width: 990px) {
    .x-banner {
        margin-top: 60px;
    }

    .page-banner {
        height: 60px;
        overflow: hidden;
    }
}

/** 产品类别 **/
.product-type {
    margin-top: 4vh;
}

.product-type ul li {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.product-type ul li .videobg {
    position: relative;
}

.product-type ul li .videobg .video-js {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.product-type ul li .img {
    overflow: hidden;
}

.product-type ul li .img img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
}

.product-type ul li .content {
    padding: 3vh;
    background: #F6F7F7;
}

.product-type ul li .content h3 {
    font-size: 1.6vh;
    padding-bottom: 1vh;
    color: #000;
    font-weight: normal;
}

.product-type ul li .content p {
    font-size: 1vh;
    color: #888;
}

.product-type ul li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-type ul li:hover .content h3 {
    color: #1c4086;
    position: relative;
}

.product-type ul li:hover .content h3:before {
    content: '';
    display: inline-block;
    width: 2vh;
    height: 3px;
    background: #1c4086;
    position: absolute;
    left: -3vh;
    top: 0.5vh;
}

/****/

/** 首页通用标题 **/
.common-title {
    height: 3vh;
    line-height: 3vh;
    position: relative;
}

.common-title h3 {
    font-size: 2.5vh;
    color: #1c4086;
    font-weight: 500;
}

.common-title h3 span {
    font-size: 1.5vh;
    color: #55595C;
    padding-left: 1vh;
}

.common-title a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 2vh;
    height: 3vh;
    line-height: 3vh;
    font-size: 1vh;
    border-radius: 1.5vh;
    border: 1px solid #ccc;
}

.common-title a:hover {
    background: #1c4086;
    color: #fff;
    border: 1px solid #1c4086;
}

/****/

/** 首页产品展示 **/
.x-product {
    background: #fff;
}

.x-product-list li {
    width: calc(25% - 24px)
}

@media (max-width: 990px) {
    .x-product-list li {
        width: calc(50% - 10px)
    }
}

.x-product-list li .img {
    border: 1px solid #ccc;
}

.x-product-list li h3 {
    padding: 0;
    height: 8vh;
    line-height: 8vh;
    font-size: 1.5vh;
    text-indent: 1vh;
    color: #55595C;
    border: 1px solid #fff;
    font-weight: normal;
}

.x-product-list li:hover .img {
    border: 1px solid #1c4086;
}

.x-product-list li:hover h3 {
    background: #1c4086;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #1c4086;
}

@media (min-width: 990px) {
    .x-product-list li h3 span {
        display: none;
        float: right;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 4vh;
        position: relative;
    }

    .x-product-list li h3 span i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background-image: url('../images/icon_spirit.png');
        background-repeat: no-repeat;
        background-position: -33px -245px;
    }

    .x-product-list li:hover h3 span {
        display: block;
    }
}

/****/


/** 首页广告 **/
.x-ad .owl-carousel {
    position: relative;
}

.x-ad .owl-carousel .owl-dots {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    z-index: 999;
    text-align: center;
    font-size: 0;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.x-ad .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    width: 1.3vh;
    height: 1.3vh;
    opacity: .6;
}

.x-ad .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
    position: relative;
}

.x-ad .owl-carousel .owl-dots button.owl-dot.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(1.3vh + 2px);
    height: calc(1.3vh + 2px);
    border: 2px solid #1c4086;
    background: none;
    border-radius: 50%;
    opacity: 1;
}

/****/

/** 首页公司介绍 **/
.x-about {
    padding: 4% 0;
    background: #F6F7F7;
}

.x-about .title {
    padding-bottom: 2vh;
    margin: 1% 0;
    border-bottom: 1px solid #E5E9EF;
}

.x-about .title h3 {
    padding: 1vh 0;
    color: #1c4086;
    font-size: 2.5vh;
}

.x-about .title h3 span {
    font-size: 1.5vh;
    color: #55595C;
    padding-left: 1vh;
    font-weight: normal;
}

.x-about .title p {
    font-size: 1.4vh;
}

/****/

/** 首页案例展示 **/
.x-case {
    background: #fff;
}

.x-case-list {
    font-size: 0;
    margin: 3.125% -12px 0 -12px;
}

.x-case-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 24px);
    margin: 0 12px 45px 12px;
}

@media (max-width: 990px) {
    .x-case-list li {
        width: calc(50% - 10px);
        margin: 0 5px 25px 5px;
    }

}

.x-case-item a {
    padding: 0;
}

.x-case-item .wz {
    margin-top: 0;
    padding: 3vh 2vh;
    background: #F6F7F7;
}

.x-case-item .wz h3 {
    padding: 1vh 0;
    font-size: 2vh;
    font-weight: 500;
    position: relative;
}

.x-case-item a {
    box-shadow: 0 5px 10px transparent;
}

.x-case-item .wz h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0vh;
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
}

.x-case-item .wz p {
    font-size: 1.5vh;
    margin-bottom: 0;
}

.x-case-item:hover a {
    box-shadow: 0 5px 10px #F6F7F7;
}

.x-case-item:hover a {
    border: none;
}

.x-case-item:hover .wz {
    background: #fff;
}

.x-case-item:hover .wz h3 {
    color: #1c4086;
}

.x-case-item:hover .wz h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0vh;
    display: block;
    width: 100%;
    height: 2px;
    background: #F6F7F7;
}

@media (max-width: 990px) {
    .x-case .common-title h3 span {
        display: none;
    }
}

/****/


/** 首页联系我们 **/
.x-contact {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.x-contact .contact {
    width: 100%;
    padding: 5vh 0;
    background: rgba(4, 160, 123, 0.1);
}

.x-contact .title {
    font-size: 2.5vh;
    padding: 2vh 0;
    color: #fff;
}

.x-contact .content p {
    color: #fff;
    font: 400 15px/30px "Microsoft yahei";
    position: relative;
    padding-left: 16px;
}

.x-contact .content p::before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.01);
    border-radius: 4px;
    left: 0;
    top: 10px;
}

.x-contact .content a {
    display: inline-block;
    margin-top: 2vh;
    height: 5vh;
    line-height: 5vh;
    font-size: 1.5vh;
    border-radius: 2.5vh;
    padding: 0 6vh;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.x-contact .content a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #b27a4b;
}

/****/

/** 首页新闻 **/
.x-news {
    padding: 10vh 0;
}

.x-news-list {
    margin: 3.125% -12px 0 -12px;
}

.x-news-list ul li {
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 0;
    border: none;
}

.x-news-list ul li .img {
    width: 100%;
    overflow: hidden;
}

.x-news-list ul li .img img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.x-news-list ul li .content {
    white-space: normal;
    padding: 4vh 0 3vh 0;
    border-bottom: 1px solid #E2E4E6;
}

.x-news-list ul li .content h3 {
    margin-bottom: 2vh;
    font-size: 1.5vh;
    font-weight: normal;
    color: #333333;
}

.x-news-list ul li .content p {
    width: 100%;
    font-size: 1vh;
    word-break: break-all;
    color: #55595C;
}

.x-news-list ul li .date {
    margin-top: 2vh;
    color: #55595C;
    font-size: 1.5vh;
    font-weight: bold;
}

.x-news-list ul li:hover .content {
    border-bottom: 1px solid #1c4086;
}

.x-news-list ul li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.x-news-list ul li:hover h3 {
    color: #1c4086;
}

.x-news-list ul li:hover .date {
    color: #1c4086;
}

.x-news-list .owl-carousel {
    position: relative;
}

.x-news-list .owl-carousel .owl-dots {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    z-index: 999;
    text-align: center;
    font-size: 0;
    bottom: -6vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.x-news-list .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #E2E4E6;
    border: 2px solid #E2E4E6;
    border-radius: 50%;
    width: 1.5vh;
    height: 1.5vh;
}

.x-news-list .owl-carousel .owl-dots button.owl-dot.active {
    background: none;
    border: 2px solid #1c4086;
    opacity: 1;
}

.x-news-list .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-news-list .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

.x-news-list .owl-carousel .owl-nav button.owl-prev,
.x-news-list .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-news-list .owl-carousel .owl-nav .owl-prev {
    left: -3%;
}

.x-news-list .owl-carousel .owl-nav .owl-next {
    right: -3%;
}

/****/


/** 首页留言 **/
.x-message {
    padding: 6% 0;
    background: url(//cdn.myxypt.com/ac2042b7/21/08/8b567ee8ca63162a3e8fe875e69cea0639ca4a9c.jpg) top center no-repeat;
}

.x-message-wrap {
    margin: 0 15%;
    padding: 4% 6%;
    background: #fff;
    box-shadow: 0 5px 5px #ccc;
}


@media (max-width: 1366px) {
    .x-message-wrap {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
}

@media(max-width: 990px) {
    .x-message{
        margin-bottom:52px;
    }
    .x-message-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

.x-message-wrap .title {
    margin-bottom: 3vh;
}

.x-message-wrap .title h3 {
    font-size: 3vh;
    text-align: center;
    color: #000;
    margin: 2vh 0;
}

.x-message-wrap .title p {
    text-align: center;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
    background: #fff;
}

.x-message-wrap #checkcode {
    width: 68%;
}

.x-message-wrap .checkCodeImg {
    width: 32%;
}

@media (max-width: 990px) {
    .x-message-wrap #checkcode {
        width: 55%;
    }

    .x-message-wrap .checkCodeImg {
        width: 45%;
    }
}

.x-message-wrap .submit-btn {
    text-align: center;
}

.x-message-wrap .x-submit {
    width: 14vh;
    height: 4vh;
    border-radius: 2vh;
    background: #1c4086;
    color: #fff;
    float: none;
    font-size: 1.5vh;
    text-align: center;
    margin: 0 auto;
    margin-top: 3vh;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.x-message-wrap .x-submit:hover {
    background: #1c4086;
}

/****/

/** 底部通栏 **/
.x-layout {
    background: #55595C;
    padding: 4.16666667% 0;
}

.x-layout-logo {
    width: 20%;
    float: left;
}

.x-layout-menu {
    margin-top: 3%;
    width: 70%;
    float: left;
}

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

.x-layout-menu dl dt a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.x-layout-menu dl dt a:hover {
    color: #1c4086;
}

.x-seo {
    margin: 1vh 0;
}

.x-seo a {
    color: rgba(255, 255, 255, 0.5);
}
.x-seo a:hover{
    color: rgba(255, 255, 255, 0.8);
}
.link {
    color: rgba(255, 255, 255, 0.5);
    margin: 1vh 0;
}

.link a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 1vh;
}

.hot-search {
    margin: 1vh 0;
    color: rgba(255, 255, 255, 0.5);
}

.hot-search a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 1vh;
}
.hot-search a:hover{
    color: rgba(255, 255, 255, 0.8);
}
.x-footer {
    border-top: 1px solid #65696C;
    background: #55595C;
    color: rgba(255, 255, 255, 0.5);
}

.x-footer a {
    color: rgba(255, 255, 255, 0.5);
}

/** 内页banner **/
@media (min-width: 990px) {
    .page-wrap-left {
        width: 20%;
        margin-right: 2.16666667%;
    }
}

.page-banner {
    position: relative;
}

.page-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.page-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.page-content .content h3 {
    font-size: 2.5vh;
}

.page-content .content p {
    margin-top: 2vh;
    font-size: 1.5vh;
}

/****/

.page-position {
    color: #55595C;
    padding: 2.5vh 0;
}

.page-position a {
    color: #55595C;
}

/** 产品列表 **/
.xypg-left-title {
    background: #1c4086;
    border: 1px solid #F5F5F5;
}

.xypg-left-title h3 {
    color: #fff;
    font-size: 2vh;
}

.xypg-left-con {
    border: 1px solid #F5F5F5;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: #1c4086;
}

.xypg-product-list li {
    border: none;
    padding: 0;
}

@media (max-width: 1366px) {
    .xypg-product-list li {
        width: 47%;
    }

}

.xypg-product-list li .img {
    border: 1px solid rgba(85, 89, 92, 0.2);
}

.xypg-product-list li h3 {
    padding: 0;
    line-height: 8vh;
    text-indent: 1vh;
    color: #55595C;
    border: 1px solid #fff;
    font-size: 1.5vh;
    font-weight: normal;
}

.xypg-product-list li:hover .img {
    border: 1px solid #1c4086;
}

.xypg-product-list li:hover h3 {
    background: #1c4086;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #1c4086;
}

.xypg-product-list li:hover h3 a {
    color: #fff;
}

@media (min-width: 990px) {
    .xypg-product-list li h3 span {
        display: none;
        float: right;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 4vh;
        position: relative;
    }

    .xypg-product-list li h3 span i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background-image: url('../images/icon_spirit.png');
        background-repeat: no-repeat;
        background-position: -33px -245px;
    }

    .xypg-product-list li:hover h3 span {
        display: block;
    }
}

/****/


/** 产品详情 **/
.product-detail-item {
    width: 60%;
}

.product-detail-item li:first-child {
    margin-bottom: 2vh;
}

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

.page-product-detail-right {
    width: 62%;
}

.page-product-detail-effect .big-img {
    border: none;
}

.page-product-detail-effect .img-container {
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
}

.product-detail-slick a.slick-item {
    opacity: 0.6
}

.product-detail-slick a.slick-item.active {
    border: 1px solid #1c4086;
    opacity: 1;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 2vh;
    border-bottom: 1px solid #000;
}

.product-detail-slick a.slick-item img {
    width: auto;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .page-product-detail-effect .big-img a {
        height: 100%;
    }
}

.page-product-inquiry a {
    background: #1c4086;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-product-inquiry a:hover {
    background: #1c4086;
}

.page-product-detail-box {
    padding-bottom: 5vh;
}

.product-detail-tab {
    margin-top: 3vh;
}

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

.product-detail-tab .product-detail-tabli li {

    font-size: 1.6vh;
    border: none;
}

@media (min-width: 1366px) {
    .product-detail-tab .product-detail-tabli li {
        width: 10%;
    }
}


.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    color: #1c4086;
    font-weight: 700;
    font-size: 2vh;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
    border: none;
    border-bottom: 1px solid #1c4086;
}

.xypg-detail-tags .tags-content span {
    font-size: 1.5vh;
    margin-right: 1vh;
}

.xypg-detail-tags .tags-content a {
    font-size: 1.5vh;
    margin: 0;
    padding: 0;
    color: #2f2f2f;
    display: inline-block;
    background: #fff;
    height: 3.6vh;
    line-height: 3.6vh;
    border-radius: 1.8vh;
    margin-right: 1vh;
    padding: 0 1.5vh;
    margin-bottom: 1vh;
}

.xypg-detail-tags .tags-content a:hover {
    color: #fff;
    background: #1c4086;
}

.gray-bg {
    padding-bottom: 4vh;
    background: #F8F8F8;
}

/****/

/** 手机站底部菜单 **/
@media (max-width: 767px) {
    .x-footer {
        margin-bottom: 50px;
    }
}

.foot-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1c4086;
}

.foot-bar ul {
    display: flex;
}

.foot-bar ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.foot-bar ul li a {
    display: block;
    color: #fff;
}

.foot-bar ul li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.foot-bar ul li i.home {
    background-image: url('../images/icon_home.png');
}

.foot-bar ul li i.product {
    background-image: url('../images/icon_product.png');
}

.foot-bar ul li i.phone {
    background-image: url('../images/icon_phone.png');
}

.foot-bar ul li i.message {
    background-image: url('../images/icon_message.png');
}

.foot-bar ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2vh;
    color: #fff;
}

/****/

/** 手机模式下产品分类 **/
.mobile-cate-btn {
    display: block;
    font-size: 2vh;
    margin-bottom: 2vh;
    color: #000;
}

.mobile-cate-btn span {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/icon_spirit.png');
    background-position: -6px -424px;
    background-repeat: no-repeat;
}

.mobile-cate-list {
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: calc(100vh - 110px);
    z-index: 99999;
    display: none;
    transition: all 0.3s ease-in-out;
}

.mobile-cate-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 21px;
    border: 1px solid #1c4086;
    border-radius: 50%;
    background: url('../images/close.png') center center no-repeat #1c4086;
    background-size: 50%;
}

.mobile-cate-list .xypg-left-nav {
    padding-top: 40px;
    width: 100%;
    float: right;
    height: 100%;
    background: #fff;
}

.mobile-cate-list .xypg-left-subnav li {
    padding-left: 10px;
}

.mobile-cate-list .xypg-left-threenav li {
    padding-left: 10px;
}

/****/

/** 上一篇/下一篇 **/
.xypg-detail-pn {
    clear: both;
    zoom: 1;
    margin-top: 1vh;
}

.xypg-detail-pn div {
    display: inline-block;
    float: left;
    font-size: 1.5vh;
    border: 0;
    padding: 10px 0;
}

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

.xypg-detail-pn div b {
    font-size: 1.5vh;
}

.xypg-detail-pn div a {
    display: inline-block;
    width: auto;
    font-size: 1.5vh;
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 80%;
    }
}


.xypg-detail-pn div+div {
    margin-top: 0;
    float: right;
}

@media (max-width: 768px) {
    .xypg-detail-pn div {
        width: 100%;
    }
}

/****/

/** 相关内容 **/


.relate-product-slick .owl-item .img {
    width: calc(100% - 2px);
    margin-bottom: 0;
    border: 1px solid #ccc;
}

.relate-product-slick a h3 {
    width: calc(100% - 2px);
    padding: 0;
    height: 8vh;
    font-size: 1.5vh;
    line-height: 8vh;
    text-indent: 1vh;
    color: #55595C;
    border: 1px solid #fff;
    font-weight: normal;
}

.relate-product-slick a:hover .img {
    border: 1px solid #1c4086;
}

.relate-product-slick a:hover h3 {
    background: #1c4086;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #1c4086;
}

@media (min-width: 990px) {
    .relate-product-slick a h3 span {
        display: none;
        float: right;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 4vh;
        position: relative;
    }

    .relate-product-slick a h3 span i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background-image: url('../images/icon_spirit.png');
        background-repeat: no-repeat;
        background-position: -33px -245px;
    }

    .relate-product-slick a:hover h3 span {
        display: block;
    }
}

/****/

/** 案例列表 **/
.xypg-case-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 24px);
    margin: 0 12px 45px 12px;
}

@media (max-width: 990px) {
    .xypg-case-list li {
        width: calc(50% - 10px);
        margin: 0 5px 25px 5px;
    }

}

/****/

/** 新闻列表 **/
.news-cate-list {
    float: right;
}

.news-cate-list li {
    display: inline-block;
    border: 1px solid #E2E4E6;
    height: 4vh;
    line-height: 4vh;
    border-radius: 2vh;
    padding: 0 2vh;
    margin-left: 1vh;
}

.news-cate-list li:hover,
.news-cate-list li.on {
    border: 1px solid #1c4086;
    background: #1c4086;
}

.news-cate-list li:hover a,
.news-cate-list li.on a {
    color: #fff;
}

.xypg-news-list li {
    padding: 2vh;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    color: #333333;
}

.xypg-news-list li .tit {
    margin-bottom: 0;
    border: none;
}

.xypg-news-list li .tit h3 {
    padding-right: 0;
    color: #333333;
}

.xypg-news-list li .info {
    color: #55595C;
}

.xypg-news-list li .date {
    font-size: 1.2vh;
    color: #55595C;
    opacity: 0.8;
    margin: 1vh 0;
}

.xypg-news-list li:hover {
    box-shadow: none;
    border-bottom: 1px solid #1c4086;
}

.xypg-news-list li:hover .tit h3 {
    color: #1c4086;
}

/****/


/** 在线留言 **/
#message-form {
    margin: 0 auto;
}

@media (min-width: 990px) {
    #message-form {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    #message-form {
        width: 50%;
    }

}

#message-form .title {
    margin: 3vh 0 5vh 0;
    text-align: center;
}

#message-form .title h3 {
    font-size: 2.5vh;
    color: #333333;
    margin-bottom: 1vh;
}

#message-form .title p {
    font-size: 1.5vh;
    color: #55595C;
}

#message-form #checkcode {
    margin-top: -10px;
    width: calc(100% - 192px);
}

#message-form .input-btn {
    outline: none;
    width: 15vh;
    height: 5vh;
    line-height: 5vh;
    border-radius: 2.5vh;
    font-size: 1.5vh;
    background: #fff;
    border: none;
    color: #55595C;
}

#message-form .btns {
    margin-top: 5vh;
    text-align: center;
}

#message-form .btn-reset {
    background: #F6F7F7;
}

#message-form .btn-reset:hover {
    background: #eee;
}

#message-form .btn-submit {
    background: #1c4086;
    color: #fff;
    margin-left: 1vh;
}

#message-form .btn-submit:hover {
    background: #1c4086;
}

/****/

/** 分页 **/
.xypg-pagination #current,
.xypg-pagination a:hover {
    background: #1c4086;
    border: 1px solid #1c4086;
}

@media (max-width: 768px) {
    .xypg-pagination .pagin-left a:first-child {
        display: none;
    }
}

/*首页横幅2*/
.x-contact-right li {
    list-style-type: none;
}

.x-contact-right li .img {
    border: 2px solid #fff;
    border-radius: 50%;
}

.x-contact-right li .img img {
    max-width: 100%;
}

.x-contact-right li h3 {
    text-align: center;
    color: #fff;
    font: 600 17px/52px "Microsoft yahei";
}
.lg{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 36px;
    border: 1px solid #264a96;
}
.lg a{
    display: block;
    float: left;
    width: 50px;
    font:400 13px/36px "Microsoft yahei";
    text-align: center;
}
.lg img{
    float: left;
    margin-left: -1px;
}
.lg a:first-child{
    background-color: #264a96;
    color: #fff;
}