@charset "utf-8";
.section{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.tb{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
    max-width: var(--max_width);
    margin-top: 60px;
    margin-bottom: 60px;
}
.thead{text-align: center;}
.title{
    font-size: 24px;
}
.miaoshu{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
    font-size: 1.2rem;
    color: #666;
}
.tbody{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}
.message_list{
    display: grid;
    grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
    row-gap: 20px;
    column-gap: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
}
@media (max-width:767px){
    .message_list{
        grid-template-columns: auto;
    }
}
.message_list .form-item{grid-template-columns: auto;}
.message_list .form-left{display: none;}
.message_list>.form-item:nth-child(n+5){
    grid-column-start: 1;
    grid-column-end: 3;
}
.message_list>.form-tfoot{
    display:block;
    grid-column-start: 1;
    grid-column-end: 3;
}
.message_list #form-save{
    padding-left: 40px;
    padding-right: 40px;
    background-color: var(--hover_color);
    color: #fff;
    height: 50px;
    line-height: 40px;
    width: 100%;
    margin: auto;
    font-size: 1.2rem;
}
.message_list #form-save:hover{
    background-color: var(--back_color);
}
.about{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5%;
    row-gap: 20px;
    width: auto;
    height: auto;
}
@media (max-width:767px){
    .about{
        grid-template-columns: auto;
    }
}
.about_left,.about_right{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.about_pic{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.about_content{
    font-size: 1.3rem;
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.about_list{
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 40px;
    column-gap: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.ab_tb{
    display: grid;
    grid-template-columns: 80px auto;
    column-gap: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
}
.ab_ico{
    font-size: 3rem;
    color: var(--hover_color);
    width: auto;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.ab_right{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.ab_name{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 2rem;
    font-weight: bold;
}
.ab_miaoshu{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 1.3rem;
}
.honor_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.honor_tb{
	display: block;
	width: calc(25% - 60px/4);
	height:auto;
	overflow: hidden;
	text-align: center;
}
.honor_pic{
	position: relative;
	display: block;
	width:auto;
	height:auto;
	overflow: hidden;
	padding-bottom: 120%;
}
.youshi_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
}
.ys_back{
	display: block;
	width: auto;
	height: auto;
	background-size: cover;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.ys_back:nth-child(odd){
	background-color: #eee;
}
.ys_tb{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	max-width: var(--max_width);
	margin: auto;
}
.ys_back:nth-child(even)>.ys_tb{
	flex-direction: row-reverse;
}
@media (max-width:767px){
	.ys_tb,.ys_back:nth-child(even)>.ys_tb{
		flex-direction: column;
	}
}
.ys_left{
	display: block;
	width: 45%;
	height: auto;
	position: relative;
}
.ys_right{
	display: block;
	width: 45%;
	height: auto;
	position: relative;
}
@media (max-width:767px){
	.ys_left,.ys_right{
		width: auto;
	}
}
.ys_pic{
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.ys_name{
	display: block;
	width: auto;
	height: auto;
	font-size: 2.5rem;
}
.ys_miaoshu{
	display: block;
	width: auto;
	height: auto;
	font-size: 1.2rem;
}