@-webkit-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-moz-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-o-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

@-moz-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

@-o-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0)
    }
}

.guarantee_info {
    padding-right: 5%
}

.guarantee_info div {
    position: relative
}

.guarantee_info div::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    border-bottom: 4px solid #1d4990
}

.guarantee_info h1 {
    font-size: 38px;
    color: #333333
}

.guarantee_info h5 {
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc
}

.guarantee_info h3 {
    color: #999999;
    line-height: 1.6;
    padding-bottom: 100px
}

.guarantee_info h3 span {
    color: #1d4990
}

.guarantee_list li {
    width: 30%;
    margin: 0 1% 2%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.guarantee_list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.product_box {
    background: #edeeef url("../images/index/product_bg.jpg") no-repeat top center;
    background-size: cover
}

.porduct_list {
    text-align: center
}

.porduct_list li {
    width: 33.3333%
}

.porduct_list li a {
    display: block;
    padding-top: 15px
}

.porduct_list li:not(:nth-child(3n)) a {
    margin-right: 15px
}

.porduct_list li:hover h4 {
    background: #1d4990
}

.porduct_list li:hover img {
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -o-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%)
}

.porduct_list .img_box {
    background: #fff;
    width: 100%;
    height: 308px
}

.porduct_list h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    line-height: 40px;
    margin: 0;
    background: rgba(29, 73, 144, 0.95);
    color: #fff
}

.absorbed_box .title_box {
    margin-bottom: 20px
}

.absorbed_img {
    width: 50%
}

.absorbed_img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.absorbed_info {
    width: 50%;
    padding: 0 7%
}

.absorbed_info h4 {
    font-size: 20px;
    color: #999999;
    margin: 0 0 20px;
    line-height: 1.6
}

.absorbed_info h4 b {
    color: #1d4990
}

.absorbed_info h6 {
    line-height: 1.6;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.absorbed_title h1 {
    font-weight: bold;
    color: #1d4990;
    margin: 0;
    text-align: left;
    width: 100%
}

.absorbed_title h5 {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    margin: 8px 0
}

.absorbed_title div::after {
    display: block;
    content: "";
    width: 140px;
    border-bottom: 5px solid #f1874d;
    margin-bottom: 30px
}

.case_box {
    background: url("../images/index/case_bg.jpg") repeat-y top center;
    background-size: cover
}

.case_item {
    position: relative;
    margin-top: 40px;
    padding: 0 15px
}

.case_item .img_box {
    display: block;
    height: 80vh
}

.case_item:hover img {
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -o-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%)
}

.case_info {
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 25px 30px;
    max-width: 40%;
    background-color: #7f7f7f
}

.case_info h1 {
    color: #fff;
    margin: 0 0 8px
}

.case_info h4 {
    margin: 0;
    font-size: 20px;
    color: #cccccc
}

.case_list li {
    width: 50%;
    padding: 30px 15px 0
}

.case_list li:hover img {
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -o-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%)
}

.case_list li:hover h2 {
    background: #1d4990
}

.case_list .img_box {
    height: 500px
}

.case_list h2 {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 10px;
    margin: 0;
    line-height: 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6)
}

.about_box {
    overflow-x: hidden
}

.about_box .k_container {
    padding-bottom: 0
}

.about_content {
    padding: 20px 0 30px
}

.about_img {
    position: relative;
    z-index: 2;
    width: 50%
}

.about_img>div {
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05)
}

.about_img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.about_info {
    width: 50%;
    padding: 0 8%
}

.about_info h1 {
    font-size: 34px;
    color: #1d406b;
    margin: 10px 0
}

.about_info h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #999999;
    margin: 0
}

.about_info h3 {
    font-size: 20px;
    margin: 30px 0 20px;
    color: #fafcff;
    padding: 30px 0 50px;
    line-height: 1.6;
    position: relative
}

.about_info h3::before {
    display: block;
    content: "";
    width: 200vw;
    position: absolute;
    right: -80vw;
    top: 0;
    bottom: 0;
    background: #1d406b
}

.about_info h3 span {
    position: relative;
    z-index: 2
}

.about_info h6 {
    color: #999999;
    line-height: 1.4
}

.honor_box .title_box {
    padding-top: 10px !important
}

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

.honor_swiper .imgs_box {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.honor_swiper .imgs_box img {
    max-width: 100%;
    max-height: 180px
}

.honor_swiper .swiper-slide:hover h4 {
    background: #1d4990;
    color: #fff
}

.honor_swiper h4 {
    margin: 0;
    padding: 15px 5px;
    font-size: 16px;
    color: #333;
    background: #f7f7f7
}

.news_box {
    background: #eee url("../images/index/news_bg.jpg") no-repeat bottom right
}

.news_content {
    padding-bottom: 30px
}

.news_left,
.news_right {
    width: 50%;
    padding: 0 5%
}

.news_title {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px
}

.news_title h2 {
    font-size: 28px;
    color: #666666;
    font-weight: bold;
    margin: 0
}

.news_title h2 a {
    display: block;
    color: #666666;
    margin-right: 20px;
    position: relative;
    line-height: 40px
}

.news_title h2 a::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #1d4990;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    transition: transform .5s linear
}

.news_title h2 a.active,
.news_title h2 a:hover {
    color: #1d4990
}

.news_title h2 a.active::after,
.news_title h2 a:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1)
}

.news_title>a {
    font-size: 20px;
    color: #999999
}

.news_title>a:hover {
    color: #1d4990
}

.news_big:hover img {
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -o-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%)
}

.news_big:hover h4 {
    color: #1d4990
}

.news_big .img_box {
    width: 40%;
    height: 160px
}

.news_big_info {
    width: 60%;
    padding-left: 10px
}

.news_big_info h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333
}

.news_big_info h5 {
    color: #666666;
    line-height: 1.6;
    font-size: 16px
}

.news_big_info h6 {
    color: #666666
}

.news_list {
    margin-top: 20px
}

.news_list li {
    margin-top: 27px
}

.news_list li:hover h4 {
    color: #1d4990
}

.news_list li h4 {
    max-width: 65%;
    font-size: 20px;
    color: #666;
    margin: 0
}

.news_list li h5 {
    max-width: 30%;
    font-size: 18px;
    color: #999;
    margin: 0
}

.contact_info h2 {
    font-size: 28px;
    margin: 20px 0 10px;
    font-weight: bold;
    color: #1d4990
}

.contact_info h3 {
    font-size: 20px;
    color: #333333;
    line-height: 1.2
}

.contact_info h3::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.contact_icon_1::before {
    background: url("../images/index/contact_icon_1.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_2::before {
    background: url("../images/index/contact_icon_2.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_3::before {
    background: url("../images/index/contact_icon_3.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_icon_4::before {
    background: url("../images/index/contact_icon_4.jpg") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.contact_img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

@media screen and (max-width: 1700px) {
    .guarantee_info h3 {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 1600px) {
    .absorbed_info {
        padding: 0 6%
    }
    .about_info {
        padding: 0 5%
    }
    .about_info h1 {
        font-size: 30px;
        margin: 10px 0
    }
    .about_info h4 {
        font-size: 14px
    }
    .about_info h3 {
        font-size: 18px;
        margin: 25px 0 15px;
        padding: 15px 0 30px
    }
}

@media screen and (max-width: 1500px) {
    .guarantee_info {
        padding-right: 2%
    }
    .guarantee_info h1 {
        font-size: 30px
    }
    .guarantee_info h5 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 12px;
        border-bottom: 1px solid #cccccc
    }
    .guarantee_info h6 {
        display: none
    }
    .guarantee_info h3 {
        font-size: 14px;
        padding-bottom: 40px
    }
    .case_list .img_box {
        height: 400px
    }
    .case_list h2 {
        line-height: 60px
    }
}

@media screen and (max-width: 1400px) {
    .absorbed_info h1 {
        font-size: 30px
    }
    .absorbed_info h6 {
        display: none
    }
    .absorbed_info h4 {
        font-size: 16px
    }
    .absorbed_title h5 {
        font-size: 12px
    }
    .absorbed_title div::after {
        margin-bottom: 20px
    }
    .case_info {
        padding: 20px 25px
    }
    .case_info h1 {
        font-size: 30px
    }
    .case_info h4 {
        font-size: 16px
    }
    .about_info h1 {
        font-size: 26px;
        margin: 8px 0
    }
    .about_info h4 {
        font-size: 12px
    }
    .about_info h3 {
        font-size: 16px;
        margin: 20px 0 10px;
        padding: 25px 0 35px
    }
    .about_info h6 {
        display: none
    }
    .honor_swiper .imgs_box {
        height: 140px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex
    }
    .honor_swiper .imgs_box img {
        max-height: 140px
    }
    .honor_swiper h4 {
        padding: 12px 5px;
        font-size: 14px
    }
    .news_box {
        background: #eee
    }
    .news_title {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 20px
    }
    .news_title h2 {
        font-size: 20px
    }
    .news_title h2 a {
        margin-right: 15px;
        line-height: 36px
    }
    .news_title>a {
        font-size: 16px
    }
    .news_big .img_box {
        width: 40%;
        height: 140px
    }
    .news_big_info h4 {
        font-size: 18px
    }
    .news_big_info h5 {
        font-size: 14px
    }
    .news_list li {
        margin-top: 20px
    }
    .news_list li h4 {
        font-size: 18px
    }
    .news_list li h5 {
        font-size: 16px
    }
    .contact_info h2 {
        font-size: 24px;
        margin: 20px 0 10px
    }
    .contact_info h3 {
        font-size: 18px
    }
    .contact_info h3::before {
        width: 25px;
        height: 25px
    }
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .absorbed_info h6 {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .guarantee_info {
        padding-right: 0
    }
    .guarantee_info div::after {
        width: 100px
    }
    .guarantee_info h1 {
        font-size: 30px
    }
    .guarantee_info h5 {
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-size: 14px
    }
    .guarantee_info h3 {
        font-size: 18px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }
    .case_list .img_box {
        height: 300px
    }
    .case_list h2 {
        font-size: 20px;
        line-height: 50px
    }
}

@media screen and (min-width: 1200px) {
    .product_left {
        width: 250px;
        margin-right: 50px
    }
    .product_right {
        flex: 300px
    }
    .product_tab li ol {
        display: none
    }
    .product_center {
        padding: 20px 20px;
        background: url("../images/index/product_center.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .product_center h2 {
        font-size: 28px;
        color: #ffffff
    }
    .product_center h5 {
        font-size: 14px;
        color: #cccccc
    }
    .product_tab {
        text-align: center;
        border-bottom: 5px solid #1d4990
    }
    .product_tab>li {
        background: #fff
    }
    .product_tab>li:not(:last-child) {
        margin-bottom: 1px
    }
    .product_tab>li:hover>a,
    .product_tab>li.active>a {
        color: #fff;
        background: url("../images/index/product_tab_bg.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .product_tab>li>a {
        display: block;
        padding: 0 10px;
        font-size: 28px;
        color: #333333;
        line-height: 90px
    }
    .product_concat h2 {
        font-weight: bold;
        margin: 30px 0 20px;
        font-size: 25px;
        color: #1d4990;
        padding-left: 75px;
        line-height: 70px;
        background: url("../images/common/tel_icon.jpg") no-repeat left center
    }
    .product_concat h4 {
        font-size: 20px;
        color: #1d4990;
        margin: 0 0 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #1d4990
    }
    .product_concat h3 {
        font-size: 22px;
        color: #1d4990;
        margin: 0 0 10px
    }
    .product_title_box {
        border-bottom: 2px solid #999999
    }
    .product_title {
        margin: 0 2px;
        display: block;
        width: 177px;
        height: 50px;
        background: url("../images/index/product_title.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .product_more {
        font-size: 16px;
        padding: 5px 10px;
        border: 1px solid #999999;
        color: #999999
    }
    .product_more:hover {
        background: #1d4990;
        border-color: #1d4990;
        color: #fff
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .case_item .img_box {
        height: 650px
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .product_tab {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product_tab>li {
        position: relative;
        width: 100px;
        margin: 0 5px
    }
    .product_tab>li>a {
        font-size: 12px
    }
}

@media screen and (max-width: 1200px) {
    .product_center,
    .product_concat,
    .product_title_box {
        display: none
    }
    .product_cont {
        flex-wrap: wrap
    }
    .product_left,
    .product_right {
        width: 100%
    }
    .product_tab {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        text-align: center
    }
    .product_tab>li {
        margin: 0 10px;
        position: relative
    }
    .product_tab>li.active>a,
    .product_tab>li:hover>a {
        background: #1d4990;
        color: #fff
    }
    .product_tab>li>a {
        display: block;
        line-height: 30px;
        padding: 0 15px;
        font-size: 16px;
        color: #000;
        background: #fff
    }
    .product_tab ol {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        z-index: 2
    }
    .product_tab ol li:first-child {
        padding-top: 5px
    }
    .product_tab ol li:last-child {
        padding-bottom: 5px
    }
    .product_tab ol li.active>a,
    .product_tab ol li:hover>a {
        background: #1d4990;
        color: #fff
    }
    .product_tab ol li a {
        display: block;
        line-height: 2;
        font-size: 12px;
        color: #333
    }
    .porduct_list {
        margin-top: 20px
    }
    .porduct_list li a {
        padding-top: 10px
    }
    .porduct_list li:not(:nth-child(3n)) a {
        margin-right: 10px
    }
    .porduct_list .img_box {
        height: 260px
    }
    .porduct_list h4 {
        font-size: 16px;
        line-height: 30px
    }
    .absorbed_info h1 {
        font-size: 24px
    }
    .absorbed_info h6 {
        display: none
    }
    .absorbed_info h4 {
        font-size: 14px
    }
    .absorbed_title h5 {
        font-size: 12px
    }
    .absorbed_title div::after {
        margin-bottom: 10px
    }
    .about_info h1 {
        font-size: 24px;
        margin: 5px 0
    }
    .about_info h4 {
        font-size: 12px
    }
    .about_info h3 {
        font-size: 14px;
        margin: 20px 0 10px;
        padding: 20px 0 25px
    }
    .about_info h6 {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .absorbed_item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .absorbed_item .fadeInLeft .absorbed_title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        text-align: right;
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end
    }
    .absorbed_info {
        position: relative
    }
    .absorbed_info::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-right: 40px solid #fff;
        border-bottom: 40px solid transparent;
        position: absolute;
        top: 50%;
        left: -40px;
        z-index: 2;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }
    .absorbed_reverse .absorbed_info::after {
        left: auto;
        right: -40px;
        border-left: 40px solid #fff;
        border-right: 0 solid #fff
    }
}

@media screen and (min-width: 768px) {
    .gds_ph_img {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .absorbed_img,
    .absorbed_info {
        width: 100%
    }
    .absorbed_reverse {
        flex-wrap: wrap-reverse
    }
    .absorbed_info {
        padding: 20px 15px
    }
    .absorbed_info h4 {
        margin: 0 0 10px
    }
    .absorbed_info h6 {
        display: block;
        font-size: 10px
    }
    .case_item {
        margin-top: 20px;
        padding: 0 10px
    }
    .case_item .img_box {
        height: 400px
    }
    .case_info {
        padding: 15px 20px
    }
    .case_info h1 {
        font-size: 26px
    }
    .case_info h4 {
        font-size: 14px
    }
    .case_list li {
        padding: 20px 10px 0
    }
    .case_list .img_box {
        height: 250px
    }
    .case_list h2 {
        font-size: 18px;
        line-height: 40px
    }
    .about_content {
        padding: 10px 0 20px
    }
    .about_img {
        width: 100%;
        margin-bottom: 20px
    }
    .about_info {
        width: 100%
    }
    .about_info h6 {
        display: block
    }
    .news_left {
        width: 100%;
        margin-bottom: 20px
    }
    .news_right {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .guarantee_info {
        padding: 0
    }
    .guarantee_info div::after {
        width: 60px
    }
    .guarantee_info h1 {
        font-size: 20px
    }
    .guarantee_info h5 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 10px;
        line-height: 1.4
    }
    .guarantee_info h3 {
        font-size: 14px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .guarantee_list {
        padding: 0
    }
    .guarantee_list li {
        width: 31%;
        margin: 0 1% 2%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px
    }
    .product_tab>li {
        width: 33.333%;
        margin: 0
    }
    .product_tab>li>a {
        padding: 0 8px;
        font-size: 14px
    }
    .porduct_list {
        margin-top: 0
    }
    .porduct_list li {
        width: 50%
    }
    .porduct_list li a {
        padding-top: 8px
    }
    .porduct_list li:not(:nth-child(3n)) a {
        margin-right: 0
    }
    .porduct_list li:not(:nth-child(2n)) a {
        margin-right: 8px
    }
    .porduct_list li:nth-child(9) {
        display: none
    }
    .porduct_list .img_box {
        height: 140px
    }
    .porduct_list h4 {
        font-size: 12px;
        line-height: 26px
    }
    .gds_img {
        display: none
    }
    .case_box .title_box {
        padding-bottom: 0
    }
    .case_item {
        margin-top: 10px;
        padding: 0 5px
    }
    .case_item .img_box {
        height: 200px
    }
    .case_info {
        padding: 10px 25px;
        max-width: 60%
    }
    .case_info h1 {
        font-size: 16px
    }
    .case_info h4 {
        font-size: 10px
    }
    .case_list li {
        padding: 10px 5px 0
    }
    .case_list .img_box {
        height: 120px
    }
    .case_list h2 {
        font-size: 12px;
        line-height: 28px
    }
    .honor_swiper .imgs_box {
        height: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex
    }
    .honor_swiper .imgs_box img {
        max-height: 100px
    }
    .honor_swiper h4 {
        padding: 10px 3px;
        font-size: 12px
    }
    .news_left,
    .news_right {
        padding: 0
    }
    .news_title {
        margin-bottom: 10px
    }
    .news_title h2 {
        font-size: 16px
    }
    .news_title h2 a {
        margin-right: 10px;
        line-height: 30px
    }
    .news_title>a {
        font-size: 12px
    }
    .news_big .img_box {
        width: 50%;
        height: 120px
    }
    .news_big_info {
        width: 50%
    }
    .news_big_info h4 {
        font-size: 14px
    }
    .news_big_info h5 {
        font-size: 10px
    }
    .news_list li {
        margin-top: 15px
    }
    .news_list li h4 {
        font-size: 16px
    }
    .news_list li h5 {
        font-size: 12px
    }
    .news_content {
        padding-bottom: 0
    }
    .contact_info h2 {
        font-size: 18px;
        margin: 15px 0 8px
    }
    .contact_info h3 {
        font-size: 14px;
        margin: 10px 0 0
    }
    .contact_info h3::before {
        width: 15px;
        height: 15px
    }
}

@media screen and (min-width: 1600px) {
    .honor_swiper {
        padding-bottom: 0;
        margin-bottom: 30px
    }
    .honor_swiper span {
        display: block;
        width: 24px;
        height: 44px;
        position: absolute;
        top: 50%;
        cursor: pointer;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }
    .honor_swiper span.swiper-button-disabled {
        opacity: 0.4
    }
    .honor_left {
        left: -50px;
        background: url("../images/index/honor_left.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .honor_right {
        right: -50px;
        background: url("../images/index/honor_right.jpg") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
}