@charset "UTF-8";
/*原站样式修改*/

.index-set1 {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.index-set1 .clearfix em{
    font-size: 2vw;
    color: #000000;
    text-shadow: 3px 4px 20px #bdbdbd00;
}
.index-set1 ul li i{
    color: #c60210
}
.index-set1 .clearfix p{
    font-size: 0.6vw;
}
.new-conent ul li .conent p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: initial;
    border-bottom: 1px solid #d2d2d2;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    display: inline-block;
    border-radius: 50%;
}
.swiper-lazy-preloader {
    left: 50vw;
    top: 50vh;
}
.case-conent .index-set2 {
    padding-top: 10px;
    width: 100vw;
}
/*新样式*/
.index-banner .swiper-wrapper .swiper-slide:nth-of-type(1) .banner_counter{
    width: 50vw;
    position: absolute;
    left: 10vw;
    bottom: 10vh;
}
.index-banner .swiper-wrapper .swiper-slide:nth-of-type(1) .banner_counter h1{
    font-size: 2.5vw;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
    background-image: -webkit-linear-gradient(46deg,#1036cd,#ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.index-banner .swiper-wrapper .swiper-slide:nth-of-type(1) .banner_counter p{
    font-size: 0.7vw;
    letter-spacing: 2px;
    color: #222;
    background-image: -webkit-linear-gradient(131deg,#270db7,#55958e);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.index-banner .swiper-wrapper .swiper-slide:nth-of-type(2) .banner_counter{
    width: 50vw;
    position: absolute;
    right: 10vw;
    top: 20vh;
    text-align: end;
}
.index-banner .swiper-wrapper .swiper-slide:nth-of-type(2) .banner_counter h1{
    font-size: 2.5vw;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
    background-image: -webkit-linear-gradient(310deg,#000000,#ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index-banner .swiper-wrapper .swiper-slide:nth-of-type(2) .banner_counter p{
    font-size: 0.7vw;
    letter-spacing: 2px;
    color: #aaa;
    font-weight: bold;
    background-image: -webkit-linear-gradient(310deg,#000000,#ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.design3 {
    padding: 70px 0;
    
}
.IndexCommonTitleEnCn {
    padding: 0 10px;
    font-weight: bold;
    color: #333333;
    text-align: center;

}
.IndexCommonTitleEnCn .cn {
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
}
.IndexCommonTitleEnCn .en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-bottom: 40px;
    color: #fff;
    font-weight: bold;
}
.design4{
    margin: 0 auto;
}
.design4-title{
    height: 70px;
    line-height: 70px;
    background: #f2f2f2;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.design4-title a{
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
    
}
.design4-title a:last-of-type{
    /* color: #ffd800; */
    display: block;
    
}
.design4-title a:last-of-type::after{
    
    content:'+';
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;

}
.design4-title a:hover{
    color: #ffd800
}
.design4 ul{
    width: 100%;
}
.design4 ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.design4 ul li a::before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffd800;
    left: 0;
    top: 0;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.design4 ul li a .des{  
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    opacity: 0;
    color: #fff;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    width: 80%;
    z-index: 1;
}
.design4 ul li a h6{
    position: absolute;
    left: 10%;
    top:-20px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    z-index: 1;
}
.design4 ul li:hover a h6{
     top: 30px;
     opacity: 1;
     transition: all 1.2s;
    -webkit-transition: all 1.2s;
}
.design4 ul li:hover a .des{
    opacity: 1;
    top: 50%
}
.design4 ul li:hover a::before{
    opacity: 0.7;
}
.design4 ul li a  span{
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    right: 10%;
    bottom: -20px;
    color: #fff;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    opacity: 0;
    z-index: 1;

}
.design4 ul li:hover a  span{
    opacity: 1;
    bottom: 20px;
}
.design4 ul li a  span::before{
    content: '';
    width: 19px;
    height: 11px;
    display: inline-block;
    background: url('../images/index-product-ico.png');
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;

}

.design4 ul li img{
    width: 100%;
    height: auto;
    transition: all 1.5s;
    -webkit-transition: all 1.5s; 
}
.design4 ul li:nth-of-type(5) img{
    transition: all 2.5s;
    -webkit-transition: all 2.5s;
}
.design4 ul li a::before{
    display: none;
}
.sjal .sjal_list ul li:hover .sjal_list_info{
    background-image: rgb(20 20 20 / 50%);
    transition: all ease-out 2s;
    
}
.sjal .sjal_list ul li:hover .sjal_list_info div .subtitle{
    padding: 0;
}
.case-conent .design4{
    padding-top: 10px;
}
.design3 .content {

}
.design3 .content ul {
    display: flex;
    padding: 50px 0;
}
.design3 .content ul li a {
    overflow: hidden;
    display: block;
    height: 100%;
    padding: 0 50px;
    border-right: 2px dashed #fff;
    color: #fff;
}
.design3 .content ul li a .title {
    transition: 0.5s ease all;
}
.design3 .content ul li a .title .cn {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: bold;
}
.design3 .content ul li a .title .en {
    font-size: 24px;
}
.design3 .content ul li a .list p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.design5 .IndexCommonTitleEnCn .cn{
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #000;
    font-weight: bold;
}
.design5 .IndexCommonTitleEnCn .en{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-bottom: 40px;
    color: #000;
    font-weight: bold;
}
.design5 .content{
    width: 80%;
    margin: 0 auto;
}
.design5 .content ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
}
.design5 .content ul li{
    width: calc(100%/6);
    padding: 0 10px;
    
}
.design5 .content ul li a {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding: 10px 0;
}
.design5 .content ul li a .number {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    transition: 0.5s ease all;
    align-items: center;
    justify-content: center;
}
.design5 .content ul li a .iconimg {
    position: absolute;
    right: 30px;
    top: 0;
    transition: 0.5s ease all;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.design5 .content ul li a .iconimg>img{
    width: 30px;
    
}
.design5 .content ul li a .text1 {
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.design5 .content ul li a .text2 {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s ease all;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
}
.design5 .content ul li a .text2 .child {
    width: 220px;
    text-align: left;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.design5 .content ul li a .text2 .child .list {
    padding: 10px 0;
}
.design5 .content ul li a .title {
    font-size: 32px;
    transition: 0.5s ease all;
    color: #fff;
    font-weight: bold;
}
.design5 .content ul li a .text1 .img {
    display: flex;
    justify-content: center;
}
.design5 .content ul li a .text1 .img img {
    width: 115px;
}
.design5 .content ul li a .text1 .desc {
    display: none;
}
.design5 .content ul li a:hover .text1 {
    transform: translateY(-100%);
    opacity: 0;
}
.design5 .content ul li a:hover .text2 {
    transform: translateY(0);
    opacity: 1;
}
.design5  .content ul li a .text2 .child .list span {
    font-size: 18px;
    color: #fff;
    display: block;
}
.design5 .content ul li a .number>img{
    width: 80px;
}
.design6 .IndexCommonTitleEnCn .cn{
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #000;
    font-weight: bold;
}
.design6 .IndexCommonTitleEnCn .en{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-bottom: 40px;
    color: #000;
    font-weight: bold;
}
.design6 .content {
    width: 80%;
    margin: 0 auto;
}
.design6 .content ul{
    display: flex;
}
.design6 .content ul li{
    width: calc(100%/3);
    padding-right: 10px;
}
.design6 .content ul li .pongeImg a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease all;
}
.design6 .content ul li .pongeImg a img {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    width: 100%;
    object-fit: cover;
}
.design6 .content ul li .pongeImg a .text {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    position: absolute;
    width: 100%;
    height: 85px;
    background: #333333cc;
    padding: 0 30px;
    line-height: 85px;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    left: 0;
}
.design6 .content ul li .pongeImg a .write {
    position: absolute;
    right: 18px;
    border: 1px solid #ff0000;
    top: 20px;
    width: 87px;
    height: 35px;
    border-radius: 5px;
    font-size: 18px;
    color: #ff0000;
    line-height: 35px;
    text-align: center;
}
.design6 .content ul li .list a {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.design6 .content ul li .list a .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.design6 .content ul li .list a .date {
    margin-left: 45px;
}
.design6 .content ul li .pongeImg a:hover{
    box-shadow: 5px 5px 20px 3px #ccc;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.design6 .content ul li .pongeImg a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.design6 .content ul li .list a:hover {
    transform: translate3d(-10px,0,0px);
    -webkit-transform: translate3d(-10px,0,0px);
}
.design5,.design6,.design7{
    margin: 150px auto;
}

.design7 .IndexCommonTitleEnCn .cn{
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #000;
    font-weight: bold;
}
.design7 .IndexCommonTitleEnCn .en{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-bottom: 40px;
    color: #000;
    font-weight: bold;
}
.design7 .IndexCommonTitleEnCn .cn:before, .design7 .IndexCommonTitleEnCn .cn:after {
    content: "";
    display: inline-block;
    width: 141px;
    height: 2px;
    vertical-align: middle;
    background: none;
    background-size: 100% 100%;
    margin: 0 20px;
}
.design7 .IndexCommonTitleEnCn .cn:before {
    background-image: url(../images/tt1-l.png);
}
.design7 .IndexCommonTitleEnCn .cn:after{
    background-image: url(../images/tt1-r.png);
}
.design7 .content{
    width: 80%;
    margin: 0 auto;
}
.design7 .content ul{
    display: flex;
    flex-wrap: wrap;
}
.design7 .content ul li{
    width: calc(100%/5);
    padding-right: 5px;
    padding-bottom: 50px;
}

/*留言-----------------------------------------------------*/
.index-form{
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.form1{
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}
.form1 .weap .p1{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: bold;
}
.form1 .weap .p2{
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #000;
    font-weight: bold;
}

.form1 .weap .p3{
    margin-bottom: 10px;
}
.form1 .weap .p3 form{
    display: flex;
    justify-content: space-evenly;
}
.form1 .weap .p3 form .form-group{
    width: 100%;
}
.form1 .weap .p3 form .form-group .field input{
    border: 1px solid #999;
    border-radius: 8px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    width: 80%;
}
.form1 .weap .p3 form .form-group .field select{
    border: 1px solid #999;
    border-radius: 8px;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 10px;
    width: 80%;
}
.form1 .weap .p3 form .form-button{
    width: 50%;
    line-height: 30px;
    background-color: #f04433;
    text-align: center;
    border-radius: 8px;
}
.form1 .weap .p3 form .form-button input{
    font-size: 16px;
    color: #fff;
}

/*新代码------------------------------------------------------------*/
footer {
    background: #000;
}
.index-D1 {
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.index-D1 .i_zuo{
    margin: 4vw 0px;
}
.index-D1 .i_zuo h2{
    font-size: 3vw;
    letter-spacing: 5px;
    color: #fff;
    font-family:'STXIHEI';
}
.index-D1 .i_zuo h1{
    font-size: 2.5vw;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
    /*font-weight: bold;*/
}
.index-D1 .i_zuo h1 i{
    color: #c60210;
    margin-right: 20px;
}
.index-D1 .i_zuo p{
    font-size: 0.7vw;
    /*font-weight: bold;*/
    letter-spacing: 2px;
    color: #999;
}
.index-D1 .i_zuo .i_zuo1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px auto;
}
.index-D1 .i_zuo .i_zuo1 img{
    height: 5vw;
    margin-right: 30px;
}

.index-D1 .i_you{
    width: 50vw;
    margin: 5.6vw 0 0;
}
.index-D1 .i_you ul{
    display: flex;
    flex-wrap: wrap;
}
.index-D1 .i_you ul li{
    width: calc(100%/5);
    text-align: center;
    margin-bottom: 3.6vw
}
.index-D1 .i_you ul li img{
    width: 3.5vw;
    margin-bottom: 35px;
    height: 3.5vw;
}
.index-D1 .i_you ul li p{
    font-size: 0.7vw;
    /* font-weight: bold; */
    letter-spacing: 2px;
    color: #777;
}



.index-D2{
    
}
.index-D2 .liucheng{
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    
}
.index-D2 .liucheng .lc_x{
    
}
.index-D2 .liucheng .lc_x img{
    width: 100%;
    object-fit: cover;
}
.index-D2 .liucheng .lc_s{
    position: absolute;
    bottom: 0;
}
.index-D2 .liucheng .lc_s img{
    width: 100vw;
    object-fit: cover;
}
.index-D2 .liucheng  .lc_s1{
    width: 80vw;
    position: absolute;
    left: 10vw;
    top: 5vh;
}
.index-D2 .liucheng  .lc_s1 h1{
    font-size: 2.5vw;
    padding-bottom: 10px;
    letter-spacing: 2px;
    color: #fff;
}
.index-D2 .liucheng  .lc_s1 h2 i{
    color: #c60210;
    margin-right: 20px;
}
.index-D2 .liucheng .lc_s1 h2{
    font-size: 2.5vw;
    letter-spacing: 2px;
    color: #fff;
    /*font-weight: bold;*/
}
.index-D2 .liucheng  .lc_s1 p{
    font-size: 0.7vw;
    /* font-weight: bold; */
    letter-spacing: 2px;
    color: #ffffffab;
    line-height: 2;
}
.index-D2 .liucheng .lc_s .lc_s2{
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index-D2 .liucheng .lc_s .lc_s2 ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 98%;
    margin: 15px auto;
}
.index-D2 .liucheng .lc_s .lc_s2 ul li{
    display: flex;
    width: calc(100%/7);
}
.index-D2 .liucheng .lc_s .lc_s2 ul li div{
    text-align: center;
}
.index-D2 .liucheng .lc_s .lc_s2 ul li div span{
    font-size: 5em;
    font-weight: bold;
}
.index-D2 .liucheng .lc_s .lc_s2 ul li div p{
    font-size: 0.7vw;
    /* font-weight: bold; */
    letter-spacing: 2px;
    color: #fff;
}
.index-D2 .liucheng .lc_s .lc_s2 ul li i{
    margin-top: 50px;
    color: #c60210;
}
/*.lc_s2:before{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 2px;*/
/*    height: 80px;*/
/*    position: absolute;*/
/*    margin-top: -20px;*/
/*    background: #c60210;*/

/*}*/
/*.lc_s2:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 2px;*/
/*    height: 80px;*/
/*    position: absolute;*/
/*    margin-top: -20px;*/
/*    background: #c60210;*/
/*    right: 9.5vw;*/
/*}*/
.index-D4 {
    background: #000;
}
.index-D4 .gongsi{
    display: flex;
}
.index-D4 .gongsi .g_zuo{
    width: 40vw;
    margin-left: 10vw;
    padding: 100px 0;
}
.index-D4 .gongsi .g_you{
    
}
.index-D4 .gongsi .g_zuo img{
    width: 7vw;
}
.index-D4 .gongsi .g_zuo h2{
    font-size: 3vw;
    letter-spacing: 5px;
    color: #fff;
    font-family: 'STXIHEI';
}
.index-D4 .gongsi .g_zuo h1{
    font-size: 2.5vw;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
}
.index-D4 .gongsi .g_zuo h1 i{
    color: #c60210;
    margin-right: 20px;
}
.index-D4 .gongsi .g_zuo p{
    font-size: 0.7vw;
    /* font-weight: bold; */
    letter-spacing: 2px;
    color: #999;
    line-height: 2;
}
.index-D4 .gongsi .g_you img{
    height: 100%;
    object-fit: cover;
    width: 100vw;
}
.index-D6{
    background: #222;
}
.index-D6 .hezuo {
    width: 80vw;
    margin: 0 auto;
    padding: 100px 0;
}
.index-D6>img{
    width: 100%;
    object-fit: cover;
}
.index-D6 .hezuo .h_s{
    margin-bottom: 100px;
    
}
.index-D6 .hezuo .h_s h2{
    font-size: 3vw;
    letter-spacing: 5px;
    color: #fff;
    font-family: 'STXIHEI';
}
.index-D6 .hezuo .h_s h1{
    font-size: 2.5vw;
    padding-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
}
.index-D6 .hezuo .h_s h1 i{
    color: #c60210;
    margin-right: 20px;
}
.index-D6 .hezuo .h_s p{
    font-size: 0.7vw;
    /* font-weight: bold; */
    letter-spacing: 2px;
    color: #ffffffd9;
    line-height: 2;
}
.index-D6 .hezuo .content{
    
}
.index-D6 .hezuo .content ul{
    display: flex;
    justify-content: space-between;
}
.index-D6 .hezuo .content ul li{
    width: calc(100%/6);
    flex-shrink: 0;
}
.index-D6 .hezuo .content ul li img{
    width: 20vw;
}
@media screen and (max-width:1920px) {
.sjal .sjal_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

}
@media screen and (max-width:1000px) {
.about-t .about-sp {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 2px solid #c60216;
    height: 101px;
}
.about-t .about-js {
    width: 100%;
    border-left: 2px solid #c60216;
    box-sizing: border-box;
    padding-left: 20px;
    height: auto;
    font-size: 14px;
    color: #666;
}
.index-set1 ul li {
    width: calc(100%/2);
    float: left;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.new-conent ul li {
    width: calc(100%/2);
    padding-right: 0.666%;
    float: left;
    margin-bottom: 12px;
    margin-right: auto;
}
.w1600, .w1400 {
    width: 100%;
}
.Childntelligence-viewt .title {
    margin-bottom: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.Childntelligence-viewt {
    width: 100%;
    padding-left: 2vw;
    
}
.design6 .content {
    width: 100%;
    margin: 0 auto;
}
.design6{
        margin: 50px auto;
}
}