@charset "UTF-8";

@import url("/css/animate.css");
.fff_box{
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
    padding-bottom: 10px;
}
.hd_line1{
    display: flex;
    justify-content: space-between;
}

.hd_line1 .left{
    width: 980px;
    /* height: 100px; */
}
.hd_line1 .right{
    width: 210px;
    /* height: 100px; */
}
.layui-layer-kefu .layui-layer-title{
    height:60px;
    border: none;
    padding: 10px 80px 0 20px;
}
.layui-layer-kefu .layui-layer-setwin{
    top:30px;
    right:20px;
}
.kefu_title{
    height:60px;
    display:flex;
    align-items: center;
    align-content: center;
}
.kefu_title img {
    height:80%;
}
.layui-layer-kefu .layui-layer-content {
    border:none;
}
/* 标题 */
.zx_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.zx_title h2{
    font-size: 22px;
    font-weight: 700;
    position: relative;

}
.zx_title h2::after{
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.zx_title i{
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}
/* 列表 */
.zx_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.zx_title h2{
    font-size: 22px;
    font-weight: 700;
    position: relative;

}
.zx_title h2::after{
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.zx_title i{
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}

.zx_main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
    width: 100%;
}
.zx_main ul li a{
    flex: 1;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}
.zx_main ul li span{
    font-size: 14px;
    display: block;
    width: 80px;
}


.leibie{
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    display: inline-block;
    padding: 0px 4px;
}
.el-table--enable-row-transition .el-table__body td.el-table__cell{
    border-bottom: none;
}
.el-table a{
    width: 100%;
    height: 100%;
    display: block;
}
.el-table a:hover{
    color: #4257CC;
    cursor: pointer;
}
.hd_line1 .left_top{
    height: 350px;
}

.hd_line1 .left_bottom{
    height: 64px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 14px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.hd_line1 .left_bottom h2{
    font-size: 18px;
    display: block;
    font-weight: 700;
    width: 160px;
}
.hd_line1 .left_bottom .mail_input{
    width: 430px;
    margin-right: 14px;
}
.hd_line1 .left_bottom .code{
    width: 130px;
    margin-right: 14px;
}
#v_container{
    height: 30px;
    margin-right: 14px;
}
.hd_line1 .left_bottom .search_btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #4257CC;
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.hd_line1 .right_top{
    height: 350px;
    background: url(../images/hd_bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.hd_line1 .right_top h2{
    color: #fff;
    font-size: 22px;
    /* font-weight: 700; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.hd_line1 .right_top ul li{

    height: 54px;
    margin-bottom: 6px;
    background-color: #fff;

    font-size: 16px;
    cursor: pointer;
}
.hd_line1 .right_top ul li a{
        display: flex;
        align-items: center;
    justify-content: space-evenly;
    height:100%;
}
.hd_line1 .right_top ul li img{
    width: 28px;
}
.hd_line1 .right_top ul li:hover p{
    color: #4257CC;
}
.hd_line1 .right_top ul li:hover img{
    animation: tada 1s;
}
.hd_line1 .right_bottom{
    height: 64px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 14px;
    display: flex;
    padding: 10px 0;
}
.hd_line1 .right_bottom a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hd_line1 .right_bottom a img{
    width: 44px;
    margin-right: 10px;
}
.hd_line1 .right_bottom a p{
    font-size: 18px;
    font-weight: 700;
    color: #4257CC;
    font-style: italic;
}

.hd_line2{
    padding: 40px 0;
    margin-top: 40px;
    background-color: #FAFAFA;
}
.hd_line2 .container{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.hd_line2 .left{
    width: 980px;
}
.hd_line2 .el-input--small .el-input__inner{
    width: 120px;
    background-color: #F3F3F3;
    border: none;
}
.hd_line2 .el-input--small .el-input__inner::placeholder{
    color: #000 ;

}
.hd_line2 .left ul{
    display: flex;
}
.hd_line2 .left ul li{
    border-right: 1px solid #DCDCDC;
    width: 300px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
 .hd_line2 .left ul li:hover h4 img {
     animation: tada 1s;
 }
 .hd_line2 .left ul li:hover .echarts img {
     animation: pulse  1s;
 }
.hd_line2 .left ul li:nth-child(2){
    width: 340px;
    box-sizing: border-box;
    padding-left: 45px;
}
.hd_line2 .left ul li:last-child{
    border-right: none;
    padding-left: 45px;
    box-sizing: border-box;
}
.hd_line2 .left ul li h4{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.hd_line2 .left ul li h4 img{
    width: 26px;
    margin-right: 10px;
}
.hd_line2 .left ul li h4 span:nth-child(2){
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
}
.hd_line2 .left ul li h4 span:nth-child(3){
    font-size: 24px;
    font-weight: 700;
    color: #4257cc;
}


.hd_line2 .right{
    width: 210px;
}
.hd_line2 .right div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
}
.hd_line2 .right div:hover img {
    animation: tada 1s;
}
.hd_line2 .right div:first-child{
    border-bottom: 1px solid #DCDCDC;
}
.hd_line2 .right div img{
    width: 48px;
    margin-right: 32px;
}
.hd_line2 .right div p span{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.hd_line2 .right div:first-child p span:last-child{
    margin-top: 4px;
    font-size: 24px;
    color: #4257cc;
}
.hd_line2 .right div:last-child p span:last-child{
    margin-top: 4px;
    font-size: 24px;
    color: #00bb6b;
}
.zw_fff_box_l,
.zw_fff_box_r{
    width: 590px;
}

.hd_line3 {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
.hd_line3 ul li a:hover{
    color: #4257CC;
}
.hd_line3 .zw_fff_box_l ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.hd_line3 .zw_fff_box_l ul li {
    /* width: 570px; */
    margin-bottom: 30px;
    display: flex;
    align-items: center
}
.hd_line3 ul li div:first-child{
    width: 64px;
    height: 44px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.hd_line3 ul li div.state1{
    background: linear-gradient(#46D2B7, #0F97F5);
}
.hd_line3 ul li div.state2{
    background: linear-gradient(#024FB7, #1F9DF3);
}
.hd_line3 ul li div.state3{
        background-color: #C7C7C7;

}
.hd_line3 ul li div.border_right{
    background-color: #D6D6D6;
    height: 44px;
    width: 1px;
    margin-left: 8px;
    margin-right: 16px;
}
.hd_line3 .zw_fff_box_l ul li div.text{
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hd_line3 .zw_fff_box_l ul li div.text a{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 420px;
}
.hd_line3 .zw_fff_box_l ul li div.text p{
    font-size: 14px;
    color: #909090;
}


@media screen and (max-width: 768px){
    .fff_box{
        padding: 16px 14px;
    }
    .zx_title h2{
        font-size: 1.375rem;
    }
    .hd_line1{
        flex-direction: column;
    }
    .hd_line1 .left,
    .hd_line1 .right,
    .hd_line1 .left_top,
    .hd_line1 .left_bottom{
        width: 100%;
        height: auto;
    }
    .hd_line1 .left{
        margin-bottom: 14px;
    }
    .hd_line1 .left_bottom{
        padding: 16px 14px;
        flex-wrap: wrap;
    }
    .hd_line1 .left_bottom h2,
    .hd_line1 .left_bottom .mail_input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .hd_line1 .left_bottom .code{
        width: 49%;
        margin-right: 1%;
    }

    #v_container{
        margin-right: 0;
        width: 25%;
    }
    .hd_line1 .left_bottom .search_btn{
        width: 25%;
    }
    .hd_line1 .right_top{
        height: auto;
    }
    .hd_line1 .right_top h2{
        justify-content: center;
    }
    .hd_line1 .right_top h2 img {
        margin-right: 20px;
    }
    .hd_line1 .right_top ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hd_line1 .right_top ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .hd_line1 .right_bottom{
        padding: 20px 0;
        height: auto;
    }
    .hd_line1 .right_bottom a img{
        margin-right: 20px;
    }

    .hd_line2{
        margin-top: 20px;
        padding: 20px 0;
    }
    .hd_line2 .container{
        flex-direction: column;
    }
    .hd_line2 .left{
        width: 100%;
        height: auto;
    }
    .hd_line2 .left ul{
        flex-direction: column;
    }
    .hd_line2 .left ul li{
        width: 100%;
        height: auto;
        border: none;
        padding: 0 !important;
        align-items: center;
        margin-bottom: 20px;
    }
    .hd_line2 .left ul li h4{
        margin-bottom: 14px;
    }
    .hd_line2 .right{
        width: 100%;
        height: auto;
        margin-top: 14px;
        display: flex;
        justify-content: space-between;
    }
    .hd_line2 .right div{
        height: auto;
        width: 48%;
        justify-content: space-evenly;
    }
    .hd_line2 .right div:first-child{
        border-bottom: none;
    }

    .hd_line2 .right div img{
        margin-right: 0;
    }
    .hd_line2 .right div p span{
        font-size: 1rem;
    }
    .hd_line2 .right div:first-child p span:last-child{
        font-size: 1.25rem;
    }
    .hd_line2 .right div:last-child p span:last-child{
        font-size: 1.25rem;
    }

    .hd_line3{
        margin: 20px 0;
        flex-direction: column;
    }
    .zw_fff_box_l, .zw_fff_box_r
    {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
    }
    .hd_line3 .zw_fff_box_l ul{
        padding-top: 10px;
    }
    .hd_line3 .zw_fff_box_l ul li{
        width: 100%;
    }
    .hd_line3 .zw_fff_box_l ul li:last-child{
        margin-bottom: 0;
    }
    .hd_line3 .zw_fff_box_l ul li div.border_right{
        display: none;
    }
    .hd_line3 .zw_fff_box_l ul li div.text{
        width: 60% !important;
        padding-right: 0;
        padding-left: 20px;

    }
    .hd_line3 .zw_fff_box_l ul li div.text a{
        width: 100%;
    }
}