﻿@charset 'UTF-8';

img {
	display: block; 
}
.product-related img{max-width: 100%; height: auto !important;}
.index-banner {
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.index-banner .item {
	overflow: hidden;
}

.index-banner .item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;
	content: '';
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
}

.index-banner .banner-img {
	float: left;
	width: 100%;
	height: auto;
}

.index-banner .carousel-control {
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}

.index-banner:hover .carousel-control {
	visibility: visible;
	opacity: .5;
}

.rich-text {
	position: absolute;
	width: 60%;
	margin: 0;
	text-align: center; display: none;
}

.rich-text.rich-text-1 {
	top: 25%;
}

.rich-text.rich-text-2 {
	top: 24%;
}

.rich-text.rich-text-3 {
	top: 30%;
}

.rich-text.rich-text-t80l12 {
	top: 80%;
}

.rich-text.rich-text-t80l36 {
	top: 80%;
}

.rich-text.rich-text-t80l60 {
	top: 80%;
}

.rich-text.rich-text-t80l65 {
	top: 80%;
}

.rich-text.rich-text-t80l65mt30 {
	top: 30%;
}


.rich-text.rich-text-t80l10m80 {
	top: 80%;
}

.rich-text.rich-text-t80l10m30 {
	top: 30%;
}

.rich-text.rich-text-t80l62m80 {
	top: 80%;
}

.rich-text.rich-text-t80l62m30 {
	top: 30%;
}


@media (max-width:991px) {
	.rich-text {
		position: absolute;
		top: 40%;
		left: 13.5%;
		width: 80%;
		margin: 0;
		text-align: center;
	}

}

.index-banner .item a.btn-more {
	position: absolute;
	display: inline-block;
	padding: 5px 0;
	font-size: .875em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}
.index-banner .item a.btn-more.btn-primary {
	color: #fff;
	border-color: #3478f5;
	background-color: #3478f5;
}
.index-banner .item a.btn-more.btn-black {
	color: #111;
	border: 1px solid #111;
}

.index-banner .item .rich-text a.btn-more {
	left: 16%;
}

.index-banner .item .rich-text a.btn-more:hover {
	color: #fff;
	border-color: #3478f5;
	background-color: #3478f5;
}
.index-banner .item .rich-text a.btn-more.btn-primary:hover {
	background-color: #00a6bf;
}
@media (min-width:992px) {
	.index-banner .item a.btn-more {
		min-width: 170px;
		height: 42px;
		padding: 0 30px;
		line-height: 40px;
	}

	.rich-text.rich-text-1 {
		top: 70%;
		left: 0;
	}

	.rich-text.rich-text-2 {
		top: 76%;
		left: 2%;
	}

	.rich-text.rich-text-3 {
		top: 86%;
		left: 12%;
	}

	.rich-text.rich-text-t80l10m80 {
		top: 80%;
		left: 10%;
	}

	.rich-text.rich-text-t80l10m30 {
		top: 80%;
		left: 10%;
	}

	.rich-text.rich-text-t80l62m80 {
		top: 80%;
		left: 62%;
	}

	.rich-text.rich-text-t80l62m30 {
		top: 80%;
		left: 62%;
	}

	.rich-text.rich-text-t80l12 {
		top: 80%;
		left: 12%;
	}

	.rich-text.rich-text-t80l36 {
		top: 80%;
		left: 36%;
	}

	.rich-text.rich-text-t80l60 {
		top: 80%;
		left: 60%;
	}

	.rich-text.rich-text-t80l65 {
		top: 80%;
		left: 65%;
	}

	.rich-text.rich-text-t80l65mt30 {
		top: 80%;
		left: 65%;
	}	

}

@media (max-width:992px) {
	.index-banner .item a.btn-more {
		min-width: 140px;
		margin: 0 !important;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

@media (max-width:991px) {
	.index-banner .item .rich-text a.btn-more {
		top: auto;
		left: 45%;
	}

}

@media (max-width:768px) {
	.index-banner .carousel-control,
	.index-product .carousel-control {
		display: none;
	}
.product-related img{width: 100%; height: auto !important;}
}

.main .read-more {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	border: 0;    border: 1px solid #333;
    padding: 10px 20px;transition: all ease-in-out .5s;
}
.main .read-more:hover{ padding: 10px 35px;}transition: all ease-in-out .5s;
.read-more span {
	display: inline;
	float: left;
	vertical-align: middle; 
}

.main .read-more span {
	display: inline;
	padding-right: 4px;
	vertical-align: middle;
}

.main .read-more .icon-arrow-right {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	color: #333;
}
.read-more1 span {
	display: inline;
	padding-right: 4px;
	vertical-align: middle; color: #3478f5;
	
}.read-more1 .card-link{color: #3478f5; padding-right: 10px;}

.read-more1 .icon-arrow-right {padding-left: 2px; margin-left: 2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	color: #3478f5;transition: ALL ease-in-out .3S;
}
.read-more1:hover .icon-arrow-right {margin-left: 8px; transition: ALL ease-in-out .3S; }

.main .content-box {
	width: 100%;
	/*padding-bottom: 80px;*/
	padding-bottom: 50px;
}

.main .index-product .content-box {
	padding-bottom: 100px;
}

.main .index-RecommendPro .content-box {
	padding-bottom: 65px;
}

@media (min-width:992px) {
	.main .index-product .content-box,
	.main .index-RecommendPro .content-box,
	.main .content-box {
		padding-bottom: 0;
	}

}

.main .index-product .index-product_item {
	position: relative;
	display: block; background: #f8f8f8;
}

.main .index-product .item-img {
	display: block;
	width: 100%;
}

.main .index-product .index-product_item .item-title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 120px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 120px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #ebecec;
}

.main .index-product .index-product_item:hover .item-title {
	color: #fff;
	background-size: 100% 100%;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .5);
	border-bottom: 1px solid #3478f5;
}

.main .index-product .index-product_item:hover .item-title-1 {
	background: url(../images/product-img-topimg-1.jpg) no-repeat 0 0;background-size: cover;
}

.main .index-product .index-product_item:hover .item-title-2 {
	background: url(../images/product-img-topimg-2.jpg) no-repeat 0 0; background-size: cover;
}

.main .index-product .index-product_item:hover .item-title-3 {
	background: url(../images/product-img-topimg-3.jpg) no-repeat 0 0;background-size: cover;
}

.main .index-product .index-product_item:hover .item-title-4 {
	background: url(../images/product-img-topimg-4.jpg) no-repeat 0 0;background-size: cover;
}

.main .index-product .index-product_item .item-con {
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	padding: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: left;
	opacity: 0;background-image: linear-gradient(to bottom, #3478f5, #3891d5)
}

.main .index-product .index-product_item .item-con li a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 38px;
	padding-left: 14px;
	line-height: 38px;
	color: #fff;
}

.main .index-product .index-product_item .item-con li a:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	content: '◦';
}

.main .index-product .index-product_item .item-con li a .icon-arrow-right,
.solution-bd .card .card-detail .card-link .icon-arrow-right {
	margin-bottom: 2px;
	margin-left: 5px;
	opacity: 0;
}

.solution-bd .card .card-detail .card-link .icon-arrow-right {
	margin-bottom: 1px;
	color: #3478f5;
}

.main .index-product .index-product_item .item-con li a:hover .icon-arrow-right,
.solution-bd .card:hover .card-detail .card-link .icon-arrow-right {
	visibility: visible;
	margin-left: 10px;
	opacity: 1;
}

.main .index-product .index-product_item .item-con .learn-more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	color: #fff;
}

.main .index-product .index-product_item .item-con .learn-more .icon-arrow-right {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

.main .index-product .index-product_item:hover .item-con {
	visibility: visible;
	opacity: .958;
}

.main .index-product .index-product_item .item-con .learn-more:hover .icon-arrow-right {
	margin-right: 0;
}

.index-product .carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.index-product .carousel-caption h3,
.index-product .carousel-caption p {
	margin-bottom: 0;
	color: #fff;
}

.index-product .carousel-indicators {
	bottom: -45px;
}

.index-product .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-color: #000;
	border-radius: 8px;
}

.index-product .carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #000;
}

@media (max-width:992px) {
	.main .read-more {
		top: auto;
		right: 50%;
		bottom: 0;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);border: 0px;
	}

	.main .read-more span {
		padding: 8px 40px;
		border: solid 1px #000;
	}

	.main .read-more .iconfont {
		display: none;
	}

}

.solution-bd .card,
.RecommendPro-bd .card,
.news-bd .card {
	margin-bottom: 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #fff;
}

.news-bd .card {
	margin-bottom: 0;
	background-color: #f2f2f2;
}

.RecommendPro-bd .card {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution-bd .card{ position: relative;}
.solution-bd .card:after{ content: '';  transition: all ease-in-out .8s; display: block; position: absolute; left: 0; bottom: 0px; width: 0px; height: 2px; background: #007AFF;}
.solution-bd .card:hover:after{width: 100%; transition: all ease-in-out 0.3s; }
.solution-bd .card:hover,
.RecommendPro-bd .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); 
}

.news-bd .card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
}

.RecommendPro-bd .card:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}



.RecommendPro-bd .card:after{ content: '';  transition: all ease-in-out .3s; display: block; position: absolute; left: 0; bottom: 0px; width: 0px; height: 2px; background: #007AFF;}
.RecommendPro-bd .card:hover:after{width: 100%; transition: all ease-in-out 0.3s; }


/*.solution-bd .card-wrap:last-child .card,
.news-bd .card-wrap:last-child .card {
	margin-bottom: 0;
}*/

@media (min-width:992px) {
	.solution-bd .card-wrap:nth-child(7) .card,
	.solution-bd .card-wrap:nth-child(6) .card,
	.solution-bd .card-wrap:nth-child(5) .card {
		margin-bottom: 0;
	}

}

@media (min-width:768px) and (max-width:992px) {
	.solution-bd .card-wrap:nth-child(7) .card {
		margin-bottom: 0;
	}

}

.solution-bd .card .card-img,
.news-bd .card .card-img {
	overflow: hidden;
}

.solution-bd .card .card-img img,
.news-bd .card .card-img img {
	-webkit-transition: all .5s;
	transition: all .5s;  min-width: 100%; min-height: 100%; 
}

.solution-bd .card:hover .card-img img,
.news-bd .card:hover .card-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.solution-bd .card .card-detail,
.RecommendPro-bd .card .card-detail {
	padding: 20px 20px 15px;
	text-align: left;
	border: 1px solid #ebecec;
	border-top: none;
}

.news-bd .card .card-detail {
	padding: 20px 30px 30px;
	text-align: left;
}

.RecommendPro-bd .card .card-detail {
	padding-top: 0;
	border-color: transparent;
}

.solution-bd .card .card-detail .card-title,
.RecommendPro-bd .card .card-detail .card-title,
.news-bd .card .card-detail .card-title {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1em;
}

.RecommendPro-bd .card .card-detail .card-title {
	height: 1.5em;
}

.solution-bd .card .card-detail .card-desc,
.RecommendPro-bd .card .card-detail .card-desc {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	font-size: .875em;
	line-height: 1.6875em;
}

.RecommendPro-bd .card .card-detail .card-desc {
	height: 3.375em;
}

.news-bd .card .card-detail .card-desc {
	padding: 8px 0 5px;
	font-size: .875em;
	line-height: 1.5; height:3.5em; overflow: hidden;
}

.solution-bd .card .card-detail .card-link,
.RecommendPro-bd .card .card-detail .card-link {
	font-size: .875em;
	line-height: 1.6875em;
	color: #3478f5;
}.solution-bd .card:hover .card-detail .card-link,.RecommendPro-bd .card:hover .card-detail .card-link{
color: #3478f5;}
.RecommendPro-bd .card:hover .card-detail .card-link {
	text-decoration: underline;
}

@media (max-width:768px) {
	.solution-bd .card,
	.RecommendPro-bd .card {
		margin-bottom: 20px;
	}

	.solution-bd .card .card-detail .card-title,
	.RecommendPro-bd .card .card-detail .card-title {
		font-size: 1.2em;
	}

	.solution-bd .card .card-detail .card-desc,
	.solution-bd .card .card-detail .card-link,
	.RecommendPro-bd .card .card-detail .card-desc,
	.RecommendPro-bd .card .card-detail .card-link {
		font-size: 1em;
	}

}

.index-RecommendPro {
	padding: 35px 0;
	background-color: #f7f7f7;
}

.index-RecommendPro .swiper-container {
	padding-bottom: 16px;
}

@media (min-width:768px) and (max-width:992px) {
	.solution-bd .card .card-detail {
		min-height: 168px;
	}

	.solution-bd .card .card-detail .card-title,
	.news-bd .card .card-detail .card-title {
		height: 1.5em;
	}

	.solution-bd .card .card-detail .card-desc {
		height: 3.375em;
	}

}

@media (min-width:992px) {
	.main .index-RecommendPro .read-more {
		right: 30px;
	}

	.index-RecommendPro .swiper-container {
		padding-bottom: 78px;
	}

	.index-RecommendPro {
		padding: 5% 6% 2%;
	}

	.solution-bd .card .card-detail .card-title,
	.news-bd .card .card-detail .card-title {
		height: 1.5em;
	}

	.solution-bd .card .card-detail .card-desc {
		height: 3.375em;
	}

}

.index-RecommendPro .swiper-pagination {
	bottom: 7%;
}

.index-RecommendPro .swiper-pagination-bullet {
	margin: 0 3px !important;
	border: 1px solid #000;
	border-radius: 8px;
	background: transparent;
	opacity: 1;
}

.index-RecommendPro .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: #000;
}

.index-RecommendPro .swiper-button-next,
.index-RecommendPro .swiper-button-prev {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-radius:3px;
	background-image: none;
}
.index-RecommendPro .swiper-button-prev {
	top: unset;
	top: inherit;
	bottom: 50%;
	left: -60px;
}

.index-RecommendPro .swiper-button-next {
	top: unset;
	top: inherit;
	right: -60px;
	bottom: 50%;
}
.index-RecommendPro .hidden-lg{display: block !important; width: 100%;}
.index-RecommendPro .swiper-button-next .iconfont,
.index-RecommendPro .swiper-button-prev .iconfont {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-bottom: 0px;
	color: #333;
	border-width: 0 2px 2px 0;
	border-style: solid;
}


.index-RecommendPro .swiper-button-next .icon-arrow-right {
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.index-RecommendPro .swiper-button-prev .icon-arrow-left {
	margin-right: -5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.index-RecommendPro  .swiper-pagination-bullet{width: 12px; height: 12px; background: #d0def7; border: 0;}
.index-RecommendPro .swiper-pagination-bullet-active{ background: #3478f5;}

.index-RecommendPro .swiper-pagination-bullet
.index-RecommendPro .swiper-button-next:hover,
.index-RecommendPro .swiper-button-prev:hover {
	border-color: #fff;
	background-color: #fff;
}

.index-RecommendPro .swiper-button-next:hover .iconfont,
.index-RecommendPro .swiper-button-prev:hover .iconfont {
	color: #3478f5;
}

.index-news .nav > li > a:focus,
.index-news .nav > li > a:hover {
	background-color: transparent;
}

.index-news .nav-tabs {
	border-bottom: none;
}

.index-news .nav-tabs > li {
	display: inline-block;
	float: unset;
	float: inherit;
}

.index-news .nav-tabs > li > a {
	margin: 0 24px;
	padding: 0 0 8px 0;
	font-size: 1.9em;
	line-height: 1;
	color: #333;
	border: none;
}

.index-news .nav-tabs > li.active > a,
.index-news .nav-tabs > li.active > a:focus,
.index-news .nav-tabs > li.active > a:hover {
	font-weight: bold;
	color: #333;
	border: none;
	border-bottom: 2px solid #fff;
	border-bottom: 2px solid #3478f5;
	background: transparent;
}

@media (max-width:992px) {
	.index-news .nav-tabs {
		margin-bottom: 20px !important;
	}

	.news-bd .card-wrap:first-child .card-detail:after,
	.news-bd .card-wrap:nth-child(3) .card-detail:before {
		display: none;
	}

	.news-bd .card {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		padding: 10px 0;
		background-color: #fff;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-bd .card-wrap:nth-child(3) .card {
		padding: 0;
	}

	.news-bd .card .card-img {
		width: 30%;
	}

	.news-bd .card .card-detail {
		position: relative;
		padding: 8px 10px 10px 10px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.news-bd .card .card-detail:after,
	.news-bd .card .card-detail:before {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #f2f2f2;
	}

	.news-bd .card .card-detail:before {
		bottom: -11px;
	}

	.news-bd .card .card-detail:after {
		top: -11px;
	}

	.news-bd .card .card-detail .card-title {
		height: 3em;
		font-size: 1.1em;
	}

	.news-bd .card .card-detail .card-desc {
		padding: 0;
		font-size: 1em;
		height: 3em;
	}

}

.main .btn-group {
	margin-top: 60px;
}

.main .btn-group a {
	margin: 0 15px;
}

@media (max-width:767px) {
	.main .btn-group {
		margin-top: 25px;
	}

	.main .index-service .btn-group {
		margin-top: 0;
	}

	.main .index-service .btn-group a {
		margin-top: 20px;
	}

	.main .index-news .content-box {
		padding-bottom: 0;
	}

}

@media (max-width:767px) {
	.index-events .card .card-detail {
		padding-top: 0;
	}

	.address_date .address {
		margin-bottom: 8px;
	}

}

@media (min-width:992px) {
	.address_date {
		margin-bottom: 0;
		padding-top: 8px;
	}

}
.fr{float: right;}
.about_Factory{background: #f7f7f7;padding-top: 50px;}
.related-link{padding-bottom: 5%;}

.wenhuaul{width: 100%;}
.wenhuaul li{float: left;width: 100%; text-align: left; border-bottom: 1px solid #f2f2f2; padding: 2% 0; display: block; overflow: hidden;}
.wenhuaul li .img{float: right;width: 35%;position: relative;overflow: hidden;}
.wenhuaul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.wenhuaul li:hover img{transform: scale(1.1) !important;}
.wenhuaul li .text{float: left;width: 60%;}
.wenhuaul li .text .p3{max-height: 180px;overflow-y:auto;box-sizing: border-box;font-size: 16px; color: #666666; line-height: 34px; padding: 0px 10px;
 }
.wenhuaul li .text .p3::-webkit-scrollbar {  width: 1px;  border-radius: 1px;  height: 1px;  background: none;}
.wenhuaul li .text .p3::-webkit-scrollbar-track {  border-radius: 1px;  width: 1px!important;  background-color:#eee;}
.wenhuaul li .text .p3::-webkit-scrollbar-thumb {  width: 1px;  height: 1px;  border-radius: 1px;  background-color: #005bac;}
.wenhuaul li:nth-child(2n) .img{float: left;}
.wenhuaul li .text{box-sizing: border-box;padding: 5% 3%;}
.wenhuaul li .text .p1{font-size: 30px;color: #005bac;}
.wenhuaul li .text .p2{font-size: 30px;color: #333;margin-top: 15px;margin-bottom: 30px;}
.wenhuaul li .text .p3{font-size:16px;color: #666666;line-height: 24px;}

.tuwenul{display: inline-block;width: 100%;padding: 50px 0;position: relative;overflow: hidden;}
.tuwenul li{float: left;width: 25%;box-sizing: border-box;padding: 0 10px;position: relative; }
.tuwenul li a{display: block;width: 100%;position: relative;padding: 48px 0;}
.tuwenul li .img{position: relative;overflow: hidden;}
.tuwenul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.tuwenul li .text{padding-top: 15px; }
.tuwenul li .text .p1{font-size: 16px;color: #333333; height: 60px; line-height: 30px; overflow: hidden;}
.tuwenul li .text .p2{margin-top: 10px; font-size: 14px;color: #666666;line-height: 24px;height: 72px;overflow: hidden; display: none;}
.tuwenul li a:after{position: absolute;height: 2px;width: 0%;bottom: 0;left: 0;content: "";background-color: #cccccc;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.tuwenul li a:before{position: absolute;height: 2px;width: 100%;bottom: 0;left: 0;content: "";background-color: #cccccc;-webkit-transition:all 0.5s ; transition:all 0.5s;}

.tuwenul li a:hover::after{width: 100%;background-color: #005bac;}
.tuwenul li a:hover .img img{transform: scale(1.1);}
.more_videos{display: block; overflow: hidden; padding: 10px;}
.more_videos:hover{color: #3478f5;}


.contact_map{width: 80%; margin: 0px auto;}
.f_tuzhong {
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_tuzhong .lt {
	width: 70%;
	position: relative;
}
.f_tuzhong .lt a {
	display: block;
	position: absolute;
}


/* 欧洲 */
.f_tuzhong .lt .tu1 {
	width: 22%;
	height: 37%;
	top: 8%;
	left: 0%;
	/*! border: 2px solid; */
}

/* 非洲 */
.f_tuzhong .lt .tu2 {
	width: 22%;
	height: 37%;
	top: 44%;
	left: 1%;
}

/* 中国 */
.f_tuzhong .lt .tu3 {
	width: 33%;
	height: 84%;
	top: 7%;
	left: 23%;
	/*! border: 3px solid; */
}

/* 美洲 */
.f_tuzhong .lt .tu4 {
	width: 30%;
	height: 100%;
	top: 0;
	left: 70%;
}
.f_tuzhong .gt {
	width: 23%;
	height: 100%;
	display: flex;
	align-items: center;
}
.f_tu-cont {
	width: 100%;
}
.f_tu-cont a {
	display: flex;
	align-items: center;
	height: 88px;
	background: url(../images/fbut1.png) no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 27px;
	font-size: 24px;
	padding-left: 15%;
}
.f_tu-cont a i {
	display: block;
	width: 40px;
	margin-right: 25px;
}
.f_tu-cont a i img {
	width: 100%;
}
.f_tu-cont a i img:nth-child(2) {
	display: none;
}
.f_tu-cont .on a i img:nth-child(2) {
	display: block;
}
.f_tu-cont .on a i img:nth-child(1) {
	display: none;
}
.f_tu-cont .on a {
	color: #fff;
	background: url(../images/fbut1-1.png) no-repeat center;
	background-size: 100% 100%;
}
@media (max-width: 1440px) {
	.f_liu {
		height: 560px;
	}
	}
.about_bg{background: #f1f2f3;padding: 3% 0;}
td{font-size: 14px;}
