@font-face {
    font-family: MyFontName;
    src: url("./Heavy.ttf")
}

* {
    letter-spacing: 0.010416666666666666rem;
    padding: 0;
    margin: 0;
}

body {
    width: calc(100vw - 0.015625rem);
    font-family: MyFontName;
    position: relative;
}

.app {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0.015625rem;
}

::-webkit-scrollbar-track {
    border-radius: 0.052083333333333336rem;
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 0.052083333333333336rem;
    -webkit-box-shadow: inset 0 0 0.03125rem rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, 0.1);
}

.banner_box {
    margin: 0.4166666666666667rem 0 0.2604166666666667rem;
	position: relative;
}
/* .bannder_index_home .carousel .el-carousel__container{
    height: 500px !important;
} */
.banner_box_title{
	position: absolute;
	/* top: 0.9479166666666666rem; */
	/* top: 104px; */
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	color: #fff;
	/* font-size: 0.21875rem; */
	/* font-size: 0.3645833333333333rem;
	font-weight: bold;
	letter-spacing: 0.058125rem;
	font-family: Microsoft YaHei; */
	font-size: 54px;
	/* font-size: 72px; */
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	/* height: 100px; */

}
.banner_box_title_desc{
    display: block;
    font-size: 42px;
    line-height: 82px;
    font-weight: 400;
}
.banner_box_item{
    padding-top: 10.4%;
    padding-left: 14.8%;
    /* padding-right: 42.18%; */
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
}
.banner_box_item .title{
    /* position: absolute;
    top: 200px;
    right: 42%; */
    /* text-align: right; */
    /* font-size: 50px; */
    padding-left: 20px;
    font-size: 46px; 
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
}
.desc{
    display: inline-block;
    padding: 0 24px;
    margin-top: 28px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-family: Source Han Sans CN;
    border-radius: 29px;
    font-size: 18px;
}
.desc_zrzy{
    opacity: 0.75;
    font-weight: 400;
    color: #4D46EF;
    background: linear-gradient(45deg, #FFD34C 1%, #FDD844 100%);
}
.desc_nczjd{
    font-weight: 500;
    color: #FFFFFF;
    background: linear-gradient(-60deg, #4B4CE5 0%, #5B5AC7 100%);
}
.desc_chjs{
    color: #FFFFFF;
    background: rgba(8, 34, 101, 0.35);
}
.desc_chjs span{
    color: #FDB77A;
}
.banner {
    width: 100vw;
	height: 100%;
    /* object-fit: cover; */
}

.public_title {
    /* padding: 0.2604166666666667rem 0 0.052083333333333336rem; */
    display: flex;
    align-items: center;
	padding: 0.15625rem 0 0.25rem 0;
}

.left_line {
   flex: 1;
    height: 1px;
    /* background-color: white; */
}
.move_line {
   /* width: 100%;
    height: 1px; */
    /* background-color: #00A2E6; */
	/* background-color: #00a2e62b; */
    /* animation: my_move_line 1s linear 0s;; */
}

@keyframes my_move_line {
    0% {
        width: 0
    }
    60% {
        width: 60%;
        background-color: #00A2E6;
    }
    100% {
        width: 100%;
        /* background-color: #00A2E6; */
		background-color: #00a2e62b;
    }
}
.public_title_content{
    padding: 0 0.15625rem;
    font-size: 0.10416666666666667rem;
    font-weight: 800;
    /* color: #397EE5; */
	color: #087bb3;
}
.public_title_content img{
	width: 145px;
}
.public_title_content .majorEventsTitleImg{
    width: 105px;
}
.sub_title{
    font-size: 0.052083333333333336rem;
    font-weight: 500;
    color: #A99479;
    text-align: center;
    margin-bottom: 0.2604166666666667rem;
}
.public_detail_btn {
    text-decoration: none;
    font-size: 0.078125rem;
    font-weight: 500;
    color: #397EE5;
    padding: 0.052083333333333336rem 0.08854166666666667rem;
    background-color: white;
    border: 1px solid #397EE5;
    border-radius: 0.026041666666666668rem;
    display: inline-block;
}

@keyframes anim_wave {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}

.start_line{
	line-height: 2;
	text-indent: 2em;
}
.line{
	line-height: 2;
}
