@font-face {
    font-family: "Simpel-Medium";
    src: url("/font/Simpel-Medium-2.otf");
}

/*img {pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}*/

/**{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}*/

@-webkit-keyframes moveRightIn {
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    51% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes moveRightIn {
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    51% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.cw1160 {
    max-width: 1160px;
    width: 92%;
    margin: auto;
}

/* 分页 */

#turn_page {
    margin-top: 60px;
}

#turn_page .paging[type="default"] .paging_btn {
    margin: 0 5px;
    font-size: 16px;
    border: none;
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
    color: #666;
}

#turn_page .paging>font {
    display: none;
}

#turn_page .paging .paging_btn:nth-child(1),
#turn_page .paging .paging_btn:last-child {
    padding: 0 16px;
    border: 1px solid #e6e6e6;
}

#turn_page .paging[type="default"] .paging_number .paging_btn {
    padding: 0;
    border: 0;
}

#turn_page .paging .paging_btn:nth-child(1) img {
    margin-right: 18px;
}

#turn_page .paging .paging_btn:last-child img {
    margin-left: 18px;
}

#turn_page .paging[type="default"] .paging_btn:hover,
#turn_page .paging[type="default"] .paging_btn.cur {
    background: #3d74ac;
    color: #fff;
    border-color: #3d74ac;
}

#turn_page .paging[type="default"] .paging_btn:hover .i1 {
    display: none;
}

#turn_page .paging[type="default"] .paging_btn:hover .i2 {
    display: block;
}

@media screen and (max-width:750px) {
    #turn_page .paging[type="default"] .paging_btn {
        font-size: 26px;
    }
    #turn_page .paging .paging_btn:nth-child(1) img,
    #turn_page .paging .paging_btn:last-child img {
        width: 12px;
    }
}

/*全站搜索*/

#search {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}

#search .form {
    margin-bottom: 45px;
    margin-top: 30px;
}

#search .form .text {
    width: 340px;
    padding-left: 15px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #dddddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    font-size: 16px;
}

#search .form .submit {
    height: 49px;
    width: 59px;
    border: 1px solid #3d74ac;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url(/images/search1.png) no-repeat center center #3d74ac;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-size: 22px;
}

#search .list {
    width: 100%;
    margin-bottom: 50px;
}

#search .list .info .cate {
    padding-left: 15px;
}

#search .list .new .cate {}

#search .list .know .cate {}

#search .list .info li {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

#search .list .info li:first-child {
    border-top: 1px solid #dddddd;
}

#search .list .info .title {
    margin-right: 16px;
    line-height: 22px;
    color: #3d74ac;
    font-size: 16px;
    font-weight: 700;
}

#search .list .info .day,
#search .list .info .cate {
    color: #888888;
    font-size: 16px;
    margin-right: 20px;
}

#search .list .info .day {
    margin: 0;
}

#search .list .info .desc {
    /*height:60px;*/
    overflow: hidden;
    margin-top: 1.375%;
    color: #888888;
    font-size: 14px;
    line-height: 32px;
}

#search .txt {
    font-size: 16px;
    margin: 45px 0;
}

@media (max-width: 750px) {
    #search .form .text {
        width: 400px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    #search .form .submit {
        width: 60px;
        height: 60px;
        font-size: 26px;
        background-size: 26px;
    }
    #search .list .info li {
        padding: 35px 0;
    }
    #search .list .info .title {
        font-size: 36px;
        line-height: 1.6;
    }
    #search .list .info .day,
    #search .list .info .cate {
        font-size: 28px;
        line-height: 1.6;
    }
    #search .list .info .desc {
        font-size: 30px;
        line-height: 1.6;
        /*height: 144px;*/
    }
    #search .txt {
        font-size: 30px;
    }
}

/*头部*/

#header_blank {
    height: 140px;
}

#header {
    width: 100%;
    height: 140px;
    left: 0;
    top: 0;
    z-index: 20;
}

#header.none {
    transform: translateY(-100%);
}

#header .box {}

#header .logo {
    width: 292px;
    height: 40px;
    transform: scale(2.5);
}

#header .logo img:nth-child(1) {
    display: inline-block;
}

#header .logo img:nth-child(2) {
    display: none;
}

#header .nav {
    height: 140px;
    margin-left: auto;
}

#header .nav .one_nav {
    line-height: 140px;
    padding-right: 50px;
}

#header .nav .one_nav .nav_a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

#header .nav .one_nav:hover .nav_a {
    color: #3d74ac;
}

#header .nav .one_nav.cur .nav_a {
    color: #3d74ac;
}

#header .nav .one_nav .two_nav {
    min-width: 100px;
    height: 0;
    overflow: hidden;
    top: 140px;
    left: calc(50% - 25px);
    box-shadow: 0px 0px 16px 0px rgba(51, 51, 51, 0.1);
    z-index: 3;
    transform: translateX(-50%);
    text-align: center;
}

#header .nav .one_nav .two_nav .hnavbg {
    background: #fff;
    padding: 10px 0;
}

#header .nav .one_nav .two_nav .hnavbg>div {
    width: 100%;
    padding: 0 20px;
    line-height: 45px;
    white-space: nowrap;
}

#header .nav .one_nav .two_nav .hnavbg>div .tnav-a {
    font-size: 16px;
    color: #333;
}

#header .nav .one_nav .two_nav .hnavbg>div .tnav-a:hover {
    color: #3d74ac;
}

#header .nav .line {
    height: 3px;
    background: #3d74ac;
    bottom: 45px;
    pointer-events: none;
}

#header .search {
    width: 22px;
    height: 22px;
    background: url(/images/search1.png) no-repeat center;
}

#header .contact {
    height: 40px;
    line-height: 43px;
    background: #3d74ac;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    font-family: "Simpel-Medium";
    margin-left: 50px;
}

#header .contact .icon {
    width: 17px;
    height: 40px;
    background: url(/images/h-tel-icon.png) no-repeat center;
    margin-right: 12px;
}

#header.cur {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#header.inner {
    box-shadow: 10px 17px 30px 0px rgba(59, 9, 9, 0.05);
}

#header.cur,
#header.inner,
#header:hover {
    background: #fff;
}

#header.cur .logo img:nth-child(1),
#header.inner .logo img:nth-child(1),
#header:hover .logo img:nth-child(1) {
    display: none;
}

#header.cur .logo img:nth-child(2),
#header.inner .logo img:nth-child(2),
#header:hover .logo img:nth-child(2) {
    display: inline-block;
}

#header.cur .nav .one_nav .nav_a,
#header.inner .nav .one_nav .nav_a,
#header:hover .nav .one_nav .nav_a {
    color: #231915;
}

#header.cur .search,
#header.inner .search,
#header:hover .search {
    background-image: url(/images/search2.png);
}

#header.cur .nav .one_nav:hover .nav_a {
    color: #3d74ac;
}

#header:hover .nav .one_nav:hover .nav_a {
    color: #3d74ac;
}

#header.cur .nav .one_nav.cur .nav_a {
    color: #3d74ac;
}

#header:hover .nav .one_nav.cur .nav_a {
    color: #3d74ac;
}

@media (max-width: 1680px) {
    #header .nav .one_nav {
        padding-right: 26px;
    }
    #header .nav .one_nav .two_nav {
        left: calc(50% - 13px);
    }
    #header .contact {
        margin-left: 30px;
    }
}

@media (max-width: 1440px) {
    #header_blank {
        height: 100px;
    }
    #header {
        height: 100px;
    }
    #header .logo {
        width: 220px;
    }
    #header .nav {
        height: 100px;
    }
    #header .nav .one_nav {
        line-height: 100px;
    }
    #header .nav .one_nav .two_nav {
        top: 100px;
    }
    #header .nav .line {
        bottom: 25px;
    }
}

@media (max-width: 1366px) {
    #header .logo {
        width: 180px;
    }
    #header .nav .one_nav {
        padding-right: 16px;
    }
    #header .nav .one_nav .two_nav {
        left: calc(50% - 8px);
    }
    #header .contact {
        margin-left: 15px;
    }
}

@media (max-width: 1200px) {
    #header .logo {
        width: 150px;
    }
    #header .nav .one_nav .nav_a {
        font-size: 16px;
    }
    #header .contact {
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    #header_blank {
        display: none;
    }
}

/* 头部移动端 */

#m-header,
#m-nav,
#search-box {
    display: none;
}

.m-header-blank {
    display: none;
}

@media screen and (max-width:1100px) {
    .header-blank {
        display: none;
    }
    #header {
        display: none;
    }
    #m-header {
        display: block;
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 51;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    }
    .m-header-blank {
        display: block;
        height: 120px;
    }
    #m-header .logo {
        margin-right: auto;
    }
    #m-header .search {
        width: 40px;
        height: 40px;
        background: url(/images/search-icon2.png) no-repeat center;
    }
    #m-header .search.cur {
        background-image: url(/images/h-close-icon.png);
    }
    #m-header .menu {
        width: 40px;
        height: 40px;
        background: url(/images/m-menu-icon.png) no-repeat center;
        margin-left: 60px;
    }
    #m-header .menu.cur {
        background-image: url(/images/h-close-icon.png);
    }
    #m-nav {
        display: block;
        width: 100%;
        height: 0;
        z-index: 49;
        left: 0;
        right: 0;
        top: 120px;
        width: 100%;
        background: #fff;
        overflow-y: auto;
    }
    #m-nav.cur {
        height: calc(100vh - 120px);
    }
    #m-nav .nav .one-nav {
        line-height: 60px;
        color: #333;
    }
    #m-nav .nav .one-nav .one {
        margin: 0 30px;
        border-bottom: 1px solid #ebebeb;
        background: url(/images/nav-icon1.png) no-repeat right;
    }
    #m-nav .nav .one-nav.nobg .one {
        background: none;
    }
    #m-nav .nav .one-nav.cur .one {
        background: url(/images/nav-icon2.png) no-repeat right;
    }
    #m-nav .nav .one-nav.cur.nobg .one {
        background: none;
    }
    #m-nav .nav .one-nav .one-a {
        font-size: 18px;
        font-weight: 700;
    }
    #m-nav .nav .one-nav .two-nav {
        width: 100%;
        background: #f7f7f7;
        padding: 0 30px;
    }
    #m-nav .nav .one-nav .two-nav>div {
        border-bottom: 1px solid #dcdcdc;
    }
    #m-nav .nav .one-nav .two-nav .two-a {
        font-size: 16px;
    }
    #search-box {
        display: block;
        width: 100%;
        height: 240px;
        z-index: 50;
        left: 0;
        right: 0;
        top: 120px;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        justify-content: center;
    }
    #search-box .form-box {
        width: 92%;
        margin: 70px auto 0;
        height: 90px;
        border: 1px solid #d1d1d1;
        border-radius: 45px;
    }
    #search-box .form-box .input {
        width: calc(100% - 100px);
        padding-left: 45px;
    }
    #search-box .form-box .input input {
        width: 100%;
        height: 100%;
        font-size: 22px;
        color: #fff;
    }
    #search-box .form-box .submit {
        width: 90px;
        height: 90px;
        background: url(/images/search-icon2.png) no-repeat center;
    }
}

@media (max-width: 750px) {
    #m-nav .nav .one-nav {
        line-height: 100px;
    }
    #m-nav .nav .one-nav .one-a {
        font-size: 32px;
    }
    #m-nav .nav .one-nav .two-nav .two-a {
        font-size: 28px;
    }
    #search-box .form-box .input input {
        font-size: 28px
    }
}

#banner {
    width: 100%;
}

#banner .text_box {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin-top: 35px;
}

#banner .text_box .tit1 {
    font-size: 72px;
    color: #fff;
    line-height: 80px;
    font-family: "Simpel-Medium";
    font-weight: 700;
}

#banner .text_box .tit2 {
    font-size: 36px;
    color: #fff;
    margin-top: 12px;
}

#banner.inner_banner .text_box {
    margin-top: 35px;
}

#banner.inner_banner .text_box.case {
    display: flex;
    justify-content: flex-end;
}

#banner.inner_banner .text_box .tit1 {
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    font-family: "Simpel-Medium";
    font-weight: 400;
}

#banner.inner_banner .text_box .tit2 {
    font-size: 40px;
    color: #fff;
    margin-top: 3px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    #banner .text_box,
    #banner.inner_banner .text_box {
        margin-top: 0;
    }
    #banner .text_box .tit1 {
        font-size: 56px;
    }
}

@media (max-width: 750px) {
    #banner.inner_banner .text_box .tit1 {
        font-size: 30px;
    }
    #banner.inner_banner .text_box .tit2 {
        font-size: 42px;
    }
}

/*二级导航*/

#second_nav {
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: #fff;
    z-index: 9;
}

#second_nav .box {
    max-width: 100%;
}

#second_nav .box .li {
    width: auto;
    line-height: 78px;
    margin: 0 28px;
    font-size: 18px;
    color: #231915;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

#second_nav .box .li:hover {
    color: #3d74ac;
}

#second_nav .box .li.cur {
    color: #3d74ac;
    border-bottom-color: #3d74ac;
}

@media (max-width: 750px) {
    #second_nav {
        height: 100px;
    }
    #second_nav .box {
        max-width: 86%;
    }
    #second_nav .box .li {
        font-size: 30px;
        line-height: 98px;
    }
    #second_nav .box .li:first-child {
        margin-left: 0;
    }
    #second_nav .btn {
        width: 18px;
        height: 36px;
        top: 50%;
        transform: translateY(-50%);
    }
    #second_nav .prev {
        background: url(/images/btn-l1.png) no-repeat center;
        left: -10px;
    }
    #second_nav .next {
        background: url(/images/btn-r1.png) no-repeat center;
        right: -10px;
    }
    #second_nav .btn.swiper-button-disabled {
        display: none;
    }
}

/*面包屑*/

#crumbs {
    width: 100%;
}

#crumbs a {
    font-size: 16px;
    color: #b7bcbf;
}

#crumbs span {
    font-size: 16px;
    color: #b7bcbf;
    margin: 0 2px;
}

#crumbs a:last-child {
    color: #626466;
}

#crumbs a[href]:hover {
    color: #626466;
}

@media (max-width: 750px) {
    #crumbs a {
        font-size: 30px;
        line-height: 1.6;
    }
    #crumbs span {
        font-size: 30px;
    }
}

/*首页*/

#index_news_top {
    width: 100%;
    height: 100px;
    background: #b6bbc0;
    display: flex;
    align-items: center;
}

#index_news_top .title {
    font-size: 20px;
    color: #3d74ac;
    font-family: "Simpel-Medium";
    margin-top: 5px;
}

#index_news_top .content {
    width: 75%;
    height: 60px;
    margin-right: 20px;
    margin-left: 100px;
}

#index_news_top .content .li {}

#index_news_top .content .li .time {
    font-size: 18px;
    color: #231915;
    font-family: "Simpel-Medium";
    /*margin-top: 5px;*/
}

#index_news_top .content .li .tit {
    font-size: 16px;
    color: #231915;
    margin-left: 25px;
}

#index_news_top .content .li .tit:hover {
    color: #3d74ac;
}

#index_news_top .swiper_box {}

#index_news_top .swiper_box .btn {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 1px solid #616367;
    opacity: .3;
}

#index_news_top .swiper_box .btn.prev {
    background: url(/images/btn-l.png) no-repeat center;
}

#index_news_top .swiper_box .btn.next {
    background: url(/images/btn-r.png) no-repeat center;
}

#index_news_top .swiper_box .btn.prev:hover,
#index_news_top .swiper_box .btn.next:hover {
    opacity: 1;
}

#index_news_top .page_box {
    margin: 0 30px;
    font-size: 20px;
    color: #231915;
    font-family: "Simpel-Medium";
}

#index_news_top .page_box .num {}

#index_news_top .page_box .line {
    margin: 0 5px;
    opacity: .2;
}

#index_news_top .page_box .total {
    opacity: .2;
}

@media (max-width: 1100px) {
    #index_news_top .content {
        margin-left: 35px;
    }
}

@media (max-width: 750px) {
    #index_news_top {
        height: auto;
        padding: 30px 0;
    }
    #index_news_top .box {
        flex-wrap: wrap;
    }
    #index_news_top .title {
        font-size: 36px;
    }
    #index_news_top .content {
        width: 80%;
        margin: 0;
    }
    #index_news_top .content .li .time {
        font-size: 30px;
    }
    #index_news_top .content .li .tit {
        font-size: 30px;
    }
    #index_news_top .swiper_box {
        margin-top: 20px;
        margin-left: auto;
    }
    #index_news_top .page_box {
        font-size: 26px;
    }
    #index_news_top .swiper_box .btn {
        opacity: 1;
    }
}

#index_server {
    width: 100%;
    padding-top: 95px;
    background: url(/images/ind-server-bg.png) no-repeat center / cover;
}

#index_server .left {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 240px;
}

#index_server .left .title1 {
    font-size: 36px;
    color: #221815;
    font-family: "Simpel-Medium";
}

#index_server .left .title2 {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0 90px;
}

#index_server .left .more {
    width: 190px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    border: 1px solid #b8bdc0;
    background: #231915;
}

#index_server .left .more span {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    font-weight: 300;
}

#index_server .left .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/more-icon.png) no-repeat center;
    vertical-align: middle;
    margin-left: 45px;
}

#index_server .left .more:hover i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#index_server .left .more:hover {
    border-color: #fff;
    background: #fff;
}

#index_server .left .more:hover span {
    color: #3d74ac;
}

#index_server .right {
    width: 50%;
    font-size: 16px;
    color: #231915;
    font-weight: 300;
    line-height: 1.875;
}

#index_server .bg {
    width: 1196px;
    height: 280px;
    background: url(/images/ind-server-bg2.png) no-repeat center / 100%;
    left: 0;
    bottom: -140px;
    z-index: 2;
    pointer-events: none;
}

#index_server .video_box {
    bottom: -140px;
    right: 0;
    width: 50%;
    padding-top: 28.125%;
    z-index: 1;
    overflow-x: hidden;
}

#index_server .video_box .icon {
    width: 90px;
    height: 90px;
    background: url(/images/play-icon.png) no-repeat 40px center #f3f2f1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

@media (max-width: 1366px) {
    #index_server .left {
        padding-bottom: 150px;
        padding-right: 20px;
    }
    #index_server .left .title2 {
        margin-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    #index_server .left {
        padding-bottom: 100px;
    }
    #index_server .left .title2 {
        font-size: 30px;
    }
    #index_server .bg {
        width: 800px;
    }
}

@media (max-width: 1024px) {
    #index_server .video_box {
        bottom: -30px;
    }
    #index_server .bg {
        width: 500px;
    }
}

@media (max-width: 860px) {
    #index_server .video_box {
        bottom: 80px;
    }
}

@media (max-width: 750px) {
    #index_server {
        padding: 80px 0;
    }
    #index_server .box {
        flex-wrap: wrap;
    }
    #index_server .left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    #index_server .left .title1 {
        font-size: 42px;
    }
    #index_server .left .title2 {
        font-size: 36px;
    }
    #index_server .left .more {
        width: 250px;
        height: 80px;
        line-height: 78px;
        text-align: center;
        border-radius: 40px;
    }
    #index_server .left .more span {
        font-size: 26px;
    }
    #index_server .left .more i {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
    #index_server .right {
        width: 100%;
        font-size: 30px;
    }
    #index_server .video_box {
        position: relative;
        width: 100%;
        padding-top: 56.125%;
        bottom: 0;
        margin-top: 30px;
    }
    #index_server .bg {
        display: none;
    }
}

#index_solution {
    padding-top: 250px;
    overflow: hidden;
}

#index_solution .top {
    width: 100%;
    margin-top: -155px;
}

#index_solution .title {
    width: 50%;
    font-size: 36px;
    color: #221815;
    font-weight: 500;
    line-height: 1.388;
}

#index_solution .brief {
    width: 50%;
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    margin-top: 18px;
}

#index_solution .content {
    margin-top: 65px;
}

#index_solution .content .li {
    width: 20%;
    color: #fff;
    padding: 60px 50px;
    height: auto;
}

#index_solution .content .li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#index_solution .content .li .cont {
    position: relative;
    z-index: 2;
}

#index_solution .content .li .num {
    font-size: 20px;
    font-family: "Simpel-Medium";
}

#index_solution .content .li .tit1 {
    font-size: 30px;
    font-family: "Simpel-Medium";
    margin-top: 25px;
    /*word-break:break-all;*/
}

#index_solution .content .li .tit2 {
    font-size: 24px;
    font-weight: 300;
}

#index_solution .content .li .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.875;
    margin-bottom: 150px;
    opacity: 0;
    height: 150px;
    overflow-x: hidden;
}

#index_solution .content .li .line {
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 35px 0 50px;
}

#index_solution .content .li .more {}

#index_solution .content .li .more {
    width: 60px;
    height: 60px;
    line-height: 58px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
}

#index_solution .content .li .more span {
    font-size: 16px;
    color: #626466;
    vertical-align: middle;
    font-weight: 300;
    display: none;
}

#index_solution .content .li .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/more-icon.png) no-repeat center;
    vertical-align: middle;
}

#index_solution .content .li:hover {
    background: #3d74ac !important;
}

#index_solution .content .li:hover::before {
    display: none;
}

#index_solution .content .li:hover .desc {
    opacity: 1;
}

#index_solution .content .li:hover .more {
    width: 190px;
    border-radius: 30px;
    border-color: #fff;
    background: #fff;
}

#index_solution .content .li:hover .more span {
    display: inline-block;
    color: #3d74ac;
}

#index_solution .content .li:hover .more i {
    margin-left: 45px;
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

@media (max-width: 1680px) {
    #index_solution .content .li {
        padding: 60px 30px;
    }
}

@media (max-width: 1366px) {
    #index_solution .content .li {
        padding: 60px 20px;
    }
}

@media (max-width: 1200px) {
    #index_solution .content .container {
        padding-bottom: 40px;
    }
    #index_solution .content .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #3d74ac;
    }
}

@media (max-width: 750px) {
    #index_solution {
        padding-top: 80px;
    }
    #index_solution .top {
        margin-top: 0;
        width: 100%;
    }
    #index_solution .title {
        width: 100%;
        font-size: 42px;
    }
    #index_solution .brief {
        width: 100%;
        font-size: 30px;
        line-height: 1.6;
    }
    #index_solution .content .li .num,
    #index_solution .content .li .tit1,
    #index_solution .content .li .tit2 {
        font-size: 36px;
    }
    #index_solution .content .li .desc {
        opacity: 1;
        font-size: 30px;
        height: 282px;
        margin-bottom: 60px;
    }
}

#index_case {
    padding: 100px 0 90px;
    overflow: hidden;
}

#index_case .box1 {
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 100px;
}

#index_case .box .top {}

#index_case .box .top .cate_box {}

#index_case .box .top .cate_box .li {
    color: #b7bcbf;
    margin-right: 120px;
    position: relative;
}

#index_case .box .top .cate_box .li:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #e9eaea;
    top: 0;
    right: -60px;
    position: absolute;
}

#index_case .box .top .cate_box .li .tit1 {
    font-size: 36px;
    font-family: "Simpel-Medium";
    padding-right: 45px;
    background: url(/images/case-icon1.png) no-repeat right 12px;
    line-height: 1;
}

#index_case .box .top .cate_box .li .tit2 {
    font-size: 36px;
    font-weight: 500;
}

#index_case .box .top .cate_box .li.cur {
    color: #221815;
}

#index_case .box .top .cate_box .li.cur .tit1 {
    background-image: url(/images/case-icon2.png);
}

#index_case .box .top .cate_box .li:hover {
    color: #221815;
}

#index_case .box .top .cate_box .li:hover .tit1 {
    background-image: url(/images/case-icon2.png);
}

#index_case .box .content {
    margin-top: 55px;
}

#index_case .box .cont {
    position: relative;
}

#index_case .box .cont .li {
    width: 13.125%;
    margin-right: 8.59375%;
}

#index_case .box .cont .li:nth-child(5n) {
    margin-right: 0;
}

#index_case .box .cont .li .pic {
    width: 100%;
    /*padding-top: 90.11%;*/
    padding-top: 100%;
    border-radius: 100%;
    /*border: 10px solid transparent;*/
}

#index_case .box .cont .li .tit {
    font-size: 18px;
    color: #221815;
    font-weight: 500;
    line-height: 1.444;
    height: 52px;
    margin: 30px 0 10px;
}

#index_case .box .cont .li .brief {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    line-height: 1.625;
    height: 52px;
}

#index_case .box .cont .li:hover .tit {
    color: #3d74ac;
}

/*#index_case .box .cont .li:hover .pic{border-color: #fef2f3;}*/

#index_case .box .cont .more {
    width: 190px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    border: 1px solid #b8bdc0;
    position: absolute;
    right: 0;
    top: -130px;
    background: #f7f8f8;
}

#index_case .box .cont .more span {
    font-size: 16px;
    color: #626466;
    vertical-align: middle;
    font-weight: 300;
}

#index_case .box .cont .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/more-icon.png) no-repeat center;
    vertical-align: middle;
    margin-left: 45px;
}

#index_case .box .cont .more:hover i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#index_case .box .cont .more:hover {
    border-color: #3d74ac;
}

#index_case .box .cont .more:hover span {
    color: #3d74ac;
}

#index_case .box .cont .li .pic .btn--outline {
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}

#index_case .box .cont .li .pic .btn--outline>svg rect {
    stroke-width: 10px;
}

.btn.btn--outline .btn-container.is-disabled>svg rect,
.btn.btn--outline.is-disabled>svg rect,
.btn.btn--outline:disabled>svg rect,
.btn.btn--outline>svg rect {
    stroke: transparent;
}

.btn.btn--outline .btn-container.is-disabled>svg rect+rect,
.btn.btn--outline.is-disabled>svg rect+rect,
.btn.btn--outline:disabled>svg rect+rect,
.btn.btn--outline>svg rect+rect {
    stroke: #fef2f3;
}

@media (max-width: 1440px) {
    #index_case .box .cont .li {
        width: 16%;
        margin-right: 5%;
    }
}

@media (max-width: 1200px) {
    #index_case .box .top .cate_box .li {
        margin-right: 60px;
    }
    #index_case .box .top .cate_box .li:nth-child(1)::after {
        right: -30px;
    }
}

@media (max-width: 1024px) {
    /*#index_case .box .cont .more{position: static;margin-top: 30px;}*/
    #index_case .box .cont .more {
        top: auto;
        bottom: 320px;
    }
}

@media (max-width: 750px) {
    #index_case {
        padding: 80px 0;
    }
    #index_case .box .top .cate_box .li .tit1 {
        font-size: 30px;
    }
    #index_case .box .con {
        flex-wrap: wrap;
    }
    #index_case .box .cont .li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    #index_case .box .cont .li:nth-child(5n) {
        margin-right: 4%;
    }
    #index_case .box .cont .li:nth-child(2n) {
        margin-right: 0;
    }
    #index_case .box .cont .li .pic {
        width: 70%;
        padding-top: 70%;
        margin: 0 auto;
    }
    #index_case .box .cont .li .tit {
        font-size: 36px;
        height: 104px;
    }
    #index_case .box .cont .li .brief {
        font-size: 30px;
        height: 98px;
    }
    #index_case .box .cont .more {
        width: 250px;
        height: 80px;
        line-height: 78px;
        text-align: center;
        border-radius: 40px;
    }
    #index_case .box .cont .more span {
        font-size: 26px;
    }
    #index_case .box .cont .more i {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
}

#index_about {
    padding: 95px 0;
    background: url(/images/ind-about.png) no-repeat center / cover;
}

#index_about .title {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
}

#index_about .brief {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
    line-height: 1.388;
    margin-top: 18px;
}

#index_about .left {
    width: 46.875%;
}

#index_about .left .text {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    margin: 45px 0 50px;
}

#index_about .left .more {
    width: 190px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    border: 1px solid #b8bdc0;
}

#index_about .left .more span {
    font-size: 16px;
    color: #626466;
    vertical-align: middle;
    font-weight: 300;
}

#index_about .left .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/more-icon.png) no-repeat center;
    vertical-align: middle;
    margin-left: 45px;
}

#index_about .left .more:hover i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#index_about .left .more:hover {
    border-color: #fff;
    background: #fff;
}

#index_about .left .more:hover span {
    color: #3d74ac;
}

#index_about .right {
    width: 40.625%;
}

#index_about .right .li {
    width: 47.692%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}

#index_about .right .li:nth-child(2n-1) {
    margin-top: 0;
}

#index_about .right .li .top {
    line-height: 1;
}

#index_about .right .li .top .num {
    font-size: 40px;
    color: #3d74ac;
    font-family: "Simpel-Medium";
    margin-right: 5px;
}

#index_about .right .li .top .unit {
    font-size: 16px;
    color: #3d74ac;
    font-weight: 300;
}

#index_about .right .li .top .unit2 {
    font-size: 22px;
    color: #3d74ac;
    font-family: "Simpel-Medium";
}

#index_about .right .li .icon {
    width: 45px;
    height: 40px;
}

#index_about .right .li .tit {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    margin-top: 12px;
}

@media (max-width: 1366px) {
    #index_about .right {
        width: 45%;
    }
    #index_about .right .li {
        padding: 25px 15px;
    }
}

@media (max-width: 750px) {
    #index_about {
        padding: 80px 0;
    }
    #index_about .box {
        flex-wrap: wrap;
    }
    #index_about .left {
        width: 100%;
    }
    #index_about .title {
        font-size: 30px;
    }
    #index_about .brief {
        font-size: 42px;
    }
    #index_about .left .text {
        font-size: 30px;
        line-height: 1.6;
    }
    #index_about .left .more {
        width: 250px;
        height: 80px;
        line-height: 78px;
        text-align: center;
        border-radius: 40px;
    }
    #index_about .left .more span {
        font-size: 26px;
    }
    #index_about .left .more i {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
    #index_about .right {
        width: 100%;
        margin-top: 50px;
    }
    #index_about .right .li .top .num {
        font-size: 56px;
    }
    #index_about .right .li .top .unit {
        font-size: 26px;
    }
    #index_about .right .li .top .unit2 {
        font-size: 30px;
    }
    #index_about .right .li .icon {
        height: 56px;
    }
    #index_about .right .li .tit {
        font-size: 30px;
    }
}

#index_news {
    padding: 95px 0;
    background: #f7f7f7;
}

#index_news .title {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
}

#index_news .brief {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
    line-height: 1.388;
    margin-top: 18px;
}

#index_news .content {
    margin-top: 46px;
}

#index_news .top .more {
    width: 190px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    border: 1px solid #b8bdc0;
}

#index_news .top .more span {
    font-size: 16px;
    color: #626466;
    vertical-align: middle;
    font-weight: 300;
}

#index_news .top .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/more-icon.png) no-repeat center;
    vertical-align: middle;
    margin-left: 45px;
}

#index_news .top .more:hover i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#index_news .top .more:hover {
    border-color: #fff;
    background: #fff;
}

#index_news .top .more:hover span {
    color: #3d74ac;
}

#index_news .content {}

#index_news .content .left {
    width: 47.5%;
    background: #fff;
}

#index_news .content .left .pic {
    width: 100%;
    padding-top: 62.5%;
}

#index_news .content .left .cont {
    padding: 45px 56px 40px 60px;
}

#index_news .content .left .cont .time {
    line-height: 1;
}

#index_news .content .left .cont .time .day {
    font-size: 44px;
    color: #3d74ac;
    font-family: "Simpel-Medium";
}

#index_news .content .left .cont .time .ym {
    font-size: 16px;
    color: #b8bdc0;
    font-family: "Simpel-Medium";
    margin-left: 10px;
}

#index_news .content .left .cont .time .m {
    margin-bottom: 6px;
}

#index_news .content .left .cont .time .y {}

#index_news .content .left .cont .tit {
    font-size: 20px;
    color: #221815;
    font-weight: 500;
}

#index_news .content .left .cont .desc {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    line-height: 1.75;
    height: 56px;
    margin-top: 10px;
}

#index_news .content .left:hover .cont .tit {
    color: #3d74ac;
}

#index_news .content .right {
    width: 50%;
    background: #fff;
    padding: 45px 60px 0;
}

#index_news .content .right .li {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #dcdddd;
}

#index_news .content .right .li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

#index_news .content .right .li .time {
    line-height: 1;
}

#index_news .content .right .li .time .day {
    font-size: 44px;
    color: #221815;
    font-family: "Simpel-Medium";
}

#index_news .content .right .li .time .ym {
    font-size: 16px;
    color: #b8bdc0;
    font-family: "Simpel-Medium";
    margin-left: 10px;
}

#index_news .content .right .li .time .m {
    margin-bottom: 6px;
}

#index_news .content .right .li .tit {
    font-size: 20px;
    color: #221815;
    font-weight: 500;
}

#index_news .content .right .li .desc {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    line-height: 1.75;
    height: 56px;
    margin-top: 8px;
}

#index_news .content .right .li:hover .time .day,
#index_news .content .right .li:hover .tit {
    color: #3d74ac;
}

#index_news .content .right .li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    left: auto;
    background: #3d74ac;
    transition: all 0.5s;
}

#index_news .content .right .li:last-child:after {
    display: none;
}

#index_news .content .right .li:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

@media (max-width: 1536px) {
    #index_news .content .left .cont {
        padding: 35px 30px;
    }
    #index_news .content .right {
        padding: 35px 30px 0;
    }
    #index_news .content .right .li {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1280px) {
    #index_news .content .right {
        padding: 25px 30px 0;
    }
    #index_news .content .right .li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px) {
    #index_news .content {
        flex-wrap: wrap;
    }
    #index_news .content .left {
        width: 100%;
    }
    #index_news .content .right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 750px) {
    #index_news {
        padding: 80px 0;
    }
    #index_news .top {
        flex-wrap: wrap;
    }
    #index_news .top .text {
        width: 100%;
    }
    #index_news .title {
        font-size: 30px;
    }
    #index_news .top .more {
        width: 250px;
        height: 80px;
        line-height: 78px;
        text-align: center;
        border-radius: 40px;
        margin-top: 25px;
    }
    #index_news .top .more span {
        font-size: 26px;
    }
    #index_news .top .more i {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
    #index_news .content .left .cont .time .day {
        font-size: 56px;
    }
    #index_news .content .left .cont .time .ym {
        font-size: 26px;
    }
    #index_news .content .left .cont .tit {
        font-size: 36px;
        margin-top: 12px;
    }
    #index_news .content .left .cont .desc {
        font-size: 30px;
        height: 105px;
    }
    #index_news .content .right .li .time .day {
        font-size: 56px;
    }
    #index_news .content .right .li .time .ym {
        font-size: 26px;
    }
    #index_news .content .right .li .tit {
        font-size: 36px;
        margin-top: 12px;
    }
    #index_news .content .right .li .desc {
        font-size: 30px;
        height: 105px;
    }
}

#index_brand {
    padding: 95px 0 105px;
}

#index_brand .title {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
}

#index_brand .brief {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
    line-height: 1.388;
    margin-top: 18px;
}

#index_brand .content {
    margin-top: 60px;
    gap: 20px;
}

#index_brand .content .li {
    width: calc((100% - 60px) / 4);
}

#index_brand .content .li .pic {
    width: 100%;
    padding-top: 30%;
}

#index_brand .content .li .pic img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 1680px) {
    #index_brand .content .li {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 1366px) {
    #index_brand .content .li {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 1100px) {
    #index_brand .content .li {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 980px) {
    #index_brand .content .li {
        width: calc((100% - 20px) / 2);
    }
    #index_brand .content .li .pic img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }
}

@media (max-width: 750px) {
    #index_brand .title {
        font-size: 30px;
    }
    #index_brand .brief {
        font-size: 42px;
    }
}

/*底部*/

#footer {
    width: 100%;
}

#footer .top {
    padding-top: 95px;
    background: #3d74ac;
}

#footer .top .box {}

#footer .top .box .nav {
    width: 52.8125%;
    padding-right: 60px;
}

#footer .top .box .nav .nav_box {
    padding-right: 20px;
}

#footer .top .box .nav .nav_box .one_a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#footer .top .box .nav .nav_box .two_nav {
    margin-top: 20px;
}

#footer .top .box .nav .nav_box .two_nav .two_a {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 10px;
    text-align: center;
}

#footer .top .box .nav .nav_box .two_nav .two_a:hover {
    color: rgba(255, 255, 255, 1);
}

#footer .top .box .nav .other .one_a {
    margin-bottom: 18px;
}

#footer .top .box .qrcode_box {
    padding: 0 85px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
}

#footer .top .box .qrcode_box .title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#footer .top .box .qrcode_box .cont {
    margin-top: 30px;
}

#footer .top .box .qrcode_box .cont .li {}

#footer .top .box .qrcode_box .cont .li:first-child {
    margin-right: 33px;
}

#footer .top .box .qrcode_box .cont .li .pic {}

#footer .top .box .qrcode_box .cont .li .tit {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    margin-top: 6px;
    text-align: center;
}

#footer .top .box .contact_box {
    width: 21.5625%;
    margin-left: 88px;
}

#footer .top .box .contact_box .logo {
    width: 249px;
    height: 35px;
    transform: scale(2.5);
}

#footer .top .box .contact_box .contact {
    margin-top: 33px;
}

#footer .top .box .contact_box .contact .txt {
    font-size: 16px;
    color: #fff;
    font-family: "Simpel-Medium";
    margin-bottom: 10px;
    padding-left: 28px;
    font-weight: 500;
}

/*#footer .top .box .contact_box .contact .phone{font-size: 24px;background: url(/images/f-contact1.png) no-repeat left 4px;}*/

#footer .top .box .contact_box .contact .phone {
    font-size: 16px;
    background: url(/images/f-contact1.png) no-repeat left 0;
}

#footer .top .box .contact_box .contact .fax {
    background: url(/images/f-contact2.png) no-repeat left 0;
}

#footer .top .box .contact_box .contact .email {
    background: url(/images/f-contact3.png) no-repeat left 3px;
}

#footer .top .box .contact_box .contact .addr {
    background: url(/images/f-contact4.png) no-repeat left 3px;
    font-weight: 300;
}

#footer .top .links {
    padding: 35px 0;
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

#footer .top .links .title {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    margin-right: 18px;
}

#footer .top .links .li {
    font-size: 16px;
    color: rgba(255, 255, 255, .35);
    margin-right: 20px;
}

#footer .top .links .li:hover {
    color: rgba(255, 255, 255, 1);
}

#footer .bot {
    background: #14406c;
    padding: 35px 0;
}

#footer .bot .text {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

#footer .bot .text a {
    transition: .3s;
}

#footer .bot .text a:hover {
    color: rgba(255, 255, 255, 1);
}

#footer .bot .share-box {}

#footer .bot .share-box .share {
    width: 32px;
    height: 32px;
    margin-left: 22px;
    cursor: pointer;
}

#footer .bot .share-box .share>img {
    opacity: .5;
}

#footer .bot .share-box .share .qr {
    width: 110px;
    height: 110px;
    background: #fff;
    left: -42px;
    top: -120px;
    display: none;
    z-index: 1;
}

#footer .bot .share-box .share .qr::before {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

#footer .bot .share-box .share:hover>img {
    opacity: 1;
}

#footer .bot .share-box .share:hover .qr {
    display: block;
}

@media (max-width: 1440px) {
    #footer .top .box .nav {
        padding-right: 40px;
    }
    #footer .top .box .qrcode_box {
        padding: 0 55px;
    }
    #footer .top .box .contact_box {
        margin-left: 58px;
    }
}

@media (max-width: 1440px) {
    #footer .top .box .nav {
        padding-right: 20px;
    }
    #footer .top .box .qrcode_box {
        padding: 0 25px;
    }
    #footer .top .box .contact_box {
        margin-left: 28px;
    }
}

@media (max-width: 1200px) {
    #footer .top .box {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #footer .top .box .nav {
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .top .box .qrcode_box {
        padding-left: 0;
        border: 0;
    }
    #footer .top .box .contact_box {
        width: 50%;
    }
}

@media (max-width: 1100px) {
    #footer .top .links {
        margin-top: 50px;
    }
    #footer .bot .box {
        flex-wrap: wrap;
        text-align: center;
    }
    #footer .bot .text {
        width: 100%;
    }
    #footer .bot .share-box {
        width: 100%;
        margin-top: 20px;
    }
    #footer .bot .share-box .share {
        margin: 0 10px;
    }
}

@media (max-width: 750px) {
    #footer .top .box .nav {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    #footer .top .box .nav .nav_box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    #footer .top .box .nav .nav_box .one_nav {
        background: url(/images/f-a.png) no-repeat right;
        padding-right: 40px;
    }
    #footer .top .box .nav .nav_box .one_nav.cur {
        background-image: url(/images/f-a-h.png);
    }
    #footer .top .box .nav .nav_box .two_nav {
        display: none;
    }
    #footer .top .box .nav .nav_box .one_a {
        font-size: 36px;
    }
    #footer .top .box .nav .nav_box .two_nav .two_a {
        font-size: 30px;
        margin-bottom: 25px;
    }
    #footer .top .box .nav .nav_box .two_nav .two_a:last-child {
        margin-bottom: 0;
    }
    #footer .top .box .nav .nav_box .two_nav .two_a a {
        display: block;
    }
    #footer .top .box .qrcode_box {
        width: 100%;
        text-align: center;
    }
    #footer .top .box .qrcode_box .title {
        font-size: 36px;
    }
    #footer .top .box .qrcode_box .cont .li:first-child {
        margin-right: 60px;
    }
    #footer .top .box .qrcode_box .cont .li .pic {
        width: 150px;
        height: 150px;
    }
    #footer .top .box .qrcode_box .cont .li .pic img {
        width: 100%;
    }
    #footer .top .box .qrcode_box .cont .li .tit {
        font-size: 26px;
        margin-top: 15px;
    }
    #footer .top .box .qrcode_box .cont {
        justify-content: center;
    }
    #footer .top .box .contact_box {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    #footer .top .box .contact_box .contact .phone {
        font-size: 36px;
        background-size: 22px;
        background-position-y: 3px;
    }
    #footer .top .box .contact_box .contact .txt {
        font-size: 30px;
        padding-left: 36px;
    }
    #footer .top .box .contact_box .contact .fax {
        background-size: 20px;
        background-position-y: 8px;
    }
    #footer .top .box .contact_box .contact .email {
        background-size: 22px;
        background-position-y: 8px;
    }
    #footer .top .box .contact_box .contact .addr {
        background-size: 20px;
        background-position-y: 8px;
    }
    #footer .top .links .title,
    #footer .top .links .li {
        font-size: 30px;
    }
    #footer .bot {
        padding-bottom: 120px;
    }
    #footer .bot .text {
        font-size: 30px;
        line-height: 1.6;
    }
    #footer .bot .share-box {
        margin-top: 30px;
    }
    #footer .bot .share-box .share {
        width: 40px;
        height: auto;
        margin: 0 20px;
    }
    /*#footer .bot .share-box .share:nth-child(2){width: 30px;}*/
    /*#footer .bot .share-box .share:nth-child(4){width: 28px;}*/
    #footer .bot .share-box .share:nth-child(3) {
        width: 28px;
    }
    #footer .bot .share-box .share>img {
        width: 100%;
    }
    #footer .bot .share-box .share .qr {
        width: 150px;
        height: 150px;
        top: -160px;
        left: -56px;
    }
    #footer .bot .share-box .share .qr .pic img {
        width: 100%;
    }
}

/*#float{display: none;}*/

#float {
    width: 55px;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    z-index: 10;
}

#float li {
    min-width: 54px;
    height: 55px;
    line-height: 55px;
    margin: 0 0 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#float li .p1 {
    background: #242426;
    font-size: 24px;
    border-radius: 10px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
}

#float li .p1 .xx {
    font-size: 20px;
    color: #fff;
    display: none;
    margin-left: 10px;
}

#float li:not(.not_show):hover .p1 {
    width: 234px;
    background-color: #3d74ac;
    color: #fff;
    right: 0;
}

#float li:not(.not_show):hover .p1 .xx {
    display: inline-block;
}

#float li.not_show:hover .p1 {
    background-color: #3d74ac;
    color: #fff;
}

#float li .code {
    width: 131px;
    height: 131px;
    background: #fff;
    right: 60px;
    top: 0;
    border: 1px solid #ccc;
}

#float li:hover .code {
    display: block;
}

#float li .p1.icon1 {
    background-image: url(/images/float-right1.png);
}

#float li .p1.icon2 {
    background-image: url(/images/float-right2.png);
}

#float li .p1.icon3 {
    background-image: url(/images/float-right3.png);
}

#float li .p1.icon4 {
    background-image: url(/images/float-right4.png);
}

#float li .p1.icon5 {
    background-image: url(/images/float-right5.png);
}

#float li .p1.icon6 {
    background-image: url(/images/float-right6.png);
    background-size: 130%;
}

#float li:not(.not_show):hover .p1.icon2 {
    background-position: 16px center;
}

@media (max-width: 750px) {
    #float {
        width: 100%;
        top: auto;
        bottom: 0;
        transform: translateY(0);
        right: 0;
        background: #242426;
    }
    #float ul {
        display: flex;
    }
    #float li {
        width: 20%;
        margin-bottom: 0;
        height: 80px;
        line-height: 80px;
    }
    #float li:hover:nth-child(2) {
        background: url(/images/float-right2.png) no-repeat center #3d74ac;
    }
    #float li:not(.not_show) .p1 {
        transition: 0s;
        margin-left: 0;
    }
    #float li:not(.not_show):hover .p1 {
        right: auto;
        left: 50%;
        top: -80px;
        transform: translateX(-50%);
        background-image: none;
    }
    #float li .p1 .xx {
        font-size: 26px;
    }
    #float li .code {
        width: 150px;
        height: 150px;
        right: auto;
        left: 50%;
        top: -150px;
        transform: translateX(-50%);
    }
}

#case {
    padding: 35px 0 120px;
}

#case .category_box {
    margin-bottom: 30px;
}

#case .category_box .box {
    max-width: 100%;
}

#case .category_box .box .li {
    width: auto;
    margin: 0 20px;
    font-size: 18px;
    transition: all .3s;
}

#case .category_box .box .li:hover {
    color: #3d74ac;
}

#case .category_box .box .li.cur {
    color: #3d74ac;
}

#case .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#case .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#case .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#case .content {
    margin-top: 50px;
}

#case .content .li {
    width: 31.875%;
    margin-right: 2.1875%;
    margin-bottom: 40px;
}

#case .content .li:nth-child(3n) {
    margin-right: 0;
}

#case .content .li .pic {
    width: 100%;
    padding-top: 62.353%;
}

#case .content .li .cont {
    padding: 35px 0;
    border-bottom: 1px solid #e0e0e0;
}

#case .content .li .cont .tit {
    font-size: 24px;
    color: #231915;
    font-weight: 500;
}

#case .content .li .cont .brief {
    font-size: 16px;
    color: #626466;
    line-height: 1.875;
    height: 60px;
    margin: 18px 0 32px;
}

#case .content .li .cont .more {
    font-size: 18px;
    color: #626466;
    font-family: "Simpel-Medium";
}

#case .content .li:hover .cont .tit,
#case .content .li:hover .cont .more {
    color: #3d74ac;
}

@media (max-width: 750px) {
    #case {
        padding-bottom: 80px;
    }
    #case .category_box .box .li {
        font-size: 30px;
    }
    #case .title_box span {
        font-size: 42px;
    }
    #case .content .li {
        width: 100%;
        margin-right: 0;
        ;
    }
    #case .content .li .cont .tit {
        font-size: 36px;
    }
    #case .content .li .cont .brief {
        font-size: 30px;
        height: 113px;
    }
    #case .content .li .cont .more {
        font-size: 26px;
    }
}

/*新闻列表*/

#news {
    padding: 30px 0 120px;
}

#news .content .li {
    display: block;
    padding: 53px 0 55px 0;
    display: grid;
    grid-template-columns: auto 425px;
    gap: 130px;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
}

#news .content .li .img {
    overflow: hidden
}

#news .content .li .left {
    padding: 14px 0 0px;
}

#news .content .li .left .title {
    margin-bottom: 8px;
    line-height: 46px;
    font-size: 26px;
    color: #231915;
    font-weight: 400;
}

#news .content .li .left .date {
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 18px;
    color: #b7bcbf;
    font-family: "Simpel-Medium";
}

#news .content .li .left .brief {
    font-size: 16px;
    color: #626466;
    line-height: 2;
}

#news .content .li .left .more {
    width: 160px;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    background: #3d74ac;
    margin-top: 45px;
    opacity: 0;
}

#news .content .li .left .more span {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    font-weight: 300;
}

#news .content .li .left .more i {
    width: 9px;
    height: 15px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/detail-icon2.png) no-repeat center;
    vertical-align: middle;
    margin-left: 8px;
}

#news .content .li:hover .left .more i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#news .content .li:hover .left .more {
    opacity: 1;
}

#news .content .li .left .btn .text {
    font-size: 16px;
    color: #fff;
}

#news .content .li .left .btn .icon .svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-left: 5px;
}

#news .content .li:hover .left .btn {
    opacity: 1;
}

#news .content .li .left .btn:hover {
    opacity: .75;
}

#news .content .li:hover .left .title {
    color: #3d74ac;
}

#news .content .li:hover .img img {
    transform: scale(1.1)
}

@media screen and (max-width:800px) {
    #news .content .li {
        grid-template-columns: auto;
        padding-bottom: 30px;
    }
    #news .content .li .img {
        grid-area: 1/1/1/1;
    }
    #news .content .li .img img {
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    #news .content {
        padding: 40px 0;
    }
    #news .content .li {
        padding: 30px 0 80px 0;
        gap: 30px;
    }
    #news .content .li {
        grid-template-columns: auto;
    }
    #news .content .li .img {
        grid-area: 1/1/1/1;
    }
    #news .content .li .img img {
        width: 100%;
    }
    #news .content .li .left .title {
        font-size: 42px;
        line-height: 1.5;
    }
    #news .content .li .left .date {
        font-size: 36px;
        line-height: 1.8;
    }
    #news .content .li .left .brief {
        font-size: 30px;
        line-height: 1.8;
    }
    #news .content .li .left .btn {
        opacity: 1;
        margin-top: 50px;
        padding: 0px 35px;
        height: 80px;
        line-height: 80px;
        background: #0073e6;
        transition: all .5s;
    }
    #news .content .li .left .btn .text {
        font-size: 30px;
    }
    #news .content .li .left .btn .icon .svg {
        display: block;
        width: 30px;
        height: 30px;
    }
    #news .content .li .left .more {
        opacity: 1;
    }
    #news .content .li .left .more {
        width: 200px;
        height: 70px;
        line-height: 68px;
        text-align: center;
        border-radius: 40px;
        margin-top: 25px;
    }
    #news .content .li .left .more span {
        font-size: 26px;
    }
    #news .content .li .left .more i {
        width: 13px;
        height: 20px;
        background-size: 100%;
    }
}

#news_detail {
    padding: 45px 0 120px;
    background: #f7f7f7;
}

#news_detail .box {
    margin-top: 45px;
    padding: 70px 60px 100px;
    background: #fff;
}

#news_detail .box .title {
    font-size: 36px;
    color: #231915;
    font-weight: 500;
    line-height: 1.389;
    padding: 0 100px;
}

#news_detail .box .time {
    font-size: 18px;
    color: #b7bcbf;
    font-family: "Simpel-Medium";
    margin: 20px 0 50px;
}

#news_detail .box .content {}

#news_detail .btn-box {}

#news_detail .btn-box .btns {
    width: 50%;
    padding: 30px 36px;
    border: 1px solid #b8bdc0;
}

#news_detail .btn-box .btns.prev {
    background: url(/images/page-l.png) no-repeat center left 7.333% #f8f8f8;
}

#news_detail .btn-box .btns.next {
    background: url(/images/page-r.png) no-repeat center right 7.333% #f8f8f8;
}

#news_detail .btn-box .btns .t1 {
    font-size: 20px;
    color: #626466;
    margin-bottom: 12px;
}

#news_detail .btn-box .btns .t2 {
    width: 85%;
    font-size: 16px;
    color: #626466;
}

#news_detail .btn-box .btns:hover {
    background-color: #dcdcdd;
}

@media (max-width: 1024px) {
    #news_detail .box {
        padding: 60px 30px;
    }
    #news_detail .box .title {
        padding: 0;
    }
}

@media (max-width: 750px) {
    #news_detail .box .title {
        font-size: 42px;
    }
    #news_detail .box .time {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #news_detail .btn-box {
        flex-wrap: wrap;
    }
    #news_detail .btn-box .btns {
        width: 100%;
    }
    #news_detail .btn-box .btns .t1,
    #news_detail .btn-box .btns .t2 {
        font-size: 30px;
    }
}

/*人才招聘*/

#recruitment {
    /*padding: 75px 0 80px;*/
    padding: 0 0 80px;
}

#recruitment .title {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    margin-bottom: 12px;
}

#recruitment .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#recruitment .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#recruitment .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#recruitment .content {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

#recruitment .content .box {
    width: 48.25%;
    background-color: #f7f7f7;
    padding: 80px 65px;
    margin-right: 3.5%;
    margin-bottom: 50px;
}

#recruitment .content .box:nth-child(2n) {
    margin-right: 0;
}

#recruitment .content .box .top {
    padding-bottom: 45px;
    border-bottom: 1px solid #cccccc;
}

#recruitment .content .box .top .add_time {
    font-size: 18px;
    color: #b8bdc0;
    margin-bottom: 20px;
    font-family: "Simpel-Medium";
}

#recruitment .content .box .top .job {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #231915;
}

#recruitment .content .box .top .address {
    font-size: 20px;
    flood-color: #231915;
    font-weight: 300;
}

#recruitment .content .box .bot {
    margin-top: 50px;
    height: 467px;
    overflow-y: scroll;
    margin-bottom: 66px;
}

#recruitment .content .box .bot .bot_o {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #231915;
}

#recruitment .content .box .bot .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 66px;
    color: #626466;
    font-weight: 300;
}

#recruitment .content .box .bot .text:last-child {
    margin-bottom: 0;
}

#recruitment .content .box .end {
    padding-top: 55px;
    font-size: 18px;
    line-height: 27px;
    border-top: 1px solid #cccccc;
    color: #000;
}

#recruitment .content .box .end a {
    color: #3d74ac;
    text-decoration: underline;
}

@media screen and (max-width:750px) {
    #recruitment .title {
        font-size: 42px;
    }
    #recruitment .content {
        display: block;
    }
    #recruitment .content .box {
        width: 100%;
        margin-bottom: 30px;
    }
    #recruitment .content .box .top .add_time {
        font-size: 26px;
    }
    #recruitment .content .box .bot {
        /*height: 480px;*/
        height: auto;
        overflow-y: visible;
    }
    #recruitment .content .box .bot .bot_o {
        font-size: 36px;
    }
    #recruitment .content .box .top .address {
        font-size: 26px;
    }
    #recruitment .content .box .end {
        font-size: 26px;
        line-height: 46px;
    }
    #recruitment .content .box .bot .text {
        font-size: 30px;
        line-height: 1.8;
    }
    #recruitment .content .box .top .job {
        font-size: 42px;
    }
    #recruitment .content .box .bot .text,
    #recruitment .content .box .top {
        margin-bottom: 30px;
    }
    #recruitment .content .box .end,
    #recruitment .content .box .bot {
        margin-top: 30px;
    }
    #recruitment .content .box {
        padding: 35px 30px;
    }
}

/* 联系我们 */

#contact .content {
    margin-top: 75px;
}

#contact .text {
    font-size: 16px;
    text-align: center;
    color: #626466;
    font-weight: 300;
    margin-bottom: 12px;
}

#contact .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#contact .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#contact .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#contact .box {
    margin-top: 100px;
}

#contact .box .item {
    width: 25%;
    padding: 3px 20px 2px;
}

#contact .box .item:nth-of-type(2) {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

#contact .box .item:nth-of-type(3) {
    border-right: 1px solid #e8e8e8;
}

#contact .box .item .img {
    width: 80px;
    height: 80px;
    background: #f7f7f7 no-repeat center;
    border-radius: 50%;
    margin: 0 auto;
}

#contact .box .item .name {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 35px 0;
}

#contact .box .item .txt {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 0 auto 40px;
}

#contact .box .item .m-pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .box .item .m-pic img:nth-of-type(2) {
    display: none;
}

#contact_map .map {
    height: 680px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 75px;
}

#contact_map .map .map_box {
    width: 100%;
    height: 100%;
}

#contact_map .map .map_img {
    width: 186px;
    height: 110px;
    border-radius: 10px;
    background-color: #0073e6;
    position: absolute;
    top: 210px;
    left: 45%;
    box-shadow: 15px 30px 60px -15px #1a1a1a;
}

#contact_map .map .map_img::after {
    content: '';
    position: absolute;
    border: 13px solid transparent;
    border-top-color: #0073e6;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -25px;
}

#contact_form {
    padding-bottom: 120px;
}

#contact_form .text {
    font-size: 16px;
    text-align: center;
    color: #626466;
    font-weight: 300;
    margin-bottom: 12px;
}

#contact_form .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#contact_form .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#contact_form .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#contact_form .form {
    margin-top: 60px;
}

#contact_form .form .grid {
    display: grid;
    column-gap: 20px;
    grid-auto-flow: row;
    place-content: space-evenly;
    grid-template-columns: repeat(4, 24.0625%);
    margin: 0 0 20px;
}

#contact_form .form .grid .input {
    height: 60px;
    border: 1px solid #e9e9e9;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333333;
    padding: 0px 20px;
}

#contact_form .form .grid .input:focus {
    border-color: #3d74ac;
}

#contact_form .form .grid .input.notnull {
    border-color: #3d74ac;
}

/*#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-webkit-input-placeholder{opacity: 0;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-moz-placeholder{opacity: 0;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-moz-placeholder{opacity: 0;}
#contact_form .form .textarea:focus::-webkit-input-placeholder,
#contact_form .form .grid .input:focus::-ms-input-placeholder{opacity: 0;}*/

#contact_form .form .textarea {
    height: 270px;
    border: 1px solid #e9e9e9;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 18px;
    color: #333333;
}

#contact_form .form .textarea:focus {
    border-color: #3d74ac;
}

#contact_form .form .textarea.notnull {
    border-color: #3d74ac;
}

#contact_form .form .btn {
    width: 190px;
    height: 60px;
    line-height: 60px;
    background-color: #231915;
    margin: 60px auto 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    border-radius: 30px;
}

#contact_form .form .btn:hover {
    background-color: #3d74ac;
}

@media screen and (max-width:1440px) {
    #contact_form .form .grid {
        column-gap: 16px
    }
}

@media screen and (max-width:1280px) {
    #contact_form .form .grid {
        column-gap: 15px
    }
}

@media screen and (max-width:1024px) {
    #contact .box .item {
        width: 32.47619%;
    }
    #contact_form .form .grid {
        column-gap: 12px
    }
}

@media screen and (max-width:750px) {
    #contact .box {
        margin-top: 80px;
    }
    #contact_map .map {
        margin: 80px 0px;
    }
    #contact .content {
        margin-top: 50px;
    }
    #contact .box {
        display: block;
    }
    #contact .box .item .boxbig {
        width: 61.3%;
        text-align: left;
    }
    #contact .box .item:nth-of-type(2),
    #contact .box .item:nth-of-type(3) {
        border: none;
    }
    #contact .box .item .m-pic img {
        width: 30px;
    }
    /*	#contact .box .item .m-pic img:nth-of-type(1) {display: none;}
	#contact .box .item .m-pic img:nth-of-type(2) {display: block;}*/
    #contact .box .item:nth-of-type(2),
    #contact .box .item:nth-of-type(3),
    #contact .box .item {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #e6e6e6;
        padding: 50px 0;
        align-items: center;
    }
    #contact .box .item .txt {
        font-size: 30px;
        margin-bottom: 0px;
        line-height: 1.8;
    }
    #contact .box .item .name {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 25px;
    }
    #contact .box .item .img {
        margin: 0 40px;
        width: 120px;
        height: 120px;
    }
    #contact .text,
    #contact_form .text {
        font-size: 42px;
    }
    #contact_form {
        padding-bottom: 80px;
    }
    #contact_form .form {
        margin-top: 30px;
    }
    #contact_form .form .grid {
        display: block;
        margin: 0;
    }
    #contact_form .form .textarea {
        width: 100%;
        font-size: 30px;
    }
    #contact_form .form .grid .input {
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
        height: 70px;
    }
    #contact_form .form .btn {
        width: 300px;
        font-size: 30px;
        height: 100px;
        line-height: 100px;
        margin-top: 30px;
        border-radius: 50px;
    }
}

/*品牌中心*/

#brand1 {
    padding: 75px 0 65px;
    background: #f7f7f7;
}

#brand1 .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#brand1 .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#brand1 .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#brand1 .content {
    margin-top: 50px;
}

#brand1 .content .li {
    width: 18.25%;
    margin-right: 2.1875%;
    margin-bottom: 35px;
    background: #fff;
}

#brand1 .content .li:nth-child(5n) {
    margin-right: 0;
}

#brand1 .content .li .pic {
    width: 100%;
    padding-top: 51.369%;
}

#brand1 .content .li .brief {
    border-top: 1px solid #f7f7f7;
    padding: 25px 30px 55px;
    font-size: 16px;
    color: #626466;
    line-height: 2;
}

#brand1 .content .li:hover {
    box-shadow: 5px 9px 20px 0px rgba(229, 0, 18, 0.1);
    ;
}

@media (max-width: 1024px) {
    #brand1 .content .li {
        width: 23%;
        margin-right: 2.667%;
    }
    #brand1 .content .li:nth-child(5n) {
        margin-right: 2.667%;
    }
    #brand1 .content .li:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 750px) {
    #brand1 .title_box span {
        font-size: 42px;
    }
    #brand1 .content .li {
        width: 48%;
        margin-right: 4%;
    }
    #brand1 .content .li:nth-child(5n) {
        margin-right: 4%;
    }
    #brand1 .content .li:nth-child(4n) {
        margin-right: 4%;
    }
    #brand1 .content .li:nth-child(2n) {
        margin-right: 0;
    }
    #brand1 .content .li .brief {
        font-size: 30px;
    }
}

#brand2 {
    padding: 75px 0 65px;
    background: #f7f7f7;
}

#brand2 .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#brand2 .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#brand2 .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#brand2 .content {
    margin-top: 50px;
}

#brand2 .content .li {
    width: 25%;
}

#brand2 .content .li .pic {
    width: 100%;
    padding-top: 137.5%;
}

#brand2 .content .li .info {
    width: 94%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10.909%;
    z-index: 2;
}

#brand2 .content .li .info .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto;
}

#brand2 .content .li .info .tit {
    font-size: 20px;
    color: #221815;
    margin-top: 20px;
    text-align: center;
}

#brand2 .content .li .mask {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: linear-gradient(to top, rgba(229, 3, 21, 1) 1%, rgba(229, 3, 21, .1) 50%, rgba(229, 3, 21, 0) 100%);
    padding-bottom: 30px;
    opacity: 0;
}

#brand2 .content .li .mask .txt {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#brand2 .content .li .mask .txt .i {
    width: 20px;
    height: 10px;
    background: url(/images/detail-icon.png) no-repeat center;
    margin-left: 20px;
    margin-top: 7px;
}

#brand2 .content .li:hover .mask {
    opacity: 1;
}

@media (max-width: 1280px) {
    #brand2 .content .li .info {
        top: 5%;
    }
    #brand2 .content .li .info .tit {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    #brand2 .content .li {
        width: 50%;
    }
    #brand2 .content .li .info .tit {
        margin-top: 10px;
    }
}

@media (max-width: 750px) {
    #brand2 .title_box span {
        font-size: 42px;
    }
    #brand2 .content .li .info .tit {
        font-size: 30px;
    }
}

/*产品列表*/

#products {
    padding: 75px 0 120px;
    background: #f7f7f7;
}

#products .top {
    margin-bottom: 30px;
}

#products .top .ul {
    display: none;
}

#products .top .choice {
    font-size: 20px;
    color: #626466;
    margin-right: 4.7%;
}

#products .top .choice:last-child {
    margin-right: 0;
}

#products .top .choice:hover {
    color: #3d74ac;
}

#products .top .choice.cur {
    color: #3d74ac;
    font-weight: 500;
}

#products .content {
    display: flex;
    flex-wrap: wrap;
}

#products .content .box {
    width: 33%;
    /*background: url(/images/products-bg1.jpg) no-repeat center / cover;*/
    background: #fff;
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 0.3%;
    cursor: pointer;
    /*height: 528px;*/
    padding-bottom: 30px;
}

#products .content .box:nth-child(3),
#products .content .box:nth-child(5),
#products .content .box:nth-child(7),
#products .content .box:nth-child(10) {
    margin-right: 0;
}

#products .content .box .name {
    font-size: 32px;
    color: #333;
    margin-bottom: 14px;
}

#products .content .box .text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/*#products .content .box .m-pic {bottom: -50px;}*/

#products .content .box .m-pic {
    margin-top: 30px;
    padding-top: 40%;
}

#products .content .box .more {
    width: 190px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    background: #3d74ac;
    margin: 40px auto 0;
    opacity: 0;
}

#products .content .box .more span {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    font-weight: 300;
}

#products .content .box .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/detail-icon.png) no-repeat center;
    vertical-align: middle;
    margin-left: 45px;
}

#products .content .box .more:hover i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#products .content .box:nth-child(7),
#products .content .box:nth-child(4) {
    width: 66.5%;
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 85px;
    /*background: url(/images/products-bg2.jpg) no-repeat center / cover;*/
}

#products .content .box:nth-child(7) .text_box,
#products .content .box:nth-child(4) .text_box {
    padding-top: 145px;
    text-align: left;
    padding-right: 20px;
}

#products .content .box:nth-child(4) .m-pic,
#products .content .box:nth-child(7) .m-pic {
    /*bottom: 0;*/
    margin-top: 0;
    width: 50%;
}

#products .content .box:nth-child(7) .more,
#products .content .box:nth-child(4) .more {
    margin-left: 0;
}

#products .content .box:hover .more {
    opacity: 1;
}

/*#products .content .box:hover .name,
#products .content .box:hover .text {color: #fff;}*/

@media screen and (max-width:750px) {
    #products {
        padding: 80px 0 50px;
    }
    #products .content .box {
        width: 100% !important;
        min-height: 440px;
        padding: 0 30px 60px !important;
        margin: 0;
        margin-bottom: 30px;
    }
    /*#products .content .box .text_box {padding-top: 60px !important;}*/
    #products .top {
        margin: 0;
        width: 100%;
    }
    #products .top .choice {
        font-size: 30px;
        display: block;
        margin-bottom: 30px;
        margin-right: 0;
    }
    #products .top .ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 12px;
        border-bottom: 1px solid #e5e5e5;
    }
    #products .top .ul .rotate {
        transform: rotate(180deg);
    }
    #products .top .li {
        display: none;
        background-color: #f5f6fa;
    }
    #products .content {
        margin-top: 30px;
    }
    #products .content .box .text_box {
        padding-top: 60px;
    }
    #products .content .box:nth-child(7) .text_box,
    #products .content .box:nth-child(4) .text_box {
        /*width: 50%;*/
        width: 100%;
    }
    #products .content .box .name {
        font-size: 36px;
    }
    #products .top .choice,
    #products .content .box .text {
        font-size: 30px;
    }
    #products .content .box .btn {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        display: none;
    }
    /*#products .content .box {background: #404040;}*/
    #products .content .box:nth-child(7),
    #products .content .box:nth-child(4) {
        /*padding-bottom: 0 !important;*/
        flex-direction: column;
    }
    #products .content .box:nth-child(7) .text_box,
    #products .content .box:nth-child(4) .text_box {
        padding-top: 80px;
        text-align: center;
    }
    /*#products .content .box .name,
	#products .content .box .text {color: #fff;}*/
    /*#products .content .box .more{width:250px;height:80px;line-height: 78px;text-align: center;border-radius: 40px;}*/
    #products .content .box .more span {
        font-size: 26px;
    }
    #products .content .box .more i {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
    #products .content .box:nth-child(7) .more,
    #products .content .box:nth-child(4) .more {
        margin-left: auto;
        width: 220px;
    }
    #products .content .box:nth-child(4) .m-pic,
    #products .content .box:nth-child(7) .m-pic {
        margin-top: 30px;
        width: 100%;
    }
}

/*产品详情*/

#products_detail {
    padding: 45px 0 120px;
    background: #f7f7f7;
}

#products_detail .top {
    margin-top: 45px;
    background: #fff;
}

#products_detail .top .left {
    width: 54.311%;
    color: #231915;
    padding: 20px 20px 20px 100px;
}

#products_detail .top .left .tit {
    font-size: 36px;
    font-weight: 500;
}

#products_detail .top .left .brief {
    font-size: 16px;
    margin: 15px 0 35px;
}

#products_detail .top .left .txt {
    font-size: 24px;
    font-weight: 500;
}

#products_detail .top .left .desc {
    font-size: 16px;
    color: #626466;
    line-height: 2;
    margin-top: 15px;
}

#products_detail .top .right {
    width: 45.689%;
    position: relative;
}

#products_detail .top .right .pic {
    width: 100%;
    padding-top: 100%;
    /*background: url(/images/products-bg1.jpg) no-repeat center / cover;*/
}

#products_detail .top .right .btn {
    width: 25px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#products_detail .top .right .btn.prev {
    background: url(/images/btn-l1.png) no-repeat center;
    left: 10px;
}

#products_detail .top .right .btn.next {
    background: url(/images/btn-r1.png) no-repeat center;
    right: 10px;
}

#products_detail .bot {
    margin-top: 20px;
    padding: 70px 100px 100px;
    background: #fff;
}

#products_detail .bot .title {
    font-size: 24px;
    color: #231915;
    font-weight: 500;
}

#products_detail .bot .cont {
    margin-top: 23px;
}

#products_detail .bot .cont .li {
    font-size: 16px;
    color: #231915;
    padding: 12px 0;
    border-bottom: 1px solid #dcdddd;
}

#products_detail .bot .cont .li .tit {
    width: 29.167%;
    padding-right: 20px;
}

#products_detail .bot .cont .li .brief {
    width: 70.833%;
}

#products_detail .re_files {
    margin-top: 20px;
    padding: 50px 100px 60px;
    background: #fff;
}

#products_detail .re_files .title {
    font-size: 24px;
    color: #231915;
    font-weight: 500;
}

#products_detail .re_files .content {}

#products_detail .re_files .content .li {
    padding: 40px 0;
    border-bottom: 1px solid #dcdddd;
}

#products_detail .re_files .content .li .tit {
    width: calc(100% - 150px);
    padding-left: 48px;
    background: url(/images/pdf-icon.png) no-repeat left;
    font-size: 16px;
    color: #231915;
    line-height: 1.875;
    margin-right: 10px;
}

#products_detail .re_files .content .li .btn {
    width: 140px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    color: #626466;
    font-weight: 200;
    border-radius: 25px;
    border: 1px solid #b8bdc0;
    text-align: center;
}

#products_detail .re_files .content .li .btn .icon {
    width: 21px;
    height: 50px;
    background: url(/images/down-icon2.png) no-repeat center;
    margin-right: 10px;
}

#products_detail .re_files .content .li .btn:hover {
    background-color: #3d74ac;
    color: #fff;
    border-color: #3d74ac;
}

#products_detail .re_files .content .li .btn:hover .icon {
    background-image: url(/images/down-icon3.png);
}

#products_detail .re_pro_tit_box {
    margin-top: 20px;
    padding: 35px 100px;
    background: #fff;
}

#products_detail .re_pro_tit_box .title {
    font-size: 24px;
    color: #231915;
    font-weight: 500;
}

#products_detail .re_pro_tit_box .el_page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 10px;
}

#products_detail .re_pro_tit_box .el_page .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

#products_detail .re_pro_tit_box .el_page .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #3d74ac;
    transform: translateY(2px);
}

#products_detail .re_pro_content {
    margin-top: 10px;
}

#products_detail .re_pro_content .li {
    background: #fff;
    padding: 35px 10px;
}

#products_detail .re_pro_content .li .tit {
    font-size: 32px;
    color: #231915;
}

#products_detail .re_pro_content .li .brief {
    font-size: 16px;
    color: #626466;
    margin: 10px 0 25px;
}

#products_detail .re_pro_content .li .more {
    width: 20px;
    height: 10px;
    background: url(/images/more-icon.png) no-repeat center;
    margin: 0 auto;
    opacity: 0;
}

#products_detail .re_pro_content .li .pic {
    width: 100%;
    padding-top: 51.389%;
    margin-top: 28px;
}

#products_detail .re_pro_content .li:hover .more {
    opacity: 1;
}

@media (max-width: 1280px) {
    #products_detail .top .left {
        padding-left: 60px;
    }
    #products_detail .bot {
        padding-left: 60px;
        padding-right: 60px;
    }
    #products_detail .re_files {
        padding-left: 60px;
        padding-right: 60px;
    }
    #products_detail .re_pro_tit_box {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1024px) {
    #products_detail .top .left {
        padding-left: 50px;
    }
    #products_detail .bot {
        padding: 50px;
    }
    #products_detail .re_files {
        padding: 50px;
    }
    #products_detail .re_pro_tit_box {
        padding: 50px;
    }
}

@media (max-width: 750px) {
    #products_detail .top {
        flex-wrap: wrap;
    }
    #products_detail .top .left {
        width: 100%;
        padding: 30px 25px;
    }
    #products_detail .top .left .brief {
        font-size: 30px;
        margin: 15px 0 35px;
    }
    #products_detail .top .left .txt {
        font-size: 30px;
    }
    #products_detail .top .left .desc {
        font-size: 30px;
    }
    #products_detail .top .right {
        width: 100%;
    }
    #products_detail .top .right .pic {
        padding-top: 80%;
    }
    #products_detail .bot {
        padding: 30px 25px;
    }
    #products_detail .bot .title {
        font-size: 36px;
    }
    #products_detail .bot .cont .li {
        font-size: 26px;
        align-items: center;
    }
    #products_detail .bot .cont .li .tit {
        width: 40%;
    }
    #products_detail .bot .cont .li .brief {
        width: 60%;
    }
    #products_detail .re_files {
        padding: 30px 25px;
    }
    #products_detail .re_files .title {
        font-size: 36px;
    }
    #products_detail .re_files .content .li .tit,
    #products_detail .re_files .content .li .btn {
        font-size: 26px;
    }
    #products_detail .re_pro_tit_box {
        padding: 30px 25px;
    }
    #products_detail .re_pro_tit_box .title {
        font-size: 36px;
    }
    #products_detail .re_pro_content .li .tit {
        font-size: 36px;
    }
    #products_detail .re_pro_content .li .brief {
        font-size: 30px;
    }
    #products_detail .re_pro_content .li .more {
        width: 40px;
        height: 20px;
        background-size: 100%;
    }
}

/* solution */

#solution {
    padding: 80px 0 120px;
}

#solution .list .li {
    width: 100%;
    display: flex;
}

#solution .list .li .left {
    width: 50%;
}

#solution .list .li .left .info .tit {
    font-size: 36px;
    color: #231915;
    margin-bottom: 40px;
    font-weight: 500;
}

#solution .list .li .left .info .brief {
    font-size: 16px;
    color: #626466;
    line-height: 30px;
    max-width: 514px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 80px;
}

#solution .list .li .left .info .more {
    width: 190px;
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    border: 1px solid #b8bdc0;
    background: #f7f8f8;
}

#solution .list .li .left .info .more span {
    font-size: 16px;
    color: #626466;
    vertical-align: middle;
    font-weight: 300;
}

#solution .list .li .left .info .more i {
    width: 20px;
    height: 10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: url(/images/more-icon.png) no-repeat center;
    vertical-align: middle;
    margin-left: 45px;
}

#solution .list .li .left .info .more:hover i {
    -webkit-animation: moveRightIn 1s 1;
    animation: moveRightIn 1s 1;
}

#solution .list .li .left .info .more:hover {
    border-color: #3d74ac;
}

#solution .list .li .left .info .more:hover span {
    color: #3d74ac;
}

#solution .list .li .right {
    width: 50%;
}

#solution .list .li .right .img {
    width: 50vw;
    max-width: 960px;
}

#solution .list .li:nth-child(2n) {
    flex-direction: row-reverse;
}

#solution .list .li:nth-child(2n) .left {
    padding-right: 0;
    justify-content: flex-end;
}

#solution .list .li:nth-child(2n) .right .img {
    float: right;
}

#solution .list .li:hover .left .info .tit {
    color: #3d74ac;
}

#solution .list .li:hover .left .info .btn {
    background: #3d74ac;
    color: #fff;
    border: 1px solid #0073e6;
}

@media screen and (max-width:1200px) {
    #solution .list .li .left {
        padding-left: 4.4%;
    }
    #solution .list .li:nth-child(2n) .left {
        padding-left: 4.4%;
        padding-right: 4.4%;
    }
}

@media screen and (max-width:1024px) {
    #solution .list .li .left .info {
        width: 90.5%;
    }
    #solution .list .li .left .info .tit {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:750px) {
    #solution {
        padding: 80px 0 0 0;
    }
    #solution .list .li {
        padding: 0 0 30px 0;
    }
    #solution .list .li .left .info .tit {
        font-size: 42px;
        margin-bottom: 30px;
    }
    #solution .list .li .left .info .more {
        width: 250px;
        height: 80px;
        line-height: 78px;
        text-align: center;
        border-radius: 40px;
    }
    #solution .list .li .left .info .more span {
        font-size: 26px;
    }
    #solution .list .li .left .info .more i {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }
    #solution .list .li {
        flex-direction: column-reverse;
    }
    #solution .list .li:nth-child(2n) {
        flex-direction: column-reverse;
    }
    #solution .list .li .left {
        width: 100%;
        padding: 0;
    }
    #solution .list .li:nth-child(2n) .left {
        padding: 0;
        width: 100%;
    }
    #solution .list .li .left .info {
        width: 100%;
        margin: 30px 0 60px 0;
    }
    #solution .list .li .left .info .brief {
        font-size: 30px;
        line-height: 1.8;
        max-width: 100%;
        text-align: justify;
    }
    #solution .list .li .right {
        width: 100%;
    }
    #solution .list .li .right .img {
        width: 100%;
    }
    #solution .list .li .right .img img {
        width: 100%;
    }
}

#solution_detail1 {
    padding: 80px 0 60px;
    background: #f7f7f7;
}

#solution_detail1 .box {}

#solution_detail1 .box .title {
    width: 14%;
    font-size: 32px;
    color: #221815;
    font-weight: 500;
    line-height: 1.125;
    padding-right: 20px;
}

#solution_detail1 .box .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 82px;
    height: 4px;
    background: url(/images/title-bg3.png) no-repeat center;
}

#solution_detail1 .box .right {
    width: 86%;
}

#solution_detail1 .box .right .li {
    width: 48.293%;
    padding: 35px 40px 50px;
    background: #fff;
    margin-bottom: 40px;
}

#solution_detail1 .box .right .li .tit {
    font-size: 22px;
    color: #221815;
    font-weight: 500;
}

#solution_detail1 .box .right .li .brief {
    font-size: 16px;
    color: #626466;
    line-height: 1.875;
    margin: 15px 0 32px;
}

#solution_detail1 .box .right .li .pic {
    width: 100%;
    padding-top: 64.957%;
}

@media screen and (max-width:1200px) {
    #solution_detail1 .box {
        flex-wrap: wrap;
    }
    #solution_detail1 .box .title {
        width: 100%;
    }
    #solution_detail1 .box .right {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width:750px) {
    #solution_detail1 .box .title {
        font-size: 42px;
    }
    #solution_detail1 .box .right {
        flex-wrap: wrap;
    }
    #solution_detail1 .box .right .li {
        width: 100%;
        margin-bottom: 20px;
    }
    #solution_detail1 .box .right .li .tit {
        font-size: 36px;
    }
    #solution_detail1 .box .right .li .brief {
        font-size: 30px;
    }
}

#solution_detail2 {
    padding: 80px 0;
}

#solution_detail2 .box {}

#solution_detail2 .box .title {
    width: 14%;
    font-size: 32px;
    color: #221815;
    font-weight: 500;
    line-height: 1.125;
    padding-right: 20px;
}

#solution_detail2 .box .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 82px;
    height: 4px;
    background: url(/images/title-bg3.png) no-repeat center;
}

#solution_detail2 .box .right {
    width: 86%;
}

#solution_detail2 .box .right .pic {
    margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
    #solution_detail2 .box {
        flex-wrap: wrap;
    }
    #solution_detail2 .box .title {
        width: 100%;
    }
    #solution_detail2 .box .right {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width:750px) {
    #solution_detail2 .box .title {
        font-size: 42px;
    }
}

/*#solution_detail3{padding-bottom: 20px;}*/

#solution_detail3 .box .title {
    width: 14%;
    font-size: 32px;
    color: #221815;
    font-weight: 500;
    line-height: 1.125;
    padding-right: 20px;
}

#solution_detail3 .box .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 82px;
    height: 4px;
    background: url(/images/title-bg3.png) no-repeat center;
}

#solution_detail3 .box .right {
    width: 86%;
}

#solution_detail3 .box .right .li {
    width: 10.893%;
    margin-right: 6.9284%;
    margin-bottom: 40px;
}

#solution_detail3 .box .right .li:nth-child(6n) {
    margin-right: 0;
}

#solution_detail3 .box .right .li .top {}

#solution_detail3 .box .right .li .top::after {
    content: '';
    width: 27px;
    height: 18px;
    background: url(/images/solu-de-icon7.png) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -50%;
}

#solution_detail3 .box .right .li:nth-child(6n) .top::after {
    display: none;
}

#solution_detail3 .box .right .li.last .top::after {
    display: none;
}

#solution_detail3 .box .right .li .top .num {
    width: 48px;
    height: 47px;
    background: url(/images/solu-de-bg1.png) no-repeat center / 100%;
    font-size: 20px;
    color: #3d74ac;
    font-weight: 500;
    text-align: center;
    line-height: 47px;
    left: 0;
    top: 0;
}

#solution_detail3 .box .right .li .top .icon {
    width: 100%;
    height: 140px;
    background: url(/images/solu-de-bg2.png) no-repeat center / 100%;
}

#solution_detail3 .box .right .li .top .icon img {
    margin-left: 8px;
}

#solution_detail3 .box .right .li .tit {
    font-size: 18px;
    color: #221815;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width:1200px) {
    #solution_detail3 .box {
        flex-wrap: wrap;
    }
    #solution_detail3 .box .title {
        width: 100%;
    }
    #solution_detail3 .box .right {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width:1024px) {
    #solution_detail3 .box .right .li {
        width: 13%;
    }
}

@media screen and (max-width:860px) {
    #solution_detail3 .box .right .li {
        width: 16%;
    }
}

@media screen and (max-width:750px) {
    #solution_detail3 .box .title {
        font-size: 42px;
    }
    #solution_detail3 .box .right .li {
        width: 22%;
        margin-right: 17%;
    }
    #solution_detail3 .box .right .li:nth-child(3n) {
        margin-right: 0;
    }
    #solution_detail3 .box .right .li .top::after {
        display: none;
    }
    #solution_detail3 .box .right .li .top .num {
        font-size: 26px;
    }
    #solution_detail3 .box .right .li .tit {
        font-size: 30px;
    }
}

#solution_detail4 {
    padding: 50px 0 120px;
}

#solution_detail4 .box {
    padding: 125px 0;
    text-align: center;
}

#solution_detail4 .box .title {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

#solution_detail4 .box .btn {
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 30px auto 0;
    background: #3d74ac;
}

#solution_detail4 .box .btn .icon {
    width: 25px;
    height: 60px;
    background: url(/images/float-right1.png) no-repeat center;
    margin-right: 20px;
}

#solution_detail4 .box .btn:hover {
    opacity: .8;
}

@media screen and (max-width:750px) {
    #solution_detail4 {
        padding-bottom: 30px 0 80px;
    }
    #solution_detail4 .box .btn {
        font-size: 26px;
    }
}

#server1 {
    padding: 75px 0 65px;
    background: #f7f7f7;
}

#server1 .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#server1 .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#server1 .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#server1 .content {
    margin-top: 50px;
}

#server1 .content .li {
    width: 31.875%;
    margin-right: 2.1875%;
    background: #fff;
    border-radius: 20px;
    padding: 66px 65px 75px;
    margin-bottom: 30px;
}

#server1 .content .li:nth-child(3n) {
    margin-right: 0;
}

#server1 .content .li .icon {
    width: 55px;
    height: 55px;
}

#server1 .content .li .tit {
    font-size: 30px;
    color: #231915;
    font-weight: 500;
    margin: 35px 0 20px;
}

#server1 .content .li .cont {}

#server1 .content .li .cont .item {
    width: 50%;
    font-size: 16px;
    color: #626466;
    position: relative;
    padding: 0 10px;
    margin-bottom: 6px;
}

#server1 .content .li .cont .item::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #626466;
    left: 0;
    top: 10px;
}

#server2 {
    padding: 70px 0 100px;
}

#server2 .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#server2 .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#server2 .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#server2 .content {
    margin-top: 60px;
}

#server2 .content .map {
    width: 57.1875%;
    margin: 0 auto;
}

#server2 .content .map .sign-box .sign .txt {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

#server3 {
    padding: 75px 0 95px;
    background: #f7f7f7;
}

#server3 .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#server3 .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#server3 .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#server3 .content {
    width: 60%;
    margin: 50px auto 0;
}

#server3 .content .li {
    margin-bottom: 30px;
}

#server3 .content .li .tit {
    font-size: 24px;
    color: #231915;
    font-weight: 500;
    background: url(/images/server-icon4.png) no-repeat right 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    padding-right: 35px;
}

#server3 .content .li .cont {
    font-size: 16px;
    color: #626466;
    line-height: 2;
    display: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

#server3 .content .li.cur .tit {
    color: #3d74ac;
    background-image: url(/images/server-icon5.png);
    border: 0;
}

#server3 .content .li:hover .tit {
    color: #3d74ac;
}

@media (max-width: 1440px) {
    #server1 .content .li {
        padding: 60px 30px;
    }
}

@media (max-width: 1024px) {
    #server1 .content .li .cont .item {
        width: 100%;
    }
    #server2 .content .map,
    #server3 .content {
        width: 100%;
    }
}

@media (max-width: 750px) {
    #server1 .title_box span,
    #server2 .title_box span,
    #server3 .title_box span {
        font-size: 42px;
    }
    #server1 .content .li {
        width: 100%;
        margin-right: 0;
    }
    #server1 .content .li .tit {
        font-size: 36px;
    }
    #server1 .content .li .cont .item {
        width: 50%;
        font-size: 30px;
    }
    #server1 .content .li .cont .item::before {
        width: 5px;
        height: 5px;
        top: 18px;
    }
    #server2 .content .map .sign-box .sign .txt {
        font-size: 26px;
    }
    #server2 .content .map .sign-box .sign:nth-child(2) .txt,
    #server2 .content .map .sign-box .sign:nth-child(3) .txt {
        left: -70px !important;
        top: -10px !important;
    }
    #server3 .content .li .tit {
        font-size: 36px;
    }
    #server3 .content .li .cont {
        font-size: 30px;
    }
}

/*关于我们*/

#about {
    padding: 70px 0 310px;
    background: url(/images/about-bg.png) no-repeat center bottom -40px / 100%;
}

#about .box {}

#about .box .left {
    width: 50%;
    padding-right: 20px;
}

#about .box .left .title {
    font-size: 36px;
    color: #231915;
    font-weight: 500;
    line-height: 1.388;
}

#about .box .left .cont {
    width: 70%;
    margin-top: 50px;
}

#about .box .left .cont .li {
    /*width: 45.625%;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdddd;
    margin-bottom: 36px;
}

#about .box .left .cont .li:nth-child(1) {
    margin-right: 150px;
}

#about .box .left .cont .li:nth-child(2) {
    margin-left: 50px;
    margin-right: 100px;
}

#about .box .left .cont .li:nth-child(3) {
    margin-left: 100px;
    margin-right: 50px;
}

#about .box .left .cont .li:nth-child(4) {
    margin-left: 150px;
}

#about .box .left .cont .li .tit {
    font-size: 16px;
    color: #626466;
    font-weight: 300;
    margin-right: 115px;
    margin-bottom: 10px;
}

#about .box .left .cont .li .num {
    font-size: 66px;
    color: #3d74ac;
    font-family: "Simpel-Medium";
    margin-left: auto;
    line-height: 1;
    margin-right: 10px;
}

#about .box .left .cont .li .unit1 {
    font-size: 16px;
    color: #3d74ac;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 45px;
}

#about .box .left .cont .li .unit2 {
    font-size: 22px;
    color: #3d74ac;
    font-family: "Simpel-Medium";
    line-height: 1;
    margin-bottom: 45px;
}

#about .box .right {
    width: 50%;
}

#about .box .right .txt {
    font-size: 16px;
    color: #626466;
    line-height: 2;
}

#about .box .right .pic {
    margin-top: 30px;
}

@media screen and (max-width:1680px) {
    #about .box .left .cont {
        width: 80%;
    }
    #about .box .left .cont .li .tit {
        margin-right: 80px;
    }
}

@media screen and (max-width:1536px) {
    #about .box .left .cont {
        width: 90%;
    }
    #about .box .left .cont .li .tit {
        margin-right: 30px;
    }
}

@media screen and (max-width:1024px) {
    #about {
        padding-bottom: 150px;
    }
    #about .box {
        flex-wrap: wrap;
    }
    #about .box .left {
        width: 100%;
    }
    #about .box .right {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width:750px) {
    #about {
        padding-bottom: 100px;
    }
    #about .box .left .title {
        font-size: 40px;
    }
    #about .box .left .cont {
        width: 100%;
    }
    #about .box .left .cont .li:nth-child(1) {
        margin-left: 0;
        margin-right: 0;
    }
    #about .box .left .cont .li:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
    #about .box .left .cont .li:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
    }
    #about .box .left .cont .li:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }
    #about .box .left .cont .li .tit {
        font-size: 30px;
    }
    #about .box .left .cont .li .unit1 {
        font-size: 26px;
    }
    #about .box .left .cont .li .unit2 {
        font-size: 36px;
    }
    #about .box .left .cont .li:nth-child(1) {
        margin-right: 0;
    }
    #about .box .right .txt {
        font-size: 30px;
    }
}

#advan {
    /* padding-top: 70px; */
    background: #f7f7f7;
}

#advan .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#advan .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#advan .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#advan .content {
    /* margin-top: 50px; */
}

#advan .content .li {
    width: 31.875%;
    margin-right: 2.1875%;
    background: #fff;
    padding: 66px 70px 110px;
    margin-bottom: 20px;
}

#advan .content .li:nth-child(3n) {
    margin-right: 0;
}

#advan .content .li .icon {
    width: 55px;
    height: 55px;
}

#advan .content .li .tit {
    font-size: 30px;
    color: #231915;
    font-weight: 500;
    margin: 35px 0 20px;
}

#advan .content .li .brief {
    font-size: 16px;
    color: #626466;
    line-height: 2;
}

@media (max-width: 1440px) {
    #advan .content .li {
        padding: 60px 30px;
    }
}

@media (max-width: 750px) {
    #advan .title_box span {
        font-size: 42px;
    }
    #advan .content .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #advan .content .li .tit {
        font-size: 36px;
    }
    #advan .content .li .brief {
        font-size: 30px;
    }
}

/* 发展历程 */

#history {
    padding: 70px 0 100px;
    background: #f7f7f7;
}

#history .top {
    margin-bottom: 60px;
}

#history .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#history .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#history .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

/*#history .bot .content{padding:70px 5.23% 75px 15.2% ; background:#fff;width:calc(100% - 160px);overflow:hidden;}*/

#history .bot .content {
    padding: 70px 5.23% 75px 15.2%;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

#history .bot .content::before {
    content: '';
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    height: 100%;
    /*width:5.6%;*/
    width: 4.6%;
    background: #fff;
}

#history .bot .content .control {
    width: 100%;
    overflow: visible;
    margin-bottom: 140px;
}

#history .bot .content .control .slide .year {
    font-size: 24px;
    color: #3d74ac;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Simpel-Medium";
}

#history .bot .content .control .slide .tit {
    font-size: 18px;
    color: #231915;
    font-weight: 500;
    font-family: "Simpel-Medium";
    margin-bottom: 20px;
}

#history .bot .content .control .slide .name {
    font-size: 16px;
    color: #626466;
    margin-bottom: 40px;
    line-height: 2;
    height: 196px;
    overflow-y: auto;
}

#history .bot .content .main {
    width: 59%;
    bottom: 105px;
    right: 9.5%;
    z-index: 2;
}

#history .bot .content .main .slide {
    width: 33.333%;
}

#history .bot .content .main .slide .time {
    font-size: 16px;
    color: #999;
}

#history .bot .content .main .slide.swiper-slide-active .time {
    color: #3d74ac;
    font-family: "Simpel-Medium";
}

#history .bot .content .pn {
    z-index: 2;
    bottom: 80px;
    width: 71px;
    height: 71px;
    border: 1px solid #333;
    border-radius: 50%;
}

#history .bot .content .pn.next {
    /*right:5.7%;*/
    right: 5%;
    background: url(/images/icon_right2.png) no-repeat center;
}

#history .bot .content .pn.prev {
    /*left:27.7%;*/
    left: 5%;
    background: url(/images/icon_left2.png) no-repeat center;
}

#history .bot .content .pn:hover {
    border-color: #3d74ac;
}

#history .bot .content .pn.next:hover {
    background: url(/images/icon_right.png) no-repeat center #3d74ac;
}

#history .bot .content .pn.prev:hover {
    background: url(/images/icon_left.png) no-repeat center #3d74ac;
}

@media screen and (max-width:1680px) {
    /* #history .bot .content{padding-left:4%;} */
    /*#history .bot .content .main{right:11.5%;}*/
    /*#history .bot .content .pn.prev{left:23.7%;}*/
}

@media screen and (max-width:1440px) {
    #history .bot .content {
        padding-bottom: 80px;
    }
    #history .bot .content .control {
        margin-bottom: 100px;
    }
    #history .bot .content .main {
        width: 55%;
        right: 13.5%;
        bottom: 100px;
    }
    #history .bot .content .pn {
        bottom: 75px;
    }
}

@media screen and (max-width:1024px) {
    #history .bot .content {
        width: 100%;
        padding-right: 4%;
    }
    #history .bot .content .main {
        right: 22.5%;
    }
    /*#history .bot .content .pn.prev{left:12%;}*/
    /*#history .bot .content .pn.next{right:12%;}*/
}

@media screen and (max-width:750px) {
    #history {
        padding: 80px 0;
    }
    #history .title_box span {
        font-size: 42px;
    }
    #history .top {
        margin-bottom: 30px;
    }
    #history .bot .content::before {
        display: none;
    }
    #history .bot .content {
        padding: 50px 4%;
    }
    #history .bot .content .main {
        bottom: 68px;
        width: 70%;
        right: 17%;
    }
    #history .bot .content .pn {
        bottom: 55px;
    }
    #history .bot .content .control .slide .year {
        font-size: 42px;
    }
    #history .bot .content .control .slide .name {
        font-size: 36px;
    }
    #history .bot .content .control .slide .tit {
        font-size: 30px;
    }
    #history .bot .content .main .slide .time {
        font-size: 30px;
    }
    #history .bot .content .pn.prev {
        left: 4%;
        background-size: 20px;
    }
    #history .bot .content .pn.next {
        right: 4%;
        background-size: 20px;
    }
}

/* 企业资质 */

#honor {
    padding: 75px 0 120px;
    overflow: hidden;
}

#honor .title_box span {
    font-size: 36px;
    color: #221815;
    font-weight: 500;
}

#honor .title_box span::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-l.png) no-repeat center;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#honor .title_box span::after {
    content: '';
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(/images/title-icon-r.png) no-repeat center;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
}

#honor .container {
    overflow: visible;
    margin-top: 50px;
}

#honor .container .slide {
    transform: scale(.75);
    -webkit-transform: scale(.75);
    height: 500px;
    width: 400px;
    padding: 0px 20px 45px;
    background: #fafafa;
}

#honor .container .slide.swiper-slide-prev {
    transform: translateX(-30px) scale(.75);
}

#honor .container .slide.swiper-slide-next {
    transform: translateX(30px) scale(.75);
}

#honor .container .slide .box {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#honor .container .slide .box .text {
    font-size: 18px;
    text-align: center;
}

#honor .container .slide .box .img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#honor .container .slide .box .img img,
#honor .container .slide .box .img {
    transform: scale(1.155);
    -webkit-transform: scale(1.155);
    transition: all .3S linear;
}

#honor .container .swiper-slide-active,
#honor .container .swiper-slide-duplicate-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    padding: 0px 20px 45px;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(28, 28, 28, 0.15);
}

#honor .container .swiper-slide-active .box .img img,
#honor .container .swiper-slide-active .box .img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}

#honor .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

#honor .icon {
    height: 70px;
    margin-top: 60px;
}

#honor .icon .png {
    width: 185px;
    height: 70px;
}

#honor .icon .png .svg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #dedede;
    box-shadow: 0px 7px 8px 0px rgb(243 243 243);
    display: flex;
    cursor: pointer
}

#honor .icon .png .svg:hover {
    background-color: #3d74ac;
}

#honor .icon .png .svg img:nth-child(2) {
    display: none;
}

#honor .icon .png .svg:hover img:nth-child(2) {
    display: block;
}

#honor .icon .png .svg:hover img:nth-child(1) {
    display: none;
}

@media screen and (max-width:750px) {
    #honor .container .slide {
        width: 500px;
        height: 625px;
        transform: scale(.75);
        -webkit-transform: scale(.75);
    }
    #honor .container .slide .box .img img,
    #honor .container .slide .box .img {
        transform: scale(1);
        -webkit-transform: scale(1.055);
    }
    #honor .container .slide .box .img img {
        width: 100%;
    }
    #honor .container .slide .box .img {
        width: 100%;
        padding: 0 65px;
    }
    #honor .container .swiper-slide-active {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    #honor .container .slide .box .text {
        font-size: 30px;
    }
    #honor .icon .png .svg img {
        width: 16px;
    }
}