/*设置banner*/
/*-----------------------------------*/
.top-area{
	width: 100%;
	position: relative;
	text-align: center;
}
.top-area figure{
	width: 100%;
	padding-bottom: 26.04%;
	background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-awards/top.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 28%;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 72px;
	letter-spacing: 9px;
	line-height: 1;
	color: #004898;
}
@media only screen and (max-width: 1599px) {
	.top-title{
		font-size: 60px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-title{
		font-size: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.top-area figure{
		padding-bottom: 80%;
		background: url(https://file.jingdiao.com/website/jingdiao/cn/images/about-awards/top-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.top-title{
		top: 13.3%;
		font-size: 42px;
		letter-spacing: 7px;
	}
}
@media only screen and (max-width: 450px) {
	.top-title{
		font-size: 36px;
		letter-spacing: 6px;
	}
}
/*-----------------------------------*/
/*设置banner end*/

/* 正文内容 */
/*----------------------------------------------------*/
/* PC端 */
.honor-content{
	margin: 0 auto;
	text-align: center;
	margin-top: 140px;
}
.item-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 60px;
	line-height: 1;
	color: #004898;
	text-align: center;
	padding: 0;
	width: calc(100% - 2 * 320px);
	margin: 0 320px;
	font-weight: normal;
}
.honor-table{
	margin: 0 320px;
	font-size: 24px;
	color: #595757;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	width: calc(100% - 2 * 320px);
}
.honor-table td {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: top;
}
.honor-table td.middle{
	width: 2px;
}
.honor-table .table-left{
	text-align: right;
	padding-right: 40px;
	border-right: 2px solid #BFBFBF;
	padding-bottom: 40px;
	width: 50%;
}
.honor-table .table-right{
	text-align: left;
	padding-left: 40px;
	padding-bottom: 40px;
	width: 50%;
}
.honor-table img{
	vertical-align: top;
	max-width: 100%;
	display: inline-block;
}
.line{
	height: 280px;
	width: 2px;
	background: #BFBFBF;
}
.table-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 28px;
	line-height: 1;
	margin: 0;
	margin-bottom: 15px;
	color: #004898;
	padding: 0;
}
.table-text{
	font-family: "Helvetica LT Pro","HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
	line-height: 2;
	color: #333333;
	padding: 0;
	margin: 0;
	word-break: normal;
}
.first-text{
	margin-bottom: 22px;
}
.last-text{
	margin-bottom: 100px;
}
.table-right .table-text{
	text-align: left;
}
.table-left .table-text{
	text-align: right;
}
.honor-bar,
.honor-bar-m{
	width: 168px;
	position: absolute;
	left: 80px;
	top: 635px;
	background: #f6f6f6;
	margin: 0;
	padding-top: 40px;
	z-index: 0;
	height: 1490px;
}
.honor-bar div,
.honor-bar-m div{
	font-size: 36px;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	color: #c9c8c8;
	font-family: "HarmonyOS_Sans_SC_Bold";
	text-align: left;
	padding-left: 40px;
}
.honor-bar div.bar-choose,
.honor-bar-m div.bar-choose{
	color: #004898;
	font-size: 44px;
}
.honor-table td.tr-first{
	padding-top: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 1401px) {
	.honor-bar{
		left: 60px;
	}
	.honor-table,
	.item-title{
		margin: 0 220px;
		width: calc(100% - 2 * 220px);
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1301px) {
	.honor-bar{
		left: 40px;
	}
}
@media only screen and (max-width: 1300px) {
	.honor-bar{
		left: 25px;
	}
	.honor-table,
	.item-title{
		margin: 0 200px;
		width: calc(100% - 2 * 200px);
	}
}

@media only screen and (max-width: 1920px) {
	.honor-bar {
	    top: 560px;
	}
	.honor-content {
	    margin-top: 116.2px;
	}
	.honor-table .table-left,.honor-table .table-right {
	    padding-bottom: 33.2px;
	}
	.honor-table td.tr-first{
		padding-top: 33.2px;
	}
	.honor-bar {
	    padding-top: 33.2px;
	    height: 1350px;
	}
	.honor-bar div {
	    margin-bottom: 33.2px;
	}
	.last-text {
	    margin-bottom: 83px;
	}
}
@media only screen and (max-width: 1599px) {
	.honor-bar {
	    top: 540px;
	}
	.honor-content {
	    margin-top: 105px;
	}
	.item-title {
	    font-size: 40px;
	}
	.table-title {
	    font-size: 26px;
	    margin-bottom: 13.5px;
	}
	.table-text {
	    font-size: 16px;
	}
	.honor-table .table-left,.honor-table .table-right {
	    padding-bottom: 30px;
	}
	.honor-table td.tr-first{
		padding-top: 30px;
	}
	.honor-bar {
	    padding-top: 30px;
	    height: 1175px;
	    width: 135px;
	}
	.honor-bar div {
	    font-size: 30px;
	    margin-bottom: 30px;
	    padding-left: 30px;
	}
	.honor-bar div.bar-choose {
	    font-size: 36px;
	}
	.last-text {
	    margin-bottom: 75px;
	}
}
@media only screen and (max-width: 1499px) {
	.honor-bar {
	    top: 485px;
	}
}
@media only screen and (max-width: 1399px) {
	.honor-bar {
	    top: 460px;
	}
}
@media only screen and (max-width: 1299px) {
	.honor-bar {
	    top: 420px;
	}
	.honor-content {
	    margin-top: 95.2px;
	}
	.item-title {
	    font-size: 40px;
	}
	.table-title {
	    font-size: 26px;
	    margin-bottom: 12px;
	}
	.table-text {
	    font-size: 16px;
	}
	.honor-table .table-left,.honor-table .table-right {
	    padding-bottom: 27.2px;
	}
	.honor-table td.tr-first{
		padding-top: 27.2px;
	}
	.honor-bar {
	    padding-top: 25px;
	    height: 1080px;
	    width: 135px;
	}
	.honor-bar div {
	    font-size: 30px;
	    margin-bottom: 25px;
	}
	.honor-bar div.bar-choose {
	    font-size: 36px;
	}
	.last-text {
	    margin-bottom: 68px;
	}
}
@media only screen and (max-width: 1150px) {
	.honor-bar {
	    top: 385px;
	}
}
#content .container{
	overflow: hidden;
}

/* 移动端 */
.honor-content-m,
.honor-bar-m{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.honor-content,
	.honor-bar{
		display: none;
	}
	.honor-content-m{
		display: block;
		margin-top: 40px;
		margin-left: 80px;
		margin-right: 15px;
		border-left: 2px solid #BFBFBF;
		padding-left: 12px;
		padding-top: 12px;
		padding-bottom: 40px;
	}
	.honor-item{
		margin-bottom: 40px;
	}
	.honor-item:last-child{
		margin-bottom: 0;
	}
	.spot {
	    width: 12px;
	    height: 12px;
	    margin-left: -19px;
	    background: #004898;
	    border-radius: 6px;
		display: inline-block;
		margin-top: 9px;
		vertical-align: top;
	}
	.item-title{
		font-size: 30px;
		line-height: 1;
		margin: 0 0 24px 0;
		text-align: left;
		display: inline-block;
	}
	.table-title{
		font-size: 20px;
		line-height: 1;
		margin-bottom: 16px;
	}
	.honor-item img{
		width: 100%;
		max-width: 570px;
		height: auto;
		margin-bottom: 24px;
	}
	.table-text{
		font-size: 16px;
		line-height: 1.5;
		color: #333333;
		position: relative;
		left: 0;
		top: 0;
	}
	.first-text{
		margin-bottom: 16px;
	}
	.text-last{
		margin-bottom: 24px;
	}
	.honor-item:last-child .table-text:last-child{
		margin-bottom: 0;
	}
	.honor-bar-m{
		left: 0;
		top: 666px;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
		width: 60px;
		display: block;
	}
	.honor-bar-m div{
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1;
		color: #C9C9C9;
	}
	.honor-bar-m a:last-child div{
		margin-bottom: 0;
	}
	.honor-bar-m div.bar-choose {
	    font-size: 16px;
	    line-height: 1;
	    color: #004898;
	}
}
@media only screen and (max-width: 450px) {
	.honor-content-m{
		margin-top: 40px;
		margin-left: 60px;
		margin-right: 15px;
		border-left: 1px solid #BFBFBF;
		padding-left: 8px;
		padding-top: 12px;
		padding-bottom: 40px;
	}
	.honor-item{
		margin-bottom: 40px;
	}
	.spot {
		margin-left: -14px;
		margin-top: 8px;
	}
	.item-title{
		font-size: 28px;
	}
	.table-title{
		font-size: 20px;
		margin-bottom: 14px;
	}
	.honor-item img{
		margin-bottom: 16px;
	}
	.table-text{
		font-size: 14px;
	}
	.first-text{
		margin-bottom: 10px;
	}
	.text-last{
		margin-bottom: 16px;
	}
	.honor-bar-m{
		top: 265px;
		padding-top: 12px;
		padding-bottom: 12px;
		width: 50px;
	}
	.honor-bar-m div{
		margin-bottom: 12px;
		font-size: 14px;
	}
	.honor-bar-m div.bar-choose {
	    font-size: 14px;
	}
}
/*----------------------------------------------------*/
/* 正文内容 end */