

.g-nav-top{
	height: 70px;
	width: 100%;
}

.g-nav-top .continer1{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}
.g-nav-top .continer1 .nav_top_left{
	height: 198px;
	margin-top: -128px;
	background: #0070C0;
	padding: 30px 30px 0 30px;
	position: relative;
}
.g-nav-top .continer1 .nav_top_left::before{
	content: '';
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 1px;
	height: 70px;
	background: #FFFFFF;
}
.g-nav-top .continer1 .nav_top_left h2{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 14px;
	text-align: center;
	line-height: 1;
	margin-top: 6px;
}
.g-nav-top .continer1 .nav_top_left p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
}
.g-nav-top .continer1 .nav_top_right{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.g-nav-top .continer1 .nav_top_right a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #828282;
	margin: 0 10px;
}
.g-banner{
	position: relative;
}
.g-nav-min{
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
.g-nav-min .nav_min_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.g-nav-min .nav_min_row a{
	height: 100px;
	line-height: 100px;
	margin-right: 92px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	position: relative;
}
.g-nav-min .nav_min_row a.active{
	color: #333333;
	font-size: 24px;
}
 .g-nav-min .nav_min_row a.active::after{
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 transform: translate(-50%,0);
	 width: 28px;
	 height: 4px;
	 background: #FF6600;
	 border-radius: 2px;
 }
 
 
 .g-top{
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 	align-items: center;
 }
 .g-top h2{
 	font-size: 30px;
 	font-family: Microsoft YaHei;
 	font-weight: 400;
 	color: #000000;
 	margin-bottom: 5px;
 }
 .g-top h4{
 	font-size: 16px;
 	font-family: Arial;
 	font-weight: 400;
 	color: #A4A4A4;
 	padding-bottom: 13px;
 	position: relative;
 	text-transform: uppercase;
 }
 .g-top h4::before{
 	content: '';
 	position: absolute;
 	width: 32px;
 	height: 3px;
 	background: #0070C0;
 	bottom: 0;
 	left: 50%;
 	transform: translate(-50%,0);
 }
 
 .welcome_but{
 	width: 162px;
 	height: 48px;
 	line-height: 48px;
 	text-align: center;
 	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
 	border-radius: 24px;
 	font-size: 16px;
 	font-family: Microsoft YaHei;
 	font-weight: 400;
 	color: #FFFFFF !important;
 	 margin: 0 auto;
	 display: block;
 }
 
 
 
 .myvideo {
 	display: none;
 	position: fixed;
 	z-index: 9999;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	overflow: auto;
 	background: rgba(0, 0, 0, 0.8);
 }
 
 .myvideo .nvid {
 	width: 100%;
 	height: 100%;
 	background: none;
 	z-index: 10;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }
 
 .close {
 	height: 60px;
 	width: 60px;
 	display: block;
 	z-index: 20;
 	position: absolute;
 	top: 10%;
 	right: 10%;
 	background: url(../images/icon48.png) no-repeat center;
 	cursor: pointer;
 	background-size: 100% 100%;
 }
 .myvideo .nvid video{
 	width: 66%;
 }
 
 
/* 公司简介 */

.about_min{
	padding: 50px 0;
}
.about_min .about_row{
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	width: 100%;
	justify-content: space-between;
}
.about_min .about_row .about_row_left{
	width: 74%;
	display: flex;
	flex-direction: column;
}
.about_min .about_row .about_row_left p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}
.about_min .about_row .about_row_right{
	width: 23%;
}
.about_min .about_row .about_row_right .pic{
	position: relative;
	cursor: pointer;
}
.about_min .about_row .about_row_right .pic .about_bf{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 81px;
	height: 81px;
}
.about_album{
	background: #F3F3F3;
	padding: 60px 0;
}
.about_album .album_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.album_swiper{
	margin: 50px 0;
	position: relative;
}
.album_swiper .swiper-container{
	padding-bottom: 60px;
}
.album_swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.album_swiper .swiper-pagination-bullet-active{
	background: #92D050;
}
.album_swiper .album_po .pic{
	overflow: hidden;
}
.album_swiper .album_po .pic img {
	transition: .5s;
}
.album_swiper .album_po:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.album_swiper .album_po .album_po_min{
	margin-top: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #575757;
	text-align: center;
}



/* 公司结构 */
.structure_banner{

	padding: 70px 0 100px;
}
.structure_img{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}


/* 五年计划 */
.g-fiveyear{
	padding: 50px 0 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.g-fiveyear .fiveyear_row{
	width: 50%;
	display: flex;
	flex-direction: row;
}
.g-fiveyear .fiveyear_row .fiveyear_pic{
	width: 50%;
	overflow: hidden;
}
.g-fiveyear .fiveyear_row .fiveyear_pic img {
	transition: .5s;
}
.g-fiveyear .fiveyear_row:hover .fiveyear_pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-fiveyear .fiveyear_row .fiveyear_content{
	width: 50%;
	padding:10px 40px;
	background: #F6F6F6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: .5s;
}
.g-fiveyear .fiveyear_row .fiveyear_content h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
	transition: .5s;
}
.g-fiveyear .fiveyear_row .fiveyear_content h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: url(../images/about/fiveyear_h2.png) no-repeat;
	background-size: 53px 4px;
	transition: .5s;
	display: none;
}
.g-fiveyear .fiveyear_row:hover .fiveyear_content h2::after{
	display: block;
}
.g-fiveyear .fiveyear_row .fiveyear_content .fiveyear_content_p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	transition: .5s;
}
.g-fiveyear .fiveyear_row:nth-child(3),.g-fiveyear .fiveyear_row:nth-child(4),.g-fiveyear .fiveyear_row:nth-child(7),.g-fiveyear .fiveyear_row:nth-child(8){
	flex-flow: row-reverse;
}
.g-fiveyear .fiveyear_row:hover .fiveyear_content{
	background: #0070C0;
}
.g-fiveyear .fiveyear_row:hover .fiveyear_content h2,.g-fiveyear .fiveyear_row:hover .fiveyear_content .fiveyear_content_p{
	color: #fff;
}



/* 主要供应商 */
.g-supplier{
	padding: 50px 0 80px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.supplier_top{
	display: none;
}
.g-supplier .supplier_left{
	width: 198px;
	display: flex;
	flex-direction: column;
}
.g-supplier .supplier_left li{
	height: 58px;
	line-height: 58px;
	background: #F3F3F3;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	margin-bottom: 8px;
	cursor: pointer;
}
.g-supplier .supplier_left li.active{
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	color: #fff;
}
.g-supplier .supplier_right{
	width: calc(100% - 270px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.g-supplier .supplier_right .supplier_min{
	width: calc((100% - 120px) / 5);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.g-supplier .supplier_right .supplier_min:nth-of-type(5n) {
  margin-right: 0;
}
.g-supplier .supplier_right .supplier_min .pic{
	width: 100%;
	border: 1px solid #EEEEEE;
	height: 119px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.g-supplier .supplier_right .supplier_min p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	transition: .5s;
}

.g-supplier .supplier_right .supplier_min .pic img {
	transition: .5s;
	max-height: 100%;
}
.g-supplier .supplier_right .supplier_min:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-supplier .supplier_right .supplier_min:hover p{
	color: #0070C0;
}


/* 主要客户 */


.g-supplier.g-customers .supplier_right{
	width: 100%;
}
.g-supplier.g-customers .supplier_right .supplier_min {
  width: calc((100% - 150px) / 6);
}
.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(5n) {
  margin-right: 30px;
}
.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(6n) {
  margin-right: 0;
}


/* 产品中心 */
.g-product{
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.product_sidebar{
	width: 17%;
	display: flex;
	flex-direction: column;
}
.product_sidebar .sidebar_top{
	padding:20px;
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	border-radius: 10px 10px 0 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
}
.product_sidebar .sidebar_top .sidebar_top_name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.product_sidebar .sidebar_content{
	width: 100%;
}
.product_sidebar .sidebar_content .sidebar_min{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.product_sidebar .sidebar_content .sidebar_min .sidebar_content_name{
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 6px;
	background:#0070C0 url(../images/about/sidebar_you.png) no-repeat right 20px center;
	background-size: 8px 13px;
}
.product_sidebar .sidebar_content .sidebar_min.active .sidebar_content_name{
	background:#0070C0 url(../images/about/sidebar_xia.png) no-repeat right 20px center;
}
.product_sidebar .sidebar_content .sidebar_min ul{
/* 	display: flex;
	flex-direction: column; */
	width: 100%;
}
.product_sidebar .sidebar_content .sidebar_min ul li{
	padding: 10px 20px;
	margin-bottom: 6px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color:#999999;
	background: #F6F6F6;
	list-style: inside;
	cursor: pointer;
}

.product_sidebar .sidebar_content .sidebar_min ul li.act,.product_sidebar .sidebar_content .sidebar_min ul li:hover{
	color: #0070C0 ;
}


.product_right{
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product_right .product_min{
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.product_right .product_min:nth-of-type(4n) {
  margin-right: 0;
}
.product_right .product_min .pic{
	overflow: hidden;
}
.product_right .product_min .pic img {
	transition: .5s;
	width: 100%;
}
.product_right .product_min:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.product_right .product_min .product_min_p{
	height: 60px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #575757;
	padding-top: 16px;
	text-align: center;
	transition: .5s;
	position: relative;
}
.product_right .product_min .product_min_p::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	display: none;
	transition: .5s;
}
.product_right .product_min:hover .product_min_p{
	box-shadow: 0px 4px 16px 0px rgba(18,103,151,0.11);
}
.product_right .product_min:hover .product_min_p::after{
	display: block;
}



/* 产品详情 */
.proshow_right{
	display: flex;
	flex-direction: column;
	width: 80%;
}
.proshow_right .proshow_top{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.proshow_right .proshow_top .proshow_swiper{
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.proshow_right .proshow_top .proshow_swiper .mySwiper2{
	width: 76%;
	overflow: hidden;
}
.proshow_right .proshow_top .proshow_swiper .mySwiper{
	width: 20%;
	overflow: hidden;
	position: absolute;
	height: auto;
	right: 0;
	height: 100%;
	
}

.proshow_right .proshow_top .proshow_swiper .mySwiper .swiper-slide{
	overflow: hidden;
}
.proshow_right .proshow_top .proshow_swiper .mySwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.proshow_right .proshow_top .proshow_swiper .mySwiper .swiper-wrapper{
	overflow: hidden;
}
.proshow_swiper .mySwiper .swiper-button-next,.proshow_swiper .mySwiper .swiper-button-prev{
	width:100%;
	height: 12px;
	margin-top: 0;
	background-size: 100% 12px;
}
.proshow_swiper .mySwiper .swiper-button-prev{
	background-image: url(../images/product/pro-in.png);
	left: 0;
	top: 0;
}
.proshow_swiper .mySwiper .swiper-button-next{
	background-image: url(../images/product/pro-in2.png);
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
}
.proshow_right .proshow_top .proshow_top_right{
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.proshow_right .proshow_top .proshow_top_right h2{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #222222;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}
.proshow_right .proshow_top .proshow_top_right h2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 1px;
	background: #FF6600;
}
.proshow_right .proshow_top .proshow_top_right .right_p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8D8D8D;
	line-height: 28px;
}
.proshow_right .proshow_top .proshow_top_right .right_p p{
	margin-bottom: 10px;
}
.proshow_right .proshow_min{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.proshow_right .proshow_min .proshow_min_name{
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
	
}
.proshow_right .proshow_min .proshow_min_name p{
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	display: inline-block;
}
.proshow_right .proshow_min .proshow_min_name p::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 1px;
	background: #FF6600;
}
.proshow_right .proshow_min .proshow_min_content{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.proshow_right .proshow_min .proshow_min_content p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.proshow_right .proshow_min .show_back{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.proshow_right .proshow_min .show_back .show_back_left{
	width: 54px;
	height: 30px;
	background: #D6D8D7;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.proshow_right .proshow_min .show_back  .show_back_min{
	margin: 0 15px;
	width: 19px;
	height: 19px;
	background: url(../images/news/back_min.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: .5s;
}
.proshow_right .proshow_min .show_back .show_back_left:hover{
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
}
.proshow_right .proshow_min .show_back  .show_back_min:hover{
	background: url(../images/news/back_min1.png) no-repeat;
}


/* 新闻资讯 */
.g-news{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0;
}
.g-news .news_row{
	width: 49%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	background: #F6F6F6;
	transition: .5s;
	margin-bottom: 30px;
	justify-content: space-between;
}
.g-news .news_row .news_left{
	width: 68%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.g-news .news_row .news_left .left_time{
	width: 19%;
	height: 126px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #CCCCCC;
	transition: .5s;
}
.g-news .news_row .news_left .left_time h2{
	font-size: 46px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	transition: .5s;
}
.g-news .news_row .news_left .left_time h4{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	transition: .5s;
}
.g-news .news_row .news_left .left_content{
	width: 76%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.g-news .news_row .news_left .left_content h2{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-bottom: 13px;
	transition: .5s;
}
.g-news .news_row .news_left .left_content h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #0070C0;
	transition: .5s;
}
.g-news .news_row .news_left .left_content p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .5s;
	
}
.g-news .news_row .news_right{
	width: 30%;
	overflow: hidden;
}
.g-news .news_row .news_right img {
	transition: .5s;
}
.g-news .news_row:hover .news_right img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-news .news_row:hover{
	background: #0070C0;
	box-shadow: 0px 4px 22px 2px rgba(0,0,0,0.1);
}
.g-news .news_row:hover .news_left .left_time{
	background: #FFFFFF;
}
.g-news .news_row:hover .news_left .left_time h2,.g-news .news_row:hover .news_left .left_time h4{
	color: #0070C0;
}
.g-news .news_row:hover .news_left .left_content h2,.g-news .news_row:hover .news_left .left_content p{
	color: #fff;
}
.g-news .news_row:hover .news_left .left_content h2::after{
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
}


/* 新闻详情 */
.news_show{
	padding: 60px 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.news_show .news_show_left{
	width: 78%;
}
.news_show .news_show_left .show_back{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.news_show .news_show_left .show_back .show_back_left{
	width: 54px;
	height: 30px;
	background: #D6D8D7;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}
.news_show .news_show_left .show_back  .show_back_min{
	margin: 0 15px;
	width: 19px;
	height: 19px;
	background: url(../images/news/back_min.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: .5s;
}
.news_show .news_show_left .show_back .show_back_left:hover{
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
}
.news_show .news_show_left .show_back  .show_back_min:hover{
	background: url(../images/news/back_min1.png) no-repeat;
}

.news_show .news_show_right{
	width: 20%;
	display: flex;
	flex-direction: column;
}
.news_show .news_show_right .right_top{
	padding-bottom: 12px;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 20px;
}
.news_show .news_show_right .right_top h2{
	position: relative;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #202020;
	display: inline-block;
}
.news_show .news_show_right .right_top h2::after{
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #E95513;
}
.news_show .news_show_right .news_show_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.news_show .news_show_right .news_show_content .show_content_img{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
}
.news_show .news_show_right .news_show_content .show_content_img .show_content_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.news_show .news_show_right .news_show_content .show_content_img .show_content_row .pic{
	width: 40%;
	overflow: hidden;
}
.news_show_right .news_show_content .show_content_img .show_content_row .pic img {
	transition: .5s;
}
.news_show_right .news_show_content .show_content_img .show_content_row:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_show_right .news_show_content .show_content_img .show_content_row .show_content_column{
	width: 59%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_show_right .news_show_content .show_content_img .show_content_row .show_content_column h2{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #202020;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_show_right .news_show_content .show_content_img .show_content_row .show_content_column h4{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C6C6C6;
}
.news_show_right .news_show_content .show_content_img .show_content_row .show_content_column p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #818080;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_show_right .news_show_content .show_content_name{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.news_show_right .news_show_content .show_content_name a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #818080;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/* 生产设备 */
.g-equipment{
	padding: 55px 0;
	width: 100%;
}
.g-equipment .equipment_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.g-equipment .equipment_wrap .equipment_content{
	width: calc((100% - 150px) / 4);
	margin-right: 50px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.g-equipment .equipment_wrap .equipment_content:nth-of-type(4n) {
  margin-right: 0;
}
.g-equipment .equipment_wrap .equipment_content .pic{
	overflow: hidden;
}
.g-equipment .equipment_wrap .equipment_content .pic img {
	transition: .5s;
	width: 100%;
}
.g-equipment .equipment_wrap .equipment_content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-equipment .equipment_wrap .equipment_content .product_min_p{
	height: 60px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #575757;
	padding-top: 16px;
	text-align: center;
	transition: .5s;
	position: relative;
}
.g-equipment .equipment_wrap .equipment_content .product_min_p::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	display: none;
	transition: .5s;
}
.g-equipment .equipment_wrap .equipment_content:hover .product_min_p{
	box-shadow: 0px 4px 16px 0px rgba(18,103,151,0.11);
}
.g-equipment .equipment_wrap .equipment_content:hover .product_min_p::after{
	display: block;
}



/* 经营理念 */
.g-management{
	padding: 60px 0;
}
.g-management .management_column{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-management .management_column .management_content{
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.g-management .management_column .management_content:nth-child(2n){
	flex-flow: row-reverse;
}
.g-management .management_column .management_content .content_left{
	width: 51%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.management_content .content_left .left_content{
	width: 49%;
	background: #F7F7F7;
	display: flex;
	flex-direction: column;
	padding: 35px 40px;
}
.management_content .content_left .left_content h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.management_content .content_left .left_content h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 1px;
	background: #0070C0;
}
.management_content .content_left .left_content .left_content_p{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7E7E7E;
	line-height: 32px;
}
.g-management .management_column .management_content .content_right{
	width: 48%;
}
.g-management .management_column .management_content .content_right img{
	width: 100%;
	height: 100%;
}



/* 体系证书 */
.g-system{
	padding: 50px 0  200px;
}
.g-system .system_wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.g-system .system_wrap .system_content{
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.g-system .system_wrap .system_content:nth-of-type(4n) {
  margin-right: 0;
}
.g-system .system_wrap .system_content .pic{
	overflow: hidden;
	height: 338px;
	border: 1px solid #EEEEEE;
	padding: 20px;
	display: flex;
	justify-content: center;
}
.g-system .system_wrap .system_content .pic img {
	transition: .5s;
}
.g-system .system_wrap .system_content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-system .system_wrap .system_content .product_min_p{
	height: 60px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #575757;
	padding-top: 16px;
	text-align: center;
	transition: .5s;
	position: relative;
}
.g-system .system_wrap .system_content .product_min_p::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	display: none;
	transition: .5s;
}

.g-system .system_wrap .system_content:hover{
	box-shadow: 0px 4px 16px 0px rgba(18,103,151,0.11);
}
.g-system .system_wrap .system_content:hover .pic{
	border: none;
	border-bottom: 1px solid #EEEEEE;
}
.g-system .system_wrap .system_content:hover .product_min_p::after{
	display: block;
}




/* 战略理念 */
.g-strategic{
	padding: 50px 0;
}
.g-strategic .strategic_row{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.g-strategic .strategic_row .strategic_content{
	width: 49%;
	position: relative;
	margin-bottom: 30px;
}
.g-strategic .strategic_row .strategic_content .pic{
	overflow: hidden;
}
.g-strategic .strategic_row .strategic_content .pic img {
	transition: .5s;
}
.g-strategic .strategic_row .strategic_content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-strategic .strategic_row .strategic_content .strategic_pro{
	transition: .5s;
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 90%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	padding: 0 20px;
	background: #0070C0;
	opacity: 0.9;
	border-radius: 3px;
	transform: translate(-50% ,0);
}
.g-strategic .strategic_row .strategic_content .strategic_pro p{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.g-strategic .strategic_row .strategic_content:hover .strategic_pro{
	width: 60%;
	bottom: auto;
	top: 50%;
	transform: translate(-50% ,-50%);
	background: #FF6600;
}



/*联系我们*/
.inner_contact{
    margin: 30px 0;
    overflow: hidden;
}
.inner_title{
    text-align: center;
}
.inner_title h3{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}
.inner_title h3:after{
    content: '';
    display: block;
    width: 29px;
    height: 2px;
    background-color: #FF6600;
    margin: 8px auto;
}
.inner_title p{
    font-size: 16px;
    color: #6d6d6d;
    margin-top: 20px;
    text-align: justify;
}
.inner_contact_con{
    margin-top: 35px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.inner_contact_con_fl{
    
    width: 30%;
	padding-left: 35px;
}
.inner_contact_con_fl p{
    color: #575757;
    font-size: 16px;
    padding-left: 45px;
    margin-bottom: 20px;
    line-height: 26px;
    word-break: break-all;
}
.inner_contact_con_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
	margin-top: 80px;
}
.inner_contact_con_fr{
    
    width: 65%;
}
.inner_contact_con_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_feedback{
    margin: 0 0 45px 0;
    overflow: hidden;
}
.inner_feedback .inner_title p{
    text-align: center;
}
.inner_feedback_con{
    margin-top: 25px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 32px;
}
.lx1{
    margin-bottom: 21px;
    overflow: hidden;
}
.lx1_fl{
    float: left;
    width: 49%;
    position: relative;
}
.lx1_fr{
    float: right;
    width: 49%;
    position: relative;
}
.lx1 i{
    display: inline-block;
    width: 28px;
    height: 29px;
    position: absolute;
    left: 25px;
    top: 11px;
}
.f1{
    background: url("../images/news/f1.png") no-repeat center;
}
.f2{
    background: url("../images/news/f2.png") no-repeat center;
}
.f3{
    background: url("../images/news/f3.png") no-repeat center;
}
.f4{
    background: url("../images/news/f4.png") no-repeat center;
}
.f5{
    background: url("../images/news/f5.png") no-repeat center;
}
.lx1 label{
    color: #575757;
    font-size: 16px;
    line-height: 51px;
    position: absolute;
    left: 70px;
}
.lx1 input{
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    width: 100%;
    line-height: 51px;
    height: 53px;
    padding-left: 150px;
}
.lx1{
    position: relative;
}
.lx1 textarea{
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    width: 100%;
    line-height: 25px;
    height: 259px;
    padding: 15px 20px 20px 150px;
    resize: none;
}
.lx2{
    margin-bottom: 40px;
    overflow: hidden;
}
.lx2_fl{
    float: left;
    width: 49%;
    position: relative;
}
.lx2_fl label{
    color: #575757;
    font-size: 16px;
    line-height: 51px;
    position: absolute;
    left: 25px;
}
.lx2_fl input{
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    width: 100%;
    line-height: 51px;
    height: 53px;
    padding-left: 140px;
}
.lx2_fr{
    float: left;
    margin-left: 10px;
}
.lx2_fr a{
    display: block;
}
.lx2_fr a img{
    height: 53px;
    width: auto;
}
.lx3{
    text-align: center;
}
.lx3 button{
    width: 184px;
    margin: 0 auto;
    line-height: 52px;
    height: 52px;
    border: none;
    background:  url("../images/news/fj.png") no-repeat 30px center;
    padding-left: 44px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
	position: relative;
}
.lx3 button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	z-index: -1;
	border-radius: 5px;
}
.a5-address{
    background: url("../images/news/a5_address.png") no-repeat left center;
}
.a5-tel{
    background: url("../images/news/a5_tel.png") no-repeat left center;
}
.a5-fax{
    background: url("../images/news/a5_fax.png") no-repeat left center;
}
.a5-mail{
    background: url("../images/news/a5_mail.png") no-repeat left 2px;
}



/* 人才招聘 */
.g-recruitment{
	padding: 60px 0;
}
.g-recruitment .recruitment_content{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.g-recruitment .recruitment_content .recruitment_left{
	width: 17%;
	display: flex;
	flex-direction: column;
}
.recruitment_left h2{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}
.recruitment_left .left_min{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.recruitment_left .left_min .min_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	cursor: pointer;
	margin-bottom: 20px;
}
.recruitment_left .left_min .min_row .pic{
	width: 26px;
	height: 26px;
	background: #F1F1F1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruitment_left .left_min .min_row.active .pic{
	background: #0070C0;
}
.recruitment_left .left_min .min_row .pic .pic_zuo1{
	display: none;
}
.recruitment_left .left_min .min_row .pic .pic_zuo2{
	display: block;
}
.recruitment_left .left_min .min_row.active .pic .pic_zuo2{
	display: none;
}
.recruitment_left .left_min .min_row.active .pic .pic_zuo1{
	display: block;
}
.recruitment_left .left_min .min_row p{
	width: 85%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.recruitment_left .left_min .min_row.active p{
	color: #0070C0;
}

.party_right{
	display: flex;
	flex-direction: column;
	width: 80%;
}
.talent_li{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
}
.talent_li .talent_li_top{
	width: 100%;
	height: 50px;
	background: rgba(0, 75, 143, 0);
	border: 1px solid #DFDFDF;
	line-height: 50px;
	padding: 0 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.talent_li .talent_li_top .talent_left{
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.talent_li .talent_li_top .talent_left::before{
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	width: 4px;
	border-radius: 2px;
	height: 40%;
	background: #CECECE;
}
.talent_li .talent_li_top .talent_1{
	display: none;
}
.talent_li .talent_li_top .talent_2{
	display: block;
}
.talent_li .talent_li_min{
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #0070C0;
	border-top: none;
	padding: 20px;
	display: none;
}
.talent_li .talent_li_min .talent_wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}
.talent_li .talent_li_min .talent_wrap .talent_wrap_name,.talent_li .talent_li_min .talent_min_content .talent_min_name{
	font-size: 18px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	padding-right: 30px;
}
.talent_li .talent_li_min .talent_wrap .talent_wrap_name span,.talent_li .talent_li_min .talent_min_content li{
	font-size: 14px;
	color: #838383;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.talent_li .talent_li_min .talent_min_content{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.talent_li.active .talent_li_top{
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
	/* border: 1px solid #0070C0; */
}
.talent_li.active .talent_li_top .talent_left{
	color: #FFFFFF;
}
.talent_li.active .talent_li_top .talent_left::before {
	background: #FFFFFF;
}
.talent_li.active .talent_li_top .talent_1{
	display: block;
}
.talent_li.active .talent_li_top .talent_2{
	display: none;
}

.talent_li.active .talent_li_min{
	display: block;
}



/* 发展历程 */
.g-history{
	padding: 50px 0;
}

.inner_title{
    text-align: center;
    line-height: 1;
}
.inner_title h3{
    font-size: 28px;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.inner_title p{
    font-size: 24px;
    color: #c7c7c7;
    text-transform: uppercase;
}
.iabout3{
    background-color: #f4f4f4;
    padding: 65px 0 60px 0;
    overflow: hidden;
}
.iabout3_con{
    margin-top: 43px;
}
.iabout3_con ul{
    position: relative;
    overflow: hidden;
    padding: 105px 0;
	width: 80%;
	margin: 0 auto;
	background: url("../images/map/xia.png") no-repeat bottom center;
}
.iabout3_con ul:before{
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: url("../images/map/shang.png") no-repeat center;
	z-index: 9;
}
.iabout3_con ul:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #DDDDDD;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	z-index: -1;
}
.iabout3_con li{
    /*! margin-bottom: 45px; */
    overflow: hidden;
    background: url("../images/map/pli.png") no-repeat center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.iabout3_con li:last-child{
    margin-bottom: 0;
}
.iabout3_con li:nth-child(odd) .iabout3_img{
    float: left;
    padding-right: 20px;
}
.iabout3_con li:nth-child(odd) .iabout3_txt{
    float: right;
}
.iabout3_con li:nth-child(even) .iabout3_img{
    float: right;
	flex-flow: row-reverse
}

.iabout3_con li:nth-child(even) .iabout3_txt{
    float: left;
    padding-right: 20px;
}
.iabout3_img{
    width: 48%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding:20px;
	border: 1px solid #EEEEEE;
	transition: .5s;
}
.iabout3_img .pic{
	overflow: hidden;
	width: 20%;
}
.iabout3_img .pic img{
    transition: .5s;
}
.iabout3_con li:nth-child(odd) .iabout3_img .pic{
    margin: 0 0 0 auto;
}
.iabout3_con li:nth-child(even) .iabout3_img .pic{
    margin: 0 auto 0 0;
}
.iabout3_txt{
    width: 48%;
    text-align: left;
    display: none;
}
.iabout3_con li:nth-child(odd) .iabout3_txt{
    text-align: left;
}
.iabout3_con li:nth-child(even) .iabout3_txt{
    text-align: right;
}
.iabout3_txt1{
    font-size: 32px;
    color: #4cad5d;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    transition: .5s;
}
.iabout3_txt2{
    font-size: 20px;
    color: #434343;
}
.iabout3_con li:hover{
    /* background: url("../images/pli_h.png") no-repeat center 30px; */
	/* background-size: 20px 20px; */
}

.iabout3_con li .iabout3_img:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3_con li:hover .iabout3_txt1{
    color: #2fa4a6;
}
.iabout4{
    background: url("../images/iabout4bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 80px 0 95px 0;
    overflow: hidden;
}
.iabout4 .inner_title{
    padding-top: 20px;
    float: left;
    text-align: justify;
    writing-mode: vertical-rl;
}
.iabout4_con{
    margin-left: 180px;
}
.iabout4_con li{
    float: left;
    width: 25%;
    padding: 0 27px;
}
.iabout4_cons{
    display: block;
    position: relative;
}
.iabout4_txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 15px;
    transition: .5s;
}
.iabout4_txt h3{
    padding-top: 45%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.iabout4_txt h3:after{
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    background-color: #4cad5d;
    margin: 30px auto;
}
.iabout4_txt p{
    font-size: 18px;
}
.iabout4_txt span{
    position: absolute;
    top: 35px;
    right: 35px;
    transition: .5s;
}
.iabout4_cons:hover .iabout4_txt{
    background-color: rgba(76,173,93,.9);
}
.iabout4_cons:hover .iabout4_txt span{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iabout3_con li .iabout3_img:hover{
	background: #0070C0;
}



.g-history .history_name{
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #AAAAAA;
	margin: 10px 0;
}
.g-history .history_content{
	display: flex;
	flex-direction: column;
	width: 75%;
	justify-content: flex-end;
	align-items: flex-end;
}
.g-history .history_content .history_h2{
	font-size: 27px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
	transition: .5s;
}

.g-history .history_content .history_p{
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	transition: .5s;
}

.iabout3_con li:nth-child(even) .iabout3_img .history_content{
	justify-content: flex-start;
	align-items: flex-start;
}
.iabout3_img:hover .history_content .history_h2,.iabout3_img:hover .history_content .history_p{
	color: #fff;
}




/* 项目分部地区 */
.g-distribution{
	padding: 90px 0;
	width: 1200px;
	margin: 0 auto;
}
.g-distribution .distribution_pro{
	position: relative;
	width: 100%;
}
.g-distribution .distribution_pro .dt{
	display: none;
}
.g-distribution .distribution_pro .distribution_min{
	position: absolute;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
}
.g-distribution .distribution_pro .distribution_1{
	top: 165px;
	left: 320px;
}
.g-distribution .distribution_pro .distribution_min p{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0070C0;
	line-height: 22px;
}
.g-distribution .distribution_pro .distribution_min:hover{
	background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
}
.g-distribution .distribution_pro .distribution_min:hover p{
	font-weight: bold;
	color: #FFFFFF;
}

.g-distribution .distribution_pro .distribution_2{
	top: 67px;
	left: 660px;
}

.g-distribution .distribution_pro .distribution_3{
	top: 203px;
	right: 306px;
}

.g-distribution .distribution_pro .distribution_4{
	top: 290px;
	right: 170px;
}

.g-distribution .distribution_pro .distribution_5{
	top: 211px;
	right: 59px;
}

@media (max-width: 1600px) {
	.g-nav-top .continer1 .nav_top_left h2 {
	    font-size: 28px;
	}
	.g-nav-top .continer1 .nav_top_left p {
	  font-size: 14px;
	}
	.g-nav-min .nav_min_row a.active {
	  font-size: 22px;
	}
	.g-nav-min .nav_min_row a {
	  margin-right: 67px;
	  font-size: 18px;
	}
	.about_min .about_row .about_row_left p {
	  font-size: 15px;
	  line-height: 29px;
	}
	
	
	
	
	.g-fiveyear .fiveyear_row .fiveyear_content h2 {
	  font-size: 22px;
	  padding-bottom: 10px;
	  margin-bottom: 15px;
	}
	.g-fiveyear .fiveyear_row .fiveyear_content .fiveyear_content_p {
	  font-size: 16px;
	  line-height: 35px;
	}
	
	
	
	
	
	.g-supplier .supplier_left li{
		font-size: 16px;
	}
	.g-supplier .supplier_right .supplier_min{
		width: calc((100% - 90px) / 4);
	}
	.g-supplier .supplier_right .supplier_min:nth-of-type(5n) {
	  margin-right:30px;
	}
	.g-supplier .supplier_right .supplier_min:nth-of-type(4n) {
	  margin-right: 0;
	}
	
	
	
	
	.g-supplier.g-customers .supplier_right .supplier_min {
	  width: calc((100% - 120px) / 5);
	}
	.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(4n),
	.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(6n) {
	  margin-right: 30px;
	}
	.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(5n) {
	  margin-right: 0px;
	}
	
	
	
	.product_sidebar {
	  width: 19%;
	}
	.product_right {
	  width: 78%;
	}
	.product_right .product_min .product_min_p {
	  height: 50px;
	  font-size: 14px;
	  padding-top: 10px;
	}
	.product_sidebar .sidebar_top {
	  padding: 15px 20px;
	}
	
	
	
	
	.g-news .news_row .news_left .left_time{
		height: 112px;
	}
	.g-news .news_row .news_left .left_time h2 {
	  font-size: 40px;
	}
	.g-news .news_row .news_left .left_time h4 {
	  font-size: 14px;
	 } 
	 .g-news .news_row .news_left .left_content h2 {
	   font-size: 18px;
	   padding-bottom: 10px;
	}
	.g-news .news_row .news_left .left_content p {
	  font-size: 13px;
	  line-height: 24px;
	}
	
	
	
	.g-equipment .equipment_wrap .equipment_content {
	  width: calc((100% - 100px) / 3);
	  margin-right: 50px;
	}
	.g-equipment .equipment_wrap .equipment_content:nth-of-type(4n) {
	  margin-right: 50px;
	}
	.g-equipment .equipment_wrap .equipment_content:nth-of-type(3n) {
	  margin-right: 0;
	}
	
	
	
	
	.management_content .content_left .left_content{
		padding: 20px 30px;
	}
	.management_content .content_left .left_content h2 {
	  font-size: 20px;
	}
	.management_content .content_left .left_content .left_content_p {
	  font-size: 13px;
	  line-height: 27px;
	}
	
	
	
	.g-system .system_wrap .system_content .pic {
	  height: 275px;
	}
	.g-system .system_wrap .system_content .product_min_p {
	  height: 50px;
	  font-size: 14px;
	  padding-top: 15px;
	}
	
	
	
	.g-strategic .strategic_row .strategic_content .strategic_pro{
		height: 62px;
		line-height: 62px;
	}
	.g-strategic .strategic_row .strategic_content .strategic_pro p {
	  font-size: 22px;
	}
}



@media (max-width: 1440px) {
	.pagination{
		margin: 20px 0 0;
	}
	.g-top h2 {
	  font-size: 25px;
	  margin-bottom: 0;
	}
	.g-top h4 {
	  font-size: 14px;
	  padding-bottom: 10px;
	}
	.welcome_but {
	  width: 146px;
	  height: 44px;
	  line-height: 44px;
	  font-size: 14px;
	}
	
	
	.g-nav-top .continer1 .nav_top_left {
	  height: 180px;
	  margin-top: -110px;
	  background: #0070C0;
	  padding: 20px 20px 0 20px;
	}
	.g-nav-top .continer1 .nav_top_left::before {
		left: 20px;
	}
	.g-nav-top .continer1 .nav_top_left h2 {
	  font-size: 25px;
	  margin-bottom: 10px;
	}
	.g-nav-min {
	  height: 88px;
	}
	.g-nav-min .nav_min_row a {
	  height: 88px;
	  line-height: 88px;
	  margin-right: 60px;
	  font-size: 16px;
	}
	.g-nav-min .nav_min_row a.active {
	  font-size: 20px;
	}
	
	
	.about_min .about_row .about_row_left p {
	  font-size: 14px;
	  line-height: 26px;
	}
	.album_swiper {
	  margin: 40px 0;
	}
	.album_swiper .album_po .album_po_min {
	  margin-top: 15px;
	  font-size: 14px;
	}
	.about_min .about_row .about_row_right .pic .about_bf{
		width: 61px;
		height: 61px;
	}
	
	
	
	.g-fiveyear .fiveyear_row .fiveyear_content h2 {
	  font-size: 20px;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	}
	.g-fiveyear .fiveyear_row .fiveyear_content h2::after {
		background-size: 43px 2px;
	}
	.g-fiveyear .fiveyear_row .fiveyear_content .fiveyear_content_p {
	  font-size: 14px;
	  line-height: 30px;
	}
	
	
	
	
	
	.g-supplier .supplier_left {
	  width: 160px;
	}
	.g-supplier .supplier_left li {
	  font-size: 14px;
	  height: 48px;
	  line-height: 48px;
	}
	.g-supplier .supplier_right {
	  width: calc(100% - 220px);
	}
	.g-supplier .supplier_right .supplier_min .pic{
		height:90px;
		padding: 10px;
	}
	.g-supplier .supplier_right .supplier_min .pic img {
	  max-width: 36%;
	}
	.g-supplier .supplier_right .supplier_min p {
	  font-size: 14px;
	}
	
	
	
	.g-news .news_row{
		margin-bottom: 23px;
	}
	
	
	
	
	.news_show_right .news_show_content .show_content_img .show_content_row .show_content_column p{
		height:auto;
		-webkit-line-clamp: 1;
	}
	
	
	
	.management_content .content_left .left_content .left_content_p {
	  line-height: 25px;
	}
	
	
	
	
	.g-system .system_wrap .system_content .pic {
	  height: 245px;
	  padding: 10px;
	}
	
	
	
	.g-strategic .strategic_row .strategic_content{
		margin-bottom: 20px;
	}
	.g-strategic .strategic_row .strategic_content .strategic_pro {
	  height: 55px;
	  line-height: 55px;
	}
	.g-strategic .strategic_row .strategic_content .strategic_pro p {
	  font-size: 18px;
	}
	
	
	
	
	
	
	
	.proshow_right .proshow_top .proshow_top_right h2 {
	  font-size: 23px;
	  padding-bottom: 10px;
	  margin-bottom: 25px;
	}
	.proshow_right .proshow_top .proshow_top_right .right_p {
	  font-size: 14px;
	  line-height: 24px;
	}
	.proshow_right .proshow_min .proshow_min_content p {
	  font-size: 14px;

	  line-height: 26px;
	}
}
@media (max-width: 1200px) {
	.g-distribution{
		width: 100%;
		margin: 0;
	}
	.g-distribution .distribution_pro .distribution_min p {
	  font-size: 13px;
	  line-height: 20px;
	}
	.g-distribution .distribution_pro .distribution_1 {
	  top: 148px;
	  left: 284px;
	}
	.g-distribution .distribution_pro .distribution_2 {
	  top: 60px;
	  left: 594px;
	}
	.g-distribution .distribution_pro .distribution_3 {
	  top: 183px;
	  right: 273px;
	}
	
	.g-distribution .distribution_pro .distribution_4 {
	  top: 259px;
	  right: 154px;
	}
	.g-distribution .distribution_pro .distribution_5 {
	  top: 187px;
	  right: 56px;
	}
}
@media (max-width: 992px) {
	.welcome_but {
	  width: 138px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 14px;
	}
	
	
	.g-nav-min{
		display: none;
	}
	.g-nav-top{
		height: 55px;
	}
	.g-nav-top .continer1{
		height: 55px;
		line-height: 55px;
	}
	.g-nav-top .continer1 .nav_top_left {
	  height: 150px;
	  margin-top: -95px;
	}
	.g-nav-top .continer1 .nav_top_left::before {
	  height: 55px;
	}
	.g-nav-top .continer1 .nav_top_left h2 {
	  font-size: 20px;
	  margin-bottom: 8px;
	}
	.g-nav-top .continer1 .nav_top_left p {
	  font-size: 12px;
	}
	.g-nav-top .continer1 .nav_top_right a {
	  font-size: 13px;
	}
	
	
	
	.about_min {
	  padding: 30px 0;
	}
	.about_min .about_row{
		flex-direction: column;
	}
	.about_min .about_row .about_row_left {
	  width: 100%;
	}
	.about_min .about_row .about_row_right {
	  width: 100%;
	  margin-top: 30px;
	}
	.about_min .about_row .about_row_right .pic .about_bf {
	  width: 81px;
	  height: 81px;
	}
	.about_album {
	  padding: 40px 0;
	}
	
	
	
	.g-fiveyear .fiveyear_row{
		width: 100%;
	}
	.g-fiveyear .fiveyear_row:nth-child(3), .g-fiveyear .fiveyear_row:nth-child(4), .g-fiveyear .fiveyear_row:nth-child(7), .g-fiveyear .fiveyear_row:nth-child(8) {
	  flex-flow: initial;
	}
	.g-fiveyear .fiveyear_row:nth-child(2n){
		flex-flow: row-reverse;
	}
	
	
	
	
	.g-supplier{
		flex-direction: column;
	}
	.supplier_top{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		background: linear-gradient(90deg, #0070C0, #92D050, #FF6600);
		border-radius: 3px;
		padding: 10px 20px;
	}
	.supplier_top .supplier_top_name{
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #fff;
	}
	.supplier_top .btn_jt{
		cursor: pointer;
	}
	.supplier_top .btn_jt .inco01 {
	  height: 40px;
	  width: 40px;
	  display: block;
	  background: url(../images/about/inco14.png) center no-repeat;
	}
	.supplier_top .btn_jt.cur .inco01 {
	  background: url(../images/about/inco13.png) center no-repeat;
	}
	.g-supplier .supplier_left {
	  width: 100%;
	}
	.g-supplier .supplier_left li{
		margin-bottom: 1px;
	}
	.g-supplier .supplier_left li.active{
		background: #F3F3F3;
		color:  #0070C0;
	}
	.g-supplier .supplier_right {
	  width: 100%;
	  margin-top: 30px;
	}
	.g-supplier .supplier_right .supplier_min {
	  width: calc((100% - 30px) / 2);
	}
	.g-supplier .supplier_right .supplier_min:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	
	
	
	
	.g-supplier.g-customers .supplier_right{
		margin-top: 0px;
	}
	.g-supplier.g-customers .supplier_right .supplier_min {
	  width: calc((100% - 30px) / 2);
	}
	.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(5n) {
	  margin-right: 30px;
	}
	.g-supplier.g-customers .supplier_right .supplier_min:nth-of-type(2n) {
	  margin-right: 0!important;
	}
	
	
	
	
	.g-product{
		flex-direction: column;
	}
	.product_sidebar {
	  width: 100%;
	}
	.product_right {
	  width: 100%;
	  margin-top: 25px;
	}
	.product_right .product_min {
	  width: calc((100% - 30px) / 2);
	}
	.product_right .product_min:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	
	
	.g-news .news_row {
	  width: 100%;
	}
	
	
	.news_show .news_show_left {
	  width: 100%;
	}
	.news_show .news_show_right{
		display: none;
	}
	
	
	
	
	
	.g-equipment .equipment_wrap .equipment_content {
	  width: calc((100% - 30px) / 2);
	  margin-right: 30px;
	}
	.g-equipment .equipment_wrap .equipment_content:nth-of-type(3n) {
	  margin-right: 30px;
	}
	.g-equipment .equipment_wrap .equipment_content:nth-of-type(2n) {
	  margin-right: 0px;
	}
	
	
	
	
	.g-management .management_column .management_content,.g-management .management_column .management_content:nth-child(2n){
		flex-direction: column;
	}
	.g-management .management_column .management_content .content_left {
	  width: 100%;
	}
	.g-management .management_column .management_content .content_right {
	  width: 100%;
	  margin-top: 15px;
	}
	
	
	.g-system {
	  padding: 50px 0 100px;
	}
	.g-system .system_wrap .system_content {
	  width: calc((100% - 30px) / 2);
	}
	.g-system .system_wrap .system_content:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	
	
	
	.g-strategic .strategic_row .strategic_content {
	  width: 100%;
	}
	
	
	
	
	.inner_contact_con{
		flex-direction: column;
	}
	.inner_contact_con_fl {
	  width: 100%;
	}
	.inner_contact_con_fr{
		width: 100%;
		height: 300px;
	}
	.inner_contact_con_fl img{
		margin-top: 40px;
	}
	.inner_title h3 {
	  font-size: 20px;
	}
	.inner_title p {
	  font-size: 14px;
	  margin-top: 15px;
	}
	.lx1_fl {
	  width: 100%;
	  margin-bottom: 21px;
	}
	.lx1_fr{
		width: 100%;
	}
	.lx2_fl{
		width: 70%;
	}
	.lx3 button{
		width: 127px;
		margin: 0 auto;
		line-height: 42px;
		height: 42px;
		border: none;
		background: url("../images/news/fj.png") no-repeat 20px center;
		padding-left: 40px;
		color: #fff;
		font-size: 15px;
	}
	
	
	
	.g-recruitment .recruitment_content{
		flex-direction: column;
	}
	.g-recruitment .recruitment_content .recruitment_left{
		width: 100%;
	}
	.party_right{
		width: 100%;
	}
	.recruitment_left .left_min .min_row p {
	    width: 92%;
	}
	
	
	
	
	
	.g-history {
	  padding: 0 0 50px;
	}
	.g-history .history_name {
	  text-align: left;
	  }
	.iabout3_con ul{
		width: 100%;
		padding: 75px 0;
		background: url("../images/map/xia.png") no-repeat left 14px bottom;
	}
	.iabout3{
		padding: 30px 0;
	}
	.iabout3_con ul:before{
		left: 14px;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
	.iabout3_con ul:after{
		left: 25px;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
	.iabout3_con li{
		background: url(../images/map/pli.png) no-repeat left 17px center;
		margin-bottom: 15px;
	}
	.iabout3_con li .iabout3_img{
		width: 87%;
		margin-left: 13%;
		padding: 15px;
		flex-flow: row-reverse;
	}
	.iabout3_txt{
		width: 100%;
	}
	.iabout3_txt1{
		font-size: 24px;
	}
	.iabout3_txt2{
		font-size: 16px;
	}
	.iabout4{
		padding: 30px 0;
	}
	.iabout4_con{
		margin-top: 20px;
	}
	.iabout4_con li{
		width: 50%;
		margin-bottom: 10px;
	}
	.g-history .history_content{
		width: 70%;
	}
	.iabout3_img .pic{
		width: 25%;
	}
	.g-history .history_content .history_h2 {
	  font-size: 22px;
	  margin-bottom: 2px;
	}
	.g-history .history_content .history_p {
	  font-size: 14px;
	}
	
	.iabout3_con li .iabout3_img .history_content{
		justify-content:flex-start;
		align-items: flex-start;
	}
	.iabout3_con li:nth-child(odd) .iabout3_img .pic{
		margin: 0;
	}
	
	
	
	
	
	.g-distribution .distribution_pro .dt{
		display: block;
	}
	.g-distribution .distribution_pro .dt1,.g-distribution .distribution_pro .distribution_min{
		display: none;
	}
	
	
	
	
	.proshow_right{
		width: 100%;
	}
	.proshow_right .proshow_top{
		flex-direction: column;
	}
	.proshow_right .proshow_top .proshow_swiper {
	  width: 100%;
	}
	.proshow_right .proshow_top .proshow_top_right {
	  width: 100%;
	}
	.proshow_right .proshow_min .show_back{
		margin-top: 20px;
	}
}
@media (max-width: 600px) {
	.g-top h2 {
	  font-size: 20px;
	}
	.g-top h4 {
	  font-size: 12px;
	  padding-bottom: 7px;
	}
	.welcome_but {
	  width: 120px;
	  height: 35px;
	  line-height: 35px;
	  font-size: 12px;
	}
	
	
	.g-nav-top .continer1 .nav_top_left{
		display: none;
	}
	.about_min {
	  padding: 20px 0;
	}
	.about_min .about_row .about_row_right .pic .about_bf {
	  width: 61px;
	  height: 61px;
	}
	.about_album {
	  padding: 20px 0;
	}
	.album_swiper {
	  margin: 20px 0;
	}
	.album_swiper .swiper-pagination-bullet {
	  width: 8px;
	  height: 8px;
	}
	.album_swiper .swiper-container {
	    padding-bottom: 40px;
	}
	
	
	.g-fiveyear {
	  padding: 20px 0 40px;
	}
	.g-fiveyear .fiveyear_row{
		flex-direction: column;
	}
	.g-fiveyear .fiveyear_row .fiveyear_pic {
	  width: 100%;
	}
	.g-fiveyear .fiveyear_row .fiveyear_content{
		width: 100%;
		padding: 20px;
	}
	.g-fiveyear .fiveyear_row:nth-child(3), .g-fiveyear .fiveyear_row:nth-child(4), .g-fiveyear .fiveyear_row:nth-child(7), .g-fiveyear .fiveyear_row:nth-child(8) {
	  flex-direction: column;
	}
	.g-fiveyear .fiveyear_row:nth-child(2n) {
	  flex-direction: column;
	}
	
	
	
	
	.g-supplier {
	  padding: 20px 0 40px;
	}
	.supplier_top .supplier_top_name {
	  font-size: 16px;
	}
	.supplier_top .btn_jt .inco01 {
	  height: 30px;
	  width: 30px;
	}
	.g-supplier .supplier_right .supplier_min {
	  width: 100%;
	  margin-right: 0!important;
	}
	
	
	
	
	
	

	.g-supplier.g-customers .supplier_right .supplier_min {
	  width:100%;
	  margin-right: 0!important;
	}
	
	
	
	.g-product {
	  padding: 20px 0;
	}
	.product_sidebar .sidebar_top {
	  padding: 10px 20px;
	}
	.product_sidebar .sidebar_top .sidebar_top_name {
	  font-size: 17px;
	}
	.product_sidebar .sidebar_content .sidebar_min .sidebar_content_name{
		font-size: 15px;
	}
	.product_sidebar .sidebar_content .sidebar_min ul li{
		font-size: 13px;
	}
	.product_right .product_min {
	  width: 100%;
	  margin-right: 0 !important;
	}
	
	
	
	
	
	.g-news{
		margin: 20px 0;
	}
	.g-news .news_row {
	  margin-bottom: 16px;
	  padding: 10px;
	}
	.g-news .news_row .news_left .left_time {
	  width: 26%;
	  height: 70px;
	}
	.g-news .news_row .news_left .left_time h2 {
	  font-size: 22px;
	}
	.g-news .news_row .news_left .left_time h4 {
	  font-size: 12px;
	}
	.g-news .news_row .news_left .left_content {
	  width: 68%;
	}
	.g-news .news_row .news_left .left_content h2 {
	  font-size: 14px;
	  padding-bottom: 5px;
	}
	.g-news .news_row .news_left .left_content h2::after {
	  width: 27px;
	}
	.g-news .news_row .news_left .left_content p {
	  font-size: 12px;
	  line-height: 17px;
	}
	
	
	
	.news_show {
	  padding:  0 0 20px;
	}
	
	
	
	.g-equipment {
	  padding: 20px 0;
	}
	.g-equipment .equipment_wrap .equipment_content {
	  width: 100%;
	  margin-right: 0px !important;
	}
	
	
	
	
	
	
	.g-management {
	  padding: 20px 0;
	}
	.g-management .management_column .management_content .content_left{
		flex-direction: column;
	}
	.management_content .content_left .left_content h2{
		font-size: 18px;
		padding-bottom: 8px;
		margin-bottom: 15px;
	}
	.management_content .content_left .left_content{
		width: 100%;
	}
	.management_content .content_left .left_content:first-child{
		margin-bottom: 15px;
	}
	
	
	
	
	.g-system {
	  padding: 20px 0 50px;
	}
	.g-system .system_wrap .system_content {
	  width: 100%;
	  margin-right: 0px !important;
	}
	.g-system .system_wrap .system_content .pic{
		height: auto;
	}
	
	
	
	
	.g-strategic {
	  padding: 20px 0;
	}
	.g-strategic .strategic_row .strategic_content .strategic_pro {
	  height: 40px;
	  line-height: 40px;
	  bottom: 14px;
	}
	.g-strategic .strategic_row .strategic_content .strategic_pro p {
	  font-size: 14px;
	}
	
	
	
	.inner_feedback_con{
		padding: 20px;
	}
	.inner_contact_con{
		margin-top: 0;
	}
	.inner_contact_con_fl{
		padding-left: 0;
	}
	.inner_contact_con_fl p {
	  font-size: 15px;
	  padding-left: 41px;
	  margin-bottom: 14px;
	  line-height: 26px;
	}
	.lx1 input{
		line-height: 40px;
		height: 42px;
		padding-left: 114px;
	}
	.lx1 label {
	  font-size: 12px;
	  line-height: 40px;
	  left: 55px;
	}
	.lx1 i{
		left: 14px;
		top: 4px;
	}
	.f1,.f2,.f3,.f4,.f5{
		background-size: 20px;
	}
	.lx1 textarea {
	  padding: 8px 12px 20px 118px;
	}
	.lx2_fl {
	  width: 100%;
	}
	.lx2_fl label{
		line-height: 42px;
		font-size: 12px;
		left: 15px;
	}
	.lx2_fl input{
		line-height: 40px;
		height: 42px;
		padding-left: 100px;
	}
	
	
	
	
	
	
	
	.talent_li .talent_li_top{
		 padding: 0px 15px;
	}
	.talent_li .talent_li_top .talent_left{
		font-size: 16px;
	}
	.talent_li .talent_li_top .talent_left::before {
	  top: 35%;
	  width: 3px;
	  height: 30%;
	}
	.talent_li .talent_li_top .talent_1,.talent_li .talent_li_top .talent_2,.talent_li.active .talent_li_top .talent_1,.talent_li.active .talent_li_top .talent_2{
		 width: 15px;
	}
	.talent_li .talent_li_min .talent_wrap .talent_wrap_name, .talent_li .talent_li_min .talent_min_content .talent_min_name{
		font-size: 14px;
		line-height: 34px;
	}
	.talent_li .talent_li_min .talent_wrap .talent_wrap_name span, .talent_li .talent_li_min .talent_min_content li {
		font-size: 12px;
	}
	.talent_li .talent_li_min .talent_min_content {
	  margin-top: 20px;
	}
	
	
	
	.g-distribution {
	  padding: 30px 0;
	}
	
	
	
	.proshow_right .proshow_top .proshow_top_right h2 {
	  font-size: 18px;
	  padding-bottom: 8px;
	  margin-bottom: 20px;
	}
	.proshow_right .proshow_min {
	  margin-top: 20px;
	}
	.proshow_right .proshow_min .proshow_min_name p {
	  font-size: 18px;
	}
	.proshow_right .proshow_min .proshow_min_content {
	  margin-top: 20px;
	}
}
