html,
body {
	background: #fff;
	font-family: "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 {
	font-family: 'SourceHanSansCN-Regular';
}


.header-common {
	position: relative !important;
	background: #fff;
}

.Header-container menu .shouye-list li a {
	color: #fff;
}

.Header-container menu .shouye-list li:hover a {
	color: #f05923;
}
/* .header-common:not(.hover),
.header-common :not(.hover) a:not(:hover) {
	color: #333 !important;
} */

.header-common.hover .logo .white,
.header-common:not(.hover) .logo .red {
	display: block !important;
}

.common-banner img {
	display: block;
}

.common-list {
	width: 100%;
	height: 70px;
	background: #fbfbfb;
	margin-top: -70px;
}

.common-wrap {
	max-width: 1440px;
	width: 100%;
	margin: -70px auto 0 auto;
	position: relative;
}

.about-tips {
	max-width: 1440px;
	width: 100%;
	/* margin: -30px auto 0 auto; */
	position: relative;
	z-index: 1;
}

.common-tip {
	width: 220px;
	height: 70px;
	background: url(/images/nav-logo.png) no-repeat left center #f05923;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	/* text-align: center; */
	line-height: 70px;
	padding-left: 50px;
}

.common-tip::before {
	content: "";
	width: 30px;
	height: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 1%;
}

.common-wrap {
	max-width: 1440px;
	width: 100%;
	overflow: hidden;
}

.common-nav {
	float: right;
	overflow: hidden;
}

.common-nav li {
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-left: 30px;
	position: relative;
	z-index: 10;
}

.common-nav li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 10px;
	cursor: hand;
}

.common-nav li.active a {
	font-weight: bold;
	color: #f05923;
}

/* .common-nav li:after {
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	content: '';
	border: 6px solid transparent;
	margin-top: -15px;
}

.common-nav li.active:after {
	border-bottom-color: #f05923;
} */

.common-nav li a:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	bottom: 0;
}

.common-nav li.active a:after {
	background: #f05923;
}

.about-company {
	background: #fff;
	padding: 50px 0;
}

.zhangc-center {
	width: 100%!important;
	margin-top: 0!important;;
}

.zhangc {
	font-size: 16px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px dotted #F5F5F5;
	background: url(/images/yj.png) no-repeat right 6px;
	background-size: 20px;
	text-indent: inherit!important;
	margin-top: 0!important;
}
.zhangc i {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/wj.png) no-repeat center center;
	background-size: 20px;
	margin-right: 15px;
	margin-top: 6px;
}
.zhangc a {
	font-size: 16px;
	color: #333;
}
.zhangc:hover a {
	color: #f05923;
}
.company-wrap {
	position: relative;
	max-width: 1440px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}

.company-wrap .txt {
	overflow: hidden;
}

.company-wrap .txt-img {
	float: left;
	width: 50%;
	/* border: 1px solid #ececec; */
	border-radius: 5px;
	/* padding: 5px; */
}

.company-wrap .txt-img img {
	border-radius: 5px;
	width: 100%;
	transition: 0.4s ease-out;
}
.company-wrap .txt-img:hover img {
	transform: scale(1.01,1.01);
	transition: 0.4s ease-out;
}

.company-wrap .txt .info {
	float: right;
	width: 45%;
	margin-top: 30px;
}

.company-wrap .txt .info h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.company-wrap .txt .info p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 32px;
	margin-top: 10px;
}

.company-wrap .count {
	margin-top: 20px;
}

.company-wrap .count ul {
	width: 100%;
	overflow: hidden;
	padding: 10px 1px;
}

.company-wrap .count li {
	float: left;
	width: 21.25%;
	font-size: 16px;
	color: #333;
	background: #fff;
	box-shadow: 0 0 10px #ECECEC;
	padding: 20px 0;
	text-align: center;
	margin-right: 5%;
}

.company-wrap .count li:last-child {
	margin-right: 0;
}

.company-wrap .count li aside b {
	font-size: 36px;
	font-family: Arial;
	    background-image: -webkit-linear-gradient(left, #f05923, #ff9068);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* display: inline-block;
    vertical-align: sub; */
}

.company-wrap .count li aside sub {
	font-size: 30px;
	font-family: Arial;
	background-image: -webkit-linear-gradient(left, #f05923, #ff9068);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	vertical-align: super;
}


/* .company-wrap .txt {
    color: #999;
    font-size: 16px;
	padding-right: 31.945%;
}
.company-wrap .txt .info {
	max-width: 820px;
	width: 95%;
    line-height: 36px;
    padding-bottom: 10%;
}
.company-wrap .txt .info h1 {
	font-size: 36px;
	color: #f3d480;
	font-weight: bold;
}
.company-wrap .txt .info span {
	display: block;
	font-size: 24px;
	color: #333;
	margin: 10px 0;
}
.company-wrap .txt .info p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 36px;
	margin: 0;
}
.company-wrap .count {
    position: relative;
    z-index: 1;
    padding: 7% 0;
}
.company-wrap .count:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f5f5f5;
    content: '';
    width: 124.49%;
}
.company-wrap .count ul {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}
.company-wrap .count li {
    display: table-cell;
    vertical-align: top;
}
.company-wrap .count li aside {
    color: #ebb31c;
    font-weight: bold;
}
.company-wrap .count li aside b {
    font-size: 48px;
    font-family: Arial;
    display: inline-block;
    vertical-align: sub;
}
.company-wrap .Ispic {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
	width: 31.945%;
} */

.history-container {
	width: 100%;
	background: #fff;
	padding: 50px 0;
}

.history-wrap {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}

.about-tp h1 {
	font-size: 36px;
	color: #333;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.about-tp span {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

.history-container .main {
	position: relative;
	/* margin-top: 30px; */
}

.history-container .item {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}

.history-container .icon {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-image: url(/images/dot2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f6f6f6;
	margin-top: 60px;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.history-container .info {
	background-color: #fff;
	width: calc(100% - 56px);
	padding: 34px 60px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.history-container .info:hover {
	box-shadow: 0 0 10px #c9c9c9;
}

.history-container .info .year-img {
	width: 285px;
}

.history-container .year-box {
	width: 248px;
	padding-right: 30px;
}

.history-container h2 {
	color: #000;
	font-size: 24px;
	line-height: 36px;
	font-family: "mb";
	margin-top: 8px;
	font-weight: 700;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.history-container .year-box p {
	   /* float: left;
	    font-family: fantasy;
	    color: #f1c54f;
	    font-size: 20px; */
		display: none;
}

.history-container .desc {
	flex: 1;
	overflow: hidden;
	line-height: 36px;
}

.history-container .desc li {
	position: relative;
	padding-left: 20px;
}

.history-container .desc,
.history-container .desc li {
	color: #666;
	line-height: 36px;
	font-size: 15px;
}

.history-container .desc li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 1;
}

.history-container .line {
	width: 1px;
	background: url(/images/line.png) repeat left center;
	position: absolute;
	left: 8px;
	top: 60px;
	z-index: 0;
	height: 0;
	transition: height 2s ease;
	-webkit-transition: height 2s ease;
	-moz-transition: height 2s ease;
	-ms-transition: height 2s ease;
	-o-transition: height 2s ease;
}

.history-container .history-center {
	position: relative;
	z-index: 1;
	padding-bottom: 7.396vw;
}

.develop-container {
	background: #ECECEC;
}

@media (max-width:1024px) {
	.history-container .year-box {width: 150px;}
}

@media (max-width:768px) {
	.history-container .info {display: block;}
}

@media (max-width:375px) {
	.history-container h2 {font-size: 20px;}
	.history-container .desc li {line-height: 26px;}
	.history-container .info .year-img,.history-container .info {width: 100%;}
	.history-container .info {padding: 20px;}
	.history-container .icon,.history-container .line {display: none;}
	.history-container .desc li {font-size: 14px;}
}

/* 荣誉证书 */
/* .honor-center {
	margin-top: 30px;
} */

.honor-center li {
	float: left;
	margin-right: 2%;
	width: 23.5%;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 3%;
}

.honor-center li .Ispic {
	padding-bottom: 68%;
	background-size: contain;
	background-position: center;
}


.honor-center li dl {
	position: relative;
	margin:10px;
	padding-right: 114px;
	line-height: 50px;
}

.honor-center li dt {
	font-size: 16px;
	color: #333;
}
.honor-center li:hover dt {
	color: #f05923;
}

.dot {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.honor-center li dd {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	padding-left: 30px;
	background: url(/images/PicList002239-icon.png) no-repeat left center;
}

.honor-center li:nth-child(4n) {
	margin-right: 0;
}

/* 新闻资讯 */
.news-container {
	background: #fff;
}

/* .news-center {
	margin-top: 20px;
} */

.news-list li a {
	display: flex;
	display: -webkit-flex;
	padding: 25px 0;
	border-bottom: 1px dotted #cecece;
}

.news-list li .news-img {
	width: 180px;
	height: 125px;
	transition: 0.4s ease-out;
	overflow:hidden;
}

.news-list li .news-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s ease-out;
}

.news-list li .news-img:hover img {
	transform: scale(1.1,1.1);
	transition: 0.4s ease-out;
}

/* .news-list li:hover {
	box-shadow: -2px 3px 10px #eee;
} */

.news-list li .news-neir {
	flex: 1;
	margin-left: 35px;
}

.news-list li h6 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list li:hover h6 {
	color: #f05923;
}

.news-list li p {
	font-size: 16px;
	color: #b8b8b8;
	line-height: 28px;
	height: 50px;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 15px 0;
}

.news-list li time {
	font-size: 16px;
	color: #999;
}

.news-list li time i {
	float: right;
	color: #f05923;
	font-style: normal;
}

.gongg li {
	font-size: 16px;
	color: #333;
	padding: 20px 0;
	border-bottom: 1px dotted #F5F5F5;
	/* background: url(/images/yj.png) no-repeat right center; */
	background-size: 20px;
	text-indent: inherit!important;
	margin-top: 0!important;
}
.gongg li i {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/wj.png) no-repeat center center;
	background-size: 20px;
	margin-right: 15px;
	margin-top: 2px;
}
.gongg li a {
	display: block;
	font-size: 16px;
	color: #333;
	border-bottom: none;
	padding:0;
}

.gongg li a time {
	float: right;
}

.gongg li:hover a {
	color: #f05923;
}
/* 分页 */
.Pages {
	padding: 20px 0;
	text-align: center;
	line-height: 23px;
	zoom: 1;
	overflow: hidden;
	/* margin-top: 40px; */
}

.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump {
	display: none;
}

.Pages .p_page {
	padding: 0px 5px;
	display: inline-block;
}

.Pages a,.Pages span,.Pages strong {
	display: inline-block;
	width: 44px;
	height: 40px;
	margin: 0 5px;
	font-size: 16px;
	line-height: 40px;
	color: #5f5c4d;
	border: solid 1px #ececec;
	padding: 0 12px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.Pages .a_prev,
.Pages .a_next {
	width: 80px;
}

.Pages em {
	font-style: normal;
}

.Pages .num a {
	width: 44px;
}

.Pages a:hover,
.Pages span:hover,
.Pages strong:hover,.Pages strong {
	background: #f05923;
	color: #fff;
}

@media (min-width:1025px) {
	.Header-container {
		position: fixed;
		width: 100%;
		height: 90px;
		left: 0;
		top: 0;
		z-index: 100;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		transition: background-color 0.3s, transform 1s;
	}

	/* .Header-container.Down{transform: translateY(-5.3125em);} */
	.Header-container.hover {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.Header-container.hover .logo .white,
	.Header-container:not(.hover) .logo .red {
		display: none;
	}

	/* .Header-container:not(.hover),
.Header-container:not(.hover) a:not(:hover){color: #fff;} */
	.Header-container.hover .shouye-list li a {
		color: #333;
	}

	.Header-container.hover .shouye-list li:hover a {
		color: #f05923;
	}

	.Header-container .top-nav {
		float: right;
		margin-left: 7.5em;
		padding-top: 1.75em;
		font-size: 0.875em;
	}

	.Header-container .top-nav dd {
		float: left;
		line-height: 2.5714em;
	}

	.Header-container .top-nav dd.oa {
		margin-left: 4.2857em;
	}

	.Header-container .top-nav dd.oa a {
		width: 2.5714em;
	}

	.Header-container .top-nav dd.stock {
		margin-right: 2.1428em;
		padding-right: 2.1428em;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.Header-container:not(.hover) .top-nav dd.stock {
		border-right-color: #fff;
	}

	.Header-container menu {
		float: right;
		height: 90px;
		line-height: 90px;
	}

	.Header-container menu li {
		float: left;
	}
	.Header-container menu li:hover a {
		color: #f05923;
	}
	.Header-container menu li:not(:last-child) {
		margin-right: 50px;
	}

	.Header-container menu li span,
	.Header-container menu li span a {
		line-height: 5.3125em;
	}

	.Header-container menu li span a {
		display: block;
		position: relative;
		z-index: 1;
	}

	.Header-container menu li span a:after {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		height: 2px;
		background-color: #fff;
		transition: 0.3s;
	}

	.Header-container menu li:hover span a:after,
	.Header-container menu li.aon span a:after {
		width: 100%;
	}

	.Header-container menu li .sub {
		position: absolute;
		top: 100%;
		background-color: #fff;
		border-radius: 0 0 5px 5px;
		overflow: hidden;
	}

	.Header-container menu li:hover a,
		{
		color: #f05923;
	}

	.Header-container.hover .shouye-list li.active a,.Header-container menu li.active a {
		color: #f05923;
	}
	.Header-container p {
		display: inline-block;
		margin-top: 22px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-left: 1px solid #fff;
		padding-left: 15px;
	}
	.header-common p,.Header-container.hover p {
		display: inline-block;
		margin-top: 22px;
		color: #707070;
		font-size: 16px;
		font-weight: bold;
		border-left: 1px solid #707070;
		padding-left: 15px;
	}
}

@media (max-width:1024px) {

	/* .Header-container{ height: 0.925em;} */
	.Header-container {
		height: 70px;
	}

	.Header-container .wap-fixed {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.Header-container .logo .white {
		display: none;
	}

	.Header-container .auto {
		position: relative;
		border-top: 1px solid #eee;
		height: 70px;
	}

	.honor-center li {
		width: 30%;
		margin-right: 5%;
	}

	.honor-center li:nth-child(3n) {
		margin-right: 0;
	}

	.honor-center li:nth-child(4n) {
		margin-right: 5%;
	}

	.Header-container .top-nav {
		position: absolute;
		right: 0;
		bottom: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 0.5em;
	}

	.Header-container .top-nav dd {
		line-height: 2;
	}

	.Header-container .top-nav dd:not(:last-child) {
		margin-right: 1em;
	}

	.Header-container .top-nav dd.oa a {
		width: 2em;
	}

	.Header-container menu {
		position: fixed;
		right: -100%;
		top: 0;
		height: calc(100%);
		overflow: auto;
		background-color: rgba(240,89,35,.8);
		width: 50%;
		opacity: 0;
		transition: 0.3s ease;
		padding-top: 90px;
	}

	.menu-show .Header-container menu {
		right: 0;
		opacity: 1;
		transform: translateX(0);
	}

	.Header-container menu li {
		border-bottom: 1px solid #eee;
	}
	
	.Header-container menu li a {
		color: #fff;
		display: block;
		padding: 15px;
	}
	
	.Header-container menu li span {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
	}

	.Header-container .has-sub span .op:before,
	.Header-container .has-sub span .op:after {
		background-color: #ccc;
	}

	.Header-container menu li .sub {
		background-color: rgba(0, 0, 0, 0.1);
	}

	.Header-container .logo {
		height: 4em!important;
	}

	.Header-container .logo img {
		height: 3em;
	}

	.Header-container .open-search {
		width: 2.4em;
		height: 2.4em;
		top: 0%;
		background-color: rgba(0, 0, 0, 1);
		background-size: auto 60%;
		position: absolute;
		right: 30px;
	}

	.Header-container .open-menu {
		width: 2.4em;
		height: 2.4em;
		right: 0;
	}
	
	.Header-container .open-menu.on i {
		background: #fff;
	}
	
	.Header-container .open-menu i {
		width: 60%;
		left: 20%;
		background-color: rgba(0, 0, 0, 1);
	}
	
	.Header-container menu li:hover {
		background: #fff;
	}
	
	.Header-container menu li:hover a {
		color: #ebb31c;
	}
	
	.Header-container menu .shouye-list li a {
		color: #fff;
		display: block;
		padding: 15px;
	}
	.Header-container .open-search {width: 70px!important;height: 70px!important;margin-left: 0!important;}
	.history-container {padding:15px 0;}
	.Header-container p {
		display: inline-block;
		margin-top: 15px;
		color: #707070;
		font-size: 16px;
		font-weight: bold;
		border-left: 1px solid #707070;
		padding-left: 15px;
	}
	.header-common p,.Header-container.hover p {
		display: inline-block;
		margin-top: 15px;
		color: #707070;
		font-size: 16px;
		font-weight: bold;
		border-left: 1px solid #707070;
		padding-left: 15px;
	}
}

@media (max-width:350px) {
	.header-common p, .Header-container.hover p {font-size: 12px;}
}

.Header-container .logo {
	float: left;
	display: table;
	height: 5.3125em;
}

.Header-container .logo a {
	display: table-cell;
	vertical-align: middle;
}

.Header-container .logo img {
	height: 3.9375em;
}

.Header-container .top-nav dd {
	font-family: 'Bebas';
}

.Header-container .top-nav dd.oa a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
}

.Header-container.hover .top-nav dd.oa a {
	border-color: #ccc;
}

.Header-container .top-nav dd.lang a {
	margin: 0 5px;
}

.Header-container .top-nav dd.stock b {
	font-weight: normal;
}

@media(min-width:1025px) and (max-width:1770px) {
	.Header-container .top-nav {
		margin-right: 8.34vw;
	}
}

.Header-container menu li span {
	display: block;
}

.Header-container .open-search {
	position: relative;
	float: right;
	margin-left: 50px;
	width: 90px;
	height: 91px;
	background: rgba(0, 0, 0, 0.3) url(/images/Top003124-btn.svg) no-repeat center;
	cursor: pointer;
	background-size: auto 23.53%;
}

.Header-container .top-search {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	width: 100%;
	max-width: 400px;
}

.Header-container .top-search .btn {
	background-color: rgba(0, 0, 0, 1);
	background-image: url(/images/Top003124-btn.svg);
    background-size: auto 50%;
}

.Header-container .open-search.on:before,
.Header-container .open-search.on:after {
	width: 40%;
	left: 30%;
}

.Header-container.hover .open-search.on:before,
.Header-container.hover .open-search.on:after {
	background-color: rgba(0, 0, 0, 1);
}

/*banner-container */
.banner-container {
	color: #fff;
	font-size: 100px;
}

.banner-container .tit {
	font-family: 'Butler-Bold';
	font-size: 0.8em;
	line-height: 0.825;
}

.banner-container .desc {
	font-family: 'SourceHanSerifCN-Bold';
	font-size: 0.48em;
	letter-spacing: 0.20833em;
	margin-top: 0.5em;
}

.banner-container li {
	position: relative;
}

.banner-container .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.banner-container .txt .ytable {
	height: 100%;
}

.banner-container .tit,
.banner-container .desc {
	transform: translateY(30px);
	opacity: 0;
	transition: 1.2s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.banner-container .desc {
	transition-delay: 1s;
}

.banner-container .ani-show .tit,
.banner-container .ani-show .desc {
	transform: translateY(0);
	opacity: 1;
}

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

.banner-container .slick-dots li {
	float: left;
	width: 0.2em;
	height: 0.2em;
	margin: 0 0.1em;
}

.banner-container .slick-dots li.slick-active {
	background: url(/images/Banner003172-dots.png) no-repeat;
	background-size: contain;
}

.banner-container .slick-dots li button {
	width: 0.05em;
	height: 0.05em;
	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:1600px) {
	/* .banner-container {
		font-size: 6vw;
	} */
}

@media (max-width:980px) {

	.company-wrap .txt-img,
	.company-wrap .txt .info {
		float: inherit;
		width: 100%;
	}
}

@media (max-width: 768px) {

	.Pages .a_first,
	.Pages .a_end,
	.Pages .p_page .num a {
		display: none !important;
	}

	.about-tips {
		margin: auto;
	}

	.common-tip {
		font-size: 24px;
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: left;
		padding-left: 50px;
	}

	.common-wrap {
		margin: auto;
	}

	.common-nav {
		float: left;
	}

	.company-wrap .count li {
		width: 47.5%;
		margin-bottom: 10px;
	}

	.company-wrap .count li:nth-child(2n) {
		margin-right: 0;
	}

	.honor-center li {
		width: 45%;
		margin:0 2.5% 20px 2.5%;
	}
	.honor-center li:nth-child(4n) {margin-right: 0;}
	.common-nav li {height: 60px;line-height: 60px;}
	.common-list {
		height: auto;
		margin-top: 0;
	}
}


@media (max-width:640px) {
	/* .banner-container .slick-dots li {
		width: 0.4em;
		height: 0.4em;
		margin: 0 0.2em;
	}

	.banner-container .slick-dots li button {
		width: 0.2em;
		height: 0.2em;
	} */
	.banner-container .slick-dots {bottom: 20px;}
	.news-list li:first-child a {padding-top: 0;}
	.news-list li a {
		display: block;
	}

	.news-list li .news-img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.news-list li .news-img img {
		width: 100%;
	}
	/* .common-tip {height: 80px;line-height: 80px;font-size: 26px;} */
	.about-company,.about-company {padding: 15px 0;}
	.news-list li .news-neir {margin-left: 0;}
}

@media (max-width:550px) {
	.honor-center li {width: 95%;}
	.Pages {margin-top: 0;padding: 0;}
	.common-nav li a {font-size: 14px;}
	.common-nav li {margin-left: 5px;}
	.news-center {margin: 20px 0;}
	.kechixu-wrap li .info .inner {padding: 20px!important;}
	.kechixu-wrap li .pic {height: 300px!important;}
}
@media (max-width:375px) {
	.common-tip {height: 60px;line-height: 60px;font-size: 24px;}
	.company-wrap .count li {font-size: 14px;}
	.company-wrap .count li aside b {font-size: 32px;}
	.common-nav li {margin-left: 0;}
	.kechixu-wrap li .pic {height: 260px!important;}
}
@media (max-width:320px) {
	.company-wrap .count li {width: 100%;}
}

/*Aboutus-container */
.Aboutus-container {
	font-family: 'SourceHanSansCN-Regular';
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	background: url(/images/js-bg.jpg) no-repeat center center;
	background-size: cover;
}

.Aboutus-container .auto {
	max-width: 1440px;
}

/* .Aboutus-container .title .cn{font-size: 48px;color: #666;line-height: 1em;} */
/* .Aboutus-container .title .en{position: absolute; left: 0; top: -0.1em; font-family: 'Arial';font-size: 20.31vw;color: #000;opacity: 0.03; line-height: 0.923em;  text-transform: uppercase; z-index: -1;}
 */
@media(max-width:1024px) {
	/* .Aboutus-container .title .cn{font-size: 6vw;} */
}

.Aboutus-container .fl .title {
	margin-bottom: 45px;
	position: relative;
}

.Aboutus-container .fl h3 {
	font-size: 36px;
	color: #333;
	font-weight: normal;
	padding-top: 30px;
}

.Aboutus-container .fl .title span {
	display: inline-block;
	font-size: 18px;
	color: #cdcdcd;
	margin-top: 5px;
}

.Aboutus-container .fl .title::before {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #f05923;
	position: absolute;
	left: 0;
	top: 0;
}

.Aboutus-container .more {
	padding: 40px 0 0 0;
}

.Aboutus-container .more a {
	    float: right;
		display: inline-block;
	    position: relative;
	    text-align: center;
	    width: 120px;
	    height: 35px;
		line-height: 35px;
	    border: 1px solid #f05923;
	    border-radius: 30px;
	    overflow: hidden;
	    /* margin: 30px auto 0; */
		color: #fff;
}

.Aboutus-container .more a span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    transition: .3s ease-in-out;
    margin-left: 10px;
}

.Aboutus-container .more a:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    position: absolute;
    left: -144%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
}
.Aboutus-container .more a:after {
    display: block;
    border-radius: 30px;
    content: "";
    position: absolute;
    z-index: 0;
    background: #f05923;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.Aboutus-container .more a:hover span{
    color: #f05923;
}
.Aboutus-container .more a:hover:before {
    left: -13%;
}

.Aboutus-container .fr {
	width: 725px;
}

.Aboutus-container .solgan {
	margin: 1.9vw 0 3vw 0;
	font-size: 26px;
	color: #333333;
	line-height: 1.462em;
	width: 64%;
}

/* .Aboutus-container .intro{min-height: 23vw; padding-bottom: 4.5vw;} */
.Aboutus-container .intro p {
	margin: 0;
	color: #999;
	line-height: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.Aboutus-container .word {
	color: #ad8769;
	font-size: 26px;
	text-align: right;
	position: relative;
	z-index: 2;
}

.Aboutus-container .word aside {
	font-size: 160px;
	line-height: 1em;
	font-family: 'SourceHanSerifCN-Light';
}

/* .Aboutus-container .fr .pic{padding-right: 30px; margin-top: -80px;} */
@media(min-width:1025px) {
	.Aboutus-container .fl {
		width: 40%;
	}

	.Aboutus-container .fr {
		width: 50%;
	}

	.Aboutus-container .fl .img {
		width: 131.231%;
	}
}

@media(max-width:768px) {
	.Aboutus-container .word {
		font-size: 5vw;
	}

	.Aboutus-container .word aside {
		font-size: 20vw;
	}

	.Aboutus-container .fr {
		margin-bottom: 4vw;
	}

	/* .Aboutus-container .fr .pic {
		margin-top: -10vw;
	} */
}

@media(max-width:640px) {
	.Aboutus-container .solgan {
		font-size: 4.5vw;
	}
}

@media (max-width:375px) {
	.Aboutus-container .fl h3 {font-size: 28px;}
	.Aboutus-container .fl .title span {font-size: 14px;}
	.Aboutus-container .fl .title {margin-bottom: 20px;}
	.Aboutus-container .more {padding: 20px 0 0 0;}
}


/*Product-container */
.Product-container {
	padding: 80px 0;
	background: url(/images/cp-bg.jpg) no-repeat center center;
}

.connet-wrap h1 {
	margin: 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	background: url(/images/cp-icon.png) no-repeat left 2px;
	padding-left: 35px;
	line-height: 32px;
	background-size: 29px 29px;
}

.connet-wrap h1 span {
	font-size: 12px;
	color: #8a8fa0;
	margin-left: 10px;
	text-transform: uppercase;
}

.chanpin-wrap h1,.chanpin-wrap h1 span {color: #fff;}


.Product-container .auto {
	position: relative;
}

.Product-container .list li {
	position: relative;
	text-align: center;
}

.Product-container .list li a {
	display: block;
	border: 1px solid #dfe2ef;
	background: #fff;
}

.Product-container .list li p {
	margin: 0;
	border-top: 1px solid #dfe2ef;
	font-size: 18px;
	padding: 5% 3% 3% 3%;
	color: #000;
	text-transform: uppercase;
}

.Product-container .list li i {
	color: #8a8fa0;
	display: block;
	padding-bottom: 5%;
	font-style: normal;
}

.Product-container .list li a:hover {
	border-width: 3px;
	border-color: #f05923;
}

.Product-container .list li:hover i {
	color: #f05923;
}

.Product-container .list li figure {
	padding: 5%;
}

.Product-container .list li figure span {
	display: block;
	padding-bottom: 96%;
}

.Product-container .list li figure img {
	display: none;
}

.Product-container .list .bx-controls-direction {
	position: absolute;
	right: 15px;
	top: 8px;
}

.Product-container .list .bx-controls-direction a {
	float: left;
	width: 32px;
	height: 22px;
	background: url(/images/Floor002049-btn.gif) no-repeat 11px center #fff;
	overflow: hidden;
	line-height: 100px;
	border: 1px solid #e5e5e5;
}

.Product-container .list .bx-controls-direction a.bx-next {
	border-left: 0;
	background-position: -18px center;
}

.Product-container .list .bx-controls-direction a:hover {
	width: 32px;
	height: 22px;
	background: url(/images/Floor002049-btn_hover.gif) no-repeat 11px center #f05923;
	border-color: #f05923;
}
.Product-container .list .bx-controls-direction a.bx-next:hover {
	width: 32px;
	height: 22px;
	background: url(/images/Floor002049-btn_hover.gif) no-repeat 11px center #f05923;
	border-color: #f05923;
	background-position: -18px center;
}

@media(max-width:1200px) {
	.Product-container .list .bx-controls-direction {
		right: 2%;
	}
}

@media(max-width:640px) {
	.Product-container h1 {
		font-size: 18px;
	}
}
@media (max-width:550px) {
	.bx-wrapper {
		margin: auto;
	}
}

@media(max-width:480px) {
	.Product-container h1 span {
		display: none;
	}
}

/*Honor-container */
/* body{background-color:#f5f5f5; } */
.Honor-container {
	z-index: 1;
	overflow: hidden;
	background: #fff;
	padding-top:80px;
}

.Honor-container .title {
	font-size: 30px;
	color: #666;
	padding: 20% 0 8% 56px;
}

.Honor-container .title span {
	display: block;
	color: #000;
	font-family: "MS Serif", "New York", serif;
	font-size: 60px;
}

.Honor-container .title::after {
	width: 50px;
	height: 2px;
	background: #000;
	content: '';
	display: block;
	margin-top: 20px;
}

.develop-wrap {
	position: relative;
}




.auto_1440 {
	max-width: 1440px;
	padding: 0 15px;
}

@media(max-width:640px) {
	.Honor-container .title {
		font-size: 24px;
		padding-top: 5%;
		padding-left: 0;
	}

	.Honor-container .title span {
		font-size: 40px;
	}
}

.Honor-container .banner {
	position: absolute;
	right: 15px;
	top: 90px;
	height: 80%;
	background-position: center top;
	background-size: auto 100%;
}

.Honor-container .main {
	padding-right:34%;
}

.Honor-container .list {
	position: relative;
	margin: 0 56px;
	margin-bottom: 5%;
}

.Honor-container .list::before,
.Honor-container .list::after {
	position: absolute;
	content: '';
	width: 35px;
	top: 50%;
	height: 1px;
	background: #ccc;
}

.Honor-container .list::before {
	left: -30px;
}

.Honor-container .list::after {
	right: -30px;
}

.Honor-container .list .prev,
.Honor-container .list .next {
	width: 25px;
	height: 49px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background: url(/images/Timeline002543_controls.png) no-repeat left top;
	cursor: pointer;
}

.Honor-container .list .prev {
	left: -56px;
}

.Honor-container .list .next {
	right: -56px;
	background-position: right top;
}

.Honor-container .list .bd li {
	padding: 10px 0;
	float: left;
	position: relative;
	overflow: hidden;
}

.Honor-container .list .bd .tempWrap {
	margin: 0 auto;
}

.Honor-container .list .bd li::before,
.Honor-container .list .bd li::after {
	position: absolute;
	content: '';
	width: 50%;
	height: 1px;
	background: #ccc;
	top: 50%;
}

.Honor-container .list .bd li::before {
	left: 0;
	margin-left: -65px;
}

.Honor-container .list .bd li::after {
	right: -65px;
}

.Honor-container .list .bd li a {
	display: block;
	width: 92px;
	height: 92px;
	position: relative;
	margin: 0 auto;
	line-height: 92px;
	text-align: center;
	color: #212121;
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.Honor-container .list .bd li a span {
	position: relative;
	z-index: 3;
}

.Honor-container .list .bd li a i,
.Honor-container .list .bd li a i::before,
.Honor-container .list .bd li a i::after {
	position: absolute;
	top: 0;
}

.Honor-container .list .bd li a i {
	z-index: 1;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
	height: 52px;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	transition: background 0.3s;
}

.Honor-container .list .bd li a i::before,
.Honor-container .list .bd li a i::after {
	content: '';
	width: 100%;
	height: 54px;
	left: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transition: background 0.3s;
}

.Honor-container .list .bd li a i::before {
	transform: rotate(60deg);
}

.Honor-container .list .bd li a i::after {
	transform: rotate(-60deg);
}

.Honor-container .list .bd li.on a i,
.Honor-container .list .bd li.on a i::before,
.Honor-container .list .bd li.on a i::after {
	background: #f05923;
	border: none;
}

.Honor-container .list .bd li.on a i::before,
.Honor-container .list .bd li.on a i::after {
	height: 92px;
}

.Honor-container .list .bd li.on a {
	color: #fff;
	width: 106px;
}

.Honor-container .list .bd li.on a i {
	width: 54px;
	left: 50%;
	height: 100%;
	top: 0;
	transform: translate(-50%, 0);
	border: 0;
}

.Honor-container .big ul {
	display: none;
	margin: 0 auto;
	width: 100%;
}

.Honor-container .big li {
	overflow: hidden;
}

.Honor-container .big .pic {
	float: left;
	width: 46%;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.Honor-container .big ul:first-child .pic {
	background-image: url(/images/fzl5.jpg);
	background-position: left center;
}
.Honor-container .big ul:nth-child(2) .pic {
	background-image: url(/images/fzl2.jpg);
}
.Honor-container .big ul:nth-child(3) .pic {
	background-image: url(/images/fzl3.jpg);
	background-position: right center;
}
.Honor-container .big ul:nth-child(4) .pic {
	background-image: url(/images/fzl1.jpg);
}
.Honor-container .big .pic img {
	display: block;
	width: 100%;
}

.Honor-container .big .txt {
	float: right;
	width: 51%;
	line-height: 22px;
}
.Honor-container .big .txt h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.Honor-container .big .txt p {
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 8px;
	color: #666;
}

@media (max-width:1440px) {
	.Honor-container .main {padding-right: 29%;}
}

@media(max-width:1024px) {
	.Honor-container .banner {
		display: none;
	}

	.Honor-container .main {
		padding-right: 15px;
	}

	.Aboutus-container .fr {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media(max-width:640px) {
	.Honor-container .banner {
		position: relative;
		width: 100% !important;
		padding-bottom: 50%;
		display: none;
		background-size: cover;
		top: 15px;
		right: 0;
	}
}


@media(max-width:374px) {
	.Honor-container .list .bd li a i {
		display: none;
	}

	.Honor-container .list .bd li a {
		color: #999;
	}

	.Honor-container .list .bd li.on a {
		color: #000;
	}
	
	.Honor-container .banner {top: 35px;}
	.Honor-container .list {margin-bottom: 0;}
}

/*Bottom-container */
.Bottom-container {
	padding:50px 15px 0 15px;
	background: url(/images/dibu.png) no-repeat left center #404040;
	font-family: 'SourceHanSansCN-Normal';
}

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

.Bottom-container .b-top {
	padding-bottom: 30px;
}

/* .Bottom-container .b-top nav{width: 70%;max-width: 1020px;} */
.Bottom-container .b-top nav dl {
	float: left;
	margin-right: 30px;
}

.Bottom-container .b-top nav dt {
	font-family: 'SourceHanSansCN-Medium';
	font-size: 18px;
	margin-bottom: 20px;
}

.Bottom-container .b-top nav dt a {
	color: #fff;
}

.Bottom-container .b-top nav dd {
	line-height: 2.571;
}

.Bottom-container .b-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2.3% 0;
}

.Bottom-container .b-bottom p {
	margin: 0;
	text-align: center;
	color: #fff;
}

.Bottom-container .b-bottom li {
	float: left;
}

.Bottom-container .b-bottom li:not(:last-child) {
	margin-right: 28px;
}

.Bottom-container .b-bottom li.wx {
	position: relative;
	z-index: 40;
}

.Bottom-container .b-bottom li.wx figure {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	bottom: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 5px;
	display: none;
}

.Bottom-container .b-bottom li.wx a {
	display: block;
	padding-left: 29px;
	background: url(/images/Bottom-container-wx.svg) no-repeat left center;
	cursor: pointer;
}

.Bottom-container,
.Bottom-container a {
	color: rgba(255, 255, 255, 0.8);
}

.Bottom-container a:hover {
	color: #f05923;
}

.Bottom-container .b-top .logo {
	font-size: 16px;
	color: #fff;
}

.Bottom-container .b-top .logo b {
	font-size: 30px;
}

.Bottom-container .b-top .logo p {
	margin-bottom: 10px;
}

.Bottom-container .b-top .logo img {
	width: 32px;
	margin-right: 10px;
}

.Bottom-container .b-top .logo p.logo-b img {
	width: 305px;
	margin-left: -30px;
}

@media (max-width:1024px) {
	.Bottom-container {
		text-align: center;
	}

	.Bottom-container .b-top nav {
		display: none;
	}

	/* .Bottom-container .b-top .logo{max-height: 78px;} */
	.Bottom-container .b-bottom {
		padding: 5% 0;
	}

	.Bottom-container .b-bottom ul {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.Bottom-container .b-top .logo p.logo-b img {width: 200px;}
	.Bottom-container .b-top .logo p {font-size: 14px;}
	.Bottom-container .b-top .logo b {font-size: 22px;}
	.Aboutus-container,.Honor-container,.Newszx-container,.Product-container {padding:50px 0!important;}
}

@media (max-width:768px) {
	.Aboutus-container, .Honor-container, .Newszx-container, .Product-container {padding: 30px 0!important;}
	.Header-container .open-search {display: none!important;}
	.Aboutus-container .fl h3 {padding-top: 20px;}
	.Aboutus-container .fl .title::before {top: 5px;}
	.Honor-container {padding-bottom: 0!important;}
	.history-container .info .year-img {width: auto;}
}

@media (max-width:465px) {
	.Bottom-container .b-bottom p {font-size: 13px;}
	.Header-container p {font-size: 14px;padding-left: 10px;}
}

@media (max-width:320px) {
	.Header-container .open-search {margin-left: 10px;width: 60px!important;right: 20px;}
	.Bottom-container .b-top .logo img {width: 25px;}
	.connet-wrap h1 span {display: block;}
	.connet-wrap h1 a {float: left!important;}
	.Header-container .logo img {height: 3.45em;}
}

/*Floor001893*/
.develop-wrap h1 {
	background: url(/images/fz-icon.png) no-repeat left 2px;
	background-size: 29px 29px;
	margin-bottom: 15px;
}

.connet-wrap h1 a {
	display: inline-block;
	width: 190px;
	height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 50px;
	background: url(/images/more.png) no-repeat center center;
	background-size: 100%;
	float: right;
}

.connet-wrap h1 a i {
	display: inline-block;
	width: 30px;
	height: 7px;
	background: url(/images/line-h.png) no-repeat center center;
	background-size: 100%;
	margin-left: 5px;
}

.connet-wrap h1 a:hover {
	background: url(/images/more-h.png) no-repeat center center;
	background-size: 100%;
	color: #fff;
}

.connet-wrap h1 a:hover i {
	background: url(/images/line-b.png) no-repeat center center;
	background-size: 100%;
}

/*Newszx-container */
.news-wrap h1 {
	background: url(/images/zx-icon.png) no-repeat left 2px;
	background-size: 29px;
	overflow: hidden
}

.Newszx-container {
	padding: 50px 0;
	font-size: 16px;
	font-family: 'SourceHanSansCN-Light';
	background: #fff;
}

.Newszx-container .auto {
	overflow: hidden;
	max-width: 1440px;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 0 15px;
}

.Newszx-container .title {
	line-height: 1;
	font-family: 'SourceHanSansCN-Medium';
	font-size: 36px;
	margin-bottom: 0.778em;
	color: #fff;
	background: url(/images/tzz.png) no-repeat left center;
	padding: 10px 0 10px 65px;
}

.Newszx-container .info {
	text-align: justify;
	line-height: 1.875;
	margin-bottom: 2.7vw;
	color: #fff;
}

.Newszx-container .left {
	position: relative;
	color: #fff;
	border-radius: 6px;
}

.Newszx-container .left::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#1157b1,transparent);
	position: absolute;
	top: 0;left: 0;
    border-radius: 5px;
}
.Newszx-container .left a {
	display: block;
	height: 100%;
	transform: perspective(10px);
}

.Newszx-container .txt-area li {
	float: left;
}

.Newszx-container .txt-area li:not(:last-child) {
	margin-right: 2.86vw;
}

.Newszx-container .txt-area li a {
	display: block;
	color: #fff;
	padding-left: 25px;
	background: url("/images/Newszx-container-icon1.png") no-repeat left center;
}

.Newszx-container .txt-area li.li-b a {
	background-image: url("/images/Newszx-container-icon2.png");
}

.Newszx-container .gupiao .name {
	font-size: 18px;
	color: #fff
}

.Newszx-container .gupiao .zhi {
	font-family: 'Arial';
}

.Newszx-container .gupiao .zhi aside {
	margin: 20px 0;
}

.Newszx-container .gupiao #stockValue {
	font-size: 40px;
}

.Newszx-container .gupiao #stockValue i {
	padding-right: 20px;
	margin-right: 27px;
	background-position: right bottom 8px;
	background-repeat: no-repeat;
	line-height: 1;
}

.Newszx-container .gupiao #stockValue i.down {
	background-image: url("/images/Newszx-container-down.png");
}

.Newszx-container .gupiao #stockValue i.up {
	background-image: url("/images/Newszx-container-up.png");
}

.Newszx-container .gupiao i {
	font-style: normal;
	display: inline-block;
}

.Newszx-container .gupiao #ud {
	font-size: 24px;
}

.Newszx-container .gupiao .down {
	color: green;
}

.Newszx-container .gupiao .up {
	color: red;
}

.Newszx-container .gupiao #stockMsg {
	margin: 0;
	font-family: 'SourceHanSansCN-Normal';
}

.Newszx-container .gupiao #stockMsg span {
	margin-left: 10px;
}

.Newszx-container .right ul {
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.Newszx-container .right ol {
	position: relative;
}

.Newszx-container .right ol:hover a {
	color: #f05923;
}
.Newszx-container .hangye-news {
	overflow: hidden;
	border-radius: 5px;
}

.Newszx-container .right ol .Ispic {
	padding-bottom: 64%;
	border-radius: 6px;	
	transition: 0.3s ease-out;
}
.Newszx-container .right ol .Ispic:hover {
	transform: scale(1.1,1.1);
	transition: 0.3s ease-out;
}

.Newszx-container .right ol label {
	padding: 0 1.72vw;
	line-height: 40px;
	border-radius: 6px 0px 25px 0px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	z-index: 10;
	background: #f05923;
}

.Newszx-container .right ol aside {
	font-family: 'SourceHanSansCN-Regular';
	font-size: 18px;
	line-height: 1;
}

.Newszx-container .right time {
	float: right;
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	font-family: 'Arial';
	margin-left: 10px;
}

.Newszx-container .right li {
	border-top: 1px solid #eee;
	padding: 1.35vw 5px 1.35vw 0;
	line-height: 1.6;
}

.Newszx-container .right li label {
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	border-radius: 50px;
	margin-right: 25px;
}

.Newszx-container .right li:hover a {
	color: #f05923;
}

@media(min-width:641px) {
	.Newszx-container .right ol {
		float: left;
		width: 48.544%;
		position: relative;
	}

	.Newszx-container .right ol:nth-child(2) {
		float: right;
	}

	.Newszx-container .right li:nth-of-type(1) {
		clear: both;
	}

	.Newszx-container .right ol aside {
		margin: 19px 0 70px 0;
	}

	/* .Newszx-container .right time {
		font-size: 14px;
	} */

	.Newszx-container .right li label {
		font-size: 12px;
	}	
}

@media(min-width:1025px) {
	.Newszx-container .ytable {
		min-height: 37.5vw;
	}

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

	.Newszx-container .left {
		width: 29.488%;
		height: 490px;
	}

	.Newszx-container .left .gupiao {
		position: absolute;
		left: 3.18vw;
		bottom: 2.5vw;
	}

	.Newszx-container .right .main {
		margin-left: 3.65vw;
	}

	.Newszx-container .txt-area {
		padding: 3.18vw 4.5vw 0 3.18vw;
	}
}

@media(max-width:1024px) {

	.Newszx-container .ytable,
	.Newszx-container .ytable-cell {
		display: block;
	}

	.Newszx-container .left {
		padding: 4vw;
		margin-bottom: 4%;
	}

	.Newszx-container .left .gupiao {
		margin-top: 17vw;
	}

	.Newszx-container .right li {
		padding: 15px 0;
	}
}

@media (max-width:768px) {
	.Honor-container .main {padding-right: 0;}
	.Honor-container .big .pic,.Honor-container .big .txt {float: inherit;width: 100%;height: auto;}
	.Honor-container .big .txt {margin-top: 10px;}
	.connet-wrap h1 span {display: none;}
	.Aboutus-container .fl h3 {font-size: 24px;}
	.Aboutus-container .fl .title {margin-bottom: 20px;}
	.Honor-container .big .pic {height: 250px;}
}

@media(max-width:640px) {
	/* .Newszx-container {
		font-size: 3vw;
	} */

	.Newszx-container .title {
		font-size: 32px
	}

	.Newszx-container .right ol {
		margin-bottom: 20px;
	}

	.Newszx-container .right ol aside {
		margin-top: 20px;
		font-size: 18px
	}

	.Newszx-container .right ol label {
		padding: 0 25px;
	}

	.Newszx-container .right li label {
		margin-right: 20px;
		font-size: 14px;
	}
	.Honor-container .list {margin-top: 10px;}
	.connet-wrap h1 {margin-bottom: 20px;}
	.Newszx-container .right ol .Ispic {padding-bottom: 50%;}
}

@media (max-width:505px) {
	.Honor-container .banner {top: 45px;}
	.Honor-container .list {margin: 40px 56px 0 56px;}
	.connet-wrap h1 a {width: 120px;height: 45px;line-height: 45px;margin-top: -5px;}
	.connet-wrap h1 a i {width: 20px;}
}

@media (max-width:375px) {	
	.Newszx-container .right ol aside {font-size: 16px;}
}

@media (max-width:320px) {
	.news-wrap h1 {font-size: 22px;}
	.connet-wrap h1 span {margin-left: 0;}
}



/*新闻详情 */
.newsdtails-center {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}
.newsdtails-center .name {
	border-bottom: 1px dotted #cecece;
	text-align: center;
	margin-bottom: 37px;
}

.newsdtails-center .name h1 {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #333;
}

.newsdtails-center .time {
	color: #c8c8c8;
	padding-bottom: 1.72vw;
	line-height: 16px;
	display: flex;
	justify-content: space-between;
}

.newsdtails-center .share {
	margin-left: 10px;
}

.newsdtails-center .time time,
.newsdtails-center .share,
.newsdtails-center .share>* {
	display: inline-block;
	vertical-align: middle;
}

.newsdtails-center .share em {
	font-style: normal;
}

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

.newsdtails-center .edit-info {
	line-height: 2.5625em;
	color: #1e1e1e;
	text-align: justify;
	padding-bottom: 4vw;
}

.newsdtails-center .edit-info img {
	display: block;
	margin: auto;
}

.newsdtails-center .edit-info p {
	text-indent: 2em;
	line-height: 32px;
}


.newsdtails-center .info-page {
	border: solid 1px #eee;
}

.newsdtails-center .info-page dd {
	line-height: 36px;
}

.newsdtails-center .info-page dd a {
	padding: 0 20px;
}

.newsdtails-center .info-page dd a:hover {
	color: #f05923;
}

@media(min-width:641px) {
	.newsdtails-center .info-page dd {
		float: left;
		width: 50%;
	}

	.newsdtails-center .info-page dd:nth-child(2) {
		border-left: 1px solid #eee;
	}
		
	
	.newsdtails-center .time,
	.newsdtails-center .info-page dd a,
	.newsdtails-center .edit-info {
		font-size: 16px;
	}
}

@media(max-width:640px) {
	.newsdtails-center .info-page dd:nth-child(2) {
		border-top: 1px solid #eee;
	}

	.newsdtails-center .share {
		display: block;
		padding-top: 10px;
	}
	.newsdtails-center .time {display: block;}
}


/*
 .product-wrap 为demo编号
 */
.product-wrap .auto_1260 {
	max-width: 1260px;
}

@media only screen and (max-width:1260px) {
	.product-wrap .auto_1260 {
		padding: 0 2%;
	}
}

.product-wrap {
	/* padding: 35px 0 0; */
	overflow: hidden;
}

.product-wrap ul {
	margin: 0 -13px;
}

.product-wrap li {
	float: left;
	width: 25%;
	padding: 0 13px 40px;
}

.product-wrap li .item-wrap {
	display: block;
	border: 1px solid #f1f1f1;
	background-color: #f7f7f7;
	overflow: hidden;
}

.product-wrap li .item-wrap .pic {
	width: 100%;
	display: table;
	height: 200px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	transition: 0.4s ease-out;
}
.product-wrap li .item-wrap .pic img {
	transition: 0.4s ease-out;
}

.product-wrap li .item-wrap .pic:hover img {
	transform: scale(1.1,1.1);
	transition: 0.4s ease-out;
}

.product-wrap li .txt {
	font-size: 14px;
	background: url(/images/PicList001480_txtbg.png) no-repeat center top;
	background-size: 100% auto;
	position: relative;
	margin-top: -15px;
	padding: 40px 15px 15px;
}

.product-wrap li h1 {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #333;
}


.product-wrap li .brand {
	font-size: 12px;
	color: #a1a1a1;
}

.product-wrap li figure {
	margin: 10px 0;
	height: 45px;
	line-height: 22px;
	overflow: hidden;
	display: block;
	color: #666;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product-wrap li p span {
	font-size: 12px;
	color: #f05923;
}

.product-wrap li p {
	width: 85px;
	height: 30px;
	text-align: center;
	color: #333;
	border-radius: 30px;
	display: block;
	border: 1px solid #9d9d9d;
	line-height: 30px;
}
.product-wrap li:hover p {
	background: #f05923;
	color: #fff;
	border-color: #f05923;
}
.product-wrap li h1:hover {
	color: #f05923;
}

@media (max-width:1024px) {
	.product-wrap li {width: 33.33%;}
}

@media (max-width:768px) {
	.product-wrap li {width: 50%;}
}

@media (max-width:568px) {
	.product-wrap li {width: 100%;}
}

/* @media only screen and (min-width:488px) {
	.product-wrap li .item-wrap .pic {
		height: 278px;
	}

	.product-wrap li figure,
	.product-wrap li .brand {
		font-size: 14px;
	}

	.product-wrap li figure {
		margin: 15px 0;
	}
} */


/*
 .product-center 为demo编号
 */

.product-center .list_img {
	float: left;
	width: 55.6%;
	position: relative;
}

.product-center .big_img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 80%;
}

.product-center .big_img li,
.product-center .big_img li figure {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.product-center .big_img li figure {
	border: 1px solid #dcdcdc;
	background-size: contain;
	background-position: center;
	display:flex;
	justify-content: center;
	align-items: center;
}

.product-center .list {
	padding: 42px 0 42px 82.9%;
}

.product-center .list .bd {
	position: relative;
}

.product-center .list a {
	position: absolute;
	width: 17.1%;
	height: 40px;
	right: 0;
	background: url(/images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;
	cursor: pointer;
}

.product-center .list a.prev {
	top: 0;
}

.product-center .list a.next {
	bottom: 0;
	background-image: url(/images/RighInfo002254-btn_next.png);
}

.product-center .list a.prevStop,
.product-center .list a.nextStop {
	cursor: default;
}

.product-center .list li {
	height: 130px;
	position: relative;
}

.product-center .list li figure {
	position: absolute;
	left: 0;
	width: 97%;
	top: 9px;
	bottom: 15px;
	background-size: contain;
	border: 1px solid #f2f2f2;
	display:flex;
	justify-content: center;
	align-items: center;
}

.product-center .list li.on figure {
	border: 2px solid #f05923;
}

.product-center .right_info {
	float: right;
	width: 39.2%;
}

.product-center .right_info h1,
.product-center .right_info h3,
.product-center .right_info p {
	margin: 0;
	padding: 5% 0;
	border-bottom: 1px solid #e7e8e8;
}

.product-center .right_info h1 {
	padding: 7% 0;
	color: #f05923;
	font-size: 26px;
}

.product-center .right_info h3 {
	font-size: 18px;
	font-weight: normal;
}

.product-center .right_info p {
	line-height: 30px;
	color: #999;
	margin-bottom: 10%;
}

.product-center .right_info a {
	display: inline-block;
	border: 1px solid #fdf3f2;
	padding: 10px 5%;
	color: #f05923;
	transition: 0.4s;
}

.product-center .right_info a:hover {
	background-color: #f05923;
	color: #fff;
}

.product-center .tab {
	padding: 3% 0;
}

.product-center .tab .h1_tab {
	margin: 0;
	border-bottom: 1px solid #e7e8e8;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.product-center .tab .h1_tab span {
	float: left;
	padding: 0 5%;
	line-height: 50px;
	background-color: #f2f2f3;
	margin-right: 4px;
	cursor: pointer;
}

.product-center .tab .h1_tab span.on {
	background-color: #f05923;
	color: #fff;
}

.product-center .tab .details {
	padding-top: 3%;
}

.product-center .ul_download li {
	border-bottom: 1px solid #d1d1d3;
	line-height: 34px;
	background: url(/images/RighInfo002254-icon_download.png) no-repeat right center;
	padding: 10px 0;
}

.product-center .ul_download li a {
	padding: 0 38px;
	background: url(/images/RighInfo002254-icon.png) no-repeat left center;
}

@media(max-width:768px) {

	.product-center .list_img,
	.product-center .right_info {
		float: none;
		width: auto;
	}
	.product-center .right_info h1 {font-size: 24px;padding: 4% 0;}
	/* .product-center .right_info h1, .product-center .right_info h3, .product-center .right_info p {padding: 3% 0;} */
	.product-center .right_info p {margin-bottom: 5%;}
}

@media(max-width:640px) {
	.product-center .list li {
		height: 100px;
	}

	.product-center .right_info h1 {
		font-size: 20px;
	}

	.product-center .right_info h3 {
		font-size: 16px;
	}
}

@media(max-width:480px) {
	.product-center .list {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.product-center .list a {
		height: 28px;
	}

	.product-center .list li {
		height: 80px;
	}

	.product-center .tab .h1_tab {
		font-size: 14px;
	}

	.product-center .tab .h1_tab span {
		padding: 0 6%;
	}
}

/* 联系金年会 */
.contact-center {
	display: flex;
	background: #fdfdff;
	border-radius: 50px 0 50px 0;
	/* margin-top: 50px; */
}

.contact-center .contact-left {
	padding: 55px 170px 55px 50px;
	width: 50%;
}

.contact-center .contact-left h4 {
	padding: 30px 0;
	font-size: 30px;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #919191;
}

.contact-center .contact-left p {
	font-size: 16px;
	color: #666;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.contact-center .contact-left p b {
	font-size: 24px;
}

.contact-right {
	width: 50%;
	height: 489px;
	background: url(/images/lxwm-l.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 0 0 50px 0;
}

@media(max-width:1024px) {
	.contact-center {
		display: block;
	}

	.contact-center .contact-left {
		width: 100%;
		padding: 55px 50px 0 50px;
	}

	.contact-right {
		width: 100%;
	}
}

@media (max-width:640px) {
	.contact-center {margin-top: 0;}
}


/* 投资者 */
.toiuzi-container {
	height: 850px;
	overflow: hidden;
}
.toiuzi-container .box {
	margin-right: -20px;
	height: 100%;
}
.toiuzi-container iframe {
    height: 100%;
    overflow: auto;
    display: block;
}
/* 隐藏滚动条 */
/* .toiuzi-container iframe::-webkit-scrollbar,.toiuzi-container iframe::-webkit-scrollbar { width: 0 !important }
 */

/* 可持续发展 */
.Develop-section .develop-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: 'SourceHanSansCN-Regular';
}
.Develop-section li {
        flex: 0 0 32%;
        /* display: inline-block; */
		float: left;
        width: 32%;
        background: #fff;
        margin-right: 2%;
        margin-bottom: 30px;
        transition-duration: .5s;
}
.Develop-section li:nth-child(3n) {
    margin-right: 0;
}

.Develop-section li .pic {
    overflow: hidden;
}
.Develop-section li .Ispic {
    padding-bottom: 62.223%;
    transition: all 1.5s ease;	
}
.Develop-section li .txt {
    box-shadow: 0px 0.625em 4.375em rgb(0 0 0 / 5%);
    padding: 25px;
}
.Develop-section li .tit {
    font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.Develop-section li p {
    font-size: 12px;
    line-height: 24px;
	margin:10px 0;
    color: #999999;
}
.Develop-section li time {
    color: #999999;
    display: block;
    background: url(/images/kcx-icon.png) no-repeat right center;
	background-size: 16px 6px;
}

.Develop-section li:hover .Ispic {
	transform: scale(1.1,1.1);
	transition: all 1.5s ease;
}
.Develop-section li:hover time {
	display: block;
	background: url(/images/kcx-icon-red.png) no-repeat right center;
	background-size: 16px 6px;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}


@media (max-width: 1024px){
	.Develop-section li {
	    width: 48%;
	    margin-right: 4%;
	}	
	.Develop-section li:nth-child(3n) {
	    margin-right: 4%;
	}
	.Develop-section li:nth-child(2n),.Develop-section li:nth-child(6n) {
	    margin-right: 0;
	}
}

@media (max-width:768px) {
	.Develop-section li {
	    width:100%;
	    margin-right: 0%;
	}
}


.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}


.kechxu-container {
	background: #f5f5f5;
}

/* .kechixu-wrap {
	background: #fff;
}
 */
.kechixu-wrap li .pic {
    width: 50%;
	height: 370px;
	position: relative;	
	transition: all 0.5s ease;
}

.kechixu-wrap li .info {
	background: #fff;
}

.kechixu-wrap li .pic a {
    display: block;
    overflow: hidden;
}

/* .kechixu-wrap li .pic img {
    transition: all 0.5s ease;
} */


.kechixu-wrap li .pic .mengban {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgb(240 89 35 / 51%);
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: none;
}
.kechixu-wrap li .pic:hover .mengban {
	display: flex;	
	transition: all 0.5s ease;
}

.kechixu-wrap li .shehui {
	background: url(/uploadfiles/x3.jpg) no-repeat center center;
	background-size: cover;
}

.kechixu-wrap li .tanhe {
	background: url(/uploadfiles/x1.jpg) no-repeat center center;
	background-size: cover;
}

.kechixu-wrap li .huanbao {
	background: url(/uploadfiles/x2.jpg) no-repeat center center;
	background-size: cover;
}

.kechixu-wrap li .jiankang {
	background: url(/uploadfiles/x4.jpg) no-repeat center center;
	background-size: cover;
}

.kechixu-wrap li .fazhan {
	background: url(/uploadfiles/x6.jpg) no-repeat center center;
	background-size: cover;
}

.kechixu-wrap li .baozhang {
	background: url(/uploadfiles/x5.jpg) no-repeat center center;
	background-size: cover;
}

.kechixu-wrap li .info .inner {
    padding: 30px 60px;
	background: #fff;
}

.kechixu-wrap li .info .inner h4 {
	font-size: 24px;
	color: #f05923;
	margin-bottom: 20px;
}

.kechixu-wrap li p {
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width:1024px) {
	.kechixu-wrap li,.kechixu-wrap li .pic,.kechixu-wrap li .info {display: block;width: 100%;}
}

@media (max-width:768px) {
	.kechixu-wrap li .pic {height: 320px;}
}



/* 留言 */
.liuyan-center dl {
    width: 48%;
    float: left;
    padding-left: 85px;
    min-height: 40px;
    position: relative;
    margin-bottom: 15px;
    max-width: 420px;
}
.liuyan-center dt {
    color: #5b5b5b;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 70px;
    text-align: right;
    line-height: 40px;
}
.liuyan-center .text {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    color: #5b5b5b;
}
.liuyan-center dl.odd {
    margin-left:5%;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}
.liuyan-center textarea {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    resize: none;
    width: 100%;
    height: 360px;
    padding: 10px;
    color: #5b5b5b;
}
.liuyan-center dl.dl {
    width: 100%;
    float: none;
    max-width: none;
}
.liuyan-center .btn {
    display: inline-block;
    line-height: 40px;
    min-width: 140px;
    margin-right: 20px;
    background-color: #f3f3f3;
    color: #333;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin-bottom: 10px;
}
.liuyan-center .submitbtn {
    color: #fff;
    background-color: #f05923;
}

@media (max-width:768px) {
	.liuyan-center dl {display: block;width: 100%;}
	.liuyan-center dl.odd {margin-left: 0;}
}

@media (max-width: 640px) {
	.liuyan-center dl {
	    float: none;
	    width: 100%;
	    margin-left: 0 !important;
	}
}
@media (max-width:465px) {
	.liuyan-center dl:last-child {padding-left: 20px;}
	.contact-center .contact-left {padding: 10px 20px 0 20px;}
	.contact-center .contact-left h4 {font-size: 26px;}
	.contact-center .contact-left p b {font-size: 20px;}
	.contact-center .contact-left p {font-size: 14px;}
	.contact-right {height: 300px;}
}

@media (max-width:375px) {
	.liuyan-center .btn {margin-right: 5px;}
}

@media (max-width:320px) {
	.liuyan-center .btn {min-width: 120px;}
	.liuyan-center .btn:last-child {margin-right: 0;}
	.contact-center .contact-left h4 {font-size: 24px;padding: 20px 0;}
	.contact-center .contact-left p {padding: 20px 0;}
}