@charset "utf-8";
/* CSS Document */
html, body, ul, li, p, input, form, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
    padding: 0;
}

body {
    font-size: 14px;
    color: #191919;
    line-height: 24px;
    margin: 0px auto;
    padding: 0px;
    font-family: "Microsoft YaHei";
    max-width: 1920px;
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #191919;
    font-family: "Microsoft YaHei";
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}

em, i {
    font-style: normal
}

h1, h2, h3, h4 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: 'Bebas';
    src: url('../font/BebasNeue-Regular-3.ttf');
}

@font-face {
    font-family: 'play';
    src: url('../font/PlayfairDisplay-Black-2.ttf');
}

@font-face {
    font-family: 'misans';
    src: url('../font/MiSansLatin-Semibold.otf');
}

.w1600 {
    max-width: 1560px;
    margin: 0 auto;
    width: 100%;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/*网站头部*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header {
    transition: all .3s;
}

header.xg {
    background: #FFF;
    transition: all .3s;
}

.xg .top_nav ul li a {
    color: #000;
}

/* header:hover{
    background:#fff;
} */
.top_dg {
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 70px;
    box-sizing: border-box;
}

.top_left {
    float: left;
    line-height: 100px;
}

.top_left a {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 38px;
}

.top_nav {
    float: right;
    display: flex;
    justify-content: flex-end;
}

.top_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_nav ul li {
    float: left;
    padding: 0 25px;
    line-height: 100px;
    position: relative;
}

.top_nav ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
    position: relative;
    display: block;
}

.nav_hover a {
    color: #fff !important;
}

.top_nav ul li:hover a {
    color: #fff !important;
}

.xg .nav_hover a {
    color: #000 !important;
}

.xg .top_nav ul li:hover a {
    color: #000 !important;
}


header .top_nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 35%;
    left: 0;
    height: 3px;
    background: #00479d;
    width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

header .nav_hover a::after {
    content: "";
    position: absolute;
    bottom: 35%;
    left: 0;
    height: 3px;
    background: #00479d;
    width: 100%;
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}

header .top_nav ul li a:hover::after {
    content: "";
    position: absolute;
    bottom: 35%;
    left: 0;
    height: 3px;
    background: #00479d;
    width: 100%;
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}


.top_fr {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ind_tel dd a {
    /*color: #fff;*/
    font-size: 16px;
}

.top_box_fl {
    position: relative;
}

.top_box_fl dt {
    border: solid 1px #fff;
    border-radius: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
}

.xg .top_box_fl dt {
    color: #000;
    border: 1px solid #000;
}

.top_box_fl:hover .ind_tel {
    display: block;
}

.ind_tel {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.ind_tel dd {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    border-radius: 40px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.ind_tel dd:hover {
    background: #00479d;
    color: #FFF;
}

.ind_tel dd:hover a {
    color: #FFF;
}

.sp_header_nav {
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin-left: 5px;
    display: none;
}

.sp_header_nav dd {
    background: #00479d;
    padding: 0 50px 0 25px;
    border-radius: 40px;
}

.top_nav .subnav {
    background: rgba(255, 255, 255, 1);
    top: 100px;
    left: 50%;
    visibility: hidden;
    width: 160px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 9999999;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.top_nav .subnav ul {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_nav ul li:hover .subnav {
    visibility: visible;
    /*-webkit-transform: translateY(0);*/
    /*transform: translateY(0);*/
    opacity: 1;
}

.top_nav .subnav li {
    padding: 8px 0;
    text-align: center;
    position: relative;
    width: 100%;
    border-right: none;
    line-height: 30px;
    background: none;
}

.top_nav .subnav li .subnav_a {
    color: #333 !important;
    font-size: 15px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
}

header.xg .top_nav .subnav li {
    line-height: 30px;
}

.top_nav .subnav li:nth-child(1) .subnav_a {
    border-left: none;
}

.top_nav .subnav li .subnav_a:hover {
    color: #00479d !important;
}

.top_nav .subnav li .subnav_a img {
    padding-right: 10px;
}

.top_nav .subnav li .subnav_a::after {
    display: none;
}

header.xg .top_nav ul li:hover .subnav li a.subnav_a {
    color: #00479d;
}

header.xg .top_nav ul.subnav li a.subnav_a:hover {
    color: #00479d !important;
}

header.xg .top_nav .subnav {
    top: 100px;
}

.top_nav .subnav .subnav_url {
    position: relative;
}

.top_nav .subnav .subnav_url::after {
    content: "";
    position: absolute;
    border-bottom: 14px solid rgba(255, 255, 255, 0.8);
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    top: -29px;
    left: 50%;
    color: #fff;
    font-size: 28px;
    font-family: '宋体';
    transform: translateX(-50%);
}


@media ( max-width: 1030px) {
    .top_nav {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .top_left {
        padding-left: 20px;
    }
}

@media ( max-width: 768px) {
    .top_dg {
        height: 60px !important;
    }

    .sp_header {
        height: 60px !important;
        top: 0;
    }

    .top_left {
        padding: 0;
    }

    #ups-banner {
        margin-top: 60px !important;
    }

    .sp_nav {
        margin-top: 35% !important;
    }

    .top_left img {
        height: 40px;
    }

    .top_left {
        padding-left: 0px;
    }

    .top_left a {
        height: 60px;
    }
}

@media ( max-width: 375px) {
    .top_dg {
        height: 60px !important;
    }

    .sp_header {
        height: 60px !important;
    }

    .top_left {
        padding: 0;
    }

    #ups-banner {
        margin-top: 60px !important;
    }

    .sp_nav {
        margin-top: 50% !important;
        transform: scale(0.79);
    }

}

/*----手机站导航开始----------*/
.sp_header {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sp_nav {
    width: 50px;
    position: relative;
    cursor: pointer;
    height: 30px;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 40%;
    transition: all ease 0.35s;
    transform: translateX(-50%);
}

.sp_nav span:nth-of-type(1) {
    top: 10px
}

.sp_nav span:nth-of-type(2) {
    top: 18px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span {
    background: #00479d;
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.sjj_nav span {
    padding-top: 20px;
    display: block;
    margin-left: 20px;
    float: left;
}

.sjj_nav span img {
    display: block;
    float: left;
    padding-top: 6px;
}

.nav_show {
    top: 0;
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 60px;
    font-size: 14px
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%;
    text-transform: uppercase;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

/*----手机站导航结束----------*/

/* banner */
.mySwiper_banner img {
    width: 100%;
}

/* banner end*/

/* 标题 */
.ind_txt {
    padding-top: 150px;
}

.ind_txt h2 {
    font-size: 46px;
    font-weight: bold;
    color: #111111;
    line-height: 55px;
}

.ind_txt dd {
    font-size: 18px;
    color: #333333;
    padding-top: 30px;
}

/* 标题 end*/
/* 应用 */
.ind_apply {
    background: #f6f6f6 url('../images/icon_03.png') no-repeat top left;
    position: relative;
}

.ind_apply .apply_mySwiper {
    z-index: 9;
    overflow: hidden;
    padding: 20px 0;
}

.ind_apply .apply_mySwiper .swiper-slide {
    background: url(../images/icon_04_1.png) no-repeat bottom right;
    padding: 35px 0 35px 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.ind_apply .apply_mySwiper .swiper-slide dt {
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    padding-bottom: 100px;
}

.ind_apply .apply_mySwiper .swiper-slide dd {
    color: #333333;
    font-size: 28px;
    padding-top: 40px;
}

.ind_apply .apply_mySwiper .swiper-slide-thumb-active img {
    transform: translateY(-66px);
    filter: drop-shadow(#fff 0 66px);
}

.ind_apply .apply_mySwiper .swiper-slide-thumb-active dt {
    color: #fff;
}

.ind_apply .apply_mySwiper .swiper-slide-thumb-active {
    background: url(../images/icon_04.png) no-repeat bottom right;
}

.ind_apply .apply_mySwiper .swiper-slide-thumb-active dd {
    color: #fff;
}

.swiper-pagination_apply {
    bottom: 0;
    top: auto !important;
    background: #e5e5e5 !important;
}

.swiper-pagination_apply .swiper-pagination-progressbar-fill {
    background: #d2d2d2 !important;
}

.ind_apply .apply_mySwiper2 {
    overflow: hidden;
    position: initial;
}

.ind_apply .apply_mySwiper2 .swiper-wrapper {
    /*padding: 10px 0 160px;*/
    padding-bottom: 160px;
}

.ind_apply .apply_mySwiper2 .apply_page {
    position: absolute;
    top: 160px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.ind_apply .apply_mySwiper2 .apply_page .apply_swiper-button-prev {
    margin-right: 20px;
}

.ind_apply .apply_mySwiper2 .apply_page div:hover {
    background: #00479d;
    border-radius: 100%;
}

.ind_apply .apply_mySwiper2 .apply_page div:hover img {
    transform: translateY(-66px);
    filter: drop-shadow(#fff 0 66px);
}

.swiper-pagination_apply {
    position: relative !important;
}

.apply_mySwiper2 .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt {
    width: 42%;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt h3 {
    color: #111111;
    font-size: 46px;
    line-height: 46px;
    padding-bottom: 10px;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt p {
    font-size: 17px;
    color: #666666;
    line-height: 30px;
    padding-top: 40px;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt dl {
    display: flex;
    margin-top: 30px;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt dl dd {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt dl dd img {
    padding-right: 5px;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt a {
    background: #00479d;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 50px;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt a span {
    font-family: '宋体';
    font-weight: bold;
    padding-left: 12px;
    transition: all ease .35s;
}

.ind_apply .apply_mySwiper2 .ind_apply_txt a:hover span {
    padding-left: 40px;
}

.ind_apply .apply_mySwiper2 .ind_apply_img {
    width: 50%;
    text-align: right;
    position: relative;
}

.ind_apply .apply_mySwiper2 .ind_apply_img::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 90%;
    height: 54%;
    background: #00479d;
    z-index: -1;
}

.ind_apply .apply_mySwiper2 .ind_apply_img img {
    width: 100%;
}

/* 应用 end*/

/*案例*/
.cpadv_bt {
    width: 700px;
    font-size: 30px;
}

.cpadv_bt b {
    font-size: 40px;
    display: block;
    color: #0890e6;
}

.cpadv_bt .xian {
    width: 78px;
    height: 4px;
    background: #0890e6;
    margin-top: 40px;
    margin-bottom: 50px;
}

/*切换*/
.xinxi_solution_bg {
    background-size: 100% 400px;
    max-width: 1920px;
    margin: 0 auto;
}

.xinxi_solution_main .main_mobile {
    width: 100%;
    margin: 0 auto;
}

.xinxi_solution_main ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.xinxi_solution_main ul li.on {
    width: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xinxi_solution_main ul li.on .left {
    width: 0px;
}

.xinxi_solution_main ul li {
    height: 845px;
    float: left;
    width: 17.5%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    background-size: cover !important;
}

.xinxi_solution_main ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.xinxi_solution_main ul li:nth-child(1)::after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 95%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 95%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 95%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 95%);
}

.xinxi_solution_main ul li:nth-child(2)::after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 1) 80%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 1) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 1) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 1) 80%);
}

.xinxi_solution_main ul li:nth-child(3)::after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(54, 54, 54, 1) 95%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(54, 54, 54, 1) 95%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(54, 54, 54, 1) 95%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(54, 54, 54, 1) 95%);
}

.xinxi_solution_main ul li:nth-child(4)::after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 71, 157, 1) 80%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 71, 157, 1) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 71, 157, 1) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 71, 157, 1) 80%);
}

.xinxi_solution_main ul li .left {
    float: left;
    width: 100%;
    height: 100%;
    background: url(../images/20.png) no-repeat top center;
    background-size: cover;
}

.xinxi_solution_main ul li .left_top {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.xinxi_solution_main ul li .left_top > img {
    max-width: 48px;
}

.xinxi_solution_main .left_top {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.xinxi_solution_main ul li .right_bj {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xinxi_solution_main:hover.xinxi_solution_main ul li .on .right {
    display: none;
}

.xinxi_solution_main ul li .on .left {
    display: none;
}

.xinxi_solution_main:hover.xinxi_solution_main ul li .on .left {
    display: block;

}

.xinxi_solution_main ul li.on::after {
    display: none;
}

.xinxi_solution_main ul li.on .left_top {
    display: none;
}

.xinxi_solution_main ul li .right {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.xinxi_solution_main ul li .right dt {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    width: 60%;
    /* padding-bottom: 90px; */
    /*background: rgba(0,0,0,.2);*/
    margin-bottom: 90px;
}

.xinxi_solution_main ul li .right a {
    background: #00479d;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
}

.xinxi_solution_main ul li .right a span {
    font-family: '宋体';
    font-weight: bold;
    padding-left: 12px;
    transition: all ease .35s;
}

.xinxi_solution_main ul li .right a:hover span {
    padding-left: 40px;
}

.xinxi_solution_main ul li i {
    font-size: 20px;
    color: #fff;
    font-style: normal;
    display: block;
    padding: 20px 0 30px;
}

.xinxi_solution_main ul li .right dd {
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    width: 100px;
    border-radius: 100%;
    background: #0e4392;
    text-align: center;
    float: right;
    margin-top: 30%;
}

/* 案例 end */

/* 关于我们 */
.ind_about {
    background: url('../images/about.jpg') no-repeat center right;
    padding: 0px 0 175px;
    background-size: cover;
}

.ind_about_box p {
    width: 50%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-top: 40px;
}

.ind_about_box a {
    background: #00479d;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 90px;
}

.ind_about_box a span {
    font-family: '宋体';
    font-weight: bold;
    padding-left: 12px;
    transition: all ease .35s;
}

.ind_about_box a:hover span {
    padding-left: 40px;
}

/* 关于我们 end*/

/* 视频 */
.ind_video {
    background: url('../images/video.jpg') no-repeat center center;
    padding: 280px 0;
}

.ind_video_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ind_video_box .about-pic {
    width: 40%;
}

.ind_video_box .about-pic h3 {
    font-size: 46px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

.ind_video_box .about-pic dt {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    padding: 55px 0;
}

.ind_video_box .about-pic dd {
    background: rgba(255, 255, 255, .7);
    line-height: 55px;
    border-radius: 10px;
    font-size: 16px;
    color: #00479d;
    display: inline-block;
    padding: 0 18px;
}

.innum_foot {
    width: 60%;
}

.innum_foot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.innum_foot ul li {
    text-align: center;
    color: #fff;
}

.innum_foot ul li h4 {
    font-weight: bold;
    font-size: 40px;
    font-family: arial;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0 20px;
}

.innum_foot ul li h4 i {
    font-size: 26px;
    font-weight: 400;
    padding-left: 8px;
}

.innum_foot ul li dd {
    font-size: 16px;
}

/* 视频 end*/

/* 优势 */
.ind_advantage {
    background: #e9edf0;
    padding-bottom: 140px;
}

.ind_advantage_box {
    position: relative;
    margin-top: 70px;
}

.mySwiper_advantage {
    position: initial;
}

.ind_advantage .ind_txt {
    text-align: center;
}

.mySwiper_advantage .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.mySwiper_advantage .swiper-slide {
    background: #fff;
    height: auto;
}

.mySwiper_advantage .swiper-slide dl {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 70px 38px;
    box-sizing: border-box;
}

.mySwiper_advantage .swiper-slide dl p {
    background: #ebecf0;
    border-radius: 100%;
    height: 103px;
    width: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper_advantage .swiper-slide dl dt {
    font-size: 30px;
    color: #333;
    padding: 50px 0 25px;
}

.mySwiper_advantage .swiper-slide dl dd {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.mySwiper_advantage .swiper-slide:hover {
    background: #00479d;
}

.mySwiper_advantage .swiper-slide:hover dl dt, .mySwiper_advantage .swiper-slide:hover dl dd {
    color: #fff;
}

.mySwiper_advantage .swiper-slide:hover dl p {
    background: #fff;
}

.mySwiper_advantage .swiper-advantage-next, .mySwiper_advantage .swiper-advantage-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    overflow: hidden;
}

.mySwiper_advantage .swiper-advantage-next {
    left: 3%;
}

.mySwiper_advantage .swiper-advantage-prev {
    right: 3%;
}

.mySwiper_advantage .swiper-advantage-next:hover img, .mySwiper_advantage .swiper-advantage-prev:hover img {
    transform: translateY(-66px);
    filter: drop-shadow(#00479d 0 66px);
}

/* 优势 end*/

/* 新闻 */
.ind_news {
    padding-bottom: 70px;
}

.ind_news .ind_txt {
    text-align: center;
}

.ind_news_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.ind_news_box ul li a {
    font-size: 20px;
    color: #333333;
}

.ind_news_box ul li.cur a {
    font-weight: bold;
}

.ind_news_box ul i {
    color: #cdcdcd;
    padding: 0 16px;
}

.ind_news_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 70px 0;
}

.ind_news_list ul .ind_news_list_fl {
    width: 42%;
}

.ind_news_list ul .ind_news_list_fl a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.ind_news_list ul .ind_news_list_fl img {
    width: 100%;
    height: 100%;
}

.ind_news_list ul .ind_news_list_fl dd {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    padding: 30px;
    box-sizing: border-box;
}

.ind_news_list ul .ind_news_list_fl a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 1) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 1) 100%);
}

.ind_news_list_ce {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ind_news_list_ce a img {
    width: 100%;
    height: 100%;
}

.ind_news_list_ce a {
    position: relative;
    display: block;
    height: 48%;
}

.ind_news_list_ce a dd {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    box-sizing: border-box;
}

.ind_news_list_fr {
    width: 30%;
}

.ind_news_list_fr li {
    border-bottom: solid 1px #eeeeee;
    padding: 40px 0;
}

.ind_news_list_fr li dd {
    color: #999999;
    font-size: 15px;
}

.ind_news_list_fr li dd span {
    color: #e6e6e6;
    padding: 0 8px;
}

.ind_news_list_fr li dt {
    font-size: 18px;
    color: #101010;
    padding-top: 20px;
}

.ind_news_list_fr li:nth-child(1) {
    padding: 16px 0 40px;
}

/* 新闻 end*/

/*网站内容 end*/

/* 底部 */
footer {
}

/* 咨询 */
.ind_consult {
    background: url('../images/consult.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.ind_consult .ind_consult_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}

.ind_consult .ind_consult_box dt {
    font-size: 30px;
    line-height: 48px;
}

.ind_consult .ind_consult_box a {
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    border: solid 2px #fff;
}

.ind_consult .ind_consult_box a span {
    font-family: '宋体';
    font-weight: bold;
    padding-left: 12px;
    transition: all ease .35s;
}

.ind_consult .ind_consult_box a:hover span {
    padding-left: 35px;
}

.ind_consult .ind_consult_box a:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #00479d;
}

/* 咨询 end*/
.footb {
    background-color: #282f37;
    z-index: 1;
    position: relative;
}

.foot_logo {
    border-bottom: solid 1px #333a40;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_logo dl {
    display: flex;
    color: #888f98;
    font-size: 15px;
}

.foot_logo dl span {
    writing-mode: vertical-rl;
    text-align: top;
    padding-right: 6px;
}

.foot_logo dl dd {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.foot_logo dl img {
    border: solid 1px #333a40;
    padding: 6px;
    width: 120px;
}

.footbnav {
    padding: 70px 0 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footbnav_box {
    width: 65%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.footbnav_box_itemh {
    font-size: 18px;
    color: #fff;
}

.footbnav_box_itembox {
    margin-top: 25px;
}

.footbnav_box_itembox .footbnav_itembox_link {
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #888f98;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footbnav_weixin {
    width: 30%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
}

.footbnav_weixintx {
    margin-top: 8px;
    font-size: 14px;
    color: #888f98;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footbnav_weixinimg img {
    margin: auto;
    max-width: 180px;
    border: solid 10px #fff;
}

.footbnav_weixin:hover .footbnav_weixintx {
    color: #fff;
}

.footbnav_box_itembox .footbnav_itembox_link:hover {
    color: #fff;
}

.footbbq {
    border-top: 1px solid #333a40;
    line-height: 100px;
}

.footbbql_sy {
    font-size: 16px;
    color: #888f98;
}

.footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #888f98;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footbbql .footbbql_ba:hover {
    color: #fff;
}

.footbbqr span {
    font-size: 13px;
    color: #888f98;
}

.footbbqr a {
    font-size: 16px;
    color: #888f98;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.footbbqr a:hover {
    color: #fff;
}

.footbnav_box_itembox .footbnav_itembox_link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.foot_tel {
    margin-bottom: 20px;
}

.foot_tel dl {
    color: #888f98;
    font-size: 16px;
}

.foot_tel dl h3 {
    font-size: 18px;
    /*padding-bottom: 20px;*/
    color: #fff;
}

.foot_tel dl dt {
    font-family: arial;
    color: #fff;
    font-size: 28px;
    padding-bottom: 20px;
}

.foot_tel dl dd {
    line-height: 35px;
}

@media screen and (max-width: 1390px) {
    .w1400 {
        width: 95%;
    }

    .ind_year_fl h2 span {
        left: 26.4%;
    }

    .bottom-nav {
        width: 95%;
    }
}

@media screen and (max-width: 1200px) {
    .footlan {
        padding: 20px 0;
    }

    .footbnav {
        padding: 50px 0;
    }

    .footlanlimg {
        transform: translateY(-75px);
        -webkit-transform: translateY(-75px);
        -moz-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
        -o-transform: translateY(-75px);
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt dl dd {
        padding: 40px 0 120px;
    }

    .ind_year_fl h2 {
        font-size: 194px;
    }

    .ind_year_fr .ind_year_img {
        width: 80%;
    }

    .ind_year_fr {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ind_year_fr .ind_year_img01 {
        width: 100%;
    }

    .ind_year_fr_a {
        zoom: 0.8;
    }

    .ind_year_fl dd {
        padding: 30px 0 100px;
    }
}

@media screen and (max-width: 992px) {
    .footlan {
        padding: 30px;
        height: auto;
        margin-top: 30px;
    }

    .footblxfs_item {
        padding: 25px 0 25px 10px;
    }

    .footblxfs_itemi i {
        display: none;
        font-size: 26px;
    }

    .footblxfs_itemtxtp {
        margin-top: 0;
    }

    .footblxfs_itemtxtp a {
        font-size: 14px;
    }

    .footbbq > div {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .footlanlimg {
        display: none;
    }

    .footlanr .footlanra {
        width: 200px;
        height: 50px;
        line-height: 50px;
    }

    .footbnav {
        display: block;
    }

    .footbnav_box {
        width: 100%;
        margin-bottom: 40px;
    }

    .footbnav_weixin {
        width: 100%;
        background: rgb(32, 32, 32);
        padding: 30px;
    }

    .footbbq > div.fr {
        display: none;
    }

    .footbbq {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    header {
        background: #fff;
    }

    .top_left a {
        padding: 0 0px;
    }

    .ind_pr {
        padding-top: 40px;
    }

    .ind_txt span {
        font-size: 22px;
        line-height: 22px;
    }

    .ind_txt h2 {
        font-size: 22px;
        line-height: 22px;
        padding-top: 6px;
    }

    .footlan {
        display: none;
    }

    .footblxfs_itemi i {
        display: block;
        font-size: 30px;
    }

    .footblxfs_item {
        width: 100%;
        padding-left: 15px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footbnav_box .footbnav_box_item {
        display: none;
    }

    .footbnav_box .footbnav_box_item:first-child, .footbnav_box .footbnav_box_item:nth-of-type(3) {
        display: block;
    }

    .footbnav {
        padding: 30px 0 0;
    }

    .footbnav > div {
        /* width: 50%; */
    }

    .footbnav_box_itembox {
        margin-top: 15px;
    }

    .footbbql_sy, .footbbql .footbbql_ba {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1124px ) {
    .top_head {
        display: none;
    }

    .top_nav {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .sp_header_nav {
        display: block;
    }
}

@media only screen and (max-width: 760px ) {
    .banner_gd_box {
        display: none
    }

    .footb {
        margin-bottom: 60px;
    }

    .footblxfs {
        display: none;
    }

    .footbnav_weixin {
        padding: 20px 0;
    }

    .footbbql_sy {
        font-size: 14px;
        line-height: 40px;
    }

    .footbbq {
        line-height: 40px;
        margin-bottom: 0;
    }

    .nav_hover a {
        color: #0033cc !important;
    }

    .banNews {
        margin-top: 60px;
    }

    .pc-list {
        box-sizing: border-box;
    }
}

@media ( max-width: 1600px) {
    .top_nav ul li {
        padding: 0 10px;
    }

    .w1600 {
        width: 90%;
    }

    .top_dg {
        padding-right: 0px;
    }

    .top_left a {
        padding: 0;
    }

}

@media ( max-width: 1380px) {
    .ind_apply .apply_mySwiper .swiper-slide dd {
        font-size: 24px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt dl dd {
        font-size: 16px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt p {
        font-size: 16px;
        padding-top: 20px;
    }

    .xinxi_solution_main ul li .right dt {
        font-size: 26px;
    }

    .ind_about {
        background: url(../images/about.jpg) no-repeat center right -300px;
    }

    .innum_foot ul li h4 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media ( max-width: 760px) {
    .w1600 {
        width: 92%;
    }

    .ind_home_fl_box {
        display: none;
    }

    .mySwiper_banner {
        margin-top: 60px;
    }

    .top_box_fl dt {
        padding: 0 20px;
    }

    .top_dg {
        padding-right: 0;
    }

    .top_box_fl dt {
        border: solid 1px #eee;
        padding: 0 16px;
        font-size: 14px;
        color: #666;
    }

    .sp_nav {
        margin-top: 30% !important;
        transform: scale(0.79);
    }

    .sp_header_nav {
        font-size: 14px;
    }

    .xg .top_box_fl dt {
        color: #fff;
    }

    .sjj_nav img {
        height: 40px;
        margin: 20px 20px 10px;
    }

    header .nav_hover a::after {
        bottom: 0%;
    }

    .ind_txt {
        padding-top: 50px;
    }

    .ind_txt h2 img {
        width: 30px;
    }

    .ind_txt dd {
        font-size: 14px;
        padding-top: 20px;
    }

    .ind_apply .apply_mySwiper2 .apply_page img {
        width: 40px;
    }

    .top_fr {
        line-height: 30px;
    }

    .ind_tel dd {
        background: #666;
    }

    .ind_apply .apply_mySwiper .swiper-slide {
        padding: 20px 0 20px 20px;
    }

    .ind_apply .apply_mySwiper .swiper-slide dt {
        padding-bottom: 80px;
    }

    .ind_apply .apply_mySwiper .swiper-slide-thumb-active img {
        transform: translateY(-260px);
        filter: drop-shadow(#fff 0 260px);
        overflow: hidden;
        display: block;
        width: 45px;
        height: 45px;
    }

    .ind_apply .apply_mySwiper .swiper-slide dd {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .ind_apply .apply_mySwiper .swiper-slide img {
        width: 45px;
        height: 45px;
    }

    .ind_apply .apply_mySwiper2 .apply_page {
        top: 160px;
    }

    .ind_apply .apply_mySwiper {
        padding: 70px 0 30px;
    }

    .ind_apply .apply_mySwiper2 .swiper-wrapper {
        padding: 30px 0 80px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt {
        width: 100%;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt p {
        font-size: 14px;
        color: #555;
        line-height: 30px;
        padding-top: 10px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt dl dd {
        padding: 10px 0 0px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt dl dd {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt dl {
        display: flex;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_txt a {
        line-height: 40px;
        font-size: 14px;
        margin-top: 30px;
    }

    .ind_apply .apply_mySwiper2 .ind_apply_img {
        width: 100%;
        text-align: right;
        position: relative;
        margin-top: 30px;
    }

    .xinxi_solution_main ul li .right {
        display: none;
    }

    .xinxi_solution_main ul li.on .right {
        display: block;
    }

    .xinxi_solution_main ul {
        flex-wrap: wrap;
    }

    .xinxi_solution_main ul li {
        width: 50%;
        height: 450px;
    }

    .xinxi_solution_main ul li .right dt {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 30px;
    }

    .xinxi_solution_main ul li .right dd {
        float: none;
        line-height: 80px;
        font-size: 15px;
        color: #fff;
        width: 80px;
    }

    .xinxi_solution_main ul li .right a {
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }

    .ind_about_box p {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        color: #333333;
        padding-top: 30px;
    }

    .ind_about {
        padding: 0px 0 200px;
        background-size: 146%;
        background-position-y: 100%;
    }

    .ind_about_box a {
        line-height: 40px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: 30px;
    }

    .ind_video_box .about-pic {
        width: 100%;
    }

    .innum_foot {
        width: 100%;
    }

    .ind_video {
        background: url(../images/video.jpg) no-repeat center center;
        padding: 30px 0;
        background-size: cover;
    }

    .ind_video_box .about-pic h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .ind_video_box .about-pic dt {
        font-size: 18px;
        font-weight: 200;
        color: #fff;
        padding: 30px 0;
    }

    .ind_video_box .about-pic dd {
        line-height: 45px;
        font-size: 14px;
    }

    .innum_foot {
        padding-top: 30px;
    }

    .innum_foot ul li {
        width: 48%;
        margin-bottom: 20px;
        background: #0006;
        padding: 20px 0;
    }

    .innum_foot ul li h4 {
        font-size: 30px;
        line-height: 30px;
        padding: 20px 0 10px;
    }

    .ind_advantage_box {
        margin-top: 30px;
    }

    .mySwiper_advantage .swiper-slide dl {
        padding: 30px 20px;
    }

    .mySwiper_advantage .swiper-slide dl p {
        width: 80px;
        height: 80px;
    }

    .mySwiper_advantage .swiper-slide dl p img {
        max-height: 45px;
        max-width: 35px;
    }

    .mySwiper_advantage .swiper-slide dl dt {
        font-size: 22px;
        color: #333;
        padding: 30px 0 10px;
    }

    .mySwiper_advantage .swiper-slide dl dd {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

    .ind_advantage {
        padding-bottom: 60px;
    }

    .mySwiper_advantage .swiper-advantage-next img, .mySwiper_advantage .swiper-advantage-prev img {
        width: 40px;
    }

    .ind_news_box ul li a {
        font-size: 16px;
    }

    .ind_news_box ul {
        padding-top: 20px;
    }

    .ind_news_list ul .ind_news_list_fl, .ind_news_list_ce, .ind_news_list_fr {
        width: 100%;
    }

    .ind_news_list_fr li dt {
        font-size: 16px;
    }

    .ind_consult .ind_consult_box dt {
        font-size: 22px;
        line-height: 30px;
    }

    .ind_consult .ind_consult_box a {
        margin-top: 20px;
        line-height: 40px;
    }

    .foot_logo {
        flex-wrap: wrap;
    }

    .foot_logo > img {
        width: 80px;
    }

    .foot_logo dl {
        margin-top: 30px;
    }

    .foot_logo dl dd {
        padding-right: 20px;
        padding-left: 0px;
    }

    .footbnav_weixin {
        background: none;
    }

    .footbnav_box {
        display: none;
    }

    .foot_tel dl h3 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #fff;
    }

    .foot_tel dl dd {
        line-height: 35px;
        font-size: 14px;
    }

    .footbnav {
        padding: 0px 0 0;
    }
}
