
.g-about-nav{
	height: 60px;
	background: #ECECEC;
	width: 100%;
}
.g-about-nav-row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.g-about-nav-row .left{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.g-about-nav-row .left li{
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:#373737;
	cursor: pointer;
}
.g-about-nav-row .left li.active{
	background: #1A3B6E;
	color: #FFFFFF;
}
.g-about-nav-row .left li.active a{
	color: #ffffff;
}
.g-about-nav-row .right{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
	line-height: 60px;
	justify-content: flex-end;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9B9B9B;
}
.g-about-nav-row .right a{
	margin: 0 5px;
	color: #ACACAC;
}
.g-about-nav-row .right img{
	margin-right: 10px;
}

/* 舜宇精工介绍 */
.g-about-us{
	background: #FFFFFF;
	padding: 80px 0 100px;
}
.g-about-us .content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 0;
}
.g-about-us .content .name{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #231917;
	position: relative;
	padding-bottom: 20px;
}
.g-about-us .content .name::after{
	position: absolute;
	content: '';
	width: 30%;
	height: 4px;
	background: #014075;
	bottom: 0px;
	left: 35%;
}
.g-about-us .content .row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 55px;
}
.g-about-us .content .row .left{
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.g-about-us .content .row .left .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 36px;
	text-indent: 2em;
	text-align: left;
}
.g-about-us .content .row .left .row_footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.g-about-us .content .row .left .row_footer .column{
 	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 55px;
	font-family: Arial;
	font-weight: bold;
	color: #1A3B6E;
}
.g-about-us .content .row .left .row_footer .column .column_row{
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.g-about-us .content .row .left .row_footer .column span{
	font-size: 18px;
	font-weight: 400;
}
.g-about-us .content .row .left .row_footer .column p{
	font-size: 18px;
	color: #636363;
	font-weight: 400;
	padding-left: 5px;
}

.g-about-us .content .row .right{
	width: 45%;
}


/* 舜宇贝尔介绍 */

.about2_row{
	justify-content: center;
	align-items: center;
}

/* 企业文化 */
.culture_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 55px;
}
.culture_content{
	width: 48%;
	display: flex;
	flex-direction: column;
	background: #F2F2F2;
	margin-bottom: 4%;
}
.culture_content .culture_pic{
	overflow: hidden;
}

.culture_pic img{
	transition: .5s;
}
 .culture_content  .culture_pic_img1{
	display: block;
}
 .culture_content  .culture_pic_img2{
	display: none;
}
.culture_content .culture_name{
	width: 100%;
	padding: 30px 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.culture_content .culture_name .culture_name1{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin: 12px 0 15px;
}
.culture_content .culture_name .culture_text{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2E2E2E;
}
.culture_content:hover{
	background: #1A3B6E;
}
.culture_content:hover  .culture_pic_img1{
	display: none;
}
.culture_content:hover .culture_pic_img2{
	display: block;
}
.culture_content:hover .culture_pic img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.culture_content:hover .culture_name .culture_name1,.culture_content:hover .culture_name .culture_text{
	color: #ffffff;
}

/* 发展史 */
.flex-law {
	position: absolute;
	/*bottom: 200px;*/
	top: 50%;
	margin-top: -220px;
	right: 0;
	display: block;
	width: 398px;
	z-index: 19;
}

.flex-law img {
	width: 100%;
}

.flex-law a {
	display: block;
	width: 100%;
}

.flex-law .close {
	width: 16px;
	height: 13px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.flex-law {
		width: 30%;
		bottom: -6px;
	}

	.flex-law .close {
		top: 5px;
		right: 5px;
	}
}

/* 全球布局 */
.layout-content{
	margin-top: 40px;
}
/* 资质荣誉 */

.g-about-us .content .g-honor-row{
	margin: 55px 0 104px;
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #F7F7F7;
	justify-content: space-between;
	position: relative;
}
.g-about-us .content .g-honor-row .left{
	width: 30%;
}
.g-about-us .content .g-honor-row .right{
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	padding: 60px;
	overflow: hidden;
}
.g-about-us .content .g-honor-row .right ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	list-style: inside;
	height: 100%;
	overflow: auto;
}

.g-about-us .content .g-honor-row .right ul::-webkit-scrollbar {
      /*  display: none; */
    }
.g-about-us .content .g-honor-row .right ul li{
	width: 33%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #484848;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	list-style: inside;
	text-align: left;
}
.g-about-us .content .g-honor-row .right ul li::marker{
	color: #004A90;
}
.g-about-us .content .g-honor-row .right ul li .li_hide{
	position: absolute;
	width: 74%;
	top: 40px;
	left: 0;
	background: #004B8F;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 20px;
	z-index: 99;
	border-radius: 12px;
	display: none;
}
.g-about-us .content .g-honor-row .right ul li .li_hide:after {
    content: '';
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #004B8F;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
   top: -10px;
    left: 14%;
}
.g-about-us .content .g-honor-row .right ul li:hover .li_hide{
	display: block;
}

/* 社会责任 */
.g-responsibility-content{
	margin-top: 68px;
	position: relative;
}
.g-responsibility-p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}


/* 核心业务 */
#shot .in-banner{
	position: relative;
}
#shot .banner-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#shot .banner-text .banner_name{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
}
#shot .banner-text  .banner_text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	width: 44%;
	margin-top: 30px;
}
.b-shot{
	position: relative;
}
.b-shot1-content{
	position: absolute;
	top: 7%;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
}
.shot_name{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.b-shot1-content ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	width: 100%;
	justify-content: space-between;
	list-style: initial;
	margin: 40px auto;
}
.b-shot1-content ul li{
	list-style: initial;
	width: 47%;
	margin-left: 16px;
	text-align: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}
.b-shot-but{
	width: 186px;
	height: 49px;
	background: #1A3B6E;
	border-radius: 25px;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF !important;
	margin: 30px auto 0;
	cursor: pointer;
	display: inherit;
}
.b-shot-but:hover{
	color: #FFFFFF;
}
.b-shot2-content{
	position: absolute;
	top: 24%;
	left: 18%;
	width: 50%;
}
.b-shot2-content .shot_name,.b-shot3-content .shot_name{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.b-shot2-content ul,{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	width: 70%;
	justify-content: space-between;
	list-style: initial;
	margin: 40px 0;
}
.b-shot2-content ul li,.b-shot3-content ul li{
	list-style: initial;
	margin-left: 16px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}
.b-shot2-content .b-shot-but{
	margin: 30px 0 0;
}
.b-shot3-content{
	position: absolute;
	top: 24%;
	right: 18%;
}
.b-shot3-content ul{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	justify-content: space-between;
	list-style: inside;
	margin: 40px 0;
}
.b-shot3-content .b-shot-but{
	margin: 60px 0 0;
}
.shot_text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	margin-top: 30px;
	text-align: left;
	padding-bottom: 20px;
}
/* 智能功能件 */
.g-structure-content{
	padding: 36px 0 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.structure_column{
	display: flex;
	flex-direction: column;
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-bottom: 50px;
}
.structure_column:nth-of-type(3n) {
  margin-right: 0;
}
.structure_column .pic{
	overflow: hidden;
}
.structure_column .pic img{
	transition: .5s;
}
.structure_column .structure_foot{
	padding: 30px 0 0;
}
.structure_column .structure_foot .name{
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.structure_column .structure_foot ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	list-style: initial;
	justify-content: space-between;
}
.structure_column .structure_foot ul li{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
	line-height: 36px;
	list-style: initial;
	width: 46%;
	margin-left: 16px;
}
.structure_column:hover .pic img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* 新闻资讯 */
.b-news-content{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 70px 0 0;
}
.b-news-content .news_row{
	display: flex;
	flex-direction: row;
	padding: 30px;
	margin-bottom: 35px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.b-news-content .news_row .news_row_left{
	width: 7%;
}
.news_row_left .left_content{
	background: #EEEEEE;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.news_row_left .left_content::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 14px;
  right: -20px;
  transition: .5s;
}
.b-news-content .news_row:hover .news_row_left .left_content::before {
  width: 43px;
}

.news_row_left .left_content > p{
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
}
.news_row_left .left_content > div{
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
}
.news_row_min{
	width: 74%;
	display: flex;
	flex-direction: column;
	transition: .5s;
}
.b-news-content .news_row:hover .news_row_min{
	margin-left: 2%;
}
.news_row_min .row_min_name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3C3C3C;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_row_min .row_min_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #868686;
	line-height: 30px;
	margin-top: 18px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_row_right{
	width: 13%;
	overflow: hidden;
}
.news_row_right img{
	transition: .5s;
}

.b-news-content .news_row:hover{
	background: #FFFFFF;
	box-shadow: 0px 5px 18px 0px rgba(15, 6, 11, 0.1);
}
.b-news-content .news_row:hover .news_row_left .left_content{
	background: #1A3B6E;
	color: #FFFFFF;
}
.b-news-content .news_row:hover .news_row_left .left_content > p ,.b-news-content .news_row:hover  .news_row_left .left_content > div{
	color: #FFFFFF;
}
.b-news-content .news_row:hover .news_row_min .row_min_name{
	color: #1A3B6E;
}
.b-news-content .news_row:hover .news_row_right 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-top: 20px;
}
.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: #004B8F;
}

/* 加入舜宇精工 */

.b-social-content{
	padding: 60px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.social_content{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 25px;
}
.social_content_top{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	cursor: pointer;
}
.social_name{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.social_ul{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
}
.social_ul li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 25%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 13px;
}
.social_ul li::after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #5D5D5D;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.social_ul li::marker{
	color: #838383;
}
.social_ul li span{
	color: #838383;
}
.social_ul .social_open{
	color: #333333;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}
.social_ul .social_open::after{
	left: 75%;
}
.social_ul .social_open em{
	width: 0;   
	height: 0;   
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
	border-top: 6px solid #616161; 
	font-size: 0;  
	line-height: 0; 
	margin-left: 10px;
}
.social_content_min{
	display: block;
	padding: 0 20px 40px;
}
.social_min_content{
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}
.social_min_content .social_min_name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.social_min_content  li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
}
.social_content.active .social_ul .social_open{
	color: #004B8F;
}
.social_content.active .social_ul .social_open::after {
	background: #004B8F;
}
.social_content.active .social_ul .social_open em{
	border-bottom: 6px solid #004B8F;
	border-top: none;
}

.social_content.active .social_content_min{
	display: block;
}


/* 联系我们 */
.g-contact-content{
	padding: 55px 0 63px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.g-contact-content .left{
	display: flex;
	flex-direction: column;
	width: 25%;
	background: #F7F7F7;
	padding: 10px 40px;
}
.g-contact-content .left .contact_column{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #DFDFDF;
}
.g-contact-content .left .contact_column:nth-of-type(5n) {
    border-bottom: none;
}
.g-contact-content .left .contact_column .contact_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.g-contact-content .left .contact_column .contact_row .contact_add{
	padding-left: 8px;
}
.g-contact-content .left .contact_column p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
	padding-left: 25px;
	text-align: left;
}
.g-contact-content .right{
	width: 73%;
}
.contact_map{
	height:100%;
	width: 100%;
}
#mapcomname{
	text-align: center;
	
}
.amap-info-content{
	height: auto !important;
}

.g-feedback{
	margin: 55px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid rgba(216, 216, 216, 0.36);
	padding:69px 60px;
}
.g-feedback .feedback_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}
.g-feedback .feedback_row:nth-of-type(5){
	margin-bottom:0px;
}
.g-feedback .feedback_row .feedback_column{
	display: flex;
	flex-direction: column;
	width: 49%;
}

.g-feedback .feedback_row .feedback_column p{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:#525252;
	line-height: 48px;
	text-align: left;
}
.g-feedback .feedback_row .feedback_column p span{
	color: #FF0000;
	padding-right: 5px;
}
.g-feedback .feedback_row .feedback_column input,.g-feedback .feedback_row .feedback_column select ,.g-feedback .feedback_row .feedback_column textarea{
	width: 100%;
	background: #F2F2F2;
	border: none;
	padding:0 20px ;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
}
.g-feedback .feedback_row .feedback_textarea{
	width: 100%;
}
.g-feedback .feedback_row .feedback_column textarea{
	height: 200px;
}
.g-feedback .feedback_row .feedback_column .feedback_code{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.g-feedback .feedback_row .feedback_column .feedback_code input{
	width: 73%;
}
.g-feedback .feedback_row .feedback_submit{
	display: flex;
	flex-direction: row;
	width: 49%;
	text-align: right;
	justify-content: end;
	align-items: end;
}
.g-feedback .feedback_row .feedback_submit .feedback_submit_1{
	width: 20%;
	background: #1A3B6E;
	border-radius: 3px;
	height: 46px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	letter-spacing: 10px;
	padding-left: 10px;
	align-items: end;
	cursor: pointer;
}


/*投资者关系*/
.inversor1{
    margin-bottom: 50px;
}
.inversor1_con{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: left;
}
.inversor1_con_info{
    width: 48%;
}
.inversor2{
    overflow: hidden;
    background: #f3f5f6;
    padding: 50px 0;
}
.inversor2_con{
    margin: 30px 0;
    width: 100%;
}
.inversor2_con_t{
    overflow: hidden;
    background: #e2e2e2;
    line-height: 50px;
    padding: 0 20px;
}
.inversor2_con_t ul{
    display: flex;
    flex-wrap: wrap;
}
.inversor2_con_t ul li{
    font-size: 18px;
    color: #333;
    text-align: center;
}
.inversor2_con_t ul li.tzz1{
    width: 70%;
    text-align: left;
}
.inversor2_con_t ul li.tzz2{
    width: 15%;
}
.inversor2_con_t ul li.tzz3{
    width: 15%;
}
.inversor2_con_b li{
    margin-bottom: 1px;
}
.inversor2_con_b li a{
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    text-align: left;
    transition: .5s;
}
.inversor2_con_b li a .tzz1{
    width: 70%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.inversor2_con_b li a .tzz2{
    width: 15%;
    text-align: center;
}
.inversor2_con_b li a .tzz3{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inversor2_con_b li a:hover{
    background: #1A3B6E;
    color: #FFFFFF;
}
.imore{
    text-align: center;
}
.imore a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin: 0 auto;
    height: 45px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 15px;
    transition: .5s;
}
.imore a:hover{
    background: #1A3B6E;
    color: #FFFFFF;
}
.inversor3{
    margin: 50px 0;
}
.inversor3_con{
    margin-top: 30px;
    width: 100%;
}
.inversor3_con_title{
    overflow: hidden;
}
.inversor3_con_title ul{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d8d9d9;
    border-bottom: none;
}
.inversor3_con_title ul li {
    width: 25%;
    cursor:pointer;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #d8d9d9;
}
.inversor3_con_title ul li:last-child{
    border-right: none;
}
.inversor3_con_title ul .on{
    background-color: #1A3B6E;
    color: #fff;
}
.inversor3_con_show{
    overflow: hidden;
    border: 1px solid #d8d9d9;
    padding: 10px 0;
}
.inversor3_con_show .inversor3_con_info {
    display:none;
}
.inversor3_con_info{
    overflow: hidden;
    text-align: center;
}
.inversor4{
    overflow: hidden;
    background: #f3f5f6;
    padding: 50px 0;
}
.inversor5{
    margin: 50px 0 0 0;
}
.inversor5_con{
    margin-top: 30px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: left;
}




@media (max-width: 1701px) {
	.social_ul .social_open::after {
		left: 72%;
	}
}
@media (max-width: 1501px) {
	.g-about-nav-row .left li{
		padding: 0px 20px;
		font-size: 14px;
	}
	.g-about-nav-row .right{
		font-size: 12px;
	}
	.b-shot1-content{
		top: 4%;
	}
	.b-shot-but{
		margin: 0 auto;
	}
	.structure_column .structure_foot ul li{
		font-size: 16px;
		width: 100%;
	}
	.news_row_left .left_content > div{
		font-size: 20px;	
	}
	.news_row_min .row_min_text{
		font-size: 15px;
		line-height: 25px;
	}
	.social_ul .social_open::after {
		left: 67%;
	}
}
@media (max-width: 1401px) {
	.social_ul li {
		font-size: 14px;
	}
	.social_min_content .social_min_name {
		font-size: 20px;
	}
	.social_min_content li {
		font-size: 14px;
	}
	.g-about-us .content .g-honor-row .right {
		padding: 40px;
	}
	.g-about-us .content .g-honor-row .right ul li {
		font-size: 12px;
	}
	.g-about-us .content .g-honor-row .right ul li .li_hide {
		font-size: 10px;
	}
}
@media (max-width: 1280px) {
	.g-about-nav-row .left li{
		padding: 0px 15px;
		font-size: 12px;
	}
	.g-about-nav-row .right{
		font-size: 11px;
	}
	.g-about-us .content .row .left .text{
		font-size: 14px;
		line-height: 30px;
	}
	.g-about-us .content .row .left .row_footer{
		margin-top: 30px;
	}
	.g-about-us .content .row .left .row_footer .column{
		font-size: 45px;
	}
	.g-about-us .content .row .left .row_footer .column span{
		font-size: 16px;
	}
	.g-about-us .content .row .left .row_footer .column p{
		font-size: 16px;
	}
	.culture_content .culture_name .culture_name1{
		font-size: 26px;
		margin: 10px 0 12px;
	}
	.culture_content .culture_name .culture_text {
		font-size: 17px;
	}
	
	.g-responsibility-p{
		font-size: 16px;
	}
	.b-shot1-content{
		top: 2%;
	}
	.shot_name,.b-shot2-content .shot_name, .b-shot3-content .shot_name{
		font-size: 36px;
	}
	.b-shot1-content ul{
		margin: 20px auto;
	}
	.b-shot1-content ul li,.b-shot2-content ul li, .b-shot3-content ul li{
		font-size: 16px;
		line-height: 30px;
	}
	.b-shot-but,.b-shot2-content .b-shot-but{
		width: 170px;
		height: 40px;
		border-radius: 25px;
		line-height: 40px;
		font-size: 16px;
	}
	
	
	.b-news-content{
		padding: 46px 0 0;
	}
	.b-news-content .news_row .news_row_left{
		width: 10%;
	}
	.news_row_min{
		width: 70%;
	}
	.news_row_right {
		width: 16%;
	}
	.news_row_min .row_min_name{
		font-size: 17px;
	}
	.news_row_min .row_min_text {
		font-size: 12px;
		line-height: 20px;
		margin-top: 7px;
	}

	.show_back_fr{
		width: 14%;
	}
	
	.social_ul li{
		width: 50%;
	}
	.social_ul .social_open{
		justify-content: flex-start;
	}
	.social_ul .social_open::after {
		left: 0;
	}
}
@media (max-width: 992px) {
	.g-about-nav{
		display: none;
	}
	.g-contact-content{
		flex-direction: column;
	}
	.g-contact-content .left{
		flex-direction: row;
		width: 100%;
		padding: 20px 0;
	}
	.g-contact-content .left .contact_column{
		width: 20%;
		padding: 0 20px;
		border-bottom: none;
		border-right: 1px solid #DFDFDF;
		align-items: center;
		justify-content: center;
	}
	.g-contact-content .left .contact_column:nth-of-type(5n) {
		border-right: none;
	}
	.g-contact-content .left .contact_column .contact_row{
		justify-content: center;
	}
	.g-contact-content .left .contact_column p{
		font-size: 12px;
		line-height: 24px;
		padding-left: 0;
		text-align: center;
		margin-top: 10px;
		word-wrap: break-word;
		width: 100%;
	}
	.g-contact-content .right{
		width: 100%;
		height: 500px;
		margin-top: 30px;
	}
	.g-feedback .feedback_row .feedback_submit .feedback_submit_1{
		width: 35%;
	}
	.g-about-us .content .g-honor-row .right {
		padding: 20px;
	}
	.g-about-us .content .g-honor-row .right ul li {
		width: 44%;
	}

}
@media (max-width: 768px) {

	.g-about-us{
		padding: 40px 0 50px;
	}
	.g-about-us .content .row{
		flex-direction: column;
	}
	.g-about-us .content .row .left{
		width: 100%;
	}
	.g-about-us .content .row .right{
		width: 100%;
		margin-top: 30px;
	}
	/* 企业文化 */
	.culture_content .culture_name{
		padding: 20px 0 ;
	}
/* 	.culture_content .culture_name img{
		max-width: 8%;
	} */
	.culture_content .culture_name .culture_name1{
		font-size: 22px;
		margin: 6px 0 8px;
	}
	.culture_content .culture_name .culture_text{
		font-size: 14px;
	}
	.g-responsibility-p{
		font-size: 14px;
		width: 80%;
		line-height: 26px;
	}
	#shot .banner-text{
		top: 54%;
		left: 0;
		transform: translate(0,-50%);
	}
	#shot .banner-text .banner_name{
		font-size: 36px;
		line-height: 50px;
	}
	#shot .banner-text .banner_text{
		font-size: 14px;
		line-height: 26px;
		width: 47%;
		margin-top: 14px;
	}
	.shot_name, .b-shot2-content .shot_name, .b-shot3-content .shot_name{
		font-size: 26px;
	}
	.b-shot1-content{
		width: 63%;
	}
	.b-shot1-content ul {
		margin: 10px auto;
	}
	.b-shot2-content ul{
		margin: 20px 0;
	}
	.b-shot1-content ul li, .b-shot2-content ul li, .b-shot3-content ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.b-shot-but, .b-shot2-content .b-shot-but{
		width: 150px;
		height: 36px;
		border-radius: 25px;
		line-height: 36px;
		font-size: 13px;
	}
	.b-shot2-content .b-shot-but{
		margin: 20px 0 0;
	}
	.b-shot3-content{
		top: 15%;
		right: 3%;
	}
	.shot_text{
		font-size: 15px;
		line-height: 25px;
		margin-top: 2px;
		padding-bottom: 12px;
	}
	.structure_column{
		width: calc((100% - 50px) / 2);
	}
	.structure_column:nth-of-type(3n){
		margin-right: 50px;
	}
	.structure_column:nth-of-type(2n){
		margin-right: 0;
	}
	.b-news-content .news_row{
		padding: 15px;
		margin-bottom: 26px;
	}
	.news_row_left .left_content{
		padding: 12px 0;
	}
	.news_row_left .left_content > p {
	    font-size: 10px;
	}
	.news_row_left .left_content > div {
		font-size: 16px;
	}
	.news_row_min .row_min_name{
		font-size: 15px;
	}
	.news_row_min .row_min_text{
		margin-top: 4px;
		-webkit-line-clamp: 2;
	}
	.g-about-us .content .name{
		font-size: 28px;
		padding-bottom: 15px;
	}
	.g-about-us .content .name::after {
		height: 3px;
	}
	.show_back_fr {
		width: 20%;
	}
}
@media (max-width: 600px) {
	.g-about-us .content .row{
		margin-top: 30px;
	}
	.g-about-us .content .name {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.g-about-us .content .name::after {
		height: 3px;
	}
	.g-about-us .content .row .left .text {
		font-size: 13px;
		line-height: 30px;
	}
	.g-about-us .content .row .left .row_footer .column {
		font-size: 28px;
	}	
	.g-about-us .content .row .left .row_footer .column span{
		font-size: 13px;
	}
	.g-about-us .content .row .left .row_footer .column p {
		font-size: 12px;
	}
	.culture_content{
		width: 100%;
	}
	.culture_content .culture_name img{
		max-width: 13%;
	}
	.g-responsibility-content{
		margin-top: 30px;
	}
	.g-responsibility-p {
		font-size: 12px;
		width: 90%;
		line-height: 18px;
	}
	#shot .banner-text .banner_name{
		font-size: 22px;
		line-height: 14px;
	}
	#shot .banner-text .banner_text {
		font-size: 10px;
		line-height: 16px;
		width: 47%;
		margin-top: 14px;
	}
	.b-shot1-content{
		width: 90%;
	}
	.shot_name, .b-shot2-content .shot_name, .b-shot3-content .shot_name{
		font-size: 18px;
	}
	.b-shot1-content ul li, .b-shot2-content ul li, .b-shot3-content ul li{
		font-size: 12px;
		line-height: 18px;
		width:auto;
	}
		
	.b-shot-but, .b-shot2-content .b-shot-but{
		width: 100px;
		height: 30px;
		border-radius: 25px;
		line-height: 30px;
		font-size: 10px;
	}
	.b-shot2-content{
		top: 12%;
		left: 10%;
	}
	.b-shot3-content ul{
		margin: 10px 0;
	}
	.b-shot3-content .b-shot-but {
		margin: 10px 0 0;
	}
	.shot_text{
		font-size: 12px;
		line-height: 20px;
	}
	.structure_column{
		margin-right: 25px;
		margin-bottom: 25px;
		width: calc((100% - 25px) / 2);
	}
	.structure_column:nth-of-type(3n){
		margin-right: 25px;
	}
	.structure_column .structure_foot{
		padding: 10px 0 0;
	}
	.structure_column .structure_foot .name{
		font-size: 18px;
	}
	.structure_column .structure_foot ul li{
		font-size: 12px;
		width: 100%;
		line-height: 23px;
	}
	
	.b-news-content{
		padding: 28px 0 0;
	}
	.b-news-content .news_row{
		margin-bottom: 15px;
	}
	.b-news-content .news_row .news_row_left {
		width: 16%;
	}
	.news_row_left .left_content{
		padding: 8px 0;
	}
	.news_row_left .left_content > p {
		font-size: 8px;
	}	
	.news_row_left .left_content > div {
		font-size: 12px;
	}
	.news_row_min {
		width: 54%;
	}
	.news_row_min .row_min_name {
		font-size: 12px;
	}
	.news_row_min .row_min_text{
		margin-top: 3px;
		font-size: 10px;
		line-height: 17px;
	}
	.news_row_right {
	  width: 20%;
	}
	.show_title h3{
		font-size: 16px;
	}
	.show_content{
		padding: 20px 0px;
	}
	.show_back_fl{
		width: 65%;
	}
	.show_back_fr {
	  width: 33%;
	}
	.social_ul li{
		width: 100%;
	}
	.g-contact-content .left{
		flex-wrap: wrap;
	}
	.g-contact-content .left .contact_column{
		width: 50%;
		margin-bottom: 20px;
	}
	.g-contact-content .left .contact_column:nth-of-type(2n){
		border-right: none;
	}
	.g-feedback{
		margin: 33px 0 0;
		padding: 20px;
	}
	.g-feedback .feedback_row{
		flex-direction: column;
		margin-bottom: 15px;
	}
	.g-feedback .feedback_row .feedback_column{
		width: 100%;
	}
	.g-feedback .feedback_row .feedback_submit{
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}
	
	
	.g-about-us .content .g-honor-row{
		margin: 35px 0;
		flex-direction: column;
	}
	.g-about-us .content .g-honor-row .left{
		width: 100%;
	}
	.g-about-us .content .g-honor-row .right{
		position: relative;
		width: 100%;
	}
	.g-about-us .content .g-honor-row .right ul li{
		width: 49%;
	}
    .inversor1_con_info{
        width: 100%;
    }
    .inversor2_con_t ul li.tzz1{
        width: 60%;
    }
    .inversor2_con_t ul li.tzz2{
        width: 25%;
    }
    .inversor2_con_b li a .tzz1{
        width: 60%;
    }
    .inversor2_con_b li a .tzz2{
        width: 25%;
    }
    .inversor2_con_t ul li{
        font-size: 16px;
    }
    .inversor3_con_title ul li{
        font-size: 16px;
    }
}