
/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.fl {
    float: left;
}

.fr {
    float: right;
}

.x-header {
    padding: 26px 0;
}

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

.x-logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.x-logo a .text {
    position: relative;
    padding-left: 45px;
}

.x-logo a .text::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 88%;
    background-color: #e5e5e5;
    top: 6px;
    left: 23px;
}

.x-logo a .text p:nth-of-type(1) {
    color: #004287;
    font-size: 1.6vw;
    font-weight: 600;
}

.x-logo a .text p:nth-of-type(2) {
    color: #666666;
    font-size: 0.95vw;
}

.x-header-contact {
    background: url(../images/tel.png) no-repeat left;
    padding-left: 77px;
}

.x-header-contact h3 {
    color: #999999;
    font: 400 14px/26px "Microsoft yahei";
}

.x-header-contact p {
    color: #004288;
    font: 400 34px/1.2 "Microsoft yahei";
    margin-bottom: 0;
    font-weight: 600;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª*/
.x-navbg {
    background-color: #4b4b4b;
}

@media (max-width:769px) {
    .x-navbg {
        display: none;
    }
}





/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â´Ãƒâ€šÃ‚Â¢ */
.x-ss-hot {
    padding: 18px 0;
    background: url(../images/so.png) no-repeat;
    background-size: 100% 100%;
}

.x-hot {
    color: #fff;
    font: 400 16px/44px "Microsoft yahei";
    padding-left: 50px;
    background: url(../images/huo.png) no-repeat left;
}

.x-hot a {
    color: #fff;
    font: 400 16px/44px "Microsoft yahei";
    padding-right: 15px;
}

.x-hot a:hover {
    color: #fff;
}

.x-header-right {
    float: right;
    width: 350px;
    text-align: right;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 0px 5px 0 #ddd;
}

.x-header-right #formsearch,
.x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    position: relative;
    width: 100%;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 44px;
    height: 44px;
    font-size: 0;
    background: url(../images/7a1a97e98ef5f76b263ed3805cc883eef0c9adf6.png) no-repeat center;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 44px);
    color: #999999;
    height: 44px;
    padding-left: 35px;
}










/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¯ */
.xa-login {
    position: absolute;
    width: 50%;
    text-align: right;
    top: 0;
    right: 8.33333333%;
}





/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */

.x-menu {}

.x-menu>li {
    float: left;
    position: relative;
    width: 12.5%;
    text-align: center;
}

.x-menu>li::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.x-menu>li:first-child::before {
    display: none;
}

.x-menu>li>a {
    display: block;
    color: #fff;
    font: 400 16px/60px "Microsoft yahei";
}

.x-menu>li:hover>a {
    background: #004287;
}

.x-menu>li:hover::before {
    opacity: 0;
}

.x-menu>li:hover+li::before {
    opacity: 0;
}




.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 60px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}









/* ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµbannerÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */

.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .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-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #004287;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

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

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

@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 .8em;
    outline: none;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: 1;
    background: #004287;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
    background: #004287;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}




.x-message {
    background: #f0f0f0;
    padding: 2.34375% 0;
}

.x-message-wrap {
    margin-left: 24.375%;
    margin-right: 24.375%;
}

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

.x-message-wrap .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

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

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    background: #f0f0f0;
    outline: none;
    margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 95px;
    resize: none;
}

.x-message-wrap #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 17.39130435%;
    height: 42px;
    font-size: 0;
    background: #e7e4e4;
    padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap .x-submit {
    float: right;
    width: 49.68944099%;
    height: 42px;
    background: #2d323b;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

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

.n-default .msg-wrap {
    top: 8px;
    right: 5px;
    margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
    top: 65px;
}






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

.x-title p {
    color: #888888;
    font: 400 16px/36px "Microsoft yahei";
}

.x-title h3 {
    color: #004287;
    position: relative;
    font: 600 36px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333;
}

.x-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.x-title.write {
    color: #fff;
}

.x-title.write h3 {
    color: #fff;
}

.x-title.write p {
    color: rgba(255, 255, 255, 0.8);
}

.x-title a:hover {
    background: #000;
}


@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 23px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width: 767px) {
    .x-title p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.x-title.white {
    color: #fff;
}

/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬*/
.x-product {
    padding: 5vh 0 8vh;
}

.x-product-box {
    margin-top: 4vh;
}

.tabz_content {
    width: 77%;
    float: right;
    margin-left: -12px;
    margin-right: -12px;
}

.tabz {
    float: left;
    width: 21%;
    background-color: #595656;
    padding: 20px 10px;
}

.tabz li {
    position: relative;
    transition: all 0.8s;
    padding-top: 5px;
    margin-top: 5px;
}

.tabz li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tabz li a {
    display: block;
    color: #fff;
    font: 400 16px/60px "Microsoft yahei";
    padding-left: 20px;
    width: 100%;
    transition: all 0.1s;
}

.tabz li::after {
    content: "";
    display: block;
    background: #004287;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s;
    position: absolute;
}

.tabz li a::before {
    /* opacity: 0;
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 0;
    background: url(../images/1e32ae85f4b37e55b47603168414fed293667dcd.png) no-repeat 90% center #004287;
    height: 60px;
    padding-left: 20px;
    transition: all 0.8s; */
}

.tabz li span {
    position: absolute;
    left: 86%;
    opacity: 0;
    transition: all 0.8s;
}

.ttz {
    display: none;
}

.tabz li.cur {
    transition: all 0.8s;
    width: 0;
}

.tabz li:hover a::before {
    /* width: 105%;
    opacity: 1;
    transition: all 0.8s;
    transform: translate(10px);
    font: 400 16px/60px "Microsoft yahei"; */
}

.tabz li.cur {
    width: 105%;
    transition: all 0.8s;
    background: #004287;
    transform: translate(10px);
}

.tabz li.cur span {
    opacity: 1;
    transition: all 0.8s;
}

.ttzz {
    display: none;
}

.list1z li {
    width: calc(33.33% - 24px);
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.list1z li .img {
    border: 5px solid #f5f5f5;
}

.list1z li .img img {
    max-width: 100%;
}

.list1z li h3 {
    text-align: center;
    color: #555555;
    font: 400 15px/52px "Microsoft yahei";
}

.list1z li:nth-child(n + 4) {
    margin-top: 15px;
}

.list1z li:hover .img {
    border: 5px solid #004287;
}

.list1z li:hover h3 {
    color: #004287;
}

.xs-product-con {
    display: none;
}

@media (max-width:1200px) {
    .tabz li a {
        padding-left: 10px;
        font: 400 15px/44px "Microsoft yahei";
    }
}

@media (max-width:769px) {
    .x-product-box {
        display: none;
    }

    .xs-product-con {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
    }

    .xs-product-con li {
        float: left;
        list-style-type: none;
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .xs-product-con li .img img {
        max-width: 100%;
    }

    .xs-product-con li h3 {
        font: 400 14px/36px "Microsoft yahei";
        color: #333;
        text-align: center;
        width: 100%;
        word-break: keep-all;
        white-space: nowrap;

    }
}









/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ */
.x-about {
    background: url(../images/83046b1d321cc404682b0c221afec52363bb18eb.jpg) no-repeat center;
    padding: 120px 0 40px;
}

.x-about .container-fluid {
    position: relative;
}

.x-about-img {
    width: 46.6%;
    float: left;
}

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

.x-about-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    padding-right: 50px;
}

.x-about-h3 {
    position: relative;
    color: #000;
    font: 600 36px/36px "Microsoft yahei";
    margin-top: 0;
    padding-left: 0;
}

.x-about-h3::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 30px;
    top: 4px;
    /* background-color: #000; */
    left: 0;
}

.x-about-h4 {
    color: #999999;
    font: 400 14px/26px "Microsoft yahei";
    margin-top: 10px;
}

.x-about-p {
    margin-top: 25px;
}

.x-about-p p {
    color: #666;
    font: 400 18px/35px "Microsoft yahei";
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 将对象作为弹性伸缩盒子模型显示  */
    display: -webkit-box;
    /* 一个块元素显示的文本的行数 */
    -webkit-line-clamp: 8;
    /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-box-orient: vertical;
}

.x-about-more {
    margin-top: 90px;
}

.x-about-more img {
    float: left;
}

.x-about-more-contact {
    float: left;
    margin-left: 75px;
    padding-left: 50px;
    background: url(../images/b5d0d6daab9b1e2f81fb210ff71ccaee3d488183.png) no-repeat left center;
}

.x-about-more-contact p {
    margin-bottom: 0;
    color: #fff;
    font: 400 24px/50px "Microsoft yahei";
}

@media(max-width:1600px) {
    .x-about-box .x-about-h3 {
        position: relative;
        margin-top: 0vh;
    }
}

@media(max-width:1200px) {
    .x-about-box .x-about-h3 {
        font: 600 28px/36px "Microsoft yahei";
    }

    .x-about-h4 {
        display: none;
        font: 400 20px/20px "Microsoft yahei";
        margin-top: 10px;
    }

    .x-about-p {
        margin-top: 15px;
    }

    .x-about-more {
        display: none;
    }

    .x-about-box {
        right: 15px;
    }
}

@media(max-width:769px) {
    .x-about {
        padding: 0;
    }

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

    .x-about-box {
        top: 30px;
        bottom: 30px;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        background-color: rgba(0, 0, 0, .5);
        padding: 15px;
        padding-bottom: 40px;
    }

    .x-about-box .x-about-h3 {
        font: 600 20px/36px "Microsoft yahei";
        margin-bottom: 10px;
    }

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

    .x-about-p {
        margin: 0 auto;
    }

    .x-about-h4 {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .x-about-box {
        min-height: 188px;
    }

    .x-about-h4 {
        display: none;
    }

    .x-about-p p+p {
        display: none;
    }

    .x-about-p p {
        font: 400 13px/1.8 "Microsoft yahei";
    }

    .x-about-img {
        float: initial;
    }

    .x-about-box {
        min-height: auto;
        position: static;
        width: 100%;
    }

    .x-about {
        background: initial;
    }

    .x-about-h3 {
        color: #000;
    }

    .x-about-h3::after {
        background: #000;
    }

    .x-about-box {
        background: initial;
        padding-bottom: 0;
    }

    .x-about-p p {
        color: #333;
    }
}












/*ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¿*/
.x-ys {
    padding: 50px 0 88px;
    background: url(../images/di.png) no-repeat;
}

.x-ys-list {
    border: 1px solid #ead6d6;
    margin-top: 5vh;
}

.x-ys-list li {
    list-style-type: none;
    width: 25%;
    float: left;
    padding: 36px;
    padding-bottom: 52px;
    position: relative;
    transition: all ease .3s;
    cursor: pointer;
}




.x-ys-list li+li {
    border-left: 1px solid #ead6d6;
}

.x-ys-list li .img {
    width: 52px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.x-ys-list li .img img.img2 {
    display: none;
}

.x-ys-list li .wz h3 {
    color: #333333;
    font: 400 22px/66px "Microsoft yahei";
    text-align: center;
    position: relative;
}

.x-ys-list li .wz h3::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #004287;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.x-ys-list li .wz p {
    color: #888;
    font: 400 16px/28px "Microsoft yahei";
    margin-top: 20px;
    text-align: center;
}

.x-ys-list li:hover .img img.img2 {
    display: inline-block;
}

.x-ys-list li:hover .img img.img1 {
    display: none;
}

.x-ys-list li:hover {
    background-color: #004287;
}

.x-ys-list li:hover .wz h3 {
    color: #fff;
}

.x-ys-list li:hover .wz h3::before {
    background: #fff;
}

.x-ys-list li:hover .wz p {
    color: #fff;
}

@media (max-width:769px) {
    .x-ys-list {
        margin-left: -5px;
        margin-right: -5px;
        border: 0px solid #ead6d6;
    }

    .x-ys-list li {
        padding: 15px;
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid #ead6d6;
        margin-top: 10px;
    }
}

@media(max-width: 768px) {
    .x-ys {
        padding: 25px 0 50px;
    }
    .x-ys-list {
        margin-top: 2vh;
    }
    .x-ys-list li .img {
        height: 40px;
    }

    .x-ys-list li .wz h3 {
        font: 400 20px/2.4 "Microsoft yahei";
    }

    .x-ys-list li .wz p {
        font: 400 13px/1.8 "Microsoft yahei";
        margin-top: 12px;
    }
}






/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹*/
.x-case {
    background: url(../images/e218302caf8866b079944a59da3d5981e432c4c5.jpg) no-repeat center top;
    padding-top: 6vh;
}

.x-case .x-title {
    margin-bottom: 5vh;
}

.x-video {
    position: relative;
}

.x-video h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 188px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font: 600 20px/166px "Microsoft yahei";
}


.x-case-list {
    margin-top: 5vh;
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: 4vh;
}



.x-case-item {
    padding: 0 1px;
    background: #fff;
}

.x-case-item a {
    display: block;
    padding: 0 17px;
}

.x-case-item .wz {
    color: #666666;
    font: 400 16px/72px "Microsoft yahei";
    text-align: center;
}



.x-case-item .wz span {
    display: block;
}

.x-case-item .wz .icon-right-arrow {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #b0b3b8;
    border-radius: 50%;
}

.x-case-item .wz .icon-right-arrow:after {
    background-position: 2px -241px;
    opacity: .4;
}

@media (max-width: 1024px) {
    .x-case-item .wz {
        margin-top: 10px;
        font: 400 16px/50px "Microsoft yahei";
    }

    .x-case-item .wz h3 {
        font-size: 16px;
    }

    .x-case-item .wz p {
        font-size: 13px;
        margin-bottom: 1.5em;
    }
}

.x-case-item:hover a {
    border-color: #e5e5e5;
}

.x-case-item:hover .icon-right-arrow {
    background: #000;
    border-color: #000;
}

.x-case-item:hover .icon-right-arrow:after {
    background-position: -28px -241px;
    opacity: 1;
}

@media (max-width:769px) {
    .x-video h3 {
        display: none;
    }
}





/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â»*/

.x-news {
    background: #f9f9f9;
    padding: 5vh 0 8vh;
}

.x-news-box {
    margin-top: 3vh;
    font-size: 0;
}

.tabzz {
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
}

.tabzz li {
    width: 188px;
    background-color: #f3f3f3;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 33px;
}

.tabzz li a {
    color: #333333;
    font: 400 18px/58px "Microsoft yahei";
}

.tabzz li a .img {
    width: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.tabzz li a .img img {
    margin-right: 10px;
    /* transition: all 0.8s; */
}

.tabzz li.cur {
    background-color: #004287;
}

.tabzz li.cur .img img {
    /* transition: all 0.8s; */
    transform: translateX(-40px);
}

.tabzz li.cur a {
    color: #fff;
}

.x-news-list-left {
    width: 60%;
    float: left;
}

.x-news-list-left li {
    float: left;
    width: calc(50% - 34px);
    margin-right: 34px;
}

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

.x-news-list-left li .text {
    background-color: #fff;
    padding: 17px;
}

.x-news-list-left li .text h3 {
    color: #333333;
    font: 400 18px/52px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-list-left li .text p {
    color: #999999;
    font: 400 14px/24px "Microsoft yahei";
}

.x-news-list-left li .text .date {
    color: #888888;
    font: 400 14px/36px "Microsoft yahei";
    margin-top: 43px;
    background: url(../images/777412354ff25851096c5068d836d82812fa117d.png) no-repeat 80% center;
}

.x-news-list-left li:hover .text h3 {
    color: #004287;
}

.x-news-list-left li:hover .text .date {
    background: url(../images/28f19058664aeaa8a3cae9b71bd4663b2005d009.png) no-repeat 80% center;
}

.x-news-list-right {
    float: right;
    width: 40%;
}

.x-news-list-right li {
    padding: 22px 30px 20px 10px;
    background-color: #fff;
}

.x-news-list-right li+li {
    margin-top: 30px;
}

.x-news-list-right li .date {
    float: left;
    width: 80px;
    text-align: center;
}

.x-news-list-right li .date h4 {
    color: #555555;
    font: 600 40px/50px "Airal";
}

.x-news-list-right li .date span {
    color: #666666;
    font: 400 14px/16px "Microsoft yahei";
}

.x-news-list-right li .text {
    width: calc(100% - 80px);
    float: left;
    padding-left: 30px;
    position: relative;
}

.x-news-list-right li .text::after {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #e8e8e8;
}

.x-news-list-right li .text h3 {
    color: #333;
    font: 400 18px/24px "Airal";
    margin-bottom: 10px;
}

.x-news-list-right li .text p {
    color: #999999;
    font: 400 14px/22px "Airal";
    margin-bottom: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.x-news-list-right li:hover .text h3 {
    color: #004287;
}

@media (max-width: 1366px) {
    .x-news-list li {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

@media (max-width: 1200px) {
    .x-news-list-left {
        width: 100%;
    }

    .x-news-list-right {
        display: none;
    }

    .x-news-list-left li {
        margin-right: 0px;
        width: calc(50% - 10px);
    }

    .x-news-list-left li+li {
        margin-left: 20px;
    }
}

@media (max-width: 769px) {

  
    .tabzz li {
        width: 30%;
        padding-left: 0;
        text-align: center;
    }
    .tabzz li a {
        font-size: 16px;
        line-height: 2.4;
    }
    .tabzz li a .img {
        display: none;
    }
    .x-news-list-left li {
        width: 100%;
    }
    .x-news-list-left li+li{
        margin: 0;
        margin-top: 10px;
    }
}






/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½Ãƒâ€¦Ã¢â‚¬Å“*/
.x-cooperate {
    padding: 5vh 0;
}

.x-cooperate .x-title {
    margin-bottom: 4vh;
}

.x-company-list {
    position: relative;
    padding-bottom: 30px;
}

.x-company-item {}

.x-company-item a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0;
    /* border-left: 1px dashed #000; */
}

.x-company-item a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a img {
    width: auto !important;
    display: inline-block !important;
}

.x-company-item a h3 {
    color: #666666;
    font: 400 14px/30px "Microsoft yahei";
}

.x-company-list .owl-carousel .owl-dots {
    display: block;
}

.x-company-list .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: -30px;
}

.x-company-list .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    background: #989898;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.x-company-list .owl-carousel .owl-dots button.owl-dot:hover {
    background: #004287;
}

.x-company-list .owl-carousel .owl-dots button.owl-dot.active {
    background: #004287;
}



/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦*/
.x-link {
    background: #222222;
    padding: 20px 0;
    min-height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.x-link .container-fluid {
    position: relative;
    padding-left: 90px;
}

.x-link span {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0px;
    color: #ffffff;
    font: 400 14px/40px "Microsoft yahei";
    background: url(../images/f3d7a79b8accaac2d62c33563d1dc6e1e04c2501.png) no-repeat right center;
}

.x-link a {
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/40px "Microsoft yahei";
    padding-left: 5px;
}

.x-link a:hover {
    color: rgba(255, 255, 255, 0.7);
}



.x-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    min-width: 120px;
    width: 100%;
}



@media (max-width:1200px) {
    .x-link span {
        left: 15px;
        width: 70px;
    }
}








/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨*/
.x-layout {
    background-color: #222222;
}

.x-layout .container-fluid {
    padding: 18px 0;
}

.x-layout-menu dl {
    float: left;
    width: 33%;
}

.x-layout-menu dl dt {
    color: #fff;
    font: 600 18px/66px "Microsoft yahei";
    margin-bottom: .5vh;
}

.x-layout-menu dl dd a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-tt {
    color: #fff;
    font: 600 18px/66px "Microsoft yahei";
    margin-bottom: .5vh;
}

.x-layout-contact {
    float: left;
}

.x-layout-contact-con {}

.x-layout-contact-con p {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/28px "Microsoft yahei";
    margin-bottom: 0;
}


.x-layout-contact .fx {
    display: flex;
    justify-content: flex-start;
    margin-top: 14%;
}

.x-layout-contact .fx li {
    margin-right: 8%;
}

.x-layout-contact .fx li a div.img {
    width: 32px;
    height: 32px;
    background-color: #a9a9a9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease .3s;
}

.x-layout-contact .fx li:hover a div.img {
    background: #fff;
}

.x-layout-contact .fx li a div.img img {
    max-width: 100%;
    max-height: 100%;
}








.x-layout-ewm {
    width: 150px;
    float: right;
    text-align: center;
    margin-top: 66px;
}

.x-layout-ewm img {
    max-width: 100%;
}

.x-layout-ewm p {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/36px "Microsoft yahei";
}

.x-footer {
    background-color: #004287;
    color: #fffefe;
    font: 400 14px/1.8 "Microsoft yahei";
    padding: 20px 0;
}

.x-footer a {
    color: #fffefe;
}

.x-copyright {
    float: left;
}

.x-footera:hover {
    color: rgba(255, 255, 255, 0.5);
}

.x-region {
    float: right;
    color: #fffefe;
    font: 400 14px/1.8 "Microsoft yahei";

}

.x-region a {
    color: #fffefe;
    font: 400 14px/1.8 "Microsoft yahei";
}

.x-region a:hover {
    color: rgba(255, 255, 255, 0.5);
}
@media(max-width:1800px) {
	
	.x-layout-ewm p {
    color: rgba(255, 255, 255, 0.5);
    font: 400 12px/36px "Microsoft yahei";
}
	.x-about-box {
 
    width: 50%;
  
}
.x-about-p p {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

#anliidnex .swiper-button-next, #anliidnex .swiper-button-prev {
    position: absolute;
    top: 92%;
    width: 52px;
    height: 52px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
}	
}


@media (max-width:1200px) {
    .x-layout .container-fluid {
        width: calc(100% - 30px);
        margin: 0 auto !important;
    }

    .x-layout-ewm {
        display: none;
    }

    .x-region {
        display: none;
    }
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨*/

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

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

.fw .du .dul .p1 span {
    margin-right: 30px;
}

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

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

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

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

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

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

.sjbq a {
    color: #bcbbbe;
}

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

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

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






/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â */

@media (max-width: 990px) {
    .x-title h3 {
        font-size: 21px;
        margin-top: 5px;
    }

    .x-title h3 span {
        display: inline-block;
        margin-left: 5px;
    }

    .x-title h3 span:before {}

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

    .x-about-left {
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

    .x-product-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
    }

    .x-product-list li {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .x-case-list {
        margin: 0;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .x-case-list .owl-carousel {
        width: 100%;
        overflow: hidden;
    }

    .x-case-item a {
        padding: 10px;
    }

    .x-company-title {
        font-size: 14px;
    }

    .x-company-title p {
        margin-bottom: 0;
    }

    .x-company-title:after {
        margin-top: 5px;
    }

    .x-company-list {
        margin-top: 15px;
    }

    .x-news-box {
        margin-top: 20px;
    }

    .x-news-img,
    .x-news-right {
        width: 100%;
    }

    .x-news-img {
        margin-bottom: 15px;
    }

    .x-news-top h3 {
        font-size: 16px;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }

    .x-news-top p {
        font-size: 12px;
    }

    .x-news-top .date h4 {
        font-size: 30px;
    }

    .x-news-top .date h5 {
        font-size: 12px;
    }

    .x-message-wrap {
        margin-left: 0;
        margin-right: 0;
    }

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

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

    .x-message-wrap .x-submit {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}



#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #b7c0c7;
    opacity: .5;
}

#banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.abo-number {
    padding: 1vw 0;
}

.abo-number li {
    float: left;
    width: 25%;
    text-align: left;
    display: flex;
}

.abo-number li:not(:last-child) {
    margin-right: 0;
}

.abo-number li h3 {
    font-size: 56px;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
    margin-top: 0;
    font-weight: 600;
    font-family: Arial;
}
.abo-number li div span {
    font-size: 15px;
    color: #fff;
}

.abo-number li h5 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    font-weight: 500;
}

.abo-number li .wenti {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.shzu{padding: 50px 0;background: url(../images/lou.png);}







  .cpfenlei .swiper {
        width: 100%;
        height: 100%;
      }

      .cpfenlei .swiper-slide {
        text-align: center;
        font-size: 18px;
       

        /* Center slide text vertically */
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        /* -webkit-box-pack: center; */
        -ms-flex-pack: center;
        /* -webkit-justify-content: center; */
        /* justify-content: center; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        /* -webkit-align-items: center; */
        /* align-items: center; */
      }

      .cpfenlei .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .cpfenlei .swiper-pagination-bullet {
        width: 80px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        font-size: 26px;
        color: #999;
        opacity: 1;
        background: initial;
      }

     .cpfenlei  .swiper-pagination-bullet-active {
        color: #004287;
        background: initial;
      }
	  
	  
	  .cpfenlei{margin-top: 50px;}
	  
	  
	  
	  .index_left{width: 50%;float: left;text-align: left;padding: 0 50px;}
	  .index_right{width: 50%;float: right;}
	  .index_rightm img{width:100%;}
	  
	  .index_left dd{font-size: 12px;margin-top: 50px;color: #999999;}
	  .index_left h3{font-size: 32px;color: #151515;font-weight: 600;margin: 5px 0 40px 0;}
	  .index_left p{font-size: 18px;color: #666666;line-height: 1.8;}
	  .idndex_a{margin-top: 40px;}
	  .idndex_a a{font-size: 14px;color: #666;padding-bottom: 5px;border-bottom: 2px solid #666;}
	  
	  
	.cpfenlei  .swiper-container-horizontal>.swiper-pagination-bullets, .cpfenlei .swiper-pagination-custom, .cpfenlei .swiper-pagination-fraction {
	      bottom: 0;
	      left: 0;
	      width: 75%;
	      background: #fff;
	      padding: 80px 0;
	      left: 50%;
	      transform: translateX(-50%);
	      text-align: left;
	      padding-left: 110px;
	  }
	  
	  
	.cpfenlei  .swiper-button-next, .cpfenlei .swiper-button-prev {
	      position: absolute;
	      top: 80%;
	      width: 60px;
	      height: 60px;
	      margin-top: -22px;
	      z-index: 99;
	      cursor: pointer;
	      background-size: 16px 39px;
	      background-position: center;
	      background-repeat: no-repeat;
	      background-color: #004287;
	  }
	  
	  .cpfenlei .swiper-button-next, .cpfenlei  .swiper-container-rtl .swiper-button-prev {

	      right: 130px;
	      left: auto;
	  }
	  
	 .cpfenlei  .swiper-button-prev, .cpfenlei .swiper-container-rtl .swiper-button-next {
	
	      left: 130px;
	      right: auto;
	  }
	  
	  .xiandibu{
    position: absolute;
    bottom: 13%;
    right: 25%;
    z-index: 999;
}

.shuzihuan{
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    color: #004287;
    }
	
	
	.shuzihuan::before {
	    content: "";
	    position: absolute;
	    width: 330%;
	    height: 3px;
	    background-color: #999;
	    left: -430%;
	    top: 50%;
	}
	.shuzihuan .swiper-pagination .swiper-pagination-bullet{  width: 60px;
    height: 60px;
  
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    color: #004287;
	display:none;
	
	}
	
	
	.shuzihuan .swiper-pagination  .swiper-pagination-bullet-active {
  display:block;
}
.clear{	clear:both;}
.iuys{width: 84%;float: right;margin-top: 40px;}

#anliidnex  .swiper-slide img{width: 100%;}

#anliidnex  .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Â¯ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.x-about2 {padding: 50px 0;}
#anliidnex  {
 
    padding: 0 0 100px;
  
}
#anliidnex .swiper-button-next, #anliidnex .swiper-button-prev {
    position: absolute;
    top: 93%;
    width: 52px;
    height: 52px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
}

#anliidnex .swiper-button-prev, #anliidnex .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/jian.png);
    left: 69%;
    right: auto;
}

#anliidnex .swiper-button-next, #anliidnex .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/jian2.png);
    right: 22%;
    left: auto;
}


#anliidnex .swiper-button-prev:hover{
    background-image: url(../images/h2.png);
    left: 69%;
    right: auto;
}

#anliidnex .swiper-button-next:hover{
    background-image: url(../images/h1.png);
    right: 22%;
    left: auto;
}
#anliidnex .dingsier{position:relative;border-radius:15px;overflow:hidden;}

.urtyx{
    position: absolute;
    width: 100%;
    padding: 20px;
    background: #999;
    bottom: 0;
    text-align: center;
}

.baixian{width:50px;height:2px;background:#fff;margin:auto;margin-bottom:20px;}
.urtyx h3{color:#fff;font-size:24px;}
 .dingsier:hover .urtyx{background:#004287;}
 .container2{max-width:1330px;margin:auto;}
 
 .page-nav {
font-size: 12px;
margin-top: 15px;
padding-bottom: 4px;
margin-bottom: 25px;
clear: both;
text-align: center
}
.page-nav span, .page-nav a {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
margin: 2px 6px 2px 0;
padding: 6px 9px 5px 9px;
background: #4f5355;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #fff;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #fff));
background: -ms-linear-gradient(bottom, #dfdfdf, #fff);
background: -moz-linear-gradient(center bottom, #dfdfdf 0, #fff 100%);
background: -o-linear-gradient(#fff, #dfdfdf);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
color: #646464;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
width: auto;
text-decoration: none
}
.page-nav select{
  height: 28px;
  padding: 0 8px;
  margin: -1px 5px 0 5px;
}
.page-nav span:last-child, .page-nav a:last-child, {
margin-right:0
}
.page-nav a:hover {
background: #f0f0f0;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
background: -moz-linear-gradient(center bottom, #d0d0d0 0, #f0f0f0 100%);
background: -o-linear-gradient(#f0f0f0, #d0d0d0);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
color: #606060
}
.page-nav .current {
border-top: solid 1px #222;
border-left: solid 1px #222;
border-right: solid 1px #222;
border-bottom: solid 1px #222;
background: #333;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333));
background: -ms-linear-gradient(bottom, #505050, #333);
background: -moz-linear-gradient(center bottom, #505050 0, #333 100%);
background: -o-linear-gradient(#333, #505050);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
color: #efefef
} 

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â· */











@media(min-width:1200px) and (max-width:1440px) {
	
	
	.x-layout .container-fluid {
    max-width: 1100px;
}
.x-about-more {
    margin-top: 30px;
}

.cpfenlei .swiper-container-horizontal>.swiper-pagination-bullets, .cpfenlei .swiper-pagination-custom, .cpfenlei .swiper-pagination-fraction {
  padding: 40px 0;
  padding-left: 55px;
}

.cpfenlei .swiper-button-next, .cpfenlei .swiper-button-prev {
  
    top: 87%;
	
   
}

.xiandibu {
   
    bottom: 5%;
  
}

#anliidnex .swiper-button-next, #anliidnex .swiper-button-prev {
    position: absolute;
    top: 90%;
    width: 52px;
    height: 52px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 52px 52px;
    background-position: center;
    background-repeat: no-repeat;
}



#anliidnex .swiper-button-prev, #anliidnex .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/jian.png);
    left: 65%;
    right: auto;
}
#anliidnex .swiper-button-prev:hover {
    background-image: url(../images/h2.png);
    left: 65%;
    right: auto;
}
.x-about {
    background: url(../images/83046b1d321cc404682b0c221afec52363bb18eb.jpg) no-repeat;
   
}

}