.index {
    width: 100%;
    min-height: inherit;
    height: 100%;
    background: #f5f5f5;
}
.index .top {
    width: 100%;
    margin-top: 10px;
}
.index .top .el-carousel__container {
    height: 440px;
}
.index .top .el-carousel__button {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 6px;
}
.index .top .is-active > .el-carousel__button {
    background-color: #0081CC;
}
.index .main {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}
.index .main .box1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.index .main .box1 .box1_item {
    width: 380px;
    height: 275px;
    border: #d8d8d8 solid 1px;
    box-sizing: border-box;
}
.index .main .box1 .box1_item .el-carousel__container {
    height: 275px;
}
.index .main .box1 .box1_item .box1_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.index .main .box1 .box1_item .box1_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: #000;
    opacity: 0.8;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.index .main .box1 .box1_item .box1_bottom .left {
    flex: 1;
    padding-left: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    margin-right: 40px;
    box-sizing: border-box;
}
.index .main .box1 .box1_item .box1_bottom .right {
    width: 86px;
    display: flex;
    align-items: center;
}
.index .main .box1 .box1_item .box1_bottom .right .right_item {
    font-size: 11px;
    display: inline-block;
    line-height: 1.1;
    padding: 0 3px;
    margin-right: 2px;
    border: 1px solid #999;
    background: #999;
    color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: pointer;
}
.index .main .box1 .box1_item .box1_bottom .right .active {
    background: #FF8800;
    border-color: #FF8800;
    opacity: 1;
}
.index .main .box1 .box1_item1 {
    width: 380px;
    height: 275px;
    border: #d8d8d8 solid 1px;
    box-sizing: border-box;
}
.index .main .box1 .box1_item1 .top {
    width: 100%;
    height: 55px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: #d8d8d8 solid 1px;
}
.index .main .box1 .box1_item1 .top .text1 {
    font-size: 18px;
    font-weight: bold;
    color: #343434;
}
.index .main .box1 .box1_item1 .top .text2 {
    color: #999;
    font-weight: normal;
}
.index .main .box1 .box1_item1 .top .text2:hover {
    font-weight: bold;
}
.index .main .box1 .box1_item1 .bottom {
    width: 100%;
    height: 210px;
    overflow: hidden;
    cursor: pointer;
}
.index .main .box1 .box1_item1 .bottom img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.index .main .box1 .box1_item1 .bottom img:hover {
    transform: scale(1.1);
}
.index .main .box1 .box1_item1 .bottom1 {
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: url("../img/index/6.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes zhuanquan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.index .main .box1 .box1_item1 .bottom1 .yuan {
    width: 84px;
    height: 83px;
    background: url("../img/index/yuan.png") no-repeat;
    background-size: 100% 100%;
    animation: zhuanquan 2s linear 0s infinite normal none running;
    cursor: pointer;
}
.index .main .box1 .box1_item1 .bottom1 .san {
    border-style: solid;
    border-width: 17px 0 17px 22px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    margin-left: 4px;
    top: 90px;
    left: 178px;
}
.index .main .box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.index .main .box2 .box2_item {
    width: 380px;
    height: 355px;
    border: #d8d8d8 solid 1px;
    box-sizing: border-box;
}
.index .main .box2 .box2_item .top {
    width: 100%;
    height: 55px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: #d8d8d8 solid 1px;
}
.index .main .box2 .box2_item .top .text1 {
    font-size: 18px;
    font-weight: bold;
    color: #343434;
}
.index .main .box2 .box2_item .top .text2 {
    color: #999;
    font-weight: normal;
}
.index .main .box2 .box2_item .top .text2:hover {
    font-weight: bold;
}
.index .main .box2 .box2_item .bottom {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}
.index .main .box2 .box2_item .bottom .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333333;
    margin-top: 6px;
    cursor: pointer;
}
.index .main .box2 .box2_item .img_box {
    width: 380px;
    height: 165px;
    border: 1px solid rgb(216, 216, 216);
    margin-bottom: 22px;
    overflow: hidden;
    cursor: pointer;
}
.index .main .box2 .box2_item .img_box img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.index .main .box2 .box2_item .img_box img:hover {
    transform: scale(1.1);
}
.index .index_dia .el-dialog__title {
    font-size: 16px;
    font-weight: bold;
}
.index .index_dia .vide_box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.index .index_dia .vide_box video {
    width: 100%;
}
.index .couplet_left {
    position: fixed;
    z-index: 999;
    cursor: pointer;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
}
.index .couplet_right {
    position: fixed;
    z-index: 999;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.float_img{
    cursor: pointer;
    z-index: 999;
    display: block;
}
