
.index-block{height: 710px;
    background: #fff;
}
.in-bl-t{
    font-size: 36px;
    color: #000;
    text-align: center;
    padding: 80px 0 0 0;
}
.in-bl-num{
    font-size: 60px;
    color: #0086EC;
}
.in-bl-en{
    padding: 10px 0 0 0;
    font-size: 36px;
    color: #C2C2C2;
    text-align: center;
}
.scene-block{
    height: 740px;
    background: url(../img/index/scene-bg.png);
    background-size: cover;
}
.slider-p{height: 300px;margin: 50px 0 0 0;}
.slider-img{height: 320px;width: 694px;display: block;}

.tong-list{
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.tong-item{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.tong-img{}
.tong-type{font-size: 30px;color: #000;font-style: italic;}
.ttt-ch{
    color: #3D7CFF;display: inline-block;
    vertical-align: middle;
   
}
.ttt-en{
    display: inline-block;
    vertical-align: middle;
}
.tong-line{
    width: 50px;height: 6px;border-radius: 3px;
    background: #000; margin: 20px auto;
}
.tong-desc{
    font-size: 18px;color: #4D4D4D;
    padding: 0px 0 12px 0;
}
.system-block{
    height: 1063px;
    background: #F5F5F5;
    box-sizing: border-box;
}
.system-list{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 46px 0 0 0;
}
.system-item{
    width: 386px;
    height: 360px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.system-item:hover{
   
}
.system-item:hover .system-normal{
   top: -500px
}
.system-item:hover .system-hover{
    top: -360px;
}
.system-normal{
    padding: 20px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    position: relative;
    top: 0px;
}
.system-img{}
.system-title{
    padding: 36px 0 0 0;
}
.system-pic{
    display: inline-block;
    vertical-align: middle;
}
.system-name{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -6px;
    color: #000;
}
.system-hover{
    width: 386px;
    height: 370px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    top: 100px;
    transition: 0.5s;
    background-image: linear-gradient(to bottom right, #88afff, #3d7cff);
}
.system-icon{
    display: block;
    margin: 0 0 42px 0;
}
.system-tit{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 20px 0;
}
.system-desc{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.sys-icon-list{
    position: absolute;
    right: -160px;
    top: 300px
}
.sys-icon-item{
    display: block;
    margin: 0 0 30px 0;
    cursor: pointer;
}
.news-block{
    height: 816px;
    background: #fff;
    
}
.news-con{
  
    padding: 60px 0 0 0;
}
.news-dong{
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin: 0 50px 0 0;
    cursor: pointer;
}
.news-tt{
    font-size: 26px;
    padding: 0 0 42px 0;
}
.dong-d-cover{
    display: block;
    width: 500px;
    height: 240px;
    object-fit: cover;
    margin: 0 0 22px  0;
}
.dong-title{
    font-size: 20px;
    padding: 0 0 22px  0;

    
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.dong-content{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news-zixu{
    display: inline-block;
    vertical-align: top;
    width: 640px;
    position: relative;
    height: 463px;
}
.zixu-list{

}
.zixu-item{
    padding:20px;
    margin: 0 0 20px 0;
    position: relative;
    border: 4px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}
.zixu-title{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    cursor: pointer;
    
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.zixu-date{
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    position: absolute;
    top: 20px;
    right: 20px;
}
.zixu-item.zixu-active{
    border: 4px solid #D0DFFF;
}
.zixu-item.zixu-active .zixu-content-p{
    height: 80px !important;
   

}
.zixu-content-p{
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
}
.zixu-content{
    margin: 22px 0;
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.more-zixu{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3D7CFF;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px 1px rgba(61, 124, 255, 0.5);
    font-size: 20px;
    text-decoration: none;

    position: absolute;
    left: 0;
    bottom: -20px;
}
.anli-block{
    height: 565px;
    background: #D0DFFF;
    position: relative;
}
.anli-div{
    position: absolute;
    top: -100px;
}
.anli-list-p{
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
    position: relative;
    height: 255px;
}
.anli-list{
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.01s;
}
.anli-item{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
}
.anli-img{
    width: 285px;
    height: 220px;
    object-fit: cover;
}
.anli-name{
    font-size: 24px;
    font-style: italic;
}
.left-arr{
    cursor: pointer;
    position: absolute;
    left: -100px;
    top: 300px;
}
.right-arr {
    cursor: pointer;
    position: absolute;
    right: -100px;
    top: 300px;
}
.submit-block{
    height: 660px;
    background: url(../img/index/submit-bg.png);
    background-size: cover;
}
.submit-p{
    height: 380px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 130px 0 130px;
    margin: 40px 0 0 0;
}
.submit-tr{
    padding: 0 0 20px 0;
}
.submit-k{
   font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.sumit-input-1{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    border:#C2C2C2 1px solid;
    padding: 5px 10px;
    border-radius: 10px;
    width: 860px;
}
.sumit-input-1:focus{border:1px solid #0086EC !important;}

.sumit-input-2{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    border:#C2C2C2 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
}

.sumit-input-2:focus{border:1px solid #0086EC !important;}
.get-code{
    margin: 0 0 0 115px;
    color: #3D7CFF;
    cursor: pointer;
}
.submit-btn-y{
    margin: 36px auto 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3D7CFF;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px 1px rgba(61, 124, 255, 0.5);
    font-size: 20px;
}
.submit-desc{
    color: #999;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 0 0;
}

