@media screen and (max-width: 990px) {

	/* 工商注册信息 */
	.gszcxx .title {
		margin: 20px 15px 15px;
		font-size: 18px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.gszcxx .table {
		border: 1px solid #ACB9CC;
		margin: 0 15px 30px;
	}

	.gszcxx .table .tr {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ACB9CC;
		position: relative;
		background: #E1EDFF;
	}

	.gszcxx .table .tr:last-child {
		border-bottom: none;
	}

	.gszcxx .table .td:nth-child(1) {
		flex: 2;
		height: 100%;
		padding: 16px 15px;
		font-size: 13px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;

	}


	.gszcxx .table .td:nth-child(2) {
		background: #FFF;
		border-left: 1px solid #ACB9CC;
		flex: 5;
		font-size: 13px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		padding: 15px;
	}


	/* 企业简介 */


	.qyjj .brief .briefLeft {
		position: relative;
		padding: 0 15px;
	}



	.qyjj .brief .briefLeft .title {
		font-size: 18px;
		font-family: PingFang SC-Bold, PingFang SC;
		font-weight: bold;
		color: #000000;
		line-height: 20px;
		margin: 30px 0 20px;
	}



	.qyjj .brief .briefLeft .buildInfo {
		margin: 25px 0;
		height: 82.5px;
		background: #FFFFFF;
		box-shadow: 0px 0px 10px 1px rgba(26, 115, 51, 0.1);
		display: flex;
		align-items: center;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList {
		flex: 1;
		text-align: center;
		padding: 19px 0;
		position: relative;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(1)::after,
	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(2)::after {
		content: '';
		position: absolute;
		right: 0;
		top: 19px;
		bottom: 19px;
		width: 1px;
		background: #E1E1E1;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums {
		font-size: 11px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #999999;
		line-height: 32px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums .nums {
		font-size: 20px;
		font-family: PingFang SC-Heavy, PingFang SC;
		font-weight: 800;
		color: #286CCD;
		line-height: 36px;
		margin-right: 5px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildName {
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 24px
	}




	.qyjj .brief .briefRigth {
		padding: 0 15px;
	}

	.qyjj .brief .briefRigth img {
		width: 100%;
		height: 100%;
	}

	.qyjj .qydesc {
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 32px;
		text-indent: 28px;
	}

	.qyjj .qyInfo {
		margin: 30px 15px;
	}

	/* 组织架构 */
	.zzjg {
		padding: 20px 15px 50px;
	}

	.zzjg .pc {
		display: none;
	}

	.zzjg .mobile {
		width: 100%;
	}



	/* 公司领导 */
	.leader .title {
		margin: 15px;
		font-size: 18px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.leader .table {
		margin: 15px 15px 30px;
	}

	.leader .table .thed {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
	}

	.leader .table .thed .td {
		flex: 2;
		line-height: 60px;
		background: #2D83FE;
		color: #FFF;
		text-align: center;
		font-size: 13px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .thed .td:nth-child(1) {
		margin-right: 3px;
		flex: 1;
	}

	.leader .table .tbody {
		position: relative;
	}

	.leader .table .tbody::after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg, #1A67D4 0%, #1E9DFE 100%)
	}

	.leader .table .tbody .tr {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
	}

	.leader .table .tbody .tr .td {
		line-height: 60px;
		color: #333333;
		text-align: center;
		font-size: 13px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		flex: 2;
	}

	.leader .table .tbody .tr:nth-child(2n+1) .td {
		background: #E1EDFF;
	}

	.leader .table .tbody .tr .td:nth-child(1) {
		margin-right: 3px;
		flex: 1;
	}

	.leaderDetails {
		background: #f4f9ff;
		padding: 30px 10px;
		box-sizing: border-box;
		margin: 50px 15px 40px !important;
	}

	.leaderDetails .title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		font-family: 微软雅黑;
	}

	.leaderDetails .brief {
		line-height: 38px;
		margin-bottom: 20px;
		color: #000;
		text-align: justify;
		text-indent: 2em;
		font-size: 16px;
	}


	/* 薪酬 */

	.list {
		box-sizing: border-box;
		padding: 0 15px;
		margin-top: 15px;
	}

	.list li {
		width: 100%;
		margin: 0 auto;
		background: #fff;
		box-sizing: border-box;
		padding: 15px;
		margin-bottom: 15px;
	}

	.list li a {
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.list li .list-pic {
		width: 80px;
		height: 80px;
		background: #F5F5F5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #333333;
	}

	.list li .list-pic h2{
		font-size: 20px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
	}
	.list li .list-pic span{
		font-size: 12px;
		margin-top: 3px;
	}

	.list li .list-pic1 {
		width: 130px;
		height: 80px;
	}

	.list li .list-right {
		margin-left: 13px;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.list li .list-right h3 {
		font-size: 13px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 10px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}



	.list li .list-right .list-date {
		display: flex;
		margin-bottom: 14px;
	}

	.list li .list-right .list-date span {
		font-size: 8px;
		color: #999999;
	}

	.list li .list-right .list-date p {
		display: none;
		font-size: 8px;
		color: #999999;
		margin-left: 70px;
	}

	.list li .list-right .list-content {
		font-size: 9px;
		color: #666666;
		margin-bottom: 8px;
		line-height: 20px;
	}

	.list li .list-right .list-more {
		display: none;
	}

	.list li .list-right .list-more img {
		width: 20px;
		height: 20px;
		display: none;

	}

	.list li:hover .list-right h3 {
		color: #286CCD;
	}

	.boxDetails {
		background: #F5F5F5;
		padding: 15px 0;
	}

	.boxDetails .noSearch {
		width: 100%;
		text-align: center;
	}

	.boxDetails .noSearch img {
		width: 100%;
	}

	.boxDetails .news-detail {
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		padding: 15px;

	}

	.boxDetails .biaoti {
		width: 100%;
		font-size: 18px;
		line-height: 27px;
		font-weight: 400;
		color: #333333;
		margin: 0 auto;
		text-align: start;
	}

	.boxDetails .news-date {
		margin-top: 13px;
		display: block;
		font-size: 12px;
		font-weight: 400;
		color: #666666;
	}

	.boxDetails .news-date span {
		margin-right: 35px;
	}

	.boxDetails .news-date div {
		margin-top: 10px;
		display: flex;
	}

	.boxDetails .news-date div span {
		margin-right: 35px;
	}

	.boxDetails .news-date div span:nth-of-type(2) {
		margin-right: 0;
	}

	.boxDetails .news-date div img {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}

	.boxDetails .news-detail .line {
		width: 100%;
		height: 3px;
		background: #D1E4FF;
		margin-top: 14px;
	}

	.boxDetails .fwb {
		margin: 25px 0;
	}

	.boxDetails .fwb p {
		font-size: 13px;
		line-height: 1.5;
		font-weight: 400;
		color: #333333;
	}

	.boxDetails .fwb p video {
		margin: auto !important;
		display: block !important;
		width: 80% !important;
	}
    .boxDetails .fwb > iframe {
        min-height: 500px;
    }
    .boxDetails .fwb table {
        border-collapse: collapse;
        margin: auto;
    	width: 80% !important;
    }
    .boxDetails .fwb table tr td{
        border: 1px solid #EAEAEA;
        line-height: 30px;
	    padding: 0 10px !important;
	    box-sizing: border-box !important;
    }

.boxDetails .fwb img {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	margin: 20px auto;
	display: block;
}

.boxDetails .fwb > iframe {
	min-height: 500px;
}

.boxDetails .pages {
	width: 100%;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	padding: 14px 0;
	display: flex;
}

.boxDetails .pages a {
	width: calc(100%/3);
	height: 20px;
	display: block;
	box-sizing: border-box;
	border-right: 1px solid #EAEAEA;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.boxDetails .pages a img {
	width: 15px;
	height: 15px;
	margin-right: 2px;
	margin-top: 1.2px;
}

.boxDetails .pages a span {
	font-size: 13px;
	color: #999999;
}

.boxDetails .pages a:nth-of-type(3) {
	border: none;
}


.details {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 15px 30px 15px;
}

.details .details-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 70px;
}

.details .table {
	border: 1px solid #ACB9CC;
	border-bottom: none;
}

.details .table1 {
	border-bottom: 1px solid #ACB9CC !important;
}

.table li {
	box-sizing: border-box;
	display: flex;
	border-bottom: 1px solid #ACB9CC;
}

.table li:nth-last-of-type(1) {
	border: none;
}

.table li span {
	padding: 15px 0;
	padding-left: 15px;
	background: #E1EDFF;
	width: 29%;
	border-right: 1px solid #ACB9CC;
	display: flex;
	align-items: center;
	font-size: 13px;
}

.table li p {
	padding: 15px;
	flex: 1;
	font-size: 13px;
	color: #333333;
	text-indent: 0 !important;
	line-height: 1.5;
}

.details-introduction {
	font-size: 13px;
	text-indent: 2em;
	color: #333333;
	line-height: 1.5;
}

.fzgs{
	width: 80%;
	margin: 0 auto;
}

.details-structure {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: auto;
}



/* 铁骑 */

.tqlist {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.tqlist li {
	width: calc((100% - 15px)/2);
	margin-right: 15px;
	margin-bottom: 25px;
	cursor: pointer;
}

.tqlist li .list-top {
	height: 190px;
	background: url("../img/tjqf-bg.png") no-repeat;
	background-size: cover;
	position: relative;
}

.tqlist li .list-top .year {
	position: absolute;
	top: 13px;
	right: 13px;
	font-size: 19px;
	line-height: 19px;
	color: #DE0000;
}

.tqlist li .list-top .order {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: auto;
	height: 40px;
	font-size: 13px;
	color: #DE0000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 20px;
}

.tqlist li .list-top .order h1 {
	font-size: 40px;
	line-height: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    margin: 0 3px;
}

.tqlist li .list-bottom {
	padding: 12px 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #333333;
}

.tqlist li .list-bottom span {
	font-size: 12px;
}

.tqlist li:nth-of-type(2n) {
	margin: 0 !important;
}


}

















@media screen and (min-width:991px) {

	/* 工商注册信息 */
	.gszcxx .title {
		margin: 30px 0;
		font-size: 24px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.gszcxx .table {
		width: 90%;
		margin: 0 auto 50px;
		border: 1px solid #ACB9CC;
	}

	.gszcxx .table .tr {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ACB9CC;
		position: relative;
		background: #E1EDFF;
	}

	.gszcxx .table .tr:last-child {
		border-bottom: none;
	}

	.gszcxx .table .td:nth-child(1) {
		flex: 1;
		padding: 10px 20px;
		font-size: 18px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		line-height: 1.5;

	}


	.gszcxx .table .td:nth-child(2) {
		background: #FFF;
		border-left: 1px solid #ACB9CC;
		flex: 4;
		font-size: 18px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		padding: 10px 20px;
		line-height: 1.5;

	}

	.gszcxx .table .td:nth-child(2) p {
		text-indent: 0 !important;
	}



	/* 企业简介 */
	.qyjj,
	.leader {
		padding: 30px 0;
	}

	.qyjj .brief {
		display: flex;
	}

	.qyjj .brief .briefLeft {
		width: 100%;
		position: relative;
	}



	.qyjj .brief .briefLeft .title {
		font-size: 32px;
		font-family: PingFang SC-Bold, PingFang SC;
		font-weight: bold;
		color: #000000;
		line-height: 38px;
		margin: 30px 0;
	}

	.qyjj .brief .briefLeft .qydesc {
		
	}

	.qyjj .brief .briefLeft .buildInfo {
		position: absolute;
		bottom: 20px;
		width: 750px;
		height: 140px;
		background: #FFFFFF;
		box-shadow: 0px 0px 10px 1px rgba(26, 115, 51, 0.1);
		display: flex;
		align-items: center;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList {
		flex: 1;
		text-align: center;
		padding: 34px 0;
		position: relative;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(1)::after,
	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(2)::after {
		content: '';
		position: absolute;
		right: 0;
		top: 34px;
		bottom: 34px;
		width: 1px;
		background: #E1E1E1;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums {
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #999999;
		line-height: 32px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums .nums {
		font-size: 36px;
		font-family: PingFang SC-Heavy, PingFang SC;
		font-weight: 800;
		color: #286CCD;
		line-height: 36px;
		margin-right: 5px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildName {
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 30px
	}




	.qyjj .brief .briefRigth {
		width: 422px;
		height: 410px;
	}

	.qyjj .brief .briefRigth img {
		width: 100%;
		height: 100%;
	}

	.qyjj .qydesc {
		font-size: 14px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 32px;
		text-indent: 28px;
	}

	.qyjj .qyInfo {
		margin-top: 30px;
	}


	/* 组织架构 */
	.zzjg {
		padding: 30px 0 80px;
	}

	.zzjg .mobile {
		display: none;
	}

	.zzjg .pc {
		width: 100%;
	}


	/* 公司领导 */
	.leader .title {
		margin: 15px 0;
		font-size: 24px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.leader .table .thed {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
	}

	.leader .table .thed .td {
		flex: 1;
		line-height: 50px;
		background: #2D83FE;
		color: #FFF;
		text-align: center;
		font-size: 16px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .thed .td:nth-child(1) {
		margin-right: 3px;
	}

	.leader .table {
		margin: 15px 70px 50px;
	}


	.leader .table .tbody {
		position: relative;

	}

	.leader .table .tbody::after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg, #1A67D4 0%, #1E9DFE 100%)
	}

	.leader .table .tbody .tr {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
		cursor: pointer;
	}

	.leader .table .tbody .tr .td {
		flex: 1;
		line-height: 50px;
		color: #333333;
		text-align: center;
		font-size: 16px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .tbody .tr:nth-child(2n+1) .td {
		background: #E1EDFF;
	}

	.leader .table .tbody .tr .td:nth-child(1) {
		margin-right: 3px;
	}

	.leaderDetails {
		background: #f4f9ff;
		padding: 30px 28px;
		margin: 40px auto 30px !important;
		box-sizing: border-box;
	}

	.leaderDetails .title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
		font-family: 微软雅黑;
	}

	.leaderDetails .brief {
		line-height: 32px;
		margin-bottom: 20px;
		color: #000;
		text-align: justify;
		text-indent: 2em;
		font-size: 15px;
	}



	/* 薪酬 */

	.list {
		box-sizing: border-box;

	}

	.list li {
		width: 960px;
		margin: 0 auto;
		background: #fff;
		box-sizing: border-box;
		padding: 15px;
		margin-bottom: 25px;
	}

	.list li a {
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.list li .list-pic {
		width: 140px;
		height: 140px;
		background: #F5F5F5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #333333;
	}

	.list li .list-pic1 {
		width: 250px;
		height: 157.1437px;
	}


	.list li .list-pic h2 {
		font-size: 38px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
	}

	.list li .list-pic span {
		font-size: 20px;
	}

	.list li:hover .list-pic {
		background: #286CCD;
		color: #fff;
	}

	.list li .list-right {
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.list li .list-right h3 {
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 16px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}



	.list li .list-right .list-date {
		display: flex;
		margin-bottom: 14px;
	}

	.list li .list-right .list-date span {
		font-size: 8px;
		color: #999999;
	}

	.list li .list-right .list-date p {
		font-size: 8px;
		color: #999999;
		margin-left: 70px;
	}

	.list li .list-right .list-content {
		font-size: 9px;
		color: #666666;
		margin-bottom: 14px;
		line-height: 20px;
	}

	.list li .list-right .list-more img {
		width: 20px;
		height: 20px;

	}

	.list li .list-right .list-more .blue {
		display: none;

	}

	.list li .list-right .list-more .white {
		display: block;

	}

	.list li:hover .list-right h3 {
		color: #286CCD;
	}

	.list li:hover .list-more .blue {
		display: block;

	}

	.list li:hover .list-right .list-more .white {
		display: none;
	}

	.boxDetails {
		background: #F5F5F5;
		padding: 40px 0;
	}

	.boxDetails .noSearch {
		width: 100%;
		text-align: center;
	}

	.boxDetails .news-detail {
		background: #fff;
		box-sizing: border-box;
		padding: 30px;

	}

	.boxDetails .biaoti {
		width: 80%;
		font-size: 24px;
		line-height: 40px;
		font-weight: 400;
		color: #333333;
		margin: 0 auto;
		text-align: center;
	}

	.boxDetails .news-date {
		margin-top: 18px;
		display: flex;
		align-items: center;
		font-size: 10px;
		font-weight: 400;
		color: #666666;
	}

	.boxDetails .news-date span {
		margin-right: 35px;
	}

	.boxDetails .news-date div {
		display: flex;
	}

	.boxDetails .news-date div span {
		margin-right: 40px;
	}

	.boxDetails .news-date div span:nth-of-type(2) {
		margin-right: 0;
	}

	.boxDetails .news-date div img {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}

	.boxDetails .news-detail .line {
		width: 100%;
		height: 3px;
		background: #D1E4FF;
		margin-top: 24px;
	}

	.boxDetails .fwb {
		margin: 30px 0;
	}

	.boxDetails .fwb p {
		font-size: 12px;
		line-height: 28px;
		font-weight: 400;
		color: #333333;
	}
	.boxDetails .fwb p video {
		margin: auto !important;
		display: block !important;
		width: 60% !important;
	}

	.boxDetails .fwb > iframe {
		min-height: 1000px;
	}
    .boxDetails .fwb > iframe {
        min-height: 1000px;
    }
    .boxDetails .fwb table {
        border-collapse: collapse;
        margin: auto;
    	width: 80% !important;
    }
    .boxDetails .fwb table tr td{
        border: 1px solid #EAEAEA;
        line-height: 30px;
	    padding: 0 10px !important;
	    box-sizing: border-box !important;
    }

	.boxDetails .fwb img {
		max-width: 85%;
		height: auto !important;
		margin: 28px auto;
		display: block;
	}

	.boxDetails .pages {
		width: 100%;
		border: 1px solid #EAEAEA;
		box-sizing: border-box;
		padding: 14px 0;
		display: flex;
	}

	.boxDetails .pages a {
		width: calc(100%/3);
		height: 32px;
		display: block;
		box-sizing: border-box;
		border-right: 1px solid #EAEAEA;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.boxDetails .pages a img {
		width: 16px;
		height: 16px;
		margin-right: 2px;
		margin-top: 1.2px;
	}

	.boxDetails .pages a span {
		font-size: 12px;
		color: #999999;
	}

	.boxDetails .pages a:nth-of-type(3) {
		border: none;
	}


	.details {
		width: 960px;
		margin: 0 auto;
		box-sizing: border-box;
		padding-bottom: 130px;
	}

	.details .details-title {
		font-size: 21px;
		font-weight: bold;
		color: #333333;
		line-height: 120px;
	}

	.details .table {
		border: 1px solid #ACB9CC;
		border-bottom: none;
		width: 80%;
		margin: 0 auto;
	}

	.details .table1 {
		border-bottom: 1px solid #ACB9CC !important;
	}

	.table li {
		box-sizing: border-box;
		display: flex;
		border-bottom: 1px solid #ACB9CC;
	}

	.table li:nth-last-of-type(1) {
		border: none;
	}

	.table li span {
		padding: 20px;
		background: #E1EDFF;
		width: 19.16%;
		border-right: 1px solid #ACB9CC;
		display: flex;
		align-items: center;
		font-size: 20px;
	}

	.table li p {
		padding: 20px;
		flex: 1;
		font-size: 20px;
		color: #333333;
		text-indent: 0 !important;
		line-height: 1.5;
	}

	.details-introduction {
		font-size: 20px;
		text-indent: 2em;
		color: #333333;
		line-height: 1.5;
	}
	.fzgs{
		width: 80%;
		margin: 0 auto;
	}

	.details-structure {
		display: block;
		max-width: 80%;
		margin: 0 auto;
	}

	/* 铁骑 */

	.tqlist {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}

	.tqlist li {
		width: calc((100% - 75px)/4);
		margin-right: 25px;
		margin-bottom: 25px;
		cursor: pointer;
	}

	.tqlist li .list-top {
		height: 254.7789px;
		background: url("../img/tjqf-bg.png") no-repeat;
		background-size: cover;
		position: relative;
	}

	.tqlist li .list-top .year {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 30px;
		color: #DE0000;
		line-height: 30px;
	}

	.tqlist li .list-top .order {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: auto;
		height: 50px;
		font-size: 32px;
		color: #DE0000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.tqlist li .list-top .order h1 {
		font-size: 46px;
		line-height: 46px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		margin: 0 3px;
	}

	.tqlist li .list-bottom {
		padding: 20px 0;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		color: #333333;
	}

	.tqlist li:nth-of-type(4n) {
		margin: 0;

	}


}














@media screen and (min-width:1200px) {

	/* 工商注册信息 */
	.gszcxx .title {
		margin: 40px 0;
		font-size: 26px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.gszcxx .table {
		width: 80%;
		margin: 0 auto 50px;
		border: 1px solid #ACB9CC;
	}

	.gszcxx .table .tr {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ACB9CC;
		position: relative;
		background: #E1EDFF;
	}

	.gszcxx .table .tr:last-child {
		border-bottom: none;
	}

	.gszcxx .table .td:nth-child(1) {
		flex: 1;
		height: 100%;
		padding: 20px 30px;
		font-size: 20px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		line-height: 1.5;

	}


	.gszcxx .table .td:nth-child(2) {
		background: #FFF;
		border-left: 1px solid #ACB9CC;
		flex: 4;
		font-size: 20px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		padding: 20px 30px;
		line-height: 1.5;
	}



	/* 企业简介 */
	.qyjj,
	.leader {
		padding: 40px 0;
	}

	.qyjj .brief {
		display: flex;
	}

	.qyjj .brief .briefLeft {
		width:100%;
		position: relative;
	}



	.qyjj .brief .briefLeft .title {
		font-size: 34px;
		font-family: PingFang SC-Bold, PingFang SC;
		font-weight: bold;
		color: #000000;
		line-height: 45px;
		margin: 40px 0;
	}

	.qyjj .brief .briefLeft .qydesc {
		
	}

	.qyjj .brief .briefLeft .buildInfo {
		position: absolute;
		bottom: 40px;
		width: 750px;
		height: 140px;
		background: #FFFFFF;
		box-shadow: 0px 0px 10px 1px rgba(26, 115, 51, 0.1);
		display: flex;
		align-items: center;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList {
		flex: 1;
		text-align: center;
		padding: 34px 0;
		position: relative;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(1)::after,
	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(2)::after {
		content: '';
		position: absolute;
		right: 0;
		top: 34px;
		bottom: 34px;
		width: 1px;
		background: #E1E1E1;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums {
		font-size: 16px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #999999;
		line-height: 38px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums .nums {
		font-size: 40px;
		font-family: PingFang SC-Heavy, PingFang SC;
		font-weight: 800;
		color: #286CCD;
		line-height: 40px;
		margin-right: 8px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildName {
		font-size: 16px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 34px
	}




	.qyjj .brief .briefRigth {
		width: 490px;
		height: 477px;
	}

	.qyjj .brief .briefRigth img {
		width: 100%;
		height: 100%;
	}

	.qyjj .qydesc {
		font-size: 16px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 36px;
		text-indent: 32px;
	}

	.qyjj .qyInfo {
		margin-top: 50px;
	}


	/* 组织架构 */
	.zzjg {
		padding: 40px 0 120px;
	}

	.zzjg .mobile {
		display: none;
	}

	.zzjg .pc {
		width: 100%;
	}



	/* 工商注册信息 */
	.leader .title {
		margin: 20px 0;
		font-size: 26px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.leader .table .thed {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
	}

	.leader .table .thed .td {
		flex: 1;
		line-height: 60px;
		background: #2D83FE;
		color: #FFF;
		text-align: center;
		font-size: 20px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .thed .td:nth-child(1) {
		margin-right: 3px;
	}

	.leader .table {
		margin: 15px 150px 100px;
	}


	.leader .table .tbody {
		position: relative;
	}

	.leader .table .tbody::after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg, #1A67D4 0%, #1E9DFE 100%)
	}

	.leader .table .tbody .tr  {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
		cursor: pointer;
	}

	.leader .table .tbody .tr .td {
		flex: 1;
		line-height: 60px;
		color: #333333;
		text-align: center;
		font-size: 20px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .tbody .tr:nth-child(2n+1) .td {
		background: #E1EDFF;
	}

	.leader .table .tbody .tr .td:nth-child(1) {
		margin-right: 3px;
	}


	.leaderDetails {
		background: #f4f9ff;
		padding: 50px 38px;
		box-sizing: border-box;
		margin: 60px auto 50px !important;
	}

	.leaderDetails .title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 25px;
		font-family: 微软雅黑;
	}

	.leaderDetails .brief {
		font-size: 16px;
		line-height: 38px;
		margin-bottom: 20px;
		color: #000;
		text-align: justify;
		text-indent: 2em;
	}


	/* 薪酬 */

	.list {
		box-sizing: border-box;

	}

	.list li {
		width: 1140px;
		margin: 0 auto;
		background: #fff;
		box-sizing: border-box;
		padding: 20px;
		margin-bottom: 25px;
	}

	.list li a {
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.list li .list-pic {
		width: 150px;
		height: 150px;
		background: #F5F5F5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #333333;
	}

	.list li .list-pic1 {
		width: 300px;
		height: 188.5725px;
	}

	.list li .list-pic h2 {
		font-size: 40px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
	}

	.list li .list-pic span {
		font-size: 22px;
	}

	.list li:hover .list-pic {
		background: #286CCD;
		color: #fff;
	}

	.list li .list-right {
		flex: 1;
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.list li .list-right h3 {
		font-size: 18px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 18px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}



	.list li .list-right .list-date {
		display: flex;
		margin-bottom: 18px;
	}

	.list li .list-right .list-date span {
		font-size: 12px;
		color: #999999;
	}

	.list li .list-right .list-date p {
		font-size: 12px;
		color: #999999;
		margin-left: 70px;
	}

	.list li .list-right .list-content {
		font-size: 13px;
		color: #666666;
		margin-bottom: 18px;
		line-height: 24px;
	}

	.list li .list-right .list-more img {
		width: 30px;
		height: 30px;

	}

	.list li .list-right .list-more .blue {
		display: none;

	}

	.list li .list-right .list-more .white {
		display: block;

	}

	.list li:hover .list-right h3 {
		color: #286CCD;
	}

	.list li:hover .list-more .blue {
		display: block;

	}

	.list li:hover .list-right .list-more .white {
		display: none;
	}

	.boxDetails {
		background: #F5F5F5;
		padding: 50px 0;
	}

	.boxDetails .noSearch {
		width: 100%;
		text-align: center;
	}

	.boxDetails .news-detail {
		background: #fff;
		box-sizing: border-box;
		padding: 40px;

	}

	.boxDetails .biaoti {
		width: 80%;
		font-size: 26px;
		line-height: 45px;
		font-weight: 400;
		color: #333333;
		margin: 0 auto;
		text-align: center;
	}

	.boxDetails .news-date {
		margin-top: 20px;
		display: flex;
		align-items: center;
		font-size: 12px;
		font-weight: 400;
		color: #666666;
	}

	.boxDetails .news-date span {
		margin-right: 40px;
	}

	.boxDetails .news-date div {
		display: flex;
	}

	.boxDetails .news-date div span {
		margin-right: 40px;
	}

	.boxDetails .news-date div span:nth-of-type(2) {
		margin-right: 0;
	}

	.boxDetails .news-date div img {
		width: 18px;
		height: 18px;
		margin-right: 8px;
	}

	.boxDetails .news-detail .line {
		width: 100%;
		height: 4px;
		background: #D1E4FF;
		margin-top: 25px;
	}

	.boxDetails .fwb {
		margin: 35px 0;
	}

	.boxDetails .fwb p {
		font-size: 14px;
		line-height: 28px;
		font-weight: 400;
		color: #333333;
	}
	.boxDetails .fwb p video {
		margin: auto !important;
		display: block !important;
		width: 60% !important;
	}

	.boxDetails .fwb img {
		max-width: 85%;
		height: auto !important;
		margin: 30px auto;
		display: block;
	}

	.boxDetails .pages {
		width: 100%;
		border: 1px solid #EAEAEA;
		box-sizing: border-box;
		padding: 16px 0;
		display: flex;
	}

	.boxDetails .pages a {
		width: calc(100%/3);
		height: 35px;
		display: block;
		box-sizing: border-box;
		border-right: 1px solid #EAEAEA;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.boxDetails .pages a img {
		width: 18px;
		height: 18px;
		margin-right: 2px;
		margin-top: 1.5px;
	}

	.boxDetails .pages a span {
		font-size: 14px;
		color: #999999;
	}

	.boxDetails .pages a:nth-of-type(3) {
		border: none;
	}



	.details {
		width: 1140px;
		margin: 0 auto;
		box-sizing: border-box;
		padding-bottom: 140px;
	}

	.details .details-title {
		font-size: 25px;
		font-weight: bold;
		color: #333333;
		line-height: 130px;
	}

	.details .table {
		border: 1px solid #ACB9CC;
		border-bottom: none;
		width: 80%;
		margin: 0 auto;
	}

	.details .table1 {
		border-bottom: 1px solid #ACB9CC !important;
	}

	.table li {
		box-sizing: border-box;
		display: flex;
		border-bottom: 1px solid #ACB9CC;
	}

	.table li:nth-last-of-type(1) {
		border: none;
	}

	.table li span {
		padding: 25px;
		background: #E1EDFF;
		width: 19.16%;
		border-right: 1px solid #ACB9CC;
		display: flex;
		align-items: center;
		font-size: 20px;
	}

	.table li p {
		padding: 25px;
		flex: 1;
		font-size: 20px;
		color: #333333;
		text-indent: 0 !important;
		line-height: 1.5;
	}

	.details-introduction {
		text-indent: 2em;
		font-size: 20px;
		color: #333333;
		line-height: 1.5;
	}
	.fzgs{
		width: 80%;
		margin: 0 auto;
	}
	.details-structure {
		display: block;
		max-width: 80%;
		height: auto;
		margin: 0 auto;
	}


	/* 铁骑 */
	.tqlist {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}

	.tqlist li {
		width: calc((100% - 90px)/4);
		margin-right: 30px;
		margin-bottom: 30px;
		cursor: pointer;
	}

	.tqlist li .list-top {
		height: 302.28px;
		background: url("../img/tjqf-bg.png") no-repeat;
		background-size: cover;
		position: relative;
	}

	.tqlist li .list-top .year {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 34px;
		color: #DE0000;
		line-height: 38px;
	}

	.tqlist li .list-top .order {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: auto;
		height: 60px;
		font-size: 36px;
		color: #DE0000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.tqlist li .list-top .order h1 {
		font-size: 60px;
		line-height: 60px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		margin: 0 3px;
	}

	.tqlist li .list-bottom {
		padding: 30px 0;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #333333;
	}

	.tqlist li:nth-of-type(4n) {
		margin: 0;

	}

}











@media screen and (min-width:1501px) {

	/* 工商注册信息 */
	.gszcxx .title {
		margin: 50px 0;
		font-size: 28px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.gszcxx .table {
		width: 80%;
		margin: 0 auto 60px;
		border: 1px solid #ACB9CC;
	}

	.gszcxx .table .tr {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ACB9CC;
		position: relative;
		background: #E1EDFF;
	}

	.gszcxx .table .tr:last-child {
		border-bottom: none;
	}

	.gszcxx .table .td:nth-child(1) {
		flex: 1;
		height: 100%;
		padding: 25px 40px;
		font-size: 22px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		line-height: 1.5;

	}


	.gszcxx .table .td:nth-child(2) {
		background: #FFF;
		border-left: 1px solid #ACB9CC;
		flex: 4;
		font-size: 22px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #333333;
		padding: 25px 40px;
		line-height: 1.5;
	}


	/* 企业简介 */
	.qyjj,
	.leader {
		padding: 50px 0;
	}

	.qyjj .brief {
		display: flex;
	}

	.qyjj .brief .briefLeft {
		width: 100%;
		position: relative;
	}



	.qyjj .brief .briefLeft .title {
		font-size: 36px;
		font-family: PingFang SC-Bold, PingFang SC;
		font-weight: bold;
		color: #000000;
		line-height: 50px;
		margin: 50px 0;
	}

	.qyjj .brief .briefLeft .qydesc {
		
	}

	.qyjj .brief .briefLeft .buildInfo {
		position: absolute;
		bottom: 73px;
		width: 930px;
		height: 165px;
		background: #FFFFFF;
		box-shadow: 0px 0px 10px 1px rgba(26, 115, 51, 0.1);
		display: flex;
		align-items: center;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList {
		flex: 1;
		text-align: center;
		padding: 38px 0;
		position: relative;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(1)::after {
		content: '';
		position: absolute;
		right: 0;
		top: 38px;
		bottom: 38px;
		width: 1px;
		background: #E1E1E1;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList:nth-child(2)::after {
		content: '';
		position: absolute;
		right: 0;
		top: 38px;
		bottom: 38px;
		width: 1px;
		background: #E1E1E1;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums {
		font-size: 18px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #999999;
		line-height: 42px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildNums .nums {
		font-size: 42px;
		font-family: PingFang SC-Heavy, PingFang SC;
		font-weight: 800;
		color: #286CCD;
		line-height: 42px;
		margin-right: 10px;
	}

	.qyjj .brief .briefLeft .buildInfo .buildList .buildName {
		font-size: 18px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 42px
	}




	.qyjj .brief .briefRigth {
		width: 640px;
		height: 620px;
	}

	.qyjj .brief .briefRigth img {
		width: 100%;
		height: 100%;
	}

	.qyjj .qydesc {
		font-size: 18px;
		font-family: PingFang SC-Regular, PingFang SC;
		font-weight: 400;
		color: #333333;
		line-height: 38px;
		text-indent: 36px;
	}

	.qyjj .qyInfo {
		margin-top: 70px;
	}


	/* 组织架构 */
	.zzjg {
		padding: 50px 0 150px;
	}

	.zzjg .mobile {
		display: none;
	}

	.zzjg .pc {
		width: 100%;
	}


	/* 工商注册信息 */
	.leader .title {
		margin: 30px 0;
		font-size: 28px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
		color: #333333;
	}

	.leader .table .thed {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}

	.leader .table .thed .td {
		flex: 1;
		line-height: 70px;
		background: #2D83FE;
		color: #FFF;
		text-align: center;
		font-size: 24px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .thed .td:nth-child(1) {
		margin-right: 5px;
	}

	.leader .table {
		margin: 15px 150px 120px;
	}


	.leader .table .tbody {
		position: relative;

	}

	.leader .table .tbody::after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 6px;
		background: linear-gradient(90deg, #1A67D4 0%, #1E9DFE 100%)
	}

	.leader .table .tbody .tr {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
		cursor: pointer;
	}

	.leader .table .tbody .tr .td {
		flex: 1;
		line-height: 70px;
		color: #333333;
		text-align: center;
		font-size: 24px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
	}

	.leader .table .tbody .tr:nth-child(2n+1) .td {
		background: #E1EDFF;
	}

	.leader .table .tbody .tr .td:nth-child(1) {
		margin-right: 5px;
	}


	.leaderDetails {
		background: #f4f9ff;
		padding: 40px 38px;
		box-sizing: border-box;
		margin: 50px auto 40px !important;
	}

	.leaderDetails .title {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 30px;
		font-family: 微软雅黑;
	}

	.leaderDetails .brief {
		line-height: 38px;
		margin-bottom: 20px;
		color: #000;
		text-align: justify;
		text-indent: 2em;
		font-size: 18px;
	}



	/* 薪酬 */

	.list {
		box-sizing: border-box;
	}

	.list li {
		width: 1440px;
		margin: 0 auto;
		background: #fff;
		box-sizing: border-box;
		padding: 25px;
		margin-bottom: 25px;

	}

	.list li a {
		display: flex;
		cursor: pointer;
	}

	.list li .list-pic {
		width: 160px;
		height: 160px;
		background: #F5F5F5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #333333;
	}

	.list li .list-pic1 {
		width: 350px;
		height: 220px;
	}

	.list li .list-pic h2 {
		font-size: 42px;
		font-family: Source Han Sans CN-Bold, Source Han Sans CN;
		font-weight: bold;
	}

	.list li .list-pic span {
		font-size: 24px;
	}

	.list li:hover .list-pic {
		background: #286CCD;
		color: #fff;
	}

	.list li .list-right {
		flex: 1;
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.list li .list-right h3 {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 18px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}



	.list li .list-right .list-date {
		display: flex;
		margin-bottom: 18px;
	}

	.list li .list-right .list-date span {
		font-size: 14px;
		color: #999999;
	}

	.list li .list-right .list-date p {
		font-size: 14px;
		color: #999999;
		margin-left: 70px;
	}

	.list li .list-right .list-content {
		font-size: 15px;
		color: #666666;
		margin-bottom: 18px;
		line-height: 26px;
	}

	.list li .list-right .list-more img {
		width: 35px;
		height: 35px;

	}

	.list li .list-right .list-more .blue {
		display: none;

	}

	.list li .list-right .list-more .white {
		display: block;

	}

	.list li:hover .list-right h3 {
		color: #286CCD;
	}

	.list li:hover .list-more .blue {
		display: block;

	}

	.list li:hover .list-right .list-more .white {
		display: none;
	}

	.boxDetails {
		background: #F5F5F5;
		padding: 60px 0;
	}

	.boxDetails .noSearch {
		width: 100%;
		text-align: center;
	}

	.boxDetails .news-detail {
		background: #fff;
		box-sizing: border-box;
		padding: 50px;

	}

	.boxDetails .biaoti {
		width: 80%;
		font-size: 30px;
		line-height: 50px;
		font-weight: 400;
		color: #333333;
		margin: 0 auto;
		text-align: center;
	}

	.boxDetails .news-date {
		margin-top: 20px;
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 400;
		color: #666666;
	}

	.boxDetails .news-date span {
		margin-right: 40px;
	}

	.boxDetails .news-date div {
		display: flex;
	}

	.boxDetails .news-date div span {
		margin-right: 40px;
	}

	.boxDetails .news-date div span:nth-of-type(2) {
		margin-right: 0;
	}

	.boxDetails .news-date div span {
		margin-right: 40px;
	}

	.boxDetails .news-date div img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.boxDetails .news-detail .line {
		width: 100%;
		height: 5px;
		background: #D1E4FF;
		margin-top: 25px;
	}

	.boxDetails .fwb {
		margin: 40px 0;
	}

	.boxDetails .fwb p {
		font-size: 16px;
		line-height: 30px;
		font-weight: 400;
		color: #333333;
	}
	.boxDetails .fwb p video {
		margin: auto !important;
		display: block !important;
		width: 60% !important;
	}

	.boxDetails .fwb img {
		max-width: 85%;
		height: auto !important;
		margin: 30px auto;
		display: block;
	}

	.boxDetails .pages {
		width: 100%;
		border: 1px solid #EAEAEA;
		box-sizing: border-box;
		padding: 20px 0;
		display: flex;
	}

	.boxDetails .pages a {
		width: calc(100%/3);
		height: 40px;
		display: block;
		box-sizing: border-box;
		border-right: 1px solid #EAEAEA;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.boxDetails .pages a img {
		width: 20px;
		height: 20px;
		margin-right: 3px;
		margin-top: 2px;
	}

	.boxDetails .pages a span {
		font-size: 16px;
		color: #999999;
	}

	.boxDetails .pages a:nth-of-type(3) {
		border: none;
	}





	.details {
		width: 1440px;
		margin: 0 auto;
		box-sizing: border-box;
		padding-bottom: 150px;
	}

	.details .details-title {
		font-size: 29px;
		font-weight: bold;
		color: #333333;
		line-height: 130px;
	}

	.details .table {
		border: 1px solid #ACB9CC;
		border-bottom: none;
		width: 80%;
		margin: 0 auto;
	}

	.details .table1 {
		border-bottom: 1px solid #ACB9CC !important;
	}

	.table li {
		box-sizing: border-box;
		display: flex;
		border-bottom: 1px solid #ACB9CC;
	}

	.table li:nth-last-of-type(1) {
		border: none;
	}

	.table li span {
		padding: 30px;
		background: #E1EDFF;
		width: 19.16%;
		border-right: 1px solid #ACB9CC;
		display: flex;
		align-items: center;
		font-size: 22px;
	}

	.table li p {
		padding: 30px;
		flex: 1;
		font-size: 22px;
		color: #333333;
		text-indent: 0 !important;
		line-height: 1.5;
	}

	.details-introduction {
		text-indent: 2em;
		font-size: 22px;
		color: #333333;
		line-height: 1.5;
	}

	.details-structure {
		display: block;
		max-width: 80%;
		height: auto;
		margin: 0 auto;
	}



	/* 铁骑 */



	.tqlist {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}

	.tqlist li {
		width: calc((100% - 120px)/4);
		margin-right: 40px;
		margin-bottom: 40px;
		cursor: pointer;
	}

	.tqlist li .list-top {
		height: 380px;
		background: url("../img/tjqf-bg.png") no-repeat 100% 100%;
		position: relative;
	}

	.tqlist li .list-top .year {
		position: absolute;
		top: 25px;
		right: 25px;
		font-size: 38px;
		color: #DE0000;
		line-height: 38px;
	}

	.tqlist li .list-top .order {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: auto;
		height: 80px;
		font-size: 40px;
		color: #DE0000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.tqlist li .list-top .order h1 {
		font-size: 80px;
		line-height: 80px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		margin: 0 3px;
	}

	.tqlist li .list-bottom {
		background: #fff;
		box-sizing: border-box;
		padding: 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #333333;
	}

	.tqlist li:nth-of-type(4n) {
		margin: 0;

	}
}