.amap-info-content {
  height: auto !important;
}
#mapcomname {
  text-align: center;
}
.pagination {
    text-align: center;
    color: #666;
    clear: both;
	width: 100%;
	margin: 40px 0;
}
.pagination a {
    display: inline-block;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 10px;
    line-height: 28px;
	color: #000; 
	border: 1px solid  #ddd;
    margin: 0px 1px 10px 1px;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color:  #FF0000;
	border: 1px solid   #FF0000;
}




.g-top{
	width: 100%;
	height: 68px;
	background: #F1F4F8;
	line-height: 68px;
}
.g-top-row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.g-top-row > div{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.g-top-row > a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 5px;
}


.g-left{
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	width: 22%;
}
.left_content{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.g-left .pic{
	position: relative;
}
.g-left .pic img{
	width: 100%;
}
.g-left .pic .g_contact_us{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.g-left .g-left-content{
	padding: 25px 25px 5px 25px;
	display: flex;
	flex-direction: column;
	border: 1px solid #D5D8DD;
	border-top:none ;
}
.g-left .g-left-content .left_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 15px;
}
.g-left .g-left-content .left_row .left_img{
	width: 10%;
	padding-top: 4px;
}
.g-left .g-left-content .left_row .left_name{
	width:88% ;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.g-left .left_top{
	margin-bottom: 30px;
}
.g-left .left_top .left_top_content{
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #D5D8DD;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.g-left .left_top .left_top_content.active{
	color: #075DE6;
}
.g-left .left_top .left_top_content:last-child{
	border-bottom:none;
	padding-bottom: 0px;
}


/* 首页 */
.welcome_name{
	font-size: 72px;
	font-family: Arial;
	font-weight: bold;
	color: #D8D8D8;
	line-height: 1;
}
.welcome_text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #010101;
	background: url(../images/welcome/welcome_1.png) no-repeat right center;
	width: 270px;
	display: inline-block;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/banner_swiper1.png);
	left:200px;
	transform:rotate(180deg);
}
	
.banner  .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	background-image:url(../images/banner_swiper1.png);
	right:200px;
}
.banner .swiper-button-prev:hover{
	background-image:url(../images/banner_swiper2.png);
	transform:rotate(0deg);
}
.banner  .swiper-button-next:hover{
	background-image:url(../images/banner_swiper2.png);
	transform:rotate(180deg);
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 51px;
	height: 51px;
	background-size: 51px 51px;
}

.welcome_products{
	padding-top: 75px;
	width: 100%;
}
.welcome_products .products_content{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-top: 37px;
	align-items: center;
}
.products_content .products_left{
	width: 15%;
}
.products_content .products_left ul{
	width: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
	display: flex;
	flex-direction: column;
}
.products_content .products_left ul li{
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	text-align: center;
	cursor: pointer;
}
.products_content .products_left ul li.active{
	width: 210px;
	background: #CF000D;
	color: #FFFFFF;
}
.products_content .products_right{
	width: 82%;
}
.products_right .right_content{
	display: none;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.products_right .right_content.active{
	display: flex;
}
.products_right .right_content .right_left{
	width: 50%;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.products_right .right_content .right_left .right_name{
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #737373;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E5E5E5;
}
.products_right .right_content .right_left p{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #737373;
	line-height: 30px;
}
.right_footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 50px;
}
.right_footer .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #343434;
	padding: 0 70px 0 110px;
	position: relative;
	margin-left: 10px;
}
.right_footer .name::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background:#D8D8D8 ;
}
.right_footer .sz{
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #D8D8D8;
}
.products_right .right_content .right_img{
	width: 48%;
}
.products_right .right_content .right_img img{
	border: 10px solid #EEEEEE;
}


.welcome_about{
	margin-top: 80px;
	width: 100%;
	background: #F6F6F6;
	display: flex;
	flex-direction: row;
}
.welcome_about .about_left{
	width: 50%;
	position: relative;
}
.welcome_about .about_left .about_left_content{
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	height: 149px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 32px 100px 25px;
}
.welcome_about .about_left .about_left_content .about_left_column{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.welcome_about .about_left .about_left_content .about_left_column .tb1{
	display: block;
}
.welcome_about .about_left .about_left_content .about_left_column .tb2{
	display: none;
}
.welcome_about .about_left .about_left_content .about_left_column .name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
}
.welcome_about .about_left .about_left_content .about_left_column:hover .tb2{
	display: block;
}
.welcome_about .about_left .about_left_content .about_left_column:hover .tb1{
	display: none;
}
.welcome_about .about_left .about_left_content .about_left_column:hover .name{
	color: #CF000D;
}
.welcome_about .about_right{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 70px 200px 70px 100px;
}
.welcome_about .about_right .about_right_p{
	height: 210px;
	overflow: hidden;
}

.welcome_about .about_right p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	line-height: 30px;
}
.welcome_about .about_right .right_footer{
	margin-top: 0;
}
.welcome_news{
	padding-top: 67px;
	width: 100%;
}
.welcome_news .news_top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 35px;
}
.welcome_news .news_top .news_top_right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.welcome_news .news_top .news_top_right .name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #343434;
	background: url(../images/welcome/news_1.png) no-repeat left center;
	padding-left: 40px;
	margin-right: 60px;
}
.welcome_news .news_top .news_top_right .name:last-child{
	background: url(../images/welcome/news_2.png) no-repeat left center;
	margin-right: 0px;
}
.welcome_news .news_top .news_top_right .name:hover{
	color: #CF000D;
}
.welcome_news .news_content{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.welcome_news .news_content .news_left{
	width: 49%;
	display: flex;
	flex-direction: column;
}
.news_left .news_left_content{
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
	width: 100%;
	justify-content: space-between;
	padding: 25px 30px;
}
.news_left .news_left_content:last-child{
	margin-bottom: 0px;
}
.news_left .news_left_content .news_left_img{
	width: 32%;
	overflow: hidden;
}
.news_left .news_left_content .news_left_img img{
	transition: .5s;
}
.news_left .news_left_content:hover .news_left_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_left .news_left_content  .news_left_min{
	display: flex;
	flex-direction: column;
	width: 64%;
	justify-content: space-between;
}
.news_left .news_left_content  .news_left_min .name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #343434;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_left .news_left_content  .news_left_min P{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_left .news_left_content  .news_left_min .news_left_footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.news_left .news_left_content  .news_left_min .news_left_footer .time{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #C1C1C1;
}
.news_content .news_right{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_right .news_right_content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
}
.news_right .news_right_content .news_right_time{
	display: flex;
	flex-direction: column;
	width: 13%;
	justify-content: center;
	border-right: 1px solid #E9E9E9;
}
.news_right .news_right_content .news_right_time h3{
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	color: #5E5E5E;
}
.news_right .news_right_content .news_right_time h5{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #C1C1C1;
}
.news_right .news_right_content  .news_right_column{
	display: flex;
	flex-direction: column;
	width: 83%;
	text-align: left;
}
.news_right .news_right_content  .news_right_column .name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #343434;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_right .news_right_content  .news_right_column p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_right .news_right_content .news_right_column p span{
	color: #494949;
}
.news_left .news_left_content:hover .news_left_min .name,.news_right .news_right_content:hover .news_right_time h3,.news_right .news_right_content:hover .news_right_time h5,.news_right .news_right_content:hover .news_right_column .name,.news_right .news_right_content:hover .news_right_column p span{
	color: #CF000D;
}
.welcome_partner{
	padding: 70px 0;
	width: 100%;
}
.welcome_partner .partner_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin-top: 40px;
}
.welcome_partner .partner_wrap .partner_wrap_content{
	width: calc((100% - 108px) / 7);
	margin-right: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	text-align: center;
}
.welcome_partner .partner_wrap .partner_wrap_content:nth-of-type(7n) {
  margin-right: 0;
}
	
.welcome_partner .partner_wrap .partner_wrap_content img{
	transition: .5s;
}
.welcome_partner .partner_wrap .partner_wrap_content:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
@media (max-width: 1520px) {
	.banner .swiper-button-prev{
		left:5%;
	}
	.banner  .swiper-button-next{
		right: 5%;
	}
	.right_footer{
		margin-top: 30px;
	}
	.welcome_name {
	  font-size: 65px;
	}
	.welcome_about .about_left .about_left_content{
		bottom: 55px;
		height: 120px;
		padding: 22px 100px 15px;
	}
	.welcome_about .about_left .about_left_content .about_left_column .name {
	  font-size: 16px;
	}
	.welcome_about .about_right .about_right_p {
	  height: 148px;
	}
	.welcome_about .about_right p {
	  font-size: 14px;
	  line-height: 30px;
	}
	.welcome_about .about_right .right_footer img{
		width: 41px;
	}
	.welcome_about .about_right .right_footer .name {
	  font-size: 15px;
	}
	.news_left .news_left_content .news_left_min P{
		font-size: 13px;
		line-height: 22px;
	}
	.news_right .news_right_content{
		padding: 25px 40px;
	}
	.news_right .news_right_content .news_right_column p {
	  font-size: 13px;
	}
}

@media (max-width: 1401px) {
   .welcome_name {
     font-size: 60px;
   }
   .welcome_text {
     font-size: 22px;
     width: 255px;
	}
	.welcome_about .about_left .about_left_content {
	  height: 100px;
	  padding: 18px 100px 12px;
	}
	.welcome_about .about_left .about_left_content .about_left_column img{
		max-width: 50%;
	}
	.products_content .products_left ul {
	  width: 140px;
	}
	.products_content .products_left ul li {
	  height: 80px;
	  line-height: 80px;
	  font-size: 16px;
	}
	.products_content .products_left ul li.active {
	  width: 190px;
	}
	.products_right .right_content .right_left .right_name {
	  font-size: 26px;
	  padding-bottom: 10px;
	  margin-bottom: 28px;
	}
	.products_right .right_content .right_left p {
	  font-size: 14px;
	}
		
	.right_footer img{
		width: 40px;
	}
	.right_footer .name {
	  font-size: 14px;
	  padding: 0 50px 0 90px;
	}
	.right_footer .name::before {
	  width: 70px;
	}
	.right_footer .sz {
	  font-size: 50px;
	}
	.welcome_about .about_right .about_right_p {
	  height: 122px;
	}
	
	.welcome_news .news_top .news_top_right .name {
	    font-size: 17px;
	}
	.news_left .news_left_content .news_left_min P{
		-webkit-line-clamp: 2;
	}
	.news_right .news_right_content .news_right_column .name {
	  font-size: 17px;
	}
	.news_right .news_right_content .news_right_column p {
	  font-size: 12px;
	  line-height: 23px;
	}
}
@media (max-width: 1380px) {

}
@media (max-width: 1280px) {
	.welcome_name {
	  font-size: 48px;
	}
	.welcome_text {
	  font-size: 20px;
	  width: 186px;
	  background-size: 50%;
	}
	.products_content .products_left ul {
	  width: 110px;
	}
	.products_content .products_left ul li {
	  height: 70px;
	  line-height: 70px;
	  font-size: 14px;
	}
	.products_content .products_left ul li.active {
	  width: 160px;
	}
	.products_right .right_content .right_left .right_name {
	  font-size: 24px;
	  margin-bottom: 25px;
	}
	.welcome_about .about_left .about_left_content .about_left_column .name {
	  font-size: 15px;
	}
	.welcome_about .about_right p {
	  font-size: 12px;
	  line-height: 20px;
	}
	.welcome_about .about_right .right_footer img {
	  width: 32px;
	}
	.welcome_about .about_right .right_footer .name {
	  font-size: 13px;
	}
	
	
	.welcome_news .news_top .news_top_right .name {
	  font-size: 15px;
	  background-size: 24px 20px;
	  padding-left: 33px;
	  margin-right: 40px;
	}
	.welcome_news .news_top .news_top_right .name:last-child{
		 background-size: 20px 20px;
	}
	.news_left .news_left_content .news_left_min .news_left_footer img{
		width: 23px;
	}
	.news_right .news_right_content .news_right_time h3 {
	  font-size: 40px;
	}
	.news_right .news_right_content .news_right_time h5 {
	  font-size: 13px;
	}
	.news_right .news_right_content .news_right_column .name {
	  font-size: 16px;
	}
	.news_right .news_right_content .news_right_column p {
	  font-size: 11px;
	  line-height: 21px;
	  margin-top: 5px;
	}
	.welcome_partner .partner_wrap .partner_wrap_content{
		width: calc((100% - 72px) / 5);
	}
	.welcome_partner .partner_wrap .partner_wrap_content:nth-of-type(7n) {
	  margin-right: 18px;
	}
	.welcome_partner .partner_wrap .partner_wrap_content:nth-of-type(5n) {
	  margin-right: 0;
	}
}


@media (max-width: 1201px) {
	.news_right .news_right_content {
	  padding: 20px 30px;
	}
	.welcome_about .about_right .about_right_p {
	  height: 81px;
	}
	.news_left .news_left_content{
		padding: 15px 20px;
	}
}

@media (max-width:992px) {
	.welcome_products{
		padding-top: 55px;
	}
	.welcome_products .products_content{
		flex-direction: column;
	}
	.products_content .products_left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.products_content .products_left ul {
	  width: 100%;
	  flex-direction: row;
	}
	.products_content .products_left ul li{
		width: 17.5%;
	}
	.products_content .products_left ul li.active {
	  width: 30%;
	}
	
	.products_content .products_right {
	  width: 100%;
	}
	.welcome_about{
		margin-top: 50px;
		flex-direction: column;
	}
	.welcome_about .about_left {
	  width: 100%;
	}
	.welcome_about .about_right {
	  width: 100%;
	  padding: 50px 200px 50px 100px;
	}
	.welcome_about .about_right .about_right_p {
	  height: auto;
	  margin: 20px 0;
	}
	.welcome_news {
	  padding-top: 50px;
	}
	.welcome_news .news_content{
		flex-direction: column;
	}
	.welcome_news .news_content .news_left{
		width: 100%;
		margin-bottom: 25px;
	}
	.news_left .news_left_content,.news_right .news_right_content{
		margin-bottom: 25px;
	}
	.news_content .news_right{
		width: 100%;
	}
	.welcome_partner{
		padding: 40px 0;
	}
}

@media (max-width: 600px) {
	.pagination {
	  margin: 20px 0 0;
	}
	
	.welcome_name {
	  font-size: 36px;
	}
	.welcome_text {
	  font-size: 17px;
	  width: 154px;
	  background-size: 50%;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev {
	  width: 35px;
	  height: 35px;
	  background-size: 35px 35px;
	}
	.welcome_products{
	  padding-top: 22px;
	}
	.welcome_products .products_content {
	  margin-top: 22px;
	}
	.products_content .products_left ul li {
	  height: 50px;
	  line-height: 50px;
	  width: 19.5%;
	  font-size: 11px;
	}
	.products_content .products_left ul li.active {
	  width: 22%;
	}
	.products_right .right_content{
		flex-direction: column;
	}
	.products_right .right_content .right_left,.products_right .right_content .right_img{
		width: 100%;
	}
	.welcome_about .about_left .about_left_content {
		bottom: 35px;
	  height: 83px;
	  padding: 18px 10px 12px;
	}
	.welcome_about .about_left .about_left_content .about_left_column .name {
	  font-size: 13px;
	}
	.welcome_about .about_right {
	  width: 100%;
	  padding: 20px 30px 20px 30px;
	}
	.welcome_news {
	  padding-top: 30px;
	}
	.welcome_news .news_top{
		flex-direction: column;
		margin-bottom: 25px;
	}
	.welcome_news .news_top .news_top_right{
		justify-content: flex-start;
		margin-top: 20px;
	}
	.welcome_news .news_content .news_left,.news_left .news_left_content, .news_right .news_right_content {
	  margin-bottom: 15px;
	}
	.news_left .news_left_content {
	  padding: 10px 10px;
	}
	.news_left .news_left_content .news_left_min .name {
	  font-size: 15px;
	}
	.news_left .news_left_content .news_left_min P {
	  font-size: 11px;
	  line-height: 15px;
	}
	.news_left .news_left_content .news_left_min .news_left_footer img {
	  width: 18px;
	}
	.news_left .news_left_content .news_left_min .news_left_footer .time {
	  font-size: 11px;
	}
	.news_right .news_right_content {
	  padding: 10px 20px;
	}
	.news_right .news_right_content .news_right_time{
		width: 17%;
	}
	.news_right .news_right_content .news_right_time h3 {
	  font-size: 30px;
	}
	.news_right .news_right_content .news_right_time h5 {
	  font-size: 10px;
	}
	.news_right .news_right_content .news_right_column{
		width: 78%;
	}
	.welcome_partner {
	  padding: 20px 0;
	}
	.welcome_partner .partner_wrap{
		margin-top: 23px;
	}
	.welcome_partner .partner_wrap .partner_wrap_content {
	  width: calc((100% - 20px) / 3);
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
	.welcome_partner .partner_wrap .partner_wrap_content:nth-of-type(7n) {
	  margin-right: 10px;
	}
	.welcome_partner .partner_wrap .partner_wrap_content:nth-of-type(5n) {
	  margin-right: 10px;
	}
	.welcome_partner .partner_wrap .partner_wrap_content:nth-of-type(3n) {
	  margin-right: 0;
	}
}