
html{
    font-size: 15px;
}
/*header--页头修改部分*/
.conner{
    width: 100vw;
}
.md-10{
    margin: 0 !important;
}
.font-weight-bold{
    font-weight: bold;
    font-size: 15px;
    color: #fff !important;
}
.default-header nav .main-menu{
    padding-left: 15px;
}
/*.default-header nav .main-menu a{*/
/*    font-size: 0.9rem;*/
/*}*/
/*.default-header{*/
/*    background-color: transparent !important;*/
/*}*/
/*.menu-product1{*/
/*    line-height: 4.5rem !important;*/
/*}*/
/*.default-header nav .main-menu li{*/
/*    width: 6.3rem !important;*/
/*    line-height: 1rem;*/
/*    color: #fff !important;*/
/*}*/
.menu-product1:nth-child(2)>a:hover,.menu-product1:nth-child(3)>a:hover{cursor: default;
}
.md-10>span{
    font-size: 16px !important;
    color: #fff !important;
}
.fontColor{
    color: #fff !important;
}
/*.default-header nav .main-menu a:hover{*/
/*    color: #cccccc !important;*/
/*}*/
.conner>header{
    background-color:transparent;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
}
/*----------------公司产品------------*/
.componyTitle{
    width: 100%;
    display: block;
    margin: 10px 0;
    height: 100px;
    background-color: #f9f9f9;
    text-align: center;

}
.comtitle{
    font-size:34px;
    font-weight: 600;
    /*position: absolute;*/
    /*transform: translate(-50%);*/
}
.comenglish{
    /*width: 17rem;*/
    font-size: 26px;
    font-weight: 500;
    color: rgba(200,200,200,.4);
    margin-top: -40px;
    /* box-shadow: inset -2px 3px 5px #aaa; */
    /*display: inline;*/
    /*position: absolute;*/
    /*top: 26px;*/
    opacity: .7;
    /*transform: translate(-50%);*/
}
#productList{
    width: 100%;
    /*height: 50rem;*/
    background-color: #f9f9f9;
    margin-bottom: 70px;
}
.we_arevice{
    background: linear-gradient(90deg, #6A3BF0, #9876FA);
    width: 100%;
    padding-top: 75px;
    margin-top: 2rem;
}
.cpmcontent{
    margin: 0 auto;
    width:1100px !important;

}
.comcard{
    width: 270px;
    height: 370px;
    float: left;
    background-color: #fff;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: 0 0 5px #ddd;
}
.comcard:hover{
    background: linear-gradient(-30deg, #4CDCF6, #4382FD);
}
.comcard:hover .texttitle p{
    color: #f9f9f9;
}
.comcard:hover h5{
    color: #fff ;
}
.comcard:hover .bt-yellow{
    color: #fff !important;
}
.comcard img{
    width: 45px;
    height: 45px;
    margin: 30px;

}
.texttitle p{
    text-align: start;
    height: 135px;
    overflow: hidden;
    /*文字溢出用省略号代替*/
    text-overflow:ellipsis;
    /*设置伸缩盒子*/
    display: -webkit-box;
    /*最大行数*/
    -webkit-line-clamp:6;
    /*检索伸缩盒子*/
    -webkit-box-orient: vertical;
    margin: 15px 0;
    padding:  0 15px;
    color: #333;
}
.texttitle>h5{
    font-size: 20px;
}
/*----------------修改公司产品----------*/

.comenglish_list {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap:wrap;
    /*justify-content: space-between;*/
}
.comenglish_list_item {
    width: calc(25% - 40px);
    /*padding: 60px 0;*/
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 40px;
    margin-right: 40px;
}
.comenglish_list_item:hover {
    box-shadow: 0 0px 8px #ddd;
}
.comenglish_list_item img {
    height: 150px;
}
.comenglish_list_item .list_item_title {
    margin-top: 40px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}



.bt-yellow{
    background-color: #FFC425;
    color: #fff;
    padding: 6px 30px;
    border-radius:75px;
}
.card-service,.card-resources{
    display: flex;
    /*justify-content: start;*/
    /*height: 13rem;*/
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width:1275px;
    padding-bottom: 90px;

}
.card-service>div,.card-resources>div{
    width:255px;
    height: 255px;
    margin-right: -14px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
.card-service>ul{
    height: 244px;
}
.card-service div label,.card-resources>div>p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 550;
    color: #000;
    letter-spacing: 2px;
}
.card-service div span,.card-resources div span{
    display: block;
    width: 37.5px !important;
    height: 4.5px !important;
    margin: 0 auto;
    background-color: #00A4FF;
}
.com_titleUl{
    margin-top: 60px;
}
.com_titleUl>p{
    /*display: none;*/
    margin-top: 10px;
    font-size: 12px;
    padding: 0 40px;
    list-style: none;
    color: #000;
    line-height: 21px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}
/*ow365*/
/*.card-service div:hover .com_titleUl{*/
/*    margin-top: 60px;*/
/*    transition: all .5s;*/
/*}*/
/*.card-service div:hover label,*/
/*.card-service div:hover .com_titleUl>p*/
/*{*/
/*    color:#193291;*/
/*}*/
.card_we_advantage{
    background-size:cover;
    width: 100%;
    padding-top: 75px;
    margin-top: 10px
}
/*.card-service div:hover p{*/
/*    transition: all .5s;*/
/*    margin-block-end:5px*/
/*}*/
/*.card-service div:hover .com_titleUl>p{*/
/*    overflow : hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 5;      !* 可以显示的行数，超出部分用...表示*!*/
/*    -webkit-box-orient: vertical;*/
/*}*/
.card-service div:nth-child(1){
    /*margin-left: 122px;*/
}
.card-service div:nth-child(5){
    margin-left: 243px;
}
.card-service div:nth-child(5),.card-service div:nth-child(6),.card-service div:nth-child(7),.card-service div:nth-child(8){
    margin-top: -45px;
}
.footer_btmDiv{
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_btmDiv span{
    font-size: 19.5px;
    font-weight: bold;
    color: #fff;
    margin: 7.5px;
}
.footer_btmDiv span:first-child{
    margin-right:45px;
}
/*项目案例*/
.het_case{
    display: flex;
    justify-content: center;
}
.case_date{
    width: 495px;
    height: 700px;
    position: relative;
    background: linear-gradient(0deg, #4282FD, #6849F5);
}
.case_date_img{
    width: 135px;
    height: 135px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
}
.case_date_img img{
    width: 135px;
    height: 135px;
    margin-bottom: 20px;
}
.case_date_img img:hover{
    cursor: pointer;
}
.case_date_text{
   position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%);
}
.case_page{
    height: 4.5px;
    background-color: #809DFB;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%);
    cursor: pointer;
}
.case_page2{
    height: 4.5px;
    background-color: #fff;
    display: inline-block;

}
.case_text1{
    font-size: 95px;
    font-weight: 400;
    color: #f9f9f9;
}
.case_text2{
    margin-left: 15px;
    font-size: 60px;
    font-weight: 500;
    color: #809DFB;
}
.case_click{
    /*width: 100%;*/
    /*max-width: 1095px;*/
    /*height: 650px;*/
    /*margin-left: -70px;*/
    /*overflow: hidden;*/
    width: 100%;
    max-width: 1115px;
    height: 650px;
    margin-left: -90px;
    padding-left: 20px;
    overflow: hidden;
}
.comcontainer{
    background-color:#f9f9f9;
    width: 100%;
    height: 1050px;
    padding-top: 75px;
}
.case_container{
    display: flex;
    flex-wrap: wrap;
}
.case_content{
    margin-top: 110px;
    margin-right: 34.5px;
    width: 330px;
    height: 480px;
    border-radius: 7.5px;
    background-color: #fff;
    position: relative;
    box-shadow: 4px 6px 29px 0px rgba(22, 22, 22, 0.16);
    transition: transform .3s;
}
.case_content:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.case_content img:first-child{
    width:100%;
    height: 255px;
    border-top-right-radius: 7.5px;
    border-top-left-radius: 7.5px;
}
.case_content h4{
    color: #555;
    line-height: 60px;
    margin-top: 15px;
    padding-left: 22.5px;
    font-size: 19.5px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case_content p{
    height: 90px;
    font-size: 15px;
    color: #999999;
    padding:  0 22.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    position: relative;
}
.case_content p:after{
    content: "···";
    position:absolute;
    bottom:0;right:0;
    padding:0 20px 1px 45px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);

}

.case_content img:last-child{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 22px;
    right: 25px;
}
.news_fristcon{
    justify-content: center;
    /*display: flex;*/
}
.news_container{
    background-color:#fff;
    width: 100%;
    padding-top: 75px;
}
.news_fristcon>a{
    display: block;
    max-width: 525px;
    height: 300px;
    overflow: hidden;
}
.news_fristcon img{
    width: 100%;
    height: 100%;
}

.news_fristcon li{
    width: 495px;
    height: 300px;
    background-color: #f9f9f9;
    margin-left: 30px;
    padding: 30px;
}
.news_fristcon h4{
    font-size: 28px;
    color: #333;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fristcon li:hover h4{
    color: #00a2ea;
}
.news_fristcon li:hover p{
    color: #00a2ea;
}
.news_date{
    font-size: 18px;
    color: #999;
}
.news_content{
    font-size: 15px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    font-weight: 400;
    color: #666666;
}
.news_null{
    display: block;
    margin: 0 auto;
    width: 450px;
    height: 0.75px;
    background-color: #aaa;
    margin-top: 45px;
}
.news_content2{
    width: 345px;
    height: 195px;
    margin: 25.5px  15px;
}
.news_content2 .news_content{
    height: 65px;
}
/*轮播图小白点控制高度*/
.carousel-indicators{
    bottom: 30px;
}
/*控制小白点颜色*/
.carousel-indicators li{
    background-color: #ccc;
}
/*控制小白点激活颜色*/
.carousel-indicators .active{
    background-color: #00A2F5;
}
.service_index{
    width: 37.5px;
    height: 37.5px;
    background: linear-gradient(90deg, #58B629, #70DF3A);
    color: #fff;
    font-size: 22.5px;
    font-weight: 500;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -18.8px;
    
}
.service_iin{
font-weight: bold;
    color: #333;
    margin-top: 31.5px;
}
.serveice_content{
    font-size: 15px;
    font-weight: 500;
    color: #636465;
    margin-top: 15px;
    height: 67.5px;
    /* background: pink; */
    padding: 0  15px;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.add-service{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.add-service ul{
    width: 265px;
    height:244px;
    margin-right: 15px;
    text-align: center;
}
.add-service ul:nth-child(even){
    margin-top: 60px;
}
@media (max-width: 1600px){
    /*.comenglish_list_item {*/
    /*    width: calc(25% - 25px);*/
    /*}*/
    /*.comenglish_list_item img {*/
    /*    height: 5rem;*/
    /*}*/
    .comenglish_list_item .list_item_title {
        font-size: 18px;
    }
    .comenglish_list_item {
        padding: 40px 0;
    }
}

/*1400*/
@media (max-width: 1300px){
    .comenglish_list_item {
        width: calc(33% - 25px);
    }
}
@media (max-width: 1000px){
    .comenglish_list_item {
        width: calc(50% - 25px);
    }
}

@media (max-width: 768px){
    .m-xs-0{
        margin: 0 auto !important;
    }
    .center{
        justify-content: center !important;
    }
    .xs-none{
        display: none !important;
    }
    .xs-height{
        line-height: 90px !important;
    }
    .xs-bg{
        background-color: #fff !important;
    }
    .xs-color {
        color: #000 !important;
    }
    /*.container{*/
    /*    min-width:470px*/
    /*}*/

}
@media (max-width: 500px){
  /*header*/
    .active-none {
        left: 64.5% !important;
    }
    /*公司产品*/
 .texttitle p , .bt-yellow  , .case_date ,.news_date ,.com_titleUl>p , .serveice_content p{
        display: none !important;
    }
    .cpmcontent{
        justify-content: space-around;
    }
    .comcard{
    width: 5.5rem;
    height: 5.5rem;
    margin: 1rem 0rem 2rem 0rem;
    box-sizing: border-box;
    border-radius: 7% !important;
    }
    .comenglish_list_item {
        width: 100%;
    }
    .comcard img{
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        margin: 1.3rem;
        margin-bottom:2rem !important;
    }
    .texttitle h5{
        font-size: .7rem;
    }
    .comcard:hover .texttitle h5{
        color: #00a2ea;
    }
    .componyTitle{
        height: auto;
    }
    .comtitle{
        font-size: 24px;
    }
    .comenglish{
        font-size: 18px;
        margin-top: -30px;
    }
    .smmargin{
        margin-top: -15px !important;
    }

    .card_we_advantage{
        padding-top: 20px;
    }
    .card-service , .card-resources{
        padding-bottom:0 ;
    }
    .card-service>div, .card-resources>div{
        width: 6rem;
        height: 6rem;
        margin-bottom: 1rem !important;
        position: relative;
    }
    .card-service div label , .card-service div span{
        font-size: .7rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 2.5rem;
    }
    .card-service div span{
        position: absolute;
        left: 0;
        right: 0;
        top: 4rem;
    }
    .footer_btmDiv span{
        font-size: .8rem;
    }



    .case_container {
        display: flex;
         flex-wrap: nowrap;
        overflow-y: auto ;
        padding-bottom: 1rem;

    }
    .comcontainer{
        height: auto;
        padding-top: 0;
    }
    .case_click {
        width: 100%;
        max-width: calc(1115rem / 30);
        height: calc(650rem / 30);
        margin-left: calc(10rem / 30);
        padding-left: calc(20rem / 30);
    }
    .case_content {
        margin-top: calc(110rem / 30);
        margin-right: 17px;
        width: calc(330rem / 30);
        height: calc(480rem / 30);
        border-radius: calc(7.5rem / 30);
        flex-shrink: 0;
    }
    .case_content img:first-child{
        width: 100%;
        height:calc(255rem / 30);
        border-top-right-radius: calc(7.5rem / 30);
        border-top-left-radius: calc(7.5rem / 30);
    }
    .case_content p{
        height: calc(76rem / 30);
        font-size: 0.8rem;
        color: #999999;
        padding:  0 calc(22.5rem / 30);
    }
    .case_content h4 {
        line-height:  calc(60rem / 30);
        margin-top:  calc(15rem / 30);
        padding-left: calc(22.5rem / 30);
        font-size: calc(19.5rem / 30);
        width: calc(330rem / 30);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .case_content img:last-child{
        width: calc(30rem / 30);
        height:  calc(30rem / 30);
        position: absolute;
        bottom:  calc(22rem / 30);
        right:  calc(25rem / 30);
    }



    .news_container{
        padding-top: 0;
    }
    .news_fristcon {
        justify-content: start;
         display: flex;
    }
    .news_fristcon>a {
        width:30%;
        height: calc(150rem / 30);
    }
    .news_fristcon li {
        width: 65%;
        height: calc(150rem / 30);
        padding: 0 0 0 30px;

    }
    .news_fristcon h4{
        margin-top: .5rem;
        font-size: 1rem !important;
    }
    .news_content {
        font-size: .8rem;
        height: calc(150rem / 30);
        -webkit-line-clamp: 2;
    }
    .news_content a p , .newconent2_a .news_content .news_content{
        height: calc(70rem / 30);
    }
    .news_twotcon{
        display: block !important;
    }
    .newconent2_a{
        width: 100% !important;
        background-color: #f9f9f9;
        margin-bottom:1rem;
    }
    .newconent2_a:first-child{
        margin-top:1rem;
    }
    .news_content2{
        width: 100% !important;
        margin: 0 !important;
    }

    /*.service_phone{*/
    /*    justify-content: start !important;*/
    /*    flex-wrap: nowrap;*/
    /*    overflow-y: auto;*/
    /*    padding-top: 20px;*/
    /*}*/
    /*.service_phone ul{*/
    /*    flex-shrink: 0;*/
    /*}*/


    .add-service ul{
        width: calc(132rem / 30);
        height: calc(132rem / 30);
        background-color: #fff !important;
       border-radius: 50%;
        margin-right:0rem;
    }
    .serveice_content{
        display: inline-block;
        position: relative;
        font-size: .8rem;
        width: 0px;
        background: transparent;
        padding: 0;
    }
    /*.serveice_content p{*/
    /*    text-align: start;*/
    /*    text-overflow: ellipsis;*/
    /*    overflow: hidden;*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 3;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/
    /*.add-service ul:hover .serveice_content{*/
    /*    width:110px;*/
    /*    background-color: rgba(0,0,0,.7);*/
    /*    color: #fff;*/
    /*    padding: 3px;*/
    /*    transition:all 1s;*/
    /*}*/


    .service_index{
        font-size: .9rem;
        width: calc(40rem / 30);
        height: calc(40rem / 30);
        margin-top: -0.5rem;

    }
    .service_iin{
        font-size: .8rem;
        margin-top: 1rem;
    }
    .we_arevice{
        padding: 2rem 0 ;
    }
}