﻿*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Microsoft Yahei';
}
.layout
{
    width: 1200px;
    margin: 0 auto;
}
.banner
{
    position: relative;
}
.banner img
{
    width: 100%;
    display: block;
}
.banner_title
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    line-height: 119px;
    color: #fff;
}
.bx-siteLr001-list
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(112,112,112,.2);
    padding: 30px 0;
}
.bx-siteLr001-list .time
{
    width: 170px;
}
.bx-siteLr001-list .time p
{
    font-size: 95px;
    line-height: 110px;
    border-bottom: 1px solid #707070;
    display: inline-block;
    color: #2e2e2e;
}
.bx-siteLr001-list .time span
{
    font-size: 30px;
    color: #2e2e2e;
    margin-top: 5px;
    display: inline-block;
}
.bx-siteLr001-list .img
{
    width: 370px;
    max-height: 240px;
    border-radius: 30px 10px 30px 10px;
    overflow: hidden;
}
.bx-siteLr001-list .img img
{
    width: 100%;
}
.bx-siteLr001-list .text
{
    width: calc(100% - 540px);
    padding-left: 50px;
    padding-top: 10px;
}
.bx-siteLr001-list .text h3
{
    font-size: 24px;
    color: #393939;
}
.bx-siteLr001-list .text p
{
    color: #393939;
    font-size: 22px;
    color: #707070;
    line-height: 32px;
    height: 96px;
    margin-top: 30px;
    font-weight: 300;
}
.bx-siteLr001-list .text span
{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    margin-top: 35px;
}
.bx-siteLr001-list:hover .text h3
{
    color: #0080ff;
}
.bx-siteLr001-list:hover .text span
{
    color: #0080ff;
}
.bx-siteLr001-list:hover
{
    border-bottom-color: #0080ff;
}
.bx-siteLr001
{
    padding: 120px 0 100px;
}
.bx-siteLr001-item ul li:last-child .bx-siteLr001-list
{
    border: none;
}
@media screen and (max-width: 1500px)
{
    .bx-siteLr001-list .time
    {
        width: 130px;
    }
    .bx-siteLr001-list .time p
    {
        font-size: 70px;
    }
    .bx-siteLr001-list .time span
    {
        font-size: 21px;
    }
    .bx-siteLr001-list .img
    {
        width: 340px;
    }
    .bx-siteLr001-list .text
    {
        width: calc(100% - 440px);
        padding-left: 30px;
    }
    .bx-siteLr001-list .text h3
    {
        font-size: 20px;
    }
    .bx-siteLr001-list .text p
    {
        font-size: 16px;
        line-height: 28px;
        height: 84px;
    }
    .bx-siteLr001-list .text span
    {
        font-size: 14px;
    }
    .bx-siteLr001-list
    {
        padding: 50px 0;
    }
    .bx-siteLr001
    {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1200px)
{
    .bx-siteLr001-list .img
    {
        width: 300px;
    }
    .bx-siteLr001-list .text
    {
        width: calc(100% - 430px);
    }
    .bx-siteLr001-list .text span
    {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1000px)
{
    .bx-siteLr001-list
    {
        flex-direction: column;
    }
    .bx-siteLr001
    {
        padding: 25px 10px;
    }
    .bx-siteLr001-list .text
    {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .bx-siteLr001-list .text span
    {
        display: none;
    }
    .bx-siteLr001-list .img
    {
        width: 100%;
    }
    .bx-siteLr001-list .text p
    {
        font-size: 14px;
        margin-top: 15px;
        line-height: 23px;
        height: 71px;
    }
    .bx-siteLr001-list .text h3
    {
        font-size: 18px;
    }
    .bx-siteLr001-list .img
    {
        border-radius: 10px;
    }
    .bx-siteLr001-list
    {
        padding: 30px 0;
    }
    .bx-siteLr001-list .time
    {
        display: none;
    }
}
footer
{
    background: url(../image/footerbg.png) no-repeat center/100% 100%;
    padding-top: 180px;
    margin-top: 86px;
}
.footer_logo
{
    width: 188px;
}
.footer_logo a
{
    display: block;
    width: 100%;
}
.footer_logo a img
{
    width: 100%;
    display: block;
}
.footer_content
{
    display: flex;
    justify-content: space-between;
    padding: 40px 0 50px;
}
.footer_contact
{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    width: 22%;
}
.footer_contact i
{
    margin-right: 10px;
}
.footer_contact p
{
    display: flex;/*align-items:center;*/
}
.icon-email
{
    width: 14px;
    display: block;
    height: 11px;
    background: url(../image/email.png) no-repeat center/100% 100%;
    margin-top: 15px;
}
.footer_navlist
{
    display: flex;
    justify-content: space-between;
    width: 55%;
}
.footer_nav a
{
    font-size: 14px;
    line-height: 30px;
    color: rgba(255,255,255,50%);
    display: block;
    text-align: center;
}
.footer_nav .footer_title
{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.footer_codelist
{
    display: flex;
    width: 17%;
    justify-content: space-between;
}
.footer_code img
{
    width: 90px;
    display: block;
    margin: 0 auto;
}
.footer_code p
{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.copyright
{
    background: #1a59ff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.copyright a
{
    color: #fff;
    margin: 0 10px;
}
footer
{
    position: relative;
}
.bot_cont
{
    position: relative;
}
.public_cont
{
    width: 1200px;
    background: #08f;
    border-radius: 62px;
    padding: 40px 0;
    text-align: center;
    position: absolute;
    top: -265px;
    left: 50%;
    transform: translateX(-50%);
}
.public_cont h3
{
    font-size: 36px;
    line-height: 61px;
    color: #fff;
}
.public_cont p
{
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}
.public_cont .button
{
    margin-top: 20px;
}
.public_cont .button a
{
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #0080ff;
    display: inline-block;
    border-radius: 28px;
    margin: 0 20px;
    font-size: 24px;
}
.public_cont .button a:last-child
{
    background: #fff;
    color: #1a59ff;
}
.public_cont .button a:hover
{
    background: #0080ff;
    color: #fff;
}
header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #fff;
}
.header_pack
{
    display: flex;
    align-items: center;
}
.logo
{
    height: 90px;
    padding: 20px 0;
}
.logo a
{
    display: block;
    height: 100%;
}
.logo img
{
    max-height: 100%;
    display: block;
}
.navlist
{
    width: 660px;
    margin-left: 200px;
}
.w-nav
{
    display: flex;
    justify-content: space-between;
}
.w-nav>li>a
{
    font-size: 16px;
    color: #fff;
    line-height: 90px;
    display: block;
    position: relative;
}
.nav_contact
{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-left: 30px;
}
.nav_contact a
{
    color: #fff;
    display: inline-block;
}
.nav_contact i
{
    width: 14px;
    height: 18px;
    display: inline-block;
    background: url(../image/phone.png) no-repeat center/100% 100%;
    margin-right: 5px;
}
.w-nav>li
{
    position: relative;
}
.w-nav>li>a:hover::after, .w-nav .active>a::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.er_navlist
{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 800px;
    background: #fff;
    transform: translateX(-50%);
    overflow: hidden;
    display: none;
}
.er-nav
{
    width: 250px;
    height: 100%;
    background: #f6f7fb;
    float: left;
}
.er-nav li a
{
    font-size: 16px;
    line-height: 80px;
    text-align: left;
    padding: 0 50px;
    display: block;
    color: #000;
    font-weight: bold;
}
.er-nav li a:hover, .er-nav .active a
{
    background: #fff;
    color: #0080ff;
}
.san_navlist
{
    width: calc(100% - 250px);
    padding: 10px 30px;
    float: right;
}/*.er-nav li {
    margin-bottom:20px;
}*/
.san_nav
{
    display: block;
    margin-bottom: 10px;
}/*.san_nav:first-child {
        display:block;
    }*/
.san_nav a
{
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
.san_nav>a
{
    display: block;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    line-height: 40px;
}
.san_nav a:hover
{
    color: #0080ff;
}
.si_nav a
{
    font-size: 14px;
    line-height: 28px;
    color: #333;
    padding: 0 10px 0 0;
    display: block;
}
.si_nav a
{
    font-size: 14px;
    color: #0080ff;
    font-weight: bold;
}
.solve_nav
{
    width: 130px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: none;
}
.solve_nav li a
{
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.solve_nav li a:hover
{
    color: #0080ff;
    background: #f6f7fb;
}
.bx-siteMAbout008-item
{
    display: flex;
}
.bx-siteMAbout008-item .left
{
    background: url(../image/siteMAbout008.png) no-repeat center;
    background-size: cover;
    width: 574px;
}
.bx-siteMAbout008-item .right
{
    width: calc(100% - 574px);
    background-color: #f7f7f7;
}
.bx-siteMAbout008-text
{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 15%;
}
.bx-siteMAbout008-text>h3
{
    font-size: 36px;
    color: #f7f7f7;
    font-weight: bold;
    margin-bottom: 60px;
}
.bx-siteMAbout008-text ul li
{
    display: flex;
    font-size: 16px;
    color: #f7f7f7;
    margin-top: 40px;
}
.bx-siteMAbout008-text ul li:nth-child(2)
{
    align-items: flex-end;
}
.bx-siteMAbout008-text ul li p
{
    flex: 1;
}
.bx-siteMAbout008-text .code
{
    text-align: left;
    margin-top: 40px;
}
.bx-siteMAbout008-text .code .ewm
{
    width: 150px;
    display: inline-block;
    margin-right: 30px;
}
.bx-siteMAbout008-text .code .ewm img
{
    width: 100%;
}
.bx-siteMAbout008-text .code .ewm p
{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.bx-siteMAbout008-form
{
    width: 100%;
    padding: 10% 15%;
}
.bx-siteMAbout008-form>h3
{
    font-size: 36px;
    color: #008dce;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.bx-siteMAbout008-form ul li
{
    margin-top: 20px;
}
.bx-siteMAbout008-form input
{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    padding: 0 20px;
    transition: all .5s;
    color: #333;
}
.bx-siteMAbout008-form input:focus
{
    border-color: #008dce;
}
.bx-siteMAbout008-form .but
{
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #008dce;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    transition: all .5s;
}
.bx-siteMAbout008-form .but:hover
{
    opacity: .8;
}
.bx-siteMAbout008
{
    padding: 120px 0;
}
@media screen and (max-width: 1500px)
{
    .bx-siteMAbout008-item .left
    {
        width: 490px;
    }
    .bx-siteMAbout008-item .right
    {
        width: calc(100% - 490px);
    }
    .bx-siteMAbout008-text .code .ewm
    {
        width: 125px;
        margin-right: 20px;
    }
    .bx-siteMAbout008-text>h3
    {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .bx-siteMAbout008-text ul li
    {
        margin-top: 30px;
    }
    .bx-siteMAbout008-text .code
    {
        margin-top: 30px;
    }
    .bx-siteMAbout008-form>h3
    {
        font-size: 30px;
    }
    .bx-siteMAbout008-form input
    {
        height: 50px;
        font-size: 15px;
    }
    .bx-siteMAbout008-form .but
    {
        line-height: 50px;
    }
}
@media screen and (max-width: 1000px)
{
    .bx-siteMAbout008-item
    {
        flex-direction: column;
    }
    .bx-siteMAbout008
    {
        padding: 25px 10px;
    }
    .bx-siteMAbout008-item .left
    {
        width: 100%;
    }
    .bx-siteMAbout008-item .right
    {
        width: 100%;
    }
    .bx-siteMAbout008-text
    {
        padding: 10%;
    }
    .bx-siteMAbout008-text .code
    {
        text-align: center;
    }
    .bx-siteMAbout008-text .code .ewm
    {
        width: 100px;
        margin: 0 10px;
    }
    .bx-siteMAbout008-text>h3, .bx-siteMAbout008-form>h3
    {
        font-size: 24px;
    }
    .bx-siteMAbout008-text ul li
    {
        margin-top: 20px;
        font-size: 15px;
    }
    .bx-siteMAbout008-item .right
    {
        margin-top: 20px;
    }
    .bx-siteMAbout008-form
    {
        padding: 10% 5%;
    }
    .bx-siteMAbout008-form input
    {
        height: 45px;
    }
    .bx-siteMAbout008-form ul li
    {
        margin-top: 15px;
    }
    .bx-siteMAbout008-form .but
    {
        line-height: 45px;
        font-size: 15px;
        margin-top: 20px;
    }
}
.bot_conts
{
    padding-top: 120px;
    background: url(../image/botbg.png) no-repeat center top;
    z-index: 0;
    position: relative;
    height: 580px;
    margin-bottom: -210px;
}
.bot_text
{
    font-size: 36px;
    line-height: 61px;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.case
{
    padding: 120px 0 100px;
}
.case_toplist
{
    overflow: hidden;
    margin: 0 -20px 0;
    padding-bottom: 15px;
}
.case_toplist li
{
    width: 33.33333%;
    float: left;
    padding: 0 20px;
}
.case_video
{
    position: relative;
    height: 250px;
    overflow: hidden;
}
.footer_nav a:hover
{
    color: #fff;
}
.case_video img
{
    width: 100%;
    display: block;
}
.case_video i
{
    width: 68px;
    height: 68px;
    background: url(../image/stop.png) no-repeat center/100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.case_toplist_cont
{
    background: #fff;
    box-shadow: 0 6px 14px #f6f6f6;
    padding: 24px 28px;
}
.case_toplist_cont h3
{
    font-size: 20px;
    line-height: 32px;
    color: #3b4660;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case_toplist_cont p
{
    font-size: 18px;
    line-height: 37px;
    color: #a5afc7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.case_toplist_cont a
{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 36px;
    color: #0080ff;
    margin-top: 10px;
}
.case_toplist_cont a samp
{
    color: #babec7;
}
.video_window
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    display: none;
}
.video_window .video
{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_window .video video
{
    width: 100%;
}
.video_window .video i
{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}
.case_classify
{
    font-size: 20px;
    line-height: 36px;
    color: #333;
    border-bottom: 1px dashed rgba(0,0,0,10%);
    padding: 10px 0;
}
.case_classify:last-child
{
    border: none;
}
.case_classify samp
{
    display: inline-block;
    margin-left: 30px;
    color: #666;
    cursor: pointer;
}
.case_classify span
{
    display: inline-block;
    margin-right: 30px;
}
.case_classifylist
{
    margin-top: 30px;
}
.case_classify samp:hover, .case_classify .active
{
    color: #0080ff;
}
.case_list
{
    margin-top: 50px;
}
.case_list li a
{
    display: flex;
}
.case_listimg
{
    width: 440px;
}
.case_listimg img
{
    width: 100%;
    display: block;
}
.case_cont
{
    width: calc(100% - 440px);
    padding: 50px 0 50px 40px;
}
.case_cont h4
{
    font-size: 20px;
    line-height: 30px;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_cont span
{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #bfbfbf;
    margin: 10px 0;
}
.case_cont p
{
    font-size: 16px;
    line-height: 26px;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case_cont i
{
    display: block;
    width: 80px;
    line-height: 36px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: #0080ff;
    margin-top: 40px;
}
.case_list li
{
    margin-bottom: 40px;
}
.case_list li:last-child
{
    margin-bottom: 0;
}
.case_list li:nth-child(2n) a
{
    flex-direction: row-reverse;
}
.case_list li:nth-child(2n) a .case_cont
{
    padding: 50px 40px 50px 20px;
}
.case_list li a:hover .case_cont
{
    background: #f2f9ff;
}
.case_list li a:hover .case_cont h4
{
    color: #0080ff;
}
.about
{
    padding: 120px 0 75px;
}
.about_top
{
    display: flex;
    align-items: flex-end;
}
.about_img
{
    width: 680px;
}
.about_img img
{
    width: 100%;
    display: block;
}
.about_cont
{
    width: calc(100% - 680px);
    padding-left: 60px;
    position: relative;
}
.about_cont h3
{
    font-size: 36px;
    color: #333;
    text-align: right;
}
.about_cont p
{
    font-size: 16px;
    line-height: 30px;
    margin-top: 80px;
    color: #333;
}
.about_cont img
{
    width: 266px;
    display: block;
}
.about_cont h3
{
    padding: 20px 0 30px;
    position: relative;
}
.about_cont h3 span
{
    font-size: 12px;
    line-height: 16px;
    color: #333;
    display: block;
    text-align: center;
    width: 320px;
    position: absolute;
    right: 0;
    top: 0;
}
.about_cont h3::after
{
    content: "";
    width: 50px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0080ff;
}
.aboutlogo
{
    margin-top: 65px;
    display: flex;
    justify-content: flex-end;
}
.idealist
{
    margin: 75px -15px 0;
    overflow: hidden;
    padding: 15px 0;
}
.idealist li
{
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
}
.idealist li a
{
    display: block;
    border-radius: 10px;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 6px 14px #f1f1f1;
    position: relative;
}
.idealist li a h3
{
    font-size: 36px;
    color: #333;
}
.idealist li a h3 span
{
    font-size: 24px;
    line-height: 36px;
    color: #56bbff;
    font-weight: bold;
    display: inline-block;
    margin-left: 40px;
}
.idealist li a h3::after
{
    content: "";
    width: 72px;
    height: 4px;
    background: rgba(0,128,255,20%);
    display: block;
    margin: 30px 0;
}
.idealist li a p
{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.idealist li a img
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.idealist li:hover a
{
    background: #0080ff;
}
.idealist li:hover a h3
{
    color: #fff;
}
.idealist li:hover a h3::after
{
    background: #fff;
}
.idealist li:hover a p
{
    color: #fff;
}
.bx-siteR007-topList
{
    display: flex;
    justify-content: space-around;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}
.bx-siteR007-topList .text
{
    width: 60%;
    padding: 35px 40px;
}
.bx-siteR007-topList .text .title
{
    font-size: 28px;
    color: #333;
}
.bx-siteR007-topList .text .title small
{
    font-size: 16px;
}
.bx-siteR007-topList .img
{
    width: 40%;
    overflow: hidden;
}
.bx-siteR007-topList .img img
{
    width: 100%;
}
.bx-siteR007-topList .text .p1
{
    font-size: 18px;
    color: #333;
    margin-top: 40px;
    line-height: 32px;
}
.bx-siteR007-bottomList
{
    margin: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
}
.bx-siteR007-bottomList .img
{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.bx-siteR007-bottomList .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bx-siteR007-bottomList.active
{
    background-color: #008dce;
    position: relative;
}
.bx-siteR007-bottomList.active::before
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #008dce;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 9;
}
.bx-siteR007-bottom .swiper-slide
{
    padding-top: 40px;
}
.bx-siteR007-item
{
    position: relative;
}
.bx-siteR007-item .swiper-button-prev
{
    left: -50px;
    top: auto;
    bottom: 65px;
}
.bx-siteR007-item .swiper-button-next
{
    right: -50px;
    top: auto;
    bottom: 65px;
}
.bx-siteR007
{
    padding: 60px 0;
    background: #f5faff;
}
@media screen and (max-width: 1500px)
{
    .bx-siteR007-topList .text .p1
    {
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }
    .bx-siteR007-bottomList .img
    {
        width: 100px;
        height: 100px;
    }
    .bx-siteR007-item .swiper-button-prev, .bx-siteR007-item .swiper-button-next
    {
        bottom: 50px;
    }
}
@media screen and (max-width: 1200px)
{
    .bx-siteR007-topList .text
    {
        padding: 25px 30px;
    }
    .bx-siteR007-topList .text .title
    {
        font-size: 22px;
    }
    .bx-siteR007-topList .text .p1
    {
        font-size: 14px;
        line-height: 25px;
    }
    .bx-siteR007-bottomList .img
    {
        width: 80px;
        height: 80px;
    }
    .bx-siteR007-item .swiper-button-prev, .bx-siteR007-item .swiper-button-next
    {
        bottom: 40px;
    }
}
@media screen and (max-width: 1000px)
{
    .bx-siteR007-item .swiper-button-prev, .bx-siteR007-item .swiper-button-next
    {
        display: none;
    }
    .bx-siteR007
    {
        padding: 25px 10px;
    }
    .bx-siteR007-topList
    {
        flex-direction: column;
    }
    .bx-siteR007-topList .text, .bx-siteR007-topList .img
    {
        width: 100%;
    }
    .bx-siteR007-topList .text
    {
        padding: 15px;
    }
    .bx-siteR007-topList .text .title
    {
        font-size: 18px;
    }
    .bx-siteR007-topList .text .title small
    {
        font-size: 14px;
    }
    .bx-siteR007-topList .text .p1
    {
        margin-top: 10px;
    }
}
.team_title
{
    font-size: 48px;
    line-height: 58px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.SiteR012-item .swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(.8)!important;
    transform-origin: center 100%;
}
.SiteR012-item .swiper-slide-active, .SiteR012-item .swiper-slide-duplicate-active
{
    transform: scale(1)!important;
}
.SiteR012-item .swiper-slide .img img
{
    width: 100%;
}
.SiteR012-item .swiper-pagination
{
    position: relative;
    left: 0;
    top: 0;
    margin-top: 40px;
}
.SiteR012-item .swiper-pagination .swiper-pagination-bullet
{
    width: 50px;
    height: 4px;
    border-radius: 4px;
    opacity: .2;
}
.SiteR012-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    opacity: 1;
}
.SiteR012
{
    padding: 120px 0;
}
@media(max-width: 1500px)
{
    .SiteR012-item .swiper-pagination
    {
        margin-top: 30px;
    }
}
@media(max-width: 1000px)
{
    .SiteR012-item .swiper-pagination
    {
        margin-top: 0;
    }
    .SiteR012
    {
        padding: 25px 10px;
    }
    .SiteR012-item .swiper-pagination .swiper-pagination-bullet
    {
        width: 20px;
        height: 2px;
    }
}
.intro-cont2
{
    padding: 0 0 120px;
}
.intro-cont2 h4
{
    font-size: 48px;
    line-height: 82px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.top-cont h5
{
    font-size: 38px;
    line-height: 51px;
    color: #011e41;
    font-weight: 600;
}
.top-cont p
{
    font-size: 18px;
    line-height: 24px;
    color: #011e41;
    margin-top: 10.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.top-cont-img
{
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 24px;
}
.top-cont-img img
{
    width: 100%;
    display: block;
}
.chronicle li
{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 2.5px;
}
.chronicle li .top-cont
{
    border-left: 2px solid rgba(0,128,255,50%);
    padding-left: 24px;
    position: relative;
}
.chronicle li .top-cont::after
{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(0,128,255,50%);
    display: block;
    content: "";
    position: absolute;
}
.chronicle li::after
{
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
}
.chronicle .swiper-slide:nth-child(2n+1) .top-cont:nth-child(2)
{
    display: none;
}
.chronicle .swiper-slide:nth-child(2n+1) .top-cont
{
    margin-bottom: 70.5px;
    height: 260px;
}
.chronicle .swiper-slide:nth-child(2n+1) .top-cont::after
{
    left: 0;
    bottom: 0;
    transform: translateX(-70%);
}
.chronicle .swiper-slide:nth-child(2n)
{
    margin-top: 260px;
}
.chronicle .swiper-slide:nth-child(2n) .top-cont:nth-child(1)
{
    display: none;
}
.chronicle .swiper-slide:nth-child(2n) .top-cont
{
    margin-top: 36.5px;
    height: 297px;
}
.chronicle .swiper-slide:nth-child(2n) .top-cont::after
{
    left: 0;
    top: 0;
    transform: translateX(-70%);
}
.chronicle-swiper
{
    position: relative;
}
.chronicle-swiper::before
{
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: url(../image/center-border3.png) no-repeat center/cover;
    position: absolute;
    top: 38.5%;
    transform: translateY(-50%);
}
.top-cont>div:first-child
{
    width: 200%;
}
.chronicle .swiper-slide:first-child
{
    margin-left: 72px;
}
.swiper-wrapper
{
    width: 120%!important;
}
.chronicle .swiper-container
{
    height: 720px;
}
.chronicle .swiper-scrollbar
{
    height: 8px!important;
}
.chronicle .swiper-scrollbar-drag
{
    background: #0080ff;
}
.home_join
{
    padding: 115px 0;
}
.home_joinlist
{
    margin: 30px -20px 0;
    overflow: hidden;
    padding: 14px 0;
}
.home_joinlist li
{
    width: 33.3333%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}
.home_joinlist li a
{
    display: block;
    padding: 18px 30px;
    background: #fff;
    box-shadow: 0 6px 14px #dfdfdf;
    border-radius: 22px;
}
.joinlistcont
{
    position: relative;
}
.joinlistcont h5
{
    font-size: 18px;
    line-height: 31px;
    color: #333;
}
.joinlistcont h4
{
    font-size: 24px;
    line-height: 41px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.joinlistcont p
{
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.joinlistcont p i
{
    font-size: 28px;
    display: block;
    margin-right: 5px;
}
.joinlistcont span
{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0080ff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.joinlistcont span img
{
    width: 60%;
    display: block;
}
.home_joinlist li a:hover
{
    background: #0080ff;
}
.home_joinlist li a:hover .joinlistcont h5, .home_joinlist li a:hover .joinlistcont h4, .home_joinlist li a:hover .joinlistcont p
{
    color: #fff;
}
.home_joinlist li a:hover .joinlistcont span
{
    background: #a2ccff;
}
.home_join
{
    padding: 60px 0 80px;
    background: #f2f9ff;
    margin-bottom: -120px;
}
.about_shadow
{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,50%);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.codeshadow
{
    width: 300px;
    height: 300px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    background: #fff;
}
.codeshadow p
{
    font-size: 30px;
    color: #000;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.codeshadow img
{
    width: 150px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media(max-width: 1000px)
{
    .home_join
    {
        padding: 25px 10px;
    }
    .home_joinlist
    {
        margin: 20px 0 0;
    }
    .home_joinlist li
    {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .joinlistcont h5, .joinlistcont p
    {
        font-size: 15px;
        line-height: 25px;
    }
    .joinlistcont h4
    {
        font-size: 18px;
        line-height: 28px;
    }
    .joinlistcont p
    {
        margin-top: 10px;
    }
    .joinlistcont p i
    {
        font-size: 20px;
    }
    .joinlistcont span
    {
        width: 30px;
        height: 30px;
    }
}
.solve_list
{
    padding-top: 110px;
}
.solve_list a
{
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    color: #000;
}
.solve_list a::after
{
    content: "|";
    font-size: 20px;
    line-height: 36px;
    color: #000;
    display: inline-block;
    margin: 0 29px;
}
.solve_list a:last-child::after
{
    display: none;
}
.solve_list a:hover, .solve_list .active
{
    color: #0080ff;
}
.solve_cont1
{
    padding: 120px 0 60px;
}
.challenge_list
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px 0;
}
.challenge_list li
{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.challenge_list li a
{
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 14px #ececec;
    padding: 60px 40px 75px;
    height: 100%;
}
.challenge_listimg
{
    height: 150px;
}
.challenge_listimg img
{
    max-width: 175px;
    display: block;
    margin: 0 auto;
}
.challenge_cont h4
{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    min-height: 64px;/*text-align:center;*//*overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;*/
}
.challenge_cont p
{
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: left;
    margin-top: 20px;
}
.white
{
    color: #fff;
}
.solve_cont2
{
    position: relative;
    background: url(../image/solvebg.png) no-repeat center/cover;
}
.solve_cont2 img
{
    width: 100%;
    height: 100%;
    display: block;
}
.solve_cont2_cont
{
    background: rgba(0,0,0,50%);
    padding: 60px 0 20px;
}
.solve_lists
{
    margin: 0 -15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.solve_lists li
{
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.solve_lists li .div
{
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 45px 40px;
    display: block;
    height: 250px;
    transition: all .3s;
}
.solve_lists li .div h4
{
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    padding-left: 16px;
    position: relative;
}
.solve_lists li .div h4::after
{
    content: "";
    width: 6px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #1ccbff;
}
.solve_lists li .div p
{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 40px;
}
.solve_lists li .div a
{
    font-size: 18px;
    color: #fff;
    background: #1ccbff;
    display: block;
    width: 105px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-top: 20px;
    display: none;
}
.solve_lists li:hover .div
{
    padding: 25px 40px;
    background: #0080ff;
}
.solve_lists li:hover .div p
{
    margin-top: 25px;
}
.solve_lists li:hover .div a
{
    display: block;
}
.solve_cont3
{
    padding: 120px 0;
}
.blueprint_img img
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.solve_cont4
{
    background: url(../image/advantagebg.png) no-repeat center/cover;
}
.advantage_list
{
    overflow: hidden;
    margin: 0 -15px;
    padding: 20px 0;
}
.advantage_list li
{
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 40px 0;
}
.advantage_list li a
{
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 14px #535353;
    padding: 60px 40px;
}
.advantage_list li a h4
{
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #333;
}
.advantage_list li a p
{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-top: 15px;
}
.solve_cont4_cont
{
    background: rgba(0,0,0,50%);
    padding: 60px 0 0;
}
.advantage_list li:hover a
{
    background: #0080ff;
}
.advantage_list li:hover a h4, .advantage_list li:hover a p
{
    color: #fff;
}
.storyswiper
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}
.storyswiper a
{
    display: block;
}
.storyswiper img
{
    width: 100%;
    display: block;
}
.storyswiper p
{
    font-size: 18px;
    line-height: 66px;
    height: 66px;
    background: #fff;
    box-shadow: 0 6px 14px #e2e2e2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.storyswiper .swiper-slide:hover p
{
    background: #0080ff;
    color: #fff;
}
.solve_cont5
{
    padding: 100px 0 85px;
}
.detail
{
    padding: 10px 0 1px;
}
.bannerpro_title
{
    position: absolute;
    top: 50%;
    left: 260px;
    transform: translateY(-50%);
}
.bannerpro_title h3
{
    font-size: 50px;
    line-height: 65px;
    color: #fff;
}
.bannerpro_title p
{
    font-size: 22px;
    line-height: 29px;
    color: #fff;
}
.banner_btn
{
    margin-top: 45px;
}
.banner_btn a
{
    display: inline-block;
    width: 143px;
    height: 57px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 20px;
}
.pro_cont1
{
    padding: 120px 0 70px;
}
.pro_cont1_title p
{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: left;
}
.pro_cont1_list
{
    margin: 45px -25px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.pro_cont1_list li
{
    width: 25%;
    float: left;
    padding: 0 25px;
    margin-bottom: 50px;
}
.pro_cont1_list li a
{
    display: block;
}
.pro_cont1_img img
{
    width: 150px;
    display: block;
    margin: 0 auto;
}
.pro_cont1_text h4
{
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-top: 20px;
    text-align: center;
}
.pro_cont1_text p
{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 15px;
}
.pro_cont2
{
    background: url(../image/pro_cont2bg.png) no-repeat center/cover;
}
.pro_cont2_pack
{
    padding: 60px 0 20px;
    background: rgba(0,0,0,55%);
}
.pro_cont2_list
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.pro_cont2_list li
{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.pro_cont2_list li a
{
    display: block;
    background: #fff url(../image/pai.png) no-repeat right top;
    padding: 40px 10px;
    border-radius: 10px;
    height: 100%;
}
.pro_cont2_list li a h4
{
    font-size: 24px;
    line-height: 34px;
    color: #333;
    text-align: center;
}
.pro_cont2_list li a p
{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}
.pro_cont3
{
    padding: 120px 0;
}
.pro_cont3 img
{
    width: 100%;
    display: block;
}
.pro_cont4swiper
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.pro_cont4swiper .swiper-slide
{
    background: url(../image/pro_cont4bg.png) no-repeat center/cover;
}
.pro_swiperpack
{
    background: linear-gradient(90deg,rgba(0,0,0,.8) 25%,rgba(0,0,0,.2) 60%);
    padding: 90px 0 85px;
}
.pro_text h4
{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-top: 90px;
}
.pro_text p
{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    margin-top: 40px;
}
.swipercont
{
    width: 50%;
}
.pro_cont4swiper .swiper-pagination-bullet
{
    background: #fff;
    opacity: 1;
}
.pro_cont4swiper .swiper-pagination-bullet-active
{
    background: #0080ff;
}
.str_wrap
{
    overflow: hidden;/* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.str_move
{
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}
.str_move_clone
{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}
.str_vertical .str_move_clone
{
    left: 0;
    top: 100%;
}
.str_down .str_move_clone
{
    left: 0;
    bottom: 100%;
}
.str_vertical .str_move, .str_down .str_move
{
    white-space: normal;
    width: 100%;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move
{
    cursor: inherit;
}
.str_wrap img
{
    max-width: none!important;
}
.bx-siteM103-title
{
    text-align: center;
}
.bx-siteM103-title h3
{
    font-size: 36px;
    line-height: 36px;
    color: #333;
}
.bx-siteM103-title p
{
    color: #666;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}
.bx-siteM103-item
{
    width: 100%;
    max-width: 1700px;
    position: relative;
    margin: 0 auto;/*margin-top: 100px;*/
}
.bx-siteM103-item::before
{
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,#fafdff 100%);
    z-index: 10;
}
.bx-siteM103-item::after
{
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%,#fafdff 100%);
    z-index: 10;
}
.bx-siteM103-item ul
{
    white-space: nowrap;
    margin-top: 0;
}
.bx-siteM103-item ul li
{
    display: inline-block;
    width: 260px;
    height: 120px;
    float: none;
    margin: 10px 15px;
}
.bx-siteM103-item ul li .bx-siteM103-list
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff!important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.bx-siteM103-item ul li .bx-siteM103-list img
{
    max-width: 50%;
    max-height: 50%;
    width: auto;
}
.bx-siteM103-item ul li .bx-siteM103-list .img
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
}
.bx-siteM103-item ul li .bx-siteM103-list .img::before
{
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list .img::after
{
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list::before
{
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list::after
{
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list .img:hover:before
{
    width: 100%;
}
.bx-siteM103-item ul li .bx-siteM103-list .img:hover:after
{
    width: 100%;
}
.bx-siteM103-item ul li .bx-siteM103-list:hover:before
{
    height: 100%;
}
.bx-siteM103-item ul li .bx-siteM103-list:hover::after
{
    height: 100%;
}
.bx-siteM103-itemBox
{
    margin-top: 40px;
}
@media screen and (max-width: 1500px)
{
    .bx-siteM103-item ul li
    {
        width: 230px;
        height: 100px;
    }
    .bx-siteM103-itemBox
    {
        margin-top: 25px;
    }
    .bx-siteM103-item
    {
        margin-top: 80px;
    }
    .navlist
    {
        margin-left: 200px;
    }
}
@media screen and (max-width: 1400px)
{
    .header_pack
    {
        justify-content: space-between;
    }
    .navlist
    {
        width: 600px;
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px)
{
    .bx-siteM103-item ul li
    {
        width: 120px;
        height: 60px;
        margin: 8px;
    }
    .bx-siteM103-itemBox
    {
        margin-top: 10px;
    }
    .bx-siteM103-item
    {
        margin-top: 20px;
    }
    .bx-siteM103-title h3
    {
        font-size: 22px;
    }
    .bx-siteM103-title p
    {
        font-size: 14px;
        margin-top: 10px;
    }
}
.pro_case
{
    padding: 120px 0 80px;
}
.pro_caselist
{
    margin: 0 -20px;
    overflow: hidden;
}
.pro_caselist li
{
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.pro_caselist li a
{
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.pro_caselist li a p
{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,128,255,39%);
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_caselist li a:hover p
{
    background: #0080ff;
}
.pro_why
{
    padding: 60px 0;
    background: #f2f9ff;
}
.pro_whyimg
{
    margin-top: 50px;
}
.pro_FAQ
{
    padding-top: 120px;
}
.pro_FAQlist li h3
{
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.pro_FAQlist li h3 i
{
    font-size: 25px;
    color: #666;
}
.pro_FAQlist_cont
{
    display: none;
}
.pro_FAQlist_cont p
{
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0 0;
}
.pro_FAQlist li h3:hover, .pro_FAQlist li h3:hover i, .pro_FAQlist li .active, .pro_FAQlist li .active i
{
    color: #0080ff;
}
.pro_FAQlist li
{
    padding: 20px 0;
    border-bottom: 1px solid rgba(112,112,112,20%);
}
.pro_FAQlist li:first-child
{
    padding-top: 0;
}
.pro_cont2_list li a:hover
{
    background: #0080ff url(../image/bg2.png) no-repeat top right;
}
.pro_cont2_list li a:hover h4
{
    color: #fff;
}
.pro_cont2_list li a:hover p
{
    color: #fff;
}
.framework
{
    padding: 120px 0;
}
.framework_pack
{
    display: flex;
    align-items: center;
}
.framework_img
{
    width: 545px;
}
.framework_img img
{
    width: 100%;
    display: block;
}
.framework_cont
{
    width: calc(100% - 545px);
    padding-left: 60px;
}
.framework h3
{
    text-transform: uppercase;
    margin-bottom: 60px;
}
.framework_cont
{
    font-size: 16px;
    line-height: 34px;
    color: #666;
}
.sol-tabs
{
    width: 100%;
    height: 143px;
}
.sol-tabs .layout
{
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 3px 5px 13px 0 rgba(0,0,0,.08);
}
.sol-tabs a
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 6);
    height: 100%;
    text-align: center;
    font-size: 18px;/* 过渡 */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.sol-tabs a::before
{
    content: "";
    display: block;
    width: 33px;
    height: 17px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    background: url(../image/trig.png) no-repeat center/cover;/* 过渡 */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.sol-tabs a div
{
    width: 65px;
    height: 65px;
    background: #0080ff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sol-tabs a img
{
    width: 50%;
    display: block;
}
.sol-tabs a:not(:last-child)
{
    border-right: 1px solid #e5effa;
}
.sol-tabs a.active, .sol-tabs a:hover
{
    color: #fff;
    background-color: #0080ff;/* 过渡 */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.sol-tabs a img, .sol-tabs a img
{/* 图片变白 */
    filter: grayscale(100%) brightness(400%);
}
.sol-tabs a.active div, .sol-tabs a:hover div
{
    background: #fff;
}
.sol-tabs a.active img, .sol-tabs a:hover img
{
    filter: initial;
}
.sol-tabs a.active::before, .sol-tabs a:hover::before
{
    opacity: 1;/* 过渡 */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.sol-swiper
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.sol-swiper .swiper-container
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.sol-swiper .swiper-slide
{
    width: 100%;
    height: auto;
}
.sol-swiper .swiper-slide>div
{
    background: linear-gradient(90deg,rgba(0,0,0,.8) 25%,rgba(0,0,0,.2) 60%);
    padding: 60px 0;
}
.sol-swiper a
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 30px;
}
.sol-swiper a .img
{
    width: 41%;
    border-radius: 10px;
    overflow: hidden;
}
.sol-swiper a .txt
{
    width: 48%;
    color: #fff;
    padding-bottom: 50px;
}
.sol-swiper a .txt h3
{
    font-size: 24px;
}
.sol-swiper a .txt .desc
{
    margin-top: 30px;
    line-height: 32px;
    font-size: 18px;/* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}
.sol-swiper a .txt span
{
    display: block;
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #e71a0f;
    margin: 50px 0 0;
    background-color: #fff;
}
.sol-swiper .sol-swiper-cut
{
    position: absolute;
    bottom: 5px;
    left: 60px;
}
.sol-swiper .swiper-button-next, .sol-swiper .swiper-button-prev
{
    width: 24px;
    height: 24px;
}
.sol-swiper .swiper-button-prev, .sol-swiper .swiper-container-rtl .swiper-button-next
{
    background-image: url(/images/row-left4.png);
    background-size: 100% 100%;
    left: 0;
    cursor: pointer;
}
.sol-swiper .swiper-button-next, .sol-swiper .swiper-container-rtl .swiper-button-prev
{
    background-image: url(/images/row-right4.png);
    background-size: 100% 100%;
    cursor: pointer;
    left: 54px;
}
@media(max-width: 1400px)
{
    .sol-tabs
    {
        height: 120px;
    }
    .sol-tabs a
    {
        font-size: 16px;
    }/* .sol-tabs a img {
                height: 30px;
                margin-bottom: 15px;
            }*/
    .sol-tabs a::before
    {
        bottom: -30px;
    }
    .sol-swiper
    {
        margin-top: 30px;
    }
    .sol-swiper a
    {
        padding-left: 0;
        padding-right: 0;
    }
    .sol-swiper a .txt h3
    {
        font-size: 20px;
    }
    .sol-swiper a .txt .desc
    {
        margin-top: 20px;
    }
    .sol-swiper a .txt span
    {
        width: 140px;
        height: 43px;
        line-height: 43px;
        margin: 20px 0 0;
    }
    .sol-swiper .sol-swiper-cut
    {
        left: 0;
    }
}
@media(max-width: 1000px)
{
    .sol-tabs
    {
        height: 90px;
    }
    .sol-tabs a
    {
        font-size: 14px;
        padding: 0 5px;
    }/*    .sol-tabs a img {
                display: none;
            }*/
    .sol-tabs a::before
    {
        width: 20px;
        height: 10px;
        bottom: -20px;
    }
    .sol-swiper
    {
        margin-top: 20px;
        padding: 30px 0;
    }
    .sol-swiper a
    {
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
    .sol-swiper a .img
    {
        order: 1;
        margin-top: 50px;
        border-radius: 5px;
    }
    .sol-swiper a .txt
    {
        order: 2;
        text-align: center;
        width: 100%;
        padding-bottom: 0;
        margin-top: 20px;
    }
    .sol-swiper a .txt h3
    {
        font-size: 18px;
    }
    .sol-swiper a .txt .desc
    {
        margin-top: 20px;
    }
    .sol-swiper a .txt span
    {
        width: 90px;
        height: 38px;
        line-height: 38px;
        margin: 20px auto 0;
    }
    .sol-swiper .sol-swiper-cut
    {
        left: calc(50% - 38px);
        bottom: calc(100% - 24px);
    }
}
.plat_img
{
    margin-top: 40px;
}
.plat_img img
{
    max-width: 100%;
    display: block;
    margin: 0 auto 0;
}
.platform
{
    padding: 120px 0;
}
.bx-siteMAbout009-item ul li
{
    margin-bottom: 40px;
}
.bx-siteMAbout009-list
{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .5s;
}
.bx-siteMAbout009-list .img
{
    width: 580px;
    overflow: hidden;
}
.bx-siteMAbout009-list .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}
.bx-siteMAbout009-list .text
{
    width: calc(100% - 580px);
    padding: 40px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}
.bx-siteMAbout009-item ul li:nth-child(2n+1) a
{
    flex-direction: row-reverse;
}
.bx-siteMAbout009-list .text h3
{
    font-size: 20px;
    line-height: 40px;
    color: #151515;
}
.bx-siteMAbout009-list .text p
{
    font-size: 16px;
    line-height: 32px;
    color: #6a6a6a;
    margin-top: 40px;
}
.bx-siteMAbout009-list .text span
{
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 45px;
    border: 1px solid #bdcff5;
    border-radius: 50px;
    color: #bdcff5;
    transition: all .5s;
}
.bx-siteMAbout009-list:hover
{
    background-color: #f8faff;
}
.bx-siteMAbout009-list:hover .text span
{
    background-color: #bdcff5;
    color: #fff;
}
@media screen and (max-width: 1500px)
{/* .bx-siteMAbout009-list .text h3 {
        font-size: 38px;
    }*/
    .bx-siteMAbout009-list .text p
    {
        margin-top: 30px;
        font-size: 14px;
    }
    .bx-siteMAbout009-list .text span
    {
        line-height: 40px;
        padding: 0 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px)
{
    .bx-siteMAbout009-list .text
    {
        padding: 3%;
    }/* .bx-siteMAbout009-list .text h3 {
            font-size: 32px;
        }
*/
    .bx-siteMAbout009-list .text p
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px)
{
    .bx-siteMAbout009-list
    {
        flex-direction: column!important;
        border-radius: 10px;
    }
    .bx-siteMAbout009-list .img, .bx-siteMAbout009-list .text
    {
        width: 100%;
    }
    .bx-siteMAbout009-list .text h3
    {
        font-size: 20px;
    }
    .bx-siteMAbout009-list .text p
    {
        margin-top: 15px;
    }
    .bx-siteMAbout009-item ul li
    {
        margin-bottom: 20px;
    }
}
.message
{
    padding: 60px 0 250px;
    margin-bottom: -195px;
    background: #f5faff;
}
.video_view
{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000000;
}
.video_pack
{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_pack video
{
    width: 100%;
    display: block;
}
.video_pack i
{
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 20px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
}
.banner_btn a:last-child
{
    display: none;
}
.home_bannertitle
{
    position: absolute;
    top: 50%;
    left: 420px;
    transform: translateY(-50%);
    width: 30%;
}
.home_bannertitle h3
{
    font-size: 38px;
    color: #fff;
}
.home_bannertitle h4
{
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    margin-top: 15px;
}
.home_bannertitle div a
{
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    width: 160px;
    line-height: 45px;
    color: #fff;
    margin-right: 20px;
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
}
.home_bannertitle div a:hover
{
    background: #fff;
    color: #0080ff;
}
.home_bannerswiper
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home_bannerswiper .swiper-pagination-bullet
{
    width: 27px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    opacity: .5;
}
.home_bannerswiper .swiper-pagination-bullet-active
{
    opacity: 1;
    width: 78px;
}
.home_bannerswiper .swiper-pagination
{
    width: auto;
    left: 70%;
    bottom: 120px;
}
.home_about
{
    padding: 120px 0 190px;
    background: url(../image/home_topbg.png) no-repeat center/cover;
}
.home_about_pack
{
    display: flex;
    margin-top: 60px;
    align-items: center;
}
.home_left_cont
{
    width: calc(100% - 673px);
    padding: 0 40px;
    position: relative;
}
.home_left_cont div::after
{
    content: "";
    width: 45px;
    height: 160px;
    background: url(../image/home_aboutcont.png) no-repeat center/100% 100%;
    position: absolute;
    left: 10px;
    top: -40px;
}
.home_left_cont div p
{
    text-indent: 2em;
    font-size: 16px;
    line-height: 40px;
}
.home_left_cont a
{
    width: 200px;
    height: 56px;
    border-radius: 10px;
    background: #0080ff;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-top: 70px;
    display: block;
    line-height: 56px;
}
.home_why
{
    background: url(../image/home_whybg.png) no-repeat center/cover;
    position: relative;
}
.home_why_title
{
    width: 1047px;
    height: 168px;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    top: -84px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 14px rgba(107,107,107,16%);
    font-size: 48px;
    line-height: 168px;
    text-align: center;
    color: #000;
    z-index: 2;
}
.home_whylist
{
    overflow: hidden;
}
.home_whylist li
{
    float: left;
    width: 33.3333%;
    border: .5px solid rgba(255,255,255,30%);
    padding: 110px 0;
    text-align: center;
}
.home_whylist li h3
{
    font-size: 72px;
    line-height: 130px;
    color: #fff;
}
.home_whylist li h3 span
{
    font-size: 16px;
    line-height: 27px;
}
.home_whylist li p
{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}
.home_pro
{
    padding: 114px 0 120px;
    position: relative;
}
.home_protoplist
{
    display: flex;
    justify-content: space-around;
}
.home_protoplist a
{
    font-size: 18px;
    line-height: 31px;
    color: #333;
    border-bottom: 3px solid transparent;
}
.home_protoplist a:hover, .home_protoplist .active
{
    color: #0080ff;
    border-color: #0080ff;
}
.pro_swiper
{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.pro_swiper .swiper-slide
{
    background: #f1f5fe;
    border-radius: 30px;
    padding: 73px 50px 104px 40px;
}
.swiper_pack
{
    display: flex;
}
.pro_swipercont h4
{
    font-size: 28px;
    line-height: 61px;
    color: #000;
}
.pro_swipercont p
{
    font-size: 16px;
    line-height: 30px;
    color: rgba(102,102,102,80%);
    margin-top: 20px;
}
.pro_swiperlist
{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_swiperlist span
{
    font-size: 16px;
    line-height: 31px;
    color: #000;
    display: block;
    padding-left: 24px;
    position: relative;
    width: 48%;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_swiperlist span::before
{
    content: "";
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pro_swipercont
{
    width: calc(100% - 633px);
    padding-right: 36px;
}
.pro_swipercont a
{
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    background: #0080ff;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
}
.home_pro .layout
{
    position: relative;
}
.home_pro .swiper-button-next
{
    right: -90px;
    border-radius: 50%;
    width: 84px;
    height: 84px;
}
.home_pro .swiper-button-next:hover, .home_pro .swiper-button-prev:hover
{
    background-color: #d9ecff;
}
.home_pro .swiper-button-prev
{
    left: -90px;
    border-radius: 50%;
    width: 84px;
    height: 84px;
}
.home_cooper
{
    padding: 119px 0 120px;
    background: rgba(241,245,254,50%);
}
.help_pack
{
    display: flex;
    margin-top: 20px;
}
.help_tab
{
    width: 280px;
    background: #fff url(../image/helpicon.png) no-repeat right bottom;
    padding: 40px 0;
}
.help_tab a
{
    display: block;
    font-size: 20px;
    line-height: 41px;
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
}
.help_tab a::before
{
    content: "";
    width: 6px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0080ff;
    display: none;
}
.help_tab a:hover, .help_tab .active
{
    color: #0080ff;
}
.help_tab a:hover::before, .help_tab .active::before
{
    display: block;
}
.help_tab a:last-child
{
    color: #0080ff;
}
.help_tab a:last-child:hover::before
{
    display: none;
}
.help_list
{
    width: calc(100% - 280px);
}
.help_cont
{
    background: url(../image/headbg.png) no-repeat center/cover;
    display: none;
}
.help_cont:first-child
{
    display: block;
}
.help_contpack
{
    background: linear-gradient(90deg,rgba(0,0,0,80%) 10%,rgba(0,0,0,0) 100%);
    padding: 30px 60px;
}
.help_contpack img
{
    height: 50px;
    display: block;
}
.help_contpack p
{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    width: 60%;
}
.help_join
{
    display: flex;
    align-items: center;
}
.help_join img
{
    width: 108px;
    height: 108px;
    object-fit: cover;
    display: block;
}
.help_join div
{
    width: calc(100% - 108px);
    padding-left: 30px;
}
.help_join div h4
{
    font-size: 24px;
    line-height: 41px;
    color: #fff;
}
.help_join div p
{
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    margin: 0;
}
.help_btn
{
    margin-top: 20px;
}
.help_btn a
{
    display: inline-block;
    width: 138px;
    height: 47px;
    background: #fff;
    color: #0080ff;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 40px;
}
.help_btn a:hover
{
    background: #0080ff;
    color: #fff;
}
.home_honor
{
    padding: 134px 0 114px;
}
.honor_tab
{
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
}
.honor_tab a
{
    font-size: 22px;
    line-height: 41px;
    color: #333;
}
.honor_tab a:hover, .honor_tab .active
{
    transform: scale(1.2);
    color: #000;
}
.honor_list
{
    margin-top: 30px;
    position: relative;
}
.honorswiper
{
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.honor_contpack
{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 33px;/*box-shadow: 0 6px 14px rgba(45,45,45,16%);*/
}
.honorimg
{
    width: 610px;
    border-radius: 30px;
    overflow: hidden;
}
.honorimg img
{
    width: 100%;
    display: block;
}
.honortext
{
    width: calc(100% - 610px);
    padding: 0 60px 0;
}
.honortext h4
{
    font-size: 40px;
    line-height: 82px;
    color: #000;
    font-weight: 700;
}
.honortext p
{
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-top: 50px;
}
.honortext a
{
    display: block;
    width: 183px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #0080ff;
    border-radius: 10px;
    margin-top: 80px;
}
.honor_list .bxweb
{
    width: 73px;
    height: 73px;
    background: #0080ff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    line-height: 73px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.honor_list .bx-gengduo
{
    right: -113px;
    padding-left: 10px;
}
.honor_list .bx-zuo
{
    left: -113px;
    padding-left: 20px;
    opacity: .7;
}
.home_contact
{
    padding-bottom: 20px;
}
.fixed
{
    position: fixed;
    background: #0080ff;
    z-index: 100;
}
.home_code
{
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.codes
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.codes i
{
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.codes img
{
    width: 100px;
    height: 100px;
    display: block;
}
@media(max-width: 1700px)
{
    .honor_list .bxweb
    {
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        z-index: 100;
    }
    .honor_list .bx-gengduo
    {
        right: 10px;
        padding-left: 5px;
    }
    .honor_list .bx-zuo
    {
        left: 10px;
        padding-left: 13px;
    }
}
@media(max-width: 1600px)
{
    .home_bannertitle h3
    {
        line-height: 70px;
    }
    .home_bannertitle div a
    {
        width: 180px;
    }
    .home_pro .swiper-button-next
    {
        width: 50px;
        height: 50px;
        right: 0;
        background-size: 60% 60%;
    }
    .home_pro .swiper-button-prev
    {
        width: 50px;
        height: 50px;
        left: 0;
        background-size: 60% 60%;
        z-index: 100;
    }
    .team_title, .home_why_title, .intro-cont2 h4
    {
        font-size: 44px;
    }
    .banner_title
    {
        font-size: 65px;
    }
}
@media(max-width: 1500px)
{
    .home_bannertitle h3
    {
        font-size: 36px;
        line-height: 65px;
    }
    .home_bannertitle h4
    {
        line-height: 44px;
    }/*   .layout {
        width:95%;
    }*/
    .home_bannertitle
    {
        left: 200px;
    }
    .team_title, .home_why_title, .intro-cont2 h4
    {
        font-size: 40px;
    }
    .home_whylist li h3
    {
        font-size: 100px;
        line-height: 110px;
    }
    .pro_text h4
    {
        font-size: 36px;
    }
    .banner_title
    {
        font-size: 60px;
    }
    .pro_swiper .swiper-slide
    {
        padding: 50px;
    }
    .pro_swipercont h4
    {
        font-size: 32px;
        line-height: 55px;
    }
    .pro_swipercont p
    {
        margin-top: 10px;
    }
    .pro_swiperlist
    {
        margin-top: 30px;
    }
    .pro_swiperlist span
    {
        margin-bottom: 10px;
    }
    .pro_swipercont a
    {
        width: 180px;
        line-height: 50px;
        height: 50px;
        margin-top: 50px;
        font-size: 20px;
    }
    .honorimg
    {
        width: 550px;
    }
    .honortext
    {
        width: calc(100% - 550px);
    }
}
@media(max-width: 1400px)
{
    .home_bannertitle div a
    {
        width: 160px;
        line-height: 45px;
        font-size: 22px;
    }
    .home_bannertitle h3
    {
        font-size: 32px;
        line-height: 68px;
    }
    .home_bannertitle h4
    {
        font-size: 24px;
        line-height: 40px;
    }
    .home_bannertitle
    {
        left: 160px;
    }
    .team_title, .home_why_title, .intro-cont2 h4
    {
        font-size: 36px;
    }
    .pro_swipercont h4, .bx-siteM103-title h3, .about_cont h3, .idealist li a h3, .bot_text, .public_cont h3, .pro_text h4
    {
        font-size: 32px;
    }
    .pro_text h4
    {
        line-height: 45px;
    }
    .home_whylist li h3
    {
        font-size: 80px;
        line-height: 90px;
    }
    .home_whylist li p
    {
        font-size: 22px;
    }
    .pro_text p
    {
        margin-top: 30px;
    }
    .banner_title
    {
        font-size: 55px;
    }
    .bx-siteMAbout009-list .text h3
    {
        font-size: 18px;
        line-height: 30px;
    }
    .w-nav>li>a
    {
        font-size: 14px;
    }
    .er-nav li a
    {
        font-size: 14px;
        line-height: 70px;
    }
    .san_nav>a
    {
        font-size: 14px;
        line-height: 30px;
    }
    .si_nav a
    {
        font-size: 12px;
    }
    .er_navlist
    {
        width: 700px;
    }
    .er-nav
    {
        width: 200px;
    }
    .san_navlist
    {
        width: calc(100% - 200px);
    }
}
@media(max-width: 1300px)
{
    .home_bannertitle div a
    {
        width: 135px;
        line-height: 40px;
        font-size: 20px;
    }
    .home_bannertitle h3
    {
        font-size: 28px;
        line-height: 68px;
    }
    .home_bannertitle h4
    {
        font-size: 22px;
        line-height: 40px;
    }
    .team_title, .home_why_title, .intro-cont2 h4
    {
        font-size: 32px;
    }
    .pro_swipercont h4, .bx-siteM103-title h3, .about_cont h3, .idealist li a h3, .bot_text, .public_cont h3, .pro_text h4
    {
        font-size: 28px;
    }
    .pro_text h4
    {
        line-height: 40px;
    }
    .home_whylist li h3
    {
        font-size: 60px;
        line-height: 70px;
    }
    .home_whylist li p
    {
        font-size: 20px;
    }
    .pro_text p
    {
        margin-top: 20px;
    }
    .banner_title
    {
        font-size: 55px;
    }
    .bx-siteMAbout009-list .text h3
    {
        font-size: 16px;
        line-height: 26px;
    }/* .er-nav li a {
        font-size: 16px;
        line-height: 40px;
    }
    .san_nav > a {
        font-size:16px;
        line-height:32px;
    }
    .si_nav a {
        font-size:14px;
    }*/
}
.str_wrap
{
    overflow: hidden;/* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.str_move
{
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}
.str_move_clone
{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}
.str_vertical .str_move_clone
{
    left: 0;
    top: 100%;
}
.str_down .str_move_clone
{
    left: 0;
    bottom: 100%;
}
.str_vertical .str_move, .str_down .str_move
{
    white-space: normal;
    width: 100%;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move
{
    cursor: inherit;
}
.str_wrap img
{
    max-width: none!important;
}
.bx-siteM103-title
{
    text-align: center;
}
.bx-siteM103-title h3
{
    font-size: 36px;
    line-height: 36px;
    color: #333;
}
.bx-siteM103-title p
{
    color: #666;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}
.bx-siteM103-item
{
    width: 100%;
    max-width: 1700px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}
.bx-siteM103-item::before
{
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,#fafdff 100%);
    z-index: 10;
}
.bx-siteM103-item::after
{
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%,#fafdff 100%);
    z-index: 10;
}
.bx-siteM103-item ul
{
    white-space: nowrap;
    margin-top: 0;
}
.bx-siteM103-item ul li
{
    display: inline-block;
    width: 260px;
    height: 120px;
    float: none;
    margin: 10px 15px;
}
.bx-siteM103-item ul li .bx-siteM103-list
{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff!important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.bx-siteM103-item ul li .bx-siteM103-list img
{
    max-width: 50%;
    max-height: 50%;
    width: auto;
}
.bx-siteM103-item ul li .bx-siteM103-list .img
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
}
.bx-siteM103-item ul li .bx-siteM103-list .img::before
{
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list .img::after
{
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list::before
{
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list::after
{
    content: '';
    display: block;
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s;
    background-color: #008dce;
}
.bx-siteM103-item ul li .bx-siteM103-list .img:hover:before
{
    width: 100%;
}
.bx-siteM103-item ul li .bx-siteM103-list .img:hover:after
{
    width: 100%;
}
.bx-siteM103-item ul li .bx-siteM103-list:hover:before
{
    height: 100%;
}
.bx-siteM103-item ul li .bx-siteM103-list:hover::after
{
    height: 100%;
}
.bx-siteM103-itemBox
{
    margin-top: 40px;
}
.bx-siteM103
{
    margin-top: 60px;
}
.home_left_img
{
    width: 673px;
}
.home_left_img img
{
    width: 100%;
    display: block;
}
.home_banner img
{
    width: 100%;
    display: block;
}
@media screen and (max-width: 1500px)
{
    .bx-siteM103-item ul li
    {
        width: 230px;
        height: 100px;
    }
    .bx-siteM103-itemBox
    {
        margin-top: 25px;
    }
    .bx-siteM103-item
    {
        margin-top: 80px;
    }
}
@media screen and (max-width: 1000px)
{
    .bx-siteM103-item ul li
    {
        width: 120px;
        height: 60px;
        margin: 8px;
    }
    .bx-siteM103-itemBox
    {
        margin-top: 10px;
    }
    .bx-siteM103-item
    {
        margin-top: 20px;
    }
    .bx-siteM103-title h3
    {
        font-size: 22px;
    }
    .bx-siteM103-title p
    {
        font-size: 14px;
        margin-top: 10px;
    }
    .layout
    {
        width: 100%;
    }
    header
    {
        position: relative!important;
        background: #000;
    }
    .navlist
    {
        position: absolute;
        top: 100%;
        left: 0;
        background: #000;
        padding: 10px 0;
        margin: 0;
        width: 100%;
        display: none;
    }
    .w-nav
    {
        display: block;
    }
    .w-nav>li>a
    {
        line-height: 28px;
        text-align: center;
    }
    .w-nav>li>a:hover::after, .w-nav .active>a::after
    {
        display: none;
    }
    .nav_contact
    {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%,-50%);
        font-size: 14px;
    }
    .logo
    {
        height: 60px;
        padding: 10px;
    }
    .iconfont
    {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .iconfont i
    {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }
    .iconfont .cha
    {
        background: url(../image/cha.png) no-repeat center/100% 100%;
        display: none;
    }
    .iconfont .nav
    {
        background: url(../image/nav.png) no-repeat center/100% 100%;
    }
    .er_navlist
    {
        width: 100%;
        position: relative;
        background: #000;
    }
    .er-nav
    {
        width: 40%;
        background: #000;
    }
    .san_navlist
    {
        width: 60%;
    }
    .er-nav li a, .san_nav a
    {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
    }
    .er-nav li a:hover, .er-nav .active a
    {
        background: #000;
    }
    .home_bannerswiper .swiper-pagination
    {
        left: 0;
        width: 100%;
        bottom: 10px;
    }
    .solve_nav
    {
        width: 100%;
        background: transparent;
        position: relative;
    }
    .solve_nav li a
    {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
    }
    .solve_nav li a:hover
    {
        background: #000;
    }
    .banner_title
    {
        font-size: 20px;
    }
    .case
    {
        padding: 30px 10px;
    }
    .case_toplist
    {
        margin: 0 -5px;
    }
    .case_toplist li
    {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .case_toplist_cont
    {
        padding: 10px;
    }
    .case_toplist_cont h3, .case_classify, .case_cont h4
    {
        font-size: 16px;
        line-height: 26px;
    }
    .case_toplist_cont p, .case_toplist_cont a, .case_cont p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .case_classifylist
    {
        margin: 0;
    }
    .case_classify samp
    {
        margin-left: 15px;
    }
    .case_classify span
    {
        margin-right: 15px;
    }
    .case_list li a
    {
        display: block;
    }
    .case_listimg
    {
        width: 100%;
    }
    .case_cont
    {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .case_cont span
    {
        font-size: 12px;
    }
    .case_cont i
    {
        margin-top: 20px;
    }
    .case_list li:nth-child(2n) a .case_cont
    {
        padding: 10px 0 0 0;
    }
    .public_cont
    {
        width: 100%;
        padding: 20px 0;
        top: -170px;
    }
    .public_cont h3
    {
        font-size: 16px;
        line-height: 26px;
    }
    .public_cont p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .public_cont .button a
    {
        width: 120px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .footer_navlist
    {
        display: none;
    }
    .footer_contact
    {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .footer_codelist
    {
        width: 100%;
        margin-top: 20px;
        justify-content: space-around;
    }
    .footer_content
    {
        display: block;
        padding: 30px 10px;
    }
    .icon-email
    {
        margin-top: 7px;
    }
    .footer_logo
    {
        margin: 0 auto;
    }
    footer
    {
        padding-top: 100px;
        background-size: cover;
    }
    .map
    {
        padding: 10px;
    }
    .map *
    {
        width: 100%;
        display: block;
    }
    .bot_conts
    {
        padding-top: 30px;
        height: auto;
        margin: 0;
        display: none;
    }
    .bot_text
    {
        padding: 30px;
        font-size: 20px;
        line-height: 35px;
    }
    .solve_list, .solve_cont1
    {
        padding: 30px 10px;
    }
    .solve_list a
    {
        font-size: 16px;
        line-height: 26px;
    }
    .solve_list a::after
    {
        margin: 0 15px;
    }
    .team_title
    {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .challenge_list
    {
        margin: 0 -5px;
    }
    .challenge_list li
    {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .challenge_cont h4, .solve_lists li .div h4, .advantage_list li a h4
    {
        font-size: 16px;
        line-height: 30px;
    }
    .challenge_cont p, .solve_lists li .div p, .advantage_list li a p, .storyswiper p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .storyswiper p
    {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .challenge_list li a
    {
        padding: 20px;
    }
    .solve_cont2_cont
    {
        padding: 30px 10px 10px;
    }
    .solve_lists
    {
        margin: 0;
    }
    .solve_lists li
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .solve_lists li .div
    {
        padding: 20px;
        height: auto;
    }
    .solve_lists li .div p
    {
        margin-top: 20px;
    }
    .solve_cont3
    {
        padding: 30px 10px;
    }
    .solve_cont4_cont
    {
        padding: 30px 10px 0;
    }
    .advantage_list
    {
        margin: 0;
    }
    .advantage_list li
    {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .advantage_list li a
    {
        padding: 20px;
    }
    .solve_cont5
    {
        padding: 30px 10px;
    }
    .home_join
    {
        margin-bottom: -16px;
    }
    .home_bannertitle
    {
        width: 80%;
        left: 20px;
    }
    .home_bannertitle h3
    {
        font-size: 20px;
        line-height: 30px;
    }
    .home_bannertitle h4
    {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .home_bannertitle div a, .home_left_cont a
    {
        font-size: 14px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
    }
    .home_about
    {
        padding: 30px 10px;
    }
    .home_about_pack
    {
        display: block;
        margin-top: 20px;
    }
    .home_left_cont
    {
        width: 100%;
        padding: 0;
    }
    .home_left_img
    {
        width: 100%;
        margin: 20px 0 0;
    }
    .home_why_title
    {
        width: 100%;
        height: auto;
        font-size: 20px;
        line-height: 40px;
        top: 0;
    }
    .home_whylist li
    {
        width: 50%;
        padding: 80px 0;
    }
    .home_whylist li h3
    {
        font-size: 40px;
        line-height: 50px;
    }
    .home_whylist li p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .home_bannerswiper .swiper-pagination-bullet
    {
        width: 20px;
        height: 8px;
    }
    .home_pro
    {
        padding: 30px 10px;
    }
    .home_protoplist
    {
        flex-wrap: wrap;
    }
    .home_protoplist a
    {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .pro_swiper .swiper-slide
    {
        padding: 20px;
    }
    .swiper_pack
    {
        display: block;
    }
    .pro_swipercont
    {
        width: 100%;
        padding: 0;
    }
    .pro_swipercont h4
    {
        font-size: 20px;
        line-height: 30px;
    }
    .pro_swipercont p
    {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .pro_swiperlist span
    {
        font-size: 14px;
        line-height: 24px;
    }
    .pro_swiperlist
    {
        margin-top: 20px;
    }
    .pro_swipercont a
    {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 30px;
    }
    .pro_swiperimg
    {
        width: 100%;
        margin-top: 20px;
    }
    .swiper-button-next, .swiper-button-prev
    {
        display: none;
    }
    .home_cooper
    {
        padding: 30px 10px;
    }
    .help_pack
    {
        display: block;
    }
    .help_tab
    {
        width: 100%;
        padding: 20px 0;
    }
    .help_tab a
    {
        font-size: 16px;
        line-height: 26px;
        padding: 5px 0;
    }
    .help_list
    {
        width: 100%;
    }
    .help_contpack
    {
        padding: 20px;
    }
    .help_contpack p
    {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .help_join img
    {
        width: 80px;
        height: 80px;
    }
    .help_join div h4
    {
        font-size: 16px;
        line-height: 26px;
    }
    .help_join div p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .help_join div
    {
        width: calc(100% - 80px);
        padding-left: 10px;
    }
    .help_btn a
    {
        width: 100px;
        line-height: 35px;
        font-size: 14px;
        height: 35px;
    }
    .bx-siteM103
    {
        margin-top: 20px;
    }
    .home_honor
    {
        padding: 30px 10px;
    }
    .honor_tab
    {
        display: block;
        padding: 0;
    }
    .honor_tab a
    {
        font-size: 16px;
        line-height: 26px;
        padding: 0 5px;
    }
    .honor_contpack
    {
        display: block;
    }
    .honorimg
    {
        width: 100%;
    }
    .honortext
    {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .honor_list .bxweb
    {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 33px;
    }
    .honor_list .bx-zuo
    {
        padding-left: 10px;
    }
    .honortext h4
    {
        font-size: 20px;
        line-height: 30px;
    }
    .honortext p
    {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .honortext a
    {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 30px;
    }
    .about
    {
        padding: 30px 10px;
    }
    .about_top
    {
        display: block;
    }
    .about_img
    {
        width: 100%;
    }
    .about_cont
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .about_cont h3
    {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .about_cont h3 span
    {
        width: 100%;
    }
    .about_cont h3::after
    {
        position: static;
        margin: 10px auto 0;
        display: block;
    }
    .about_cont p
    {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .aboutlogo
    {
        display: none;
    }
    .idealist
    {
        margin: 20px 0 0;
    }
    .idealist li
    {
        padding: 0;
        width: 100%;
    }
    .idealist li a h3
    {
        font-size: 20px;
        line-height: 30px;
    }
    .idealist li a h3 span
    {
        font-size: 16px;
        line-height: 26px;
    }
    .idealist li a h3::after
    {
        width: 40px;
        margin: 20px 0;
    }
    .idealist li a p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .idealist li a
    {
        padding: 15px;
    }
    .idealist li a img
    {
        width: 30%;
    }
    .top-cont h5
    {
        font-size: 20px;
        line-height: 30px;
    }
    .top-cont p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .chronicle li .top-cont
    {
        padding-left: 14px;
    }
    .intro-cont2 h4
    {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .intro-cont2
    {
        padding-bottom: 30px;
    }
    .bannerpro_title
    {
        left: 20px;
    }
    .bannerpro_title h3
    {
        font-size: 20px;
        line-height: 30px;
    }
    .bannerpro_title p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .banner_btn
    {
        margin-top: 20px;
    }
    .banner_btn a
    {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .banner img
    {
        height: 240px;
        object-fit: cover;
    }
    .pro_cont1
    {
        padding: 30px 10px;
    }
    .pro_cont1_title p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .pro_cont1_list li
    {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .pro_cont1_list
    {
        margin: 20px 0 0;
    }
    .pro_cont1_text h4
    {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .pro_cont1_text p
    {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .pro_cont1_img img
    {
        width: 50%;
    }
    .pro_cont2_pack
    {
        padding: 30px 10px;
    }
    .pro_cont2_list
    {
        margin: 0;
    }
    .pro_cont2_list li
    {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .pro_cont2_list li a
    {
        padding: 15px;
    }
    .pro_cont2_list li a h4
    {
        font-size: 16px;
        line-height: 26px;
    }
    .pro_cont2_list li a p
    {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .pro_cont3
    {
        padding: 30px 10px;
    }
    .pro_swiperpack
    {
        padding: 30px 10px;
    }
    .swipercont
    {
        width: 100%;
    }
    .pro_text h4
    {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }
    .pro_text p
    {
        font-size: 16px;
        line-height: 26px;
    }
    .pro_case
    {
        padding: 30px 10px;
    }
    .pro_caselist
    {
        margin: 0 -5px;
    }
    .pro_caselist li
    {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    .pro_caselist li a p
    {
        font-size: 14px;
        line-height: 40px;
    }
    .pro_why
    {
        padding: 30px 10px;
    }
    .pro_whyimg
    {
        margin-top: 20px;
    }
    .pro_FAQ
    {
        padding: 30px 10px;
    }
    .pro_FAQlist li h3
    {
        font-size: 16px;
        line-height: 26px;
    }
    .pro_FAQlist li h3 i
    {
        font-size: 20px;
    }
    .pro_FAQlist_cont p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .framework
    {
        padding: 30px 10px;
    }
    .framework h3
    {
        margin-bottom: 30px;
    }
    .framework_pack
    {
        display: block;
    }
    .framework_img
    {
        width: 100%;
    }
    .framework_cont
    {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .sol-tabs .layout
    {
        flex-wrap: wrap;
    }
    .sol-tabs a
    {
        width: 33.3333%;
        padding: 10px;
    }
    .sol-tabs a div
    {
        width: 40px;
        height: 40px;
    }
    .sol-tabs
    {
        height: auto;
    }
    .sol-swiper .swiper-slide>div
    {
        padding: 30px 10px;
    }
    .sol-swiper a .txt .desc
    {
        font-size: 14px;
        line-height: 24px;
    }
    .sol-swiper a .img
    {
        width: 100%;
        margin-top: 0;
    }
    .platform
    {
        padding: 30px 10px;
    }
    .message
    {
        padding: 30px 10px 200px;
    }
}