.btn-search {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #122d51;
    border-radius: 50%;
}

.btn-search i {
    color: #fff;
    font-size: 20px;
}
.icon-search:before{color:#fff;background:#122d51;}
.x-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.n-header {
    position: static;
    background: #fff;
}

.sample-foot{
    display: none;
}

@media (max-width: 768px){
    .sample-foot{
        display:block;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1410px;
    }
}

.x-product {
    text-align: center;
}

.look {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 45px;
    margin-top: 50px;
    border-radius: 20px;
    background: #122d51;
    font-size: 16px;
    color: #fff;
}

.look i {
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url(/template/default/assets/images/arrow.png) center no-repeat;
}

.look:hover {
    background: #122d51;
    color: #fff;
}

.ellipsis, .x-case-list li h3, .x-case-list li a:hover:after {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.x-case-list li {
    position: relative;
    width: 25%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.x-case-list li img {
    max-width: 100%;
}

.x-case-list li h3 {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    color: #fff;
}

.x-case-list li h4 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.x-case-list li a:hover h4 {
    opacity: 1;
}

.x-case-list li a:hover h3 {
    opacity: 0;
}

.x-case-list li a:hover:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.font-txt, .linkUS, .linkUS a {
    font-size: 13px;
    color: #969696;
}

.linkUS {
    height: 56px;
    line-height: 56px;
}

.linkUS span {
    display: inline-block;
    width: 88px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/template/default/assets/images/link.png) center no-repeat;
}

.linkUS a {
    display: inline-block;
    margin: 0 4px;
}

.x-layout-contact table {
    width: 100%;
}

.x-layout-contact table td {
    width: 25%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}

.xypg-left {
    background: #fff;
}

.category-list {
    background: #fff;
}

.category-list .sub-category ul {
    border-top: 1px solid #dcdcdc;
}

.category-list .xypg-left-nav > li {
    float: left;
}

.category-list .xypg-left-nav > li a {
    font-size: 16px;
    color: #5a5a5a;
}


.category-list .xypg-left-nav > li a:before{
    content:'-';
}

.category-list .xypg-left-nav > li + li {
    border-top: none;
}

.category-list .xypg-left-nav > li.clicked a, .category-list .xypg-left-nav > li:hover a {
    background: transparent;
    color: #00a0e9;
}

.sub-category li {
    float: left;
}

.sub-category li a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 12px;
    font-size: 14px;
    color: #787878;
}

.sub-category li.clicked a {
    color: #00a0e9;
}

#message-form table {
    width: 100%;
    table-layout: fixed;
}

#message-form table td {
    position: relative;
    width: 50%;
    padding-right: 32px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #333;
}

#message-form table td .input-txt {
    width: 100%;
    padding-left: 10px;
    height: 54px;
    line-height: 54px;
    outline: none;
    border: 1px solid #bfbfbf;
}

#message-form table td .area-txt {
    height: 200px;
}

#message-form table td .checkCodeImg {
    position: absolute;
    top: 10px;
    right: 45px;
}

#message-form table td .btn-submit {
    display: block;
    width: 100%;
    height: 55px;
    background: #00a0e9;
    font-size: 16px;
    border-radius: 0;
    outline: none;
    color: #fff;
    border-color: transparent;
}

.n-default .n-left, .n-default .n-right {
    float: right;
    margin-right: 4px;
}

#message-form .n-default .n-left, #message-form .n-default .n-right {

    margin-top: -35px;
    margin-right: 4px;
}

.contLeft {
    float: left;
    width: calc(100% - 360px);
    padding: 15px;
    background: #fff;
}

.contRight {
    float: right;
    margin-left: 10px;
    width: 350px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
}

.relate-product-slicks li {
    margin-top: 10px;
}

.relate-product-slicks li a {
    display: block;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.relate-product-slicks li a p {
    font-size: 14px;
    color: #5a5a5a;
}

.relate-product-slicks li a img {
    margin: 0 auto;
    max-width: 100%;
}

.product-detail-imgbox {
    background: #fff;
    padding: 15px 44px;
    margin-bottom: 16px;
}

.product-detail-swiper {
    float: left;
    width: 494px;
    padding: 0 53px;
}

.product-detail-swiper .view {
    border: 1px solid #e5e5e5;
}

.product-detail-swiper .view .swiper-slide {
    outline: none;
}

.product-detail-swiper .view .slick-con {
    text-align: center;
    display: block;
    height: 318px;
    line-height: 318px;
    font-size: 0;
}

.product-detail-swiper .view .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-detail-swiper .view .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .preview {
    margin: 0 auto; /* margin: 0 -5px; */
    position: relative;
    margin-top: 10px;
}

.product-detail-swiper .view {
    position: relative;
}

.product-detail-swiper .preview .swiper-slide {
    outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
    border-color: #00a0e9;
}

.product-detail-swiper .preview .slick-con {
    text-align: center;
    display: block;
    height: 122px;
    line-height: 99px;
    margin: 0 5px;
    border: 1px solid #eee;
    font-size: 0;
}

.product-detail-swiper .preview .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-detail-swiper .preview .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .view .arrow-left, .product-detail-swiper .view .arrow-right, .product-detail-swiper .preview .arrow-left, .product-detail-swiper .preview .arrow-right {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -41px;
    width: 45px;
    height: 82px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.product-detail-swiper .view .arrow-left, .product-detail-swiper .preview .arrow-left {
    left: -56px;
    background: url(/template/default/assets/images/n_prev.png) center no-repeat #ebebeb;
}

.product-detail-swiper .view .arrow-left:hover {
    background: url(/template/default/assets/images/prev_on.png) center no-repeat #00a0e9;
}

.product-detail-swiper .view .arrow-right, .product-detail-swiper .preview .arrow-right {
    right: -56px;
    background: url(/template/default/assets/images/n_next.png) center no-repeat #ebebeb;
}

.product-detail-swiper .view .arrow-right:hover {
    background: url(/template/default/assets/images/next_on.png) center no-repeat #00a0e9;
}

.product-detail-list1 {
    width: calc(100% - 610px);
    float: right;
}

.product-detail-list b {
    float: left;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: normal;
}

.product-detail-list h1 {
    margin-top: 80px;
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: normal;
    color: #323232;
}

.product-detail-item {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product-detail-item li {
    float: left;
    width: 50%;
    margin: 20px 0;
    font-size: 16px;
    color: #5a5a5a;
}

.product-detail-inquiry a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 54px;
    background: #00a0e9;
    font-size: 18px;
    color: #fff;
    margin: 35px 0 0 10px;
}

.product-detail-inquiry a:hover {
    background: #0081bb;
}

.product-detail-item li span {
    font-size: 16px;
    color: #5a5a5a;
}

.product-detail-tabbox {
    border-bottom: 1px solid #e5e5e5;
}

.mobTable {
    display: none;
}

@media(max-width: 1440px){
    .x-menu > li > a{
        padding: 0 19px;
    }
}


@media (max-width: 1366px) {
    .x-menu > li > a {
        padding: 0 20px;
    }
}

@media (max-width: 1280px) {
    .x-menu > li > a {
        padding: 0 18px;
    }
}

@media (max-width: 1024px) {
    .x-menu > li > a {
        padding: 0 8px;
    }

    .x-about-box .x-title h3 {
        margin-top: 0;
    }

    .x-about-box .x-title {
        margin-bottom: 14px;
    }

    .product-detail-imgbox {
        padding: 15px;
    }

    .product-detail-list1 {
        width: calc(100% - 500px);
    }
}


@media(max-width: 992px){
    .xypg-left{
        background: none;
    }
}

@media (max-width: 768px) {
    /*.x-product-list li a {*/
    /*margin-right: 18px;*/
    /*}*/

    .x-product-list .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .x-product-list .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }


    .x-case-list li {
        width: 50%;
    }


    .x-about-left {
        padding: 15px 15px 0;
    }

    .x-message-wrap textarea {
        width: 76%;
        margin-top: 10px;
    }

    .x-message-wrap div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .x-message-wrap .checkCodeImg {
        right: 121px;
        width: auto;
    }

    .xypg-left-nav > li > a {
        padding-right: 25px;
    }

    .product-detail-swiper, .product-detail-list1, .contLeft {
        float: none;
        width: 100%;
    }
}

@media (max-width: 450px) {

    .x-product-list .owl-carousel .owl-nav button.owl-next{
        right: 10px;
    }

    .x-product-list .owl-carousel .owl-nav button.owl-prev{
        left: 10px;
    }

    .xypg-left {
        background: transparent;
    }

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

    .x-case-list li {
        width: 100%;
    }

    .x-message-wrap .checkCodeImg {
        right: 42px;
    }

    #message-form table td {
        padding-right: 0;
    }

    #message-form table td .checkCodeImg {
        right: 10px;
    }

    .xypg-detail-pn div, .product-detail-item li {
        width: 100%;
    }

    .product-detail-swiper {
        padding: 0 36px;
    }

    .product-detail-list h1 {
        margin-top: 35px;
    }

    .product-detail-swiper .view .arrow-right, .product-detail-swiper .view .arrow-left {
        height: 60px;
    }

    .xypg-news-list li .descr {
        position: static;
        overflow: visible;
    }

    .xypg-news-list li {
        width: 100%;
    }
}

.x-banner .icon-right-arrow:before, .x-banner .icon-left-arrow:before,.icon-dots-horizontal:before,.icon-top:before,.icon-shijian:before,.icon-chakan:before{
    display: none;
}
.xypg-right-content p img{width:100%;}