/* banner */
.banner {width: 100%;height: 560px !important;overflow: hidden;position: relative;z-index: 2;display: block; 
background: url(../images/index/banner.png) no-repeat; 
/*    background-image: linear-gradient(to right,#193472,#3905cd);*/
}
.banner .con{width: 1280px; margin: auto;margin-top: 104px;text-align: left;padding: 0 50px;box-sizing: border-box; overflow: hidden;}
.banner .con .left{float: left;}
.banner .con .right{float: right;}
.banner .con .btn{width: 114px; float: left;margin-right: 20px; height: 48px;text-align: center; display: flex;align-items: center;justify-content: center; background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(203, 220, 255, 0.5);box-shadow: 2px 2px 22px 5px rgba(109, 109, 109, 0.15); border-radius: 36px; color: #FFFFFF; font-size: 18px;box-sizing: border-box;}
.banner .con .btn:hover{background-image: linear-gradient(to right,#2b78f8,#488af7);;}
.banner .con .desc{color: #fff; font-size: 22px; line-height: 50px; clear: both; padding-top: 10px; padding-bottom:40px; }
.banner .con h1{font-size: 40px; color: #fff; margin: 20px 0 20px;font-family: PingFangSC-Semibold, PingFang SC;}
.banner .con .img{ width: 450px;}
.banner .items {width: 1200px; margin: 20px auto; overflow: hidden;}
.banner .items .item {margin-top: 10px;position: relative;padding: 0 2px;float: left;width: 116px; text-align: center;}
.banner .items .item h2 {font-size: 14px;color: #f1f1f1; font-weight: normal; margin-top: 11px; height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.banner .items .item .pic {overflow: hidden;height: 60px;border-radius: 10px; }
.banner .items .item .pic img {transition: all .5s; width: 60px;}
.banner .items .item:hover {transform: scale(1.05);}
.swiper-pagination-bullet-active {background: #FFFFFF;}
.banner .wrap {height: 100%;}
.banner p{font-size:18px;font-weight:400;color:#FFF}
.banner h3{padding:10px 0 25px 0;font-family:PingFangSC-Semibold,PingFang SC;font-size:36px;font-weight:600;color:#FFF}
.banner .experience{width:140px;height:40px;line-height:40px;text-align:center;margin-top:40px;border-radius:20px;border:1px solid #FFF;font-size:18px;font-weight:400;color:#FFF;display:block}
.banner .experience:hover{background:#FFF;color:#1179E5}

.banner .small{
    width: 1200px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 4px 24px rgba(41, 54, 95, 0.1);
    position: absolute;
    top: 452px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    z-index: 1000;
}
.banner .small .item{
    width: 20%;
}
.banner .small .top{
    color: #14212F;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.banner .small p{
    color: #566473;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}


.news-log{
    width: 1280px;
    margin: 0 auto;
    position: absolute;
    top:114px;
    left: 0;
    right: 0;
    z-index: 5;
}
.news-log .newspaper{
    position: absolute;
    width: 316px;
    height: 426px;
    right: 0;
    /*float: right;*/
    background: rgba(51, 51, 51, 0.2);
    border-radius: 12px;
    padding: 24px 20px 14px 18px;
    box-sizing: border-box;
}
.news-log .newspaper .tap{
    display: flex;
    font-size: 16px;
    line-height: 24px;
    padding-left: 4px;
}
.news-log .newspaper .tap span{
    width: 96px;
    height: 32px;
    line-height: 32px;
    color: #FFFFFF;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
}
.news-log .newspaper .tap .active{
    background: #4390FF;
}
.news-log .newspaper .new-text ul{
    margin-top: 10px;
    display: none;
}
.news-log .newspaper .new-text .select{
    display: block;
}
.news-log .newspaper .new-text ul li{
    width: 278px;
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #FFFFFF;
}
.news-log .newspaper .new-text ul li:hover{
    background: rgba(255, 255, 255, 0.2);
}
.news-log .newspaper p a{
    display: none;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.news-log .newspaper p .select{
    display: block;
}

.title {
    text-align: center;
    line-height: 50px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 36px;
    font-weight: 600;
    color: #14212F;
}

.wt-service{width: 100%; height: 420px; background: url(../images/index/service_bg.png) no-repeat top center; }
.wt-service .container{width: 1200px; margin: 0 auto; }
.wt-service .service-title{padding-top: 70px; padding-bottom: 50px; color: #fff; text-align: center;}
.wt-service .service-title h2{color: #fff; font-size: 36px; font-weight: 600; line-height: 50px;}
.wt-service .service-title p{color: #f1f1f1; font-size: 18px; padding-top: 20px}
.wt-service .items{background: #fff; overflow: hidden; padding: 20px 0; border-radius: 5px;box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);}
.wt-service .items .item{width: 172px; height: 140px; float: left;margin: 0 13px;transition: all ease 500ms;}
.wt-service .bg1{background: url(../images/index/1-1.png) no-repeat top center;}
.wt-service .bg2{background: url(../images/index/1-2.png) no-repeat top center;}
.wt-service .bg3{background: url(../images/index/1-3.png) no-repeat top center;}
.wt-service .bg4{background: url(../images/index/1-4.png) no-repeat top center;}
.wt-service .bg5{background: url(../images/index/1-5.png) no-repeat top center;}
.wt-service .bg6{background: url(../images/index/1-6.png) no-repeat top center;}
.wt-service .items .item{position: relative;}
.wt-service .items .item .con{padding: 90px 30px 0 30px;text-align: center;}
.wt-service .items .item .title{font-size: 16px; line-height: 50px;  display: block;}
.wt-service .items .item p{font-size: 24px; color: #999; text-align: center; float: right; position: absolute; left: 180px; top: 30px;}

.section0{ padding: 70px 0; background: #f5f9fe;}
.section0 .cons{ text-align: center; }
.section0 .cons p{padding: 10px 100px; font-size: 16px; line-height: 28px; color: #666;}
.section0 .cons .sec7-con{margin-bottom:0px;position:relative}
.section0 .cons .sec7-con .section7-swiper{width:1078px}
.section0 .cons .sec7-con .section7-swiper .swiper-slide{padding-top:10px;display:flex}
.section0 .cons .sec7-con .left,.section0 .cons .sec7-con .right{width:56px;height:56px;background:rgba(49,133,254,1);border:0px solid #577bf2;border-radius:36px;--swiper-navigation-size:22px;--swiper-theme-color:rgba(255,255,255,0.8)}
.section0 .sec7-con {width: 1200px; margin: 20px auto; overflow: hidden;}
.section0 .sec7-con .item {margin-top: 10px;position: relative;padding: 0 2px;float: left;width: 208px; text-align: center;}
.section0 .sec7-con .item h2 {font-size: 14px;color: #666; font-weight: normal; margin-top: 11px; height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.section0 .sec7-con .item .pic {overflow: hidden;height: 106px;border-radius: 10px; }
.section0 .sec7-con .item .pic img {transition: all .5s; width: 100px;}
.section0 .sec7-con .item:hover {transform: scale(1.05);}

.section1 {width: 100%; padding-bottom: 70px;background: #FFFFFF; overflow: hidden;}
.section1  {text-align: center;position: relative;width: 1340px;margin: auto; }
.section1 ul {padding-top: 30px;}
.section1 ul li{float: left; margin: 20px 0px 20px 50px; position: relative;}
.section1 ul li img{width: 254px; height: 265px;}
.section1 ul li p{position: absolute; bottom: 0; height: 60px; font-size: 18px; font-weight: 600; line-height: 50px; width: 100%; text-align: center;}


.section3 {width: 100%; padding-bottom: 70px;background: #FFFFFF; overflow: hidden;}
.section3  {text-align: center;position: relative;width: 1340px;margin: auto; }
.section3 ul {padding-top: 30px; margin-left: 30px;}
.section3 ul li{float: left; margin: 20px 0px 20px 20px; position: relative;box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05); background: #fff;}
.section3 ul li img{width: 280px;}
.section3 ul li p{position: absolute; bottom: 50px; height: 30px; padding: 0 10px; line-height: 30px; font-size: 14px; font-weight: 600;  text-align: left; background: #3185fe; color: #fff; border-radius: 10px 0 10px 0;}
.section3 .txt{ padding: 18px 0 15px 0; font-size: 13px; color: #666; display: flex; justify-content: left; text-align: left;}
.section3 .txt .area{text-indent: 10px; width: 50%;}
.section3 .txt b{color: #ff0000;}



.section2{
    padding-top: 33px;
    background: url("../images/customedev/s2-bg.png?v=1") no-repeat;
    background-size: cover;
}
.section2 .con{
    margin-top: 50px;
    padding: 0 91px;
    box-sizing: border-box;
}
.section2 .one{
    display: flex;
    align-items: center;
}
.section2 .con .item{
    width: 210px;
    height: 241px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    transition: all .5s;
    background: url("../images/customeDev/tic1.png") no-repeat;
    background-size: cover;
}
.section2 .con .item2{
    background: url("../images/customeDev/tic2.png") no-repeat;
    background-size: cover;
}
.section2 .con .item3{
    background: url("../images/customeDev/tic3.png") no-repeat;
    background-size: cover;
}
.section2 .con .item4{
    background: url("../images/customeDev/tic4.png") no-repeat;
    background-size: cover;
}
.section2 .con .item5{
    background: url("../images/customeDev/tic5.png") no-repeat;
    background-size: cover;
}
.section2 .con .item6{
    background: url("../images/customeDev/tic6.png") no-repeat;
    background-size: cover;
}
.section2 .con .item7{
    background: url("../images/customeDev/tic7.png") no-repeat;
    background-size: cover;
}
.section2 .con .item8{
    background: url("../images/customeDev/tic8.png") no-repeat;
    background-size: cover;
}
.section2 .con .item:hover{
    transform: translateY(-10px);
}
.section2 .con .one .jiantou img{
    width: 86px;
    height: 37px;
}
.section2 .con .item>img{
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}
.section2 .con .item h4{
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 10px;
    color: #14212F;
}
.section2 .con .item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #566473;
    display: flex;
    align-items: center;
}
.section2 .con .item p img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.section2 .con .two{
    height: 57px;
    position: relative;
}
.section2 .con .two img{
    width: 86px;
    height: 37px;
    position: absolute;
    top: 10px;
    right: 60px;
}


.section7{padding:70px 0;background: url(../images/customeDev/s2-bg.png) no-repeat;backdrop-filter:blur(44px)}
.section7 h2{color:#333}
.section7 .cons{padding-top:40px}
.section7 .cons .sec7-con{margin-top:40px;position:relative}
.section7 .cons .sec7-con .section7-swiper{width:1078px}
.section7 .cons .sec7-con .section7-swiper .swiper-slide{padding-top:10px;display:flex}
.section7 .cons .sec7-con .left,.section7 .cons .sec7-con .right{width:56px;height:56px;background:rgba(49,133,254,1);border:0px solid #577bf2;border-radius:36px;--swiper-navigation-size:22px;--swiper-theme-color:rgba(255,255,255,0.8)}
.section7 .sec7-con {width: 1200px; margin: 20px auto; overflow: hidden;}
.section7 .sec7-con .item {margin-top: 10px;position: relative;padding: 0 2px;float: left;width: 208px; text-align: center;}
.section7 .sec7-con .item h2 {font-size: 14px;color: #666; font-weight: normal; margin-top: 11px; height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.section7 .sec7-con .item .pic {overflow: hidden;height: 106px;border-radius: 10px; }
.section7 .sec7-con .item .pic img {transition: all .5s; width: 100px;}
.section7 .sec7-con .item:hover {transform: scale(1.05);}

.fangan {
    width: 100%;
    padding: 70px 0;
    background: #FFFFFF;
    /*background: url(../images/index/fanganbg.jpg) no-repeat center;*/
    /*background-size: cover !important;*/
}
.fangan .wrap{
    padding: 0 100px;
    box-sizing: border-box;
}

.fangan .title {
    color: #14212F;
}

.fangan .tabs {
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #E9EDEF;
}

.fangan .tabs a {
    padding: 0 10px 20px 10px;
    margin: 0 70px;
    font-size: 18px;
    font-weight: 600;
    color: #14212F;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    display: inline-block;
}

.fangan .tabs a.active {
    color: #4390FF;
    border-bottom: 2px solid #4390FF;
}
.fangan .tabs a img{
    width: 66px;
    height: 66px;
    margin-bottom: 14px;
}

.fangan .swiper-container {
    height: 340px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    margin: 40px 0 0 0;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.fangan .swiper-slide {
    width: 100%;
    height: 340px !important;
}

.fangan .swiper-slide dl {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
}

.fangan .swiper-slide dl dd {
    width: 410px;
    /*height: 320px;*/
    padding: 0 100px 0 10px;
    background: #FFF;
    /*float: left;*/
}

.fangan .swiper-slide dl dd h2 {
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2A2D2F;
}

.fangan .swiper-slide dl dd p {
    width: 400px;
    margin: 20px 0 40px 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #566473;
}

.fangan .swiper-slide dl dd h4 {
    overflow: hidden;
}

.fangan .swiper-slide dl dd h4 a {
    width: 134px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    color: #3185FE;
    /*border: 1px solid #1782F1;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-weight: normal;
}
.fangan .swiper-slide dl dd h4 a img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.fangan .swiper-slide dl dd h4 a:hover {
    background: #1782F1;
    color: #FFF;
}

.fangan .swiper-slide dl dd h4 a.act {
    color: #FFF;
    background: #3185FE;
    border-radius: 30px;
}

.fangan .swiper-slide dl dd ul {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.fangan .swiper-slide dl dd ul li {
    text-align: center;
    /*margin: 0px 60px 0 0;*/
    /*float: left;*/
}

.fangan .swiper-slide dl dd ul li.lr {
    /*margin: 0;*/
}

.fangan .swiper-slide dl dd ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.fangan .swiper-slide dl dd ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #566473;
    display: block;
}

.fangan .swiper-slide dl dt {
    width: 560px;
    height: 330px;
    border-radius:20px;
    /*float: left;*/
}

.fangan .swiper-slide dl dt img {
    width: 100%;
    height: 100%;
    border-radius:20px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;

    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;

    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);

    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;

    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.yewu {
    width: 100%;
    min-width: 1280px;
    padding: 70px 0 70px 0;
    background: url("../images/index/yewu-bg.png") no-repeat center;
    background-size: cover;
}
.yewu .wrap{
    padding: 0 40px;
    box-sizing: border-box;
}
.yewucon {
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 485px;
    border-radius: 20px;
    background-color: #FFFFFF;
    /*padding: 40px 0;*/
    box-sizing: border-box;
}

.yewucon .hd {
    width: 232px;
    padding: 57px 0;
    height: 485px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-sizing: border-box;
    /*margin-top: 50px;*/
    /*border-right: 1px solid #E3E4E4;*/
    float: left;
    background: #F3F8FE;
    /*box-sizing: border-box;*/
}

.yewucon .hd li {
    width: 152px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.yewucon .hd li a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    border-radius: 10px;
    display: block;
    background: #FFFFFF;
    position: relative;
}

.yewucon .hd li.on a {
    background: #3185FE;
    color: #FFF;
}
.yewucon .hd li.on a:after{
    content: '';
    width: 25px;
    height: 56px;
    background: url("../images/index/hover.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
}

.yewucon .bd {
    /*width: 915px;*/
    padding-left: 60px;
    overflow: hidden;
    float: left;
    position: relative;
}

.yewucon .bd ul {
    /*overflow: hidden;*/
    position: relative;
}

.yewucon .bd li {
    position: relative;
}

.yewucon .bd li dl {
    overflow: hidden;
}

.yewucon .bd li dl dd {
    width: 410px;
    margin-top: 87px;
    float: left;
}

.yewucon .bd li dl dd h2 {
    font-size: 28px;
    font-weight: 600;
    color: #14212F;
}

.yewucon .bd li dl dd p {
    margin: 20px 0 50px 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #566473;
}

.yewucon .bd li dl dd ul {
    /*overflow: hidden;*/
    margin-bottom: 40px;
    display: flex;
}

.yewucon .bd li dl dd ul li {
    text-align: center;
    /*width: 64px;*/
    /*height: 72px;*/
    /*margin: 44px 54px 54px 0;*/
    margin: 0 40px 0 0;
    /*float: left;*/
}

.yewucon .bd li dl dd ul li.lr {
    margin: 0;
}

.yewucon .bd li dl dd ul li img {
    width: 40px;
}

.yewucon .bd li dl dd ul li span {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #566473;
    display: block;
}

.yewucon .bd li dl dd h4 {
    overflow: hidden;
}

.yewucon .bd li dl dd h4 a {
    width: 126px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #3185FE;
    border: 1px solid #3185FE;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.yewucon .bd li dl dd h4 a img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.yewucon .bd li dl dd h4 a:nth-child(2){
    background: #F3F8FE;
}

.yewucon .bd li dl dd h4 a:hover {
    /*background: #3185FE;*/
    /*color: #FFF;*/
}

.yewucon .bd li dl dd h4 a.act {
    background: #3185FE;
    color: #FFF;
}

.yewucon .bd li dl dt {
    margin-top: 50px;
    margin-left: 100px;
    width: 300px;
    height: 385px;
    float: right;
}

.yewucon .bd li dl dt img {
    width: 100%;
    height: 100%;
}

/* 钀ラ攢鍔熻兘 */
.section5{width: 100%; background: url(../images/index/indfunbg.jpg) center  no-repeat;}
.section5 h2 {color: #FFFFFF;}
.section5 .wrap{padding: 70px 40px; box-sizing: border-box;}
.section5 .cons {display: flex;flex-direction: row;justify-content: space-between; padding-top: 37px;}
.section5 .cons .function_right ul {width: 652px;display: flex; flex-direction: row; flex-wrap: wrap;}
.section5 .cons .function_right ul li {width: 140px; height: 128px;display: flex; flex-direction: column; align-items: center;justify-content: center;margin: 24px 24px 0 0;background-color: #fff; border-radius: 4px;}
.section5 .cons .function_right ul li:not(:last-child) {cursor: pointer;}
.section5 .cons .function_right ul li:nth-child(4n) { margin-right: 0;}
.section5 .cons .function_right ul li img {width: 46px;height: 46px;opacity: .5;}
.section5 .cons .function_right ul li span {margin-top: 16px; font-size: 16px;color: #333;position: relative;}
.section5 .cons .function_right ul li span::after {content: ''; width: 32px;height: 4px;border-radius: 5px; transform: translateX(-50%); position: absolute; bottom: -16px; left: 50%;z-index: 1;}
.section5 .cons .function_right ul li.active img {opacity: 1;}
.section5 .cons .function_right ul li.active span::after {background-image: linear-gradient(to right, #4bacf5, #0092ff);}

.why { padding: 70px 0;}
.why .cons { padding-top: 50px;}
.why .cons dl {
    width: 386px;
    margin: 20px 20px 0 0;
    padding: 30px 20px;
    box-sizing: border-box;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #F1F2F3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    
}

.why .cons dl:hover {
    top: -10px;
    /*border: 1px solid #0F7DF1;*/
    box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(110, 125, 141, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.why .cons dl.lr {
    margin: 20px 0 0 0;
}

.why .cons dl dt {
    width: 72px;
    height: 72px;
    margin-right: 24px;
    /*margin: 0 10px 0 30px;*/
    /*float: left;*/
}

.why .cons dl dt img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.why .cons dl dd {
    width: 284px;
    /*float: left;*/
}

.why .cons dl dd h2 {
    font-size: 22px;
    font-weight: 600;
    color: #14212F;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.why .cons dl dd p {
    margin-top: 6px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #566473;
}

.why .cons dl:hover dd h2 {
    /*color: #0F7DF1;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 娴滆桨姹夐崯鍡楃厔鐎广垺鍩涘鍫滅伐 */
.indcsase {
    width: 100%;
    padding: 70px 0;
    background: url("../images/index/indcsasebg.png?v=1") no-repeat;
    background-size: cover;
}
.indcsase .title{
    /*color: #fff;*/
}

.indcsase .cons {
    padding-top: 50px;
}

.indcsase .cons dl {
    width: 285px;
    margin: 20px 20px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.indcsase .cons dl.lr {
    margin: 20px 0 0 0;
}

.indcsase .cons dl dt {
    width: 100%;
    height: 162px;
}

.indcsase .cons dl dt img {
    width: 100%;
    display: block;
}

.indcsase .cons dl dd {
    width: 285px;
    padding: 90px 0 30px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #2A2D2F;
    background: #FFF;
}

.indcsase ul {
    padding-top: 40px;
    padding-left: 195px;
    display: flex;
    justify-content: space-between;
}

.indcsase ul li {
    /*width: 20%;*/
    /*float: left;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indcsase ul li span {
    line-height: 53px;
    font-family: "DIN-Bold";
    font-size: 36px;
    /*color: #FFFFFF;*/
    display: block;
    text-align: center;
}


.indcsase ul li .dats{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}
.indcsase ul li b {
    line-height: 50px;
    font-family: "DIN-Bold";
    font-size: 26px;
    font-weight: normal;
    /*color: #FFFFFF;*/
    display: block;
    /*position: absolute;*/
    /*top: 2px;*/
}


.indcsase ul li p {
    width: 100%;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    /*color: #FFFFFF;*/
    float: left;
}
.indcsase .cont {
    width: 1280px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(4,254px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 102px;
    box-sizing: border-box;
}
.indcsase .cont .item{
    border-radius: 20px;
    background: #FFF;
    width: 254px;
    height: 265px;
    position: relative;
}
.indcsase .cont .item .text{
    color: #F3F8FE;
    position: absolute;
    bottom:24px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.indcsase .cont .item:hover .img{
    background: rgba(0, 0, 0, 0.60);
}
.indcsase .cont .item:hover img{
    display: block;

}
.indcsase .cont .item .img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    z-index: 3;
}
.indcsase .cont .item img{
    display: none;
    width: 178px;
    height: 178px;
    /*margin: 40px auto 0;*/
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
}
.indcsase .cont .item:nth-child(1){
    background: url("../images/index/case1.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(2){
    background: url("../images/index/case2.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(3){
    background: url("../images/index/case3.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(4){
    background: url("../images/index/case4.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(5){
    background: url("../images/index/case5.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(6){
    background: url("../images/index/case6.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(7){
    background: url("../images/index/case7.png") no-repeat;
    background-size: cover;
}
.indcsase .cont .item:nth-child(8){
    background: url("../images/index/case8.png") no-repeat;
    background-size: cover;
}

.why {
    padding: 70px 40px;
    box-sizing: border-box;
}

.why ul {
    padding-top: 50px;
}

.why ul li {
    width: 224px;
    margin: 20px 20px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.why ul li:nth-child(5n){
    margin-right: 0;
}

.why ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.zixun {
    width: 100%;
    /*height: 100px;*/
    padding: 46px 0;
    background: url(../images/index/footer.png) no-repeat center;
    background-size: cover !important;
}
/*.zixun a{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    background: url(../images/index/zixun1.png) no-repeat center;*/
/*    background-size: cover !important;*/
/*}*/

.zixun h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 30px;
}

.zixun .more {
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3366FF;
    border-radius: 52px;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
}
#policy {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    /*transition: all .3s;*/
}
.policy_con{
    position: relative;
    width: 730px;
    height: 480px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
    top: 50%;
    /*left: 50%;*/
    transform: translateY(-50%);
    /*transform: translateX(-50%);*/
    /*background: linear-gradient(180deg, rgba(77, 137, 254, 0.4) 0%, rgba(77, 137, 254, 0) 100%);*/
}
.policy_con img{
    width:100%;
}
.policy_con .closes{
    position:absolute;
    /*background: #0B7BEF;*/
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
}


.section6 {
    background-image: url('../images/index/index_news_bg.png');
    background-size: cover;
}
.align-center {
    align-items: center;
}
 .p-l-28 {
   padding-left: 28px  ;
 }
 .p-t-16 {
    padding-top: 16px;
}
.w-28{width: 28px;}

.section6 .news{padding-top: 50px; width: 1200px; margin: 0 auto;}
.flex-justify-between {
    justify-content: space-between;
}

.flex {
    display: flex;
}
.new_card {
    width: 386px;
    height: 458px;
    background: rgba(255, 255, 255, 0.3900);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0600);
    border-radius: 4px;
}

.new_card_header {
    width: 386px;
    height: 175px;
    background-size: cover;
}

.card_info .en_info {
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
}

.card_info .keyword {
    /* height: 33px; */
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    /* line-height: 33px; */
    color: #FFFFFF;
    opacity: 0.8;
}

.card_info .card_info_tit {
    /* height: 33px; */
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    /* line-height: 33px; */
    color: #FFFFFF;
}

.dongtai {
    background-image: url('../images/index_dongtai.png');
}

.hangye {
    background-image: url('../images/index_news.png');
}

.operation {
    background-image: url('../images/index_operating.png');
}

.new_card_body {
    padding: 16px 27px 18px;
}

.new_card_body .news_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #282828;
    width: 281px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.new_card_body .news_title:hover{
    color: #2A7EFB;
}
.new_card_body .news_desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    width: 332px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
}

.new_card_body .line {
    border-bottom: 1px solid #eee;
}

.new_card_body .list {
    padding-top: 4px;
}

.new_card_body .list .time {
    width: 50px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #999999;
}

.new_card_body .list .new_info {
    width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #282828;
    font-size: 14px;
    /* padding-top: 16px; */
}
.new_card_body .list .new_info:hover{
    color: #2A7EFB;
}



.product { /* height: 896px; */background-image: url('../images/product/section2_bg.png');position: relative;}
.product .container {width: 1200px; margin: auto;}
.product .title{font-size: 14px; line-height: 14px;}
.product .p-t-120 {padding-top: 70px;}
.product .p-b-80 { padding-bottom: 80px;}
.product .m-t-60 { margin-top: 60px;}
.product .flex {display: flex;}
.product .flex-justify-between {justify-content: space-between;}
.product .p-b-18 {padding-bottom: 18px;}
.product .pro_header {border-bottom: 1px solid #eee;}
.product .m-t-18 { margin-top: 18px;}
.product .pro_body .picture {width: 245px;height: 148px;background-color: #DFEAFC;border-radius: 2px;}
.product .pro_header .badge {width: 56px;height: 19px;border: 1px solid #2A7EFB;border-radius: 2px;font-size: 12px;font-family: PingFang SC;
    line-height: 12px;color: #2A7EFB; margin-left: 6px;}
.product .align-center {align-items: center;}
.product .flex-justify-center {justify-content: center;}
.product .pro_body .picture img {width: 245px; height: 148px;border-radius: 2px;}
.product .pro_body .grid_item_info { width: 245px;height: 170px;}
.product .pro_header img {height: 45px;height: 45px;margin-right: 12px;}
.product img {display: block;}
.product .d-none {display: none;}
.product .flex-column {flex-direction: column;}
.product .main_title {font-size: 36px; font-family: PingFang SC; font-weight: 600;color: #333333;}
.product .text-center {text-align: center;}
.product .second_tit_box {width: 1069px; margin: 20px auto 0;}
.product .pro_body .grid_item_info .desc { font-size: 14px;font-family: PingFang SC;font-weight: 400; line-height: 24px; color: #888888;}

.product .m-b-15 {margin-bottom: 15px;}
.product .second_tit {font-size: 18px;font-family: PingFang SC;color: #666;}
.product .grid_box_4 {display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: auto; width: 100%;grid-row-gap: 20px; grid-column-gap: 15px;}
.product .grid_item_product {width: 245px;height: 240px;background: #fff;box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600); opacity: 1;border-radius: 4px; padding: 20px 20px 20px;cursor: pointer;transition: all .5s ease-in-out;}
.product .grid_product_bg {background-image: url('../images/product/product_header_bg.png'); background-repeat: no-repeat; background-size: 205px 95px;background-position: right top; box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600); transform: translateY(-15px);}
:root {--animate-duration: 1s; --animate-delay: 1s; --animate-repeat: 1}
.product .animate__zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}
.product .animate__animated {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-duration: var(--animate-duration);    animation-duration: var(--animate-duration);-webkit-animation-fill-mode: both; animation-fill-mode: both;}
.product .m-b-15 {margin-bottom: 15px;}
.product .m-l-10 { margin-left: 10px;}
.product .pro_body .grid_item_info .desc { font-size: 14px;font-family: PingFang SC; font-weight: 400; line-height: 24px; color: #888888;}
.product .pro_body .grid_item_info .btn {width: 90px;height: 34px;border: 1px solid #2A7EFB;border-radius: 3px;font-size: 13px; color: #2A7EFB;}
.product .pro_body .grid_item_info .btn a{color: #2A7EFB;}
.product .pro_body .grid_item_info .btn_active {background-color: #2A7EFB;color: #fff;}
.product .grid_box_6 {display: grid;grid-template-columns: repeat(6, 1fr);grid-template-rows: auto;width: 100%;grid-gap: 10px;}