[v-cloak] {
    display: none;
}

.banner_box .carousel .el-carousel__container {
    height: 2.0833333333333335rem !important;
}
.banner_box_index .carousel .el-carousel__container{
	height: 2.6041666666666665rem !important;
}

.head {
    background-color: #fff;
    /* padding: 0 16%; */
    box-sizing: border-box;
    /* height: 0.46875rem; */
	height: 0.4166666666666667rem;
    min-height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0.010416666666666666rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
}
.head_bor{
	width: 1200px;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}
.enterprise {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333333;
	/* width: 2.1041666666666665rem; */
	/* overflow: hidden; */
}

.enterprise:hover {
    color: #397EE5;
    font-weight: bold;
}

.enterprise-logo {
    /* width: 0.2604166666666667rem; */
    /* height: 0.2604166666666667rem; */
    /* border-radius: 50%; */
	/* height:  0.2604166666666667rem; */
	height: 0.25rem;
	width: 0.8333333333333334rem;
}

.move_rotate img {
    /* animation: my_platform_icon 0.7s linear 0s; */
}

@keyframes my_platform_icon {
    0% {
        transform: rotate(0);
    }
    30% {
        transform: rotate(108deg);
    }
    60% {
        transform: rotate(216deg);
    }
    90% {
        transform: rotate(324deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.my_del_platform_icon img {
    /* animation: my_del_platform_icon 0.7s linear 0s; */
}

@keyframes my_del_platform_icon {
    0% {
        transform: rotate(0);
    }
    30% {
        transform: rotate(-108deg);
    }
    60% {
        transform: rotate(-216deg);
    }
    90% {
        transform: rotate(-324deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.enterprise-name {
    font-size: 0.10416666666666667rem;
    margin: 0 0.4166666666666667rem 0 0.052083333333333336rem;
}
.head_nav_menu{
	margin-left: 0.20833333333333334rem;
}
.head_nav_menu.el-menu.el-menu--horizontal {
	width: calc(100% - 2.1041666666666665rem);
    color: #CCCCCC !important;
    border-bottom: none;
    /* font-size: 0.09375rem; */
    font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
}

.head_nav_menu.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
    margin-left: 0.020833333333333332rem !important;
}

.select_item, .el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title {
    /* font-size: 0.08333333333333333rem !important; */
	font-size: 16px;
    /* height: 0.1875rem;
    line-height: 0.1875rem; */
	height: 32px;
	line-height: 32px;
    padding: 0 0.052083333333333336rem;
}

.head_nav_menu .el-menu-item, .head_nav_menu .el-submenu__title {
    /* font-size: 0.09375rem; */
	font-size: 18px;
    padding: 0;
    margin-right: 0.125rem !important;
	border: none !important;
}

.head_nav_menu .el-menu-item:last-child {
    margin-right: 0 !important;
}

.head_nav_menu .el-submenu .el-submenu__title {
    border-left: #fff solid 0.03125rem;
}

.inline_block {
    display: inline-block;
	height: 100%;
}

.suspension, .head_nav_menu .el-menu--horizontal > .el-menu-item.is-active, .head_nav_menu .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
    position: relative;
    box-sizing: border-box;
}

.suspension:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* height: 2px; */
    /* background-color: rgb(57, 126, 229); */
    /* animation: move_suspension 0.5s linear 0s forwards; */
    box-sizing: border-box;
}

@keyframes move_suspension {
    30% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}
.head_nav_menu.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow{
	display: none;
}
.el-submenu.is-active .el-submenu__title,.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
	border-bottom:none;
}
.el-submenu__title{
	color: #333333 !important;
	font-family: PingFang SC;
	font-weight: 400;
}
.is-active{
	color: #2C6ECE !important;
	font-family: PingFang SC !important;
	font-weight: bold !important;
}
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
	color: #2C6ECE !important;
	font-family: PingFang SC !important;
	font-weight: bold !important;
	font-size: 18px;
}
.el-menu--horizontal>.el-menu-item.is-active{
	border:none
}
.wefont{
	color: #333333;
	font-family: PingFang SC;
	font-weight: 400;
}
.is-active>.wefont{
	color: #2C6ECE !important;
	font-family: PingFang SC !important;
	font-weight: bold !important;
}
.el-submenu__title *{
	vertical-align: initial;
}