html, body {
    -webkit-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
    /*font-size: 25px!important;*/
}
*{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    font-size: 14px;
    color:#333333;
}
a{
    text-decoration: none;
    list-style: none;
    width: 100%;
    color: #333333;
    /*display:flex;*/
    align-items: center;
}
/* 修改滚动条的宽度和颜色 */
::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}

/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px; /* 修改滑块圆角 */
}

/* 修改滚动条滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
/* 隐藏滚动条滑道 */
::-webkit-scrollbar-track {
    background: transparent; /* 或者透明色 background: transparent; */
}
.top_img{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.active_animate {
    width: 100%;
    height: 100%;
    animation: myfirst_animate 2s linear;
}
@keyframes myfirst_animate{
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
        transform: scale(1.09);
    }
    10% {
        opacity: 0.1;
        transform: scale(1.08);
    }
    20% {
        opacity: 0.2;
        transform: scale(1.07);
    }
    30% {
        opacity: 0.4;
        transform: scale(1.06);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
    60% {
        opacity: 0.6;
        transform: scale(1.04);
    }
    70% {
        opacity: 0.7;
        transform: scale(1.03);
    }

    80% {
        opacity: 0.8;
        transform: scale(1.02);
    }
    90% {
        opacity: 0.9;
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.top_loop {
    width: 100%;
    height: 440px;
    position: relative;
}

.top_loop .el-carousel__container {
    height: 440px;
}

.top_box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.top_box .bottom {
    width: 370px;
    height: 300px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 35px;
    left: 115px;
}

.top_box .bottom .table_main {
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
}

.top_box .bottom .table_main .title {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    padding-top: 20px;
}

.top_box .bottom .table_main .table_box {
    width: 100%;
    display: flex;
}

.top_box .bottom .table_main .table_box .table_box_left {
    flex: 1;
}

.top_box .bottom .table_main .table_box .table_box_right {
    flex: 1;
}

.top_box .bottom .table_main .table_box .table_box_item {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    line-height: 74px;
    text-align: center;
}
.table_box_item:hover{
    font-weight: 800;
}

.top_loop .el-carousel__button {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 6px;
}

.top_loop .is-active > .el-carousel__button {
    background-color: #0081CC;
}

.top_box1 {
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 350px;
    left: 450px;
    z-index: 3;
}

.top_box1 .item {
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    opacity: 0.5;
    cursor: pointer;
}
.top_box1 .item:nth-child(2){
    margin-left: 10px;
}
.Single {
    width: 100%;
    min-height: inherit;
    height: 100%;
    background: #FFFFFF;
    padding-bottom: 100px;
}

.Single .General {
    width: 1200px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.Single .General .left {
    width: 130px;
}

.Single .General .left .title {
    font-size: 24px;
    color: #0081CC;
    font-weight: bold;
}

.Single .General .left .left_box {
    width: 100%;
    margin-top: 20px;
}

.Single .General .left .left_box .left_box_item {
    width: 100%;
    border-bottom: #DBD4CC solid 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Single .General .left .left_box .left_box_item:hover {
    background: #0081CC;
}

.Single .General .left .left_box .left_box_item:hover .text {
    color: #fff;
}

.Single .General .left .left_box .left_box_item:hover .icon {
    border-color: transparent transparent transparent #fff;
}

.Single .General .left .left_box .left_box_item:hover .icon1 {
    background: #fff;
}

.Single .General .left .left_box .left_box_item .text {
    font-size: 14px;
    line-height: 36px;
    padding-left: 10px;
    box-sizing: border-box;
}

.Single .General .left .left_box .left_box_item .icon {
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333333;
    margin-left: 4px;
}

.Single .General .left .left_box .left_box_item .icon1 {
    width: 5px;
    height: 5px;
    background: #0081CC;
    margin-left: 4px;
}

.Single .General .left .left_box .active {
    background: #0081CC;
}

.Single .General .left .left_box .active .text {
    color: #fff;
}

.Single .General .left .left_box .active .icon {
    border-color: transparent transparent transparent #fff;
}

.Single .General .left .left_box .active .icon1 {
    background: #fff;
}

.Single .General .right {
    width: 1010px;
    margin: 0 0 0 20px;
}

.Single .General .right .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: solid 2px #333;
    padding-bottom: 5px;
    margin-top: 5px;
}
