.hidden {
    overflow:hidden
}
.banner-container img {
    width:100%
}
.max-center {
    width:calc(100% - 20px);
    max-width:1560px;
    margin:0 auto
}
.min-center {
    width:90%;
    max-width:1200px;
    margin:0 auto
}
.module {
    padding:80px 0
}
.module .title-module {
    text-align:center;
    margin-bottom:40px
}
.module .title-module .title {
    font-size:36px;
    font-weight:700;
    color:#114c97;
    margin-bottom:13px
}
.module .title-module .desc {
    font-size:20px;
    color:#9c9c9c
}
.bg-module {
    position:relative
}
.bg-module .bg-img {
    position:absolute;
    z-index:0;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -o-object-fit:cover;
    object-fit:cover
}
.bg-module .bg-img,.bg-module .bg-img img {
    width:100%;
    height:100%
}
.more.more-btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:15px;
    width:132px;
    height:30px;
    background-color:#114c97;
    color:#fff;
    font-size:14px
}
.more.more-btn:hover {
    border:2px solid #114c97;
    background-color:rgba(0,0,0,0);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#114c97
}
.swiper-pagination-bullet {
    width:12px;
    height:12px;
    border-radius:6px;
    background-color:#114c97;
    opacity:1;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.swiper-pagination-bullet-active {
    background-color:#cc0e09;
    width:28px;
    opacity:1
}
.swiper-button-next,.swiper-button-prev {
    color:#114c97;
    font-weight:700;
    background-color:hsla(0,0%,100%,.8);
    border-radius:8px;
    width:44px;
    height:44px
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size:24px
}
@media screen and (max-width:1580px) {
    .max-center {
        max-width:1200px
    }
}@media screen and (max-width:1080px) {
    .module {
        padding:40px 0
    }
    .module .title-module {
        margin-bottom:40px
    }
    .module .title-module .title {
        font-size:22px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:14px;
        color:#9c9c9c;
        width:80%;
        margin:0 auto
    }
}@media screen and (max-width:768px) {
    .swiper-pagination-bullet {
        width:8px;
        height:8px;
        margin:0 5px
    }
    .swiper-pagination-bullet-active {
        width:16px
    }
    .swiper-button-next,.swiper-button-prev {
        border-radius:4px;
        width:32px;
        height:32px
    }
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size:18px
    }
    .module {
        padding:30px 0
    }
    .module .title-module {
        margin-bottom:30px
    }
    .module .title-module .title {
        font-size:18px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:12px
    }
}.banner-item img {
     display:block;
     margin:0 auto;
     width:100%
 }
.query-container {
    background-color:#114c97
}
.query-container .query-box {
    height:120px
}
.query-container .query-box,.query-container .query-box .left-layout {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.query-container .query-box .left-layout {
    color:#fff
}
.query-container .query-box .left-layout a {
    color:inherit;
    font-size:14px
}
.query-container .query-box .left-layout .title {
    font-size:16px;
    font-weight:700;
    margin-right:10px
}
.query-container .query-box .right-layout .form {
    width:596px;
    height:50px;
    border:1px solid #fff;
    border-radius:25px;
    position:relative
}
.query-container .query-box .right-layout .form input {
    display:block;
    width:100%;
    height:100%;
    border:none;
    outline:none;
    background-color:rgba(0,0,0,0);
    color:#9c9c9c;
    padding-left:28px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#fff
}
.query-container .query-box .right-layout .form input::-webkit-input-placeholder {
    color:#fff;
    opacity:.5
}
.query-container .query-box .right-layout .form input::-moz-placeholder {
    color:#fff;
    opacity:.5
}
.query-container .query-box .right-layout .form input::-ms-input-placeholder {
    color:#fff;
    opacity:.5
}
.query-container .query-box .right-layout .form input::placeholder {
    color:#fff;
    opacity:.5
}
.query-container .query-box .right-layout .form .submit {
    position:absolute;
    top:4px;
    right:4px;
    width:170px;
    height:42px;
    border-radius:21px;
    background-color:#fff;
    border:none;
    outline:none;
    color:#114c97;
    font-weight:700;
    cursor:pointer
}
.query-container .query-box .right-layout .form .submit .icon {
    font-weight:700
}
.query-container .query-box .right-layout .form .submit:hover {
    background-color:#eee
}
.global-map-container {
    background-color:#f6f6f6
}
.global-map-container.module {
    padding-bottom:0;
    padding-top:40px
}
.global-map-container .global-map {
    height:650px
}
.global-map-container .m-global-map {
    display:none;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:20px
}
.global-map-container .m-global-map .m-global-map-item {
    margin:0 3px 6px;
    width:calc(33.33333% - 8px);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#114c97;
    padding:5px 10px;
    text-align:center;
    font-size:13px;
    border-radius:4px
}
.global-map-container .m-global-map .m-global-map-item a {
    color:#fff
}
.service-container.module {
    padding-top:40px
}
.service-container .service-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.service-container .service-list .service-item {
    margin:0 8px 16px;
    width:calc(33.33333% - 10.66667px);
    overflow:hidden;
    background-color:#eee
}
.service-container .service-list .service-item:nth-child(3n+1) {
    margin-left:0
}
.service-container .service-list .service-item:nth-child(3n+3) {
    margin-right:0
}
.service-container .service-list .service-item .service {
    position:absolute;
    width:80%;
    height:80%;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:center
}
.service-container .service-list .service-item .service img {
    width:60px;
    height:60px;
    -o-object-fit:contain;
    object-fit:contain;
    margin-bottom:10px
}
.service-container .service-list .service-item .service .title {
    font-size:24px;
    color:#114c97;
    margin-bottom:10px
}
.service-container .service-list .service-item .service .desc {
    line-height:1.6;
    font-size:14px
}
.service-container .service-list .service-item .service-box {
    padding-top:75%;
    position:relative
}
.service-container .service-list .service-item .hover {
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s;
    position:absolute;
    z-index:2;
    width:100%;
    height:80%;
    left:0;
    top:20%;
    background-color:rgba(51,57,125,.8)
}
.service-container .service-list .service-item .hover .service .desc,.service-container .service-list .service-item .hover .service .title {
    color:#fff
}
.service-container .service-list .service-item .bg-img {
    z-index:0;
    opacity:0;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.service-container .service-list .service-item:hover .hover {
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0)
}
.service-container .service-list .service-item:hover .bg-img {
    opacity:1
}
.industry-container .industry-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.industry-container .industry-list .industry-item {
    width:calc(25% - 16.5px);
    margin:0 11px 22px;
    border-radius:60px;
    overflow:hidden;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.industry-container .industry-list .industry-item:nth-child(4n+1) {
    margin-left:0
}
.industry-container .industry-list .industry-item:nth-child(4n+4) {
    margin-right:0
}
.industry-container .industry-list .industry-item .industry-box {
    display:block;
    width:100%;
    padding-top:80%;
    position:relative
}
.industry-container .industry-list .industry-item .industry-box img {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0
}
.industry-container .industry-list .industry-item .industry-box .title {
    position:absolute;
    bottom:0;
    width:100%;
    height:64px;
    line-height:64px;
    text-align:center;
    background-color:rgba(0,0,0,.5);
    color:#fff;
    font-size:22px
}
.industry-container .industry-list .industry-item:hover {
    -webkit-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    transform:translateY(-5px);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
    box-shadow:0 0 10px rgba(0,0,0,.5)
}
.detect-container {
    background-color:#f5f5f5;
    background-position:bottom;
    background-repeat:no-repeat
}
.detect-container .detect-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.detect-container .detect-list .detect-item {
    margin:0 24px;
    width:calc(20% - 38.4px);
    padding-top:calc(20% - 38.4px);
    position:relative;
    -webkit-transition:2.4s;
    -o-transition:2.4s;
    transition:2.4s
}
.detect-container .detect-list .detect-item:nth-child(5n+1) {
    margin-left:0
}
.detect-container .detect-list .detect-item:nth-child(5n+5) {
    margin-right:0
}
.detect-container .detect-list .detect-item .detect-box {
    position:absolute;
    border-radius:50%;
    background-color:#fff;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-transition:2.4s;
    -o-transition:2.4s;
    transition:2.4s
}
.detect-container .detect-list .detect-item .detect-box .icon {
    width:57px;
    height:57px;
    margin-bottom:12px
}
.detect-container .detect-list .detect-item .detect-box .icon img {
    width:100%;
    height:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.detect-container .detect-list .detect-item .detect-box .icon img.hover {
    display:none
}
.detect-container .detect-list .detect-item .detect-box .title {
    font-size:22px;
    color:#114c97;
    font-weight:700;
    margin-bottom:10px
}
.detect-container .detect-list .detect-item .detect-box .desc {
    font-size:16px;
    color:#114c97;
    opacity:.6
}
.detect-container .detect-list .detect-item:hover {
    -webkit-transform:rotateY(1turn);
    transform:rotateY(1turn)
}
.detect-container .detect-list .detect-item:hover .detect-box {
    background-color:#114c97
}
.detect-container .detect-list .detect-item:hover .detect-box .icon img.img {
    display:none
}
.detect-container .detect-list .detect-item:hover .detect-box .icon img.hover {
    display:block
}
.detect-container .detect-list .detect-item:hover .detect-box .desc,.detect-container .detect-list .detect-item:hover .detect-box .title {
    color:#fff
}
.choose-container .choose-icon-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:relative;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:999
}
.choose-container .choose-icon-list .choose-icon-item {
    background-color:#333;
    cursor:pointer;
    width:113px;
    height:66px;
    margin:0 30px
}
.choose-container .choose-icon-list .choose-icon-item .choose-box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.choose-container .choose-icon-list .choose-icon-item .choose-box .icon {
    width:33px;
    height:33px;
    margin-bottom:5px
}
.choose-container .choose-icon-list .choose-icon-item .choose-box .icon img {
    width:100%;
    height:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.choose-container .choose-icon-list .choose-icon-item .choose-box .title {
    font-size:15px;
    font-weight:700;
    color:#fff
}
.choose-container .choose-icon-list .choose-icon-item .choose-box:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
    border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333;
    border-style:solid;
    border-width:33px 56px
}
.choose-container .choose-icon-list .choose-icon-item .choose-box:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0);
    border-style:solid;
    border-width:33px 56px
}
.choose-container .choose-icon-list .choose-icon-item.on,.choose-container .choose-icon-list .choose-icon-item:hover {
    background-color:#114c97;
    -webkit-box-shadow:0 0 10px #fff;
    box-shadow:0 0 10px #fff
}
.choose-container .choose-icon-list .choose-icon-item.on .choose-box:before,.choose-container .choose-icon-list .choose-icon-item:hover .choose-box:before {
    border-bottom:33px solid #114c97
}
.choose-container .choose-icon-list .choose-icon-item.on .choose-box:after,.choose-container .choose-icon-list .choose-icon-item:hover .choose-box:after {
    border-top:33px solid #114c97
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item {
    height:100px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .icon {
    margin-bottom:15px;
    width:24px;
    height:24px;
    -o-object-fit:contain;
    object-fit:contain
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .icon img.hover {
    display:none
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item:nth-child(odd) {
    background-color:#eee
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item:nth-child(2n+2) {
    background-color:#f5f5f5
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item.swiper-slide-thumb-active {
    background-color:#114c97
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item.swiper-slide-thumb-active .icon img.img {
    display:none
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item.swiper-slide-thumb-active .icon img.hover {
    display:block
}
.laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item.swiper-slide-thumb-active .title {
    color:#fff
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .img {
    width:65%;
    max-height:500px
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .img img {
    width:100%;
    height:100%
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text {
    width:35%;
    background-color:#f4f4f4;
    padding:60px;
    max-height:500px;
    overflow-y:auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont {
    margin-bottom:15px;
    line-height:1.7
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont h2 {
    font-weight:700;
    color:#114c97;
    font-size:20px;
    margin-bottom:15px
}
.laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont p {
    font-size:16px;
    color:#666;
    margin-bottom:23px
}
.about-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:inherit;
    -ms-flex-align:inherit;
    align-items:inherit;
    height:450px
}
.about-container .left-layout,.about-container .right-layout {
    width:50%
}
.about-container .left-layout img {
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.about-container .right-layout {
    background-color:#ededed;
    padding:40px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.about-container .right-layout .text {
    width:80%
}
.about-container .right-layout .text .title {
    font-size:36px;
    font-weight:700;
    color:#114c97;
    margin-bottom:15px
}
.about-container .right-layout .text .info {
    font-size:18px;
    color:#114c97;
    margin-bottom:20px
}
.about-container .right-layout .text .line {
    width:55px;
    height:2px;
    background-color:#114c97;
    margin-bottom:20px
}
.about-container .right-layout .text .cont {
    font-size:14px;
    line-height:1.6;
    color:#666;
    margin-bottom:20px
}
.about-container .right-layout .text .cont p {
    margin-bottom:10px;
    text-indent:2em
}
.company-container {
    padding:60px 0
}
.company-container .company-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.company-container .company-list .company-item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:20%
}
.company-container .company-list .company-item .info {
    font-size:60px;
    font-family:Impact;
    color:#fff
}
.company-container .company-list .company-item .title {
    color:#fff;
    text-align:center
}
.news-container {
    background-color:#f6f7f9
}
.news-container .news-cate-list {
    margin-bottom:36px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.news-container .news-cate-list .news-cate-item {
    height:46px;
    line-height:46px;
    padding:0 20px;
    border:2px solid #114c97;
    border-radius:30px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 18px;
    color:#114c97
}
.news-container .news-cate-list .news-cate-item.on,.news-container .news-cate-list .news-cate-item:hover {
    background-color:#114c97;
    color:#fff
}
.news-container .news-box .news-box-item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:inherit;
    -ms-flex-align:inherit;
    align-items:inherit;
    display:none;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.news-container .news-box .left-layout,.news-container .news-box .news-box-item:first-child {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.news-container .news-box .left-layout {
    margin-right:8px;
    height:100%;
    width:calc(33.33333% - 8px);
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.news-container .news-box .left-layout:hover {
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
    box-shadow:0 0 10px rgba(0,0,0,.1)
}
.news-container .news-box .left-layout a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    height:100%
}
.news-container .news-box .left-layout .img {
    margin-bottom:16px;
    background-color:#fff;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative
}
.news-container .news-box .left-layout .img img {
    position:absolute;
    top:10px;
    left:10px;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    -o-object-fit:contain;
    object-fit:contain
}
.news-container .news-box .left-layout .img .date {
    position:absolute;
    top:10px;
    left:10px;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    border:1px solid #ccc
}
.news-container .news-box .left-layout .img .date .day {
    font-size:48px;
    font-weight:700
}
.news-container .news-box .left-layout .img .date .time {
    font-size:16px
}
.news-container .news-box .left-layout .text {
    background-color:#fff;
    padding:25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.news-container .news-box .left-layout .text .title {
    text-align:center;
    font-weight:700;
    font-size:20px;
    margin-bottom:20px;
    color:#114c97
}
.news-container .news-box .left-layout .text .desc {
    font-size:14px;
    line-height:1.65;
    color:#666;
    text-align:justify;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical
}
.news-container .news-box .right-layout {
    margin-left:8px;
    width:calc(66.66667% - 8px)
}
.news-container .news-box .right-layout .news-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.news-container .news-box .right-layout .news-list .news-item {
    width:calc(50% - 8px);
    background-color:#fff;
    margin-bottom:16px;
    padding:25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative
}
.news-container .news-box .right-layout .news-list .news-item:nth-child(odd) {
    margin-right:8px
}
.news-container .news-box .right-layout .news-list .news-item:nth-child(2n+2) {
    margin-left:8px
}
.news-container .news-box .right-layout .news-list .news-item:last-child,.news-container .news-box .right-layout .news-list .news-item:nth-last-child(2) {
    margin-bottom:0
}
.news-container .news-box .right-layout .news-list .news-item .title {
    font-size:20px;
    font-weight:700;
    color:#333;
    margin-bottom:15px;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap
}
.news-container .news-box .right-layout .news-list .news-item .desc {
    font-size:14px;
    color:#666;
    margin-bottom:20px
}
.news-container .news-box .right-layout .news-list .news-item .other {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    font-size:16px
}
.news-container .news-box .right-layout .news-list .news-item .other .date {
    color:#ccc
}
.news-container .news-box .right-layout .news-list .news-item .other .more {
    color:#999
}
.news-container .news-box .right-layout .news-list .news-item .other .more:hover {
    color:#114c97
}
.news-container .news-box .right-layout .news-list .news-item:after {
    content:"";
    position:absolute;
    width:0;
    height:2px;
    left:0;
    bottom:0;
    background-color:#114c97;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.news-container .news-box .right-layout .news-list .news-item:hover .title {
    color:#114c97
}
.news-container .news-box .right-layout .news-list .news-item:hover:after {
    width:100%
}
@media screen and (max-width:1580px) {
    .detect-container .detect-list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .detect-container .detect-list .detect-item {
        margin:0 18px;
        width:calc(20% - 28.8px);
        padding-top:calc(20% - 28.8px)
    }
    .detect-container .detect-list .detect-item .detect-box .icon {
        width:48px;
        height:48px;
        margin-bottom:8px
    }
    .detect-container .detect-list .detect-item .detect-box .title {
        font-size:18px;
        margin-bottom:5px
    }
    .detect-container .detect-list .detect-item .detect-box .desc {
        font-size:14px
    }
    .news-container .news-box .left-layout .img {
        margin-bottom:16px;
        background-color:#fff;
        -webkit-box-flex:1;
        -ms-flex:1 0 auto;
        flex:1 0 auto;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        padding:82% 10px 10px;
        position:relative
    }
    .news-container .news-box .left-layout .img img {
        position:absolute;
        top:10px;
        left:10px;
        width:calc(100% - 20px);
        height:calc(100% - 20px)
    }
    .news-container .news-box .left-layout .text {
        padding:18px 15px
    }
    .news-container .news-box .right-layout {
        margin-left:8px;
        width:calc(66.66667% - 8px)
    }
    .news-container .news-box .right-layout .news-list .news-item {
        padding:15px
    }
    .news-container .news-box .right-layout .news-list .news-item .title {
        margin-bottom:15px
    }
    .news-container .news-box .right-layout .news-list .news-item .desc {
        margin-bottom:10px
    }
}@media screen and (max-width:1280px) {
    .query-container .query-box .right-layout .form {
        width:400px
    }
    .query-container .query-box .right-layout .form input {
        padding-left:20px
    }
    .query-container .query-box .right-layout .form .submit {
        width:130px
    }
    .industry-container .industry-list .industry-item {
        border-radius:40px
    }
    .industry-container .industry-list .industry-item .industry-box .title {
        height:48px;
        line-height:48px;
        font-size:18px
    }
    .detect-container .detect-list .detect-item {
        margin:0 10px;
        width:calc(20% - 16px);
        padding-top:calc(20% - 16px)
    }
    .detect-container .detect-list .detect-item .detect-box .icon {
        width:36px;
        height:36px;
        margin-bottom:6px
    }
    .detect-container .detect-list .detect-item .detect-box .title {
        font-size:18px;
        color:#114c97;
        font-weight:700;
        margin-bottom:5px
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item {
        height:120px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .icon {
        margin-bottom:10px;
        width:24px;
        height:24px
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .title {
        font-size:14px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text {
        padding:30px
    }
    .about-container .right-layout {
        padding:20px
    }
    .about-container .right-layout .text {
        width:100%
    }
    .about-container .right-layout .text .title {
        font-size:24px;
        margin-bottom:10px
    }
    .about-container .right-layout .text .info {
        font-size:16px;
        margin-bottom:10px
    }
    .about-container .right-layout .text .line {
        margin-bottom:10px
    }
    .news-container {
        background-color:#f6f7f9
    }
    .news-container .news-cate-list {
        margin-bottom:36px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .news-container .news-cate-list .news-cate-item {
        height:46px;
        line-height:46px;
        padding:0 20px;
        border:2px solid #114c97;
        border-radius:30px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        margin:0 18px;
        color:#114c97
    }
    .news-container .news-cate-list .news-cate-item.on,.news-container .news-cate-list .news-cate-item:hover {
        background-color:#114c97;
        color:#fff
    }
    .news-container .news-box .left-layout .img {
        padding-top:93%
    }
    .news-container .news-box .left-layout .text {
        background-color:#fff;
        padding:20px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    .news-container .news-box .left-layout .text .title {
        text-align:center;
        font-weight:700;
        font-size:20px;
        margin-bottom:20px;
        color:#114c97
    }
    .news-container .news-box .left-layout .text .desc {
        font-size:14px;
        line-height:1.65;
        color:#666;
        text-align:justify;
        overflow:hidden;
        -o-text-overflow:ellipsis;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical
    }
}@media screen and (max-width:1080px) {
    .query-container .query-box {
        height:80px
    }
    .query-container .query-box .left-layout a {
        font-size:12px
    }
    .query-container .query-box .left-layout .title {
        font-size:14px;
        font-weight:700;
        margin-right:10px
    }
    .query-container .query-box .right-layout .form {
        width:260px;
        height:36px
    }
    .query-container .query-box .right-layout .form input {
        padding-left:10px;
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::-webkit-input-placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::-moz-placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::-ms-input-placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form .submit {
        top:3px;
        right:3px;
        width:30px;
        height:30px
    }
    .query-container .query-box .right-layout .form .submit span {
        display:none
    }
    .service-container .service-list .service-item {
        margin:0 8px 16px;
        width:calc(50% - 8px)
    }
    .service-container .service-list .service-item:nth-child(3n+1) {
        margin-left:8px
    }
    .service-container .service-list .service-item:nth-child(3n+3) {
        margin-right:8px
    }
    .service-container .service-list .service-item:nth-child(odd) {
        margin-left:0
    }
    .service-container .service-list .service-item:nth-child(2n+2) {
        margin-right:0
    }
    .service-container .service-list .service-item .service img {
        width:48px;
        height:48px
    }
    .service-container .service-list .service-item .service .title {
        font-size:20px
    }
    .industry-container .industry-list .industry-item {
        width:calc(50% - 5px);
        margin:0 5px 10px;
        border-radius:60px;
        overflow:hidden
    }
    .industry-container .industry-list .industry-item:nth-child(4n+1) {
        margin-left:5px
    }
    .industry-container .industry-list .industry-item:nth-child(4n+4) {
        margin-right:5px
    }
    .industry-container .industry-list .industry-item:nth-child(odd) {
        margin-left:0
    }
    .industry-container .industry-list .industry-item:nth-child(2n+2) {
        margin-right:0
    }
    .industry-container .industry-list .industry-item .industry-box .title {
        height:44px;
        line-height:44px;
        font-size:18px
    }
    .detect-container .detect-list {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .detect-container .detect-list .detect-item {
        margin:0 7px 14px;
        width:calc(33.33333% - 9.33333px);
        padding-top:calc(33.33333% - 9.33333px);
        position:relative
    }
    .detect-container .detect-list .detect-item:nth-child(3n+1) {
        margin-left:0
    }
    .detect-container .detect-list .detect-item:nth-child(3n+3) {
        margin-right:0
    }
    .choose-container .choose-icon-list .choose-icon-item {
        width:80px;
        height:50px;
        margin:0 10px
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box .icon {
        width:24px;
        height:24px
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box .title {
        font-size:13px;
        font-weight:400
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box:before {
        border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333;
        border-style:solid;
        border-width:23px 40px
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box:after {
        border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0);
        border-style:solid;
        border-width:23px 40px
    }
    .choose-container .choose-icon-list .choose-icon-item.on .choose-box:before,.choose-container .choose-icon-list .choose-icon-item:hover .choose-box:before {
        border-bottom:23px solid #114c97
    }
    .choose-container .choose-icon-list .choose-icon-item.on .choose-box:after,.choose-container .choose-icon-list .choose-icon-item:hover .choose-box:after {
        border-top:23px solid #114c97
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item {
        height:100px
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .icon {
        margin-bottom:8px;
        width:24px;
        height:24px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .img {
        width:100%
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text {
        width:100%;
        padding:20px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont h2 {
        font-weight:700;
        color:#114c97;
        font-size:16px;
        margin-bottom:8px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont p {
        font-size:13px
    }
    .company-container {
        padding:30px 0
    }
    .company-container .company-list .company-item .info {
        font-size:36px
    }
    .company-container .company-list .company-item .title {
        font-size:12px
    }
    .global-map-container .global-map {
        height:420px
    }
    .news-container .news-cate-list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .news-container .news-cate-list .news-cate-item {
        height:36px;
        line-height:36px;
        padding:0 10px;
        margin:0 10px;
        font-size:14px
    }
    .news-container .news-box {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .news-container .news-box .left-layout {
        margin-right:0;
        height:auto;
        width:100%;
        margin-bottom:10px
    }
    .news-container .news-box .left-layout>a {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .news-container .news-box .left-layout .img {
        width:30%;
        margin-bottom:0;
        background-color:#fff;
        padding:20% 10px 10px
    }
    .news-container .news-box .left-layout .text {
        width:70%;
        padding:10px
    }
    .news-container .news-box .left-layout .text .title {
        text-align:left;
        font-size:20px;
        margin-bottom:10px
    }
    .news-container .news-box .right-layout {
        margin-left:0;
        width:100%
    }
    .news-container .news-box .right-layout .news-list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .news-container .news-box .right-layout .news-list .news-item {
        width:calc(50% - 5px);
        margin-bottom:10px;
        padding:10px
    }
    .news-container .news-box .right-layout .news-list .news-item:nth-child(odd) {
        margin-right:5px
    }
    .news-container .news-box .right-layout .news-list .news-item:nth-child(2n+2) {
        margin-left:5px
    }
    .news-container .news-box .right-layout .news-list .news-item:last-child,.news-container .news-box .right-layout .news-list .news-item:nth-last-child(2) {
        margin-bottom:0
    }
    .news-container .news-box .right-layout .news-list .news-item .title {
        font-size:18px;
        margin-bottom:8px
    }
    .news-container .news-box .right-layout .news-list .news-item .desc {
        font-size:12px;
        margin-bottom:10px
    }
    .news-container .news-box .right-layout .news-list .news-item .other {
        font-size:12px
    }
}@media screen and (max-width:768px) {
    .query-container .query-box {
        padding:15px 0;
        height:auto;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .query-container .query-box .left-layout {
        margin-bottom:15px
    }
    .query-container .query-box .left-layout .title,.query-container .query-box .left-layout a {
        font-size:12px
    }
    .query-container .query-box .right-layout {
        width:100%
    }
    .query-container .query-box .right-layout .form {
        width:100%;
        height:36px
    }
    .query-container .query-box .right-layout .form input {
        padding-left:10px;
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::-webkit-input-placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::-moz-placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::-ms-input-placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form input::placeholder {
        font-size:12px
    }
    .query-container .query-box .right-layout .form .submit {
        top:3px;
        right:3px;
        width:auto;
        height:30px;
        padding:0 10px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .query-container .query-box .right-layout .form .submit span {
        display:block;
        font-size:12px
    }
    .service-container .service-list .service-item {
        margin:0 3px 6px;
        width:calc(50% - 3px)
    }
    .service-container .service-list .service-item:nth-child(3n+1) {
        margin-left:3px
    }
    .service-container .service-list .service-item:nth-child(3n+3) {
        margin-right:3px
    }
    .service-container .service-list .service-item:nth-child(odd) {
        margin-left:0
    }
    .service-container .service-list .service-item:nth-child(2n+2) {
        margin-right:0
    }
    .service-container .service-list .service-item .service img {
        width:24px;
        height:24px
    }
    .service-container .service-list .service-item .service .title {
        font-size:16px;
        margin-bottom:5px
    }
    .service-container .service-list .service-item .service .desc {
        font-size:10px
    }
    .service-container .service-list .service-item .service-box {
        padding-top:100%;
        position:relative
    }
    .service-container .service-list .service-item .hover {
        -webkit-transform:translateY(100%);
        -ms-transform:translateY(100%);
        transform:translateY(100%);
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s;
        position:absolute;
        z-index:2;
        width:100%;
        height:100%;
        left:0;
        top:0
    }
    .industry-container .industry-list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .industry-container .industry-list .industry-item {
        margin:0 3px 6px;
        border-radius:10px
    }
    .industry-container .industry-list .industry-item .industry-box .title {
        height:32px;
        line-height:32px;
        font-size:14px
    }
    .detect-container .detect-list .detect-item {
        width:calc(50% - 10px);
        padding-top:calc(50% - 10px);
        margin:0 5px 10px;
        position:relative
    }
    .detect-container .detect-list .detect-item:nth-child(3n+1) {
        margin-left:5px
    }
    .detect-container .detect-list .detect-item:nth-child(3n+3) {
        margin-right:5px
    }
    .detect-container .detect-list .detect-item:nth-child(odd) {
        margin-left:0
    }
    .detect-container .detect-list .detect-item:nth-child(2n+2) {
        margin-right:0
    }
    .detect-container .detect-list .detect-item .detect-box .icon {
        width:24px;
        height:24px;
        margin-bottom:12px
    }
    .detect-container .detect-list .detect-item .detect-box .icon img {
        width:100%;
        height:100%;
        -o-object-fit:contain;
        object-fit:contain
    }
    .detect-container .detect-list .detect-item .detect-box .icon img.hover {
        display:none
    }
    .detect-container .detect-list .detect-item .detect-box .title {
        font-size:14px;
        color:#114c97;
        font-weight:700;
        margin-bottom:10px
    }
    .detect-container .detect-list .detect-item .detect-box .desc {
        font-size:12px;
        color:#114c97;
        opacity:.6
    }
    .choose-container .choose-icon-list .choose-icon-item {
        padding:10px 5px;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        width:auto;
        height:auto;
        border-radius:6px;
        margin:0 3px
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box .icon {
        width:18px;
        height:18px
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box .title {
        font-size:12px;
        font-weight:400
    }
    .choose-container .choose-icon-list .choose-icon-item .choose-box:after,.choose-container .choose-icon-list .choose-icon-item .choose-box:before {
        display:none
    }
    .choose-container .choose-icon-list .choose-icon-item.on .choose-box:before,.choose-container .choose-icon-list .choose-icon-item:hover .choose-box:before {
        border-bottom:23px solid #114c97
    }
    .choose-container .choose-icon-list .choose-icon-item.on .choose-box:after,.choose-container .choose-icon-list .choose-icon-item:hover .choose-box:after {
        border-top:23px solid #114c97
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item {
        height:70px
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .icon {
        margin-bottom:10px;
        width:18px;
        height:18px
    }
    .laboratory-container .laboratory-tab-swiper .laboratory-tab-list .laboratory-tab-item .title {
        font-size:12px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text {
        padding:20px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont h2 {
        font-size:16px;
        margin-bottom:10px
    }
    .laboratory-container .laboratory-swiper .laboratory-list .laboratory-item .text .cont p {
        font-size:13px;
        color:#666;
        line-height:1.5;
        margin-bottom:10px
    }
    .about-container {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        height:auto
    }
    .about-container .left-layout,.about-container .right-layout {
        width:100%
    }
    .about-container .right-layout {
        padding:15px
    }
    .about-container .right-layout .text {
        width:100%
    }
    .about-container .right-layout .text .title {
        font-size:18px;
        margin-bottom:15px
    }
    .about-container .right-layout .text .info {
        font-size:16px;
        margin-bottom:10px
    }
    .about-container .right-layout .text .line {
        width:55px;
        height:2px;
        background-color:#114c97;
        margin-bottom:10px
    }
    .about-container .right-layout .text .cont {
        font-size:12px
    }
    .company-container {
        padding:30px 0
    }
    .company-container .company-list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .company-container .company-list .company-item {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .company-container .company-list .company-item .info {
        font-size:23px;
        font-family:Impact;
        color:#fff
    }
    .company-container .company-list .company-item .title {
        color:#fff;
        text-align:center;
        font-size:10px
    }
    .news-container .news-cate-list .news-cate-item {
        height:32px;
        line-height:32px;
        padding:0 10px;
        margin:0 5px;
        font-size:12px
    }
    .news-container .news-box .left-layout .img {
        width:30%;
        -ms-flex-negative:0;
        flex-shrink:0
    }
    .news-container .news-box .left-layout .text {
        width:70%;
        padding:10px
    }
    .news-container .news-box .left-layout .text .title {
        text-align:left;
        font-size:16px;
        margin-bottom:5px
    }
    .news-container .news-box .left-layout .text .desc {
        font-size:12px;
        line-height:1.5
    }
    .news-container .news-box .right-layout .news-list .news-item .title {
        font-size:14px;
        margin-bottom:8px
    }
    .news-container .news-box .right-layout .news-list .news-item .desc {
        font-size:10px;
        margin-bottom:10px;
        overflow:hidden;
        -o-text-overflow:ellipsis;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical
    }
    .news-container .news-box .right-layout .news-list .news-item .other {
        font-size:12px
    }
    .global-map-container .global-map {
        display:none
    }
    .global-map-container .m-global-map {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}.hidden {
     overflow:hidden
 }
.banner-container img {
    width:100%
}
.max-center {
    width:calc(100% - 20px);
    max-width:1560px;
    margin:0 auto
}
.min-center {
    width:90%;
    max-width:1200px;
    margin:0 auto
}
.module {
    padding:80px 0
}
.module .title-module {
    text-align:center;
    margin-bottom:40px
}
.module .title-module .title {
    font-size:36px;
    font-weight:700;
    color:#114c97;
    margin-bottom:13px
}
.module .title-module .desc {
    font-size:20px;
    color:#9c9c9c
}
.bg-module {
    position:relative
}
.bg-module .bg-img {
    position:absolute;
    z-index:0;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -o-object-fit:cover;
    object-fit:cover
}
.bg-module .bg-img,.bg-module .bg-img img {
    width:100%;
    height:100%
}
.more.more-btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:15px;
    width:132px;
    height:30px;
    background-color:#114c97;
    color:#fff;
    font-size:14px
}
.more.more-btn:hover {
    border:2px solid #114c97;
    background-color:rgba(0,0,0,0);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#114c97
}
.swiper-pagination-bullet {
    width:12px;
    height:12px;
    border-radius:6px;
    background-color:#114c97;
    opacity:1;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.swiper-pagination-bullet-active {
    background-color:#cc0e09;
    width:28px;
    opacity:1
}
.swiper-button-next,.swiper-button-prev {
    color:#114c97;
    font-weight:700;
    background-color:hsla(0,0%,100%,.8);
    border-radius:8px;
    width:44px;
    height:44px
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size:24px
}
@media screen and (max-width:1580px) {
    .max-center {
        max-width:1200px
    }
}@media screen and (max-width:1080px) {
    .module {
        padding:40px 0
    }
    .module .title-module {
        margin-bottom:40px
    }
    .module .title-module .title {
        font-size:22px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:14px;
        color:#9c9c9c;
        width:80%;
        margin:0 auto
    }
}@media screen and (max-width:768px) {
    .swiper-pagination-bullet {
        width:8px;
        height:8px;
        margin:0 5px
    }
    .swiper-pagination-bullet-active {
        width:16px
    }
    .swiper-button-next,.swiper-button-prev {
        border-radius:4px;
        width:32px;
        height:32px
    }
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size:18px
    }
    .module {
        padding:30px 0
    }
    .module .title-module {
        margin-bottom:30px
    }
    .module .title-module .title {
        font-size:18px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:12px
    }
}.hidden {
     overflow:hidden
 }
.banner-container img {
    width:100%
}
.max-center {
    width:calc(100% - 20px);
    max-width:1560px;
    margin:0 auto
}
.min-center {
    width:90%;
    max-width:1200px;
    margin:0 auto
}
.module {
    padding:80px 0
}
.module .title-module {
    text-align:center;
    margin-bottom:40px
}
.module .title-module .title {
    font-size:36px;
    font-weight:700;
    color:#114c97;
    margin-bottom:13px
}
.module .title-module .desc {
    font-size:20px;
    color:#9c9c9c
}
.bg-module {
    position:relative
}
.bg-module .bg-img {
    position:absolute;
    z-index:0;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -o-object-fit:cover;
    object-fit:cover
}
.bg-module .bg-img,.bg-module .bg-img img {
    width:100%;
    height:100%
}
.more.more-btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:15px;
    width:132px;
    height:30px;
    background-color:#114c97;
    color:#fff;
    font-size:14px
}
.more.more-btn:hover {
    border:2px solid #114c97;
    background-color:rgba(0,0,0,0);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#114c97
}
.swiper-pagination-bullet {
    width:12px;
    height:12px;
    border-radius:6px;
    background-color:#114c97;
    opacity:1;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.swiper-pagination-bullet-active {
    background-color:#cc0e09;
    width:28px;
    opacity:1
}
.swiper-button-next,.swiper-button-prev {
    color:#114c97;
    font-weight:700;
    background-color:hsla(0,0%,100%,.8);
    border-radius:8px;
    width:44px;
    height:44px
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size:24px
}
@media screen and (max-width:1580px) {
    .max-center {
        max-width:1200px
    }
}@media screen and (max-width:1080px) {
    .module {
        padding:40px 0
    }
    .module .title-module {
        margin-bottom:40px
    }
    .module .title-module .title {
        font-size:22px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:14px;
        color:#9c9c9c;
        width:80%;
        margin:0 auto
    }
}@media screen and (max-width:768px) {
    .swiper-pagination-bullet {
        width:8px;
        height:8px;
        margin:0 5px
    }
    .swiper-pagination-bullet-active {
        width:16px
    }
    .swiper-button-next,.swiper-button-prev {
        border-radius:4px;
        width:32px;
        height:32px
    }
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size:18px
    }
    .module {
        padding:30px 0
    }
    .module .title-module {
        margin-bottom:30px
    }
    .module .title-module .title {
        font-size:18px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:12px
    }
}.header-container .top-layout {
     border-bottom:1px solid #eee;
 }
.header-container .top-layout .top-box {
    height:32px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.header-container .top-layout .top-box .left-layout {
    color:#6d6d6d;
    font-size:14px
}
.header-container .top-layout .top-box .right-layout,.header-container .top-layout .top-box .right-layout .link {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header-container .top-layout .top-box .right-layout .link {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:110px;
    height:32px;
    font-size:14px;
    color:#9c9c9c
}
.header-container .top-layout .top-box .right-layout .link .icon {
    margin-right:3px;
    font-size:1.3em
}
.header-container .top-layout .top-box .right-layout .link.on,.header-container .top-layout .top-box .right-layout .link:hover {
    background-color:#eee
}
.header-container .top-layout .top-box .right-layout .menu {
    display:none
}
.header-container .center-layout {
    height:100px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.header-container .center-layout .logo-box .logo {
    font-size:0
}
.header-container .center-layout .logo-box .logo img {
    height:62px
}
.header-container .center-layout .right-layout .tel-box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.header-container .center-layout .right-layout .tel-box .text {
    color:#6d6d6d;
    padding-right:5px
}
.header-container .center-layout .right-layout .tel-box .text .icon {
    font-size:1.5em;
    margin-right:3px
}
.header-container .center-layout .right-layout .tel-box .tel {
    font-size:25px;
    font-family:impact;
    color:#114c97;
    white-space:nowrap
}
.header-container .nav-container {
    background-color:#114c97;
    position:relative;
    z-index:99
}
.header-container .nav-container .nav-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header-container .nav-container .nav-list .nav-item {
    height:50px;
    font-size:16px;
    color:#fff;
    width:16.66667%;
    position:relative
}
.header-container .nav-container .nav-list .nav-item a {
    color:inherit;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:100%;
    height:100%
}
.header-container .nav-container .nav-list .nav-item.on,.header-container .nav-container .nav-list .nav-item:hover {
    background-color:#cc0e09
}
.header-container .nav-container .nav-list .nav-item:hover .nav-sublist {
    display:block
}
.header-container .nav-container .nav-list .nav-sublist {
    display:none;
    position:absolute;
    min-width:100%
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem {
    background: rgb(17,76,151,0.6);
    height:43px;
    position:relative
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem.on,.header-container .nav-container .nav-list .nav-sublist .nav-subitem:hover {
    background: rgb(204,14,9,0.6);
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem .nav-sublist2 {
    display:none;
    position:absolute;
    min-width:100%;
    left:100%;
    top:0;
    background: rgb(17,76,151,0.6);
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem .nav-sublist2 .nav-subitem2 {
    background: rgb(17,76,151,0.6);
    height:43px;
    position:relative
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem .nav-sublist2 .nav-subitem2.on,.header-container .nav-container .nav-list .nav-sublist .nav-subitem .nav-sublist2 .nav-subitem2:hover {
    background: rgb(204,14,9,0.6);
}
.header-container .nav-container .nav-list .nav-sublist .nav-subitem:hover .nav-sublist2 {
    display:block
}
.header-container .m-nav-container {
    display:none;
    position:fixed;
    width:100%;
    z-index:999;
    background-color:#114c97;
    top:32px;
    height:calc(100% - 32px)
}
.header-container .m-nav-container .nav-list .nav-item .title {
    height:44px;
    font-size:16px;
    color:#fff;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-left:20px
}
.header-container .m-nav-container .nav-list .nav-item .title a {
    color:inherit;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    height:100%
}
.header-container .m-nav-container .nav-list .nav-item .title .icon {
    height:44px;
    width:44px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.header-container .m-nav-container .nav-list .nav-item.on .title {
    background-color:#cc0e09
}
.header-container .m-nav-container .nav-list .nav-sublist {
    display:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.header-container .m-nav-container .nav-list .nav-sublist .nav-subitem {
    background-color:#114c97
}
.header-container .m-nav-container .nav-list .nav-sublist .nav-subitem .title {
    padding-left:0
}
.header-container .m-nav-container .nav-list .nav-sublist .nav-subitem .nav-sublist2 {
    padding-left:20px;
    display:none
}
.header-container .m-nav-container .nav-list .nav-sublist .nav-subitem a {
    padding-left:20px;
    height:36px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:14px;
    color:#fff
}
.header-container .m-nav-container .nav-list .nav-sublist .nav-subitem a:before {
    content:"";
    display:block;
    width:6px;
    height:6px;
    background-color:#fff;
    border-radius:50%;
    margin-right:5px
}
.header-container .m-nav-container .nav-list .nav-sublist .nav-subitem.on {
    background-color:#cc0e09
}
@media screen and (max-width:1080px) {
    .header-container .top-layout .top-box {
        height:32px
    }
    .header-container .top-layout .top-box .left-layout {
        font-size:12px
    }
    .header-container .top-layout .top-box .right-layout .link {
        width:90px;
        font-size:12px
    }
    .header-container .center-layout {
        height:100px
    }
    .header-container .center-layout .logo-box .logo img {
        height:48px
    }
    .header-container .center-layout .right-layout .tel-box .text {
        font-size:14px
    }
    .header-container .center-layout .right-layout .tel-box .text .icon {
        font-size:1.3em
    }
    .header-container .center-layout .right-layout .tel-box .tel {
        font-size:24px
    }
    .header-container .nav-container .nav-list .nav-item {
        height:44px;
        font-size:14px
    }
    .header-container .nav-container .nav-list .nav-sublist .nav-subitem {
        height:44px
    }
}@media screen and (max-width:768px) {
    .header-container .top-layout .top-box .left-layout {
        font-size:12px
    }
    .header-container .top-layout .top-box .right-layout .link {
        display:none
    }
    .header-container .top-layout .top-box .right-layout .menu {
        display:block
    }
    .header-container .top-layout .top-box .right-layout .menu span {
        display:block;
        background-color:#114c97;
        width:24px;
        height:2px;
        margin-bottom:4px;
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
    }
    .header-container .top-layout .top-box .right-layout .menu span:last-child {
        margin-bottom:0
    }
    .header-container .top-layout .top-box .right-layout .menu.on span:first-child {
        -webkit-transform:translateY(6px) rotate(45deg);
        -ms-transform:translateY(6px) rotate(45deg);
        transform:translateY(6px) rotate(45deg)
    }
    .header-container .top-layout .top-box .right-layout .menu.on span:nth-child(2) {
        opacity:0
    }
    .header-container .top-layout .top-box .right-layout .menu.on span:nth-child(3) {
        -webkit-transform:translateY(-6px) rotate(-45deg);
        -ms-transform:translateY(-6px) rotate(-45deg);
        transform:translateY(-6px) rotate(-45deg)
    }
    .header-container .center-layout {
        height:80px
    }
    .header-container .center-layout .logo-box .logo img {
        height:45px
    }
    .header-container .center-layout .right-layout .tel-box .text {
        font-size:12px;
        padding-right:3px
    }
    .header-container .center-layout .right-layout .tel-box .text .icon {
        font-size:1.2em;
        margin-right:3px
    }
    .header-container .center-layout .right-layout .tel-box .tel {
        font-size:16px
    }
    .header-container .nav-container {
        display:none
    }
}.hidden {
     overflow:hidden
 }
.banner-container img {
    width:100%
}
.max-center {
    width:calc(100% - 20px);
    max-width:1560px;
    margin:0 auto
}
.min-center {
    width:90%;
    max-width:1200px;
    margin:0 auto
}
.module {
    padding:80px 0
}
.module .title-module {
    text-align:center;
    margin-bottom:40px
}
.module .title-module .title {
    font-size:36px;
    font-weight:700;
    color:#114c97;
    margin-bottom:13px
}
.module .title-module .desc {
    font-size:20px;
    color:#9c9c9c
}
.bg-module {
    position:relative
}
.bg-module .bg-img {
    position:absolute;
    z-index:0;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -o-object-fit:cover;
    object-fit:cover
}
.bg-module .bg-img,.bg-module .bg-img img {
    width:100%;
    height:100%
}
.more.more-btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:15px;
    width:132px;
    height:30px;
    background-color:#114c97;
    color:#fff;
    font-size:14px
}
.more.more-btn:hover {
    border:2px solid #114c97;
    background-color:rgba(0,0,0,0);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#114c97
}
.swiper-pagination-bullet {
    width:12px;
    height:12px;
    border-radius:6px;
    background-color:#114c97;
    opacity:1;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.swiper-pagination-bullet-active {
    background-color:#cc0e09;
    width:28px;
    opacity:1
}
.swiper-button-next,.swiper-button-prev {
    color:#114c97;
    font-weight:700;
    background-color:hsla(0,0%,100%,.8);
    border-radius:8px;
    width:44px;
    height:44px
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size:24px
}
@media screen and (max-width:1580px) {
    .max-center {
        max-width:1200px
    }
}@media screen and (max-width:1080px) {
    .module {
        padding:40px 0
    }
    .module .title-module {
        margin-bottom:40px
    }
    .module .title-module .title {
        font-size:22px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:14px;
        color:#9c9c9c;
        width:80%;
        margin:0 auto
    }
}@media screen and (max-width:768px) {
    .swiper-pagination-bullet {
        width:8px;
        height:8px;
        margin:0 5px
    }
    .swiper-pagination-bullet-active {
        width:16px
    }
    .swiper-button-next,.swiper-button-prev {
        border-radius:4px;
        width:32px;
        height:32px
    }
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size:18px
    }
    .module {
        padding:30px 0
    }
    .module .title-module {
        margin-bottom:30px
    }
    .module .title-module .title {
        font-size:18px;
        margin-bottom:5px
    }
    .module .title-module .desc {
        font-size:12px
    }
}.footer-container {
     background-color:#eee
 }
.footer-container .links-container {
    background-color:#114c97;
    color:#fff
}
.footer-container .links-container .link-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:30px 0;
    border-bottom:1px solid hsla(0,0%,100%,.1)
}
.footer-container .links-container .link-wrapper .title {
    font-size:20px;
    font-weight:700;
    line-height:24px
}
.footer-container .links-container .link-wrapper .links-list {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.footer-container .links-container .link-wrapper .links-list .link-item {
    margin-right:15px;
    line-height:24px;
    opacity:.7;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.footer-container .links-container .link-wrapper .links-list .link-item a {
    color:#fff
}
.footer-container .links-container .link-wrapper .links-list .link-item:hover {
    opacity:1
}
.footer-container .top-layout {
    background-color:#114c97;
    padding:40px 0 82px
}
.footer-container .top-layout .foot-container,.footer-container .top-layout .foot-container .row-1 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.footer-container .top-layout .foot-container .row-1 {
    width:28%;
    border-right:1px solid #fff;
    padding:0 2%;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.footer-container .top-layout .foot-container .row-1.logo-box {
    width:16%
}
.footer-container .top-layout .foot-container .row-1.logo-box .logo,.footer-container .top-layout .foot-container .row-1.logo-box .logo img {
    width:80px
}
.footer-container .top-layout .foot-container .row-1.foot-nav {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.footer-container .top-layout .foot-container .row-1.foot-nav .nav-title {
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:26px
}
.footer-container .top-layout .foot-container .row-1.foot-nav .nav-list .nav-item {
    display:inline-block;
    margin-right:13px;
    margin-bottom:13px;
    color:#fff;
    font-size:15px;
    opacity:.7
}
.footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item {
    text-align:center
}
.footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item:first-child {
    margin-right:27px
}
.footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item img {
    width:90px;
    height:90px;
    margin-bottom:14px
}
.footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item p {
    font-size:14px;
    color:#fff
}
.footer-container .top-layout .foot-container .row-1.contact .contact-box .tel-box {
    color:#fff;
    font-size:26px;
    margin-bottom:19px
}
.footer-container .top-layout .foot-container .row-1.contact .contact-box .tel-box .tel {
    color:inherit
}
.footer-container .top-layout .foot-container .row-1.contact .contact-box .tel-box .icon {
    font-size:1.3em;
    color:#fff
}
.footer-container .top-layout .foot-container .row-1.contact .contact-box .contact-info {
    font-size:14px;
    line-height:1.5;
    color:#fff;
    opacity:.5
}
.footer-container .top-layout .foot-container .row-1.contact .contact-box .contact-info a {
    color:inherit
}
.footer-container .copyright {
    height:66px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#999;
    font-size:14px
}
.footer-container .copyright a {
    color:inherit
}
.footer-container .copyright .cert {
    margin-left:10px;
    margin-right:10px
}
@media screen and (max-width:1080px) {
    .footer-container .top-layout {
        padding:40px 0
    }
    .footer-container .top-layout .foot-container {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .footer-container .top-layout .foot-container .row-1 {
        width:100%;
        border-right:none;
        padding:0 2%;
        margin-bottom:30px;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .footer-container .top-layout .foot-container .row-1.logo-box {
        width:100%;
        border-right:none;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .footer-container .top-layout .foot-container .row-1.foot-nav {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .footer-container .top-layout .foot-container .row-1.foot-nav .nav-title {
        color:#fff;
        font-size:16px;
        font-weight:700;
        margin-bottom:15px
    }
    .footer-container .top-layout .foot-container .row-1.foot-nav .nav-list br {
        display:none
    }
    .footer-container .top-layout .foot-container .row-1.foot-nav .nav-list .nav-item {
        margin-right:10px;
        margin-bottom:10px;
        font-size:14px
    }
    .footer-container .top-layout .foot-container .row-1.qrcode {
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4
    }
    .footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item {
        text-align:center
    }
    .footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item:first-child {
        margin-right:27px
    }
    .footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item img {
        width:90px;
        height:90px;
        margin-bottom:14px
    }
    .footer-container .top-layout .foot-container .row-1.qrcode .qrcode-list .qrcode-item p {
        font-size:14px;
        color:#fff
    }
    .footer-container .top-layout .foot-container .row-1.contact {
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3
    }
    .footer-container .top-layout .foot-container .row-1.contact .contact-box .tel-box {
        color:#fff;
        font-size:20px;
        margin-bottom:8px
    }
    .footer-container .top-layout .foot-container .row-1.contact .contact-box .tel-box .icon {
        font-size:1.2em;
        color:#fff
    }
    .footer-container .top-layout .foot-container .row-1.contact .contact-box .contact-info {
        font-size:14px;
        line-height:1.5;
        color:#fff;
        opacity:.5
    }
    .footer-container .top-layout .foot-container .row-1.contact .contact-box .contact-info a {
        color:inherit
    }
    .footer-container .copyright {
        height:66px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        color:#999;
        font-size:14px
    }
    .footer-container .copyright a {
        color:inherit
    }
    .footer-container .copyright .cert {
        margin-left:10px;
        margin-right:10px
    }
}@media screen and (max-width:768px) {
    .footer-container .links-container .link-wrapper {
        padding:10px 0;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .footer-container .links-container .link-wrapper .title {
        font-size:16px
    }
    .footer-container .links-container .link-wrapper .links-list {
        width:100%;
        -webkit-box-flex:1;
        -ms-flex:auto;
        flex:auto
    }
    .footer-container .links-container .link-wrapper .links-list .link-item {
        margin-right:10px;
        line-height:24px;
        font-size:12px;
        opacity:.7;
        -webkit-transition:.6s;
        -o-transition:.6s;
        transition:.6s
    }
    .footer-container .links-container .link-wrapper .links-list .link-item a {
        color:#fff
    }
    .footer-container .links-container .link-wrapper .links-list .link-item:hover {
        opacity:1
    }
    .footer-container .copyright {
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        color:#999;
        font-size:12px
    }
    .footer-container .copyright a {
        color:inherit
    }
    .footer-container .copyright .cert {
        margin-left:0;
        display:block;
        margin-right:0
    }
}