/* 首页 */
.contact_map {
	width: 100%;
	height: 160px;
	/* 	border-radius: 15px; */
}

.amap-info-content {
	height: auto !important;
	text-align: center;
}

.amap-info-close {
	display: none;
}

.b-welcome {
	margin-left: 100px;
	/* 	width: 100%; */
}

.welcome-banner {
	background: url(../images/about/welcome_banner.png)no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* .b-welcome-banner{
	background: url(../images/about/welcome_banner.png)no-repeat;
	background-size: cover;
} */
.b-welcome-banner .b-about {
	padding: 55px 0;
}

.b-welcome-banner .b-about .b-about-name {
	font-size: 55px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-transform: uppercase;
}

.b-welcome-banner .b-about .b-about-text {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
	line-height: 4px;
}

.b-welcome-banner .b-about .b-about-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	/* justify-content: flex-end; */
	/* position: relative; */
	margin-top: 70px;
}

.b-welcome-banner .b-about .b-about-left {
	width: 30%;
}

.b-welcome-banner .b-about .b-about-right {
	width: 67%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.b-welcome-banner .b-about .b-about-right .x-about {
	width: calc((100% - 40px) / 5);
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #EEEEEE;
	cursor: pointer;
	height: 193px;
}

.b-welcome-banner .b-about .b-about-right .x-about:first-child {
	width: calc((100% - 40px) / 5 *3);
	margin-right: 30px;
	background: rgba(255, 255, 255, 0);
	overflow: hidden;
}

.b-welcome-banner .b-about .b-about-right .x-about:nth-of-type(3) ,.b-welcome-banner .b-about .b-about-right .x-about:nth-of-type(8) {
	margin-right: 0;
}

.b-about-right .x-about .x-about-content{
	padding: 10px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.b-about-right .x-about .x-about-content h4{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}
.b-about-right .x-about .x-about-content p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 30px;
}
.b-about-right .x-about .x-about-column{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* width: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.b-about-right .x-about .x-about-column .x-about-name{
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
}
.b-about-right .x-about .x-about-column .x_img_1{
	display: block;
}
.b-about-right .x-about .x-about-column .x_img_2{
	display: none;
}
.b-welcome-banner .b-about .b-about-right .x-about:hover{
	background: #321C72;
}
.b-welcome-banner .b-about .b-about-right .x-about:nth-of-type(4),.b-welcome-banner .b-about .b-about-right .x-about:hover:nth-of-type(4),.b-welcome-banner .b-about .b-about-right .x-about:first-child:hover{
	background: rgba(255, 255, 255, 0);
}
.b-about-right .x-about:hover .x-about-column .x_img_2{
	display: block;
}
.b-about-right .x-about:hover .x-about-column .x_img_1{
	display: none;
}
.b-about-right .x-about:hover .x-about-column .x-about-name{
	color: #ffffff;
}
.b-about-right .x-about:nth-of-type(4):hover .x-about-column .x-about-name{
	color: #321C72;
}
.b-about-right .x-about:nth-of-type(4) .x-about-column img{
	transition: .5s;
}
.b-about-right .x-about:nth-of-type(4):hover .x-about-column img {
	transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}



.b-welcome-banner .b-about .b-about-right h3 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
	margin-bottom: 30px;
}

.b-welcome-banner .b-about .b-about-right p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 34px;
	text-indent: 2em;
}

.b-welcome-banner .b-about .b-about-right .but {
	margin-top: 35px;
	width: 160px;
	height: 42px;
	border: 1px solid #321C72;
	border-radius: 21px;
	line-height: 42px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	position: relative;
}

.b-welcome-banner .b-about .b-about-right .but::after {
	content: '';
	display: block;
	width: 0;
	height: 42px;
	top: 0;
	left: 0;
	position: absolute;
	transition: .5s;
	border-radius: 19px;
}

.b-welcome-banner .b-about .b-about-right .but:hover::after {
	width: 100%;
	background-color: #321C72;
}

.b-about-right .but .but_name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
}

.b-about-right .but:hover .but_name {
	color: #fff;
	z-index: 9;
}

.b-about-right .but .but_img1 {
	display: block;
	z-index: 9;
}

.b-about-right .but .but_img2 {
	display: none;
	z-index: 9;
}

.b-about-right .but:hover .but_img2 {
	display: block;
}

.b-about-right .but:hover .but_img1 {
	display: none;
}

.b-about-right .b-about-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}

.b-about-right .b-about-row .row_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.b-about-right .b-about-row .row_content .pic {
	width: 60px;
	height: 60px;
	border: 1px solid #321C72;
	border-radius: 50%;
	position: relative;
	transition: .5s;
}

.b-about-right .b-about-row .row_content .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.b-about-right .b-about-row .row_content .row_content_name {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 10px;
}

.b-about-right .b-about-row .row_content:hover .row_content_name {
	color: #321C72;
}

.b-about-right .b-about-row .row_content:hover .pic {
	background: #321C72;
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.b-about-right .b-about-row .row_content .pic .about_2 {
	display: none;
}

.b-about-right .b-about-row .row_content .pic .about_1 {
	display: block;
}

.b-about-right .b-about-row .row_content:hover .pic .about_1 {
	display: none;
}

.b-about-right .b-about-row .row_content:hover .pic .about_2 {
	display: block;
}

.b-product-content {
	margin-top: 67px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.b-product-content .product_min {
	width: calc((100% - 40px)/2);
	margin-right: 40px;
	margin-bottom: 40px;
	border-radius: 12px;
	padding:50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #EEEEEE;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	align-items: center;
}

.b-product-content .product_min:nth-child(2n) {
	margin-right: 0;
}

.x-product{
	display: flex;
	flex-direction: column;
	width: 47%;
	align-items: center;
	justify-content: center;
}
.b-product-content .product_min .pic {
	overflow: hidden;
}

.b-product-content .product_min .pic img {
	transition: .5s;
}
.b-product-content .product_min:hover .pic img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.b-product-content .product_min .product_min_name {
	margin: 20px 0 10px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
}

.b-product-content .product_min .product_min_name::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 20%;
	left: 40%;
	height: 2px;
	background: #422499;
}

.b-product-content .product_min .product_min_text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
}

.b-product-content .product_min .product_min_hore {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.b-product-content .product_min .product_min_hore li {
	background: url(../images/about/gou.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	margin-bottom: 15px;
}
.b-product-content .product_min .product_min_hore li:last-child{
	margin-bottom: 0px;
}

.b-product-content .product_min .x-product .but {
	display: block;
	width: 130px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #321C72;
	border: 1px solid #321C72;
	border-radius: 18px;
	margin: 25px auto 0;
}
.b-product-content .product_min:hover .x-product .but{
	background: #EEEEEE;
	color: #321C72;
}

.b-product-content .product_min:hover .product_min_hore {
	top: 0
}

.b-news-content {
	margin-top: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.b-news-content .news_left {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.b-news-content .news_left .news_left_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.news_left .news_left_top .top_left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news_left .news_left_top .top_left .pic {
	width: 32px;
	height: 32px;
	background: #321C72;
	border-radius: 50%;
	position: relative;
}

.news_left .news_left_top .top_left .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news_left .news_left_top .top_left h5 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 15px;
}

/* .news_left .news_left_top .top_right{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
} */
.news_left .news_left_top .top_right {
	width: 160px;
	height: 42px;
	border: 1px solid #321C72;
	border-radius: 21px;
	line-height: 42px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	position: relative;
}

.news_left .news_left_top .top_right::after {
	content: '';
	display: block;
	width: 0;
	height: 42px;
	top: 0;
	left: 0;
	position: absolute;
	transition: .5s;
	border-radius: 19px;
}

.news_left .news_left_top .top_right:hover::after {
	width: 100%;
	background-color: #321C72;
}

.news_left .news_left_top .top_right .top_right_name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
}

.news_left .news_left_top .top_right:hover .top_right_name {
	color: #fff;
	z-index: 9;
}

.news_left_top .top_right .but_img1 {
	display: block;
	z-index: 9;
}

.news_left_top .top_right .but_img2 {
	display: none;
	z-index: 9;
}

.news_left_top .top_right:hover .but_img2 {
	display: block;
}

.news_left_top .top_right:hover .but_img1 {
	display: none;
}

.news_left_min {
	width: 100%;
	margin-top: 20px;
}

.news_left_min .start_video {
	width: 100%;
	height: auto;
}

.b-news-content .news_right {
	width: 55%;
}

.news_right .news_right_min {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 20px;
}

.news_right .news_right_min .news_right_content {
	padding: 14px 0;
	border-top: 1px solid #DDDDDD;
}

.news_right .news_right_min .news_right_content .content_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.content_top .content_top_name {
	width: 80%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content_top .content_top_time {
	width: 15%;
	text-align: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
}

.news_right .news_right_min .news_right_content .content_top_text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 26px;
	margin-top: 8px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_right .news_right_min .news_right_content:hover .content_top .content_top_name {
	color: #321C72;
}


/* 关于我们 企业简介 */
.b_about_banner {
	position: relative;
}

.b_about_banner .b_banner_content {
	position: absolute;
	top: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.b_about_banner .b_banner_content .b_banner_top {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}

.b_about_banner .b_banner_content .b_banner_name {
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 10px;
	margin: 20px 0 30px;
}

.b_about_banner .b_banner_content .b_banner_name::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #FFFFFF;
}

.b_about_banner .b_banner_content .b_banner_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 20px;
}

.b_about_banner .b_banner_content .b_banner_row .b_banner_a {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	background: #fff;
	text-align: center;
	padding: 0 27px;
}

.b_about_banner .b_banner_content .b_banner_row .b_banner_a.active {
	background: #321C72;
	color: #fff;
}

.b_about_home {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #DDDDDD;
}

.b_about_home .b_home_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 70px;
	line-height: 70px;
}

.b_about_home .b_home_row img {
	margin-right: 8px;
}

.b_about_home .b_home_row div,
.b_about_home .b_home_row a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-right: 8px;
}

.g-about {
	padding: 30px 0 80px;
}

.g-about .g-about-name {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
	margin-bottom: 30px;
	text-align: center;
}

.g-about .g-about-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.g-about .g-about-row .g-about-left {
	width: 52%;
	display: flex;
	flex-direction: column;
}

.g-about .g-about-row .g-about-left p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	text-indent: 2em;
}

.g-about .g-about-row .g-about-right {
	width: 44%;
}

.g-about .g-about-row .g-about-right .swiper-pagination {
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.g-about .g-about-row .g-about-right .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 10px;
}

.g-about .g-about-row .g-about-right .swiper-pagination-bullet-active {
	background: #321C72;
}

/* 关于我们 企业文化 */
.g-culture-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 30px;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}

.g-culture-row:last-child {
	border-bottom: 1px solid #DDDDDD;
}

.g-culture-row .g-culture-left {
	width: 20%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #321C72;
}

.g-culture-row .g-culture-right {
	width: 80%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6F6F6F;
}

/* 关于我们 企业荣誉 */
.g-honor {
	width: 90%;
	margin: auto;
}

.g-honor-row {
	position: relative;
}

.g-honor-row .swiper-container {
	width: 90%;
}

.g-honor-row .swiper-button-prev,
.g-honor-row .swiper-container-rtl .swiper-button-next,
.activity_swiper .swiper-button-prev,
.activity_swiper .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/about/honor_2.png);
}

.g-honor-row .swiper-button-next,
.g-honor-row .swiper-container-rtl .swiper-button-prev,
.activity_swiper .swiper-button-next,
.activity_swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/about/honor_2.png);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.g-honor-row .swiper-button-prev:hover,
.activity_swiper .swiper-button-prev:hover {
	background-image: url(../images/about/honor_3.png);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.g-honor-row .swiper-button-next:hover,
.activity_swiper .swiper-button-next:hover {
	background-image: url(../images/about/honor_3.png);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.g-honor-row .swiper-button-next,
.g-honor-row .swiper-button-prev,
.activity_swiper .swiper-button-next,
.activity_swiper .swiper-button-prev {
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
}

.g-honor-row .pic {
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	text-align: center;
	height: 400px;
	width: 400px;
	display: table-cell;
	vertical-align: middle;
}

.g-honor-row .pic img {
	transition: .5s;
	max-height: 380px;
}

.g-honor-row .pic:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-honor-row .g-honor-name {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin-top: 15px;
}

/* 关于我们 团队活动 */
.activity_swiper {
	position: relative;
}

.activity_swiper .swiper-container {
	width: 90%;
	margin: 0 auto;
}

.activity_swiper .swiper-container .swiper-slide {
	text-align: center;
	overflow: hidden;
}

.activity_swiper .swiper-container .swiper-slide img {
	transition: .5s;
	height: 220px;
	width: 100%;
}

.activity_swiper .swiper-container .swiper-slide:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-activity-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.g-activity-row .g-activity-content {
	width: calc((100% - 90px)/4);
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.g-activity-row .g-activity-content:nth-of-type(4n) {
	margin-right: 0;
}

.g-activity-row .g-activity-content img {
	transition: .5s;
}

.g-activity-row .g-activity-content:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.pagination {
	text-align: center;
	color: #666;
	clear: both;
	width: 100%;
	margin: 40px 0 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: #321C72;
	border: 1px solid #321C72;
}

/* 产品中心 */

.g-product-content {
	width: calc((100% - 80px)/3);
	display: flex;
	flex-direction: column;
	margin-right: 40px;
	margin-bottom: 40px;
}

.g-product-content .pic {
	border: 1px solid #DDDDDD;
	padding: 20px;
	overflow: hidden;
}

.g-product-content:nth-of-type(3n) {
	margin-right: 0;
}

.g-product-content .pic img {
	transition: .5s;
	height: 350px;
}

.g-product-content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-product-content .g-product-row {
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* 	align-items: center; */
	width: 100%;
}

.g-product-content .g-product-row .g-product-left {
	width: 75%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.g-product-content .g-product-row .g-product-right {
	width: 23%;
	border: 1px solid #321C72;
	border-radius: 15px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
}

.g-product-content .g-product-row .g-product-right:hover {
	background: #321C72;
	color: #FFFFFF;
}

/* 产品中心详情 */
.g-product-details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.g-product-details .g-product-left {
	width: 40%;
}

.g-product-details .g-product-right {
	width: 55%;
	display: flex;
	flex-direction: column;
}

.g-product-details .g-product-right .g-product-name {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.g-product-details .g-product-right .g-product-text {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 15px 0 20px;
	padding-left: 15px;
	position: relative;
}

.g-product-details .g-product-right .g-product-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 21%;
	width: 3px;
	height: 70%;
	background: #321C72;
}
.g-product-details .g-product-right ul li strong{
    color: #000;
}
.g-product-details .g-product-right ul li {
	/*font-size: 16px;*/
	/*font-family: Microsoft YaHei;*/
	/*font-weight: 400;*/
	/*color: #777777;*/
	/*line-height: 24px;*/
	margin-bottom: 13px;
}

.g-product-details .g-product-left .g-product-footer {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.g-product-details .g-product-left .g-product-footer .g-product-video {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #422499;
	padding-right: 30px;
	background: url(../images/about/product_7.png)no-repeat right center;
	background-size: 22px 22px;
	margin-right: 60px;
}

.g-product-details .g-product-left .g-product-footer .g-product-contact {
	width: 148px;
	height: 40px;
	background: #321C72;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.g-product-details .g-product-left .g-product-footer .g-product-contact .g-name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.product_video {
	margin-top: 40px;
	width: 100%;
}

.product_video .start_video {
	width: 100%;
}

/* 新闻资讯 */
.g-news-column {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.g-news-column .g-news-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 30px;
	background: #FFFFFF;
	justify-content: space-between;
	margin-bottom: 30px;
}

.g-news-column .g-news-content .pic {
	width: 30%;
	overflow: hidden;
}

.g-news-column .g-news-content .pic img {
	transition: .5s;
}

.g-news-column .g-news-content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-news-column .g-news-content .g-news-right {
	width: 68%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.g-news-column .g-news-content .g-news-right .g-news-name {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.g-news-column .g-news-content .g-news-right .g-news-text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.g-news-column .g-news-content .g-news-right .g-news-time {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.g-news-column .g-news-content .g-news-right .g-but {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #321C72;
	border-radius: 21px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.g-news-column .g-news-content .g-news-right .g-but .g-but-left {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #321C72;
}

.g-news-column .g-news-content .g-news-right .g-but .g-but-img1 {
	display: block;
}

.g-news-column .g-news-content .g-news-right .g-but .g-but-img2 {
	display: none;
}

.g-news-column .g-news-content:hover {
	box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.1);
}

.g-news-column .g-news-content:hover .g-news-right .g-but .g-but-img2 {
	display: block;
}

.g-news-column .g-news-content:hover .g-news-right .g-but .g-but-img1 {
	display: none;
}

.g-news-column .g-news-content:hover .g-news-right .g-news-name {
	color: #321C72;
}

.g-news-column .g-news-content:hover .g-news-right .g-but {
	background: #321C72;
}

.g-news-column .g-news-content:hover .g-news-right .g-but .g-but-left {
	color: #ffffff;
}

/*新闻详情*/
.inner_newsshow {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}

.inner_fr_newsshow {
	margin: 31px 0 50px 0;
	overflow: hidden;
}

.show_title {
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px dashed #bfbfbf;
}

.show_title h3 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #333;
	padding-bottom: 10px;
	line-height: 28px;
}

.show_title span {
	color: #949494;
	margin: 0px 10px;
	font-size: 14px;
	padding-left: 20px;
}

.browse {
	background: url(../images/browse.png) no-repeat left center;
}

.date {
	background: url(../images/date.png) no-repeat left center;
}

.show_content {
	line-height: 30px;
	color: #4b4b4b;
	padding: 45px 0px;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 16px;
}

.show_content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

.show_back {
	padding-top: 20px;
}

.show_back_fl {
	float: left;
	width: 80%;
	overflow: hidden;
}

.show_back_fl li {
	margin-bottom: 2px;
	line-height: 25px;
	color: #4d4d4d;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.show_back_fl li a {
	color: #868686;
	font-size: 15px;
}

.show_back_fl li a:hover {
	color: #2668A2;
}

.show_back_fr {
	overflow: hidden;
	float: right;
	width: 10%;
}

.show_back_fr a {
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 15px;
	background: #321C72 url(../images/return.png) no-repeat right 20px center;
	padding-left: 25px;
	text-align: left;
	border-radius: 5px;
}


/* 人力资源 */
.g-resources-top {
	position: relative;
	height: 500px;
}

.g-resources-top .swiper-container {
	width: 100%;
	height: 100%;
}

.g-resources-top .g-resources-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;

}

.g-resources-top .g-resources-column .g-resources-row {
	background: rgba(0, 75, 143, 0);
	border: 1px solid #DFDFDF;
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
}

.g-resources-top .g-resources-column .g-resources-row .g-resources-left {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: relative;
	padding-left: 18px;
}

.g-resources-top .g-resources-column .g-resources-row .g-resources-left::before {
	content: '';
	position: absolute;
	top: 30%;
	left: 0;
	width: 3px;
	height: 40%;
	background: #CECECE;
	border-radius: 2px;
}

.g-resources-top .g-resources-column .g-resources-row .g-resources-right {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.g-resources-top .g-resources-column.active .g-resources-row .g-resources-right {
	color: #ffffff;
}

.g-resources-top .g-resources-column .g-resources-row .g-resources-right .g-resources-right-img1 {
	display: none;
	width: 25px;
	height: 25px;
}

.g-resources-top .g-resources-column .g-resources-row .g-resources-right .g-resources-right-img2 {
	display: block;
	width: 25px;
	height: 25px;
}

.g-resources-top .g-resources-column.active .g-resources-row .g-resources-right .g-resources-right-img2 {
	display: none;
}

.g-resources-top .g-resources-column.active .g-resources-row .g-resources-right .g-resources-right-img1 {
	display: block;
}

.g-resources-top .g-resources-column.active .g-resources-row {
	background: #321C72;
	border: none;
}

.g-resources-top .g-resources-column.active .g-resources-row .g-resources-left {
	color: #FFFFFF;
}

.g-resources-top .g-resources-column.active .g-resources-row .g-resources-left::before {
	background: #FFFFFF;
}

.g-resources-top .g-resources-column.active .g-resources-min {
	display: block;
}

.g-resources-top .g-resources-column .g-resources-min {
	display: none;
	border: 1px solid #321C72;
	padding: 40px;
	z-index: 99;
	background: #fff;
}

.g-resources-top .g-resources-column .g-resources-min .resources_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.g-resources-top .g-resources-column .g-resources-min .resources_top .resources_name {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-right: 80px;
}

.g-resources-top .g-resources-column .g-resources-min .resources_top .resources_name span {
	font-size: 14px;
	color: #838383;
}

.g-resources-top .g-resources-column .g-resources-min .resources_min {
	margin: 40px 0;
}

.g-resources-top .g-resources-column .g-resources-min .resources_min .resources_min_name {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.g-resources-top .g-resources-column .g-resources-min .resources_min ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.g-resources-top .g-resources-column .g-resources-min .resources_min ul li {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
	margin-right: 60px;
}

.g-resources-top .g-resources-column .g-resources-min .resources_footer {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
}

@media (max-width: 1601px) {
	.b-welcome-banner .b-about .b-about-right {
		width: 68%;
	}

	.content_top .content_top_name {
		font-size: 16px;
	}

	.news_right .news_right_min .news_right_content .content_top_text {
		font-size: 14px;
		margin-top: 5px;
	}

	.g-honor-row .swiper-container {
		width: 92%;
	}
	.activity_swiper .swiper-container .swiper-slide img {
      height: 204px;
    }
    .g-product-content .pic img {
    	height: 330px;
    }
}

@media (max-width: 1501px) {



	.b-product-content .product_min .pic {
		width: 110px;
		height: 110px;
	}

	.b-product-content .product_min .product_min_name {
		font-size: 22px;
	}

	.b-product-content .product_min .product_min_text {
		font-size: 13px;
	}


	.b-product-content .product_min .product_min_hore li {
		font-size: 15px;
	}

	.b-product-content .product_min .product_min_hore .but {
		width: 120px;
		height: 33px;
		line-height: 33px;
		font-size: 12px;
	}

	.news_right .news_right_min .news_right_content {
		padding: 14px 0;
	}

	.news_right .news_right_min .news_right_content .content_top_text {
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
	
	
	.b-welcome-banner .b-about .b-about-right p{
		font-size: 14px;
		line-height: 30px;
	}
	.activity_swiper .swiper-container .swiper-slide img {
      height: 188px;
    }
}
@media (max-width: 1440px) {
    .g-product-content .pic img {
    	height: 300px;
    }
}
@media (max-width: 1401px) {
/* 	.b-welcome-banner .b-about .b-about-left {
		width: 50%;
	} */


	.b-welcome-banner .b-about .b-about-right h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.b-welcome-banner .b-about .b-about-right p {
	  font-size: 13px;
	  line-height: 27px;
	}
	.b-about-right .x-about .x-about-column img{
		max-width: 66%;
	}
	.b-about-right .x-about .x-about-column .x-about-name{
		font-size: 14px;
	}
	.b-welcome-banner .b-about .b-about-right .but {
		margin-top: 25px;
		height: 38px;
		line-height: 38px;
	}

	.b-welcome-banner .b-about .b-about-right .but::after {
		height: 38px;
	}

	.b-about-right .but .but_name {
		font-size: 13px;
	}

	.b-about-right .b-about-row {
		margin-top: 35px;
	}

	.b-about-right .b-about-row .row_content .pic {
		width: 55px;
		height: 55px;
	}

	.b-about-right .b-about-row .row_content .pic img {
		max-width: 45%;
	}

	.b-about-right .b-about-row .row_content .row_content_name {
		font-size: 15px;
		margin-top: 10px;
	}





	.b-product-content .product_min .product_min_hore li {
		font-size: 13px;
	}

	.b-product-content .product_min .product_min_hore .but {
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}

	.b-product-content .product_min .pic {
		width: 95px;
		height: 95px;
	}

	/* 	.b-product-content .product_min .pic img {
	  max-width: 46%;
	} */
	.b-product-content .product_min .product_min_name {
		font-size: 20px;
	}

	.b-product-content .product_min .product_min_text {
		font-size: 12px;
	}

	.b_about_banner .b_banner_content .b_banner_name {
		font-size: 38px;
		margin: 10px 0 25px;
	}

	.g-about .g-about-row .g-about-left p {
		font-size: 14px;
	}


	.g-culture-row .g-culture-left {
		width: 22%;
		font-size: 16px;
	}

	.g-culture-row .g-culture-right {
		width: 78%;
		font-size: 14px;
	}


	.g-news-column .g-news-content .g-news-right .g-news-name {
		font-size: 16px;
	}

	.g-news-column .g-news-content .g-news-right .g-news-text {
		font-size: 14px;
		line-height: 26px;
	}

	.g-news-column .g-news-content .g-news-right .g-news-time {
		font-size: 14px;
	}

	.g-news-column .g-news-content .g-news-right .g-but {
		width: 130px;
		height: 35px;
		line-height: 35px;
	}

	.g-news-column .g-news-content .g-news-right .g-but .g-but-left {
		font-size: 12px;
	}


	.news_right .news_right_min .news_right_content {
		padding: 10px 0;
	}

	.content_top .content_top_name {
		font-size: 16px;
	}

	.news_right .news_right_min .news_right_content .content_top_text {
		font-size: 14px;
		line-height: 21px;
		margin-top: 5px;
	}

	.news_left .news_left_top .top_right {
		width: 140px;
		height: 35px;
		line-height: 35px;
	}

	.news_left .news_left_top .top_right .top_right_name {
		font-size: 13px;
	}



	.g-honor-row .pic {
		height: 345px;
	}
	.activity_swiper .swiper-container .swiper-slide img {
      height: 172px;
    }
}

@media (max-width: 1280px) {
	.b-welcome-banner .b-about .b-about-name {
		font-size: 45px;
	}

	.b-welcome-banner .b-about .b-about-text {
		font-size: 28px;
		line-height: 0px;
	}

	.b-welcome-banner .b-about .b-about-right h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.b-welcome-banner .b-about .b-about-right p {
		font-size: 14px;
		line-height: 30px;
	}

	.b-welcome-banner .b-about .b-about-right .but {
		margin-top: 22px;
		height: 35px;
		line-height: 35px;
		width: 145px;
	}

	.b-welcome-banner .b-about .b-about-right .but::after {
		height: 35px;
	}

	.b-about-right .b-about-row .row_content .pic {
		width: 50px;
		height: 50px;
	}

	.b-about-right .b-about-row .row_content .row_content_name {
		font-size: 13px;
		margin-top: 5px;
	}



	
	.b-product-content .product_min{
		padding: 30px;
	}

	.b-product-content .product_min .product_min_hore li {
		margin-bottom: 10px;
	}

	.b-product-content .product_min .pic {
		width: 80px;
		height: 80px;
	}

	.b-product-content .product_min .product_min_name {
		font-size: 18px;
	}

	.b-product-content .product_min .product_min_text {
		font-size: 10px;
	}

	.news_left .news_left_top .top_left .pic {
		width: 25px;
		height: 25px;
	}

	.news_left .news_left_top .top_left h5 {
		font-size: 16px;
		margin-left: 12px;
	}

	.news_left .news_left_top .top_right {
		font-size: 14px;
	}

	.news_right .news_right_min .news_right_content {
		padding: 10px 0;
	}

	.content_top .content_top_name {
		font-size: 15px;
	}

	.content_top .content_top_time {
		font-size: 12px;
	}

	.news_right .news_right_min .news_right_content .content_top_text {
		font-size: 14px;
		line-height: 30px;
		margin-top: 5px;
		-webkit-line-clamp: 1;
	}


	.g-culture-row .g-culture-left {
		width: 25%;
		font-size: 14px;
	}

	.g-culture-row .g-culture-right {
		width: 75%;
		font-size: 12px;
	}


	.g-honor-row .swiper-button-next,
	.g-honor-row .swiper-button-prev,
	.activity_swiper .swiper-button-next,
	.activity_swiper .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}

	.g-product-content .g-product-row {
		padding: 15px;
	}

	.g-product-content .g-product-row .g-product-left {
		width: 72%;
		font-size: 13px;
	}

	.g-product-content .g-product-row .g-product-right {
		width: 25%;
		height: 26px;
		line-height: 26px;
		font-size: 10px;
	}


	.g-product-details .g-product-right .g-product-name {
		font-size: 28px;
		padding-bottom: 15px;
	}

	.g-product-details .g-product-right .g-product-text {
		font-size: 16px;
	}

	.g-product-details .g-product-right ul li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.g-product-details .g-product-left .g-product-footer,
	.product_video {
		margin-top: 25px;
	}

	.g-product-details .g-product-left .g-product-footer .g-product-video {
		font-size: 16px;
		background-size: 18px 18px;
		margin-right: 40px;
	}

	.g-product-details .g-product-left .g-product-footer .g-product-contact {
		width: 130px;
		height: 35px;
		line-height: 35px;
	}

	.g-product-details .g-product-left .g-product-footer .g-product-contact .g-name {
		font-size: 12px;
	}


	.g-news-column .g-news-content {
		padding: 20px;
	}


	.show_back_fr {
		width: 14%;
	}



	.g-honor-row .pic {
		height: 280px;
	}
	
	
    .activity_swiper .swiper-container .swiper-slide img {
      height: 216px;
    }
    .g-product-content .pic img {
    	height: 231px;
    }
}

@media (max-width: 992px) {
	.b-welcome {
		margin-left: 0
	}

	.b-welcome-banner .b-about .b-about-content {
		flex-direction: column;
		margin-top: 40px;
	}

	.b-welcome-banner .b-about .b-about-left {
		position: initial;
		width: 100%;
		transform: none;
	}

	.b-welcome-banner .b-about .b-about-left img {
		width: 100%;
	}

	.b-welcome-banner .b-about .b-about-right {
		width: 100%;
		margin-top: 20px;
	}

	.b-product-content .product_min .product_min_text {
		text-align: center;
	}

	.b-product-content .product_min .product_min_hore li {
		font-size: 12px;
	}

	.b_about_banner .b_banner_content .b_banner_top {
		font-size: 14px;
	}

	.b_about_banner .b_banner_content .b_banner_name {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.b_about_banner .b_banner_content .b_banner_name::after {
		width: 38px;
	}

	.b_about_banner .b_banner_content .b_banner_row {
		height: 35px;
		line-height: 35px;
	}

	.b_about_banner .b_banner_content .b_banner_row .b_banner_a {
		height: 35px;
		line-height: 35px;
		font-size: 11px;
	}

	.b_about_home,
	.b_about_home .b_home_row {
		height: 60px;
		line-height: 60px;
	}

	.b_about_home .b_home_row div,
	.b_about_home .b_home_row a {
		font-size: 12px;
	}

	.g-about .g-about-name {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.g-about .g-about-row {
		flex-direction: column;
	}

	.g-about .g-about-row .g-about-left {
		width: 100%;
	}

	.g-about .g-about-row .g-about-right {
		width: 100%;
		margin-top: 20px;
	}

	.g-about .g-about-row .g-about-right .swiper-slide img {
		width: 100%;
	}



	.g-news-column .g-news-content .g-news-right .g-news-text {
		font-size: 12px;
		line-height: 20px;
	}

	.g-news-column .g-news-content .g-news-right .g-news-time {
		font-size: 12px;
	}

	.g-news-column .g-news-content .g-news-right .g-but {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	.g-news-column .g-news-content .g-news-right .g-but .g-but-left {
		font-size: 10px;
	}

	.g-news-column .g-news-content .g-news-right .g-but img {
		max-width: 9%;
	}
	
	
	.b-product-content .product_min{
		width: 100%;
		margin-right: 0;
	}
	.activity_swiper .swiper-container .swiper-slide img {
      height: 182px;
    }
}

@media (max-width: 768px) {


	.b-product-content .product_min .product_min_name {
		font-size: 20px;
	}

	.b-product-content .product_min .product_min_text {
		font-size: 12px;
	}

	.b-product-content .product_min .product_min_hore li {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.b-news-content {
		flex-direction: column;
	}

	.b-news-content .news_left {
		width: 100%;
	}

	.b-news-content .news_right {
		width: 100%;
		margin-top: 20px;
	}

	.b_about_banner .b_banner_content .b_banner_row {
		display: none;
	}


	.g-honor-row .swiper-container {
		width: 86%;
	}


	.g-activity-row .g-activity-content {
		width: calc((100% - 30px)/2);
	}

	.g-activity-row .g-activity-content:nth-of-type(4n) {
		margin-right: 30px;
	}

	.g-activity-row .g-activity-content:nth-of-type(2n) {
		margin-right: 0;
	}

	.g-product-content {
		width: calc((100% - 30px)/2);
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.g-product-content:nth-of-type(3n) {
		margin-right: 30px;
	}

	.g-product-content:nth-of-type(2n) {
		margin-right: 0;
	}


	.g-product-details {
		flex-direction: column;
	}

	.g-product-details .g-product-left {
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}

	.g-product-details .g-product-right {
		width: 100%;
	}


	.g-news-column .g-news-content .g-news-right .g-news-text {
		-webkit-line-clamp: 1;
	}

	.g-news-column .g-news-content .g-news-right .g-but {
		width: 88px;
		height: 26px;
		line-height: 26px;
	}


	.g-resources-top .g-resources-column .g-resources-row .g-resources-left {
		font-size: 16px;
		padding-left: 16px;
	}

	.g-resources-top .g-resources-column .g-resources-row .g-resources-left::before {
		top: 40%;
		height: 30%;
	}

	.g-resources-top .g-resources-column .g-resources-row .g-resources-right {
		font-size: 14px;
	}

	.g-resources-top .g-resources-column .g-resources-min {
		padding: 30px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_top .resources_name {
		font-size: 16px;
		margin-right: 60px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_top .resources_name span {
		font-size: 12px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min {
		margin: 25px 0;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min .resources_min_name {
		font-size: 16px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min ul li {
		font-size: 12px;
		margin-right: 40px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_footer {
		font-size: 12px;
		line-height: 25px;
	}



	.inner_newsshow {
		margin: 30px 0;
	}

	.show_title {
		padding-bottom: 20px;
	}

	.show_content {
		line-height: 25px;
		color: #4b4b4b;
		padding: 25px 0px;
		border-bottom: 1px dashed #bfbfbf;
		font-size: 13px;
	}

	.show_title h3 {
		font-size: 18px;
		line-height: 18px;
	}

	.show_title span {
		font-size: 12px;
	}

	.show_back_fl {
		width: 78%;
	}

	.show_back_fr {
		width: 19%;
	}


	.g-honor-row .pic {
		height: 245px;
	}

	.activity_swiper .swiper-container {
		width: 83%;
	}

    .activity_swiper .swiper-container .swiper-slide img {
      height: 198px;
    }
}

@media (max-width: 414px) {
	.b-welcome-banner .b-about {
		padding: 10px 0;
	}

	.b-welcome-banner .b-about .b-about-name {
		font-size: 34px;
		line-height: 25px;
	}

	.b-welcome-banner .b-about .b-about-text {
		font-size: 20px;
	}


	.b-welcome-banner .b-about .b-about-right .x-about:first-child {
	  width: calc((100% - 0px) / 3 *3);
	  margin-right: 0;
	  height: auto !important;
	}
	.b-welcome-banner .b-about .b-about-right .x-about{
		width: calc((100% - 20px) / 3);
	}
	.b-welcome-banner .b-about .b-about-right .x-about:nth-of-type(3){
		margin-right: 10px;
	}
	 .b-welcome-banner .b-about .b-about-right .x-about:nth-of-type(5),.b-welcome-banner .b-about .b-about-right .x-about:nth-of-type(8) {
	  margin-right: 0;
	}

	.b-welcome-banner .b-about .b-about-right h3 {
		font-size: 18px;
		margin-bottom: 7px;
	}

	.b-welcome-banner .b-about .b-about-right p {
		font-size: 12px;
		line-height: 26px;
	}

	.b-welcome-banner .b-about .b-about-right .but {
		margin-top: 16px;
		height: 30px;
		line-height: 30px;
		width: 120px;
	}

	.b-welcome-banner .b-about .b-about-right .but::after {
		height: 30px;
	}

	.b-about-right .but .but_name {
		font-size: 10px;
	}

	.b-about-right .but img {
		max-width: 7%;
	}

	.b-about-right .b-about-row .row_content .pic {
		width: 40px;
		height: 40px;
	}

	.b-about-right .b-about-row .row_content .row_content_name {
		font-size: 10px;
		margin-top: 5px;
	}

	.b-product-content,
	.b-news-content {
		margin-top: 48px;
	}

	.b-product-content .product_min {
		padding: 15px;
		margin-bottom: 20px;
		width: calc((100% - 20px)/2);
		margin-right: 20px;
	}
	.x-product{
		width: 100%;
	}
	.b-product-content .product_min .product_min_hore{
		display: none;
	}
	.b-product-content .product_min .pic {
		width: 60px;
		height: 60px;
	}

	.b-product-content .product_min .product_min_name {
		font-size: 15px;
	}

	.b-product-content .product_min .product_min_text {
		font-size: 11px;
		height: 33px;
	}



	.b-product-content .product_min .product_min_hore li {
		font-size: 10px;
		margin-bottom: 8px;
	}

	.b-product-content .product_min .x-product .but {
		width: 96px;
		height: 26px;
		line-height: 25px;
		font-size: 9px;
		margin: 15px auto 0;
	}

	.news_left .news_left_top .top_left h5 {
		font-size: 14px;
	}

	.news_left .news_left_top .top_right {
		width: 110px;
		height: 30px;
		line-height: 30px;
	}

	.news_left .news_left_top .top_right .top_right_name {
		font-size: 11px;
	}

	.content_top .content_top_name {
		font-size: 14px;
	}

	.news_right .news_right_min .news_right_content .content_top_text {
		font-size: 10px;
		line-height: 18px;
	}

	.b_about_banner .b_banner_content .b_banner_top {
		font-size: 12px;
	}

	.b_about_banner .b_banner_content .b_banner_name {
		font-size: 20px;
		margin: 0 0 0 0;
		padding-bottom: 5px;
	}

	.b_about_banner .b_banner_content .b_banner_name::after {
		width: 30px;
	}

	.b_about_home,
	.b_about_home .b_home_row {
		height: 50px;
		line-height: 50px;
	}


	.g-about {
		padding: 30px 0 30px;
	}

	.g-about .g-about-name {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.g-about .g-about-row .g-about-left p {
		font-size: 12px;
		line-height: 25px;
	}

	.g-about .g-about-row .g-about-right .swiper-pagination {
		margin: 10px auto 0;
	}


	.g-culture-row .g-culture-left {
		width: 30%;
		font-size: 12px;
	}

	.g-culture-row .g-culture-right {
		width: 70%;
		font-size: 11px;
	}


	.g-honor-row .swiper-container {
		width: 72%;
	}


	.g-activity-row .g-activity-content {
		width: calc((100% - 20px)/2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.pagination {
		margin: 10px 0 0;
	}


	.g-product-content {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.g-product-content:nth-of-type(3n) {
		margin-right: 0;
	}


	.g-product-details .g-product-right .g-product-name {
		font-size: 20px;
	}

	.g-product-details .g-product-right .g-product-text {
		font-size: 15px;
		margin: 10px 0 15px;
	}

	.g-product-details .g-product-right ul li {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.g-product-details .g-product-left .g-product-footer .g-product-video {
		font-size: 14px;
		background-size: 16px 16px;
		margin-right: 30px;
	}

	.g-product-details .g-product-left .g-product-footer .g-product-contact {
		width: 120px;
		height: 32px;
		line-height: 32px;
	}

	.g-news-column .g-news-content {
		padding: 10px;
		margin-bottom: 20px;
	}

	.g-news-column .g-news-content .pic {
		width: 40%;
	}

	.g-news-column .g-news-content .g-news-right {
		width: 58%;
	}

	.g-news-column .g-news-content .g-news-right .g-news-name {
		font-size: 13px;
	}

	.g-news-column .g-news-content .g-news-right .g-news-text {
		font-size: 10px;
		line-height: 16px;
	}

	.g-news-column .g-news-content .g-news-right .g-news-time {
		font-size: 10px;
	}

	.g-news-column .g-news-content .g-news-right .g-but {
		width: 70px;
		height: 20px;
		line-height: 20px;
	}

	.g-news-column .g-news-content .g-news-right .g-but .g-but-left {
		font-size: 8px;
	}

	.g-resources-top {
		width: 99%;
	}

	.g-resources-top .g-resources-column .g-resources-row {
		height: 45px;
		line-height: 45px;
	}

	.g-resources-top .g-resources-column .g-resources-row .g-resources-left {
		font-size: 14px;
		padding-left: 14px;
	}

	.g-resources-top .g-resources-column .g-resources-row .g-resources-left::before {
		top: 38%;
		height: 26%;
	}

	.g-resources-top .g-resources-column .g-resources-row .g-resources-right {
		font-size: 10px;
	}

	.g-resources-top .g-resources-column .g-resources-row .g-resources-right .g-resources-right-img1,
	.g-resources-top .g-resources-column .g-resources-row .g-resources-right .g-resources-right-img2 {
		width: 20px;
		height: 20px;
	}

	.g-resources-top .g-resources-column .g-resources-min {
		padding: 20px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_top .resources_name {
		font-size: 14px;
		margin-right: 30px;
		line-height: 26px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_top .resources_name span {
		font-size: 10px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min {
		margin: 15px 0;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min .resources_min_name {
		font-size: 14px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min ul {
		flex-direction: column;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_min ul li {
		font-size: 10px;
		margin-right: 0;
		line-height: 25px;
	}

	.g-resources-top .g-resources-column .g-resources-min .resources_footer {
		font-size: 10px;
		line-height: 20px;
	}



	.show_title h3 {
		font-size: 16px;
	}

	.show_content {
		line-height: 28px;
		padding: 25px 0px;
		font-size: 14px;
	}

	.show_back_fl {
		width: 66%;
	}

	.show_back_fl li {
		line-height: 22px;
		font-size: 12px;
	}

	.show_back_fl li a {
		font-size: 12px;
	}

	.show_back_fr {
		width: 30%;
	}

	.show_back_fr a {
		line-height: 40px;
		font-size: 13px;
		padding-left: 15px;
	}

	.activity_swiper .swiper-container {
		width: 73%;
	}
	
	
	.x-about1{
		display: none;
	}
	
	
	.activity_swiper .swiper-container .swiper-slide img {
      height: 195px;
    }
    
    .g-product-content .pic img {
    	height: 271px;
    }
	
}

@media (max-width: 375px) {
	.b-about-right .x-about .x-about-column .x-about-name {
	  font-size: 12px;
	}
	.b-product-content .product_min .product_min_name {
	  font-size: 13px;
	}
	.b-product-content .product_min .x-product .but {
	  margin: 5px auto 0;
	}
	.activity_swiper .swiper-container .swiper-slide img {
      height: 175px;
    }
}
