* {
	color: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-size: 16px;
	font-family: "Arial";
	padding: 0;
}

p {
	margin: 0;
}


/*@font-face {
	font-family: 'BELLB';
	src: url('BELLB.TTF');
}*/

table {
	width: 100% !important;
	border-collapse: collapse !important;
	border: 1px solid #DDDDDD !important;
}

table td {
	border: 1px solid #ddd !important;
}

table tr {
	border: 1px solid #ddd !important;
}

input,
textarea {
	outline: none
}

input::-webkit-input-placeholder {
	color: #999999;
}

@keyframes big {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes big {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}



.hov5 {
	position: relative;
	overflow: hidden;
}

.hov5::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hov5:hover::before {
	-webkit-animation: shine .75s;
	animation: shine 1.5s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.circle {
	width: 24px;
	margin: 3px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3px;
}

.circle-bubble {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #72a54a;
}

.circle1 {
	animation: pulse .4s ease 0s infinite alternate;
}

.circle2 {
	animation: pulse .4s ease .2s infinite alternate;
}

.circle3 {
	animation: pulse .4s ease .4s infinite alternate;
}

@keyframes pulse {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 1;
		transform: scale(.35);
	}
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes shake {
	33.3% {
		transform: translateX(-6px)
	}

	49.95% {
		transform: translateX(4px)
	}

	66.6% {
		transform: translateX(-2px)
	}

	83.25% {
		transform: translateX(1px)
	}

	to {
		transform: translateX(0)
	}
}

.clearfix {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.ov {
	overflow: hidden;
}

.uk-container {
	padding: 0;
}

.uk-container {
	max-width: 1200px;
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

/* 茅隆露茅茠篓盲驴隆忙聛炉 */
.header-top {
	background: #ffffff;
	display: flex;
	justify-content: flex-end;
}

.header-top .uk-container {
	max-width: 1560px;
	width: 100%;
}

.header-box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.header-left {
	width: 22%;
	padding: 10px 0;
}

.header-center {
	width: 33%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 0;
}

.header-center1 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}

.header-lx {
	margin-right: 20px;
	color: #666666;
	font-size: 12px;
	line-height: 31px;
}

.header-lx img {
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.header-right {
	width: 42%;
	background: #333e46;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 0;
}

.header-right1 {
	display: flex;
	justify-content: flex-start;
	padding: 0 46px;
}

.shemei {
	margin-right: 40px;
}

.header-search {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 200px;
}

.sousuo-box1 {
	height: 32px;
	width: 100%;
	border: none;
	border-radius: 13px;
	width: 100%;
	border: 1px solid #cccccc;
	background: #fff;
	max-width: 218px;
	float: right;
}

.sousuo-box1>input {
	width: calc(100% - 30px);
	float: left;
	height: 32px;
	line-height: 30px;
	padding-left: 8px;
	background: none;
	float: left;
	color: #000;
	border: none;
}

.sousuo-box1>input::-webkit-input-placeholder {
	color: #666666;
}

.sousuo-box1>button {
	width: 14px;
	float: right;
	border: none;
	background: none;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}

.shemei-icon {
	margin-top: 12px;
	display: block;
}

@media(max-width:1200px) {
	.header-right1 {
		display: block;
	}

	.shemei {
		margin-bottom: 15px;
	}
}

@media(max-width:900px) {
	.header-logo {
		display: block;
		margin: 0 auto 10px;
	}

	.header-left {
		width: 100%;
	}

}

@media(max-width:768px) {
	.header-left {
		width: 100%;
	}

	.header-right {
		display: none;
	}

	.header-center {
		display: none;
	}
}

/* 氓炉录猫藛陋忙 路氓录聫 */
.header-nav {
	padding: 0 0;
	padding-bottom: 0;
	background: #fcb026;
}

.header-nav .uk-container-center {
	max-width: 1210px;
}

.nav-center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.uk-navbar-nav>li>a {
	color: #333333;
	line-height: 100px;
	font-size: 22px;
	font-weight: bold;
	padding: 0 40px;
	position: relative;
	height: 100px;
	text-transform: uppercase;
	position: relative;
}

.uk-navbar-nav {
	display: flex;
	justify-content: space-between;
	float: none;
}

.uk-navbar-nav>li {
	text-align: center;
	padding: 0 0;
}

.uk-navbar-nav>li.uk-active>a {
	color: #333;
	background: #efa929;
}

.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
	color: #333;
	background: #efa929;
}

.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:before:focus {
	color: #333;
	background: #efa929;
}

.uk-navbar-toggle {
	margin-left: 20%;
	margin-top: 3%;
}

.nav-zuo>a {
	display: block;
	width: 100%;
	line-height: 24px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 6px;
	padding-left: 10%;
	color: #ffffff;
	text-transform: uppercase;
	color: #fff;
}

.erji {
	font-size: 14px !important;
	padding-left: 10% !important;
	color: #ccc !important;
	margin-bottom: 2px !important;
	line-height: 24px !important;
}

.erjiname>a>span {
	text-align: right;
	color: #fff;
	float: right;
	opacity: 0;
}

.d-erji {
	background: none;
	padding-top: 0;
	background: rgba(252, 176, 38, .9);
	padding-bottom: 0;
	left: 0 !important;
	text-align: left;
}

.d-erji>ul>li>a {
	line-height: 24px !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 200;
	border-bottom: 1px solid #fff;
}

.d-erji>ul>li>a:hover {
	background: rgba(252, 176, 38, .8);
}

.d-erji>ul>li>a:hover span {
	opacity: 1;
}

.sousuo-box {
	height: 40px;
	width: 100%;
	border: none;
	background: none;
	border: 1px solid #eaeaea;
	margin-top: 30px;
	border-radius: 20px;
}

.sousuo-box>input {
	width: calc(100% - 58px);
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
	background: none;
	float: left;
	border: none;
	color: #fff;
}

.sousuo-box>button {
	width: 22px;
	float: right;
	border: none;
	background: none;
	float: right;
	margin-top: 8px;
	margin-right: 36px;
}

@media(max-width:1100px) {
	.uk-navbar-nav>li>a {
		padding: 0 20px;
	}
}

@media(max-width:850px) {
	.uk-navbar-nav>li>a {
		padding: 0 10px;
	}
}

@media(max-width:768px) {
	.header-nav {
		padding: 0;
	}

	.header-nav>.uk-container {
		padding: 0;
	}

	.sousuo-box1 {
		display: none;
	}

	.uk-navbar-toggle {
		margin-top: 0;
		background: #ffa400 !important;
		margin-left: 0;
		color: #fff;
	}

	.header-logo {
		display: block;
		margin: 15px auto !important;
	}

	.nav-right {
		background: #fcb026;
	}
}

/* page banner */

.banner-page{
	padding: 120px 0;
	 background-repeat: repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    /* min-height: 100vh; */
    /* position: relative; */
    width: 100%;
}
			
			.banner-page .banner-tag{
				background:rgba(252, 176, 38, .6) ;
				border-radius: 10px;
				padding: 30px 0;
			}
			.banner-tag h1{
				font-weight: 600;
				color: #FFFFFF;
				text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #efa929, 0 0 20px #efa929;
				-webkit-text-stroke:2px black;
			}
			.banner-tag li a{
				color: #000000;
				font-weight: 600;
			}
			.banner-tag li a:hover{
				color: #fff;
			}

/* index banner */

.video-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 3;
	width: 80%;
}

.banner-content h1 {
	color: #fcb026;
	font-size: 3rem;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

.banner-content p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	color: #ffffff;
}

.cta-button {
	padding: 12px 30px;
	background: #ff6b6b;
	color: white;
	border: none;
	border-radius: 50px;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cta-button:hover {
	background: #ff5252;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* 鍝嶅簲寮忚皟鏁� */
@media (max-width: 768px) {
	.banner-content h1 {
		font-size: 2rem;
	}

	.banner-content p {
		font-size: 1rem;
	}

	.cta-button {
		padding: 10px 25px;
		font-size: 1rem;
	}
}


/* index products */
.home-product {
	padding: 60px 0;
}

.title-left {
	padding-bottom: 20px
}

.title-left h2 {
	color: #D22429;
	padding-bottom: 10px;
	font-weight: 600;
	/* font-size: 3rem; */
	color: #efa929;
	text-shadow:
		0 0 5px #fff,
		0 0 10px #fff,
		0 0 15px #efa929,
		0 0 20px #efa929;
	letter-spacing: 0.8px;
}



.title-left p {
	padding-bottom: 10px
}

.title-left p a {
	color: #efa929;
	font-weight: 600;
}

.title-info {
	font-size: 16px;
	color: #5D5D5D;
	font-style: italic
}

.title-wrap {
	padding-bottom: 35px
}

.title-right {
	display: flex;
	align-items: center;
	justify-content: center
}

.btn-secondary {
	background: transparent;
	color: #000;
	overflow: visible;
	padding: 10px 28px 10px 28px
}

.btn-secondary i {
	vertical-align: middle;
	font-size: 14px;
	padding: 0 0 3px 7px;
	transition: .5s;
	position: absolute;
	top: 15px;
	/* right:20px */
}

.btn-secondary::before,
.btn-secondary::after,
.btn-secondary span::before,
.btn-secondary span::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 0.3s
}

.btn-secondary::before {
	top: -2px;
	left: -2px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	height: 100%;
	width: 15%
}

.btn-secondary::after {
	top: -2px;
	right: -2px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	width: 75%
}

.btn-secondary span::before {
	bottom: -2px;
	left: -2px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	width: 75%
}

.btn-secondary span::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 100%;
	width: 15%
}



@media (min-width: 1200px) {
	.title-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.title-wrap {
		padding-bottom: 0;
	}
}

/*index products*/
.home-pro-list {
	margin-top: 30px;
}

.home-pro-list ul {
	padding-left: 0;
}

.index-pr {
	padding: 3% 3%;
	background: url(images/b2.jpg);
	padding-bottom: 2%;
}

.in-title {
	font-size: 46px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	margin-bottom: 5px;
}

.in-subtitle {
	text-align: center;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 18px;

}

.in-xian {
	width: 54px;
	height: 5px;
	border-radius: 2.5px;
	background: #eda129;
	margin: 12px auto 30px;
}

.ipr-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ipr-left {
	width: 374px;
}

.ipr-right {
	width: calc(100% - 400px);
	top
}

.icon {
	display: block;
	margin-top: 46px;
	margin-bottom: 46px;
}

.ipr-navbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	margin-top: 20px;
}

.ipr-navname {
	display: block;
	position: relative;
	width: 14.28%;
	border: 1px solid #dcdcdc;
	margin-top: -1px;
	border-right: 0.5px solid #dcdcdc;
	display: flex;
	height: 55px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.ipr-navbox .uk-active {
	background: #444e56;
	color: #fff;
	border: 1px solid #444e56;
	position: relative;
}

.ipr-navbox .uk-active a {
	color: #fff;
}

.ipr-navname a {
	display: block;
	color: #666666;
	text-align: center;
	font-size: 16px;
	width: 100%;
	line-height: 20px;
	font-weight: 200;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ipr-navname a:hover {
	text-decoration: none;
}

.ipr-navname:hover {
	background: #444e56;
	border: 1px solid #444e56;
}

.ipr-navname:hover a {
	color: #fff;
}

.ipr-box {
	display: block;
	position: relative;
	border: 1px solid #d8d8d8;
}

.ipr-name {
	font-size: 21px;
	line-height: 68px;
	text-align: center;
	padding: 0 10px;
	font-weight: 400;
	color: #fff;
	background: #053976;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inpr-box {
	margin-bottom: 50px;
	position: relative;
	display: block;
	padding-bottom: 60px;
	-moz-box-shadow: 0px 0px 15px #cccccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
}

img.inpr-img {
	width: 100%;
}

.inpr-fugai1 {
	position: absolute;
	width: 100%;
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	top: 0px;
	transform-style: preserve-3d;
	transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
	opacity: 0;
	/* border-top-right-radius: 10px;border-top-left-radius: 10px; */
	transition: all 500ms ease;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8d055+0,dc8b22+99 */
	background: rgba(248, 208, 85, 0.75);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(248, 208, 85, 0.75) 0%, #dc8b22 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248, 208, 85, 0.75) 0%, #dc8b22 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248, 208, 85, 0.75) 0%, #dc8b22 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12s+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(248,208,85,0.75)', endColorstr='#dc8b22', GradientType=0);
	/* IE6-9 */
}

.ipr-content li {
	margin-bottom: 40px;
}

.inpr-box:hover {
	text-decoration: none;
}

.inpr-box:hover .inpr-more1 {
	opacity: 0;
}

.inpr-box:hover .inpr-fugai1 {
	transform: perspective(1200px) rotateY(0deg) translateZ(0px);
	transition-delay: 0.1s;
	opacity: 1;
}

.inpr-title1 {
	margin-top: 15px;
	text-align: center;
	padding: 0 15px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-family: "BELLB";
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inpr-subtitle1 {
	text-align: center;
	padding: 0 15px;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	font-family: "BELLB";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inpr-more1 {
	position: absolute;
	bottom: -35px;
	left: calc(50% - 35px);
	transition: 0.6s;
}

.inpr-title {
	text-align: center;
	padding: 0 15px;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	font-family: "BELLB";
}

.inpr-subtitle {
	text-align: center;
	padding: 0 15px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-family: "BELLB";
}

.inpr-more {
	display: block;
	margin: 30px auto 0;
}

@media(max-width:960px) {
	.ipr-navbox {
		border-bottom: none;
	}

	.ipr-navname {
		width: 48%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.inpr-left {
		width: 100%;
	}

	.inpr-right {
		width: 100%;
	}

	.ipr-navname a {
		font-size: 16px;
	}

	.icon {
		display: none;
	}

	.in-title {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 30px;
		text-align: center;
	}
}

/* index-pictrue */

.title-3 {
	margin: 60px 0 0px;
	font-size: 0;
}

.title-3 a {
	position: relative;
	padding: 30px 55px 0;
	display: inline-block;
	vertical-align: top;
}

.title-3 a .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 50px;
	border: solid 3px #ffc04f;
	border-bottom: none;

}

.title-3 a .bg:before,
.title-3 a .bg:after {
	content: "";
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 40px;
	height: 3px;
	background: #ffc04f;
}

.title-3 a .bg:before {
	left: -3px;
}

.title-3 a .bg:after {
	right: -3px;
}

.title-3 a h2 {
	margin: 0 0 10px;
	font-size: 30px;
	color: #ffa400;
	line-height: 32px;
	font-weight: 600;
	text-shadow:
		3px 3px 0 #4ecdc4,
		6px 6px 0 #ffe66d;
}

.title-3 a .en {
	font-size: 18px;
	color: #333;
	line-height: 24px;
}

.title-3 a:hover {
	text-decoration: none;
}

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

	to {
		transform: rotate(360deg);
	}
}

/* 搴旂敤鍒板浘鐗� */
.bg img {
	animation: rotate 5s linear infinite;
}


/* #section1 {
	margin-bottom: -160px;

} */

#section1 .contents {
	padding: 65px 0 65px;
}

@media (max-width:990px) {
	#section1 .contents{
		padding: 0;
	}
	.pictrue-1 ul li a .imgbox .textbox .text h5{
		font-size: 16px;
	}
	
}

.pictrue-1 {
	overflow: hidden;
}

.pull-left {
	float: left !important;
}


/* .pictrue-1 ul {
	margin: 0 -52px;
}
 */
.pictrue-1 ul li {
	padding: 0 52px;
	margin-bottom: 10px;
	width: 25%;
}

.pictrue-1 ul li a {
	position: relative;
	display: block;
	max-width: 220px;
	font-size: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.pictrue-1 ul li a img {
	max-width: 100%;
}

.pictrue-1 ul li a .imgbox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 25px;
	width: 100%;
	height: 100%;
}

.pictrue-1 ul li a .imgbox .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.pictrue-1 ul li a .imgbox .textbox {
	position: relative;
	z-index: 2;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.pictrue-1 ul li a .imgbox .textbox .text {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	margin-top: -50px;
	width: 100%;
}

.pictrue-1 ul li a .imgbox .textbox .text h5 {
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 24px;
}

.pictrue-1 ul li.li1,
.pictrue-1 ul li.li3 {
	padding-top: 80px;
}

.pictrue-1 ul li.li0 a {
	box-shadow: 0px 8px 5px rgba(101, 230, 147, 0.1), inset 0 20px 10px rgba(101, 230, 147, 0.05);
	-webkit-box-shadow: 0px 8px 5px rgba(101, 230, 147, 0.1), inset 0 20px 10px rgba(101, 230, 147, 0.05);
	-moz-box-shadow: 0px 8px 5px rgba(101, 230, 147, 0.1), inset 0 20px 10px rgba(101, 230, 147, 0.05);
	-o-box-shadow: 0px 8px 5px rgba(101, 230, 147, 0.1), inset 0 20px 10px rgba(101, 230, 147, 0.05);
}

.pictrue-1 ul li.li1 a {
	box-shadow: 0px 8px 5px rgba(64, 223, 206, 0.1), inset 0 20px 10px rgba(64, 223, 206, 0.05);
	-webkit-box-shadow: 0px 8px 5px rgba(64, 223, 206, 0.1), inset 0 20px 10px rgba(64, 223, 206, 0.05);
	-moz-box-shadow: 0px 8px 5px rgba(64, 223, 206, 0.1), inset 0 20px 10px rgba(64, 223, 206, 0.05);
	-o-box-shadow: 0px 8px 5px rgba(64, 223, 206, 0.1), inset 0 20px 10px rgba(64, 223, 206, 0.05);
}

.pictrue-1 ul li.li2 a {
	box-shadow: 0px 8px 5px rgba(241, 175, 61, 0.1), inset 0 20px 10px rgba(241, 175, 61, 0.05);
	-webkit-box-shadow: 0px 8px 5px rgba(241, 175, 61, 0.1), inset 0 20px 10px rgba(241, 175, 61, 0.05);
	-moz-box-shadow: 0px 8px 5px rgba(241, 175, 61, 0.1), inset 0 20px 10px rgba(241, 175, 61, 0.05);
	-o-box-shadow: 0px 8px 5px rgba(241, 175, 61, 0.1), inset 0 20px 10px rgba(241, 175, 61, 0.05);
}

.pictrue-1 ul li.li3 a {
	box-shadow: 0px 8px 5px rgba(205, 31, 31, 0.1), inset 0 20px 10px rgba(205, 31, 31, 0.05);
	-webkit-box-shadow: 0px 8px 5px rgba(205, 31, 31, 0.1), inset 0 20px 10px rgba(205, 31, 31, 0.05);
	-moz-box-shadow: 0px 8px 5px rgba(205, 31, 31, 0.1), inset 0 20px 10px rgba(205, 31, 31, 0.05);
	-o-box-shadow: 0px 8px 5px rgba(205, 31, 31, 0.1), inset 0 20px 10px rgba(205, 31, 31, 0.05);
}

.pictrue-1 ul li a .xian {
	content: "";
	position: absolute;
	left: 106%;
	top: 50%;
	z-index: 1;
	width: 100px;
	height: 3px;
	background: #000000;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
	opacity: 0.05;
}

.pictrue-1 ul li.li3 a .xian {
	display: none;
}

.pictrue-1 ul li.li0 a .xian,
.pictrue-1 ul li.li2 a .xian {
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}

.pictrue-1 ul li.li1 a .xian {
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}

.pictrue-1 ul li.li0 a .imgbox .textbox {
	background: -moz-radial-gradient(center, ellipse cover, rgba(101, 230, 147, 0) 0%, rgba(101, 230, 147, 0.1) 99%, rgba(101, 230, 147, 0.1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(101, 230, 147, 0) 0%, rgba(101, 230, 147, 0.1) 99%, rgba(101, 230, 147, 0.1) 100%);
	background: radial-gradient(ellipse at center, rgba(101, 230, 147, 0) 0%, rgba(101, 230, 147, 0.1) 99%, rgba(101, 230, 147, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065e693', endColorstr='#1a65e693', GradientType=1);
}

.pictrue-1 ul li.li1 a .imgbox .textbox {
	background: -moz-radial-gradient(center, ellipse cover, rgba(64, 223, 206, 0) 0%, rgba(64, 223, 206, 0.1) 99%, rgba(64, 223, 206, 0.1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(64, 223, 206, 0) 0%, rgba(64, 223, 206, 0.1) 99%, rgba(64, 223, 206, 0.1) 100%);
	background: radial-gradient(ellipse at center, rgba(64, 223, 206, 0) 0%, rgba(64, 223, 206, 0.1) 99%, rgba(64, 223, 206, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0040dfce', endColorstr='#1a40dfce', GradientType=1);
}

.pictrue-1 ul li.li2 a .imgbox .textbox {
	background: -moz-radial-gradient(center, ellipse cover, rgba(241, 175, 61, 0) 0%, rgba(241, 175, 61, 0.1) 99%, rgba(241, 175, 61, 0.1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(241, 175, 61, 0) 0%, rgba(241, 175, 61, 0.1) 99%, rgba(241, 175, 61, 0.1) 100%);
	background: radial-gradient(ellipse at center, rgba(241, 175, 61, 0) 0%, rgba(241, 175, 61, 0.1) 99%, rgba(241, 175, 61, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1af3d', endColorstr='#1af1af3d', GradientType=1);
}

.pictrue-1 ul li.li3 a .imgbox .textbox {
	background: -moz-radial-gradient(center, ellipse cover, rgba(205, 31, 31, 0) 0%, rgba(205, 31, 31, 0.1) 99%, rgba(205, 31, 31, 0.1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(205, 31, 31, 0) 0%, rgba(205, 31, 31, 0.1) 99%, rgba(205, 31, 31, 0.1) 100%);
	background: radial-gradient(ellipse at center, rgba(205, 31, 31, 0) 0%, rgba(205, 31, 31, 0.1) 99%, rgba(205, 31, 31, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd1f1f', endColorstr='#1acd1f1f', GradientType=1);
}

.pictrue-1 ul li.li0 a .imgbox .textbox .text h5 {
	color: #fff;
}

.pictrue-1 ul li.li1 a .imgbox .textbox .text h5 {
	color: #fff;
}

.pictrue-1 ul li.li2 a .imgbox .textbox .text h5 {
	color: #fff;
}

.pictrue-1 ul li.li3 a .imgbox .textbox .text h5 {
	color: #fff;
}

@media (max-width: 991px) {

	.pictrue-1 ul li {
		margin-bottom: 30px;
		width: 50%;
	}

	.pictrue-1 ul li.li1,
	.pictrue-1 ul li.li3 {
		padding-top: 0;
	}

	.pictrue-1 ul li a {
		margin: 0 auto;
	}

	.pictrue-1 ul li a .xian {
		width: 0;
	}
}

@media (max-width: 767px) {
	.pictrue-1 ul {
		margin: 0 -15px;
	}

	.pictrue-1 ul {
		margin: 0 -15px;
	}

	.pictrue-1 ul li {
		padding: 0 15px;
	}

	.pictrue-1 ul li a .imgbox {
		padding: 15px;
	}

	.pictrue-1 ul li a .imgbox .textbox .text {
		margin-top: -28px;
	}

	.pictrue-1 ul li a .imgbox .textbox .text img {
		max-height: 30px;
	}

	.pictrue-1 ul li a .imgbox .textbox .text h5 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
	}

}

/* index-about */
.index-about {
	padding: 3% 0;
	/* background: url(images/bg.jpg) top no-repeat; */
	position: relative;
	padding-bottom: 0;
}

.in-xian1 {
	background: #fcb026;
}

/* .index-about .uk-container-center {
	max-width: 1920px;
}

.index-about .iab-box {
	max-width: 1650px;
}
 */
.iab-name {
	font-size: 24px;
	margin-top: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 600;
}
	

.index-about h4{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
	 text-shadow: 
	                -1px -1px 0 #efa929,
	                1px -1px 0 #efa929,
	                -1px 1px 0 #efa929,
	                1px 1px 0 #efa929;
}

.iab-desc {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}

.ab-bottom {
	width: 100%;
	max-width: 1160px;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 1;
}

.ab-lb {
	background: #fff;
	padding: 15px 20px;
	overflow: hidden;
}

.exh-img {
	transition: 0.6s;
}

.exh-box {
	overflow: hidden;
}

.exh-box:hover .exh-img {
	transform: scale(1.1, 1.1);
}

.rd-left {
	display: block !important;
	background: #fec95e;
	border-radius: 50%;
	left: -2% !important;
	transform: scale(0.7);
}

.rd-left:before {
	color: #000 !important;
	display: block !important;
}

.rd-right {
	display: block !important;
	background: #fec95e;
	border-radius: 50%;
	right: -2% !important;
	transform: scale(0.7);
}

.rd-right:before {
	color: #000 !important;
	display: block !important;
}

.index-roll-wrap {
	height: 221px !important;
	margin: 0 0 !important;
}

.roll_row .index-roll__list li {
	float: left;
	display: block;
	width: 295px !important;
	height: 221px !important;
	line-height: 100px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	position: relative;
	z-index: 99;
	color: #fff;
	transition: all 0.5s;
}

@media(max-width:1600px) {
	.ab-bottom {
		position: inherit;
		margin: 30px auto;
	}

	.ab-lb {
		background: #f1f1f1;
	}
}

@media(max-width:960px) {
	.index-about {
		padding-top: 3%;
		background: url(../images/bg.jpg) center repeat;
		position: relative;
		padding-bottom: 0;
	}

	.iab-left {
		width: 100%;
		margin-bottom: 20px;
	}

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

/* 茅娄鈥撁┞÷得︹€撀懊┾€斅� */
.index-news {
	padding: 0 3%;
}

.inews-title {
	text-align: left;
	margin-top: 200px;
}

.inews-xian {
	margin-top: 15px;
	margin-left: 0;
}

.inews-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: inherit;
	flex-wrap: wrap;
}

.inews-left {
	width: 150px;
}

.inews-right {
	width: calc(100% - 160px);
}

.inews-box {
	display: block;
	background: #ffffff;
	padding-bottom: 20px;
	overflow: hidden;
	transition: 0.6s;
	margin: 0 auto !important;
	padding: 0 20px;
	border-left: 1px solid #eeeeee;
	padding-bottom: 50px;
}

.inews-ri {
	color: #333333;
	font-size: 56px;
	line-height: 60px;
	text-align: left;
	margin-top: 56px;
	padding: 0 10px;
	transition: 0.6s;
}

.inews-nian {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-top: 4px;
	padding: 0 10px;
	transition: 0.6s;
	margin-bottom: 80px;
}

.inews-name {
	font-size: 20px;
	color: #323131;
	padding: 0 10px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 26px;
	transition: 0.6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inews-desc {
	color: #8f8e8e;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 10px;
	padding: 0 10px;
	transition: 0.6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.inews-jt {
	transition: 0.6s;
	display: block;
	margin-top: 50px;
}

.inews-more {
	font-size: 14px;
	color: #999999;
	padding: 0 20px;
	margin-top: 16px;
	transition: 0.6s;
}

.inews-box1 {
	overflow: hidden;
}

.inews-img {
	width: 100%;
	transition: 0.6s;
}

.inews-box:hover {
	text-decoration: none;
	color: #fff;
	background: #f0b640;
	transform: scale(1.05, 1.05);
}

.inews-box:hover .inews-name {
	color: #fff;
}

.inews-box:hover .inews-desc {
	color: #fff;
}

.inews-box:hover .inews-ri {
	color: #fff;
}

.inews-box:hover .inews-nian {
	color: #fff;
}


.z-left,
.z-right {
	width: 56px;
	height: 56px;
	line-height: 56px !important;
	background: #f7f7f7 !important;
	font-weight: bold !important;
	display: block !important;
	border: 1px solid #707070;
	color: #707070 !important;
	border-radius: 50%;
}

.z-left {
	left: -15% !important;
	top: 50% !important;
}

.z-right {
	right: 109.5% !important;
	top: 60% !important;
}

.z-left:before {
	font-size: 26px;
	color: #000000;
	position: relative;
	top: -14px;
}

.z-right:before {
	font-size: 26px;
	color: #000000;
	position: relative;
	top: -14px;
}

.z-left:hover {
	background: #fec95e !important;
	border: 1px solid #fec95e;
}

.z-right:hover {
	background: #fec95e !important;
	border: 1px solid #fec95e;
}

@media(max-width:1200px) {
	.z-left {
		left: 5% !important;
		opacity: 0.6;
	}

	.z-right {
		right: 5% !important;
		opacity: 0.6;
		top: 50% !important;
	}
}

@media(max-width:860px) {
	.inews-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.inews-right {
		width: 100%;
	}

	.inews-title {
		text-align: center;
		margin-top: 20px;
	}

	.inews-xian {
		margin: 5px auto 0;
	}
}

/* footer */
.footer {
	padding: 16px 3%;
	background: #444e55;
}

.footer .uk-container {
	max-width: 1400px;
}

.f-lxbox {
	padding: 15px 0;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
}

.f-logo {
	margin: 60px auto 10px;
	display: block;
}

.f-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f-box1 {
	width: 25%;
	border-right: 1px solid #e5e5e5;
	padding: 0 15px;
	padding-bottom: 70px;
}

.f-xian {
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 0 auto 14px;
	max-width: 260px;
	opacity: 0.4;
}

.add-title {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.add-desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	opacity: 0.75;
	margin-top: 12px;
}

.f-box2 {
	width: 25%;
	padding-top: 80px;
}

.f-title {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 14px;
}



.f-subtitle {
	color: #fff;
	font-size: 14px;
	color: #dddddd;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 14px;
}

.f-lx {
	color: #fff;
	font-size: 16px;
	color: #dddddd;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 14px;
}

.f-box3 {
	width: 42%;
	padding-top: 80px;
}



.f-nav {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	transition: 0.6s;
	margin-bottom: 10px;
	border-right: 1px solid #585858;
	text-align: center;
	padding: 5px 16px;
}

.f-nav:last-child {
	border: none;
}

.f-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
	margin-left: -14px;
}

.f-nav:hover {
	color: #3db04b;
	text-decoration: none;
	letter-spacing: 2px;
}

.f-box3 ul{
	padding-left: 0;
}

.f-box3 ul li:first-child{
	width: 80%;
}

.foot-link{
	border-top: 1px solid #eee;
	padding: 30px 0;
}

.foot-link li{
	color: #eee;
	padding-right: 10px;
	display: inline-block;
}
.foot-link li:first-child{
	font-weight: 600;
}
.foot-link li a{
	color: #fff;
}
.foot-link li a:hover{
	color: #fcb026;
}

.bottom {
	padding: 12px 3%;
	background: #11191b;
}

.bottom>div {
	max-width: 1200px;
}

.bottom p {
	color: #f1f1f1;
	font-size: 11px;
}

.bottom span {
	color: #f1f1f1;
	float: right;
	margin-left: 10px;
}

.bottom span a {
	color: #f1f1f1;
}




@media(max-width:960px) {

	.f-box1 {
		width: 45%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.f-box2 {
		width: 45%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.f-box3 {
		width: 100%;
		padding-top: 0;
	}
}

@media(max-width:768px) {
	.f-box1 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		border-right: none;
		padding-bottom: 0;
	}

	.f-box2 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		padding-top: 0;
	}

	.f-box3 {
		width: 100%;
		padding-top: 0;
	}
}

/* baiodan */
.baiodan {
	margin-top: 8px;
}

.biaodan>li {
	margin-bottom: 0;
}

.biaodan>li>input {
	width: 100%;
	height: 36px;
	font-weight: 400;
	background: #fff;
	margin-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #fff !important;
	color: #5c5c5c;
	padding-left: 15px;
}

.biaodan>li>input::-webkit-input-placeholder {
	color: #5c5c5c;
	font-size: 14px;
}

.biaodan>li>textarea {
	width: 100%;
	font-weight: 400;
	background: #fff;
	border: 1px solid #fff !important;
	color: #5c5c5c;
	padding-left: 0;
	line-height: 24px;
	margin-top: 14px;
	padding-left: 15px;
}

.biaodan>li>textarea::-webkit-input-placeholder {
	color: #5c5c5c;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
}

.biaodan>li>textarea::-moz-input-placeholder {
	color: #5c5c5c;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
}

.biaodan>li>textarea::-ms-input-placeholder {
	color: #5c5c5c;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
}

.send {
	margin-top: 20px;
	background: none;
	border: none;
	color: #fff;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	display: block;
	text-transform: uppercase;
	margin-left: calc(100% - 155px);
}


/*  */
.m-box>a {
	font-size: 16px;
	color: #262626;
	text-decoration: none;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: bold;
}

.xian5 {
	background: none;
	padding: 0;
	background: #eeeeee;
	position: relative;
}

.xian5 .uk-container {
	max-width: 1200px;
}

.xian5 a:hover {
	color: red;
}

.home {
	margin-right: 6px;
	position: relative;
	top: -3px;
}

/* about*/
.about {
	padding: 3%;
}

.ny-title {
	font-size: 44px;
	line-height: 50px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.ny-subtitle {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.ab-nr {
	background: url(images/bg1.jpg);
	padding: 57px;
}

/* */
.ab-ys {
	padding: 3%;
}

.ys-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ys-nr {
	width: 23%;
	max-width: 230px;
	padding: 34px 18px;
	transition: 1s;
}

.ys-icon {
	display: block;
	margin: 0 auto;
}

.ys-name {
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	margin-top: 18px;
}

.ys-name sup {
	font-size: 16px;
	color: #333333;
	position: relative;
	top: -20px;
}

.ys-name sub {
	font-size: 16px;
	color: #333333;
}

.ys-xian {
	width: 100%;
	max-width: 160px;
	height: 1px;
	background: #000;
	margin: 10px auto;
}

.ys-desc {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	height: 44px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ys-nr:hover {
	background: #f3f3f3;
}

/*  */
/* .zs {
	padding: 1.5% 3%;
}

.ny-xian {
	width: 38px;
	height: 5px;
	background: #535353;
	margin: 6px auto 36px;
}

.zs-img {
	display: block;
	margin: 0 auto 15px;
	;
}

.zs-box:hover .zs-img {
	transform: rotateY(360deg);
	transition: 0.6s
} */

/* 氓路楼氓沤鈥毭ヂ扁€⒚ぢ� */
/* .ab-show {
	padding: 3%;
	background: #eeeeee;
}

.show-img {
	transition: 0.6s;
}

.show-box {
	overflow: hidden;
}

.show-box:hover .show-img {
	transform: scale(1.2, 1.2);
}

.abshow-title {
	margin-top: 50px;
}
 */
/* 氓鈥郝⒚┧溑该ヂ扁€⒚ぢ� */
/* .wk {
	padding: 3%;
}

.wk-nr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wk-box {
	width: 241px;
	background: url(images/wbg.png);
	height: 343px;
	margin-bottom: 24px;
}

.wk-img {
	display: block;
	margin: 18px auto 10px;
}

.wk-name {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.wk-desc {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	padding: 0 10px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.wk-xian {
	background: #fcb026;
	width: 21px;
	height: 3px;
	margin: 0 auto;
}

.wk-box:hover {
	animation: shake 1.2s;
} */

/* 盲录聛盲赂拧忙鈥撯€∶ヅ掆€� */
/* .inc {
	padding: 3% 0;
}

.inc .uk-container {
	max-width: 1920px;
}

.inc-box {
	max-width: 1560px;
}

.inc-left {
	float: left;
	width: 61.5%;
}

.inc-right {
	float: right;
	width: 36%;
	display: flex;
	justify-content: space-between;
	padding-top: 10%;
}

.inc-right2 {
	display: flex;
	justify-content: space-between;
}

.inc-nr:nth-child(even) {
	display: flex;
	justify-content: flex-end;
}

.inc-nr:nth-child(even) .inc-left {
	float: right;
}

.inc-nr:nth-child(even) .inc-right {
	float: left;
}

.inc-left1 {
	width: 50px;
}

.inc-right1 {
	width: calc(100% - 80px);
}

.inc-num {
	width: 50px;
	height: 50px;
	background: #fcb026;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.inc-title {
	font-size: 28px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	max-width: 250px;
	text-transform: uppercase;
}

.inc-desc {
	margin-top: 20px;
}

.online {
	padding: 1% 3%;
}

.ny-desc {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #666666;
	margin-bottom: 50px;
}

.online-nr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 50px;
}

.online-box {
	max-width: 328px;
	margin-bottom: 30px;
}

.online-img {
	display: block;
	margin: 0 auto;
}

.online-name {
	text-align: center;
	color: #666666;
	;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
} */

/* 忙藛鈥樏ぢ宦♀€灻︹€撀姑β斥€� */
/* .our {
	padding: 3%;
	background: #eeeeee;
}

.our-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.our-box {
	max-width: 320px;
	width: 31%;
	margin-bottom: 50px;
}

.our-name {
	font-size: 30px;
	text-align: center;
	line-height: 34px;
	margin-bottom: 16px;
	color: #333333;
	padding: 0 30px;
	transition: 0.6s;
	font-weight: bold;
}

.our-desc {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 16px;
	color: #333333;
	padding: 0 30px;
}

.our-box:hover .our-name {
	color: #fcb12b;
}

.our-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.our-box1 {
	max-width: 380px;
	width: 31%;
	margin-bottom: 50px;
}

.our-name1 {
	font-size: 20px;
	text-align: center;
	line-height: 2s4px;
	margin-bottom: 16px;
	color: #333333;
	padding: 0 30px;
	transition: 0.6s;
	font-weight: bold;
}

.our-desc1 {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 16px;
	color: #333333;
	padding: 0 30px;
}

.our-box1:hover .our-name1 {
	color: #fcb12b;
}

.our-box2 {
	margin: 0 auto 12px;
	width: 56px;
	height: 56px;
	overflow: hidden;
}

.our-icon {
	display: block;
	margin: 0 auto;
	width: 56px;
	height: 56px;
	position: relative;
	transition: .6s;
	display: block;
	top: 0;
	position: relative;
	-webkit-filter: drop-shadow(#fcb12b 0 56px);
	filter: drop-shadow(#fcb12b 0 56px);
}

.our-box1:hover .our-icon {
	top: -100%;
}

.peiyang {
	padding: 80px 3%;
	background: url(images/bg2.jpg);
}

.py-box {
	display: flex;
	justify-content: flex-end;
}

.py-box1 {
	max-width: 600px;
}

.py-desc {
	font-size: 20px;
	color: #666666;
	line-height: 26px;
	font-weight: 200;
}

.py-name {
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
}

.py-name span {
	font-size: 14px;
	font-weight: 100;
	margin-right: 5px;
	color: #666666;
} */

/* 莽陇戮氓艗潞 */
/* .com {
	padding: 3%;
}

.com-desc {
	max-width: 810px;
	margin: 0 auto 50px;
}

.com-box {
	background: #fff;
	padding: 0 30px;
	overflow: hidden;
	padding-top: 56px;
	transition: 0.6s;
	-moz-box-shadow: 0px 0px 10px #E8E8E8;
	-webkit-box-shadow: 0px 0px 10px #E8E8E8;
	box-shadow: 0px 0px 10px #E8E8E8;
}

.com-name {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #333333;
	transition: 0.6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.com-desc1 {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	height: 154px;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.com-box:hover {
	transform: translateY(-20px);
}

.com-box:hover .com-name {
	color: #fcb12b;
} */

/* about info */
.about-info {
	margin-bottom: 4rem;
}

.list-center-tit {
	align-items: center;
	background: url(../images/pro-center.png) no-repeat 0;
	display: flex;
	height: 8.1rem;
	justify-content: space-between;
	margin-top: 4rem;
	padding-left: 2.1rem;
	margin-bottom: 2rem;
}

.list-center-tit h2 {

	color: #333;
	font-family: Poppins-Bold, Helvetica, Arial, sans-serif;
	font-size: 42px;
	margin-top: 16px;
}

.list-center-tit a:hover {
	background: #fcb026;
	color: #fff;
	text-decoration: none;
}

.list-center-tit a {
	align-items: center;
	background: #fff;
	border: 1px solid #fcb026;
	color: #fcb026;
	display: flex;
	font-family: Poppins-Medium, Helvetica, Arial, sans-serif;
	height: 4rem;
	justify-content: center;
	text-transform: uppercase;
	transition: all .3s;
	width: 15rem;
}

.info-content {
	width: 80%;
}

.info-content p {
	color: #666;
}

@media (max-width:980px) {
	.info-content {
	  width: 100%;
	}
}

@media (max-width:768px) {
	.list-center-tit a{
		height: 3rem;
		width: 8rem;
	}
	.list-center-tit h2{
		font-size: 32px;
	}
}

/*  */




.about-banner-sec .wp-block-columns {
	position: relative;
	z-index: 2
}

.about-banner-sec .sup-tit {
	color: #222;
	font-size: 32px;
	font-weight: 300;
	line-height: 5rem;
	margin: 0
}



.about-banner-con h2.with-bar {
	color: #222;
	font-family: Poppins-Bold, Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 0 2rem;
	position: relative;
}


.about-banner-sec p {
	font-size: 18px;
	line-height: 2em
}

.about-banner-con h2.with-bar mark {
	font-weight: 700;
	font-size: 36px;
}

.about-banner-con p.sup-tit mark {
	font-size: 3.2rem;
}


.carousel-container {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.carousel-slides {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.carousel-controls button {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
	margin: 0 10px;
	transition: all 0.3s;
}

.carousel-controls button:hover {
	background: rgba(0, 0, 0, 0.8);
}

.carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 35%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.carousel-indicators span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s;
}

.carousel-indicators span.active {
	background: #87b53d;
	transform: scale(1.2);
}

@media (min-width:994px) {
	.about-banner-sec {
		background: url(../images/bg3.png) 0 50% no-repeat #f8f8f8;
		background-size: 66.64vw 100%;
		margin-bottom: 9rem;
		padding-bottom: 10rem;
		padding-top: 12rem;
		position: relative
	}

	.about-banner-sec:before {
		background: url(../images/bg3.png) 100% 0 no-repeat hsla(0, 0%, 8%, .9);
		background-size: cover;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 33.33%;
		z-index: 1
	}
}

@media (max-width:994px) {
	.about-banner-sec {
		margin-bottom: 5rem;
		padding-bottom: 5rem;
		padding-top: 6rem;
	}

	.about-banner-img {
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.about-banner-sec {
		margin-bottom: 3rem;
		padding-bottom: 2rem;
		padding-top: 3rem;
	}
}

/* chukou */

.about-export {
	position: relative;
	padding: 150px 0;
	background: url(../images/about-map.png) center/cover no-repeat;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.about-export-con {
	margin-bottom: 4rem;
	margin-left: auto;
	width: 50%;
	text-align: left;
}

.about-export h2 {
	color: #222;
	font-family: Poppins-Bold, Helvetica, Arial, sans-serif;
	font-size: 4.8rem;
	font-weight: 400;
	line-height: 6rem;
	margin: 0 0 4rem;
	position: relative;
}

.about-export h2::after {
	background: #7ab819;
	content: "";
	display: block;
	height: .8rem;
	margin: 3rem 0 0;
	width: 8rem;
}

.about-export p {
	color: rgba(51, 51, 51, .7);
	line-height: 2em;
	margin-bottom: 2em;

}





/* 氓潞鈥⒚┢捖ヂ扁€⒚ぢ� */
.fact {
	padding: 1% 3%;
	padding-bottom: 3%;
}

.roll_row {
	margin: 2% 0 0;
}

.roll-wrap:hover .control {
	display: block;
}

.roll-wrap {
	position: relative;
	width: 100%;
	height: 253px;
}

.roll_row .roll__list::before,
.roll_row .roll__list::after {
	content: "";
	display: table;
	line-height: 0;
}

.roll_row .roll__list::after {
	clear: both;
}

.roll_row .roll__list {
	width: 9999px;
}

.roll_row .roll__list:hover {
	background: #000;
}

.roll_row .roll__list li {
	float: left;
	display: block;
	width: 232px;
	height: 190px;
	line-height: 100px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	position: relative;
	z-index: 99;
	color: #fff;
	transition: all 0.5s;
}

.roll_row .roll__list:hover li {
	opacity: 0.3;
}

.roll_row .roll__list li:hover {
	z-index: 200;
	opacity: 1;
}

.roll_row .roll__list li img {
	transition: all 0.25s ease;
	position: relative;
	z-index: 99;
}

.roll_row .roll__list li img:hover {
	transition: all 0.25s ease;
	transform: scale(1.1, 1.1);
}


@media(max-width:1200px) {
	.inc-right {
		padding-top: 2%;
	}
}

@media(max-width:960px) {
	.peiyang {
		background: #fff;
	}

	.our-box {
		width: 48%;
	}

	.our-box1 {
		width: 48%;
	}

	.ys-nr {
		width: 45%;
		margin-bottom: 20px;
	}

	.inc-nr {
		margin-bottom: 30px;
	}

	.inc-left {
		float: none;
		width: 100%;
	}

	.inc-right {
		float: none;
		width: 100%;
	}

	.work-navbox>ul li {
		width: 50%;
		margin-bottom: 1px;
	}
}

@media(max-width:820px) {
	.online-nr {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 20px;
	}
}

@media(max-width:768px) {
	.our-top {
		justify-content: center;
	}

	.our-bottom {
		justify-content: center;
	}

	.our-box {
		width: 100%;
	}

	.our-box1 {
		width: 100%;
	}

	.ab-nr {
		padding: 20px;
	}

	.ys-nr {
		width: 48%;
		margin-bottom: 20px;
	}

	.inc-right1 {
		width: calc(100% - 60px);
	}

	.inc {
		padding: 3%;
	}
}

@media(max-width:530px) {
	.wk-nr {
		display: flex;
		justify-content: center;
	}

	.work-navbox>ul li {
		width: 100%;
		margin-bottom: 1px;
	}
}

/* News */

.w {
	max-width: 1600px;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	position: relative;
	overflow: hidden
}

.swiper-container .swiper-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden
}

.swiper-container .swiper-slide {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden
}

.swiper-controller {
	width: 466px;
	height: 98px;
	background: #fff;
	line-height: 98px;
	position: absolute;
	z-index: 2
}

.swiper-controller .swiper-pagination {
	width: 63%;
	height: 100%;
	font-size: 0;
	padding: 0 24px;
	border-right: 1px solid #e5e5e5
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d5d5d5;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
	position: relative;
	cursor: pointer
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
	background: #1d273b
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active i {
	display: block;
	position: absolute;
	top: -13px;
	bottom: -13px;
	overflow: hidden
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active .sl {
	right: 4px;
	left: -13px
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active .sr {
	left: 4px;
	right: -13px
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active i:before {
	content: "";
	border: 2px solid #1d273b;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(45deg)
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active .sl:before {
	border-bottom: 2px solid #d5d5d5;
	border-left: 2px solid #d5d5d5;
	left: 0;
	right: -17px;
	-webkit-animation: circleProgressLoad_left 5s linear infinite
}

.swiper-controller .swiper-pagination .swiper-pagination-bullet-active .sr:before {
	border-top: 2px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	left: -17px;
	right: 0;
	-webkit-animation: circleProgressLoad_right 5s linear infinite
}

.swiper-controller .btn-jt {
	width: 30px;
	height: 30px;
	background: url(../images/wz-tb.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	transition: all ease .3s
}

.swiper-controller .swiper-button-prev {
	background-position: 8px 3px;
	right: 116px
}

.swiper-controller .swiper-button-next {
	background-position: right 8px top 3px;
	right: 22px
}


.news01 {
	width: 100%;
	background: url(../images/news-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 150px;
	box-shadow: 0 11px 40px 0 rgba(22, 28, 41, .15);
	overflow: hidden;
	padding-bottom: 80px;

}

.news01 .w {
	position: relative;
	padding-left: 50px
}

.news01 .title {
	width: 38.75%;
	padding-bottom: 32px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.news01 .title:before {
	content: "";
	height: 1px;
	background: #fff;
	position: absolute;
	left: 16.93548%;
	right: -160px;
	bottom: 0
}

.news01 .title h2 a {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 4px;
	display: block
}

.news01 .title .text {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 4px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	opacity: .5;
	margin-top: 20px
}

.news01 .swiper-container {
	width: 100%;
	height: 684px
}

.news01 .swiper-slide {
	padding-bottom: 77px
}

.news01 .swiper-slide .pic {
	width: 55.033%
}

.news01 .swiper-slide .pic a {
	display: block
}

.news01 .swiper-slide .txt {
	width: 51.62%;
	background: #fff;
	padding: 50px 3.125% 66px 6.25%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	box-shadow: 0 11px 40px 0 rgba(22, 28, 41, .1)
}

.news01 .swiper-slide .txt:before {
	content: "";
	width: 188px;
	height: 188px;
	background: url(../images/quan-zs01.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: -94px;
	top: -94px
}

.news01 .swiper-slide .txt h3 {
	position: relative
}

.news01 .swiper-slide .txt h3:before {
	content: "";
	width: 2px;
	background-color: #4dabe5;
	background-image: linear-gradient(0deg, #151a26 0, #4dabe5 100%);
	position: absolute;
	left: -22px;
	top: 0;
	bottom: 0
}

.news01 .swiper-slide .txt h3 a {
	max-height: 96px;
	font-size: 30px;
	color: #333;
	font-weight: 700;
	line-height: 48px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news01 .swiper-slide .txt h3 a:hover {
	color: #f5561f
}

.news01 .swiper-slide .txt span {
	font-size: 14px;
	color: #999;
	display: block;
	margin: 20px 0
}

.news01 .swiper-slide .txt p {
	max-height: 114px;
	font-size: 16px;
	color: #666;
	line-height: 38px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.news01 .swiper-slide .txt h4:hover a {
	color: #00a4e3
}

.news01 .swiper-slide .txt .look-more {
	width: 220px;
	height: 60px;
	border: 1px solid #f37e21;
	border-image: linear-gradient(0deg, #ff6f36, #ff9a4b) 10 10;
	background-color: #f37e21;
	background-image: linear-gradient(0deg, #fb510e 0, #f37e21 100%);
	display: block;
	margin-top: 38px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-weight: 700
}

.news01 .swiper-controller {
	width: 48.4%;
	height: 77px;
	line-height: 77px;
	padding: 0 2.93083%;
	left: 0;
	bottom: 0
}

.news01 .swiper-controller:before {
	content: "";
	width: 1px;
	background: #e5e5e5;
	position: absolute;
	right: 22.2%;
	right: 187px;
	top: 0;
	bottom: 0
}

.news01 .swiper-progress {
	width: 459px;
	height: 3px;
	background: #e5e5e5;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden
}

.news01 .swiper-progress span {
	width: 100%;
	height: 100%;
	background-color: #4dabe5;
	background-image: linear-gradient(90deg, #151a26 0, #4dabe5 100%);
	display: block !important
}

.news01 .swiper-controller .swiper-button-prev {
	right: 125px
}

.news01 .swiper-controller .swiper-button-next {
	right: 31px
}


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

	.news01 .w {
		padding-left: 0
	}

	.news01 .title .text,
	.news01 .title h2 a {
		font-size: 45px
	}

	.news01 .swiper-container {
		height: 641px
	}

	.news01 .swiper-slide .txt h3 a {
		font-size: 27px;
		line-height: 42px
	}

	.news01 .swiper-progress {
		width: 425px
	}

}

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

	.swiper-controller {
		width: 422px;
		height: 85px;
		line-height: 85px
	}

	.swiper-controller .swiper-pagination {
		width: 61%
	}

	.news01 .swiper-slide .txt .look-more {
		width: 200px;
		height: 50px;
		font-size: 18px;
		line-height: 46px
	}

	.news01 .title .text,
	.news01 .title h2 a {
		font-size: 40px
	}

	.news01 .swiper-container {
		height: 578px
	}

	.news01 .swiper-slide .txt h3 a {
		font-size: 24px;
		line-height: 36px
	}

	.news01 .swiper-slide .txt {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.news01 .swiper-slide .txt:before {
		width: 150px;
		height: 150px;
		left: -75px;
		top: -75px
	}

	.news01 .swiper-slide .txt .look-more {
		margin-top: 25px
	}

	.news01 .swiper-progress {
		width: 355px
	}

}

@media screen and (max-width:1440px) {
	.w {
		max-width: 1120px
	}

	.swiper-controller {
		width: 388px;
		height: 75px;
		line-height: 75px
	}



	.news01 .title h2 a {
		font-size: 35px
	}

	.news01 .title .text {
		font-size: 20px;

	}

	.news01 .swiper-container {
		height: 516px
	}

	.news01 .swiper-slide .txt h3 a {
		font-size: 21px;
		line-height: 30px
	}

	.news01 .swiper-slide .txt {
		padding-top: 40px;
		padding-bottom: 65px
	}

	.news01 .swiper-slide .txt:before {
		width: 120px;
		height: 120px;
		left: -60px;
		top: -60px
	}

	.news01 .swiper-slide .txt p {
		font-size: 15px;
		line-height: 34px
	}

	.news01 .swiper-slide .txt .look-more {
		margin-top: 20px
	}

	.news01 .swiper-progress {
		width: 285px
	}

}

@media screen and (max-width:1280px) {
	.w {
		max-width: 960px
	}

	.swiper-controller {
		width: 344px;
		height: 65px;
		line-height: 65px
	}

	.news01 .swiper-slide .txt .look-more {
		width: 160px;
		height: 45px;
		font-size: 17px;
		line-height: 41px;
		margin-left: 55px
	}


	.news01 .title h2 a {
		font-size: 30px
	}

	.news01 .title .text {
		font-size: 12px;
	}

	.news01 .swiper-container {
		height: 440px
	}

	.news01 .swiper-slide {
		padding-bottom: 64px
	}

	.news01 .swiper-slide .txt h3 a {
		font-size: 18px;
		line-height: 24px
	}

	.news01 .swiper-slide .txt {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.news01 .swiper-slide .txt:before {
		width: 100px;
		height: 100px;
		left: -50px;
		top: -50px
	}

	.news01 .swiper-slide .txt p {
		font-size: 14px;
		line-height: 30px
	}

	.news01 .swiper-slide .txt span {
		margin: 15px 0
	}

	.news01 .swiper-slide .txt .look-more {
		margin-top: 20px;
		margin-left: 0
	}

	.news01 .swiper-controller {
		height: 65px;
		line-height: 65px
	}

	.news01 .swiper-progress {
		width: 222px
	}

}




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

	.w {
		max-width: 720px;
	}

	.swiper-controller .swiper-button-prev {
		right: 125px;
	}

	.swiper-controller .swiper-button-next {
		right: 80px;
	}

	.news01 {
		padding-top: 180px;
	}

	.news01 .swiper-container {
		display: none;
	}

	.news01 .swiper-slide .pic {
		width: 100%;
	}

	.news01 .swiper-slide .txt {
		width: 100%;
		position: relative;
	}

	.news01 .title {
		width: 100%;
	}
}

.news-list {
	padding: 120px 0 0px;
}

.news-list .imgshow {
	margin-top: -55px;
}

.news-list .img-box {
	padding-bottom: 63.13253%;
}

.img-box {
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list .n-item {
	margin-bottom: 8%;
	position: relative;
	padding: 0px 50px 30px;
	background: #FFFFFF;
	box-shadow: 7px 7px 0px 0px #fcb026, -7px -7px 0px 0px #000000;
}

@media screen and (max-width: 1466px) {
	.news-list .n-item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.news-list .text {
	padding-top: 30px;
	box-sizing: border-box;
	padding-left: 5%;
}


.news-list h3 a {
	font-weight: 600;
	color: #000;
	font-size: 24px;
}

.n-item:hover h3 a {
	color: #fcb026;
}

.news-list .text-p {
	margin: 16px 0;
	color: #535353;
}

.news-list .text-p p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list .see-more {
	color: #fcb026;
	font-weight: 600;
	text-transform: uppercase;
}

.news-list li {
	margin-top: 105px;
}

@media screen and (max-width: 1000px) {
	.news-list .imgshow {
		margin: 30px 0;

	}
}

@media screen and (max-width: 768px) {
	.news-list .imgshow {
		margin: 30px 0 0;
		width: 100%;
	}
}

.paginate {
	padding-bottom: 30px;
}

.pagination,
.pagination li a ,
.pagination li span
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination li {
	background-color: #fcb026;
}

.pagination a ,
.pagination span{
	font-weight: 300;
	padding-top: 1px;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .25);
	border-left-width: 0;
	min-width: 44px;
	min-height: 44px;
	color: rgba(255, 255, 255, .85);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .35);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .35);
}

.pagination li:not([class*="current"]) a:hover {
	background-color: rgba(255, 255, 255, .2);
	border-top-color: rgba(0, 0, 0, .35);
	border-bottom-color: rgba(0, 0, 0, .5);
}

/*.pagination li:not([class*="current"]) a:focus,
.pagination li:not([class*="current"]) a:active {
	;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .25);
	;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .25);
	border-left-width: 1px;
}*/

.pagination li:first-of-type a {
	border-left-width: 1px;
}

/*.pagination li:first-of-type span,
.pagination li:last-of-type span,
.pagination li:nth-of-type(2) span,
.pagination li:nth-last-of-type(2) span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}*/

.pagination li:first-child a::before,
.pagination li:last-child a::after,
.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*.pagination li:first-child a::before,
.pagination li:last-child a::after {
	content: "\f100";
}*/

/*.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after {
	content: "\f104";
}*/

/*.pagination li:last-child a::after,
.pagination li:nth-last-of-type(2) a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}*/
.pagination li.disabled span{border-left-width: 1px;}
.pagination li.current a {
	padding-top: .25em;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, .15);
	-webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, .25);
	box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, .25);
	cursor: default;
	pointer-events: none;
}

@media only screen and (max-width: 64.063em) {

	.pagination li:first-child,
	.pagination li:last-child {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.pagination li:nth-of-type(2) a {
		border-left-width: 1px;
	}

}

@media only screen and (max-width: 40.063em) {
	.pagination li {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.pagination li.current,
	.pagination li:first-of-type,
	.pagination li:last-of-type,
	.pagination li:nth-of-type(2),
	.pagination li:nth-last-of-type(2) {
		position: initial;
		top: initial;
		left: initial;
	}

	.pagination li:nth-of-type(2) a {
		border-left-width: 0;
	}

}

@media only screen and (max-width: 30.063em) {

	h1 {
		font-size: 1.35em !important;
	}

	.pagination li:first-child,
	.pagination li:last-child {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.pagination li:nth-of-type(2) a {
		border-left-width: 1px;
	}

}

@media only screen and (max-width: 15.063em) {
	/* For watches? */

	.pagination li {
		width: 50%;
	}

	.pagination li.current {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		border-left-width: 1px;

	}

}

/*news page */

.news-page {
	padding: 3%;
}

.news-xinxi {
	color: #333333;
	fonr-size: 16px;
	line-height: 20px;
	margin: 20px auto;
}

.news-xinxi span {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}

.npage-box {
	overflow: hidden;
}

.npage-left {
	width: calc(100% - 370px);
	float: left;
}

.npage-right {
	width: 320px;
	background: #eeeeee;
	padding: 46px 0;
	height: auto;
	float: right;
}

.news-name {
	font-size: 24px;
	line-height: 32px;
	color: #323131;
	margin-bottom: 28px;
	font-weight: bold;
}

.npage-content {
	padding-right: 124px;
}

.hot-title {
	width: 246px;
	height: 50px;
	line-height: 50px;
	background: #efa929;
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin: 0 auto;
	margin-border-bottom: 15px;
}

.hot-box {
	display: block;
	margin-top: 40px;
	border-bottom: 1px solid #bfbfbf;
}

.hot-box:hover {
	text-decoration: none;
}

.hot-name1 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 0 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hot-desc {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px;
	padding: 0 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pr-next {
	margin: 4% auto 0;
	width: 420px;
}

.pr-next>p {
	width: 180px;
	height: 33px;
	border: 1px solid #000;
	color: #fff;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border-radius: 16.5px;
	background: #000;
}

.pr-next>p:hover {
	border: 1px solid #efa929;
	background: #efa929;
	color: #ffffff;
}

.pr-next>p:nth-child(1) {
	float: left;
}

.pr-next>p:nth-child(2) {
	float: right;
}

@media(max-width:480px) {
	.m-box {
		padding: 0 15px;
	}
}

@media(max-width:400px) {
	.pr-next {
		margin: 20px auto 0;
		width: 167px;
	}

	.pr-next>p {
		margin-bottom: 5%;
	}
}


/* Product List */

.pro-list {
	background-color: #eeeeee;
	padding: 40px 0 80px 0;
}

/* .product-list-items{
	    margin-left: -0.2rem;
	    padding-top: 1px;
} */


.product-list-items .pro-item {
	display: block;
	margin-top: 30px;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	padding: 0 15px;
}

.product-list-items .pro-item .itemin {
	position: relative;
	background: #F8F8F8;
	transition: background .3s, box-shadow .3s;
	-webkit-transition: background .3s, box-shadow .3s;
	-moz-transition: background .3s, box-shadow .3s;
	-ms-transition: background .3s, box-shadow .3s;
	-o-transition: background .3s, box-shadow .3s;
}

.product-list-items .pro-item .ihead {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 15px;
	background: #f3f3f3;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
}

.product-list-items .pro-item h3,
.product-list-items .pro-item h3 a {
	display: block;
	flex: 1;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 8px;
	color: #3D3D3D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.product-list-items .pro-item .ihead .iarrow {
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #2E2E2E;
	border-bottom: 2px solid #2E2E2E;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.product-list-items .pro-item .pro-img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-list-items .pro-item .pro-img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: contain;
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
}

.product-list-items .pro-item .pro-img .itag {
	display: block;
	position: absolute;
	right: 7px;
	bottom: 8px;
	height: 34px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;
	background: rgba(40, 40, 40, 0.6);
}

.product-list-items .pro-item .inin {
	display: flex;
	height: 133px;
}

.product-list-items .pro-item .inin .it {
	display: block;
	position: relative;
	flex: 1;
	height: 100%;
	padding: 16px 33px;
	box-sizing: border-box;
}

.product-list-items .pro-item .inin .it .tit {
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #979797;
}

.product-list-items .pro-item .inin .it .text {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #3D3D3D;
	white-space: nowrap;
}

.product-list-items .pro-item .inin .it .text sub {
	margin-top: auto;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.product-list-items .pro-item .inin .it::after {
	display: block;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	/*background: url(../images/iparamline.png) center center no-repeat;*/
	background-size: 100% auto;
}

.product-list-items .pro-item .itemin:hover .ihead {
	background: var(--themecolor);
}

.product-list-items .pro-item .itemin:hover .ihead .iarrow {
	border-color: #fff;
}

.product-list-items .pro-item .itemin:hover h3,
.product-list-items .pro-item .itemin:hover h3 a {
	color: #fff;
}

.product-list-items .pro-item .itemin:hover {
	background: #fff;
	box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
}

.product-list-items .pro-item .itemin:hover .inin .it .text {
	color: var(--themecolor);
}

.product-list-items .pro-item .itemin::before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 0;
	background: linear-gradient(270deg, #fcb026 51%, #262D3B 100%);
	transition: height .3s;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
}

.product-list-items .pro-item .itemin:hover::before {
	height: 2px;
}

.product-list-items .pro-item .itemin::after {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(270deg, #A8AFBB 0%, #262D3B 100%);
	transition: height .3s;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
}

.product-list-items .pro-item .itemin:hover::after {
	height: 4px;
}

.product-list-items .pro-item .itemin:hover .pro-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.product-list-items .pro-item .itemin:hover .ihead {
	background: #fcb026;
}

 /* .pr-list{padding: 3% 3%;background: #eeeeee;}
	.pr-title{font-size: 42px;line-height: 46px;color:#262626;padding: 24px;text-align: center;background: #fff;font-weight: bold;}
	.pro-left {padding-right: 0;padding-right: 30px;}
	.pro-left ul li {display: block;text-align: left;line-height: 70px;margin-top:10px;background: #7b7b7b;padding:0 7%;}
	.pro-left ul li a {display: block;font-size: 20px;color: #ffffff;}
	.pro-left ul li:hover,.pro-left ul .default {background: #065cac;color: #fff;}
	.pro-left ul li:hover a,.pro-left ul .default a {color: #fff;background:#065cac ;}
	    
		.nav-box2{margin-bottom: 2px;padding-bottom: 0;background: #fff;}
		.nav-box1{overflow:hidden;height:0;position:relative;}
	    .lei-list h3{padding: 0;padding: 12px 34px;position:relative;text-align: left;
		 color:#fff;line-height:20px;font-size: 16px;font-weight: 400;margin-bottom: 0;background: #444e56;
	         }
		.lei-list h3:hover{cursor: pointer;}	 
	    .nav-box3{margin-bottom:8px;}
		 
		 .lei-list a p{font-size: 14px;line-height: 28px;float: right;color:#666666;padding: 6px 30px;width: 100%;
		 text-align: left;
		 }
		 .lei-list div .lei-name1 p{color:#fcb026!important;background: none;text-decoration: underline;} 
		 .lei-list h3>img{position:absolute;top:calc(50% - 3px);right:20px;}
		 .lei-list div .uk-active img{transform: rotate(90deg);}
	     .lei-list div .uk-active1{color:#fff!important;background: #fcb026;}
	     .uk-accordion-content{padding:0!important;;}
	.in-pr-box{position: relative;overflow: hidden;}
	.in-pr-imgbox{overflow: hidden;}
	.in-pr-img{max-width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
	.in-pr-box1{display: flex;justify-content: center;margin-top: 8px;}
	.in-pr-title{text-align: left;font-size:12px;line-height: 20px;margin: 10px 0;text-align: center;
		display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
	}
	.in-pr-Now{display: block;width: 112px;height: 30px;text-align: center;color:#fff;line-height: 30px;
	font-size:12px;background: #fcb026;transition: 0.6s;text-transform: uppercase;
	}	
	.check{margin-right: 8px;margin-top: 10px;}
	.in-pr-a{display: block;}
	.in-pr-box>a{display: block;}
	.in-pr-box>a:hover{text-decoration: none;}
	.in-pr-a:hover{text-decoration: none;}
	.in-pr-a:hover .in-pr-Now{background: #dc920d;}
	.in-pr-Now:hover{color:#fff;text-decoration: none;}
	.in-pr-a:hover .in-pr-img{transform: scale(1.1);}
	@media(max-width:960px){
.pro-left{padding-right: 0;}
	} */
	
	
	
	/* 忙沤篓猫聧聬盲陆聧 */
	.prlist-box1 {
		height: 480px;
		overflow-y: scroll;
		position: relative;
		background: #fff;
		padding: 0 0;
	}
	
	.prlist-box2 {
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}
	
	.prlist-box1::-webkit-scrollbar-thumb {
		width: 5px;
		background: #b5b5b5;
	}
	
	.prlist-box1::-webkit-scrollbar {
		width: 5px;
	}
	
	.prlist-box2 img {
		transition: 0.6s;
	}
	
	.prlist-box2:hover img {
		transform: scale(1.1, 1.1);
	}
	
	.pro-xian {
		margin: 15px auto;
	}
	
	.pro-title1 {
		text-align: left;
		color: #333333;
		font-size: 32px;
		line-height: 36px;
		margin-top: 36px;
	}
	
	@media(max-width:768px) {
		.pro-title1 {
			display: none;
		}
	
		.prlist-box1 {
			display: none;
		}
	
		.pro-xian {
			display: none;
		}
	}
	
	/* */
	.page-content {
		padding: 3% 0;
		/* background: #eeeeee; */
	}
	
	.pr-size {
		color: #7f7f7f;
		font-size: 18px;
		line-height: 28px;
	}
	
	.pro-page-item ul, .related-blog ul {
		padding-left: 0;
	}
	
	.show {
		border: 1px solid #a0a0a0;
		width: 100%;
	}
	
	.xiao {
		border: 1px solid #ccc;
	}
	
	
	/* .npr-title {
		color: #222222;
		font-size: 26px;
		line-height: 30px;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: left;
		font-weight: bold;
	} */
	
	.npr-title1 {
		color: #333333;
		font-size: 32px;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: left;
		font-weight: bold;
	}
	
	.pro-para {
		padding-left: 0;
		border-bottom: 2px dashed #e0e0e0;
		border-top: 2px dashed #e0e0e0;
		display: grid;
		gap: 1.4rem;
		grid-template-columns: 1fr;
		margin-bottom: 2.5rem;
		padding: 3rem 0
	}
	
	.pro-para-li {
		display: flex;
		gap: 1rem
	}
	
	.pro-para-key {
		color: #666;
		flex: none
	}
	
	.pro-para-key:after {
		content: ":"
	}
	
	.pr-contact {
		display: block;
		text-align: center;
		width: 131px;
		height: 44px;
		line-height: 44px;
		color: #fff;
		font-size: 16px;
		margin-top: 30px;
		background: #0862c7;
	}
	
	.pr-contact:hover {
		text-decoration: none;
		color: #fff
	}
	
	.pr-box2 .uk-active img {
		border: 1px solid #fcb026 !important;
	}
	
	.pr-box2 {
		padding-bottom: 5px;
	}
	
	.nr-right {
		position: relative;
		padding-bottom: 10px;
	}
	
	.Brand {
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 18px;
		color: #666666;
	}
	
	.pric-box {
		border: 1px solid #bfbfbf;
		padding: 12px;
		margin-top: 16px;
	}
	
	.pric-title {
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		margin-bottom: 5px;
	}
	
	.pric {
		font-size: 16px;
		line-height: 20px;
		color: #333333;
	}
	
	.pric-box:hover {
		border: 1px solid #fcb026;
	}
	
	.pric-box:hover .pric {
		color: #fcb026;
	}
	
	.free {
		display: block;
		width: 165px;
		height: 50px;
		text-align: center;
		color: #fff;
		background: #fcb026;
		line-height: 38px;
		border-radius: 16px;
		margin-top: 20px;
		transition: 0.6s;
		-moz-box-shadow: 0px 0px 6px #C4C4C4;
		-webkit-box-shadow: 0px 0px 6px #C4C4C4;
		box-shadow: 0px 0px 6px #C4C4C4;
	}
	
	.free:hover {
		text-decoration: none;
		color: #fff;
		background: #000;
	}
	
	.free a {
		color: #fff;
	}
	
	.pr-nr {
		margin-top: 20px;
	}
	
	.pr-box1 {
		margin-top: 30px;
	}
	
	.pr-content {
		margin: 20px auto 20px;
	}
	
	.vimg {
		display: block;
	}
	
	.fugai-box {
		position: relative;
	}
	
	.fugai {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .3);
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	
	.s-left {
		left: -10% !important;
		top: 50% !important;
		display: block !important;
		transform: scale(0.5);
		color: #999999;
	}
	
	.s-right {
		right: -10% !important;
		top: 50% !important;
		display: block !important;
		transform: scale(0.5);
		color: #999999;
	}
	
	.s-left:hover {
		color: #fcb026 !important;
	}
	
	.s-right:hover {
		color: #fcb026 !important;
	}
	
	@media(max-width:1500px) {
		.s-left {
			display: block !important;
			left: -2% !important;
		}
	
		.s-right {
			display: block !important;
			right: -2% !important;
		}
	}
	
	@media(max-width:1500px) {
		.pr-box1 {
			position: inherit;
			margin-bottom: 20px;
		}
	
		.nr-right {
			padding-bottom: 0;
		}
	}

/* product-page-content */

.product-content {
	/* padding: 80px 0; */
	/* border-bottom: 1px solid #000000; */
}

@media (max-width: 600px) {
	.product-content {
		padding: 0 15px;
	}
}

.product-content h2 {
	margin: 2.0rem 0;
	margin-bottom: ;
	font-size: 2rem;
	font-weight: 600;
	width:100%;
	border-left: 2px solid #fcb026;
    background-color: #f8f8f8;
    padding: 20px 0 20px 15px;
}

.product-content h3 {
	margin: 1.0rem 0;
	font-weight: 600;
	font-size: 1.8rem;
	padding-left: 2.5rem;
	position: relative;
	
}

.product-content h3::before {
	border: 4px solid #fcb026;
	border-radius: 5rem;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 1.2rem;
	left: 0;
	position: absolute;
	top: calc(50% - .4rem);
	width: 1.2rem;
}

.product-content p{
	width:100%;
	margin:10px 0;
}


.product-content p a, .product-content p a strong, #content-container p a, #content-container p a strong {
	color: #fcb026;
	font-weight: 600;
}



.product-content p a::before, #content-container p a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../images/page-link.png);
}



.product-content p a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../images/page-link.png);
}

.product-content  ol, #content-container ol{
            list-style: none;
            counter-reset: step-counter;
            padding-left: 0;
        }
 .product-content  ol  li, #content-container ol li {
            position: relative;
            padding-left: 2.5em;
            margin-bottom: 0.8em;
            font-size: 14px;
            line-height: 1.5;
        }
   .product-content  ol li:before, #content-container ol li:before {
            counter-increment: step-counter;
            content: counter(step-counter);
            position: absolute;
            left: 0;
            width: 1.5em;
            height: 1.5em;
            background: #fcb026;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }



  .product-content ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    
     .product-content ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  }
    
    .product-content ul li:before {
        content: '\25C8';
        font-family: 'iconfont';
        font-size: 20px;
        color: #fcb026;
        position: absolute;
        left: 0;
        top: -10%;
    }




@media(max-width:980px) {
	.pro-para {
		gap: 0.5rem;
		padding: 1.5rem 0;
	}
}


.content-nav {
	/* position: fixed;
            top: 20px;
            right: 20px; */
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 200px;
}

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

.content-nav li {
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-nav a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.content-nav a:hover {
	color: #0066cc;
}

.page-con table {
	border-collapse: collapse;
	width: 100%;
	margin: 25px 0;
}

.page-con table th {
	background-color: #f2f5f7;
	color: #000000;
	font-size: 18;
	font-weight: 400;
	line-height: 40px;
	border: 1px #fff solid
}

.page-con table td {
	color: #000000;
	font-size: 16px;
	border: 1px #f2f5f7 solid;
}




/* page tag */
.pro2-tags {
	margin-top: 45px;
}

.pro2-tags .item-desc {
	font-size: 0;
	letter-spacing: 0
}

.pro2-tags .item-desc a {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #E5E5E5;
	font-size: 16px;
	font-size: 1.2rem;
	line-height: 20px;
	padding: 10px 15px;
	margin-right: 34px;
	margin-bottom: 15px;
	color: #656565;
	border-radius: 10px;
}

.pro2-tags .prtag {
	position: relative;
	max-height: 171px;
	overflow: hidden
}

.pro2-tags .prtagh {
	max-height: none !important
}

.pro2-tags .mores .zhankais {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	min-width: 160px;
	padding: 7px 15px 5px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #fcb026;
	background: #fcb026;
	color: #fff;
	font-family: Roboto-Bold
}

.pro2-tags .mores .zhankais:hover {
	background: #FFFFFF;
	color: #fcb026;
}

.pro2-tags .item-desc a:hover {
	background-color: #fcb026;
	border-color: #fcb026;
	color: #fff
}




/* hot product */

.hot-pro {
	padding: 60px 0;
}

.hot-pro h3 {
	font-size: 24px;
	color: #000000;

}

.global_featuredpd {
	padding-left: 0;
}

.flex_wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.global_featuredpd .global_featureed_item {
	position: relative;
	padding: 7px;
	/* width:33.33%; */
}

.global_featureed_item figure {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: 15px 30px 15px 10px;
	height: 100%;
	border: 2px solid #fcb026;
	border-radius: 10px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-shadow: 0 0 10px rgba(252, 176, 38, 0.8);
}

.global_featureed_item figure .img {
	margin-right: 15px;
	width: 100px;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	-webkit-flex: 0 0 100px;
	text-align: center;
}

.global_featureed_item figure .img img {
	max-height: 80px;
	width: auto;
}

.global_featureed_item figcaption {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.global_featureed_item figcaption h4 {
	position: relative;
}

.global_featureed_item figcaption h4 a {
	position: relative;
	display: block;
	color: #4754a9;
	font-size: 14px;
	line-height: 18px;
}

.global_featureed_item .global_tags {
	top: 10px;
	left: 10px;
}


/* related blog*/

.title-s {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	border-bottom: #ccc 1px solid;
}

.title-s span {
	display: inline-block;
	border-bottom: #fcb026 3px solid;
	padding-bottom: 5px;
	font-family: bebas-neue-pro, sans-serif;
}

.related-items .column {
	position: relative;
	z-index: 2;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
}

.related-items .column {
	/* position:relative;z-index: 2; */
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.related-items .image {
	transition: all .5s;
	display: block;
	overflow: hidden;
}

.related-items li {
	margin-bottom: 30px;
}

.related-items li:hover .image {
	transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
}

.related-items .wrap {
	padding: 10px;
	transition: all .5s;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 10px;
}

.related-items li:hover .wrap {
	transform: translate3d(0, -36px, 0);
	-webkit-transform: translate3d(0, -36px, 0);
}

.related-items .wrap:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -10px;
	bottom: -10px;
	right: -10px;
	height: 50%;
	opacity: 0;
	display: block;
	background: #f2f2f2;
	opacity: 0;
	transition: all .5s;
}

.related-items li:hover .wrap:before {
	height: 135%;
	opacity: 1;
	bottom: -46px;
}

.related-items .title {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-weight: 600;
	transition: all .5s;
}

.related-items .title:hover {
	color: #fcb026;
	text-decoration: none;
}

.related-items .line {
	display: inline-block;
	margin-top: 10px;
	width: 40px;
	height: 2px;
	background: #e5e5e5;
	transition: all .5s;
}

.related-items li:hover .line {
	background: #fcb026;
	width: 50px;
}

.related-items .text {
	font-size: 12px;
	color: #808080;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
}

.related-items .more {
	display: inline-block;
	transition: all .5s;
	opacity: 0;
	color: #fff;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	background: #fcb026;
	transition: all .5s;
	height: 0;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 12px;
	position: absolute;
	left: 10px;
	bottom: -46px;
}

.related-items .more:after {
	content: '';
	margin-left: 8px;
	margin-top: -1px;
	vertical-align: middle;
	/*background: url(../images/icon.png) no-repeat;*/
	display: inline-block;
	transition: all .5s;
	animation: scroll_right_anim 1.5s infinite;
	background-position: -51px -56px;
	width: 12px;
	height: 12px;
}

.related-items li:hover .more {
	opacity: 1;
	height: 36px;
}

/* news */

.blog-page {
	padding: 80px 0;
}

#nav-container {
	/* overflow-y: auto; */
	background: #f8f8f8;
	/* padding: 20px 10px; */
	padding: 0;
	margin-bottom: 30px;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

#content-container {
	/* overflow-y: scroll; */
	padding-left: 30px;
}

#content-container h2 {
	color: #000;
	font-weight: 500;
	font-size: 30px;
	padding: 0 0 12px;
	margin-bottom: 20px;
	background: url(../images/libg.png) 0% 100% no-repeat;
}

#content-container h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

#content-container h3::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/yuanquan.png);
}

#content-container ul{
	padding-left:0;
}
 #content-container ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  }
    
    #content-container ul li:before {
        content: '\2748';
        font-family: 'iconfont';
        font-size: 20px;
        color: #fcb026;
        position: absolute;
        left: 0;
        top: -10%;
    }


.nav-item {
	display: block;
	padding: 10px 15px;
	margin: 15px 0;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s;
	position: relative;
}

.nav-item:hover {
	text-decoration: none;
	color: #000000;
	font-weight: 600;

}

.nav-item.active {
	background: #fcb026;
	color: white;
	font-weight: bold;
	/* transform: translateX(5px); */
}

.nav-item.progress {
	background: #fcb026;
}

.progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #eee;
	transition: width 0.2s;
}


.lv {
	margin-bottom: 30px;
	height: 10px;
	background: #fcb026;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#nav-container h3 {
	color: ;
	padding: 8px 15px;
	margin: 30px 8px;
	line-height: 45px;
	border-bottom: 1px solid #204469;
	font-size: 2.4rem;
	font-weight: bold;
	color: #204469;
	background: url(../images/sanheng.png) no-repeat right center;
}

/* contact*/

.con_war {
	margin-top: 35px;
}

.home_boxtit {
	position: relative;
	padding-top: 45px;
	z-index: 0;
	font-family: Roboto-Bold;
}

.home_boxtit h1,
.home_boxtit h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}

.home_boxtit span {
	position: absolute;
	text-transform: uppercase;
	top: 0;
	color: rgba(34, 34, 34, 0.05);
	left: 20px;
	z-index: -1;
	font-size: 100px;
}

.con_div {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.cod_lef {
	width: 50%;
	float: left;
	padding-top: 20px;
}

.cod_rig {
	width: 50%;
	float: right;
	padding-left: 28px;
}

.cod_pp {
	line-height: 28px;
	color: #666;
}

.cod_lx {
	margin-top: 32px;
}

.cod_lx li {
	margin-bottom: 28px;
}

.cod_lx li:last-child {
	margin-bottom: 0;
}

.cod_item {
	position: relative;
	min-height: 56px;
	padding-left: 70px;
}

.cod_item i {
	position: absolute;
	transition: all 0.3s;
	top: 0;
	left: 0;
	display: inline-block;
	width: 56px;
	font-size: 30px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 56px;
	background: #fcb026;
	color: #fff;
}

.cod_item p {
	font-size: 20px;
	margin-bottom: 3px;
	font-family: DINPro-Regular;
}

.cod_item a {
	color: #666;
}

.cod_item a:hover {
	color: #ca2323;
}

.cod_item:hover i {
	background: #000000;
}

.cod_item span {
	display: block;
	color: #666;
	line-height: 30px;
}

.cor_con {
	background: #000000;
	border-radius: 5px;
	padding: 32px 84px 46px;
}

.cor_con h6 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-family: Roboto-Bold;
}

.cor_ul {
	margin-top: 35px;
	display: flex;
	padding-left: 0;
}

.cor_ul li {
	display: inline-block;
	text-align: center;
	width: 48%;
	margin-right: 4%;
}

.cor_ul li:last-child {
	margin-right: 0;
}

.cor_ul li p {
	margin-top: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

.co_lxul {
	margin-top: 45px;
}

.co_lxul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 188px;
}

.co_lxul li:last-child {
	margin-bottom: 0;
}

.co_lxul li span {
	color: #fff;
	font-size: 20px;
	font-family: DINPro-Regular;
	position: absolute;
	top: 0;
	left: 0;
}

.co_lxul li span i {
	font-size: 24px;
	display: inline-block;
	margin-right: 28px;
	color: #fff;
}

.co_lxul li a {
	color: rgba(255, 255, 255, 0.4);
	font-family: DINPro-Light;
}

.co_lxul li:hover a {
	color: #fff;
}

@media screen and (max-width: 1600px) {
	.home_boxtit span {
		font-size: 84px;
	}
}

@media screen and (max-width: 1440px) {
	.home_boxtit span {
		font-size: 72px;
	}

	.cor_con {
		padding: 20px 35px 30px;
	}
}

@media screen and (max-width: 1024px) {
	.home_boxtit span {
		display: none !important;
	}
}


@media screen and (max-width: 768px) {
	.cod_lef {
		width: 100%;
		float: none;
	}

	.cod_rig {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 12px;
	}

	.cod_pp {
		line-height: 25px;
	}
}

.pro-quote {
	margin: 60px 0;
}

.quote-tit {
	margin-bottom: 30px;
}

.quote-tit {
	display: block;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.quote-tit h2 {
	font-weight: 600;
}

.quote-con {
	line-height: 40px;
}

.quote-con li {
	list-style: -moz-disc;
}

.contact-form {
	margin-top: 30px;
}

.form-tit {
	position: relative;
	border-left: 2px solid #fcb026;
	padding-left: 28px;
	margin-bottom: 45px;
	background-size: 51px;
}

.form-tit p strong {
	color: #fcb026;
	font-size: 20px;
}

.form-con {
	margin-bottom: 45px;
	position: relative;
	background: #fff;
	padding: 30px 25px;
	border-radius: 30px;
	box-shadow: 0px 2px 14px 1px rgba(7, 7, 7, 0.17);
}

.form-con ul {
	padding-left: 0;
	clear: both;
}

.form-con ul li {
	float: left;
	margin-left: 2%;
	width: 48%;
	margin-bottom: 20px;
	position: relative;
}

.form-con ul li i {
	position: absolute;
	left: 5px;
	top: 30px;
	display: block;
	width: 30px;
	height: 30px
}

.form-con ul li i {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #fcb026;
	/* background-size: 24px */
}



.form-con ul li.wbk {
	width: 98%;
}

.form-con ul li.wbk i {
	line-height: 193px;
}

.form-con ul li span {
	font-size: 14px;
	line-height: 1;
	color: #666666;
	display: block;
	padding-bottom: 13px;
	font-weight: bold
}

.form-con ul li input {
	line-height: 1;
	height: 36px;
	width: 100%;
	color: #666;
	font-size: 15px;
	border: 0px;
	border: 1px solid #eee \0;
	background: #ffffff;
	padding-left: 35px;
	box-sizing: border-box;
	border-radius: 8px 8px 8px 0px;
	box-shadow: 0px 1px 10px rgba(7, 7, 7, 0.17)
}

.form-con ul li textarea {
	height: 112px;
	line-height: 36px;
	width: 100%;
	color: #666;
	border: 0px;
	border: 1px solid #eee \0;
	background: #ffffff;
	padding-left: 35px;
	box-sizing: border-box;
	border-radius: 8px 8px 8px 0px;
	box-shadow: 0px 1px 10px rgba(7, 7, 7, 0.17);
	font-family: '寰蒋闆呴粦';
	font-size: 14px
}

.form-con ul li:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: none;
	width: 38px;
	height: 20px;
	border-bottom: 4px solid #fcb026;
	border-left: 4px solid #fcb026;
}

.form-con .button {
	clear: both;
	display: block;
	width: 242px;
	background: url(../img/lytb5.jpg) no-repeat right bottom;
	overflow: hidden;
	padding: 20px 52px 0px 10px;
	background-size: 67px;
	position: relative
}

.form-con .button:after {
	content: '';
	background: url(../images/yx.gif) no-repeat center center;
	width: 28px;
	height: 28px;
	background-size: 28px;
	position: absolute;
	left: 36px;
	top: 24px;
	z-index: 0
}

.button input {
	color: #fff;
	font-family: 寰蒋闆呴粦, 瀹嬩綋;
	line-height: 33px;
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	border-radius: 8px;
	border: none;
	background: #fe3732;
	background: -moz-linear-gradient(right top, #ff625d, #fe1d17);
	background: -ms-linear-gradient(right top, #ff625d, #fe1d17);
	background: -o-linear-gradient(right top, #ff625d, #fe1d17);
	box-shadow: 0px -2px 10px rgba(254, 55, 50, 0.39)
}

.button input:hover {
	background: #fdcc05;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media screen and (max-width: 768px) {
	.form-con ul li {
		width: 100%;
		margin-left: 0;
	}

	.form-con ul li.wbk {
		width: 100%;
	}
}


/* 猫聛鈥澝陈幻λ嗏€樏ぢ宦� */
.contact {
	padding: 3%;
}

.con-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.con-left {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con-box1 {
	width: 49%;
	margin-bottom: 60px;
}

.con-box2 {
	max-width: 100%;
	width: 100%;
}

.con-box3 {
	width: 32%;
	margin-bottom: 60px;
}

.con-right {
	width: 39%;
}

.con-name {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	line-height: 42px;
}

.con-desc {
	font-size: 16px;
	line-height: 20px;
}

.con-name>img {
	position: relative;
	top: -4px;
	margin-right: 5px;
}

.con-namebox {
	padding-left: 52px;
	display: flex;
	margin-top: 8px;
}

.con-name1 {
	font-size: 16px;
	color: #525252;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 125px;
}

.con-name2 {
	font-size: 16px;
	color: #525252;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: calc(100% - 125px);
}

.con-name3 {
	font-size: 16px;
	color: #525252;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 105px;
}

.con-name4 {
	font-size: 16px;
	color: #525252;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: calc(100% - 105px);
}

.con-title {
	font-size: 40px;
	color: #333333;
	line-height: 44px;
	margin-bottom: 20px;
	font-weight: bold;
}

@media(max-width:960px) {
	.con-left {
		width: 100%;
		margin-bottom: 30px;
	}

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

@media(max-width:768px) {
	.con-box1 {
		width: 100%;
		max-width: 100%;
	}

}

/* 猫聛鈥澝陈幻λ嗏€樏ぢ宦÷ヂ嶁€� */
.cont-map {
	padding: 3%;
}

.cont-map>div {
	max-width: 1200px;
}

/* 猫聛鈥澝陈幻λ嗏€樏ぢ宦┞÷得┞澛⒚÷ヂ嶁€� */
.yz-box li {
	margin-bottom: 30px;
	position: relative;
	padding-right: 20px;
}

.con-biaodan>li {
	margin-bottom: 30px;
	position: relative;
	padding-right: 20px;
}

.xing {
	color: red;
	position: absolute;
	right: 0px;
	top: 20px;
	font-weight: bolder;
}

.con-biaodan>li input {
	width: 100%;
	height: 56px;
	font-weight: 400;
	background: #eeeeee;
	border: 1px solid #eeeeee !important;
	color: #666666;
	padding-left: 26px;
}

.con-biaodan>li input::-webkit-input-placeholder {
	color: #666666;
}

.con-biaodan>li>textarea {
	width: 100%;
	font-weight: 400;
	background: #eeeeee;
	border: 1px solid #eeeeee !important;
	color: #000;
	padding-left: 26px;
}

.con-biaodan>li>textarea::-webkit-input-placeholder {
	color: #666666;
	line-height: 60px;
	font-weight: 400;
}

.con-biaodan>li>textarea::-moz-input-placeholder {
	color: #666666;
	line-height: 60px;
	font-weight: 400;
}

.con-biaodan>li>textarea::-ms-input-placeholder {
	color: #666666;
	line-height: 60px;
	font-weight: 400;
}

.yz-box input {
	margin-right: 30px;
	max-width: calc(100% - 163px);
}

.xing1 {
	color: red;
	position: absolute;
	right: 163px;
	top: 20px;
	font-weight: bolder;
}

.con-send {
	max-width: 356px;
	float: right;
	width: 100% !important;
	height: 46px !important;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	display: block;
	transition: 0.6s;
}

.con-send:hover {
	background: #fcb026;
	color: #fff
}

@media(max-width:768px) {
	.con-send {
		float: none;
	}

}

.bpr-title {
	font-size: 16px;
	line-height: 50px;
	background: #fcb026;
	color: #333333;
	padding: 0 20px;
	font-weight: bold;
}

.bpr-nr {
	background-color: #eeeeee;
	display: flex;
	justify-content: flex-start;
	padding: 15px 00px;
	flex-wrap: wrap;
}

.bpr-nr a {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	padding: 0 20px;
}

/* 茅隆碌氓掳戮猫隆篓氓聧鈥� */
.c-biaodan>li {
	margin-bottom: 50px;
}

.c-biaodan>li>input {
	width: 100%;
	height: 60px;
	font-weight: 400;
	background: #e0ecd5;
	border: 1px solid #bcd4c6 !important;
	color: #005b38;
	padding-left: 16px;
}

.c-biaodan>li>input::-webkit-input-placeholder {
	color: #005b38;
}

.c-biaodan>li>textarea {
	width: 100%;
	font-weight: 400;
	background: #e0ecd5;
	border: 1px solid #bcd4c6 !important;
	color: #005b38;
	padding-left: 16px;
}

.c-biaodan>li>textarea::-webkit-input-placeholder {
	color: #005b38;
	line-height: 60px;
	font-weight: 400;
}

.c-biaodan>li>textarea::-moz-input-placeholder {
	color: #005b38;
	line-height: 60px;
	font-weight: 400;
}

.c-biaodan>li>textarea::-ms-input-placeholder {
	color: #005b38;
	line-height: 60px;
	font-weight: 400;
}

.c-send {
	width: 188px !important;
	height: 38px !important;
	background: #99c279;
	border: 1px solid #99c279;
	color: #fff;
	text-transform: uppercase;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	margin: 0 auto 0;
	display: block;

}

/* 氓陇漏猫艩卤忙聺驴氓鈥櫯扺ALL */
.ceiling {
	padding: 3%;
}

.cei-subtitle {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.cei-xian {
	margin-bottom: 20px;
}

.cei-name {
	background: #40cd7e;
	color: #fff;
	line-height: 33px;
	margin-top: 36px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.cei-box {
	overflow: hidden;
	border: 1px solid #d8d8d8;
}

.cei-tu {
	transition: 0.6s;
}

.cei-content:hover .cei-box {
	background: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.cei-content:hover .cei-tu {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.cei-box:hover .cei-tu {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.cei-box:hover .cei-tu {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

/* group */
.group {
	padding: 3%;
}

.gr-box {
	display: block;
	overflow: hidden;
	position: relative;
}

.gr-tu {
	transition: 0.6s;
}

.gr-fugai {
	width: 100%;
	height: 74px;
	position: absolute;
	background: rgba(64, 205, 126, 0.8);
	width: 100%;
	left: 0;
	top: calc(50% - 37px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}

.gr-name {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.gr-box:hover .gr-tu {
	transform: scale(1.1);
}

/* 忙隆藛盲戮鈥姑γζ掆€� */
/* .case-page {
	padding: 3%;
}

.case-box {
	height: 380px;
	background: url(images/bg4.jpg) center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.case-subtitle {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.case-xian {
	width: 68px;
	height: 3px;
	background: #119400;
	margin: 15px auto;
}

.case-title {
	font-size: 56px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.case-content {
	margin-top: 40px;
}

.ny-title1 {
	margin-top: 60px;
}

.ny-subtitle {
	margin-bottom: 50px;
} */



/* Side information */

.global_toolbar {
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 0;
		width: 0;
		height: 100%;
		-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
		transition: all .4s cubic-bezier(.2, .83, .42, .91);
		border-left: 1px solid #d0d0d0;
		background: #fff;
		color: #fff !important;

	}

	.toolbar_btn {
		position: absolute;
		top: 100%;
		left: -60px;
		width: 60px
	}

	.toolbar_btn a,
	.toolbar_btn a samp {
		position: relative;
		display: block;
		height: 60px;
		-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
		transition: all .4s cubic-bezier(.2, .83, .42, .91);
		border-bottom: 1px solid #fff;
	}

	.toolbar_btn a samp {
		z-index: 2;
		width: 60px;
		color: #fff;
		background-color: #fcb026;
	}

	.toolbar_btn a em {
		font-size: 16px;
		font-style: normal;
		line-height: 60px;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 60px;
		display: block;
		overflow: hidden;
		width: 0;
		height: 60px;
		-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
		transition: all .4s cubic-bezier(.2, .83, .42, .91);
		text-align: center;
		color: #fff;
		background-color: #fcb026;
	}

	.toolbar_btn a:hover em {
		width: 220px;
		background: #fcb026;
	}

	.iconi {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	.icon-LiveChat1 img {
		width: 100%;
		height: auto;
		display: block;
		border: none;
	}

	.bar_forum em i {
		color: #fff;
	}

	@media screen and (max-width: 550px) {
		.global_toolbar {
			display: none;
		}
	}


/* 猫搂鈥犆┞⑩€樏ニ嗏€斆÷� */
.video-list {
	padding: 3%;
}

.video-nav {
	display: block;
	background: #eeeeee;
	font-size: 18px;
	line-height: 22px;
	padding: 20.5px 40px;
	margin-bottom: 14px;
	position: relative;
	color: #333333;
	transition: 0.6s;
}

.nav-icon {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.6s;
}

.video-nav1 {
	color: #fcb026;
}

.video-nav1 .nav-icon {
	opacity: 1;
}

.video-nav:hover {
	color: #fcb026;
	text-decoration: none;
}

.video-nav:hover .nav-icon {
	opacity: 1;
}

.video-name {
	font-size: 16px;
	line-break: 22px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 8px;
}

.video-date {
	color: #666666;
	font-size: 14px;
	line-height: 16px;
}

.video-date img {
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.video-nr {
	margin-bottom: 24px;
}

/* 盲潞搂氓鈥溌伱γζ掆€γ÷ヂ嶁€� */
.if-box {
	width: 570px;
	padding: 30px !important;
}

.biaodan2>li {
	margin-bottom: 3%;
	position: relative;
}

.biaodan2>li>input::-webkit-input-placeholder {
	color: #999999;
}

.biaodan2>li>input {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	font-weight: 300;
	background: #f2f3f5;
	border: 1px solid #f2f3f5;
	color: #888888;
}

.biaodan2>li>textarea {
	width: 100%;
	font-weight: 300;
	background: #f2f3f5;
	border: 1px solid #f2f3f5;
	color: #888
}

.biaodan2>li>textarea::-webkit-input-placeholder {
	color: #999999;
	line-height: 40px;
	font-weight: 300;
	background: #f2f3f5;
	border: 1px solid #f2f3f5;
}

.biaodan2>li>textarea::-moz-input-placeholder {
	color: #999999;
	line-height: 40px;
	font-weight: 300;
	background: #f2f3f5;
	border: 1px solid #f2f3f5;
}

.biaodan2>li>textarea::-ms-input-placeholder {
	color: #999999;
	line-height: 40px;
	font-weight: 300;
	background: #f2f3f5;
	border: 1px solid #f2f3f5;
}

.send2 {
	width: 126px !important;
	height: 32px !important;
	background: #fcb026;
	border: 1px solid #fcb026;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	display: block;
	transition: 0.6s;
}

.xing2 {
	position: absolute;
	right: 10px;
	top: 15px;
}

.xp-box {
	display: flex;
	justify-content: center;
	margin: 80px auto 50px;
}

.inq {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 113px;
	height: 30px;
	background: #444e56;
	text-align: center;
	line-height: 30px;
	margin: 0 15px;
}

.continue {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 160px;
	height: 30px;
	background: #444e56;
	text-align: center;
	line-height: 30px;
	margin: 0 15px;
}

.xp-box a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
	transition: 0.6s;
}

.addto {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 160px;
	height: 30px;
	background: #444e56;
	text-align: center;
	line-height: 30px;
	margin: 80px auto 50px;
}

.addto:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
	transition: 0.6s;
}

