




/*=======idnex public=============*/
.index_hd {
    position: relative;
    display: table;
    margin: auto;
}



.sub_tit {
    margin-top: -2px;
    margin-bottom: 22px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Roboto-Regular;
    line-height: 1;
}

.flex_row::after {
    display: none;
}

.index_main .swiper-pagination {
    position: relative;
}

.index_main .swiper-pagination span {
    display: block;
}

.index_main .swiper-pagination span:before {
    display: none;
}

.index_jump {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index_tit {
    text-align: center;
    position: relative;
}

.index_tit h2 {
    font-size: 44px;
    color: #333333;
    text-transform: uppercase;
    font-family: "Roboto-Bold";
    line-height: 1;
    z-index: 1;
    position: relative;
}

.index_tit h3 {
    position: absolute;
    left: 0;
    width: 100%;
    top: -152px;
    font-size: 98px;
    color: transparent;
    text-transform: uppercase;
    line-height: 1;
    -webkit-text-stroke: 1px #EDEDED;
    pointer-events: none;
    font-family: 'Roboto-Bold';
}

.index_tit h2:after {
    content: "";
    width: 140px;
    height: 2px;
    position: absolute;
    background: #333333;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
}

/* index */




.index_about {
    /*background: url(../images/index_22.png);*/
    color: #fff;
    padding: 122px 0 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.index_about .index_tit {
    margin-bottom: 47px;
}

.index_about .index_tit h2 {
    color: #fff;
    margin-bottom: 58px;
}

.index_about .index_tit h2:after {
    background: #fff
}

.index_about .index_tit h3 {
    -webkit-text-stroke: 1px #5E7083;
}

.index_about .index_tit p {
    font-size: 18px;
    max-width: 1015px;
    margin: 0 auto 30px;
    line-height: 1.2;
}

.index_about .index_tit a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 14px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 3px;
}

.index_about .index_tit a:after {
    content: "";
    background: url(../images/index_18.png);
    width: 19px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    margin-left: 9px;
    position: relative;
    top: -2px;
    transition: all .3s linear
}

.index_about .index_tit a:hover {
    color: #117CC6
}

.index_about .index_tit a:hover:after {
    margin-left: 20px;
    filter: none;
}

.index_about .wrap {
    padding: 122px 0 400px;
    background: url(../images/index_30.png) no-repeat center top;
    position: relative;
}

.index_about .about_swiper {
    overflow: visible;
    position: relative;
    z-index: 2;
}

.index_about .about_swiper .absswiper-slide {
    position: relative;
    overflow: visible;
    opacity: 0;
    transition: all .3s linear;
}

.index_about .absitem {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    overflow: visible;
    text-align: center;
    transition: all .3s linear;
    cursor: pointer;
}

.index_about .absswiper-slide-active .absitem {
    right: 48px;
    top: -65px;
}

.index_about .abshistory_item_0 .absitem {
    right: 40px;
    top: 22px;
}

.index_about .abshistory_item_1 .absitem {
    right: 70px;
    top: -63px;
}

.index_about .abshistory_item_2 .absitem {
    right: 82px;
    top: -111px;
}

.index_about .abshistory_item_3 .absitem {
    right: auto;
    left: 86px;
    top: -73px;
}

.index_about .absswiper-slide.show, .index_about .absswiper-slide.absswiper-slide-active {
    opacity: 1;
}

.index_about .tit {
    display: flex;
    align-items: center;
    position: relative;
}

.index_about .tit:after {
    content: "";
    height: 48px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 44px;
}

.index_about .radio {
    width: 12px;
    height: 12px;
    background: #353535;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 13px;
    transition: all .3s linear;
    position: relative;
}

.index_about .water {
    height: 50%;
    position: absolute;
    width: 100%;
    opacity: .6;
    top: -10%;
    -webkit-animation: move_wave 4s linear infinite;
    animation: move_wave 4s linear infinite;
}

.index_about .line_first {
    opacity: .5;
    /* -webkit-animation: move_wave 15s cubic-bezier(.55, .5, .45, .5) infinite; */
    /* animation: move_wave 15s cubic-bezier(.55, .5, .45, .5) infinite; */
    /* background: url(../images/sliver.png) repeat-x; */
}

.index_about .line_second {
    opacity: .3;
    top: 0;
    /* -webkit-animation: move_wave 8s cubic-bezier(.55, .5, .45, .5) infinite; */
    /* animation: move_wave 8s cubic-bezier(.55, .5, .45, .5) infinite; */
    /* background: url(../images/sliver.png) repeat-x; */
}

@-webkit-keyframes move_wave {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1732px 0
    }
}

@keyframes move_wave {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1732px 0
    }
}

.index_about .radio:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #5FBAF9;
    border-radius: 50%;
    animation: video_wave 3s linear infinite;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.index_about .radio:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #5FBAF9;
    border-radius: 50%;
    animation: video_wave 3s linear infinite 1.5s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

@-webkit-keyframes video_wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    50% {
        transform: translate(-50%, -50%) scale(5);
        opacity: .8
    }

    100% {
        transform: translate(-50%, -50%) scale(10);
        opacity: 0
    }
}

@-ms-keyframes video_wave {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0
    }

    50% {
        transform: translate(-50%, -50%) scale(5);
        opacity: .8
    }

    100% {
        transform: translate(-50%, -50%) scale(10);
        opacity: 0
    }
}

@keyframes video_wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    50% {
        transform: translate(-50%, -50%) scale(5);
        opacity: .8
    }

    100% {
        transform: translate(-50%, -50%) scale(10);
        opacity: 0
    }
}

.index_about .tit h2 {
    font-size: 26px;
    font-family: 'Roboto-Bold';
    transition: all .3s linear;
}

.index_about .abscontent {
    position: absolute;
    width: 225px;
    padding-top: 42px;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: all .3s linear;
    width: 250px;
}

.index_about .abscontent p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
}

.index_about .abscontent img {
	width: 100%;
}

.index_about .absitem.active .tit h2 {
    color: #5FBAF9;
}

.index_about .absitem.active .tit div {
    background: #fff;
}

.index_about .absitem.active .abscontent {
    opacity: 1;
    padding-top: 62px;
}

.index_about .absitem.active .tit div:before,.index_about .absitem.active .tit div:after {
    visibility: visible;
}



/*----------------------------------main---------------------------------*/

/*-------------------------------------------------------- 
													page: product list
																	------------------------------------------------------*/
/*.absitems_list { position: relative; width: 100%; }*/
/*.absitems_list ul { margin: -10px -18px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }*/
/*.absitems_list ul { margin: -2.5%; }*/
/*.absitems_list .product_item { display: -webkit-box; display: -webkit-flex; display: flex; padding: 2.5%; width: 25%; max-width: 25%; -webkit-box-flex: 0 0 25%; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }*/
/*.absitems_list .product_item figure { display: -webkit-box; display: -webkit-flex; display: flex; overflow: hidden; width: 100%; border: 1px solid #e6e6e6; background-color: #fff; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; }*/
/*.absitems_list .product_item figcaption { padding: 25px 15px; text-align: center; }*/
/*.absitems_list .product_item .absitem_img, .absitems_list .product_item .absitem_img img { display: block; }*/
/*.absitems_list .product_item .absitem_img { border: 1px solid #e6e6e6; -webkit-box-flex: 1.0; -moz-flex-grow: 1; -webkit-flex-grow: 1; flex-grow: 1; }*/
/*.absitems_list .product_item .absitem_title { text-transform: uppercase; font-size: 12px; }*/
/*.absitems_list .product_item .absitem_title a { height: 3.7em; background-color: #425664; color: #fff; font-size: 12px; line-height: 3.7em; }*/
/*.absitems_list .product_item figure:hover { border-color: #ccc; box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3); }*/
/*.absitems_list .product_item figure:hover .absitem_title a { background-color: #117CC6; color: #fff; }*/
.absitems_list {
    width: 100%;
    position: relative;
}

.absitems_list .share_this {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}

.absitems_list ul {
    margin: 0 -10px;
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
}

.absitems_list .product_item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25;
    width: 25%;
    float: left;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.absitems_list .product_item figure {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.absitems_list .product_item figure,.goods-may-like .product_item figure {
    padding: 2px;
    /* border: 1px solid #c7c7c7; */
}

.absitems_list .product_item .absitem_img,.goods-may-like .product_item .absitem_img {
}

.absitems_list .product_item .absitem_img:hover img,.goods-may-like .product_item .absitem_img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.absitems_list .product_item .absitem_title,.goods-may-like .product_item .absitem_title {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}



.absitems_list .product_item figure:hover .absitem_title a,.goods-may-like .product_item figure:hover .absitem_title a {
    color: #3190ff;
}

/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/
/*product photos*/

/* .product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
} */




/*-------------------------------------------------------- 
													page: download list
																	------------------------------------------------------*/
.download_list {
    position: relative;
    width: 100%;
}

.download-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}

.download-item .absitem-img {
    max-width: 25px;
}

.download-item .absitem-title {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
}

.download-item .absitem-button {
    position: relative;
    float: right;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #eee;
    vertical-align: top;
    line-height: 30px;
    cursor: pointer;
}

.download-item .absitem-button:before {
    margin: 0 10px 0 0;
    content: "\f019";
}

/*-------------------------------------------------------- 
													page: faq list
																	------------------------------------------------------*/
.faq_list {
    position: relative;
    width: 100%;
}

.faq-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 25px;
    width: 100%;
    border: 1px solid #eee;
}

.faq-item .faq-title {
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
}

.faq-item .faq-title:before {
    position: absolute;
    right: 0;
    content: "\f067";
    font-size: 14px;
}

.faq-item .faq-title.show-title:before {
    content: '\f068';
}

.faq-item .faq-title h3 {
    font-weight: normal;
}

.faq-item .faq-cont {
    display: none;
    margin: 0 0 25px;
}

.faq-item:first-child .faq-cont {
    display: block;
}


.banner_video{position: absolute;right: 150px;bottom: 58px;z-index: 2;width: 518px;max-width: 30%;max-width: 20%;right: 180px;}
.banner_video a{display:block}
.banner_video>img{width: 120px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 40%;pointer-events: none;}
.banner_video a img{ }

.absindex-ad{
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
    .inquiry-form .form-btn-wrapx .form-btn-submitx {
        top: 0 !important;
    }
}

@media only screen and (max-width: 1680px) {
.index_about {
    /*background: url(../images/index_22.png);*/
    color: #fff;
    padding: 122px 0 0;
    background-repeat: no-repeat;
    background-position: right bottom;

}
    .abslayout {
        width: 1300px;
    }

    .head_layout.abslayout {
        /*width: 100%;*/
        padding: 0 30px;
        justify-content: space-between;
    }

    /*index*/
    .absweb_head .btn--search {
        right: 10px;
        transform: unset;
        -webkit-transform: unset;
    }

    .head_nav > li {
        padding: 0 20px;
    }

    .index_pro figure:nth-of-type(2) h2:before,.index_pro figure:nth-of-type(2) h2:after {
        display: none;
    }

    .index_pro figcaption h2 {
        width: 100%;
        font-size: 24px;
    }

    .index_pro .abslayout {
        padding: 45px 60px;
    }

    .index_hot .hot_prev {
        left: -80px;
    }

    .index_hot .hot_next {
        right: -80px;
    }

    .abscontainer {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1440px) {

    .abslayout {
        width: 1200px;
    }

    /*index*/
    .head_nav > li {
        padding: 0 15px;
    }

    .head_nav>li>a {
        font-size: 19px;
    }

    .index_machine .center h2 {
        font-size: 24px;
    }

    .index_machine .center p {
        font-size: 16px;
    }

    /*product*/
}





  

/*-------------------------------
			absswiper-slide start
			----------------------------------*/



.swiper-container-vertical>.swiper-wrapper-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper-about {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-container-android .absswiper-slide, .swiper-wrapper-about {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper-about {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.absswiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}







@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .swiper-container .swiper-wrapper-about {
        width: auto;
    }
}

/*-------------------------------
			absswiper-slide end
			----------------------------------*/
/*-------------------------------
			entry-table start
			----------------------------------*/

.abscontainer {
    position: relative;
    min-height: 100vh;
    background-position: left bottom;
    background-repeat: no-repeat;
}



/*-------------------------------
			language  end
			----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
} */

@-webkit-keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInLeftA {
    -webkit-animation-name: fadeInLeftA;
    animation-name: fadeInLeftA;
}

@-webkit-keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInUpA {
    -webkit-animation-name: fadeInUpA;
    animation-name: fadeInUpA;
}

@-webkit-keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes OrangePulse {
    from {
        background-color: rgba(210,174,109,.2);
        -webkit-box-shadow: 0 0 10px rgba(210,174,109,1);
    }

    50% {
        background-color: rgba(210,174,109,1);
        -webkit-box-shadow: 0 0 10px rgba(210,174,109,1);
    }

    to {
        background-color: rgba(210,174,109,.2);
        -webkit-box-shadow: 0 0 10px rgba(210,174,109,1);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -ms-transform: rotate(40deg);
    }

    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -ms-transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20%);
    }

    50% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-10%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-20%);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInA {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInA {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
    }
}

.bounceInA {
    -webkit-animation-name: bounceInA;
    animation-name: bounceInA;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA;
}

@keyframes fadeInA {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/* animate.css */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6);
    }

    50% {
        opacity: 1;
    }
}

.zoomInA {
    -webkit-animation-name: zoomInA;
    animation-name: zoomInA;
}

/*-------------------------------
			animation  end
			----------------------------------*/

/* .fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
} */
/* 
.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
} */

/* .fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.pro_tit h3 {
    display: block;
    position: relative;
    background-color: #006DB9;
    width: max-content;
    color: white;
    line-height: 35px;
    z-index: 2;
    text-transform: capitalize;
}
.pro_tit h3 span {
    padding: 2px 20px;
}

.pro_tit h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-top: 35px solid transparent;
    border-bottom: 0px solid #006DB9;
    border-left: 20px solid #006DB9;
}

.pro_tit .fl-node-content:after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 30px;
    max-height: 30px;
    padding-right: .2rem;
    width: 100%;
    height: 33px;
    background-color: #e2e2e2;
    z-index: 0;
}

.pro_tit .fl-node-content {
    position: relative;
}

.specification_table table tr td {
    line-height: 2.8;
    font-size: 16px;
    color: #006DB9;
    border: none;
    font-family: 'Roboto-Regular';
    color: #000000;
    text-align: center;
    border: 1px solid  #fff;
}

.specification_table table tr:nth-child(2n) td {
    background: #fff;
}

.specification_table table tr:nth-child(2n+1) td {
     background:#E9E7E8; 
}
.specification_table table tr:first-child td{
    background: #006DB9;
    color: #fff;
    font-weight: bold;
}
.specification_table table tr:last-child td{
    border-bottom: 4px solid #006DB9;
}

.specification_table_special table tr td {
    line-height: 2.8;
    font-size: 16px;
    border: none;
    font-family: 'Roboto-Regular';
    color: #000000;
    text-align: center;
    /*border: 1px solid  #fff;
    background: #E7E9E9;
}
*/


/* .contact_box .contact_icon .fl-col-content {
    background: #F7F8F7;
    border-radius: 8px;
    transition: background .5s;
    padding: 40px;
    border: 1px solid #fff;
}

.contact_box .contact_icon h3 span {
    font-size: 22px;
}

.contact_box .contact_icon:hover .fl-col-content {
    background: #fff;
    border-color: #006DB9;
}

.contact_box .contact_icon .fl-callout-content {
    color: #000;
}

.contact_box .contact_icon:hover .fl-callout-content {
    color: #006DB9;
}
 */


/* .single_news .entry p {
    line-height: 2.2;
}

.our_advantage {
    box-shadow: 0 0 20px #6c9bc5;
}

.our_advantage .fl-row-content-wrap {
    border-radius: 5px;
}

.about_contact {
    position: relative;
}

.about_contact h2 {
    position: relative;
    z-index: 2;
}

.about_contact .contact_title_bg {
    position: absolute;
    left: 0;
    top: -75px;
    z-index: 1;
}

.about_contact .contact_title_bg h3 span {
    font-size: 110px;
    color: #F6F8FA;
}
 */
/* .why_us h2 {
    color: #333;
}

.faqs_box .fl-accordion-item .fl-accordion-button {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 15px 3.53% 13px 3.08%;
    border-radius: 4px;
    background-color: #f7f8f7;
}

.faqs_box .fl-accordion-item .fl-accordion-button span {
    position: relative;
    flex: 1;
    color: #006DB9;
    font-size: 20px;
    font-weight: normal;
}

.faqs_box .fl-node-586baa625d213 .fl-accordion-item {
    border: none;
}

.faqs_box .fl-accordion-item .fl-accordion-content p {
    margin-right: 6.69%;
    color: #727272;
    font-size: 18px;
    line-height: 1.66;
    padding: 36px 3.3% 48px;
    background: #FCFDFC;
}
 */
.index_about .abshistory_item.active .abscontent {
    opacity: 1;
}

.index_news .left li p a {
    color: #fff;
}

@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .head_nav>li>a {
        font-size: 18px;
    }

    .head_nav > li {
        padding: 0 20px;
    }
}

/* .form_notice {
    margin: 10px 0;
}

.form_notice strong {
    font-size: 18px;
    line-height: 1.8;
}

.form_notice p {
    font-size: 16px;
    line-height: 1.8;
}

.our_service_box_left .fl-row-content-wrap {
    border-radius: 0 100px 100px 0;
    box-shadow: 0px 0px 15px 0px rgb(164 180 210 / 50%);
}

.our_service_box_right .fl-row-content-wrap {
    border-radius: 100px 0 0 100px;
    box-shadow: 0px 0px 15px 0px rgb(164 180 210 / 50%);
}

.our_service_box_right .fl-row-content-wrap {
    background: #F7F8F7;
}

.our_service_box_left .fl-row-content-wrap {
    background: #CCE2F1;
}

.service_main {
    position: relative;
    padding-top: 0;
}

.service_main .entry {
    padding: 0 0 15px 0;
}

.about_history .year_box .fl-callout-photo-left .fl-callout-photo, .about_history .year_box .fl-callout-photo-left-text .fl-callout-photo {
    width: 10%;
} */

/* .contact_us_box .fl-rich-text p a {
    color: #000000;
}

.absitems_list ul li figure {
    position: relative;
}

.absitems_list ul li figure .absitem_img:after, .absitems_list ul li figure .absitem_img:before {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
    background: rgb(0 109 185 / 75%);
    content: "";
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.absitems_list ul li:hover .absitem_img:after, .absitems_list ul li:hover .absitem_img:before {
    height: 50%;
}

.absitems_list ul li .absitem_img:after {
    bottom: 0;
}

.absitems_list ul li .absitem_img:before {
    top: 0;
}

.absitems_list ul li .absitem_img:after, .absitems_list ul li .absitem_img:before {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
    background: rgba(11,135,251,.75);
    content: "";
}
 */
/* .absitems_list ul li .absitem_title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-top: -20px;
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
} */


.index_advan .advan_wrap {
    padding: 20px 10px 80px;
    margin: 0 -10px;
}










@media only screen and (min-width: 1280px) and (max-width: 1540px) {
    .head_layout.abslayout {
        width: 90%;
        justify-content: center;
    }

    .index_machine .abslayout , .index_pro .abslayout , .index_hot .abslayout, .index_why .abslayout {
        width: 80%;
    }
 .index_advan .abslayout {
     width: 90%;
 }
    .index_tit h2, .index_news .tit {
        font-size: 38px;
    }

    .index_tit h3 {
        font-size: 80px;
        top: -35px;
    }

    .index_pro figcaption h2 {
        font-size: 22px;
    }

    .index_news .left ul {
        padding-left: 80px;
    }

    .index_news .left li {
        font-size: 18px;
    }

    .index_news .news_wrap .absswiper-slide p {
        font-size: 16px;
    }

    .index_machine .abslayout {
        padding: 20px 70px 20px;
        width: 75%;
        padding: 30px 30px 30px 70px;
    }

    .index_about .index_tit p {
        font-size: 16px;
        max-width: 1115px;
        margin: 0 auto 20px;
    }

    .index_about .index_tit {
        margin-bottom: 20px;
    }

    .index_about .wrap {
        padding: 122px 0 350px;
    }

    .index_about .abscontent p {
        font-size: 14px;
    }
    .index_advan figcaption h2{
        font-size: 20px;
    }
    .advan_wrap  .swiper-pagination{
        margin:20px 0 0 !important;
    }
    
    .download_form .dow_box{
        max-width: 340px;
    }
    .download_form .dow_box .wrap{
        max-height: 400px;
    }
}

@media only screen and (max-width: 950px) {
    .absitems_list ul li.absitem_search, .absitems_list ul li:hover .absitem_search, .absitems_list ul li .absitem_img::after, .absitems_list ul li .absitem_img::before {
        display: none;
    }

    .absitems_list ul li .absitem_title {
        position: relative;
        top: unset;
        left: unset;
        margin-top: 0;
        font-size: 16px;
        -webkit-transform: unset;
        transform: unset;
        background: #006DB9;
        padding: 10px 0;
        opacity: 1;
    }

    .sys_sub_head .pagnation_title {
        font-size: 24px;
        top: 35%;
        transform: translateY(-35%);
    }

    .right_nav {
        display: none;
    }
    .absitems_list .product_item .absitem_title a{
        color: #fff;
    } 
}


