/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
/* banner */
.second-page{
    padding-top: 69px;
    box-sizing: border-box;
}
.second-banner{
    position: relative;
}
.second-banner img{
    width: 100%;
    display: block;
}
.second-banner-letter{
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-letter-big{
    font-size: 48px;
    font-weight: 400;
    color: #181818;
    line-height: 50px;
}
.banner-letter-sm{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 10px;
}
.banner-letter-sm2{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 16px;
    letter-spacing: 3px;
}
.banner-letter-sm2 span{
    border-bottom: 2px solid #2D69FF;
}
.banner-letter-line{
    width: 406px;
    height: 2px;
    background: #2D69FF;
    margin-top: 4px;
}
.banner-letter-white .banner-letter-big,.banner-letter-white .banner-letter-sm,.banner-letter-white .banner-letter-sm2{
    color: #FFFFFF;
}
.page-con-width{
    width: 1200px;
    margin: 0 auto;
}
.back-white{
    background-color: #FFFFFF;
}
.back-gry{
    background: #F4F4F4;
}
.page-title-big{
    font-size: 34px;
    color: #181818;
    font-weight: 400;
    text-align: center;
}
.page-title-sm{
    width: 985px;
    margin: 26px auto 0;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
}
.page-title-sm2{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}
.laboratory-page-con{
    padding: 75px 0 80px;
}
.laboratory-list{
    margin-top: 30px;
}
.laboratory-li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #DCE0E6;
}
.laboratory-li:hover .laboratory-info{
    opacity: 1;
}
.laboratory-pic{
    width: 220px;
    height: 180px;
    margin-right: 30px;
}
.laboratory-pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.laboratory-info{
    flex: 1;
    height: 180px;
    position: relative;
    opacity: 0.85;
}
.laboratory-title{
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-bottom: 14px;
}
.laboratory-txt{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
    letter-spacing: 1px;
}
.laboratory-time{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.laboratory-time img{
    width: 14px;
    margin-right: 8px;
}
.laboratory-time span{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.laboratory-link{
    text-align: center;
    margin-top: 20px;
}
.laboratory-link a{
    ont-size: 12px;
    font-weight: 400;
    color: #2C68FF;
    opacity: 0.85;
}
.laboratory-link a:hover{
    opacity: 1;
}
.flex-space-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 45px;
}
.flex-center-box{
    display: flex;
    align-items: center;
}
.test-one-pic{
    margin-right: 54px;
}
.test-two-pic{
    margin-left: 83px;
}
.test-three-pic{
    margin-right: 78px;
}
.flex-space-left{
    order: 1;
}
.flex-space-left img{
    display: block;
}
.flex-space-right{
    flex: 1;
    order: 2;
}
.flex-space-right .mode-title{
    margin-top: 28px;
}
.mode-title-big{
    font-size: 30px;
    font-weight: 400;
    color: #181818;
    line-height: 32px;
}
.mode-title-line{
    width: 60px;
    height: 3px;
    background: #2C68FF;
    margin-top: 16px;
}
.mode-title-sm{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
    margin-top: 26px;
}
.mode-title-big-two{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 22px;
}
.mode-title-big-active{
    color: #2C68FF;
    transition: all .4s;
}
.mode-list{
    margin-top: 40px;
    width: 510px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DCE0E6;
    border-right: 1px solid #DCE0E6;
}
.mode-li{
    border-top: 1px solid #DCE0E6;
    border-left: 1px solid #DCE0E6;
    width: 33%;
    height: 114px;
    padding-top: 28px;
    box-sizing: border-box;
}
.mode-li img{
    width: 38px;
    height: 38px;
    display: block;
    margin: auto;
}
.mode-txt{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-top: 12px;
}
.back-gry .flex-space-left{
    order: 2;
}
.back-gry .flex-space-right{
    order: 1;
}

.team-mode-box{
    background: url("../images/about/bg.jpg") no-repeat left top;
    background-size: 100% 100%;
    padding: 80px 0;
}
.team-mode-list{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-mode-li{
    width: 380px;
    height: 160px;
    background-color: #FFFFFF;
    border: 1px solid #DCE0E6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-mode-li img{
    width: 88px;
    height: 74px;
    display: block;
    margin-right: 20px;
}
.team-mode-list .team-mode-li:nth-child(2) img{
    margin-right: 0;
}
.team-mode-text-big{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.team-mode-text-sm{
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    margin-top: 14px;
}
.culture-mode-box{
    padding: 80px 0;
}
.culture-mode-list{
    margin-top: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(138, 138, 138, 0.2);
    display: flex;
    flex-wrap: wrap;
}
.culture-mode-li{
    width: 50%;
    display: flex;
    justify-content: center;
}
.culture-mode-li img{
    flex: 1;
    display: block;
}
.culture-mode-text{
    flex: 1;
    padding: 35px 0 0 40px;
    box-sizing: border-box;
    margin-top: 0;
}
.culture-mode-text .mode-title-big{
    font-size: 24px;
    line-height: 26px;
}
.culture-mode-text .mode-title-line{
    width: 46px;
    margin-top: 12px;
}
.culture-mode-text .mode-title-sm{
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}
.more-btn{
    width: 120px;
    height: 35px;
    border: 1px solid #2C68FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #2C68FF;
    cursor: pointer;
    margin-top: 50px;
}
.more-btn:hover {
    background-color: #2C68FF;
    color: #ffffff;
    transition: all .3s;
}
.product-mode-box .flex-space-left{
    margin-right: 55px;
    order: 1;
}

.product-mode-box .products-nav{
    justify-content: center;
}
.product-mode-box .products-navItem{
    margin: 0 55px;
}
.product-mode-box .flex-space-right .mode-title{
    margin-top: 0;
}
.safety-productsList{
    height: 430px;
}
.safety-productsList .mode-title-sm{
    margin-top: 10px;
}
.safety-productsList .more-btn{
    margin-top: 40px;
}
.series-list{
    width: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.series-li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    box-shadow: 0 5px 20px 0 rgba(179, 179, 179, 0.15);
    margin-bottom: 10px;
    cursor: pointer;
    color: #333333;
}
.series-icon{
    width: 34px;
    height: 30px;
    margin-right: 6px;
    transition: all .3s;
}
.series-li:hover{
    background-color: #2C68FF;
    color: #FFFFFF;
    transition: all .3s;
}
.series-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.series-li-one .series-icon{
    background: url("../images/product/icon1.png") no-repeat left top;
    background-size: 100%;
}
.series-li-one:hover .series-icon{
    background: url("../images/product/icon2.png") no-repeat left top;
    background-size: 100%;
}
.series-li-two .series-icon{
    background: url("../images/product/icon3.png") no-repeat left top;
    background-size: 100%;
}
.series-li-two:hover .series-icon{
    background: url("../images/product/icon4.png") no-repeat left top;
    background-size: 100%;
}

.series-li-three .series-icon{
    background: url("../images/product/icon5.png") no-repeat left top;
    background-size: 100%;
}
.series-li-three:hover .series-icon{
    background: url("../images/product/icon6.png") no-repeat left top;
    background-size: 100%;
}

.series-li-four .series-icon{
    background: url("../images/product/icon7.png") no-repeat left top;
    background-size: 100%;
}
.series-li-four:hover .series-icon{
    background: url("../images/product/icon8.png") no-repeat left top;
    background-size: 100%;
}

.solution-swiper-box{
    width: 100%;
    height: 560px;
    margin-top: 50px;
}
.solution-swiper-box .swiper-slide{
    width: 594px;
    height: 560px;
    transform: scale(0.8);
    overflow: hidden;
}
.solution-swiper-box .swiper-slide-next,.solution-swiper-box .swiper-slide-prev{
    transform: scale(0.9);
}
.solution-swiper-box .swiper-slide-active{
    transform: scale(1);
}
.slide-white-mask{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.solution-swiper-box .swiper-slide-active .slide-white-mask{
    display: none;
}
.solution-mode{
    width: 594px;
    height: 560px;
    background: url("../images/solution/bg.png") no-repeat left top;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    box-sizing: border-box;
}
.solution-num{
    font-size: 70px;
    font-weight: bold;
    color: #2C68FF;
    line-height: 72px;
}
.solution-name{
    font-size: 22px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
    margin-top: 8px;
}
.solution-line{
    width: 36px;
    height: 3px;
    background: #2C68FF;
    margin: 18px 0 30px;
}
.solution-text{
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
}
.solution-link{
    width: 120px;
    height: 35px;
    background: #2D69FF;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.solution-swiper-box .swiper-slide-active .solution-link{
    display: flex;
}
.solution-swiper-prev{
    width: 60px;
    height: 60px;
    background: url("../images/icon_left_01.png") no-repeat left top;
    background-size: 100% 100%;
}
.solution-swiper-prev:hover{
    background: url("../images/icon_left_02.png") no-repeat left top;
    background-size: 100% 100%;
}
.solution-swiper-next{
    width: 60px;
    height: 60px;
    background: url("../images/icon_right_02.png") no-repeat left top;
    background-size: 100% 100%;
}
.solution-swiper-next:hover{
    background: url("../images/icon_right_01.png") no-repeat left top;
    background-size: 100% 100%;
}

.breadcrumb-nav{
    padding: 22px 0;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
.breadcrumb-nav a{
    color: #888888;
}
.breadcrumb-nav i{
    font-style: normal;
    margin: 0 5px;
}
.breadcrumb-nav span{
    color: #2C68FF;
}
.hsm-mode-box{
    padding: 80px 0 56px;
}
.hsm-type-list{
    display: flex;
    justify-content: center;
    padding: 0 15px 0;
    box-sizing: border-box;
    margin-top: 53px;
}
.hsm-type-li{
    margin-right: 130px;
}
.hsm-type-li:last-child{
    margin-right: 0;
}
.hsm-type-li img{
    width: 167px;
    display: block;
    margin: 0 auto;
}
.hsm-type-name{
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    margin-top: 18px;
    text-align: center;
}
.hsm-type-text{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 23px;
    margin-top: 18px;
    letter-spacing: 1px;
}
.hsm-solution-list{
    padding-right: 90px;
    box-sizing: border-box;
}
.hsm-solution-list li{
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}
.hsm-solution-list li:last-child{
    margin-bottom: 0;
}
.hsm-solution-list li img{
    width: 86px;
    height: 86px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 27px;
}
.hsm-solution-name{
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 32px;
}
.hsm-solution-text{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 20px;
}
.function-box{
    margin-top: 48px;
}
.function-box .flex-space-left{
    order: 1;
}
.function-box .hsm-solution-list{
    padding-left: 115px;
    padding-right: 0;
}
.hsm-light-list{
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hsm-light-li{
    width: 369px;
    height: 245px;
    position: relative;
}
.product_hsm-hsm-light-li-zh-cn{
    width: 369px;
    height: 245px;
    position: relative;
}
.product_hsm-hsm-light-li-en{
    width: 369px;
    height: 320px;
    position: relative;
}
.hsm-light-bg{
    width: 100%;
    height: 100%;
    display: block;
}
.hsm-light-con{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 40px;
    box-sizing: border-box;
}
.hsm-light-con img{
    display: block;
    width: 45px;
}
.hsm-light-con .mode-title-big{
    font-size: 24px;
    margin-top: 16px;
}
.hsm-light-con .mode-title-line{
    width: 50px;
    margin-top: 10px;
}
.hsm-light-con .mode-title-sm{
    font-size: 14px;
    margin-top: 14px;
    line-height: 20px;
}

.gnss-mode-box{
    margin-top: 60px;
}
.gnss-mode-box .flex-space-right{
    margin-left: 88px;
}


.gnss-nav{
    width: 276px;
    background-color: #FFFFFF;
    margin-right: 40px;
    flex-grow: 0;
    flex-shrink: 0;
}
.gnss-nav li{
    height: 120px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}
.gnss-nav-num{
    position: relative;
    margin-right: 19px;
    font-size: 54px;
    font-family: Bahnschrift;
    font-weight: bold;
}
.gnss-nav-num span,.gnss-nav-num i{
    width: 66px;
    text-align: center;
    display: block;
}
.gnss-nav-num span{
    position: relative;
    z-index: 2;
    color: #2D69FF;
    opacity: 0.15;
}
.gnss-nav-num i{
    color: #ACC4FF;
    opacity: 0.46;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: -5px;
    display: none;
    z-index: 1;
}
.gnss-nav-text{
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 27px;
    opacity: 0.5;
}
.gnss-nav li.active{
    background: url("../images/product/bg.jpg") no-repeat left top;
    background-size: 100%;
    transition: all .4s;
}
.gnss-nav li.active .gnss-nav-num span{
    color: #FFFFFF;
    opacity: 0.8;
}
.gnss-nav li.active .gnss-nav-num i{
    display: block;
}
.gnss-nav li.active .gnss-nav-text{
    color: #FFFFFF;
    opacity: 1;
}
.gnss-nav li.active::after{
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background-image: linear-gradient(rgba(45, 105, 255, 0.06), #2D69FF);
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 38px;
    z-index: 3;
}
.gnss-right-text{
    width: 450px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    display: none;
    padding-top: 40px;
    box-sizing: border-box;
}
.gnss-active{
    display: block;
}
.gnss-right-text .introduceList{
    width: 100%;
    margin-top: 30px;
}
.gnss-right-text .introduceItem{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}
.gnss-right-text .introduceItem::before{
    top: 11px;
}
.gnss-right-box{
    display: flex;
    width: calc(100% - 320px);
    position: relative;
    height: 365px;
}
.gnss-right-pic{
    width: 470px;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 2;
}
.gnss-right-pic img{
    width: 100%;
    display: block;
}
.gnss-label-box{
    margin-top: 42px;
}
.gnss-label-title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}
.gnss-label-list{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0;
    margin-top: 12px;
}
.gnss-label{
    padding: 0 15px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #999999;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-right: 10px;
}
.gnss-light-box{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.gnss-light-li{
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
    height: 216px;
    position: relative;
}
.gnss-light-li:nth-child(2n){
    margin-right: 0;
}
.gnss-light-pic{
    width: 100%;
    display: block;
}
.gnss-light-con{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 80px 0 0 40px;
    box-sizing: border-box;
}
.gnss-light-icon{
    position: absolute;
    left: 40px;
    top: 32px;
    /*width: 55px;*/
    display: block;
}
.gnss-light-con .mode-title-line{
    margin-top: 12px;
}
.gnss-light-con .mode-title-big{
    font-size: 24px;
    line-height: 26px;
    margin-top: 14px;
}
.gnss-light-con .mode-title-sm{
    font-size: 14px;
    line-height: 16px;
    margin-top: 22px;
}
.back-pic{
    background: url("../images/product/bg2.jpg") no-repeat left top;
    background-size: 100% 458px;
}
.gnss-project-box{
    width: 330px;
}
.project-pic{
    width: 100%;
    height: 166px;
    display: block;
    position: relative;
}
.project-bg{
    width: 100%;
    height: 100%;
    display: block;
}
.project-icon{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.project-text{
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 26px;
    margin-top: 18px;
}

.access-box{
    margin-top: 50px;
    width: 100%;
}
.access-box .access-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.access-li{
    width: calc(50% - 70px);
    margin-right: 140px;
    display: flex;
    margin-bottom: 50px;
}
.access-li img{
    width: 86px;
    height: 86px;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
}
.access-list .access-li:nth-child(2n){
    margin-right: 0;
}
.access-list-info{
    margin-top: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.access-list-info li{
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
    position: relative;
    padding-left: 14px;
    box-sizing: border-box;
    margin-right: 40px;
    margin-bottom: 0;
}
.access-list-info li::before{
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #2C68FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.access-li .hsm-solution-letter{
    margin-left: 20px;
}
.ota-pic{
    background: #FFFFFF;
    border: 1px solid #DCE0E6;
    box-shadow: 0 5px 20px 0 rgba(179, 179, 179, 0.15);
    padding: 50px 28px;
    box-sizing: border-box;
    margin-top: 40px;
}
.ota-pic img{
    width: 100%;
    display: block;
}
.ota-text{
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 27px;
}
/*.ota-list .access-list{*/
/*    justify-content: center;*/
/*}*/
.ota-list .access-li{
    width: 33%;
    align-items: center;
    margin-right: 0;
}

.data-function-box{
    display: flex;
    justify-content: space-between;
}
.data-function-pic{
    width: 600px;
}
.data-function-pic img{
    width: 100%;
    display: block;
}
.data-function-info{
    width: calc(100% - 640px);
    padding-top: 30px;
    box-sizing: border-box;
    height: 405px;
    position: relative;
}
.data-function-list{
    margin-top: 25px;
}
.data-function-list li{
    width: 100%;
    line-height: 20px;
    margin-bottom: 6px;
}
.data-function-list li::before{
    top: 8px;
}
.data-safe-list{
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
}
.data-safe-li{
    width: 25%;
    display: flex;
    align-items: center;
}
.data-safe-li img{
    display: block;
    margin-right: 10px;
}
.data-safe-txt{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.data-swiper-box{
    margin-top: 50px;
    position: relative;
    box-sizing: border-box;
    height: 405px;
}
.data-swiper-prev{
    width: 60px;
    height: 60px;
    background: url("../images/icon_left_01.png") no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 645px;
    bottom: 0;
    top: inherit;
}
.data-swiper-prev:hover{
    background: url("../images/icon_left_02.png") no-repeat left top;
    background-size: 100% 100%;
}
.data-swiper-next{
    width: 60px;
    height: 60px;
    background: url("../images/icon_right_02.png") no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 755px;
    bottom: 0;
    top: inherit;
}
.data-swiper-next:hover{
    background: url("../images/icon_right_01.png") no-repeat left top;
    background-size: 100% 100%;
}
/* 解决方案-......建设解决方案 */

.solutionSolve .introduce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 52px;
}

.solutionSolve .introduce .introduceLeft {
    width: 821px;
    height: 504px;
    background: #FFFFFF;
    border: 1px solid #DCE0E6;
    box-shadow: 0px 5px 20px 0px rgba(179, 179, 179, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutionSolve .introduce .introduceLeft img {
    width: 727px;
    height: 435px;
}

.solutionSolve .introduce .introduceRight {
    width: 322px;
}

.solutionSolve .introduce .introduceRight .rightMain1 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
}

.solutionSolve .introduce .introduceRight .rightTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin: 50px 0 14px 0;
}

.solutionSolve .introduce .introduceRight .rightSeparate {
    width: 50px;
    height: 3px;
    background: #2C68FF;
    margin-bottom: 20px;
}

.solutionSolve .introduce .introduceRight .rightMain2 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.solutionSolve .introduceList {
    width: 100%;
    height: 476px;
    background: url(../images/banner_13.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutionSolve .introduceList .introduceListContainer {
    width: 1200px;
    height: 331px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solutionSolve .introduceList .introduceListContainer .introduceListItem {
    width: 100%;
    height: 331px;
    box-sizing: border-box;
    padding: 82px 50px 0;
    background: #FFFFFF;
    border: 1px solid #DCE0E6;
    box-shadow: 0px 5px 20px 0px rgba(179, 179, 179, 0.15);
}

.solutionSolve .introduceList .introduceListContainer .introduceListItem:nth-child(2n) {
    margin-left: 32px;
}

.solutionSolve .introduceList .introduceListContainer .introduceListItem .introduceListItemTitle {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
}

.solutionSolve .introduceList .introduceListContainer .introduceListItem .introduceListItemSeparate {
    width: 50px;
    height: 3px;
    background: #2C68FF;
    margin: 20px 0 24px;
}

.solutionSolve .introduceList .introduceListContainer .introduceListItem .introduceListItemMain {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.solutionSolve .introduceList .introduceListContainerOther .introduceListItem {
    padding: 40px 50px 0;
}
