*{
	margin: 0;
	padding: 0;
}
a,a:hover{
	text-decoration: none;
}
ul{
    padding:0;
    margin: 0;
	list-style: none;
}
img{
	max-width: 100%;
}
.flexWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.alignBetween{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.container{
    max-width: 1440px;
    min-width: 1200px;
}


.hy-red{
	color: #cd282f;
}
.hy-bg-red{
	background-color: #3259e4;
}
.hy-black{
	color: #1c1616;
}
.hy-bg-black{
	background-color: #1c1616;
}
.hy-gray{
	color: #dbdbdb;
}
.hy-bg-gray{
	background-color: #dbdbdb;
}
.hy-yellow{
	color: #ffba00;
}
.hy-bg-yellow{
	background-color: #ffba00;
}
.hy-white{
    color: #fff;
}

.hy-title{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.hy-desc{
    font-size: 16px;
    margin: 20px auto;
    line-height: 1;
}
.hy-line{
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: #ffba00;
}
.hy-txt-hide1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hy-txt-hide3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hy-txt-hide4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hy-mg20{
    margin: 20px auto;
}
.hy-mg40{
    margin: 40px auto;
}
.hy-mg60{
    margin: 60px auto;
}
.hy-mg20-bottom{
    margin-bottom: 20px;
}
.hy-mg40-bottom{
    margin-bottom: 40px;
}
.hy-mg60-bottom{
    margin-bottom: 60px;
}
.hy-mg40-top{
    margin-top: 40px;
}
.hy-shadow{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.page-tit{
    width: 20%;
    max-width: 260px;
    padding: 5px 0;
    margin: 40px 0;
}
.page-tit p{
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.page-tit small{
    display: inline-block;
    color: #dbdbdb;
    font-size: 12px;
    margin-left: 20px;
}
.page-tit .hy-line{
    margin: 0;
    width: 100%;
    margin-top: 10px;
    background-color: #cd282f;
}


