body {
	min-width: 320px;
	font-size: 14px;
	color: #555;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding-bottom: env(safe-area-inset-bottom);
	background:#3d4b5c;
}

input,
button,
select,
textarea,
a:focus {
	outline: none;
	text-decoration: none;
}

a:focus {
	color: inherit;
}

a {
	text-decoration: none;
	color: inherit;
	transition: .25s;
}

a:hover {
	text-decoration: none;
	color: #20a0ff;
	transition: .25s;
}

a[href] {
	cursor: pointer;
}

i.fa {
	margin-right: 3px;
}

.main {
	background: #fff;
}

.bg-gray {
	background: #f9fafc;
}

#wrap {
	transition: .3s;
}

#wrap.show_menu {
	transform: translateX(-250px);
}

#wrap.dialog_opened {
	filter: blur(3.8px) contrast(.8);
	opacity: 0.75;
}




.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}







.header .nav {
	text-align: right;
}







.pandaTabWrap .sub-menu {
	position: fixed;
	margin: 0;
	z-index: 999;
	text-align: left;
	list-style: none;
	padding-left: 0;
	transform: scaleY(0);
	transform-origin: top center;
	opacity: 0;
	background: #fff;
	border-radius: 4px;
	padding: 4px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	visibility: hidden;
	margin-left: -6px;
	transition: .25s;
}

.pandaTabWrap>.sub-menu.show {
	transform: scaleY(1);
	margin-top: 2px;
	visibility: visible;
	opacity: 1;
	transition: .25s;
}

.pandaTabWrap .sub-menu>li>a {
	display: block;
	padding: 0 15px;
	line-height: 36px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	transition: .25s;
}

.pandaTabWrap .sub-menu>li.current_page_item>a {
	color: #ff4600;
}

.pandaTabWrap .sub-menu>li>a:hover {
	color: #fff;
	transition: .25s;
}

.pandaTabWrap .sub-menu>li>a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 95, 0, .8);
	background: linear-gradient(159deg, rgba(255, 72, 0, .8), rgba(255, 120, 0, .8));
	opacity: 0;
	z-index: -1;
	transition: .25s;
}

.pandaTabWrap .sub-menu>li>a:hover:after {
	opacity: 1;
	transition: .25s;
}

.pandaTabWrap .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	list-style: none;
	padding-left: 0;
	
	margin-top: -41px;
	margin-left: 1px;
	transform: scaleX(0);
	transform-origin: left 22.5px;
	overflow: hidden;
	opacity: 0;
	transition: .25s;
}

.pandaTabWrap .sub-menu li:hover>.sub-menu {
	transform: scaleX(1);
	visibility: visible;
	opacity: 1;
	transition: .25s;
}

.header .logo>.img {
	margin-top: 13px;
	height: 33px;
	background-repeat: no-repeat;
	display: block;
}





.top-img {
	background: rgba(41, 47, 67, .85);
	height: 420px;
	position: relative;
}

.top-img .page {
	height: 100%;
	padding-top: 190px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.top-img .page:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: rgba(60, 70, 100, .5);
	
}

.top-img .page:before {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(rgba(41, 47, 67, 0), rgba(41, 47, 67, .5));
	
}

.top-img .page.color-red:after {
	background: rgba(103, 17, 17, .5);
}

.top-img .page.color-red:before {
	background: linear-gradient(rgba(103, 17, 17, 0), rgba(103, 17, 17, .5));
}

.top-img .page.color-none:after {
	content: none;
}

.top-img .page.color-none:before {
	content: none;
}

.top-img .page.show_linear:before {
	content: "";
}

.top-img .page .container {
	position: relative;
	z-index: 1;
}

.top-img .page.has_button {
	padding-top: 150px;
}

.top-img .page .title {
	color: #fff;
	position: relative;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.top-img .page .title:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	display: block;
	background: #fff;
	left: 0;
	bottom: -10px;
}

.top-img .page .description {
	font-weight: normal;
	font-size: 28px;
	margin: 26px 0 0 0;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .6);
}

.top-img .page a.button {
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	line-height: 33px;
	text-align: center;
	z-index: 1;
	margin-top: 50px;
	transition: .25s;
}

.top-img .page a.button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-top: 2px solid #ff4800;
	background: rgba(255, 95, 0, .55);
	background: linear-gradient(159deg, rgba(255, 72, 0, .55), rgba(255, 120, 0, .55));
	z-index: -1;
	transform: skew(-15deg);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.top-img .page a.button:hover {
	padding: 0 20px;
	transition: .3s ease 0s !important;
}

















#top-slider {
	position: relative;
	height: 100%;
}

#top-slider:not(init) .page+.page {
	display: none;
}

#top-slider .showBox>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: opacity 1s;
}

#top-slider .showBox>.current {
	z-index: 2;
	opacity: 1;
}

#top-slider .showBox>.current .container .title {
	transform: translateX(0);
	opacity: 1;
	transition: .6s ease .21s;
}

#top-slider .showBox>.current .container .description {
	transform: translateX(0);
	opacity: 1;
	transition: .6s ease .17s;
}

#top-slider .showBox>.current .container .button {
	transform: translateX(0);
	opacity: 1;
	transition: .6s ease .1s;
}

#top-slider .showBox>.future0 {
	z-index: 1;
	opacity: 0;
}

#top-slider .showBox>.future0 .container .title {
	transform: translateX(150px);
	opacity: 0;
	transition: .6s ease 0s;
}

#top-slider .showBox>.future0 .container .description {
	transform: translateX(150px);
	opacity: 0;
	transition: .6s ease .05s;
}

#top-slider .showBox>.future0 .container .button {
	transform: translateX(150px);
	opacity: 0;
	transition: .6s ease .1s;
}

#top-slider .showBox>.past0 {
	z-index: 1;
	opacity: 0;
}

#top-slider .showBox>.past0 .container .title {
	transform: translateX(-150px);
	opacity: 0;
	transition: .6s ease 0s;
}

#top-slider .showBox>.past0 .container .description {
	transform: translateX(-150px);
	opacity: 0;
	transition: .6s ease .05s;
}

#top-slider .showBox>.past0 .container .button {
	transform: translateX(-150px);
	opacity: 0;
	transition: .6s ease .1s;
}

#top-slider .navigator {
	position: relative;
	color: #fff;
}

#top-slider .navigator>* {
	position: absolute;
	z-index: 3;
	font-size: 24px;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	top: 200px;
	cursor: pointer;
	opacity: .2;
	transition: .25s;
}

#top-slider .navigator>*:hover {
	opacity: 1;
	transition: .25s;
}

#top-slider .navigator .prev {
	left: 20px;
}

#top-slider .navigator .next {
	right: 20px;
}

#top-slider .anchor {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}

#top-slider .anchor * {
	width: 10px;
	height: 4px;
	display: inline-block;
	background: rgba(255, 255, 255, .3);
	transform: skew(-15deg);
	margin: 0 1.5px;
	transition: .3s;
}

#top-slider .anchor .active {
	width: 20px;
	background: #ff6000;
	transition: .3s;
}












.page-model {
	padding: 50px 0;
}

.model-title {
	text-align: center;
	font-size: 22px;
	color: #475669;
	line-height: 1em;
	margin-bottom: 46px;
	position: relative;
}

.model-title:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	bottom: -17px;
	background: #ff6000;
	position: absolute;
	left: calc(50% - 15px);
}

.culture-model {
	overflow: hidden;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	background-color: #ddd;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	width: calc(50% - 2px);
	float: left;
}

.supply-chain-service .culture-model {
	margin: 0 0 1px 1px;
}

.culture-model.long {
	position: relative;
	width: calc(55% - 2px);
	margin: 0 0 1px 1px;
	float: left;
	height: 230px;
}

.culture-model.short {
	position: relative;
	width: calc(45% - 2px);
	margin: 0 0 1px 1px;
	float: left;
	height: 230px;
}

.culture-model .content {
	position: relative;
	height: 100%;
	z-index: 1;
	padding: 30px 60px 30px 45px;
}

.culture-model .content.l-80 {
	width: 80%;
}

.culture-model .content.l-70 {
	width: 70%;
}

.culture-model .content.l-60 {
	width: 60%;
}

.culture-model .content:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -31px;
	top: 0;
	z-index: -1;
	transform: skew(-15deg);
	transition: .4s;
}

.culture-model:nth-of-type(odd) .content:after {
	background: #ff4600;
	opacity: .6;
}

.culture-model:nth-of-type(even) .content:after {
	background: #292f43;
	opacity: .7;
}

.culture-model:hover .content:after {
	width: 200%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: .4s;
}

.culture-model .title {
	font-size: 22px;
	margin-bottom: 15px;
}

.model-button {
	text-align: center;
	margin-top: 30px;
}

.model-button a {
	display: inline-block;
	line-height: 32px;
	padding: 0 12px 0 16px;
	border: 1px solid #ff6000;
	color: #ff6000;
	vertical-align: middle;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-shadow: 0 1px 0 #fff;
	transition: .4s;
}

.model-button a i {
	font-size: 12px;
	margin-left: 8px;
	vertical-align: middle;
}

.model-button a:hover {
	color: #fff;
	text-shadow: none;
	box-shadow: 0 3px 7px rgba(255, 96, 0, .4);
	transition: .4s;
}

.model-button a:after {
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	top: 0;
	left: -150%;
	width: 130%;
	height: 100%;
	transform: skew(-15deg);
	opacity: 0;
	background: #ff4600;
	background: linear-gradient( 159deg, #ff4600, #ff7800);
	transition: .4s;
}

.model-button a:hover:after {
	opacity: 1;
	left: -15%;
	transition: .4s;
}


.culture-model.idea_left {
	width: calc(60% - 1px);
	float: left;
	margin-bottom: 1px;
	height: 230px;
}
.culture-model.idea_right {
	width: 40%;
	float: right;
	margin-bottom: 1px;
	height: 461px;
}
.culture-model.idea_right .content:after {
	left: -61px;
	background: #ff4600;
}







.news-frontpage-model-left {
	position: relative;
	padding-top: 75%;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
	display: block;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .13);
}

.news-frontpage-model-left .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	padding: 0 15px;
	background: rgba(255, 95, 0, .8);
	background: linear-gradient(159deg, rgba(255, 72, 0, .8), rgba(255, 120, 0, .8));
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	font-size: 16px;
	font-weight: bold;
	transition: .3s;
}

.news-frontpage-model-left:hover .title {
	height: 70px;
	transition: .3s;
}

.news-frontpage-model-left .date {
	position: absolute;
	font-size: 12px;
	display: block;
	width: 100%;
	left: 0;
	bottom: -8px;
	padding: 0 15px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.date i {
	margin-right: 5px
}

.news-frontpage-model-left:hover {
	box-shadow: 0 5px 10px rgba(255, 72, 0, .3);
}

.news-frontpage-model-left:hover .date {
	bottom: 12px;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.news-frontpage-model-right {
	position: relative;
	padding-top: calc(37.5% - 16.9px);
	display: block;
	margin: auto;
	width: 100%;
	background: #fff;
	border: 1px solid #d6dde5;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.news-frontpage-model-right .title {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 0 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: .25s;
}

.news-frontpage-model-right .description {
	position: absolute;
	color: #555555;
	top: 46px;
	height: calc(2.4em - 1px);
	line-height: 1.2em;
	overflow: hidden;
	left: 0;
	width: 100%;
	padding: 0 24px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-frontpage-model-right .date {
	position: absolute;
	font-size: 12px;
	display: block;
	width: 100%;
	left: 0;
	bottom: 12px;
	padding: 0 24px;
	color: #b2b2b2;
	transition: .3s;
}

.news-frontpage-model-right:hover {
	border-color: #ff6000;
	box-shadow: 0 5px 10px rgba(255, 72, 0, .2);
}

.news-frontpage-model-right:hover .title {
	color: #ff6000;
	transition: .25s;
}

.page-model.news .model-button {
	margin-top: 0;
}


.news-list-model {
	position: relative;
	padding-top: 75%;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
	display: block;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .13);
}

.news-list-model .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	padding: 0 15px;
	background: rgba(255, 95, 0, .8);
	background: linear-gradient(159deg, rgba(255, 72, 0, .8), rgba(255, 120, 0, .8));
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	font-size: 14px;
	font-weight: bold;
	transition: .4s;
}

.row > div:nth-child(even) .news-list-model .title {
	background: rgba(41,47,67,.7);
}

.news-list-model:hover .title {
	height: 100%;
	transition: .4s;
}

.news-list-model .date {
	position: absolute;
	font-size: 12px;
	display: block;
	width: 100%;
	left: 0;
	top: 51px;
	padding: 0 15px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.news-list-model .description {
	position: absolute;
	font-size: 14px;
	display: block;
	width: 100%;
	left: 0;
	top: 80px;
	height: 6em;
	overflow: hidden;
	padding: 0 15px;
	color: #fff;
	line-height: 1.5em;
	opacity: 0;
	visibility: hidden;
	transition: .3s;

	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news-list-model:hover .description {
	top: 65px;
	opacity: 1;
	visibility: visible;
	transition: .5s ease 0.4s;
}

.news-list-model:hover {
	box-shadow: 0 5px 10px rgba(255, 72, 0, .3);
}

.news-list-model:hover .date {
	top: 36px;
	opacity: 1;
	visibility: visible;
	transition: .5s ease 0.3s;
}






.video-frontpage-model {
	display: block;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}

.video-frontpage-model .title {
	position: absolute;
	display: block;
	width: 80%;
	bottom: 6px;
	line-height: 46px;
	z-index: 1;
	color: #fff;
	overflow: hidden;
	padding: 0 20px 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	transition: .25s;
}

.video-frontpage-model .title:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(255, 95, 0, .8);
	background: linear-gradient(159deg, rgba(255, 72, 0, .8), rgba(255, 120, 0, .8));
	box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transform: skew(-15deg) translateX(-15px);
}

.video-frontpage-model:hover {
	box-shadow: 0 8px 8px rgba(41,47,67,.2);
	transform: translateY(-8px);
}

.video-frontpage-model:hover .title {
	width: 100%;
	transition: .25s;
}

.video-frontpage-model[rel="shadowbox"]:before {
	
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 44px;
	line-height: 44px;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	opacity: .75;
	transition: .25s;
}

.video-frontpage-model[rel="shadowbox"]:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.video-frontpage-model[rel="shadowbox"]:hover:before {
	transform: scale(1.2);
	opacity: 1;
	transition: .25s;
}

.page-model.video .model-button {
	margin-top: 0;
}



p.meta {
	text-align: right;
	font-size: 12px;
	color: #aaa;
	margin: 20px 0 0 0;
}

article {
	font-size: 16px;
	line-height: 1.8em;
}

.no_meta {
	margin: 40px 0;
}

.with_meta {
	margin: 0 0 40px 0;
}

article .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

article .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

article .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article img {
	max-width: 100%;
	height: auto;
}



.subNav-wrap {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 40px;
}
.sub-nav[pandaTab] {
	position: relative;
	display: inline-block;
	max-width: calc(100% - 20px);
	color: #fff;
	background-color: rgba(0,0,0,.3);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 5px 5px 0 0;
	margin: 0 10px;
}

.sub-nav[pandaTab] > .menu {
	position: relative;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	text-align: left;
}

.sub-nav[pandaTab] > .menu.native-scrolling {
	overflow-x: auto;
	-webkit-overflow-scrolling:touch;
}

.sub-nav[pandaTab] > .menu>li {
	display: inline-block;
	cursor: pointer;
}

.sub-nav[pandaTab] > .menu>li>a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	padding: 0 18px;
	color: #fff;
	transition: .25s;
}

.sub-nav[pandaTab] > .menu>li>.sub-menu {
	display: none;
}

.sub-nav[pandaTab] .anchor {
	height: 40px;
	background: linear-gradient(rgba(255,72,0,.35),rgba(255,120,0,.6));
	box-shadow: 0 -2px #ff4800 inset;
	transition: left cubic-bezier(0.3, 1.5, 0.5, 1) .6s, opacity cubic-bezier(0.3, 1.5, 0.5, 1) .6s;
}

.sub-nav[pandaTab] > .prev,[pandaTab] > .next {
	position: absolute;
	top: 0;
	line-height: 40px;
	width: 25px;
	display: inline-block;
	cursor: pointer;
	transition: .25s;
}
.sub-nav[pandaTab] > .prev {
	left: 0;
}
.sub-nav[pandaTab] > .next {
	right: 0;
}
.sub-nav[pandaTab] > .prev.disabled,[pandaTab] > .next.disabled {
	cursor: not-allowed;
	opacity: .3;
}


.honor_model {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	vertical-align: bottom;
	float: none;
}
.honor_model a {
	display: inline-block;
	border: 5px solid #fff;
	box-shadow: 0 5px 8px rgba(41,47,67,.13);
}
.honor_model img {
	max-width: 100%;
}
.honor_model .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	transition: .25s;
}
.honor_model:hover .title {
	color: #ff4600;
}
.honor_model:hover a {
	box-shadow: 0 13px 12px rgba(41,47,67,.3);
	transform: translateY(-8px);
}


.panda_pagination {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #f9fafc;
	border-top: 1px solid #e2e4e6;
	text-align: center;
}
.bg-gray .panda_pagination {
	background: #fff;
}
.panda_pagination li {
	display: inline-block;
	vertical-align: middle;
}
.panda_pagination a{
	line-height: 49px;
	font-size: 16px;
	display: inline-block;
	width: 49px;
	position: relative;
	z-index: 1;
}
.panda_pagination a:hover {
	color: #ff4600;
}
.panda_pagination a {
	color: #818a96;
}
.panda_pagination .active a {
	color: #fff;
}
.panda_pagination .active a:after {
	content: "";
	background: rgba(255, 95, 0, .8);
	background: linear-gradient(159deg, rgba(255, 72, 0, .8), rgba(255, 120, 0, .8));
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: skew(-15deg);
	box-shadow: 0 -1px #ff4800;
}
.panda_pagination .disabled a {
	color: #ddd;
	cursor: not-allowed;
}

.panda_pagination .pagenav a {
	font-size: 10px;
	line-height: 2em;
}


.monument_year {
	text-align: right;
	padding-top: 25px;
}
.monument_year span:first-child {
	font-size: 40px;
}
.monument_year span:last-child {
	font-size: 20px;
	margin-left: 10px;
}
.monument_year_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.monument_year_list:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	top: 0;
	background: #d6dde5;
}
.monument_year_list:after {
	content: "";
	position: absolute;
	left: -3px;
	width: 7px;
	height: 7px;
	top: 45px;
	background: #fff;
	border: 1px solid #8492a6;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #f9fafc;
}
.monument_year_list .list {
	background: #fff;
	padding: 0 15px 25px 15px;
	border: 1px solid #d6dde5;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	font-size: 14px;
	line-height: 1.5em;
	transition: .25s;

	position: relative;
	height: calc(100% - 30px);
}
.monument_year_list .list:hover {
    border-color: #ff6000;
    box-shadow: 0 5px 10px rgba(255, 72, 0, .2);
}
.monument_year_list .list .content > p:first-child:first-letter {
	color: #ff6000;
	font-size: 1.5em;
	margin-right: 3px;
}
.monument_year_list .list .display_date {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 12px;
	color: #b2b2b2;
	text-align: right;
	line-height: 1.2em;
	transition: .25s;
}

.monument_year_list .list:hover .display_date {
	color: #ff6000;
}


.announcement_model,
.announcement_model > * {
	display: block;
}

.announcement_model {
	background: #fff;
	margin-bottom: 1px;
	padding: 10px 15px 8px 15px;
	position: relative;
	z-index: 1;
	transition: .25s;
}

.announcement_model:first-child,
.announcement_model:first-child:after {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.announcement_model:last-child,
.announcement_model:last-child:after {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.announcement_model .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	color: #555;
	transition: .25s;
}
.announcement_model .date {
	font-size: 12px;
	margin-top: 3px;
	color: #b2b2b2;
	transition: .25s;

}

.announcement_model:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 95, 0, .8);
	background: linear-gradient(159deg, rgba(255, 72, 0, .8), rgba(255, 120, 0, .8));
	z-index: -1;
	opacity: 0;
	transition: .25s;
}
.announcement_model:hover:after,
.announcement_model.active:after {
	opacity: 1;
	transition: .25s;
}
.announcement_model:hover *,
.announcement_model.active * {
	color: #fff;
}

.announcement_model.active:before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-left:5px solid rgba(255, 120, 0, .8);
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	right: -5px;
	top: 24px;
}

article.announcement_article {
	background: #fff;
	display: block;
	padding: 30px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #e2e4e6;
}
article.announcement_article:after {
	content: "";
	text-align: center;
	position: absolute;
	display: block;
	top: 0;right: 0;bottom: 0;left: 0;
	background: rgba(255,255,255,.85);
	z-index: 1;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
article.announcement_article:before {
	content: "";
	position: absolute;
	top: 30%;
	left: calc(50% - 15px);
	width: 50px;
	height: 50px;
	border-top: 3px solid #ff7800;
	border-right: 3px solid #ff7800;
	border-radius: 50%;
	text-align: center;
	z-index: 2;
	color: #ff7800;
	animation: rotate linear 1s infinite;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
article.announcement_article.loading:after,
article.announcement_article.loading:before {
	opacity: 1;
	visibility: visible;
	transition: .25s;
}
article.announcement_article h1 {
	font-size: 22px;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 22px;
}
.announcement_share .share_model {
	padding-top: 10px;
	border-top: 0;
	margin-bottom: 0;
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.party_model {
	background: #fff;
	border: 1px solid #d6dde5;
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	padding: 25px 30px;
	color: #666;
	margin-bottom: 30px;

	height: calc(100% - 30px);
}

.party_model_wrap {
	display: flex;
}

.party_model .title {
	font-size: 18px;
	color: #ff4600;
	position: relative;
	margin-bottom: 30px;
}
.party_model .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 30px;
	height: 1px;
	display: block;
	background: #ff4600;
}
.party_model a {
	margin-top: 15px;
	display: inline-block;
	font-weight: bold;
	color: #555;
}


.job-long .list {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	display: flex;

	align-items: center;
	min-height: 350px;
}

.job-long .list:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	opacity: .7;
	right: 0;
	background: #292f43;
	z-index: -1;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.job-long .list:nth-of-type(even):after {
	left: 0;
	right: unset;
	background: #ff4600;
}

.job-long .list .text {
	padding: 30px 30px 40px;
}

.job-long .list .title {
	font-size: 22px;
	margin-bottom: 15px;
}


.job-list-modal {
	background:#fff;
	border: 1px solid #d6dde5;
	border-top: 2px solid #ff7800;
	box-shadow: 0 3px 8px rgba(41,47,67,.08);
	height: 154px;
	padding: 20px;
	margin-bottom: 30px;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .4s;
}
.job-list .model-button {
	margin-top: 0;
}
.job-list-modal .meta_content:after {
	content: "\A";
	white-space: pre;
}
.job-list-modal .title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-bottom: 12px;
	transition: .4s;
}

.job-list-modal .meta {
	line-height: 1.7em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	display: block;
}

.job-list-modal .meta_title {
	color: #888888;
	transition: .4s;

}

.job-list-modal .meta_title i {
	display: inline-block;
	width: 1em;
	text-align: center;
	margin-right: 8px;
	transition: .4s;
}

.job-list-modal .meta_content {
	font-weight: bold;
	color:#555;
	transition: .4s;
	margin-left: 8px;
}

.job-list-modal:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 120%;
	height: 100%;
	background: linear-gradient(159deg,#ff4800,#ff7800);
	z-index: -1;
	opacity: 0;
	transform: skew(-15deg) translateX(-100%);
	transition: .4s;
}

.job-list-modal:hover:after {
	opacity: .8;
	transform: skew(-15deg) translateX(0);
	transition: .4s;
}
.job-list-modal:hover {
	border-color: #ff7800;
	box-shadow: 0 3px 8px rgba(255,120,0,.5);
	transition: .4s;
}
.job-list-modal:hover * {
	color: #fff;
}


.contact_hr {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #d6dde5;
	box-shadow: 0 3px 8px rgba(41,47,67,.1),0 0 0 3px #fff inset;
	padding-top: 100%;
	min-height: 250px;
	position: relative;
}
.contact_hr > * {
	position: absolute;
}
.contact_hr .meta {
	bottom: 3px;
	left: 3px;
	right: 3px;
	background: rgba(41,47,67,.8);
	color: #fff;
	padding: 10px 15px;
	line-height: 1.6em;
}
.contact_hr .meta i {
	width: 1em;
	text-align: center;
	margin-right: 5px;
}

.contact_hr .meta a:hover {
	color: #fff;
}

.contact_hr .meta .call i,
.contact_hr .meta .mail i {
	opacity: .38;
}


.job_details {
	font-size: 14px;
}
.job_details .meta {
	background: #f9fafc;
	border: 1px solid #f2f4f6;
	border-radius: 5px;
	padding: 8px 15px;
}
.job_details .meta i {
	width: 1em;
	text-align: center;
	margin-right: 5px;
}

.job_details .meta_title {
	color: #888;
}

.job_details .meta_content {
	color: #555;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 5px;
}
.job_details .meta > .mg {
	display: inline-block;
}

.job_details .job_modal {
	margin-top: 25px;
}

.job_details .job_modal .title {
	box-shadow: 0 -1px #ff881f inset;
	
}
.job_details .job_modal .title span {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	position: relative;
	z-index: 1;
}
.job_details .job_modal .title span:after {
	content: "";
	background: #ff881f;
	background: linear-gradient(159deg,#ff5e1f,#ff881f);
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skew(-15deg);
}
.job_details .job_modal .content {
	padding: 0 15px;
}

.title_style_small {
	box-shadow: 0 -1px #ff881f inset;
	
}
.title_style_small >* {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	position: relative;
	z-index: 1;
	margin: 0;
}
.title_style_small >*:after {
	content: "";
	background: #ff881f;
	background: linear-gradient(159deg,#ff5e1f,#ff881f);
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skew(-15deg);
}

.contact_container {
	background: #475669;
	background: linear-gradient(-135deg, transparent 35px,#475669 0);
}
.contact_container .meta {
	color: #fff;
	padding: 46px 36px 36px;
	position: relative;
}
.contact_container .meta:after {
	content: "";
	position: absolute;
	display: block;
	width: 49px;
	height: 49px;
	background: #fff;
	opacity: .3;
	top: 0;
	right: 0;
	z-index: 1;
}
.contact_container .meta i {
	width: 1em;
	text-align: center;
	margin-right: 8px;
}
.contact_container .meta .label {
	font-weight: bold;
	margin-right: 15px;
}

.contact_container .meta .title {
	font-size: 22px;
	line-height: 40px;
	border-bottom: 1px solid #6c7887;
}

.contact_container .meta .mg {
	margin-top: 30px;
}
.contact_container .meta .mg+.mg {
	margin-top: 10px;
}




.footer {
	background: #475669;
	color: #fff;
	max-width: 100%;
	overflow: hidden;
}

.footer .wrap:after {
	content: '';
	display: table;
	clear: both;
}

.footer .wrap {
	position: relative;
	z-index: 1;
}
.footer .wrap:before {
	content: "";
	position: absolute;
	display: block;
	width: 182px;
	height: 80px;
	background: url('../image/horse.png') no-repeat center / cover;
	right: -75px;
	opacity: .1;
	bottom: 5px;
	z-index: -1;
}

.foot_logo {
	padding-left: 0;
}

.foot_logo .img {
	height: 33px;
	background-repeat: no-repeat;
	margin: 22px 0;
	display: block;
}

.foot_nav {
	float: right;
	font-size: 12px;
	line-height: 26px;
}

.foot_nav .menu {
	margin: 20px 0;
}

.foot_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.foot_nav .sub-menu li {
	display: inline-block;
}

.foot_nav .sub-menu {
	display: inline-block;
}

.foot_nav .menu a {
	color: #fff;
	margin-right: 20px;
}

.foot_nav .menu>li>a {
	font-weight: bold;
}

.foot_nav .menu a[href] {
	opacity: 0.75;
}

.foot_nav .menu a[href]:hover {
	opacity: 1;
}

.copyright {
	background: #3d4b5c;
	color: #8492a6;
	text-align: center;
	font-size: 12px;
	padding: 18px 0;
}


.weQRcode.hidden {
	display: block !important;
	visibility: hidden;
	transform: scale(.5);
	opacity: 0;
	transition: .2s ease-in;
}

.weQRcode {
	width: 230px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	position: absolute;
	left: calc(50vw - 120px);
	top: calc(50vh - 144px);
	height: 288px;
	position: fixed;
	z-index: 9999;
	transition: cubic-bezier(0.3, 1.8, 0.5, 1) .6s;
}

.weQRcode .closeBtn {
	font-size: 12px;
	color: #555;
	text-align: right;
	padding: 0 15px;
	margin-top: 10px;
}

.weQRcode .closeBtn>span {
	cursor: pointer;
}

.weQRcode .code {
	width: 200px;
	height: 200px;
	margin: 15px 15px 10px 15px;
}

.weQRcode>span {
	font-size: 12px;
	padding: 0 15px;
}

.share_model {
	border-top: 1px solid #d6dde5;
	margin-bottom: 40px;
	text-align: right;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #c6ced7;
}
.share_model > * {
	vertical-align: middle;
	margin: 0 6px;
}
.share_model a {
	font-size: 20px;
	cursor: pointer;
}
.share_model .qq:hover {
	color: #20a0ff;
}
.share_model .wechat:hover {
	color: #13CE66;
}
.share_model .weibo:hover {
	color: #FF4949;
}

article .gallery img {
	border: 1px solid #fff !important;
	border-radius: 5px;
}
article .gallery .gallery-caption {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	
	.party_model_wrap {
		display: block;
	}
	.header .logo>.img {
		margin-top: 12px;
		height: 30px;
		width: 122px;
		background-size: cover;
	}
	.top-img {
		height: 280px;
	}
	.top-img .page {
		padding-top: 130px;
	}
	.top-img .page.has_button {
		padding-top: 100px;
	}
	.top-img .page .description {
		font-size: 20px;
		margin-top: 15px;
	}

	.top-img .page a.button {
		margin-top: 20px;
		line-height: 28px;
		font-size: 13px;
	}
	#top-slider .navigator {
		display: none;
	}

	.culture-model.long {
		
		height: 150px;
	}
	.culture-model.short {
		
		height: 150px;
	}
	.culture-model .content {
		padding: 30px;
	}
	.culture-model .content .title {
		font-size: 18px;
	}
	.culture-model .content.l-80,
	.culture-model .content.l-70,
	.culture-model .content.l-60 {
		width: 90%;
	}

	
	.culture-model:nth-of-type(4) .content:after {
		background: #ff4600;
		opacity: .6;
	}
	.culture-model:nth-of-type(3) .content:after {
		background: #292f43;
		opacity: .7;
	}

	.news-frontpage-model-left {
		margin-bottom: 15px;
	}
	.news-frontpage-model-right {
		height: 120px;
		padding-top: unset;
		margin-bottom: 15px;
	}
	.page-model.news .model-button {
		margin-top: 15px;
	}
	.foot_nav {
		float: left;
	}
	.foot_logo .img {
		margin-bottom: 0;
	}
	.foot_nav .sub-menu {
		display: block;
	}

	
	.header .nav .menu-icon {
		position: absolute;
		right: 15px;
		top: 12px;
		cursor: pointer;
	}
	.header .nav .menu-icon span {
		width: 24px;
		height: 3px;
		background: #fff;
		display: block;
		transform: skew(-15deg);
		margin: 4px 0;
		transition: .5s ease .1s;
	}
	.show_menu .header .nav .menu-icon span:nth-child(1) {
		transform: rotate(45deg) translateY(6px) translateX(5px);
		border-radius: 5px;
	}
	.show_menu .header .nav .menu-icon span:nth-child(2) {
		opacity: 0;
		width: 0;
	}
	.show_menu .header .nav .menu-icon span:nth-child(3) {
		transform: rotate(-45deg) translateY(-5px) translateX(4px);
		border-radius: 5px;
	}
	.top-nav[pandaTab] {
		position: fixed;
		color: #fff;
		text-align: left;
		right: -250px;
		top: 0;
		width: 250px;
		height: 100%;
		background: #292f43;
		overflow: auto;
		transform: scaleX(0);
		transform-origin: left;
		transition: .3s;
	}
	.show_menu .top-nav[pandaTab] {
		transform: scaleX(1);
	}

	.top-nav[pandaTab] .menu {
		opacity: 0;
		transition: opacity .2s;
	}

	.show_menu .top-nav[pandaTab] .menu {
		opacity: 1;
		transition: opacity .3s ease .1s;
	}
	.top-nav[pandaTab] ul {
		position: relative;
		list-style: none;
		padding: 0;
	}

	.top-nav[pandaTab] .menu {
		margin: 15px;
	}

	.top-nav[pandaTab] ul ul {
		padding-left: 20px;
	}

	.top-nav[pandaTab] li a {
		padding: 10px 25px;
		border-radius: 5px;
		display: block;
	}
	.top-nav[pandaTab] li a:hover {
		color: #ff7800;
		background: rgba(255, 255, 255, .1);
	}
	
	.panda_pagination a{
		line-height: 36px;
		font-size: 14px;
		width: 36px;
	}
	
	.monument_year span:first-child {
		font-size: 20px;
	}
	.monument_year span:last-child {
		font-size: 14px;
		margin-left: 0px;
	}
	.monument_year_list:after {
		top: 38px;
	}
	
	.culture-model.idea_left {
		width: 100%;
		float: left;
		margin-bottom: 1px;
		height: 230px;
	}
	.culture-model.idea_right {
		width: 100%;
		float: left;
		margin-bottom: 1px;
		height: 230px;
	}
	.culture-model.idea_right .content:after {
		left: -31px;
		background: #292f43;
	}
	.job-long .list:after {
		width: 100%;
	}
	.job-long .list {
		display: block;
		min-height: unset;
	}
	.contact_container {
		background: #475669;
	}
	.contact_container .meta:after {
		content: unset;
	}
	.contact_container .meta {
		padding: 15px;
	}
	.contact_container .meta .mg {
		margin-top: 15px;
	}

	.supply-chain-service .culture-model {
		position: relative;
		width: 100% !important;
		float: left;
	}
	.supply-chain-service .culture-model .content.l-80,
	.supply-chain-service .culture-model .content.l-70,
	.supply-chain-service .culture-model .content.l-60 {
		width: 100%;
	}
	.supply-chain-service .culture-model .content:after {
		transform: skew(0deg);
		left: 0;
	}
}

@media (min-width: 768px) {
	
	.culture-model:nth-of-type(4) .content:after {
		background: #ff4600;
		opacity: .6;
	}
	.culture-model:nth-of-type(3) .content:after {
		background: #292f43;
		opacity: .7;
	}

	
	.top-nav[pandaTab] {
		position: relative;
		color: #fff;
		text-align: left;
		display: inline-block;
		max-width: 100%;
		margin-top: 6px;
	}

	.top-nav[pandaTab]>.menu {
		position: relative;
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		margin: 0;
		text-align: left;
		background: rgba(0, 0, 0, .3);
		transform: skew(-15deg);
		
		z-index: 1;
	}

	.top-nav[pandaTab]>.menu.native-scrolling {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.top-nav[pandaTab]>.menu>li {
		display: inline-block;
		cursor: pointer;
	}

	.top-nav[pandaTab]>.menu>li:not(.anchor) {
		transform: skew(15deg);
		transform-origin: bottom;
	}

	.top-nav[pandaTab]>.menu>li>a {
		display: block;
		padding: 0 2px 0 14px;
		min-width: 66px;
		text-align: center;
		line-height: 46px;
		text-decoration: none;
		position: relative;
		transition: .25s;
	}

	.top-nav[pandaTab]>.menu>li>a:hover {
		text-decoration: none;
		color: #fff;
	}

	.top-nav[pandaTab]>.menu>li>.sub-menu {
		display: none;
	}

	.top-nav[pandaTab] .anchor {
		height: 46px;
		background: rgba(255, 95, 0, .55);
		background: linear-gradient(159deg, rgba(255, 72, 0, .55), rgba(255, 120, 0, .55));
		border-top: 2px solid #ff4800;
		transform: skew(0deg);
		transition: left cubic-bezier(0.3, 1.5, 0.5, 1) .6s, opacity cubic-bezier(0.3, 1.5, 0.5, 1) .6s;
	}

	.top-nav[pandaTab] .prev,
	.top-nav[pandaTab] .next {
		position: absolute;
		top: 0;
		display: inline-block;
		cursor: pointer;
		width: 26px;
		line-height: 46px;
		font-size: 12px;
		transform: skew(-15deg);
		text-align: center;
		color: #fff;
		transition: .25s;
	}

	.top-nav[pandaTab] .prev {
		left: 6px;
	}

	.top-nav[pandaTab] .next {
		right: 6px;
	}

	.top-nav[pandaTab] .prev.disabled,
	.top-nav[pandaTab] .next.disabled {
		cursor: not-allowed;
		color: rgba(255, 255, 255, .3);
		transition: .25s;
	}

	.top-nav[pandaTab] .prev:after {
		content: "";
		display: block;
		position: absolute;
		background: rgba(0, 0, 0, .42);
		left: 0;
		right: 6px;
		top: 0;
		height: 100%;
		border-radius: 3px 0 0 3px;
		z-index: -1;
	}

	.top-nav[pandaTab] .next:after {
		content: "";
		display: block;
		position: absolute;
		background: rgba(0, 0, 0, .42);
		left: 6px;
		right: 0;
		top: 0;
		height: 100%;
		border-radius: 0 3px 3px 0;
		z-index: -1;
	}

	.top-nav[pandaTab] .prev i {
		margin-right: 4px;
	}

	.top-nav[pandaTab] .next i {
		margin-left: 4px;
	}
}

@media screen and (max-width: 991px) {
	
	.business_area .culture-model.long {
		position: relative;
		width: 100%;
		float: left;
	}
	.business_area .culture-model.short {
		position: relative;
		width: 100%;
		float: left;
	}
	.business_area .culture-model .content.l-80,
	.business_area .culture-model .content.l-70,
	.business_area .culture-model .content.l-60 {
		width: 90%;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.supply-chain-service .culture-model .content.l-80,
	.supply-chain-service .culture-model .content.l-70,
	.supply-chain-service .culture-model .content.l-60 {
		width: 100%;
	}
	.supply-chain-service .culture-model .content:after {
		transform: skew(0deg);
		left: 0;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.news-frontpage-model-right .description {
		height: 1.2em;
		top: 43px;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-frontpage-model-right .title {
		top: 18px;
	}
}

@media (min-width: 1200px) {
	
}