html,
body {
	background: #fff;
	font-family: "Noto Sans SC", "Source Han Sans CN", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

html {
	min-height: 101%;
}

ul,
ol {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

/*头部 */
/*header-container*/
.header-container {
	position: fixed;
	width: 100%;
	/* height: 120px; */
	left: 0;
	top: 0;
	z-index: 100;
	transition: background-color 0.3s, transform 1s;
}
/* .header-container.about-header {
	position: inherit;
} */
.header-container .auto {
	max-width: 1440px;
}

.header-container.hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.header-container.hover .shouye-list li a {
	color: #333;
}
.about-header {
	background:#fff;
}
@media(max-width:1440px) {
	.header-container .auto,.homeabout-container .auto>.inner,.news-container .root-w-1440,.hezuo-wrap,.bottom-container .auto,.copy-container .copyright {
		padding: 0 2%!important;
	}
}

.header-container .top-left {
	float: left;
	display: table;
}

.header-container .top-left a {
	display: block;
	margin-top: 20px;
}

.header-container .top-left img {
	width: 100%;
	max-height: 71px;
	max-width: 218px;
	display: block;
}

.header-container .top-left,
/* .header-container .top-right{ width:26.25%;} */
.header-container .top-mid {
	/* padding-top: 10px; */
	/* width:47.5%; */
}

.header-container .top-mid {
	float: left;
	width: 60%;
	margin-left: 8%;
}

.header-container .top-right {
	float: right;
	position: relative;
	text-align: right;
}

.header-menu ul {
	display: flex;
	justify-content: space-around;
}

.header-container .top-right>* {
	display: inline-block;
	vertical-align: bottom;
}

.header-container .hotline span {
	display: inline-block;
	background: url(../images/Top002703_call.png) no-repeat left center;
	font-size: 16px;
	padding-left: 21px;
	color: #555;
}

.header-container .hotline aside {
	color: #da251c;
	font-size: 30px;
}

.header-container .top-right dd {
	margin: 0 15px;
}

.header-container .top-right dt {
	position: relative;
}

.header-container .top-right dl>* {
	float: left;
}

.header-container .top-right dl>*>a {
	width: 80px;
	height: 100px;
	display: block;
	line-height: 80px;
	text-align: center;
	transition: 0.3s;
	background-color: #c01b21;
}

.header-container .top-right dl>*>a:hover {
	background-color: #da251c;
	color: #fff;
	border-color: #da251c;
}

.header-container .open-search {
	background: url(../img/Top002999_icon.png) no-repeat center center;
}

.header-container .open-search-show:hover,
.header-container .open-search-show {
	position: relative;
	background-color: #da251c;
	background-image: none;
}

.header-container .open-search-show::after,
.header-container .open-search-show::before {
	position: absolute;
	content: '';
	width: 50%;
	left: 25%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header-container .open-search-show::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header-container .top-search {
	position: absolute;
	overflow: hidden;
	border-radius: 5px;
	display: none;
	right: 0px;
	top: 100px;
	width: 200px;
	box-shadow: 0 0 10px #000;
}

.header-container .top-search .text {
	color: #999;
	width: 100%;
	line-height: 36px;
	height: 36px;
	padding: 0 36px 0 10px;
	border: none;
}

.header-container .top-search .text.focus {
	color: #333;
}

.header-container .top-search .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 36px;
	background: url(../img/Top002999_icon.png) no-repeat center center #f1f1f1;
	background-size: 20px;
}

.header-container .header-menu li em a {
	font-size: 16px;
	color: #fff;
}
.header-container.hover .header-menu a,.header-container.about-header .header-menu a {
	color: #333;
}
.header-container .header-menu li em a figure {
	position: relative;
	margin: 12px auto;
	width: 30px;
	height: 30px;
}
.header-container.hover .header-menu li em a span,.header-container.about-header .header-menu li em a span{
	border-top: 1px solid #ebe3e3;
}

.header-container .header-menu li em a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.7s;
}

.header-container .header-menu li em a img.hover {
	opacity: 0;
	transform: scale(0) rotateY(180deg);
	-webkit-transform: scale(0) rotateY(180deg);
}
.header-container.hover .header-menu .white, .header-container:not(.hover) .header-menu .red {
	display: none;
}

.header-container .header-menu li.aon em a img.hover {
	opacity: 1;
	transform: scale(1) rotateY(180deg);
	-webkit-transform: scale(1) rotateY(180deg);
}

.header-container .header-menu li em a:hover img.show,.header-container .header-menu li.aon em a img.show {
	opacity: 0;
	transform: scale(0) rotateY(180deg);
	-webkit-transform: scale(0) rotateY(180deg);
}

.header-container .header-menu li em a:hover img.hover {
	opacity: 1;
	transform: scale(1) rotateY(0deg);
	-webkit-transform: scale(1) rotateY(0deg);
}

.header-container .header-menu li em a span {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin: 0 2px;
}

.header-container .header-menu li.aon em a span,
.header-container .header-menu li em a:hover span {
	border-top-color: #D2241D;
}

.header-container .header-menu li.aon em a,
.header-container .header-menu li em a:hover {
	color: #D2241D;
}
.header-container.hover .top-left .white, .header-container:not(.hover) .top-left .red {
	display: none;
}
@media(max-width:1280px) {
	.header-container .top-right .hotline {
		display: block;
		padding-top: 10px;
	}

	/* .header-container .top-right {
		padding-top: 20px;
	} */
}

@media(max-width:1100px) {
	.header-container .header-menu li em a {
		font-size: 14px;
	}
}

@media(max-width:1024px) {
	.header-container .top-mid {
		padding: 0;
		width: 0;
	}

	.header-container .top-right {
		width: auto;
	}

	.header-container #open_menu {
		width: 36px;
		height: 36px;
		position: relative;
		z-index: 200;
		border-radius: 50%;
		border: 1px solid #c1c1c1;
		margin: 20px 0 0 10px;
	}

	.header-container #open_menu i {
		height: 3px;
		margin-top: -1.5px;
		width: 60%;
		left: 20%;
	}

	.header-container #open_menu i,
	.header-container #open_menu i::before,
	.header-container #open_menu i::after {
		background: #ccc;
	}

	.header-container #header-menu {
		opacity: 0;
		left: -100%;
		transform: scale(0);
		display: table;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		z-index: 100;
		transition: 0.3s;
	}

	.header-container #header-menu.header-menu-show {
		opacity: 1;
		left: 0;
		transform: scale(1);
	}

	.header-container #header-menu ul {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10%;
		padding-right: 10%;
	}

	.header-container #header-menu li {
		text-align: center;
		padding: 2% 0;
		width: 33.33333%;
		float: left;
	}

	.header-container #header-menu li em,
	.header-container #header-menu li em a {
		border-bottom: 0;
	}

	.header-container #header-menu li em a {
		font-weight: normal;
		font-size: 20px;
	}

	.header-container #header-menu li figure {
		margin: 0 auto;
		position: relative;
		width: 40px;
		height: 40px;
	}

	.header-container #header-menu li figure img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.header-container #header-menu li figure img.show {
		left: 1px;
		top: 1px;
	}

	.header-container #header-menu li em a span {
		display: block;
	}
	.header-container {
		background-color: #fff;
	}
	.header-container .top-left a {margin-top: 10px;}
	.header-container .top-left img.white {display: none!important;}
	.header-container .top-left img.red {display: block!important;}
	.header-container .top-right dl>*>a {height: 80px;width: 60px;}
	.header-container .top-search {top: 80px;}
	.banner-contaner {margin-top: 80px!important;}
}

@media(max-width:640px) {
	.header-container #header-menu ul {
		padding: 0;
	}

	.header-container .hotline span {
		font-size: 14px;
	}

	.header-container .hotline aside {
		font-size: 24px;
	}

	.header-container .top-left {
		width: 40%;
	}
}

@media(max-width:480px) {
	.header-container {
		/* position: relative; */
		z-index: 100;
	}

	.header-container .top-right dt,
	.header-container .top-right {
		position: inherit;
	}

	.header-container .top-right .hotline {
		position: absolute;
		padding-top: 0;
		right: 0;
		padding: 0 2%;
		top: 0;
		width: 100%;
		border-bottom: 1px solid #eee;
		line-height: 31px;
	}

	.header-container .top-right .hotline aside {
		display: inline-block;
		vertical-align: bottom;
	}

	.header-container .hotline span {
		font-size: 12px;
	}

	.header-container .hotline aside {
		font-size: 20px;
	}

	.header-container #header-menu li em a {
		font-weight: normal;
		font-size: 16px;
	}

	.header-container .top-left {
		height: 76px;
	}

	.header-container .top-search {
		top: 100%;
		right: 2%;
		width: 96%;
	}
	.header-container .top-left a {
		margin-top: 20px;
	}
}

/* banner */
.banner-container .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	z-index: 20;
}

.banner-container li {
	position: relative !important;
}
.banner-container li p {
	width: 100%;
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner-container li p img {
	display: block;
	margin:0 auto 40px auto;
}
.banner-container li p span {
	font-size: 18px;
	color: #fff;
}
.banner-container li p a {
	display: block;
	width: 200px;
	height: 55px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 55px;
	margin:70px auto 0 auto;
}
.banner-container li p a:hover {
	background: #fff;
	color: #D2241D;
}

.banner-container .slick-dots li {
	float: left;
	width: 7px;
	height: 7px;
	margin: 0 10px;
}

.banner-container .slick-dots li.slick-active {
	background: #ea2929;
	width: 25px;
	height: 4px;
	margin-top: 1.5px;
}

.banner-container .slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	border: 0;
	overflow: hidden;
	text-indent: -999em;
	font-size: 1em;
}

.banner-container .slick-dots li.slick-active button {
	opacity: 0;
}

@media (max-width:1200px) {
	.banner-container li p img {
		width: 40%;
		margin-bottom: 20px;
	}
	.banner-container li p a {
		width: 150px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		margin-top: 40px;
	}
}

@media (max-width:1024px) {
	.banner-container {margin-top: 80px;}
	.banner-container .slick-dots {bottom: 20px;}
}

@media (max-width:735px) {
	.banner-container li p {top: 40%;}
	.banner-container li p a {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 20px;}
		
	.banner-container .slick-dots {bottom: 10px;}
}

/*homeabout-container 关于我们 */
.homeabout-container {
	padding: 80px 0;
	background: url(../img/about-bg.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.homeabout-container .auto {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

.homeabout-container .left_side .yinhao {
	font-family: 'PangMenZhengDaoBiao';
	color: #005f3d;
	font-size: 100px;
	height: 0.8em;
	overflow: hidden;
	display: block;
}

.homeabout-container .left_side .main {
	color: #333;
}

.homeabout-container .left_side .tit {
	font-size: 36px;
	position: relative;
}

.homeabout-container .left_side .tit span {
	font-size: 48px;
	color: #cecece;
	opacity: .3;
	position: absolute;
	top: -25px;
	left: 0;
	text-transform: uppercase;
}

.homeabout-container .left_side .subtit {
	font-size: 18px;
	line-height: 1.667em;
	padding: 1.823vw 0 2.86vw 0;
}

.homeabout-container .left_side .intro {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	padding: 35px 0 55px 0;
}

.homeabout-container .left_side .more {
	display: inline-block;
	width: 120px;
	height: 40px;
	border: 1px solid #d2241d;
	border-radius: 10px;
	font-size: 16px;
	color: #d2241d;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}

.homeabout-container .left_side .more:hover {
	background: #D2241D;
	color: #fff;
}

.homeabout-container .right_side ol img {
	border: 1px solid #f3f2ec;
	display: block;
	/* width: 80%;
	max-width: 102px; */
	margin: 0 auto;
	border-radius: 50%;
}

.homeabout-container .right_side li {
	padding-left: 1vw;
}

.homeabout-container .right_side li .num {
	font-size: 46px;
	color: #333;
}

.homeabout-container .right_side li .num>* {
	vertical-align: middle;
}

.homeabout-container .right_side li .num sub {
	display: inline-block;
	line-height: 0.7em;
	margin-top: -0.2em;
}

.homeabout-container .right_side li p {
	margin: 0;
	font-size: 16px;
	color: #999;
}

@media(min-width:641px) {
	.homeabout-container .right_side ul:not(:last-child) {
		margin-bottom: 6.25vw;
	}

	.homeabout-container .right_side ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: 10%;
	}

	.homeabout-container .right_side ul>* {
		display: table-cell;
		vertical-align: middle;
	}

	.homeabout-container .right_side ol {
		width: 35.5%;
	}
}

@media(min-width:1025px) {
	.homeabout-container .auto>.inner {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}

	.homeabout-container .mid_side {
		width: 43%;
		vertical-align: top;
		background: url(../img/about.jpg) center center no-repeat;
		background-size: cover;
		position: relative;
		border-radius: 10px;
	}

	.homeabout-container .mid_side .bf {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 18px;
		color: #fff;
	}

	.homeabout-container .mid_side .bf img {
		display: block;
		margin: 10px auto;
	}

	.homeabout-container .right_side {
		width: 18%;
	}

	.homeabout-container .left_side .main {
		max-width: 500px;
		width: 100%;
	}

	.homeabout-container .left_side .yinhao {
		margin-top: -0.5em;
	}
}

@media(min-width:1281px) {
	.homeabout-container .left_side .more {
		/* margin-left: -20px; */
	}
}

@media(min-width:1025px) and (max-width:1600px) {
	.homeabout-container .left_side .yinhao {
		font-size: 8vw;
	}

	.homeabout-container .left_side .subtit {
		font-size: 1.3vw;
	}
}

@media(max-width:1024px) {
	.homeabout-container .ytable,
	.homeabout-container .ytable-cell {
		display: block;
	}
	/* .homeabout-container {
		padding: 50px 2% 0 2%;
	} */

	.homeabout-container .mid_side {
		text-align: center;
		padding: 150px 0;
		width: 100%;
		vertical-align: top;
		background: url(../img/about.jpg) center center no-repeat;
		background-size: cover;
		position: relative;
		border-radius: 10px;
		margin: 20px 0;
	}
	.homeabout-container .mid_side .bf {
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    font-size: 18px;
	    color: #fff;
	}
	.homeabout-container .right_side {
		overflow: hidden;
	}

	.homeabout-container .right_side ul {
		float: left;
		width: 33.3333%;
		margin-left: 0;
	}
	.homeabout-container .mid_side .bf img {
		display: block;
		margin:10px auto;
	}
}

@media(max-width:640px) {
	.homeabout-container .left_side .tit {
		font-size: 8vw;
	}

	.homeabout-container .left_side .yinhao {
		font-size: 20vw;
	}

	.homeabout-container .right_side li {
		text-align: center;
	}

	.homeabout-container .right_side li .num {
		font-size: 6vw;
		padding: 2vw 0;
	}

	.homeabout-container .right_side li p {
		font-size: 3vw;
	}

	.homeabout-container .right_side ol img {
		width: 50%;
	}

	.homeabout-container .left_side .subtit,
	.homeabout-container .left_side .intro {
		padding: 5vw 0;
	}

}

@media(max-width:480px) {
	.homeabout-container .left_side .subtit {
		font-size: 4vw;
	}

	.homeabout-container .left_side .intro {
		font-size: 3.5vw;
	}
}

/*
 .homeanli-container 为demo编号
 */
/* .homeanli-container .wrap-container{ margin: 0 2%;} */
@media only screen and (min-width:1024px) {
	/* .homeanli-container .wrap-container{ margin: 0 30px;} */
}

@media only screen and (min-width:1367px) {
	/* .homeanli-container .wrap-container{ margin: 0 40px;} */
}

@media only screen and (min-width:1920px) {
	/* .homeanli-container .wrap-container{ margin: 0 60px;} */
}

.homeanli-container .wrap-container {
	position: relative;
}

.homeanli-container .wrap-tit {
	position: absolute;
	top: 50%;
	margin-top: -87px;
	left: 40px;
	z-index: 99;
}

.homeanli-container .wrap-tit a {
	-webkit-writing-mode: vertical-lr;
	writing-mode: tb-rl;
	writing-mode: vertical-lr;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.homeanli-container .wrap-tit a i {
	font-style: normal;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
}

.homeanli-container .wrap-tit h1 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-family: Chaparral Pro;
	font-size: 20px;
	line-height: 1.15;
	margin-top: 25px;
}

.homeanli-container .wrap-tit h1 span {
	display: block;
	font-size: 36px;
	/* font-family: "sans-serif"; */
}

.homeanli-container .list {}

.homeanli-container .list .item {
	/*float: left; width: 25%;*/
	transition: all .5s ease-out;
	padding-left: 1px;
}

.homeanli-container .list .item .item-inner {
	position: relative;
}

.homeanli-container .list .item .pic {
	width: 100%;
}

.homeanli-container .list .item .pic img {
	width: 100%;
}

.homeanli-container .list .item .layer {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=50);
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

.homeanli-container .list .item .tit {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 20px;
	z-index: 3;
	color: #fff;
	line-height: 1.2;
	transition: all .5s ease-in-out;
	font-weight: normal;
}

.homeanli-container .list .item .tit span {
	font-family: Chaparral Pro;
	font-size: 30px;
	text-transform: uppercase;
	display: block;
}

.homeanli-container .list .item .more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	padding-right: 20px;
	line-height: 14px;
	transition: all .5s ease-out;
}

.homeanli-container .list .item .more i {
	background: url(../img/xq.png) no-repeat right center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.homeanli-container .list .item:hover {
	text-align: center;
}

.homeanli-container .list .item:hover .layer {
	opacity: .35;
}

.homeanli-container .list .item:hover .tit {
	transform: translate(-50%, -40%);
	top: 40%;
	text-align: center;
	left: 50%;
	font-size: 24px;
}

.homeanli-container .list .item:hover .more {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #d2241d;
	width: 135px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
}

.homeanli-container .list .item:hover .more i {
	background-image: url(../img/xq-b.png);
	right: 25px;
}

@media only screen and (min-width:768px) {
	.homeanli-container .list .item .tit span {
		font-size: 34px;
	}
}

@media only screen and (min-width:1024px) {
	.homeanli-container .list .item .tit span {
		font-size: 40px;
	}
}

@media only screen and (max-width:1674px) {
	.homeanli-container .list .auto {
		max-width: none;
	}

	.homeanli-container .wrap-tit h1 {
		color: #fff;
	}

	.homeanli-container .wrap-tit a {
		color: #fff;
	}

	.homeanli-container .wrap-tit {
		left: 0;
	}
}

@media only screen and (max-width:365px) {
	.homeanli-container .list .item:hover .more {
		transform: translate(-50%, -70%);
		top: 70%;
	}
}

/*carousel 公共样式只留一份*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*news-container */
.news-container {
	/* font-family: 'HarmonyOS_Sans_SC'; */
	padding: 80px 0;
}

.root-w-1440 {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

.column-tit {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	margin-bottom:35px;
	color: #333;
	position: relative;
	padding-bottom: 60px;
}
.column-tit span {
	font-size: 48px;
	color: #cecece;
	opacity: .3;
	text-transform: uppercase;
	position: absolute;
	top: -25px;left: 50%;
	transform: translateX(-50%);
}
.column-tit::before {
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background: #D2241D;
	position: absolute;
	top: 60px;left: 50%;
	transform: translateX(-50%);
}

/* 新闻 */ 
@media (max-width:1024px) {
.news-container .box-new-company {margin-bottom: calc(30 / 16 * 1em);}
.news-container .ytable-cell {padding-right: 20px;}
/* .news-container {padding: 80px 2%;} */
}

@media (max-width:920px) {
.news-container .ytable-cell {display: block;padding-right: 0;}
}

.news-container .ytable-cell {
	vertical-align: top;
}

.news-container [class*=box-new-] a:hover {
	color: rgba(30, 48, 213, 1);
}

.news-container [class*=box-new-] h4.tit {
	margin: 0;
	font-weight: normal;
}

.news-container .box-new-industry {
	background-color: rgba(210, 36, 29, .8);
	padding: calc(41 / 16 * 1em);
}

.news-container a.inner {
	display: block;
}

.news-container .label span {
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	line-height: calc(30 / 14 * 1em);
	border-radius: 5px;
	border: solid 1px #d4d4d4;
}
.news-container .box-new-company:hover .label span {
	border: solid 1px #d2241d;
	color: #D2241D;
}
.news-container .box-new-company:hover h4.tit {
	color: #D2241D;
}
.news-container a.inner h4.tit {
	margin: 20px 0 30px 0;
	font-size: 16px;
	color: #333;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.box-new-industry .label span {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}

.news-container a.inner p {
	/* font-family: 'HarmonyOS_Sans_SC_Light'; */
	color: #666;
	line-height: 26px;
	margin-bottom: 40px;
	min-height: 80px;
}

.news-container a.inner .more {
	color: #d2241d;
	display: inline-block;
	font-size: calc(14 / 16 * 1em);
	padding-right: calc(30 / 16 * 1em);
	background: url(../img/news-container-more.png) no-repeat right center;
	background-size: calc(16 / 14 * 1em) auto;
	transition: 0.3s;
}

.news-container a.inner:hover .more {
	padding-right: calc(50 / 16 * 1em);
}

.news-container .box-new-company .pic {
	overflow: hidden;
	margin-bottom:20px;
}

.news-container .box-new-company .Ispic {
	padding-bottom: calc(285 / 460 * 100%);
	transition: 0.3s;
	background-size: cover;
}

.news-container a.inner:hover .Ispic {
	transform: scale(1.12);
}

.news-container .list {
	margin-top: calc(22 / 16 * 1em);
	margin-bottom: calc(41 / 16 * 1em);
}

.news-container .list li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d9dada;
	height: calc(138 / 16 * 1em);
}

.news-container .list li a {
	display: table-cell;
	vertical-align: middle;
}

.news-container .list h4.tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:20px;
	color: #fff;
}

.news-container .list li time {
	color: #fff;
	font-size:14px;
}

.news-container .more-btn {
	text-align: right;
}

.news-container .more-btn a {
	width: calc(120 / 14 * 1em);
	height: 40px;
	line-height:40px;
	background: #fff;
	border-radius: 10px;
	font-size: calc(14 / 16 * 1em);
	display: inline-block;
	text-align: center;
	color: #d2241d;
	transition: 0.3s;
}
.news-container .more-btn a:hover {
	color: #D2241D;
}

@media (min-width:1025px) {
.news-container .box-new-company {
	width: calc(490 / 1440 * 100%);
}
.news-container a.inner {
	margin-right: calc(30 / 16 * 1em);
}
}

@media (max-width:1024px) {
.news-container .column-tit {
	font-size: calc(32 / 16 * 1em);
}
}

/* 合作 */
/*hezuo-container */
.hezuo-container{background: url(../img/hz-bg.jpg) center center no-repeat; padding: 80px 0;background-size: cover;}
.hezuo-container,
.hezuo-container a{color: #000;}
.hezuo-container .title{ text-align: center;margin-bottom: 35px;}
.hezuo-container .title p{font-size: 16px;line-height: 1.875em; margin: 2em auto; width: 95%; max-width: 612px;}
.hezuo-container .title .more{margin: 0 auto; display: inline-block;width: 120px;height: 40px;text-align: center; line-height: 40px; border: 1px solid #d3d3d3; transition: 0.3s;font-size: 16px;color: #D2241D;border-radius: 5px;text-transform: uppercase;}
.hezuo-container .title .more:hover{color: #fff;background: #D2241D; border-color: #D2241D;}
.hezuo-container .title .more:hover:after{border-color: #fff;}
.hezuo-container .list li .ytable-cell {
	vertical-align: middle;
}
.hezuo-container .column-tit {
	margin-bottom: 0;
}
@media(max-width:640px){
.hezuo-container .title h3{font-size: 5vw;}
.hezuo-container .title p{font-size: 3.5vw;}
.hezuo-container .title .more{font-size: 3.2vw;}
}

.hezuo-container .list{width:100%; max-width: 1440px;margin: auto;}
.hezuo-container .list li{overflow: hidden;box-shadow: 0 2px 32px 11px rgba(200, 207, 213, 0.2); background: #fff; border-radius: 50%;background: #fff; float: left; }
.hezuo-container .list li a.ytable{height: 100%; text-align: center;}
.hezuo-container .list li img{max-width: 75%;}
@media(min-width:1025px){
.hezuo-container .list{position: relative;}
.hezuo-container .list:after,
.hezuo-container .list:before{ border-radius: 50%; position: absolute; content: '';width: 1.82vw;height: 1.88vw;background: #ffffff;box-shadow: 0 0.1vw 1.68vw 0.56vw rgba(200, 207, 213, 0.2);}
.hezuo-container .list:before{left: 18.66vw;
    bottom: 2.54vw;}
.hezuo-container .list:after{right: 9.88vw; bottom: 0.99vw;}
.hezuo-container .list li:nth-child(1){width: 9.95vw;height: 9.95vw;}
.hezuo-container .list li:nth-child(2){width: 5vw;height: 5vw;}
.hezuo-container .list li:nth-child(3){width: 8.44vw;height: 8.44vw;}
.hezuo-container .list li:nth-child(4){width: 6.44vw;height: 6.44vw;}
.hezuo-container .list li:nth-child(5){width: 14.53vw;height: 14.53vw;}
.hezuo-container .list li:nth-child(10){width: 6.46vw;height: 6.46vw;}
.hezuo-container .list li:nth-child(7) {width: 10vw;height: 10vw;}
.hezuo-container .list li:nth-child(8) {width: 5.46vw;height: 5.46vw;}
.hezuo-container .list li:nth-child(6){width: 6.44vw;height: 6.44vw;}
.hezuo-container .list li:nth-child(9){width: 7vw;height: 7vw;}
.hezuo-container .list li:nth-child(11){width: 8.49vw;height: 8.49vw;}
.hezuo-container .list li:nth-child(12){width: 7.24vw;height: 7.24vw;}
.hezuo-container .list li:nth-child(13){width: 7.5vw;height: 7.5vw;}
.hezuo-container .list li:nth-child(14){width: 6.5vw;height: 6.5vw;}
.hezuo-container .list li:nth-child(15){width: 9vw;height: 9vw;}

.hezuo-container .list li:nth-child(1){margin-right: 2.5vw;}
.hezuo-container .list li:nth-child(2){margin-top: 1.52vw;}
.hezuo-container .list li:nth-child(3){margin-top: 4.84vw; margin-left: 2.05vw; }
.hezuo-container .list li:nth-child(4){margin-top: 0; margin-left: 1.05vw; }
.hezuo-container .list li:nth-child(5){margin-left: -1.9vw; margin-top: 6.25vw;}
.hezuo-container .list li:nth-child(6){margin-left: -2vw; margin-top: 0;}
.hezuo-container .list li:nth-child(7){margin-left: 1vw;margin-top: 2.5vw;}
.hezuo-container .list li:nth-child(8){margin-left: .5vw; margin-top:1.5vw;}
.hezuo-container .list li:nth-child(9){float: right;}
.hezuo-container .list li:nth-child(10){clear: left; margin-top: -5vw; margin-left: 2.5vw;}
.hezuo-container .list li:nth-child(11){margin-left: .77vw; margin-top: -10.52vw;}
.hezuo-container .list li:nth-child(12){margin-left: 16.56vw; margin-top: -6.98vw;}
.hezuo-container .list li:nth-child(13){margin-left: 17.29vw;margin-top: -7.73vw; }
.hezuo-container .list li:nth-child(14){margin-top: -4.5vw;margin-left: 25.4vw;}
.hezuo-container .list li:nth-child(15){float: right;margin-right: 2.86vw;  margin-top: -12vw;}
}
@media only screen and (max-width:1700px){
.hezuo-container .list li:nth-child(1){margin-right: 2.5vw;}
.hezuo-container .list li:nth-child(2){margin-top: 1.52vw;}
.hezuo-container .list li:nth-child(3){margin-top: 4.84vw; margin-left: 4.05vw; }
.hezuo-container .list li:nth-child(4){margin-top: 0; margin-left: 1.05vw; }
.hezuo-container .list li:nth-child(5){margin-left: 0; margin-top: 6.25vw;}
.hezuo-container .list li:nth-child(6){margin-left: -2vw; margin-top: 0;}
.hezuo-container .list li:nth-child(7){margin-left: 5vw;
    margin-top: 2.5vw;}
.hezuo-container .list li:nth-child(8){margin-left: 3.5vw; margin-top:1.5vw;}
.hezuo-container .list li:nth-child(9){float: right;}
.hezuo-container .list li:nth-child(10){clear: left; margin-top: -5vw; margin-left: 2.5vw;}
.hezuo-container .list li:nth-child(11){margin-left: .77vw; margin-top: -11.52vw;}
.hezuo-container .list li:nth-child(12){margin-left: 16.56vw; margin-top: -6.98vw;}
.hezuo-container .list li:nth-child(13){margin-left: 22.29vw;margin-top: -7.73vw; }
.hezuo-container .list li:nth-child(14){margin-top: -4.5vw;margin-left: 35.4vw;}
.hezuo-container .list li:nth-child(15){float: right;margin-right: 5.86vw;  margin-top: -12vw;}
}
@media(max-width:1024px){
.hezuo-container{padding: 6vw 0;}
.hezuo-container .list{width: 100%; margin-top: 8vw;}
.hezuo-container .list li{width: 20vw; height: 20vw;}
.hezuo-container .list li:nth-child(2){width: 14vw; height: 14vw; margin-left: 3vw;}
.hezuo-container .list li:nth-child(3){margin-left: 4vw;margin-top: 2vw;}
.hezuo-container .list li:nth-child(4){width: 25vw; height: 25vw; float: right;}
.hezuo-container .list li:nth-child(7),
.hezuo-container .list li:nth-child(5){width: 12vw; height: 12vw; margin-top: 3vw;}
.hezuo-container .list li:nth-child(5){ margin-right: 3vw;}
.hezuo-container .list li:nth-child(6){margin-top: -3vw;}
.hezuo-container .list li:nth-child(8),
.hezuo-container .list li:nth-child(7){margin-left: 3vw;}
.hezuo-container .list li:nth-child(8){width: 14vw; height: 14vw; }
.hezuo-container .list li:nth-child(9){margin-top: 3vw; float: right;}
.hezuo-container .list li:nth-child(10){width: 14vw; height: 14vw;margin-top: 3vw;}
.hezuo-container .list li:nth-child(11){margin-left: 3vw;margin-top: 3vw;}
.hezuo-container .list li:nth-child(12){width: 10vw; height: 10vw; margin-left: 3vw;margin-top: 1vw; }
.hezuo-container .list li:nth-child(13){margin-left: 2vw; margin-top: 0vw;}
.hezuo-container .list li:nth-child(14) {margin-top: -7.5vw;margin-left: 38vw;}
.hezuo-container .list li:nth-child(15) {float: right!important;margin-right: 0!important;}
}
@media(max-width:540px) {
/* .hezuo-container .list li:nth-child(13) {margin-top: -6vw;} */
.hezuo-container .list li:nth-child(15) {margin-top: -9vw;}
}


/*bottom-container */
.bottom-container{background: url(../img/foot-bg.jpg) center center no-repeat;background-size: cover;}
.bottom-container,
.bottom-container a{color: #fff;}
.bottom-container .auto{max-width: 1440px; width:100%;}

.copy-container {
	width: 100%;
	padding: 20px 0;
	background: rgba(0,0,0,.9);
}
.copy-container .copyright{max-width: 1440px;width: 100%;margin: auto;font-size: 17px;color: #fff;}
.copy-container .copyright .fr{overflow: hidden;}
.copy-container .copyright .fr a{float: left;height: 30px;}
.copy-container .copyright .fr a.knet{background: url("../images/knet.png") no-repeat center center;width: 84px;}
.copy-container .copyright .fr a.wlzxnet{background: url("../images/wlzxnet.png") no-repeat left center; padding-left: 37px; margin-right: 37px;}

.bottom-container .b_link{margin-bottom: 26px; line-height: 24px;}
.bottom-container .b_link .fr{position: relative; padding-left: 70px;}
.bottom-container .b_link .fr span{position: absolute; left: 0; top: 0;}
.bottom-container .b_link .fr a{margin-left: 25px;display: inline-block;}
.bottom-container .b_link .fl a{display: inline-block;}
.bottom-container .b_link .fl a:not(:last-child):after{margin: 0 20px;content: ''; display: inline-block; width: 1px; height: 12px; vertical-align: middle;background: rgba(255,255,255,0.2);}

.bottom-container .code{margin: 0 auto;text-align: center;width: 16%;}
.bottom-container .code img {
	width: 100%;
	margin: auto;
}
.bottom-container .code .tit {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.bottom-container .code li{float: left; width: 43.75%; text-align: center;}
.bottom-container .code li:nth-child(2n){float: right;}
.bottom-container .code li aside{color: rgba(255,255,255,0.5); margin-top: 10px;}
.bottom-container .code li img{border-radius: 4px; display: block; width: 100%;}

.bottom-container .b_nav{padding: 70px 0 55px 0;}
.bottom-container .b_nav .tit{font-size: 20px;}
.bottom-container .b_nav nav dd{line-height: 24px;margin-bottom: 25px;font-size: 16px;}
.bottom-container .b_nav nav dd a{color: rgba(255,255,255,0.8);}
.bottom-container .b_nav nav dd a:hover{color: #fff;}

.bottom-container .contact .call{font-size: 24px;font-family: 'IMPACT';}
.bottom-container .contact p{font-size: 17px;margin-bottom: 25px;}

@media(min-width:641px){
.bottom-container .b_nav nav .item{float: left; max-width: 120px;margin-right:7%;}
.bottom-container .b_nav .tit{padding-bottom: 40px; }
.bottom-container .b_nav nav .item dl{display: block!important;}
}
@media(min-width:1025px){
.bottom-container .b_link > div{max-width: 48%;}
/* .bottom-container .code{width: 20%;} */
.bottom-container .b_nav nav{width:54%;}
.bottom-container .contact{width: 30%;}
.bottom-container .contact img {
	display: block;
	margin-bottom: 50px;
}
}
@media(max-width:1024px){
.bottom-container .contact,
 .bottom-container .code .tit{text-align: center;}
.bottom-container .contact{padding: 20px 0;}
.bottom-container .b_nav nav {display: none;}
.copy-container {text-align: center;}
.bottom-container .b_nav {
    padding: 20px 0 0px 
}
.bottom-container .contact img {
	margin-bottom: 20px;
}
.bottom-container .code {
	width: 200px;
}
.copy-container .copyright,.bottom-container .contact p {font-size: 15px;}
.bottom-container .code .tit {font-size: 16px;}
.bottom-container .contact p {margin-bottom: 10px;}
}
@media(max-width:640px){
.bottom-container .b_nav nav .item{margin: 0!important;border-bottom: 1px solid rgba(255,255,255,0.1);}
.bottom-container .b_nav nav .item dl{display: none; padding-bottom: 20px;}
.bottom-container .b_nav .tit{padding: 20px 0; }
.bottom-container .b_nav nav .tit{position: relative;z-index: 1;padding-right: 40px;}
.bottom-container .b_nav nav .tit i{position: absolute; right: 0; top: 50%; width: 20px; height: 20px; margin-top: -8px;transition: 0.3s;}
.bottom-container .b_nav nav .tit i.on{transform: rotate(45deg);}
.bottom-container .b_nav nav .tit i:before,
.bottom-container .b_nav nav .tit i:after{position: absolute; content: ''; left: 50%; top: 50%;transform: translate(-50%,-50%);background: #fff;}
.bottom-container .b_nav nav .tit i:before{width: 50%; height: 2px;}
.bottom-container .b_nav nav .tit i:after{width: 2px; height: 50%;}
.bottom-container .b_nav nav dd{padding: 5px 0;}
.bottom-container .code{max-width: 150px;}
 .bottom-container .code li img{width: 80%; margin: 0 auto;}
}

.banner-contaner {
	margin-top: 100px;
}


/*menu-wrap 二级菜单 */
.menu-wrap{ position:relative; z-index:1; border-bottom:1px dashed #e6e6e6; padding-bottom:15px;}
.menu-wrap .auto{ position:relative; z-index:10;width: 100%;max-width: 1440px;margin: auto;}
.menu-wrap .current{ text-align:right; padding:1% 0; color:#999;}
.menu-wrap .current a{color:#999;}
.menu-wrap .current a:hover{color:#c01b21;}
.menu-wrap .name{color:#333; font-size:26px;}
.menu-wrap li .icon img{width:25px; height:25px; margin-right:10px;}
.menu-wrap li a .hover{ display:none;}
.menu-wrap li.aon a .hover,
.menu-wrap li a:hover .hover{ display:block;}
.menu-wrap li.aon a .show,
.menu-wrap li a:hover .show{ display:none;}
.menu-wrap li a:hover,
.menu-wrap li.aon a{color:#c01b21;}
.menu-wrap li.aon .hover {
	display: block;
}
.menu-wrap li.aon .show {
	display: none;
}
@media(min-width:769px){
.menu-wrap .name{ float:right;}
.menu-wrap li{ float:left; margin-right:4%;}
.menu-wrap ul{ display:block !important;}
}
@media(max-width:768px){
.menu-wrap{ padding-bottom:3%;}
.menu-wrap .name{ padding:10px; position:relative;}
.menu-wrap .name span{ position:absolute; left:0; top:0; width:100%; height:100%;}
.menu-wrap .name span::after{ position:absolute; content:''; right:3%; width:12px; height:12px; border-bottom:3px solid #666; border-right:3px solid #666; top:50%; margin-top:-6px; transform:rotate(45deg);}
.menu-wrap .name span.on::after{transform:rotate(-135deg); margin-top:0;}
.menu-wrap .about-menu{ position:relative; z-index:50; }
.menu-wrap .about-menu ul{ display:none; position:inherit; width:100%; top:100%; border-radius:0 0 8px 8px;padding:20px;}
.menu-wrap .about-menu li{ border-bottom:1px solid rgba(0,0,0,0.1); padding:5px 0;}
}
@media(max-width:480px){
.menu-wrap .name{font-size:20px;}
}

/*guanyu-container */
.guanyu-container{padding: 5% 0 3% 0;color: #555; font-size: 16px;line-height: 28px;}
.guanyu-container .title{border-top:5px solid #f9f9f9; margin: 80px 0 40px 0;position: relative; z-index: 4;}
/* .guanyu-container .title-nt{margin-top: 60px;} */
.guanyu-container .title-one {margin-top: 0;}
.guanyu-container .title aside,.guanyu-container .title .title-top,.history-container .title .title-top{display: table; margin-top: -20px; padding-right: 20px; background: #fff;}
.history-container .title .title-top {margin-top: -30px;}
.guanyu-container .title span{display: table;line-height: 40px; border-radius: 40px; /* padding: 0 20px; */ /* background: #f1f1f1; */font-size: 18px;color: #333;}
.guanyu-container .dsz-title .title-top {margin-top: -50px;}
.guanyu-container .dsz-title p {
	width: 90px;
	line-height: 30px;
	margin: auto;
	padding: 30px 5px;
	background: url(../img/ds-bg.png) no-repeat center center;
	background-size: 100% 100%;
	font-size: 26px!important;
	color: #fff;
	font-weight: normal!important;
}
.guanyu-container .dsz-title span {
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 30px;
	text-align: center;
	line-height: 22px;
	margin: auto;
	color: #c01b21;
}
.guanyu-container .title p,.history-container .title p {font-size: 30px;text-align: center;font-weight: 500;}
.guanyu-container .title i,.history-container .title i {display: block;width: 100%;height: 2px;background-color: #f1f1f1;margin-top: 15px;position: relative;}
.guanyu-container .title i::before,.history-container .title i::before {content: "";display: block;width: 50px;height: 3px;background-color: #c01b21;position: absolute;left: 50%;transform: translateX(-50%);}
.guanyu-container .title span i{font-style: normal;float: left;padding: 0 20px; margin-left: -32px; margin-top: -10px;color: #fff;border-radius: 40px;
background: rgba(192 27 33); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(192 27 33) 0%, rgba(192 27 33 / 53%) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(192 27 33) 0%, rgba(192 27 33 / 53%) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(192 27 33) 0%, rgba(192 27 33 / 53%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01b21', endColorstr='#d1787b',GradientType=1 ); /* IE6-9 */
}
.guanyu-container .title-nt p,.history-container .title-nt p  {text-align: left;}
.guanyu-container .title-nt i::before,.history-container .title-nt i::before  {left:0;transform: translateX(0);}
.guanyu-container .intro{position: relative; z-index: 1; margin-bottom: 39px;}
.guanyu-container .intro .bg{position: absolute; z-index: 0; bottom: -43px; width: 100%;right: 0;}
.guanyu-container .intro .bg img{display: block; width: 100%;}
.guanyu-container .intro .title{margin-bottom: 0; margin-top: 30px;}
.guanyu-container .intro .title aside,.guanyu-container .intro .title .title-top{padding: 0 75px; margin-left: auto; margin-right: auto;}
.guanyu-container .intro .main{border-left:5px solid #f9f9f9;border-right:5px solid #f9f9f9;padding:3% 7% 2% 7%; margin-top: -20px;}
.guanyu-container .pic-txt .ytable-cell{vertical-align: top;}
.guanyu-container .pic-txt .pic img{display: block; width: 100%;}
.guanyu-container .pic-txt .txt ul{width: 90%;}
.guanyu-container .list-dl dt,.guanyu-container .pic-txt .txt ol{padding-left: 25px; background: url(../img/RighInfo002814-icon.png) no-repeat left top;font-weight: bold;font-size: 18px;line-height: 38px; margin-bottom: 20px;}
.guanyu-container .intro .main .dsz-img {
	float: left;
	padding-right: 8%;
}
.dsz-zhici {
	margin-top: 40px;
}
.dsz-zhici img {
	width: 69%;
}

.guanyu-container .intro .main h4 {
	font-size: 26px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 20px;
}
.guanyu-container .intro .main h4::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 22px;
	background: #c01b21;
	position: relative;
	left: -20px;
	top: 2px;
}
.guanyu-container .intro .main span {
	display: block;
	text-align: right;
	margin-top: 20px;
}

.guanyu-container .box-rows {
    margin-top: 4.875em;
}
.guanyu-container .box-rows dd {
    box-shadow:0px 0.625em 2em rgb(0 0 0 / 2%);
    border: solid 1px #f3f3f3;
    text-align: center;
}
.guanyu-container .box-rows dd .heart {
    font-size: 1.375em;
    width: 4.0909em;
    height: 3.5454em;
    display: block;
    margin: -1.36363em auto 0;
    line-height: 3.5;
    background: url(../img/RighInfo003148-icon.svg) no-repeat center;
    background-size: contain;
    text-align: center;
    color: #fff;
	transition: all 1s;
}
.guanyu-container .box-rows dd:hover .heart {
	transform: rotateY(360deg);
	transition: all 1s;
}
.guanyu-container .box-rows dd aside {
    color: #000000;
    font-size: 1.25em;
    margin: 2.4em 0 1em 0;
    line-height: 1;
}
.guanyu-container .box-rows dd p {
    color: #999999;
    margin: auto;
	text-align: center;
}
.guanyu-container .list-dl dl{margin-bottom: 30px;}
.guanyu-container .list-dl dd{position: relative;padding-left: 15px;margin-bottom: 5px;}
.guanyu-container .list-dl dd:before{position: absolute; content: ''; width: 5px; height: 5px; border-radius: 50%;background: #ccc; left: 0; top: 13px;}

.pic-txt img {
	float: right;
	clear: both;
	padding: 0 0 0 20px;
}
.zizhi {
	overflow: hidden;
}
.zizhi li {
	/* height: 165px; */
	border: 1px solid #c01b21;
	position: relative;
	float: left;
	width: 24%;
    margin-top: 70px;
    margin-bottom: 50px;
    height: 200px;
	margin-right: 10px;
}
.zizhi li .pic {
	position: absolute;
    width: 220px;
    height: 259px;
    left: 5px;
    top: -48px;
}
.zizhi li .pic img {
    height: 259px;
}
.zizhi li div {
    padding: 47px 0 0 200px;
}
.zizhi li div h5 {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.zizhi li div p {
    margin: 10px 0;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.zizhi li div .more {
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #c01b21;
    border: 1px solid #c01b21;
    border-radius: 15px;
}
.zizhi li div .more:hover {
	background-color: #c01b21;
	color: #fff;
}


.rongyu li {
	width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.rongyu li a {
    display: block;
    position: relative;
    z-index: 3;
}
.rongyu li .pic {
    /* padding-bottom: 1.58vw; */
	border:1px solid #f1f1f1;
}
.rongyu li .Ispic {
    padding-bottom: 60%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.rongyu li .tit {
    margin-top: 1.303vw;
    margin-bottom: 2.08vw;
    padding: 0 5%;
}
.rongyu li .tit aside {
    font-size: 16px;
    line-height: 1.25em;
    height: 2.5em;
}
.slick-arrow {
    position: absolute;
    top:50%;
    margin-top: -21px;
    border: 1px solid #DADADA;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 10;
	font-size: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.slick-arrow:hover {
	background: #c01b21;
}
.slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -8px;
}
.slick-prev {
    left: 0;
    transform: rotate(180deg);
}
.slick-next {
    right: 0;
}
.rongyu .slick-arrow {
	margin-top: -65px;
}
	
@media (min-width:1025px) {
.guanyu-container .box-rows dd {
    float: left;
    min-height: 14em;
    width: 30.715%;
}
.guanyu-container .box-rows dd:not(:nth-child(3n)) {
    margin-right: 3.9275%;
}
	
}

@media (max-width:1440px) {
	.dsz-zhici img {width: 65%;}
}
@media (max-width:1240px) {
	.dsz-zhici img {width: 62%;}
}
@media (max-width:1120px) {
	.dsz-zhici img {width: 59%;}
}

@media (max-width:1024px) {
	.guanyu-container .intro .main .dsz-img {float: none;text-align: center;}
	.dsz-zhici img {display: block;width: 100%;}
.pic-txt img {float: none;width: 100%;margin-bottom: 15px;}
.guanyu-container .box-rows dd {margin-bottom: 35px;}
}
@media(min-width:769px){
.guanyu-container .pic-txt .pic{width: 47.75%;}
.guanyu-container .pic-txt .txt ul:not(:last-child){margin-bottom: 10%;}
.guanyu-container .list-dl dl{float: left;width: 50%; }
.guanyu-container .list-dl dl:nth-child(2n-1){padding-right: 3%;}
.guanyu-container .list-dl dl:nth-child(2n+1){clear: left;}
}

@media(max-width:768px){
.guanyu-container .pic-txt .ytable,
.guanyu-container .pic-txt .ytable-cell{display: block;}
.guanyu-container .pic-txt .txt ul{margin-bottom: 5%;}
}

@media(max-width:520px) {
.guanyu-container .intro .main .dsz-img {
	float: none;
	text-align: center;
	margin-top: 20px;
}
.dsz-zhici {
	margin-top: 20px;
}
.guanyu-container .intro .main h4 {
	text-align: center;
}
}

/*news-wrap */
.news-wrap {padding-bottom: 50px;}
.news-wrap .auto{ margin-top: 4.5em; margin-bottom: 1em;/* font-family: 'SourceHanSansCN-Regular'; */}
.news-wrap li{float: left;  margin-bottom: 2.5em;}
.news-wrap li .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 1.875em;}
.news-wrap li .tit{ font-size: 1.125em;line-height: 1.6666; min-height: 3.3332em;/* font-family: 'SourceHanSansCN-Medium'; */}
.news-wrap li p{font-size: 0.875em; line-height: 1.78571; min-height: 3.57142em;color: #999999;margin-bottom: 10px;}
.news-wrap li .pic{overflow: hidden;}
.news-wrap li .Ispic{padding-bottom: 62.223%;transition: 0.3s;background-size: contain;}
.news-wrap li a:hover .Ispic{transform: scale(1.1);}
.news-wrap li a:hover{color: #e60012;}
.news-wrap li time{color: #999999;display: block;background: url(../img/xq-icon.png) no-repeat right center;font-family: 'Roboto-Regular';background-size: 20px;}
.news-wrap li a:hover time{background-image: url(../img/xqh-icon.png);}
@media (min-width:1025px) {
.news-wrap li{width: 32.143%;}
.news-wrap li:not(:nth-child(3n)){margin-right: 1.7855%;}
.news-wrap li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1440px) {
	.news-wrap {padding:0 2% 50px 2%;}
}
@media (max-width:1024px) {
.news-wrap .auto{margin-top: 2em;}   
.news-wrap li{width: 48%;}
.news-wrap li:not(:nth-child(2n)){margin-right: 4%;}
.news-wrap li:nth-child(2n+1){clear: left;} 
.news-wrap li .txt{padding: 1em;}
}

@media (max-width:750px) {
	.news-wrap li{width: 100%;float:none}
}


/*RighInfo002939 */
.news_list{padding:3% 0;}
.news_list .name{border-bottom: 1px dotted #cecece; text-align: center; margin-bottom: 37px;}
.news_list .name h1{margin: 0 0 30px 0;font-size: 20px;color: #333;}
.news_list .time{color: #c8c8c8;padding-bottom: 1.72vw;line-height: 16px;}
.news_list .share{margin-left: 10px;}
.news_list .time time,
.news_list .share,
.news_list .share > *{display: inline-block; vertical-align: middle;}
.news_list .share em{font-style: normal;}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox *{box-sizing: content-box;}

.news_list .edit-info,.RighInfo003134 .edit-info{line-height: 2.5625em;color: #1e1e1e; text-align: justify; padding-bottom: 4vw;}
.news_list .info-page,.RighInfo003134 .info-page{border: solid 1px #eee;overflow: hidden;}
.news_list .info-page dd,.RighInfo003134 .info-page dd{line-height: 36px;    float: left;
    width: 50%;}
.news_list .info-page dd a,.RighInfo003134 .info-page dd a{padding: 0 20px;color: #333;white-space: nowrap;text-overflow: ellipsis;}
.news_list .info-page dd a:hover,.RighInfo003134 .info-page dd a:hover{color: #c01b21;}

.RighInfo003134 .info-page {
	 max-width: 1400px;
     margin: 0 auto 30px auto;
 }
@media(max-width:750px) {
.news_list .name h1 {font-size: 20px;}
}
@media(max-width:641px){
.RighInfo003134 .auto {padding-bottom: 20px;}
.news_list .name h1 {font-size: 16px;}
.news_list .info-page dd,.RighInfo003134 .info-page dd{float: left; width: 49%;}
.news_list .info-page dd:nth-child(2),.RighInfo003134 .info-page dd:nth-child(2){border-left: 1px solid #eee;}
.news_list .time,
.news_list .info-page dd a,.RighInfo003134 .info-page dd a{font-size: 14px;display: block;width: 150px;white-space: nowrap;
text-overflow: ellipsis;overflow: hidden;}
}
@media(max-width:640px){
.news_list .info-page dd:nth-child(2){border-top: 1px solid #eee;}
.news_list .share{display: block; padding-top: 10px;}
.RighInfo003134 .info-page {padding:0 10px;margin: 0 10px 20px 10px;}
}

/* 案例 */
.ListAll{ padding:50px 0;max-width: 1440px;margin: auto;width: 100%;}
.ListAll ul{ margin:-1%; position:relative; overflow:hidden;}
.ListAll li{ float:left; width:23%; margin:5px 1% 15px; padding:20px; border:1px solid #ececec; background:#f8f8f8;transition:all 0.5s ease-out 0s;}
.ListAll .pic{ display:block; border:1px solid #f1f1f1; overflow:hidden}
.ListAll .pic img{transition:all 0.5s ease-out 0s;width: 100%;}
.ListAll h4{ margin:0; text-align:center; font-weight:normal; font-size:16px; padding:10px 0 5px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.ListAll h4 a{ color:#728391;}
.ListAll li:hover .pic img{transform: scale3d(1.04,1.04,1.04);}
.ListAll li:hover{ background:#e5e5e5;}
.ListAll li:hover h4 a{ color:#c01b21;}
@media(max-width:767px){
.ListAll li{ width:31.33334%}
}
@media(max-width:480px){
.ListAll li{ width:48%}
}

/* 案例详情 */
.anli-container .list_img{position:relative;width: 100%;max-width: 1440px;margin:50px auto;min-height: 600px;}
.anli-container .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.anli-container .big_img li,
.anli-container .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.anli-container .big_img li figure{ border:1px solid #dcdcdc;background-size:100% 100%;background-repeat: no-repeat;background-size: cover;background-position:center center; }
.anli-container .list{ padding:42px 0 42px 83.9%;}
.anli-container .list .bd{ position:relative;}
.anli-container .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../img/top.png) no-repeat center center/auto 50%;  cursor:pointer;}
.anli-container .list a.prev{ top:0;}
.anli-container .list a.next{ bottom:0; background-image:url(../img/down.png);}
.anli-container .list a.prevStop,
.anli-container .list a.nextStop{ cursor:default;}
.anli-container .list li{ height:130px;  position:relative;}
.anli-container .list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:100% 100%; border:1px solid #f2f2f2;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.anli-container .list li.on figure{ border:2px solid #c01b21;}
.anli-container .right_info{ float:right; width:39.2%;}
.anli-container .right_info h1,
.anli-container .right_info h3,
.anli-container .right_info p{ margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8;}
.anli-container .right_info h1{ padding:7% 0; color:#c01b21; font-size:26px; }
.anli-container .right_info h3{ font-size:18px; font-weight:normal;}
.anli-container .right_info p{line-height:30px; color:#999; margin-bottom:10%;}
.anli-container .right_info a{ display:inline-block; border:1px solid #fdf3f2; padding:10px 5%; color:#c01b21; transition:0.4s;}
.anli-container .right_info a:hover{ background-color:#c01b21; color:#fff;}

/* 人才招聘 */
.zhaop-container {margin: 50px 0;}
.zhaop-container .column-name{ text-align: center; padding: 35px 0; font-size: 28px;}
.zhaop-container .column-name .cn{color: #184477; letter-spacing: 5px;line-height: 48px;  position: relative; z-index: 10; text-indent: 5px;}
.zhaop-container .column-name .en{text-transform: uppercase; color: #f1f1fa; margin-top: -18px;line-height: 24px;font-family: "DINPro-Bold"; }
.yinp a {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #c01b21;
	border-radius: 5px;
	font-size: 16px;
	color: #c01b21;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}
.yinp a:hover {
	background-color: #c01b21;
	color: #fff;
}
@media(max-width:480px){
.zhaop-container .column-name{ font-size: 24px;}
.zhaop-container .column-name .cn{line-height: 40px;}
}

.zhaop-container .list-group .tit{cursor: pointer; line-height: 69px; font-size: 16px; }
.zhaop-container .list-group .tit:before{background: #c01b21; width: 4px; height: 4px; display: inline-block; content: '';vertical-align: middle; margin-right: 27px; }

.zhaop-container .title{ padding:0 40px; line-height: 60px; background: #c01b21; font-size: 16px; color: #fff; border-bottom: 1px solid #ededed;margin-top: 20px;}
.zhaop-container .title time,
.zhaop-container .tit time{float: right; }
.zhaop-container .tit time{color: #888;}
.zhaop-container .list{border-bottom: 1px solid #ededed;}
.zhaop-container .tit{padding: 0 40px; background: #fafafa; font-weight: normal; margin: 0;}
.zhaop-container .tit.active{background: #fff; margin: 0 40px; padding: 0; border-bottom: 2px solid #c01b21; color: #c01b21;}
.zhaop-container .tit.active time{color: #c01b21;}
.zhaop-container .info{padding: 10px 40px 20px 70px;}
.zhaop-container .info .singlePage{font-size: 14px; line-height: 28px; color: #3e3e3e;}

@media(min-width:769px){
.zhaop-container .title time{ margin-right: 78px;}
.zhaop-container .tit time{padding-right: 63px;}
}

@media(max-width:768px){
.zhaop-container .title{ padding:0 20px; line-height: 50px;}
.zhaop-container .tit{padding: 0 20px;}
.zhaop-container .tit.active{margin: 0 20px;}
.zhaop-container .title time{ margin-right: 12px;}
.zhaop-container .list-group .tit:before{ margin-right: 10px;}
.zhaop-container .info{padding: 10px 20px 10px 34px;}
}

@media(max-width:480px){
.zhaop-container .tit time{margin-right: 0;}
.zhaop-container .tit time{ font-size: 12px;}
}

/* 招聘详情 */
.zhaop-details{ margin: 50px auto;}
.zhaop-details .title{ position:relative; color:#343434; font-size:34px; padding-bottom:5%; background:url(../images/zhaop-details_tit.png) no-repeat left center/contain; }
.zhaop-details .title:before{ position:absolute; left:0; bottom:0; width:31px; height:2px; content:""; background:#343434; }

.zhaop-details dl dt{ padding-bottom: 20px; color:#c01b21; font-size:16px;}
.zhaop-details dd li{ float:left;width:32%; margin-right:2%;margin-bottom:10px; position:relative;}
.zhaop-details dd li:nth-child(3n){ margin-right:0;}
.zhaop-details dd .text{border: 1px solid #dadada;line-height: 46px;height: 46px;width:100%; background:#fff;/* padding:0 10px; */}
.zhaop-details dd li label{ position:absolute; left:5px; top:0; line-height:46px;}
.zhaop-details dd li .form_err{position:absolute; right:5px; top:50%; color:#f00;line-height:20px;margin-top: -10px;}

.zhaop-details dd textarea.text{height:220px;}

.zhaop-details .btn{ margin-top: 20px; cursor: pointer;border-radius: 5px;background: #da251c;color: #fff; height: 45px;border: none; font-size:18px; width:40%; max-width:200px;}
@media(max-width:768px){
.zhaop-details dd li{ float:none; width:auto; margin-right:0 !important;}
}
@media(max-width:480px){
.zhaop-details .title{ font-size:24px;}
}

/* 联系我们 */
.contact-container {
	padding: 10px;
}
.contact-wrap {
	width: 100%;
	max-width: 1440px;
	margin:50px auto;
	box-shadow: 0 0 10px #efefef;
	display: flex;
	justify-content: space-between;
}
.contact-left {
	width: 65%;
	padding: 50px 20px 20px 50px;
}
.contact-left h4 {
	font-size: 24px;
	color: #c01b21;
	margin-bottom: 20px;
}
.contact-right {
	width: 33%;
	padding: 50px;
	background: rgba(192,27,33,.8);
	color: #fff;
}
.contact-right h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right p {
	line-height: 55px;
}
.contact-right p.dianhua1 {
	background: url(../img/dh1.png) left 10px no-repeat;
	background-size: 25px;
	padding-left: 40px;
}
.contact-right p.dianhua2 {
	background: url(../img/dh2.png) left 10px no-repeat;
	background-size: 25px;
	padding-left: 40px;
}
.contact-right p.wz {
	background: url(../img/wz.png) left 10px no-repeat;
	background-size: 28px;
	padding-left: 40px;
}
.contact-right p.yx {
	background: url(../img/yx.png) 3px 10px no-repeat;
	background-size: 25px;
	padding-left: 40px;
}
.contact-right p.dz1 {
	background: url(../img/dz1.png) 2px 10px no-repeat;
	background-size: 26px;
	padding-left: 40px;
}
.contact-right p.dz2 {
	background: url(../img/dz2.png) 3px 10px no-repeat;
	background-size: 25px;
	padding-left: 40px;
}
.contact-right p.dz3 {
	background: url(../img/dz3.png) 3px 10px no-repeat;
	background-size: 25px;
	padding-left: 40px;
}

/*form-wrap*/
/* .form-wrap{ padding-bottom:5%;} */
.form-wrap dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:420px;}
.form-wrap dl.odd{ margin-left:4%;}
.form-wrap dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
.form-wrap .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px;height:38px; color:#5b5b5b;}
.form-wrap dl.dl{ width:100%; float:none; max-width:none;}
.form-wrap textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:200px; padding:10px; color:#5b5b5b;}
.form-wrap .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.form-wrap .btn:hover {opacity: .8;}
.form-wrap .submitbtn{ color:#fff; background-color:#c01b21;} 
@media(max-width:1024px) {
.contact-wrap {
	display: inherit;
}
.contact-left {
	width: 100%;
}
}
@media(max-width:640px){
.form-wrap dl{ float:none; width:100%; margin-left:0 !important;}	
.form-wrap textarea{ height:250px;}
}
@media(max-width:480px){
.form-wrap .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*form-wrap End*/

.contact-container .map {
    width: 100%;
	max-width: 1440px;
	margin:0 auto 50px auto;
    height: 365px;
}
.contact-container .map #map {
    height: 100%;
}

/* 合作伙伴 */
.partner-container {
	padding: 10px;
}
.partner-wrap {
	width: 100%;
	max-width: 1440px;
	margin:50px auto;
}
.partner-list li {
	width: 18.4%;
	float: left;
	padding: 20px;
	box-shadow: 0 0 10px #efefef;
	margin-right: 2%;
	border-radius: 20px 0 20px 0;
	margin-bottom: 20px;
	text-align: center;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partner-list li:nth-child(5n) {
	margin-right: 0;
}
.partner-list li img {
	transition: all .5s;
}
.partner-list li:hover img {
	transform: scale(1.1,1.1);
	transition: all .5s;
}

@media (max-width:1024px) {
.partner-list li {
	width: 23.5%;
}
.partner-wrap {
	padding: 0 2%;
}
.partner-list li:nth-child(5n) {
	margin-right: 2%;
}
.partner-list li:nth-child(4n) {
	margin-right: 0;
}
}
@media (max-width: 750px) {
.partner-list li {
    width: 32%;
}

.partner-list li:nth-child(5n),.partner-list li:nth-child(4n) {
	margin-right: 2%;
}
.partner-list li:nth-child(3n) {
	margin-right: 0;
}
}
@media (max-width: 475px) {
.partner-list li {
    width: 49%;
}
.partner-list li:nth-child(5n),.partner-list li:nth-child(4n),.partner-list li:nth-child(3n) {
	margin-right: 2%;
}
.partner-list li:nth-child(2n) {
	margin-right: 0;
}
}

/* 历史发展 */
/*Floor001893*/
.Floor001893 {margin: 50px auto;}
.Floor001893 .title {
    border-top: 5px solid #f9f9f9;
    margin: 80px 0 40px 0;
    position: relative;
    z-index: 4;
}
.Floor001893 .title aside {
    display: table;
    margin-top: -20px;
    padding-right: 20px;
    background: #fff;
	font-size: 22px;
}
.Floor001893 .title span {
    display: table;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 20px;
    background: #f1f1f1;
    font-size: 22px;
    color: #333;
}
.Floor001893 .title span i {
	font-size: 22px;
    font-style: normal;
    float: left;
    padding: 0 20px;
    margin-left: -32px;
    margin-top: -10px;
    color: #fff;
    border-radius: 40px;
    background: rgba(192 27 33);
    background: -moz-linear-gradient(left, rgba(192 27 33) 0%, rgba(192 27 33 / 53%) 100%);
    background: -webkit-linear-gradient(left, rgba(192 27 33) 0%, rgba(192 27 33 / 53%) 100%);
    background: linear-gradient(to right, rgba(192 27 33) 0%, rgba(192 27 33 / 53%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01b21', endColorstr='#d1787b',GradientType=1 );
}

.Floor001893 .year{ position:relative; padding:0 40px;}
.Floor001893 .year .prev,
.Floor001893 .year .next{ position:absolute; top:50%; width:36px; height:36px; margin-top:-18px; background:url(../img/Floor001893-controls.png) no-repeat left top; cursor:pointer;}
.Floor001893 .year .prev{ left:0;}
.Floor001893 .year .next{ right:0; background-position:left bottom;}
.Floor001893 .year .nextStop,
.Floor001893 .year .prevStop{ cursor:default;}
.Floor001893 .year .prevStop{ background-position: right top;}
.Floor001893 .year .nextStop{ background-position: right bottom;}
.Floor001893 .year .bd{ background:url(../img/Floor001893-bg.png) repeat-x left center; overflow:hidden;}
.Floor001893 .year li{ cursor:pointer; text-align:center; background:url(../img/Floor001893-dot.png) no-repeat center center;font-size:18px; padding-bottom:40px;}
.Floor001893 .year li span{ display:block; height:130px; padding-top:10px;}
.Floor001893 .year li:before{ display:block; width:0; height:0; margin:0 auto; border:20px solid transparent;  content:'';}
.Floor001893 .year li.on{ font-size:28px; color:#c01b21; background-image:url(../img/Floor001893-dot_hover.png);}
.Floor001893 .year li.on:before{border-top-color:#f1f1f1;}
.Floor001893 .year li.on span{ padding-top:0;}

.Floor001893 .txt{ background-color:#f1f1f1; }
.Floor001893 .txt li{ padding:3% 3% 3% 0; position:relative;}
.Floor001893 .txt li .img{ position:absolute; right:0; width:32%; top:-10%;}
.Floor001893 .txt li .img img{ display:block; width:100%;}
.Floor001893 .txt li dl{ display:table; width:100%;min-height:300px;} 
.Floor001893 .txt li dl dt,
.Floor001893 .txt li dl dd{ display:table-cell; vertical-align:top;}
.Floor001893 .txt li dl dt{ border-right:1px solid #cacaca; width:245px; text-align:right; font-size:72px; color:#c01b21;}
.Floor001893 .txt li dl dt span{ display:block; padding-right:30px;}
.Floor001893 .txt li dl dt:after{ display:block; float:right;; content:''; width:20px; height:20px; background-color:#c01b21;}
.Floor001893 .txt li dl dd p{ padding-left:30px; font-size:16px; line-height:36px;}
@media(max-width:1000px){
.Floor001893 .txt li{ padding-right:3%;}
.Floor001893 .txt li dl{ position:relative; z-index:1;}
.Floor001893 .txt li .img{ display:none;}
.Floor001893 .txt li dl{min-height:none;} 
.Floor001893 .txt li dl dt{width:170px; font-size:50px;}
.Floor001893 .txt li dl dd p{ font-size:14px; line-height:20px;}
}
@media(max-width:768px){
.Floor001893 .title{font-size:26px;}
.Floor001893 .title span{font-size:20px;}
.Floor001893 .title:after{ height:3px;}
}
@media(max-width:480px){
.Floor001893 .txt li dl dt{width:120px; font-size:32px;}
}
@media(max-width:375px){
.Floor001893 .txt li dl dd,
.Floor001893 .txt li dl dt,
.Floor001893 .txt li dl{ display:block;}
.Floor001893 .txt li dl dt{ width:auto; border-right:0; overflow:hidden;}
.Floor001893 .txt li dl dt span{ padding-right:0;}
}
