/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 130px;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
}

.banner .slick-dots {
	position: absolute;
	top: 50%;
	right: 13%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	border-radius: 10px;
}

.banner .slick-dots li {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	margin: 15px 0px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		/*bottom: 20px;*/
	}
	.banner .slick-dots li {
		margin: 8px 0px;
	}
}

.banner .slick-dots li:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FFFFFF;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .slick-dots li.slick-active {
	background-color: transparent;
	border: solid 1px #FFFFFF;
}

.banner .slick-dots li button {
	display: none;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .item .img-box {
	padding-bottom: 39.58333333333333%;
}

@media (max-width: 767px) {
	.banner-in .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@-webkit-keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.zoomIn1 {
	-webkit-animation-name: zoomIn1;
	animation-name: zoomIn1;
}

.index_banner .slick-current img {
	-webkit-animation: zoomIn1 6s 0s ease both;
	animation: zoomIn1 6s 0s ease both;
}


/*video*/

.news_play .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.news_play:hover .video-cover {
	background-color: rgba(0, 0, 0, 0);
}

.news_play .video .img-box {
	z-index: 0;
	padding-bottom: 65.441176%;
	background-color: #000;
}


/*@media (max-width: 991px) {
.news_play .video .img-box {
padding-bottom: 41.66666667%;
}
}*/

.news_play .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

@media (max-width: 991px) {
	.news_play .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
}

.news_play .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.news_play .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.news_play .video .play {
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.news_play .video .play {
		font-size: 24px;
	}
}

.news_play .video .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	display: block;
	content: '\e60b';
}

@media (max-width: 991px) {
	.news_play .video .play:before {
		font-size: 40px;
	}
}

.news_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
}


/*index_num*/

.box-number {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 768px) {
	.box-number {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

.box-number .number {
	overflow: hidden;
}

.box-number .number ul {
	font-size: 0;
	margin: 0 -25px;
}

@media (max-width: 1350px) {
	.box-number .number ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.box-number .number ul {
		margin: 0 -20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul {
		margin: 0 -10px;
	}
}

.box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 10px 0;
	padding: 0 25px;
}

@media (max-width: 1350px) {
	.box-number .number ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.box-number .number ul li {
		width: 33.33333333%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.box-number .number ul li {
		width: 50%;
		margin: 20px 0;
		padding: 0 10px;
	}
}

.box-number .number .item:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont' !important;
	font-size: 22px;
	color: #ff0000;
	margin-right: 30px;
}

.box-number .number .item.experience:before {
	content: '\e661';
}

.box-number .number .item.types:before {
	content: '\e612';
}

.box-number .number .item.exported:before {
	content: '\e654';
}

.box-number .number .item.area:before {
	content: '\e673';
	margin-right: 5px;
}

.box-number .number .item b {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Helvetica-Black';
	font-weight: normal !important;
	font-size: 68px;
	color: #ff0000;
}

.box-number .number .item b span {
	font-family: 'Helvetica-Black';
}

.box-number .number .item b:before {
	display: block;
}

@media (max-width: 1199px) {
	.box-number .number .item b {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.box-number .number .item b {
		font-size: 30px;
	}
}

.box-number .number .item p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}


/*index_product*/

.index_product {
	padding-top: 80px;
}

.index_title {
	text-align: center;
}

.index_title b {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	font-family: 'Gadugi-Bold';
	color: #333333;
}




.index_product .product_lists {
	margin-top: 50px;
	background:#000;
	padding: 50px;
}

.index_product .product_lists ul {
	margin: 0;
}

.index_product .product_lists li {
	padding: 0;
	margin-bottom: 30px;
}
.index_product .product_lists .img-box{ position:inherit}

.index_product .product_lists .item {
	display: block;
	padding: 8px;
}

.index_product .product_lists .item .img-box {
	padding-bottom: 64.58333333333333%;
	background:#000;

	padding-bottom:100%;
    text-align: center;
	border: 1px solid #fff;
}

.index_product .product_lists .item .img-box .product_name {
	bottom: -20px;
	width:100%;
	text-align:center;
	position:absolute;
}
.index_product .product_lists .item .img-box:hover .product_name{ display:none}
.index_product .product_lists .item .img-box .product_name p {
	font-size: 20px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
}

.index_product .product_lists .item .info_bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_product .product_lists .item:hover .info_bg {
	opacity: 0.6;
}

.index_product .product_lists .item .info_bg .info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_product .product_lists .item .info_bg .info {
	text-align: center;
	padding: 0 50px;
}

.index_product .product_lists .item .info_bg .info b {
	font-size: 20px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
}

.index_product .product_lists .item .info_bg .info p {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.index_product .product_lists .item .info_bg .info span {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
	padding-top: 30px;
}

@media (max-width: 1440px) {
	.index_product .product_lists .item .info_bg .info {
		padding: 0 40px;
	}
	.index_product .product_lists .item .info_bg .info p {
		padding-top: 10px;
	}
	.index_product .product_lists .item .info_bg .info span {
		padding-top: 15px;
	}
}

@media (max-width: 1350px) {
	.index_product .product_lists .item .info_bg .info p {
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 1199px) {
	.index_title b {
		font-size: 30px;
	}
	.index_title b:before {
		width: 88px;
		height: 15px;
		margin-right: 15px;
	}
	.index_title b:after {
		width: 88px;
		height: 15px;
		margin-left: 15px;
	}
	.index_product .product_lists .item .img-box .product_name p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.index_title b {
		font-size: 20px;
	}
	.index_title b:before {
		width: 55px;
		height: 15px;
		margin-right: 10px;
	}
	.index_title b:after {
		width: 55px;
		height: 15px;
		margin-left: 10px;
	}
	.index_product .product_lists {
		margin-top: 30px;
	}
	.index_product .product_lists .item .img-box .product_name p {
		font-size: 16px;
	}
	.index_product .product_lists .item .info_bg .info {
		padding: 0 20px;
	}
	.index_product .product_lists .item .info_bg .info b {
		font-size: 16px;
	}
	.index_product .product_lists .item .info_bg .info p {
		padding-top: 15px;
	}
	.index_product .product_lists .item .info_bg .info span {
		padding-top: 20px;
	}
}

@media (max-width: 320px) {
	.index_title b {
		font-size: 18px;
	}
	.index_title b:before {
		width: 48px;
		height: 15px;
		margin-right: 10px;
	}
	.index_title b:after {
		width: 48px;
		height: 15px;
		margin-left: 10px;
	}
}

.index_product .product_lists .item .info_bg .info span:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 14px;
	color: #ffffff;
	content: '\e603';
	margin-left: 5px;
}


/*index_choose*/

.index_choose {
	padding: 100px 0;
}

.index_choose .left {
	width: 57.6%;
}

.index_choose .left .note {
	margin-top: 60px;
	padding-left: 60px;
	padding-bottom: 60px;
	border-left: 10px solid #009640;
	border-bottom: 10px solid #009640;
	font-size: 28px;
}

.index_choose .left .note p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
}

.index_choose .left .note b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #307903;
	padding-bottom: 20px;
}

.index_choose .left .note .note_box {
	padding-top: 40px;
}

.index_choose .left .note .note_box .call span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
}

.index_choose .left .note .note_box .call span:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 30px;
	color: #ff0000;
	content: '\e607';
	margin-right: 18px;
}

.index_choose .left .note .note_box .call a {
	display: inline-block;
	width: 180px;
	background-color: #f2f6eb;
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	line-height: 40px;
	color: #666666;
	text-align: center;
	margin-left: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_choose .left .note .note_box .call a:hover {
	background-color: #d3e6b2;
}

.index_choose .left .note .note_box .more {
	line-height: 40px;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	color: #666666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_choose .left .note .note_box .more:hover {
	color: #ff0000;
}

.index_choose .left .note .note_box .more:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 14px;
	color: #666666;
	content: '\e603';
	margin-left: 5px;
}

.index_choose .left .note .note_box .more:hover:after {
	color: #ff0000;
}

.index_choose .right {
	width: 37%;
}

@media (max-width: 991px) {
	.index_choose {
		padding: 40px 0;
	}
	.index_choose .left {
		width: 100%;
	}
	.index_choose .right {
		width: 100%;
		margin-top: 30px;
	}
	.index_choose .left .note {
		margin-top: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
		border-left: 10px solid #f2f6eb;
		border-bottom: 10px solid #f2f6eb;
	}
}

.index_choose .right ul {
	margin: -20px;
}

.index_choose .right ul li {
	float: left;
	width: 50%;
	padding: 20px;
}

.index_choose .right ul li:nth-child(2) {
	padding-bottom: 50px;
}

.index_choose .right ul li:nth-child(2),
.index_choose .right ul li:nth-child(4) {

}

.index_choose .right ul li .img-box {
	padding-bottom: 107.1729957805907%;
	border: solid 1px #d9d9d9;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_choose .right ul li .img-box:hover {
	border: solid 1px #FFFFFF;
}

.index_choose .right ul li .img-box .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
}



.index_choose .right ul li .img-box .cover span {
	display: block;
	padding-top: 60px;
}

.index_choose .right ul li .img-box .cover span:after {
	display: block;
	font-family: 'iconfont';
	font-size: 42px;
	color: #333333;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_choose .right ul li .img-box:hover .cover span:after {
	color: #FFFFFF;
}

.index_choose .right ul li .img-box .cover span.manufacturer:after {
	content: '\e60a';
}

.index_choose .right ul li .img-box .cover span.certification:after {
	content: '\e639';
	font-size: 40px;
}

.index_choose .right ul li .img-box .cover span.overseas:after {
	content: '\e63d';
	font-size: 40px;
}

.index_choose .right ul li .img-box .cover span.service:after {
	content: '\e63b';
}

.index_choose .right ul li .img-box .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-size: cover;
	-webkit-transition: all .5s;
	transition: all .5s;
	height:50px;
	line-height:25px;
	background:#333
}



.index_choose .right ul li .img-box .title p {
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}



@media (max-width: 1469px) {
	.index_choose .right ul li .img-box .title {
		padding: 40px 10px 0px 10px;
	}
}

@media (max-width: 1350px) {
	.index_choose .right ul li .img-box .cover span {
		display: block;
		padding-top: 40px;
	}
	.index_choose .right ul li .img-box .title {
		padding: 40px 10px 0px 10px;
	}
	.index_title b{ font-size:35px;}
}

@media (max-width: 1199px) {
	.index_choose .right ul {
		margin: -10px;
	}
	.index_choose .right ul li {
		padding: 10px;
	}
	.index_choose .right ul li:nth-child(2) {
		padding-bottom: 40px;
	}
	.index_choose .right ul li .img-box .cover span {
		display: block;
		padding-top: 20px;
	}
	.index_choose .right ul li .img-box .title {
		padding: 40px 10px 0px 10px;
	}
	.index_choose .right ul li .img-box .title p {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.index_choose .right ul li:nth-child(2) {
		padding-bottom: 10px;
	}
	.index_choose .right ul li:nth-child(2),
	.index_choose .right ul li:nth-child(4) {
		margin-top: 0px;
	}
	.index_choose .right ul li .img-box .title {
		padding: 55px 10px 0px 10px;
	}
	.index_choose .right ul li .img-box .cover span {
		display: block;
		padding-top: 100px;
	}
}

@media (max-width: 768px) {
	.index_choose .right ul li .img-box .title {
		padding: 40px 10px 0px 10px;
	}
	.index_choose .right ul li .img-box .cover span {
		display: block;
		padding-top: 20px;
	}
}


/*index_service*/

.index_service {
	padding: 85px 0 100px 0;
	background: url(../../images/index_ser.jpg) no-repeat;

	background-size: cover;
}

.index_service .left {
	width: 56%;
	padding-right: 20px;
}

.index_service .right {
	width: 44%;
}

@media (max-width: 991px) {
	.index_service .left {
		width: 100%;
		padding-left: 0;
	}
	.index_service .right {
		width: 100%;
		margin-top: 30px;
	}
}

.index_service .left .img-box {
	padding-bottom: 63.84180790960452%;
}

.index_service .left .info span {
	display: block;
	font-size: 20px;
	font-family: 'Gadugi-Bold';
	color: #ff0000;
}

.index_service .left .info b {
	font-size: 40px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
}

.index_service .left .info p {
	font-size: 16px;
	color: #c8c8c8;
	padding-top: 20px;
}

.index_service .right .index_title b {
	color: #FFFFFF;
}

@media (max-width: 1470px) {
	.index_service .right .index_title b {
		font-size: 36px;
	}
	.index_service .right .index_title b:before {
		width: 88px;
		height: 17px;
		margin-right: 15px;
	}
	.index_service .right .index_title b:after {
		width: 88px;
		height: 17px;
		margin-left: 15px;
	}
}

.index_service .right .index_title p {
	font-size: 16px;
	line-height: 24px;
	color: #c8c8c8;
	text-align: justify;
	padding-top: 10px;
}

.index_service .right ul {
	padding-top: 45px;
}

.index_service .right ul li:after {
	clear: both;
	display: block;
	content: '';
	width: 1px;
	height: 30px;
	border: dashed 1px rgba(255, 255, 255, .42);
	margin-left: 13%;
	margin-top: 2%;
}

.index_service .right ul li:last-child:after {
	display: none;
}

.index_service .right ul li .num {
	width: 26%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 130px;
	font-family: 'Helvetica-Black';
	font-weight: normal !important;
	color: rgba(255, 255, 255, .12);
	height: 140px;
	margin-right: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1200px) {
	.index_service .right ul li .num {
		width: 28%;
		font-size: 100px;
		height: 110px;
	}
	.index_service .right ul li .info {
		width: 60%;
	}
}

.index_service .right ul li:hover .num {
	color: rgba(255, 255, 255, 1);
}

.index_service .right ul li .num .dot {
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	border: solid 1px #FFFFFF;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_service .right ul li:hover .dot {
	border: solid 1px #ff0000;
}

.index_service .right ul li .num .dot:after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #ff0000;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_service .right ul li .info {
	width: 68%;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1350px) {
	.index_service .right ul li .info {
		width: 60%;
	}
}

.index_service .right ul li .info b {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #86b93f;
}

.index_service .right ul li .info b:before {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	content: '';
	background: url(../images/common/icon_ser1.png) no-repeat;
	background-size: cover;
	margin-right: 14px;
}

.index_service .right ul li:nth-child(2) .info b:before {
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_ser2.png) no-repeat;
}

.index_service .right ul li:nth-child(3) .info b:before {
	width: 29px;
	height: 26px;
	background: url(../images/common/icon_ser3.png) no-repeat;
}

.index_service .right ul li .info span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding-top: 20px;
}

.index_service .right ul li .info p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
	.index_service .left .info b {
		font-size: 30px;
	}
	.index_service .right .index_title b {
		font-size: 28px;
	}
	.index_service .right .index_title b:before {
		width: 68px;
		height: 15px;
		margin-right: 10px;
	}
	.index_service .right .index_title b:after {
		width: 68px;
		height: 15px;
		margin-left: 10px;
	}
	.index_service .right ul {
		padding-top: 25px;
	}
	.index_service .right ul li .info b {
		font-size: 16px;
	}
	.index_service .right ul li .info span {
		padding-top: 10px;
	}
	.index_service .right ul li .info p {
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 991px) {
	.index_service {
		padding: 50px 0 50px 0;
	}
	.index_service .left .info b {
		font-size: 20px;
	}
	.index_service .left .info p {
		padding-top: 10px;
	}
	.index_service .right .index_title b {
		font-size: 20px;
	}
	.index_service .right .index_title b:before {
		width: 55px;
		height: 15px;
		margin-right: 10px;
	}
	.index_service .right .index_title b:after {
		width: 55px;
		height: 15px;
		margin-left: 10px;
	}
}

@media (max-width: 320px) {
	.index_service .right .index_title b {
		font-size: 18px;
	}
	.index_service .right .index_title b:before {
		width: 50px;
		height: 15px;
		margin-right: 10px;
	}
	.index_service .right .index_title b:after {
		width: 50px;
		height: 15px;
		margin-left: 10px;
	}
}


/*index_say*/

.index_say {
	padding: 100px 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

.index_say .slick-say {
	padding: 0 15px;
	padding-top: 50px;
}
.index_say .note{height:150px; overflow:hidden;position: absolute;z-index:1; bottom:0; padding-left:20px}
.index_say .slick-say .item {
	display: block;

	background-color: #f4f4f4;
	border-radius: 10px;
	border: solid 1px #e2e2e2;
	margin: 0 15px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:5px;
	
}

@media (max-width: 991px) {
	.index_say {
		padding: 50px 0 60px 0;
		background-color: #FFFFFF;
	}
	.index_say .slick-say .item {
		padding: 20px;
	}
	.index_say .slick-say {
		padding-top: 25px;
	}
}

.index_say .slick-say .item:hover {
	background-color: #e5e5e5;
}



.index_say .slick-say .item:hover:before,
.index_say .slick-say .slick-current .item:before {
	border-top: 14px solid #e5e5e5;
}

.index_say .slick-say .item:after {
	box-sizing: content-box;
	width: 0;
	position: absolute;
	bottom: -30px;
	left: 60px;
	padding: 0;
	border-top: 15px solid #e2e2e2;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	display: block;
	content: '';
	z-index: 10;
}

.index_say .slick-say .item:focus {
	outline: none;
}

.index_say .slick-say .item .note p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-transform:uppercase;
	font-weight:bold;
}

.index_say .slick-say .item .customer {
	padding-top: 0px;
}

.index_say .slick-say .item .customer .name span {
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	color: #666666;
	display: block;
}

.index_say .slick-say .item .customer .name span:before {
	font-family: 'iconfont';
	font-size: 32px;
	font-weight: normal;
	display: block;
	content: '\e63c';
	color: #ff0000;
	margin-left: -8px;
}

.index_say .slick-say .item .customer .name p {
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	color: #666666;
}

.index_say .slick-say .item .head {
	width: 100%;
	overflow: hidden;
}

.index_say .slick-say .slick-list {
	overflow: inherit;
}
.index_say .slick-say .slick-list .img-box img{ transition:all 1s;}
.index_say .slick-say .slick-list .img-box img:hover{ transform:scale(1.1)}
.index_say .slick-say .slick-dots {
	position: absolute;
	bottom: -80px;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	border-radius: 10px;
	z-index: 1;
}

@media (max-width: 991px) {
	.index_say .slick-say .slick-dots {
		bottom: -70px;
	}
}

.index_say .slick-say .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 10px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #ff0000;
	background-color: #ff0000;
}

.index_say .slick-say .slick-dots li.slick-active {
	background-color: #FFFFFF;
}

.index_say .slick-say .slick-dots li button {
	display: none;
}


/*index_news*/

.index_news {
	padding: 50px 0 110px 0;
}

.index_news .news_main {
	padding-top: 50px;
}


/*11.13修改*/

.index_news .news_lists li {
	margin-bottom: 50px;
}

.index_news .news_lists li .item {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .news_lists li .item .pic {
	display: inline-block;
	vertical-align: top;
	width: 47.8%;
}

.index_news .news_lists li .item .pic .img-box {
	display: flex;
    align-items: center;
    overflow: hidden;
    height: 250px;
	padding-bottom: 0;
}


.index_news .news_lists li .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
	position:inherit !important;
	object-fit: cover;
    display: block;
}

.index_news .news_lists li .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news .news_lists li .item .info {
	display: inline-block;
	vertical-align: top;
	width: 51%;
	padding-left: 30px;
}

.index_news .news_lists li .item .info span {
	display: block;
	font-family: 'Gadugi-Bold';
	font-size: 14px;
	color: #666666;
	padding: 10px 0 15px 0;
}

.index_news .news_lists li .item .info span i {
	color: #ff0000;
	font-family: 'Gadugi-Bold';
	margin-left: 5px;
}

.index_news .news_lists li .item .info b {
	font-family: 'Gadugi-Bold';
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_news .news_lists li .item .info p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 15px;
}

.index_news .news_lists li .item .info button {
	display: block;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	padding-top: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 991px) {
	.index_news .news_main {
		padding-top: 0px;
	}
	.index_news .news_lists {
		padding-top: 30px;
	}
	.index_news .news_lists li {
		margin-bottom: 35px;
	}
	.index_news .news_lists li .item .pic {
		width: 100%;
	}
	.index_news .news_lists li .item .info {
		width: 100%;
		padding-left: 0px;
	}
	.index_news .news_lists li .item .info b {
		font-size: 16px;
	}
	.index_news .news_lists li .item .info p {
		padding-top: 10px;
	}
	.index_news .news_lists li .item .info button {
		padding-top: 15px;
	}
}

.index_news .news_lists li .item:hover .info button,
.index_news .news_lists li .item:hover .info b {
	color: #ff0000;
}


/*修改*/

.index_news .left {
	width: 50%;
}

.index_news .right {
	width: 41%;
}

.index_news .left .news_pic .img-box {
	padding-bottom: 50.31525851197982%;
}

.index_news .left .news_pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .left .news_pic:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news .left .note {
	padding: 37px 6px 0 6px;
}

.index_news .left .note span {
	display: block;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	color: #666666;
}

.index_news .left .note span i {
	color: #ff0000;
}

.index_news .left .note b {
	display: block;
	font-size: 18px;
	font-family: 'Gadugi-Bold';
	color: #333333;
	padding-top: 20px;
}

.index_news .left .note p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	padding-top: 20px;
}

.index_news .left .note a {
	display: block;
	padding-top: 40px;
	text-decoration: underline;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	color: #ff0000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .left .note a:hover {
	text-decoration: underline !important;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.index_news .left .note a:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 14px;
	content: '\e603';
	margin-left: 5px;
}

.index_news .right .lists li {
	position: relative;
	padding: 40px 40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .right .lists li .news_item {
	display: block;
}

.index_news .right .lists li .news_item span {
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	color: #666666;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .right .lists li .news_item span i {
	color: #ff0000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .right .lists li .news_item b {
	font-size: 18px;
	font-family: 'Gadugi-Bold';
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .right .lists li .news_item p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	padding-top: 25px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.index_news {
		padding: 50px 0;
	}
	.index_news .left {
		width: 100%;
		margin-right: 0%;
	}
	.index_news .right {
		width: 100%;
		margin-top: 30px;
	}
	.index_news .right .lists li {
		padding: 20px;
	}
	.index_news .left .note p {
		padding-top: 10px;
	}
	.index_news .left .note a {
		padding-top: 25px;
	}
}

.index_news .right .lists li:hover {
	background-color: #ff0000;
	box-shadow: 3px 4px 13px 0px rgba(48, 121, 3, 0.46);
}

.index_news .right .lists li:hover .news_item span,
.index_news .right .lists li:hover .news_item span i,
.index_news .right .lists li:hover .news_item b,
.index_news .right .lists li:hover .news_item p {
	color: #fff;
}


/*ask*/

.ask {
	padding: 73px 0;
	background-color: #ff0000;
	position: relative;
	z-index: 3;
}

.ask .pic {
	width: 24.2%;
	position: absolute;
	left: -20px;
	bottom: -40px;
}

.ask .pic .img-box {
	padding-bottom: 62.60869565217391%;
}

.ask .info {
	padding-left: 300px;
}

@media (max-width: 1199px) {
	.ask .pic {
		display: none;
	}
	.ask .info {
		padding: 0px 15px;
	}
}

.ask .info .title {
	text-align: center;
}

.ask .info .title b {
	display: block;
	font-size: 40px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
}

.ask .info .title p {
	font-size: 14px;
	color: #ffffff;
	padding-top: 10px;
}

.ask .contact {
	padding-top: 40px;
}

@media (max-width: 991px) {
	.ask {
		padding: 33px 0;
	}
	.ask .info .title b {
		font-size: 20px;
	}
	.ask .contact {
		padding-top: 20px;
	}
}

.ask .contact ul li {
	display: inline-block;
}

.ask .contact ul li {
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
}

.ask .contact ul li:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e671';
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

.ask .contact ul li.skype:before {
	font-size: 18px;
	content: '\e616';
}

.ask .contact ul li.email:before {
	font-size: 22px;
	content: '\e604';
}

.ask .contact ul li.whatspp:before {
	content: '\e773';
}

.ask .contact ul li.wechat:before {
	content: '\e7e5';
}

.ask .contact ul li.website:before {
	content: '\e7e2';
}

.ask .contact ul li a {
	font-size: 16px;
	color: #ffffff;
}


/*pagebanner*/

.pagebanner .img-box {
	padding-bottom: 26.04166666666667% !important;
}

.page_title {
	border-bottom: solid 1px #e5e5e5;
}

.page_title .title {
	width: 20.4%;
	border-right: solid 1px #e5e5e5;
}

.page_title .title p {
	font-family: 'Helvetica-Black';
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 127px;
	color: #333333;
}

.page_title .location {
	display: inline-block;
	line-height: 57px;
}
.page_title .location a{color: #333333;}
@media (max-width: 1200px) {
	.page_title .title p {
		font-size: 30px;
		line-height: 100px;
	}
	.page_title .location ul li {
		display: inline-block;
		line-height: 100px;
	}
}

.page_title .location ul li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0px;
	color: #888888;
}

.page_title .location ul li a:hover {
	color: #ff0000;
}

.page_title .location ul li:first-child a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e64e';
	margin-right: 16px;
	color: #ff0000;
}

.page_title .location ul li a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 14px;
	content: '\e728';
	margin: 0 8px;
}

.page_title .location ul li a:hover:after {
	color: #888888;
}

.page_title .location ul li:last-child a:after {
	display: none;
}

.page_title .location ul li a:focus {
	outline: none;
}

.page_content {
	overflow: hidden;
}

.page_content .left {
	display: inline-block;
	vertical-align: top;
	width: 20.4%;
	margin-bottom: -9819px;
	padding-bottom: 9999px;
	border-right: solid 1px #e5e5e5;
}

.page_content .left ul li {
	line-height: 57px;
	padding-left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_content .left ul li:hover,
.page_content .left ul li.active {
	
}

.page_content .left ul li:hover a,
.page_content .left ul li:hover a:before,
.page_content .left ul li.active a,
.page_content .left ul li.active a:before {
	color: #ff0000;
}

.page_content .left ul li a {
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	color: #333333;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_content .left ul li a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 14px;
	content: '\e728';
	color: #666666;
	margin-right: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 1200px) and (min-width: 991px) {
	.page_content .left ul li {
		padding-left: 10px;
	}
	.page_content .left ul li a:before {
		margin-right: 10px;
	}
}

.page_content .right {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	padding: 43px 0 100px 0;
}

@media (max-width: 991px) {
	.page_title {
		padding: 15px 0;
	}
	.page_title .title {
		width: 100%;
		border-right: none;
	}
	.page_title .title p {
		font-size: 20px;
		line-height: 40px;
	}
	.page_title .location {
		width: 100%;
		float: none;
	}
	.page_title .location ul li {
		line-height: 40px;
	}
	.page_title .location ul li:first-child a:before {
		margin-right: 10px;
	}
	.page_title .location ul li a:after {
		margin: 0 5px;
	}
	.page_content .left {
		display: block;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0;
		padding-bottom: 0;
		border-right: none;
		border-bottom: solid 1px #e5e5e5;
	}
	.page_content .left ul li {
		line-height: 47px;
	}
	.page_content .left ul li a {
		font-size: 15px
	}
	.page_content .right {
		display: block;
		width: 100%;
		padding: 30px 0 50px 0;
	}
}

.page_content.about .right .msg p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.page_content.about .right .msg p img {
	max-width: 100%;
}


/*quality_lists*/

.quality_lists li {
	margin-bottom: 30px;
}

.quality_lists .item .img-box {
	padding-bottom: 66.66666666666667%;
}

.quality_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.quality_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.quality_lists .item p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	padding-top: 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.quality_lists .item:hover p {
	color: #ff0000;
}


/*certificate_lists*/

.certificate_lists li {
	margin-bottom: 30px;
}

.certificate_lists .item .img-box {
	padding-bottom: 137.1428571428571%;
}

.certificate_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.certificate_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.certificate_lists .item p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	text-align: center;
	padding-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.certificate_lists .item:hover p {
	color: #ff0000;
}


/*certificate_lists*/

@media (max-width: 991px) {
	.culture_lists li {
		margin-bottom: 30px;
	}
}

.culture_lists .item .pic {
	height: 168px;
}

.culture_lists .item .pic img {
	display: block;
	width: auto;
	height: 100%;
	margin: auto;
}

.culture_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.culture_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.culture_lists .item p {
	font-size: 20px;
	font-family: 'Gadugi-Bold';
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	padding-top: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 767px) {
	.culture_lists .item .pic {
		height: 120px;
	}
	.culture_lists .item p {
		font-size: 16px;
		padding-top: 20px;
	}
}

@media (max-width: 320px) {
	.culture_lists .item .pic {
		height: 100px;
	}
}

.culture_lists .item:hover p {
	color: #ff0000;
}


/*service*/

.service .left ul {
	padding-top: 35px;
}

.service .left ul li {
	padding-left: 0;
	line-height: 42px;
}

.service .left ul li:hover,
.service .left ul li.active {
	background: none;
}

.service .left ul li:hover a,
.service .left ul li.active a {
	color: #ff0000;
}

.service .left ul li a {
	font-family: ' Gadugi';
	font-size: 16px;
	color: #333333;
}

.service .left ul li a:before {
	color: #333333;
}

.service .left ul li.active a:before,
.service .left ul li:hover a:before {
	color: #ff0000;
}

.service_lists .item {
	display: block;
	margin-bottom: 45px;
}

.service_lists .item:after {
	display: table;
	clear: both;
	content: '';
}

.service_lists .item .pic {
	width: 47%;
}

.service_lists .item .pic .img-box {
	padding-bottom: 61.96078431372549%;
}

.service_lists .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.service_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service_lists .item .info {
	width: 50%;
	padding: 30px;
}

.service_lists .item .info span {
	display: block;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	color: #666666;
}

.service_lists .item .info span:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e661';
	margin-right: 14px;
	color: #ff0000;
}

.service_lists .item .info b {
	display: block;
	font-size: 18px;
	font-family: 'Gadugi-Bold';
	color: #333333;
	padding-top: 15px;
}

.service_lists .item .info p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-top: 20px;
}

.service_lists .item .info button {
	width: 160px;
	border: solid 1px #ff0000;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	color: #ff0000;
	margin-top: 70px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.service .left ul {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.service_lists .item {
		margin-bottom: 30px;
	}
	.service_lists .item .pic {
		width: 100%;
	}
	.service_lists .item .info {
		width: 100%;
		padding: 20px;
	}
	.service_lists .item .info b {
		font-size: 16px;
		padding-top: 10px;
	}
	.service_lists .item .info p {
		font-size: 14px;
		padding-top: 10px;
	}
	.service_lists .item .info button {
		width: 160px;
		line-height: 40px;
		margin-top: 20px;
	}
}

.service_lists .item:hover .info button {
	color: #FFFFFF;
	background-color: #ff0000;
}


/*structure_pic*/

.structure_pic {
	width: 86%;
}

.structure_pic .img-box {
	padding-bottom: 59.04761904761905%;
}

@media (max-width: 991px) {
	.structure_pic {
		width: 100%;
	}
}


/*knowledge_pic*/

.knowledge_pic {
	width: 90%;
}

.knowledge_pic .img-box {
	padding-bottom: 59.04761904761905%;
}

@media (max-width: 991px) {
	.knowledge_pic {
		width: 100%;
	}
}


/*warranty_info*/

.warranty_info p {
	font-size: 14px;
	line-height: 42px;
	color: #888888;
}


/*packing_lists*/

.packing_lists li {
	padding-bottom: 37px;
}

@media (max-width: 991px) {
	.packing_lists li {
		padding-bottom: 30px;
	}
}

.packing_lists .item .img-box {
	border: solid 1px #e5e5e5;
	padding-bottom: 61.17647058823529%;
}

.packing_lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.packing_lists .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.packing_lists .item p {
	font-size: 14px;
	color: #888888;
	text-align: center;
	padding-top: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.packing_lists .item:hover p {
	color: #ff0000;
}


/*product*/

.product .left {
	/*background-color: #efefef;*/
}

.product .left ul li {
	padding-left: 0;
}

.product .left ul li:hover,
.product .left ul li.active {
	background-color: transparent;
}

.product .product .page_nav .menu {
	position: relative;
}

.product .page_nav .menu .menu1>li:first-child {
	border-top: none;
}

.product .page_nav .menu .menu1>li>a {
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	color: #ffffff;
	line-height: 20px;
	padding: 20px 0 20px 64px;
	position: relative;
	display: block;
	background-color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .page_nav .menu .menu1>li:hover>a,
.product .page_nav .menu .menu1>li.active>a {
	background-color: #009640;
}

.product .page_nav .menu .menu1>li.active>a:before {
	color: #FFFFFF;
}

.product .page_nav .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 30px;
	display: block;
	content: '\e728';
	color: #FFFFFF;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.product .page_nav .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 30px;
	display: block;
	content: '\e728';
	color: #FFFFFF;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(0);
	-ms-transform: translateY(-45%) rotate(0);
	transform: translateY(-45%) rotateZ(0);
}

@media (max-width: 1200px) and (min-width: 991px) {
	.product .page_nav .menu .menu1>li>a {
		padding: 20px 0 20px 30px;
	}
	.product .page_nav .menu .menu1>li.more>a:before {
		left: 10px;
	}
	.product .page_nav .menu .menu1>li.nomore>a:before {
		left: 10px;
	}
}

.product .page_nav .menu .menu1>li:hover>a,
.product .page_nav .menu .menu1>li.active>a {
	color: #FFFFFF;
}

.product .page_nav .menu .menu1>li:hover>a:before,
.product .page_nav .menu .menu1>li.active>a:before {
	/*-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);*/
}

.product .page_nav .menu .nomore .menu3,
.product .page_nav .menu .nomore .menu2 {
	display: none;
}

.product .page_nav .menu .menu1>li>.menu2 {
	padding: 10px 0;
	background-color: #efefef;
}

.product .page_nav .menu ul.menu2>li,
.product .page_nav .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
	padding-left: 0;
}

.product .page_nav .menu ul.menu2>li.more>a,
.product .page_nav .menu ul.menu3>li.more>a {
	position: relative;
}

.product .page_nav .menu ul.menu2>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	font-family: 'Gadugi-Bold';
	color: #666666;
	line-height: 42px;
	padding-left: 64px;
	-webkit-transition: .3s;
	transition: .3s;
}

@media (max-width: 991px) {
	.product .page_nav .menu .menu1>li>a {
		font-size: 15px;
		padding: 15px 0 15px 64px;
	}
	.product .page_nav .menu .menu1>li.more>a:before {
		font-size: 15px;
	}
	.product .page_nav .menu .menu1>li.nomore>a:before {
		font-size: 15px;
	}
	.product .page_nav .menu ul.menu2>li>a {
		font-size: 15px;
		line-height: 35px;
	}
}

.product .page_nav .menu ul.menu2>li>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 30px;
	display: block;
	content: '\e728';
	color: #666;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(0);
	-ms-transform: translateY(-45%) rotate(0);
	transform: translateY(-45%) rotateZ(0);
}

.product .page_nav .menu .menu2>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 30px;
	display: block;
	content: '\e728';
	color: #FFFFFF;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.product .page_nav .menu ul.menu2>li.active>a,
.product .page_nav .menu ul.menu2>li:hover>a {
	color: #ff0000;
	background-color: transparent;
}

.product .page_nav .menu ul.menu2>li.active>a:before,
.product .page_nav .menu ul.menu2>li:hover>a:before {
	color: #ff0000;
	/*-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);*/
}

.product .page_nav .menu ul.menu3>li>a:before {
	display: none;
}

.product .page_nav .menu ul.menu3>li>a {
	display: block;
	font-family: 'Gadugi';
	font-size: 14px;
	line-height: 40px;
	color: #333333;
	padding-left: 64px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .page_nav .menu ul.menu3>li.active>a,
.product .page_nav .menu ul.menu3>li>a:hover {
	color: #ff0000;
}


/*11.13修改*/

.product .page_nav .menu .menu1>li.active .menu2 {
	display: block;
}

.product .page_nav .menu .menu2>li.active .menu3 {
	display: block;
}

.product .page_nav .menu .menu3>li.active {
	display: block;
}


/*11.13修改*/

.prod_lists {
	padding-bottom: 30px;
}

.prod_lists ul li {
	padding: 35px 40px;
	-webkit-transition: .3s;
	transition: .3s;
}

.prod_lists ul li:hover {
	box-shadow: 3px 4px 13px 0px rgba(121, 121, 121, 0.21);
}

.prod_lists ul li .item {
	display: block;
}

.prod_lists ul li .item .pic {
	width: 31%;
}

.prod_lists ul li .item .pic .img-box {
	padding-bottom: 143.5897435897436%;
}

.prod_lists ul li .item .info {
	width: 58%;
}

.prod_lists ul li .item .info b {
	display: block;
	font-size: 24px;
	font-family: 'Gadugi-Bold';
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_lists ul li .item .info p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	padding-top: 15px;
	height: 87px;
	min-height: 87px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.prod_lists ul li .item .info span {
	display: inline-block;
	padding-left: 25px;
	background-color: #333;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	line-height: 40px;
	color: #ffffff;
	margin-top: 30px;
}

.prod_lists ul li .item .info span:after {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e603';
	width: 40px;
	height: 40px;
	background-color: #307903;
	font-size: 15px;
	text-align: center;
	margin-left: 25px;
}

@media (max-width: 991px) {
	.prod_lists ul li {
		padding: 35px 20px;
	}
	.prod_lists ul li .item .info b {
		font-size: 18px;
	}
	.prod_lists ul li .item .info p {
		padding-top: 10px;
	}
	.prod_lists ul li .item .info span {
		line-height: 30px;
		padding-left: 15px;
		margin-top: 20px;
	}
	.prod_lists ul li .item .info span:after {
		width: 30px;
		height: 30px;
		margin-left: 15px;
	}
}


/*product_detail*/


/*zoom*/

.zoomDiv {
	z-index: 9;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 1;
	cursor: move;
	background: url(../images/common/mask.png) repeat scroll 0 0 transparent;
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}

.product_box {}

.product_box .prod_box_left {
	width: 30%;
	background-color: #f4f4f4;
	border: solid 1px #d6d6d6;
	height:285px; overflow:hidden;
}

.product_box .prod_box_right {
	width: 70%;
	height:285px; overflow:hidden;
	background-color: #eaeaea;
	border-top: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
}

@media (max-width: 991px) {
	.product_box .prod_box_left {
		width: 100%;
	}
	.product_box .prod_box_right {
		width: 100%;
		border-left: solid 1px #d6d6d6;
		margin-top: 20px;
	}
}

.pro-show {
	overflow: hidden;
	background-color: #f4f4f4;
}

.pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

@media (max-width: 991px) {
	.pro-show .album {
		float: none;
		width: 100%;
	}
}

.pro-show .album .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .9;
}

.pro-show .album .slider-for .item {
	padding: 20px 40px;
}

.pro-show .album .img-box {
	z-index: 0;
	padding-bottom: 140%;
}

.pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.pro-show .album .slider-nav {
	position: relative;
	padding: 15px 40px;
	border-top: solid 1px #d6d6d6;
}

.pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.pro-show .album .slider-nav .item {
	padding: 0 40px;
}
@media (min-width: 1699px) {

	.product_box .prod_box_left {
	width: 30%;

	height:450px; overflow:hidden;
}

.product_box .prod_box_right {
	width: 70%;
	height:450px; overflow:hidden;

}
}

@media (max-width: 1349px) {
	.pro-show .album .slider-nav .item {
		padding: 0 20px;
	}
	
}

.pro-show .album .slider-nav .slick-arrow {
	width: 20px;
	height: 28px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 5%;
	background: none;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow {
		left: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow:before {
	display: inline-block;
	line-height: 32px;
	overflow: hidden;
	font-family: 'iconfont' !important;
	font-size: 28px;
	content: '\e727';
	color: #c3bcbc;
	background: none;
}

.pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow.slick-next {
		right: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e728';
}

.pro-show .album .slider-nav .slick-arrow:hover:before {
	color: #ff0000;
}

.prod_box_right .prod_info .title {
	padding: 35px 50px 30px 50px;
	border-bottom: solid 1px #d6d6d6;
}

.prod_box_right .prod_info .title h1 {
	display: block;
	font-size: 36px;
	font-family: 'Gadugi-Bold';
	color: #333333;
}

.prod_box_right .prod_info .title p {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	padding-top: 20px;
}

.prod_box_right .prod_info .prod_features {
	padding:0px 50px 24px;
	border-bottom: solid 1px #d6d6d6;
}

.prod_box_right .prod_info .prod_features .features {
	width: 40%;
}

.prod_box_right .prod_info .prod_features .features p {
	font-family: 'Gadugi-Bold';
	font-size: 16px;
	color: #333333;
	padding-bottom: 8px;
}

.prod_box_right .prod_info .prod_features .features li {
	display: block;
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_box_right .prod_info .suitable {
	width: 60%;
}

.prod_box_right .prod_info .suitable p {
	font-family: 'Gadugi-Bold';
	font-size: 14px;
	color: #333333;
}

.prod_box_right .prod_info .suitable span {
	display: block;
	font-size: 14px;
	color: #888888;
	padding-top: 15px;
	padding-bottom: 20px;
}

.prod_box_right .prod_info .suitable ul li {
	display: inline-block;
	width: 48%;
}

.prod_box_right .prod_info .suitable ul li:first-child {
	margin-right: 5px;
}

@media (max-width: 1200px) {
	.prod_box_right .prod_info .suitable ul li:first-child {
		margin-right: 0px;
	}
}

.prod_box_right .prod_info .suitable ul li .img-box {
	padding-bottom: 62.96296296296296%;
}

.prod_box_right .prod_info .suitable ul li .img-box img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.prod_box_right .prod_info .suitable ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.prod_box_right .prod_info .share_box {
	padding: 30px 50px;
}

@media (max-width: 1469px) {
	.prod_box_right .prod_info .title {
		padding: 20px 50px 20px 50px;
	}
	.prod_box_right .prod_info .share_box {
		padding: 24px 50px;
	}
}

@media (max-width: 1349px) {
	.prod_box_right .prod_info .title {
		padding: 20px 50px 20px 50px;
	}
	.prod_box_right .prod_info .prod_features {
		padding: 20px 50px;
	}
	.prod_box_right .prod_info .share_box {
		padding: 10px 50px;
	}
}

.prod_box_right .prod_info .share_box .contact_msg {
	vertical-align: middle;
}

.prod_box_right .prod_info .share_box .contact_msg p {
	display: block;
	float:left;
	font-size: 14px;
	font-family: 'Gadugi-Bold';
	line-height: 35px;
	color: #333333;
	margin-right: 20px;
}

.prod_box_right .prod_info .share_box .contact_msg p a {
	font-size: 14px;
	color: #333333;
}

.prod_box_right .prod_info .share_box .contact_msg p a:hover {
	color: #307903;
}

.prod_box_right .prod_info .share_box .contact_msg p.tel:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e671';
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.prod_box_right .prod_info .share_box .contact_msg p.email:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e604';
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.prod_box_right .prod_info .share_box button {
	line-height: 45px;
	border: 1px solid #307903;
	background-color: #307903;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 45px;
	-webkit-transition: all .5s;
	transition: all .5s;
	position:absolute; bottom:5%;
}

.prod_box_right .prod_info .share_box button:hover {
	border: 1px solid #307903;
	background-color: #fff;
	color: #307903;
}

.prod_box_right .prod_info .share_box button:before {
	font-family: 'iconfont';
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
	content: '\e61e';
	vertical-align: middle;
	margin-right: 20px;
}

.details_msg {
	padding-top: 40px;
}

.details_msg .title p {
	font-size: 24px;
	font-family: 'Gadugi-Bold';
	color: #333333;
}

.description .info {
	padding-top: 20px;
}

.description .info p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
}

.prod_table .table_pic {
	margin-top: 0px;
}

.details_msg .inquire_form {
	margin-top: 20px;
}

.details_msg .inquire_form p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
	padding-bottom: 24px;
}

.details_msg .inquire_form ul {
	margin: 0 -12.5px;
}

.details_msg .inquire_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	padding: 0 12.5px;
}

@media (max-width: 1199px) {
	.details_msg .table_title p:before,
	.details_msg .table_title p:after {
		display: none;
	}
}

.details_msg .inquire_form ul li:first-child,
.details_msg .inquire_form ul li:nth-child(6) {
	width: 100%;
	min-height: 48px;
}

.details_msg .inquire_form ul li:first-child input {
	font-weight: bold;
	background-color: #e4e4e4;
	border: solid 1px #c9c9c9;
}

.details_msg .inquire_form ul li input {
	width: 100%;
	color: #333;
	line-height: 48px;
	min-height: 48px;
	padding: 0px 20px;
	background-color: #f9f9f9;
	border: solid 1px #dbdbdb;
}

.details_msg .inquire_form ul li textarea {
	width: 100%;
	color: #333;
	min-height: 200px;
	line-height: 30px;
	background-color: #f9f9f9;
	border: solid 1px #dbdbdb;
	padding: 10px 20px;
}

.details_msg .inquire_form ul li input::-webkit-input-placeholder,
.details_msg .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #999;
}

.details_msg .inquire_form ul li input:-o-placeholder,
.details_msg .inquire_form ul li textarea:-o-placeholder {
	color: #999;
}

.details_msg .inquire_form ul li input::-moz-placeholder,
.details_msg .inquire_form ul li textarea::-moz-placeholder {
	color: #999;
}

.details_msg .inquire_form ul li input:-ms-input-placeholder,
.details_msg .inquire_form ul li textarea:-ms-input-placeholder {
	color: #999;
}

.details_msg .inquire_form ul li input:focus::-webkit-input-placeholder,
.details_msg .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.details_msg .inquire_form ul li input:focus::-o-placeholder,
.details_msg .inquire_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.details_msg .inquire_form ul li input:focus::-moz-placeholder,
.details_msg .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.details_msg .inquire_form ul li input:focus::-ms-input-placeholder,
.details_msg .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.details_msg .inquire_form ul li button {
	line-height: 45px;
	border: 1px solid #307903;
	background-color: #307903;
	font-size: 16px;
	color: #ffffff;
	border-radius: 0;
	padding: 0 60px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.details_msg .inquire_form ul li button:hover {
	border: 1px solid #307903;
	background-color: #fff;
	color: #307903;
}

.details_msg .inquire_form ul li button:before {
	font-family: 'iconfont';
	content: '\e6a0';
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.prod_box_right .prod_info .title {
		padding: 20px 30px 20px 30px;
	}
	.prod_box_right .prod_info .prod_features {
		padding: 20px 30px;
	}
	.prod_box_right .prod_info .share_box {
		padding: 10px 30px;
	}
	.prod_box_right .prod_info .suitable {
		margin-top: 20px;
	}
	.prod_box_right .prod_info .title h1 {
		font-size: 28px;
	}
	.prod_box_right .prod_info .prod_features,
	.prod_box_right .prod_info .prod_features .features,
	.prod_box_right .prod_info .suitable {
		width: 100%;
	}
	.prod_box_right .prod_info .share_box button {
		line-height: 40px;
		padding: 0 30px;
		float: none;
		margin-top: 20px;
	}
	.details_msg {
		padding-top: 40px;
	}
	.description .info {
		padding-top: 10px;
	}
	.details_msg .title p {
		font-size: 18px;
	}
	.prod_table .table_pic {
		margin-top: 20px;
		width: 100%;
	}
	.details_msg .inquire_form {
		margin-top: 10px;
	}
	.details_msg .inquire_form ul li {
		width: 100%;
	}
	.details_msg .inquire_form ul li button {
		line-height: 40px;
		padding: 0 30px;
	}
}


/*pattern*/

.pattern {}

.pattern .pattern_title {
	width: 100%;
	display: table;
	background-color: #ff0000;
}

.pattern .pattern_title p {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-family: 'Gadugi-Bold';
	line-height: 70px;
	color: #ffffff;
	text-align: center;
}

.pattern .pattern_title p:first-child {
	width: 31%;
	background-color: #307903;
}

.pattern .pattern_title p:nth-child(2) {
	width: 69%;
	background-color: #ff0000;
}

.pattern .pattern_lists {}

.pattern .pattern_lists .item {
	width: 100%;
	display: table;
}

.pattern .pattern_lists .item b {
	width: 31%;
	display: table-cell;
	vertical-align: middle;
	background-color: #eaeaea;
	border: solid 1px #d6d6d6;
	font-family: 'Gadugi-Bold';
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.pattern .pattern_lists .item .lists {
	width: 69%;
	display: table-cell;
	vertical-align: middle;
	border-bottom: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	background-color: #f4f4f4;
}

.pattern .pattern_lists .item .lists ul {
	padding-bottom: 35px;
}

.pattern .pattern_lists .item .lists ul li {
	display: inline-block;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 35px 50px 0 50px;
}

@media (max-width: 1024px) {
	.pattern .pattern_lists .item .lists ul li {
		padding: 25px 30px 0 30px;
	}
	.pattern .pattern_lists .item .lists ul {
		padding-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.pattern .pattern_title p {
		font-size: 20px;
		line-height: 50px;
	}
	.pattern .pattern_lists .item b {
		font-size: 18px;
	}
}

.pattern .pattern_lists .item .lists ul li .img-box {
	padding-bottom: 143.5897435897436%;
}

.pattern .pattern_lists .item .lists ul li .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pattern .pattern_lists .item .lists ul li:hover {
	/*-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);*/
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.pattern .pattern_lists .item .lists ul li p {
	font-size: 16px;
	color: #333333;
	padding-top: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pattern .pattern_lists .item .lists ul li:hover p {
	color: #ff0000;
	font-weight: bold;
}


/*news*/

.news {
	padding-bottom: 100px;
}

.news .page_title .title {
	border-right: none;
}

.news .news_lists {
	padding-top: 55px;
}

.news .news_lists li {
	margin-bottom: 50px;
}

.news .news_lists li .item {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .news_lists li .item .pic {
	display: inline-block;
	vertical-align: top;
	width: 47.8%;
}

.news .news_lists li .item .pic .img-box {
	padding-bottom: 65.15151515151515%;
}

.news .news_lists li .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .news_lists li .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news .news_lists li .item .info {
	display: inline-block;
	vertical-align: top;
	width: 51%;
	padding-left: 30px;
}

.news .news_lists li .item .info span {
	display: block;
	font-family: 'Gadugi-Bold';
	font-size: 14px;
	color: #666666;
	padding: 10px 0 15px 0;
}

.news .news_lists li .item .info span i {
	color: #ff0000;
	font-family: 'Gadugi-Bold';
	margin-left: 5px;
}

.news .news_lists li .item .info b {
	font-family: 'Gadugi-Bold';
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news .news_lists li .item .info p {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 15px;
}

.news .news_lists li .item .info button {
	display: block;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	padding-top: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 991px) {
	.news {
		padding-bottom: 50px;
	}
	.news .news_lists {
		padding-top: 30px;
	}
	.news .news_lists li {
		margin-bottom: 35px;
	}
	.news .news_lists li .item .pic {
		width: 100%;
	}
	.news .news_lists li .item .info {
		width: 100%;
		padding-left: 0px;
	}
	.news .news_lists li .item .info b {
		font-size: 16px;
	}
	.news .news_lists li .item .info p {
		padding-top: 10px;
	}
	.news .news_lists li .item .info button {
		padding-top: 15px;
	}
}

.news .news_lists li .item:hover .info button,
.news .news_lists li .item:hover .info b {
	color: #ff0000;
}


/*news_details*/

.news_details {
	padding: 40px 0;
}

.news_details .title b {
	display: block;
	font-family: 'Gadugi-Bold';
	font-size: 24px;
	color: #333333;
}

.news_details .title span {
	display: block;
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
}

.news_details .title span:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e661';
	margin-right: 14px;
	color: #b7b7b7;
}

.news_details .info {
	padding-top: 35px;
}

.news_details .info p {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
}

.news_details .info p img {
	max-width: 100%;
}

.news_page ul div.next a {
	float: right;
}

.news_page ul div.prev a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e6cb';
	margin-right: 20px;
	color: #b7b7b7;
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news_page ul div.next a:after {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e6cb';
	margin-left: 20px;
	color: #b7b7b7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 991px) {
	.news_details {
		padding: 30px 0;
	}
	.news_details .title b {
		font-size: 18px;
	}
	.news_details .title span {
		padding-top: 15px;
	}
	.news_details .info {
		padding-top: 20px;
	}
	.news_page ul div:first-child {
		margin-bottom: 10px;
	}
	.news_page ul div.next a {
		float: none;
	}
	.news_page ul div.next a:before {
		display: inline-block;
		font-family: 'iconfont';
		font-size: 16px;
		content: '\e6cb';
		margin-right: 20px;
		color: #b7b7b7;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.news_page ul div.next a:after {
		display: none;
	}
}

.news_page ul div a {
	font-size: 14px;
	color: #888888;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news_page ul div:hover a {
	color: #ff0000;
	text-decoration: underline !important;
}

.news_page ul div:hover a:after,
.news_page ul div:hover a:before {
	color: #ff0000;
}


/*contact_main*/

.contact .title {
	border-right: none;
}

.contact_main {
	border-bottom: solid 1px #e5e5e5;
}

.contact_main .item {
	padding: 50px 15px;
}

.contact_main .contact_title {
	padding-bottom: 10px;
}

.contact_main .contact_title p {
	font-family: 'Gadugi-Bold';
	font-size: 24px;
	color: #333333;
}

.contact_main .text p.address {
	width: 78%;
	
}

.contact_main .text p.address,
.contact_main .text p.tel,
.contact_main .text p.skype,
.contact_main .text p.email,
.contact_main .text p.phone,
.contact_main .text p.website {
	position: relative;
	margin: 20px 0;
	padding-left: 60px;
	font-size: 14px;
	color: #666666;
	line-height: 46px;
}

.contact_main .text p.address:before,
.contact_main .text p.tel:before,
.contact_main .text p.skype:before,
.contact_main .text p.email:before,
.contact_main .text p.phone:before,
.contact_main .text p.website:before {
	width: 46px;
	height: 46px;
	border: solid 1px #ff0000;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 0;
	color: #ff0000;
}

.contact_main .text p.tel a,
.contact_main .text p.email a,
.contact_main .text p.phone a,
.contact_main .text p.skype a,
.contact_main .text p.website a {
	color: #666666;
}

.contact_main .text p.website a:first-child {
	margin-right: 10px;
}

.contact_main .text p.tel a:hover,
.contact_main .text p.email a:hover,
.contact_main .text p.phone a:hover,
.contact_main .text p.skype a:hover,
.contact_main .text p.website a:hover {
	color: #ff0000;
}

.contact_main .text p.address:before {
	content: '\e609';
}

.contact_main .text p.tel:before {
	content: '\e671';
}

.contact_main .text p.phone:before {
	content: '\e62f';
	font-size: 16px;
}

.contact_main .text p.email:before {
	content: '\e604';
}

.contact_main .text p.skype:before {
	content: '\e616';
	font-size: 16px;
}

.contact_main .text p.website:before {
	content: '\e7e2';
}

.contact_main .text p.postcode:before {
	content: '\e62a';
	font-size: 14px !important;
	line-height: 38px !important;
}

.contact_main .message {
	padding-left: 55px;
	border-left: solid 1px #e5e5e5;
}

.contact_main .message .contact_form {
	padding-top: 15px;
}

.contact_main .message .contact_form ul {
	margin: 0 -15px;
}

.contact_main .message .contact_form ul li {
	width: 49.5%;
	display: inline-block;
	margin-bottom: 16px;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.contact_main .message .contact {
		padding: 50px 0 0 0;
	}
	.contact .contact_box {
		margin-bottom: 50px;
		padding: 20px 15px;
	}
	.contact_box .contact_left {
		width: 100%;
	}
	.contact_main .message .contact_box .contact_right {
		width: 100%;
	}
	.contact_main .message .contact_lists li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact_main .message .contact_form ul li {
		width: 100%;
	}
	.contact_main .message .contact_lists li:nth-child(3),
	.contact_main .message .contact_lists li:last-child {
		margin-bottom: 20px;
	}
	.contact_main .message .contact_box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.contact_main .message .contact_form ul li:nth-child(5),
.contact_main .message .contact_form ul li:last-child {
	width: 100%;
}

.contact_main .message .contact_form ul li input,
.contact_main .message .contact_form ul li textarea {
	width: 100%;
	border: none;
	background-color: #f4f4f4;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	min-height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0px 20px;
}

.contact_main .message .contact_form ul li textarea {
	min-height: 200px;
}

.contact_main .message .contact_form ul li input::-webkit-input-placeholder,
.contact_main .message .contact_form ul li textarea::-webkit-input-placeholder {
	color: #888888;
}

.contact_main .message .contact_form ul li input:-o-placeholder,
.contact_main .message .contact_form ul li textarea:-o-placeholder {
	color: #888888;
}

.contact_main .message .contact_form ul li input::-moz-placeholder,
.contact_main .message .contact_form ul li textarea::-moz-placeholder {
	color: #888888;
}

.contact_main .message .contact_form ul li input:-ms-input-placeholder,
.contact_main .message .contact_form ul li textarea:-ms-input-placeholder {
	color: #888888;
}

.contact_main .message .contact_form ul li input:focus::-webkit-input-placeholder,
.contact_main .message .contact_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact_main .message .contact_form ul li input:focus::-o-placeholder,
.contact_main .message .contact_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact_main .message .contact_form ul li input:focus::-moz-placeholder,
.contact_main .message .contact_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact_main .message .contact_form ul li input:focus::-ms-input-placeholder,
.contact_main .message .contact_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact_main .message .contact_form ul li button {
	font-family: 'Helvetica Neue LT Pro';
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ff0000;
	background: none;
	margin-top: 10px;
	margin-left: 26px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.contact_main .message .contact_form ul li button:hover {
	color: #0b5700;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.contact_people {
	padding: 80px 0;
}

.contact_people li {
	position: relative;
}

.contact_people .pic {
	width: 104px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.contact_people .info {
	padding-top: 26px;
}

.contact_people .info b {
	display: block;
	font-family: 'Gadugi-Bold';
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
}

.contact_people .msg {
	/*width: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline;*/
	padding-left: 35px;
}

.contact_people .msg p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	/*text-align: center;*/
}

.contact_people .msg a {
	font-size: 16px;
	color: #666666;
}

.contact_people .msg a:hover {
	color: #ff0000;
}

.contact_map .google-map {
	height: 500px;
}

@media (max-width: 991px) {
	.contact_main .item {
		padding: 30px 15px;
	}
	.contact_main .message {
		border-left: none;
	}
	.contact_main .contact_title p {
		font-family: 'Gadugi-Bold';
		font-size: 18px;
		color: #333333;
	}
	.contact_main .text p.address {
		width: 100%;
	}
	.contact_people {
		padding: 40px 0;
	}
	.contact_people li {
		margin-bottom: 20px;
	}
	.contact_people .info {
		padding-top: 10px;
	}
	.contact_people .info b {
		padding-bottom: 10px;
	}
	.contact_people .msg {
		padding-left: 0;
		text-align: center;
	}
	.contact_map .google-map {
		height: 300px;
	}
}


/*ask*/

.question .page_title .title {
	border-right: none;
}

.question_main {
	padding: 45px 0 100px 0;
}

.question_main ul li {
	margin-bottom: 20px;
	cursor: pointer;
}

.question_main ul li .item .title {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.question_main ul li.current .item .title {
	background-color: #ff0000;
}

.question_main .item {
	background-color: #f4f4f4;
	border: solid 1px #d6d6d6;
}

.question_main .item .title h3 {
	width: 92%;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Gadugi-Bold';
	font-size: 18px;
	color: #333333;
	padding-left: 26px;
}

.question_main ul li.current .title h3,
.question_main ul li.current .title h3:after {
	color: #FFFFFF;
}

.question_main .item .title h3:after {
	float: right;
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-weight: bold;
	float: right;
	content: '\eaf3';
	color: #333333;
}

.question_main ul li.current .title h3:after {
	content: '\eaf5';
}

.question_main .item .title:before {
	width: 60px;
	height: 60px;
	border-right: solid 1px #d6d6d6;
	background-color: #7e7e7e;
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 28px;
	content: '\e608';
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.question_main ul li.current .item .title:before {
	background-color: #307903;
}

.question_main ul li:first-child .item .info {
	display: block;
}

.question_main .item .info {
	display: none;
	padding: 28px 88px;
	background-color: #F4F4F4;
}

.question_main .item .info p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

@media (max-width: 991px) {
	.question_main {
		padding: 30px 0 30px 0;
	}
	.question_main .item .title h3 {
		width: 82%;
		font-size: 16px;
		position: relative;
		padding-left: 15px;
		padding-right: 20px;
	}
	.question_main .item .title:before {
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 50px;
	}
	.question_main .item .title h3:after {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.question_main .item .info {
		display: none;
		padding: 20px 28px;
		background-color: #F4F4F4;
	}
}


/*520添加*/

.about_video {
	margin-top: 30px;
}

.about_video .video {
	position: relative;
}

.about_video .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
}

.about_video .video:hover .video-cover {
	opacity: 1;
}

.about_video .video .img-box {
	z-index: 0;
	padding-bottom: 49.52380952380952%;
	background-color: #000;
}

.about_video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_video .video .play {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_video .video .play:before {
	font-family: 'iconfont';
	font-size: 48px;
	display: block;
	content: '\e629';
}

@media (max-width: 991px) {
	.about_video .video .play:before {
		font-size: 40px;
	}
}