.container {
	max-width: 1440px;
}

/*网站公共样式*/
.clear {
	clear: both;
	overflow: hidden;
}

.info-content {
	font-size: 15px;
	line-height: 2;
	margin: 0 auto;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ef7a0c;
}

a:focus {
	color: #000;
}

a.btn-more {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease;
	/* Safari and Chrome */
	-o-transition: all 0.5s ease;
	/* Opera */
}

.banner {
	height: 500px\9 !important;
	overflow: hidden\9 !important;
	overflow: hidden;
}

/*兼容ie低版*/
.banner {
	height: 500px\9 !important;
	overflow: hidden\9 !important;
	overflow: hidden;
}

/*兼容ie低版*/
.clearfix {
	clear: both;
}

html {
	overflow-y: scroll;
	min-height: 101%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

.text-red {
	color: #ef7a0c;
}

/*遮罩层*/
.mask-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 99;
	top: 0;
	left: 0;
}

.mask-bg.active {
	display: block;
}

.back {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	transition: ease-in-out 600ms;
}

.ycxs {
	display: none;
}

.pcnav {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 99;
	background: white;
	display: block;
	margin-top: -2px;
	/* height: 600px; */
}

.boxnav {}

.boxnav ul {
	clear: both;
	display: none;
	padding: 0 0 3% 0;
	overflow: hidden;
}

.boxnav ul li {
	display: inline-block;
	float: left;
	width: 69.3%;
	font-size: 16px;
	position: relative;
	/* height: 600px; */
}

.boxnav ul li.bor {
	width: 30.3%;
	padding-right: 3%;
	padding-left: 2%;

}

.boxnav ul li a.on {
	color: #ef7a0c;
}

.boxnav ul li .imgnav {
	padding-top: 2%;
	padding-left: 2%;
}

.mose {
	/* position: absolute;
	bottom: 20px; */
	margin-left: 3%;
}

.boxnav ul li p {
	line-height: 30px;
	font-weight: bold;
}

.snav {
	position: absolute;
	width: 100%;
	background: white;
	left: 24px;
	padding-bottom: 100px;
	/* display: none; */
}

.snav dl {
	float: left;
	width: 22%;
	margin-left: 20px;
}

.snav dt {
	font-size: 16px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 30px;
}

.mprost {
	padding: 2%;
}

.bor {
	border-right: 1px solid #e8e8e8;
}

.snav dd {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

dl {
	float: left;
	width: 140px;
}

.about-content ul {
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	margin-bottom: 40px;
}

.mnav {
	font-size: 18px;

}

.mnav span {
	color: #333333;
	font-weight: bold;
	display: inline-block;
	width: 48%;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	height: 50px;
	line-height: 50px;
}

.mnav span:hover {
	color: #e7141a;
	font-weight: bold;
	border-bottom: 1px solid #e7141a;
}

.mnav span.on {
	color: #e7141a;
	font-weight: bold;
	border-bottom: 1px solid #e7141a;
}

.pcnav li.bor .kabox dl {
	float: none
}

.pcnav li.bor .kabox dl dd {
	line-height: 40px;
	height: 40px;
}

.pcnav li.bor .kabox dl a {
	color: #333333;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px transparent;
}


.pcnav li.bor .kabox dl dd:hover a {
	color: #ef7a0c;
	border-bottom: 1px solid #ef7a0c;
}

.pcnav li.bor .kabox dl dd.on a {
	color: #ef7a0c;
	border-bottom: 1px solid #ef7a0c;

}

.kabox dl {
	display: none;
}

.kabox dl:nth-child(1) {
	display: block;
}


.mprost {
	display: none;
}

.mprost:nth-child(1) {
	display: block;
}
.fdls{
	display: none;
}
.fdls:nth-child(1) {
	display: block;
}
.fdl {
	display: none;
}

.fdl:nth-child(1) {
	display: block;
}


.fdl img {
	float: right;
	width: 300px;
	margin: auto;
	display: block;
	max-width: 100%;
}

.fdl dl {
	float: none;
}

.fdl dl dd {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	background-color: #eee;
	padding: 0 20px;
	width: 200px;
	margin-bottom: 1px;
}

.fdl dl dd a {
	display: block;
}

.about-content ul li {
	text-align: center;
	margin-bottom: 22px;
	font-size: 18px;
	float: left;
	width: 10%;

}


.about-content .col-md-avg-4,
.col-sm-avg-4,
.col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-left: 2px;
	padding-right: 2px
}

.about-content ul li a:hover {
	color: #e7141a;
}

/* 轮播 */
.banners {
	display: flex;
	justify-content: center;
	align-items: center;
	clear: both;
}

.pics_wrap .font-box {
	width: calc(100% - 140px);
	height: calc(100% - 100px);
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pics_wrap .font-box .container {
	height: 100%;
	display: flex;
	/*justify-content:center;*/
	align-items: center;
}

.pics_wrap .font-box .imgbox {
	position: absolute;
	right: 0;
}

.html5zoo-slider-0 {
	min-height: 200px;
}

.html5zoo-box-0 {
	min-height: 200px;
}

.html5zoo-swipe-box-0 {
	min-height: 200px;
}

.html5zoo-space-0 {
	min-height: 200px;
}

.html5zoo-img-box-0 {
	min-height: 200px;
}

.html5zoo-img-0 {
	min-height: 200px;
}

.html5zoo-img-0 img {
	min-height: 200px;
}

.html5zoo-space-0 img {
	min-height: 200px;
}

.pics_wrap .font-box {
	color: #111111;
}

.pics_wrap .font-box .font1 {
	color: #111111;
}

.pics_wrap .font-box .font2 {
	color: #111111;
}

.html5zoo-arrow-left-0,
.html5zoo-arrow-right-0 {
	display: none !important;
}



@media(min-width:992px) {
	.banners {
		position: relative;
		top: -1px;
	}

	.pics_wrap .font-box .imgbox img {
		max-width: 440px;
	}

	.lian {
		width: 180px;
		text-align: center;
		height: 50px;
		line-height: 50px;
		background: #d80b2d;
		font-size: 22px;
		color: white;
		display: block;
	}

	.pics_wrap .font-box .font1 {
		font-size: 60px;
		font-weight: 500;
		padding-bottom: 25px;

		/* border-bottom: 1px solid #fff; */
	}

	.pics_wrap .font-box .font2 {
		font-size: 34px;
		font-weight: 500;
		margin: 0 0 20px;
		line-height: 1.3;
	}

	.pics_wrap .font-box .inner {
		text-align: left;
	}
}

@media(max-width:992px) {
	.col-xs-6 {
		width: 50%;
		margin-bottom: 20px;
	}

	.lian {
		width: 100px;
		text-align: center;
		height: 36px;
		line-height: 36px;
		background: #d80b2d;
		font-size: 14px;
		color: white;
		display: block
	}

	.position-absolute {

		width: 370px;
		left: 2%;
	}

	.pics_wrap .font-box .imgbox img {
		max-width: 150px;
	}

	.pics_wrap .font-box .font1 {
		font-size: 26px;
		font-weight: bold;
	}

	.pics_wrap .font-box .font2 {
		padding: 10px 0px;
		width: 206px;
		line-height: 20px;
	}

	.pics_wrap .font-box .container {
		justify-content: center;
	}
}

@media(max-width:468px) {
	.pics_wrap .font-box .imgbox img {
		display: none;
	}

	.pics_wrap .font-box {
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.pics_wrap .font-box .font1 {
		font-size: 20px;
	}

	.pics_wrap .html5zoo-nav-0 {
		display: none !important;
	}

	.pics_wrap .font-box .container {
		justify-content: center;
	}

	.Alltitle a {
		float: right;
		font-size: 16px;
		margin-top: -26px;
	}

	.Alltitle h3 {
		font-size: 20px;
		color: #333333;
		font-weight: 500;
	}

	.fangbox ul li {
		margin-bottom: 30px;
	}
}


/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,
.sub-nav .animated {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.navSlide {
	-webkit-animation-name: navSlide;
	animation-name: navSlide
}

@keyframes navSlide {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
		transform: translateY(0)
	}
}

/*主菜单*/
@media (min-width:1000px)

/*pc端*/
	{
	body {
		background-color: #f5f5f5;
	}

	.document-flow {
		position: absolute;
		z-index: 999;
		right: 0;
		left: 0;
		top: 2px;
		height: 84px;
	}

	.header1 {
		background: #fff;
		height: 100px;
		line-height: 100px;
	}

	.header1 .nav-toggle {
		display: none
	}

	.logo img {
		max-width: 280px;
		max-height: 90px;
	}

	.logo .invest {
		font-size: 24px;
		line-height: 1.5;
	}

	.nav>ul {
		float: left;
		width: 100%;
	}

	.nav>ul>li {
		float: left;
		text-align: center;
		width: 16%;
	}

	.nav>ul>li>ul {
		position: absolute;
	}

	.nav>ul>li>a {
		text-align: center;
		font-size: 16px;
		display: inline-block;
		padding: 0 1%;
		font-weight: 800;
		border: 1px solid transparent;
		position: relative;
	}

	.nav>ul>li>a::before {
		position: absolute;
		width: 50px;
		height: 2px;
		background: transparent;
		content: "";
		transform: translate(-50%, -50%);
		bottom: 20px;
		left: 50%;
	}

	.nav>ul>li.current>a::before,
	.nav>ul>li>a:hover::before {
		background: #d70b2c;
	}

	.liutop a {
		text-align: center;
		font-size: 16px;
		display: inline-block;
		padding: 0 10px;
		font-weight: 800;
		border: 1px solid #999;
		height: 40px;
		line-height: 40px;
	}

	.liutop a:hover {
		color: #d80b2d;
	}

	.nav>ul>li.current>a,
	.nav>ul>li:hover>a {
		color: #d80b2d;

		/* background-color: #ef7a0c; */
	}


	.nav li:hover>ul {
		display: block;
	}

	.nav ul li ul li a {
		display: block;
		width: 100%;
		text-align: center;
		color: #666;
		font-size: 15px;
		line-height: 50px
	}

	.nav ul li ul li a:hover {
		text-decoration: none;
		color: #fff;
		background: #89584B;
	}

	.nav ul li ul li {
		display: none !important;
	}

	.nav ul li {
		position: relative;
	}

	.nav ul li .arrow {
		display: none
	}

	.nav ul li ul {
		background-color: #ad7669;
		display: none;
		position: absolute;
		left: -18%;
		z-index: 2;
		width: 150px
	}

	/*二级ul样式*/
	.nav ul li ul li ul {
		left: 100%;
		top: 0px;
		display: none;
	}


	/* .boxnav ul li .ol li {
		text-align: center;
		width: 40.3%;
		margin: 4% 4% 0 4%;
		padding: 4% 2%;
		display: inline-block;
	} */
	.boxnav ul li .ol li {
		text-align: center;
		width: 20.3%;
		margin: 2% 2% 0 2%;
		padding: 2% 2%;
		display: inline-block;
	}

	.boxnav ul li h4 {
		font-size: 24px;
		color: #333333;
	}

	.boxnav ul li .ol li:hover {
		box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.12);

	}

	.boxnav ul li .ol li img {
		display: block;
		margin: auto;

	}

	.boxnav ul li .ol li a p {
		line-height: 30px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 14px;
		color: #666666;
	}

	.boxnav ul li .ol li:hover a p {
		color: #d80b2d;
	}


	/*三级以后ul样式*/
}

@media (max-width:1000px)

/*手机端*/
	{
	.header1 {
		padding: 0px 0;
	}

	.header1 .logo {
		line-height: 60px;
		text-align: left;
		margin-left: 10px;
	}

	.header1 .logo img {
		height: auto;
		width: auto;
		max-width: 250px;
		max-height: 40px;
	}

	.header1 .nav-toggle {
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 20px;
		min-width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 1;
	}

	.header1 .nav-toggle.active {
		color: #ccc;
	}

	.header1 .col-md-3 {
		padding-left: 0;
	}

	.topcoms .col-xs-12 {
		padding: 0 0;
	}

	.document-flow {
		position: absolute;
		z-index: 999;
		right: 0;
		left: 0;
		top: 2px;
	}

	.logo .invest {
		font-size: 18px;
		line-height: 1.5;
	}

	.nav {
		position: fixed;
		z-index: 100;
		top: 0px;
		right: 0px;
		width: 0px;
		background: #fff;
		height: 100%;
		height: 100vh;
		opacity: 0;
		transition: all 0.2s linear;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.nav.active {
		opacity: 1;
		width: 300px;
		max-width: 60%
	}

	.nav ul li {
		line-height: 45px;
		text-align: left
	}

	.nav ul li ul {
		display: none;
	}

	/*二级ul样式*/
	.nav ul li a {
		padding-left: 30px;
		display: block;
		color: #999;
		font-size: 15px;
		line-height: 3.5;
		border-bottom: 1px solid #dcdcdc
	}

	.nav ul li ul li a {
		padding-left: 60px;
		font-size: 14px;
		background-color: #eeeeee
	}

	.nav ul li ul li ul li a {
		padding-left: 90px;
	}

	.nav ul li ul li ul li li a {
		padding-left: 120px;
	}

	.nav ul li {
		position: relative;
	}

	.nav ul li .arrow {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		transition-duration: 0s
	}

	.nav ul li .arrow:after {
		font-family: FontAwesome;
		content: "\f105";
		display: block;
		font-weight: bold;
		font-size: 18px
	}

	.nav ul li.current>a {
		color: #5a342b;
	}

	.nav ul li.active>ul {
		display: block
	}

	.nav ul li.active>.arrow {
		transform: rotate(90deg)
	}



}


/*TOP*/
.header-top {
	color: #fff;
	background-color: #222222;
	color: rgb(239, 122, 12);
	line-height: 34px;
}

.header-top .float-lg-left {
	padding-left: 15px;
}

.header-top .float-lg-right {
	padding-right: 15px;
}


/*FOOTER*/
@media (min-width:1000px) {
	footer {
		padding-top: 40px;
		/* 	margin-top: 100px; */
		background: #4ba0e7;
	}

	.ewm {
		width: 140px;
		height: 140px;
	}
}

@media (max-width:1000px) {
	footer {
		padding-top: 20px;
		margin-top: 50px;
	}

	footer .right {
		padding-top: 20px;
	}

	.ewm {
		max-width: 100px;
	}
}

footer {
	background-color: #4ba0e7;
	color: #fff;
	line-height: 1.8;
}

footer a {
	color: #fff;
	font-size: 16px;
}

footer .right img {
	max-width: 130px;
	max-height: 130px;
}

.footnav .title,
footer .left .title {
	font-size: 16px;
	padding-bottom: 6px;
	color: white;
}

.foots {
	margin-top: 20px;
	/* border-top: 1px solid #d1d1d1; */
}



.footnav li a:hover {
	color: #ef7a0c;
}

.footnav li:not(:nth-child(-n+6)) {
	display: none;
}

.footlogo {
	float: left;
	width: 25%;
	padding-right: 2%;
}

.footnavs {
	float: left;
	width: 46%;
	padding: 0 3%;
	height: 288px;
	border-left: 1px solid #5aaff6;
	border-right: 1px solid #5aaff6;
}

.footnavs .li {
	float: left;
	width: 20%;
	text-align: center;
}

.eweima {
	width: 29%;
	float: left;
	text-align: center;
	padding: 0 1%;
}

.eweima .ma {
	display: inline-block;
	width: 48%;
	text-align: center;
}

.eweima .wenben {
	margin: 2% 0;
	padding-left: 10px;
}

.eweima .wenben p {
	text-align: left;
}

.eweima .ma p {
	font-size: 12px;
	margin-top: 10px;

}

.footlogo img {
	margin-bottom: 20px;
}

.erxian {
	margin: 2% 0;
}

.foots .text-center {
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}

.foots .you {
	display: inline-block;
	float: right;
	width: 27%;
}



/* 隐藏原生的select样式 */
.foots .you select {
	/* -webkit-appearance: none;
	-moz-appearance: none; */
	/* appearance: none; */
	padding: 5px;
	/* border: 1px solid #999; */
	border-radius: 5px;
	/* background-color: #f1f1f1; */
	color: #333;
	font-size: 16px;
	width: 200px;
}

/* 美化select的下拉箭头 */
.foots .you select:after {
	content: "\25BC";
	/* Unicode编码，表示向下的箭头 */
	position: absolute;
	top: 12px;
	right: 10px;
}

/* 美化选项内容 */
.foots .you select option {
	padding: 5px;
	/* background-color: #f9f9f9; */
	color: #333;
}





/*移动端固定栏目按钮*/
.float-nav-toggle {
	z-index: 10;
	display: block;
	text-align: center;
	position: fixed;
	left: 6px;
	bottom: 60px;
	color: #fff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(13, 13, 13, 0.6);
	border-radius: 20px;
}

@media (max-width: 767px) {
	.display-xs-block {
		display: block !important;
	}
}


/*手机端固定导航栏*/
.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	padding: 6px 0px 2px;
	color: #fff;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 0.2rem solid #000;
	background: #fff;
}

.footer-fixed ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.footer-fixed ul li a {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.footer-fixed ul li p {
	font-size: 1.3rem;
}

.footer-fixed.active {
	transform: translateX(2.8rem);
	z-index: 9;
}

.footer-fixed2 {
	font-size: 2.8rem;
	padding-top: 0.6rem;
}

.footer-fixed i {
	display: block;
}

.footer-fixed .fa {
	font-size: 22px;
}

@media (min-width:1000px) {
	.footer-fixed {
		display: none !important;
	}
}

@media (max-width:1000px) {
	footer {
		padding-bottom: 40px;
	}
}


/*Pc端固定客服*/
.wpsidebar-fkf {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9999;
}

.fkf-item {
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 6px;
	box-sizing: border-box;
	cursor: pointer;
}

.fkf-item img {
	width: 30px;
	height: 30px;
}

.fkf-item img.hover {
	display: none;
}

.fkf-item:hover>img {
	display: none;
}

.fkf-item:hover img.hover {
	display: block;
}

.fkf-cart>span {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ff6600;
	color: #fff;
	left: -12px;
	top: -12px;
	text-align: center;
	line-height: 24px;
}

.fkf-item-right {
	position: absolute;
	right: 35px;
	padding-right: 25px;
	top: -15px;
	display: none;
}

.fkf-item:hover .fkf-item-right {
	display: block;
}

.fkf-item-right-content {
	width: 430px;
	border: 1px solid #ccc;
	border-top: 4px solid #ef7a0c;
	padding: 20px;
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative;
	font-family: 宋体;
}

.fkf-item-right-content .arrow,
.right-content-ewm .arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -15px;
	top: 23px;
	z-index: 20;
}

.fkf-item-right-content-top {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 70px;
	border-bottom: 1px solid #ccc;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.fkf-item-right-content-top img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 40px;
	height: 40px;
}

.fkf-item-right-content-top h2 {
	font-size: 22px;
	font-weight: bold;
	color: #ef7a0c;
}

.fkf-item-right-content-bottom p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fkf-item-right-content-bottom .content-bottom-item {
	display: inline-block;
	width: 32%;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.content-bottom-item img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background-color: #333;
	vertical-align: top;
}

.content-bottom-item span {
	display: inline-block;
	line-height: 25px;
}

.content-bottom-item:hover img {
	background-color: #ff6800;
}

.content-bottom-item:hover span {
	color: #ff6800
}

.right-content-tele {
	width: 300px;
}

.right-content-tele .fkf-item-right-content-top:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

.right-content-ewm {
	padding: 10px 20px 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative;
	display: flex;
	flex-direction: row;
	width: max-content;
}

.right-content-ewm .ewm div {
	width: 130px;
	height: 110px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 10px
}

.right-content-ewm .ewm div img {
	width: 100px;
	height: 100px;
	margin-top: 15px;
	margin-left: 15px;
	background: #fff;
}

.right-content-ewm .ewm p {
	text-align: center;
	font-size: 16px;
	color: #ef7a0c;
}

.fkf-item-right-ewm {
	top: initial;
	bottom: -15px;
}

.right-content-ewm .arrow {
	top: initial;
	bottom: 23px;
}

@media (max-width:1000px) {
	.wpsidebar-fkf {
		display: none !important;
	}
}


/*公共样式*/
@media (min-width:1000px) {
	.breadcrumb {
		margin: 20px 0;
	}

}

@media (max-width:1000px) {
	.breadcrumb {
		margin: 0 0 20px;
	}

}

.breadcrumb-line .breadcrumb {
	color: #5a5a5a;
	font-size: 14px;
	border-bottom: 1px solid #f4f4f4;
}

.breadcrumb>li+li::before {
	content: " >>";
	color: rgb(102, 102, 102);
}

.breadcrumb a {
	color: rgb(102, 102, 102);
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
	text-decoration: underline;
}

/* .pagination>li>a,
.pagination>li>span {
	padding: 6px 10px;
} */


.card1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.card2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 44px;
}

.card3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 66px;
}


.html5zoo-arrow-left-0 {
	background: url(../image/left.png) no-repeat scroll left top !important;
	margin-left: 30px;
	background-size: cover !important;
}

.html5zoo-arrow-right-0 {
	background: url(../image/left2.png) no-repeat scroll left top !important;
	margin-right: 30px;
	background-size: cover !important;
}

.page ul li .fa {
	padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
	color: #0488CD;
}

.font-size-13 {
	font-size: 13px;
}


/*子栏目样式*/
.sub-nav-box {
	clear: both;
	position: relative;
	background-color: #fff;
	padding: 15px 30px;
}

.sub-nav-box .sub-nav-title {
	line-height: 57px;
	text-align: left;
	padding-left: 15px;
	font-size: 22px;
	font-weight: bold;
}

.sub-nav-box .sub-nav {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
	overflow: visible;
}

.sub-nav-box .sub-nav li {
	width: 100%;
	padding: 0px;
	text-align: left;
	position: relative;
	display: block;
}

.sub-nav-box .sub-nav li a {
	display: block;
	padding-left: 25px;
	line-height: 54px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px #ccc solid;
	font-size: 15px
}

.sub-nav-box .sub-nav li ul {
	display: none
}

.sub-nav-box .sub-nav li ul li a {
	padding-left: 55px;
}

.sub-nav-box .sub-nav li ul li ul li a {
	padding-left: 85px
}

.sub-nav-box li .arrow {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	transition-duration: 0.1s;
	cursor: pointer
}

.sub-nav-box li .arrow:after {
	font-family: FontAwesome;
	content: "\f105";
	display: block;
	font-weight: bold;
	font-size: 18px
}

.sub-nav-box .sub-nav li.current>a,
.sub-nav-box .sub-nav li a:hover {
	color: #ef7a0c;
}

.sub-nav-box .sub-nav li.active>ul {
	display: block
}

.sub-nav-box .sub-nav li.active>.arrow {
	transform: rotate(90deg)
}

.consultationHotline .boxs {
	background-color: rgb(239, 122, 12);
	color: #fff;
	overflow: hidden;
	margin-top: 30px;
	padding: 20px 0 20px 16px;
}

.consultationHotline .boxs img {
	max-width: 50px;
	position: relative;
	top: 4px;
}




/*图片列表*/
.images-list .row .item a {
	display: block;
	overflow: hidden;
}

.images-list .row .item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
	transform: scale(1.1, 1.1);
}



/*分页公共样式*/
@media(min-width:1000px) {
	.white-bg {
		padding: 30px 20px;
	}

	.headline {
		border-bottom: 1px #ececec solid;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
}

@media (max-width:1000px) {
	.headline {
		padding-bottom: 20px;
		text-align: center;
		display: none;
	}
}

.white-bg {
	background-color: #fff;
}

.headline span {
	color: #ef7a0c;
	font-size: 20px;
}

/*产品公共样式*/
.account {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}


/*分页-发展历史*/
.milestone-wrap li .boxs .step-content .step-content-time {
	font-size: 14px;
}

.milestone-wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 3px;
	height: 100%;
	background-color: #ebebeb
}

.milestone-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

.milestone-wrap li {
	overflow: hidden
}

.milestone-wrap li .boxs .step-title {
	min-height: 45px;
	display: flex;
	align-items: center;
}

.milestone-wrap li .boxs .step-title .step-title-text {
	width: 100%;
}

.milestone-wrap li:nth-child(2n-1) .boxs {
	float: right;
	width: 50%;
	text-align: left
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title {
	position: relative;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -51%);
	transform: translate(-50%, -51%);
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #ef7a0c;
	z-index: 1;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-icon .step-title-icon-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../image/default.png);
	width: 24px;
	height: 24px;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title:hover .step-title-icon {
	background-color: #ef7a0c;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title:hover .step-title-text:before {
	background-color: #ef7a0c;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text {
	color: #666666;
	position: relative;
	font-weight: bold;
}

.milestone-wrap li:nth-child(2n-1) .boxs .step-content .step-content-text {
	line-height: 20px;
	font-size: 18px;
	color: #6b6b6b;
	font-weight: bold;
}

.milestone-wrap li:nth-child(2n) .boxs {
	float: left;
	width: 50%;
	text-align: right
}

.milestone-wrap li:nth-child(2n) .boxs .step-title {
	position: relative;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #ef7a0c;
	z-index: 1;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-icon .step-title-icon-center {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: url(../image/default.png);
	width: 24px;
	height: 24px;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title:hover .step-title-icon {
	background-color: #ef7a0c;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title:hover .step-title-text:before {
	background-color: #ef7a0c;
}

.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text {
	color: #666666;
	position: relative;
	font-weight: bold;
}

.milestone-wrap li:nth-child(2n) .boxs .step-content .step-content-text {
	line-height: 20px;
	font-size: 18px;
	color: #6b6b6b;
	font-weight: bold;
}

@media (min-width:1000px) {
	.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text {
		font-size: 18px;
		padding-left: 60px;
	}

	.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text:before {
		content: "";
		background-color: #ef7a0c;
		height: 1px;
		top: 50%;
		width: 52px;
		left: 0;
		position: absolute;
	}

	.milestone-wrap li:nth-child(2n-1) .boxs .step-content {
		padding: 5px 0 8px 60px
	}

	.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text {
		font-size: 18px;
		padding-right: 60px;
	}

	.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text:before {
		content: "";
		background-color: #ef7a0c;
		height: 1px;
		top: 50%;
		width: 52px;
		right: 0;
		position: absolute;
	}

	.milestone-wrap li:nth-child(2n) .boxs .step-content {
		padding: 5px 60px 8px 0px
	}

}

@media (max-width:1000px) {

	.milestone-wrap li:nth-child(2n-1) .boxs .step-title .step-title-text {
		font-size: 15px;
		padding-left: 30px;
	}

	.milestone-wrap li:nth-child(2n-1) .boxs .step-content {
		padding: 5px 0px 8px 30px
	}

	.milestone-wrap li:nth-child(2n) .boxs .step-title .step-title-text {
		font-size: 15px;
		padding-right: 30px;
	}

	.milestone-wrap li:nth-child(2n) .boxs .step-content {
		padding: 5px 30px 8px 0px
	}
}



/*分页-产品中心*/
.pa_piclist_1 .item {
	margin-bottom: 30px;
}

.pa_piclist_1 .inner {
	border: 1px solid #ddd;
	padding: 14px;
}

.pa_piclist_1 .inner:hover {
	border: 1px solid #479c18;
}

.pa_piclist_1 .item .picbox {
	display: block;
	overflow: hidden;
}

.pa_piclist_1 .item .picbox img {
	transition: all 0.3s ease-in-out;
}

.pa_piclist_1 .item .picbox:hover img {
	transform: scale(1.1, 1.1);
}

.pa_piclist_1 .item .title {
	text-align: center;
	color: #666;
	margin-top: 8px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width:992px) {
	.pa_piclist_1 .item {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}

	.pa_piclist_1 .inner {
		padding: 10px;
	}

	.addrui {
		padding-left: 0;
	}
}



/*分页-图片中心*/
@media(min-width:1000px) {
	.waterfall .boxs .title {
		font-size: 16px;
	}
}

@media (max-width:1000px) {}

.waterfall .boxs {
	overflow: hidden;
}

.waterfall .boxs img {
	transition: all 0.3s
}

.waterfall .item:hover img {
	transform: scale(1.05);
}

.waterfall .boxs .title {
	color: #5a5a5a;
	margin: 10px 0 0;
	text-align: center;
}


/*分页-新闻中心-图片*/
@media(min-width:1000px) {
	.pa_textlist_1 {
		margin-top: -20px;
	}

	.pa_textlist_1 .item {
		padding: 20px 0;
	}

	.pa_textlist_1 .item .date {
		padding: 16px 0;
	}

	.pa_textlist_1 .item .title {
		font-size: 16px;
		line-height: 1.4;
	}

	.pa_textlist_1 .item .picbox img {
		height: 140px !important;
		width: 100%;
	}

	.pa_textlist_1 .item .boxs {
		margin-top: 10px;
	}
}

@media(max-width:1000px) {
	.pa_textlist_1 .item {
		padding: 14px 0;
	}

	.pa_textlist_1 .item .title {
		font-weight: bold;
	}

	.pa_textlist_1 .contentbox {
		padding-left: 8px;
	}

	.pa_textlist_1 .item .left {
		padding-right: 0;
	}

	.pa_textlist_1 .item .date {
		font-size: 13px;
	}
}

.pa_textlist_1 .item {
	border-bottom: 1px solid #eee;
	padding: 16px 0;
}

.pa_textlist_1 .item .picbox {
	display: block;
	overflow: hidden;
}

.pa_textlist_1 .item .picbox img {
	transition: all 0.3s ease-in-out;
}

.pa_textlist_1 .item .picbox:hover img {
	transform: scale(1.08, 1.08);
}

.pa_textlist_1 .item .intro {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 44px;
}

.pa_textlist_1 .item .boxs {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*分页-新闻中心-例表*/
@media(min-width:1000px) {
	.news-list .row .date {
		width: 68px;
		height: 66px;
	}

	.news-list .row .title a {
		font-size: 18px;
	}

	.news-list .title .time {
		font-size: 15px;
	}

	.news-list .row .date li:first-child {
		font-size: 24px;
		line-height: 4.px;
	}

	.news-list .row .date li:last-child {
		font-size: 13px;
	}

	.news-list .left {
		width: 10%;
	}

	.news-list .right {
		width: 90%;
	}

}

@media(max-width:1000px) {
	.news-list .row .date {
		width: 60px;
		height: 60px;
	}

	.news-list .row .date li:first-child {
		font-size: 24px;
		height: 38px;
		line-height: 38px;
	}

	.news-list .row .date li:last-child {
		font-size: 13px;
	}

	.news-list .row {
		padding: 10px 0 24px;
	}

	.news-list .left {
		padding-left: 0;
	}

	.news-list .row .right {
		padding-left: 0;
		padding-right: 0;
	}
}

.news-list .row {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.news-list .row .title {
	transition: all .5s ease;
}

.news-list .row .date {
	background: #e4f2eb;
	text-align: center;
	color: #666;
	transition: all .1s ease;
}

.news-list .row .date li:first-child {
	font-weight: bold;
}

.news-list .row .title p {
	padding-top: 2px;
	color: #999999;
	line-height: 22px;
}

.news-list .row:hover .title a {
	color: #479c18;
}



/*分页-产品中心*/
@media (min-width:1000px) {
	.addindex-ListBox .index-ListBox .contentBox {
		margin-top: 0;
	}

	.addindex-ListBox .index-ListBox {
		padding: 0;
		margin: 10px -15px;
	}
}

@media (max-width:1000px) {
	.footlogo {
		display: none;
	}

	.footnavs {

		display: none;
	}

	.foots .you {
		display: inline-block;
		float: none;
		width: 100%;
	}

	.foots span {
		text-align: center;
		display: block;
		line-height: 30px;
		margin-top: 20px;
	}

	.eweima {
		width: 100%;
		float: left;
		text-align: center;
		padding: 0 1%;
	}
}

.addindex-ListBox .index-ListBox .imgBox img {
	border: none;
}

/*左移动*/
.marqueelefts.about-Marqueelefts {
	height: auto;
	max-width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.marqueelefts.about-Marqueelefts ul {
	float: left;
}

.marqueelefts.about-Marqueelefts li {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 300px;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.marqueelefts.about-Marqueelefts li .pic {
	display: block;
	width: 300px;
	height: auto;
	padding: 10px;
	overflow: hidden;
}

.marqueelefts.about-Marqueelefts li .pic img {
	height: 100%;
	width: 100%;
}

.marqueelefts.about-Marqueelefts li .txt {
	text-align: center;
	height: auto;
	line-height: 260px;
}

.marqueelefts.about-Marqueelefts .marquee1_1>li>p {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}


/*180°旋转*/
.zhuan {
	-webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
	animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
}

@-webkit-keyframes logoRotate {
	0% {
		-webkit-transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(-180deg);
	}

	0% {
		-webkit-transform: rotateY(-180deg);
	}

	100% {
		-webkit-transform: rotateY(0deg);
	}
}

@keyframes logoRotate {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(-180deg);
	}

	0% {
		-webkit-transform: rotateY(-180deg);
	}

	100% {
		-webkit-transform: rotateY(0deg);
	}
}

/*.zhuan{transform: rotateY(360deg);transition:.5s linear;}*/