
/* 关于 */
.tb_nav{
	height: 120px;
	position: relative;
	background: #eee;
	text-align: center;
	/* padding: 0 2em; */
	max-width: 100%;
	margin: 0 auto;
}

.tb_main {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
	background: #F1F1F1;
	z-index: 10;
	max-width: 100%;
	padding: 0 8%;
}
.tb_main_top {
	position: fixed;
	top: 120px;
}

.tb_a {
	color: #000;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	display: block;
	float: left;
	height: 120px;
	/* padding-top: 15px; */
}
.tb_a i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 10px auto 10px;
    background: no-repeat center;
    background-size: 100%;
}
.tb_a span {
    display: block;
    text-align: center;
	font-size: 16px;
}
.tb_a:hover {
  color: white;
  background: rgba(255,59,67, 0.2);
  transition: all 0.5s ease;
  color: #29166f;
}
.tb_line {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #FF0000;
  transition: left 0.3s ease;
}
/* .gsjj-left img{
	display: none;
} */
.gsjj{
	margin-bottom: 30px;
}
.gsjj-left{
	float: left;
	height: 100%;
    padding: 10px 30px 10px 30px;
	width: 811px;
	background-color: #F6F6F6;
	margin-bottom: 30px;
}
.gsjj-right{
	width: 589px;
    float: right;
	height: 518px;
}
.gsjj-right img{
	width: 589px;
	height: 518px;
}
#allmap {
	height: 350px;
}
.contact-left{
	float: left;
	width: 49%;
}
.contact-right {
    float: right;
    width: 49%;
}
.contact-right .item .text {
    margin-top: 0px;
}
.contact-left .map {
    height: 350px;
    margin-bottom: 0px;
}
.tab_tit{
	line-height: 30px;
	padding: 30px 0;
}
.tab_tit span {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #808080;

}
.tab_tit span::after {
    content: "";
    position: relative;
    display: block;
    width: 130px;
    border-bottom: 2px solid #808080;
    padding-top: 10px;
}

.tab_tit span i {
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    color: #5c5c5c;
    font-style: normal;
}

.lp_main {
	margin-top: 40px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 20px;
    height: 32px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../../images/about_next.png);
	left: 0px;
	right: auto;
	background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../../images/about_prev.png);
	right: 0px;
	left: auto;
	background-repeat: no-repeat;
}

.swiper-scrollbar-drag {
    background: #BCBBBB;
}
.company_des{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 29px;
	padding: 0px 15px 0 0px;
	color: #5c5c5c;
	font-weight: 100;
	padding-left: 30px;
}
.des-title{
	font-size: 28px;
	font-weight: bold;
	color: #616161;
	text-align: center;
}

.strategic{
	padding: 30px 0;
}

.case_div3{
	padding: 30px 0;
}
.case_div4{
	border-bottom:1px solid #cbd5cf;
}

.about_left {
    float: left;
    width: 48%;
}
.about_right {
    float: right;
    width: 50%;
}
.map_md {
    display: none;
}

@media only screen and (max-width:1440px){
	

	.tb_main {
		padding: 0px !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 1439px) {

	.gsjj-left {
        width: 50% !important;
        height: 518px !important;
    }
    .container {
        width: 1200px !important;
    }
	.gsjj-right {
        width: 50% !important;
        /* height: 432px !important; */
    }
	.gjss-ppll-right-sl {
		padding-top: 10px !important;
	}
	.cyms-img-item-i{
		width: 80%;
	}
	.yxmo-left img{
		width: 100%;
	}
	.yxmo-right img{
		width: 100%;
	}
}

@media only screen and (max-width:767px){
	.map_md {
		display: block !important;
	}
	.tb_61{
		display: none;
	}
	.count-title {
		font-size: 24px !important;
	}
	.gjss-ppll-right-sl-s {
		font-size: 14px !important;
	}
	.map {
		display: none !important;
	}
	.tb_nav {
        display: none;
    }
	/* .tb{
		padding: 0 15px;
	} */
	.tb img{
		width: 100%;
	}
	.gsjj-left{
		width: 100%;
		padding: 0;
	}
	
	.gsjj-right img{
		width: 100%;
		height: auto;
	}
	.fwxm_index img{
		width: 100% !important;
		height: auto !important;
	}
	.about_left {
		width: 100%;
	}
	.about_right {
		width: 100%;
		padding-bottom: 20px;
	}
	.about_right img{
		width: 100%;
	}
	.tb_a span {
		font-size: 12px;
	}
	.swiper-slide{
		text-align: center;
	}
	.lp_main {
		margin-top: 20px;
	}
	.tab_tit span {
		font-size: 20px;
	}
	.tab_tit span i {
		font-size: 16px;
	}
	.tab_tit span::after {
		width: 120px;
		border-bottom: 2px solid #808080;
	}
	.gsjj-right {
		width: 100% !important;
		float: none !important;
		height: auto;
	}
	.ppgs-ms {
		float: none !important;
		width: 100% !important;
		padding: 10px 10px !important;
	}
	.ppgs-logo {
		display: none;
	}
}
.gsjj-right .swiper-container{
	height: 400px;
}

.gsjj-right .swiper-container-vertical>.swiper-scrollbar {
    right: 0;
    left: 0%;
}
.gsjj-right{
	background: url(../../images/ny-about.png);
}
.sc-banner-3{
	padding-top: 30px;
	padding-bottom: 30px;
}
.tb_20{
	height: 561px;
}
.ppgs-logo{
	line-height: 400px;
	float: left;
}
.ppgs-ms{
	float: left;
    width: 600px;
	padding: 40px 30px;
}
.ppgs-ms-p{
	font-size: 32px;
	text-align: center;
	padding-bottom: 10px;
}
.jssl-d{
	text-align: center;
}
.jssl-d .jssl-d-p1{
	font-size: 24px;
	font-weight: bold;
}

.jssl-d .jssl-d-p2{
	font-size: 14px;
}
.zzry-title{
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	padding: 10px 0;
	color: #808080;
}

.gjss-ppll-right-sl {
    padding-top: 32px;
}

.gjss-ppll-right-sl p {
    float: left;
    width: 33.3333%;
    text-align: center;
}
.count-title {
    font-size: 32px;
    font-weight: bold;
    color: #247D39;
}
.gjss-ppll-right-sl-s {
    font-size: 18px;
}
.gjss-ppll-right-sl-s2 {
    display: block;
    color: #6c6c6c;
}
.des-des{
	font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
    padding-top: 20px;
}

.cyms-img {  
    display: flex; /* 启用Flexbox布局 */  
    justify-content: space-between; /* 子元素之间的间隔相等，首尾贴边（可选，根据需要调整） */  
    flex-wrap: nowrap; /* 禁止子元素换行 */  

}  
  
.cyms-img-item {  
    display: flex; /* 启用Flexbox布局，让图片并排显示 */  
    align-items: center; /* 图片垂直居中（可选） */  
    /* 如果需要限制item的宽度或高度，可以在这里添加样式 */  
}  
  
.cyms-img-item img {  
    flex: 1; /* 如果需要，让图片等宽显示（但通常不推荐，因为图片宽高比可能不同） */  
    /* 或者使用具体的宽度值，例如 width: 50%;（如果两张图片总是并排且等宽） */  
    height: auto; /* 保持图片的原始宽高比 */  
	padding-right: 40px;
}  
  
/* .cyms-img-item img:last-child {  
    margin-right: 0;
}  */

.cyms-img-item:last-child .cyms-img-item-yjt {  
	display: none;
} 
.cyms{
	padding-bottom: 30px;
}
.cyms-title{
	text-align: center;
	font-size: 16px;
	padding-bottom: 30px;
}

.yxms {  
    display: flex; /* 启用Flexbox */  
    align-items: center; /* 垂直居中（可选） */  
	padding-bottom: 30px;
}  
  
.yxmo-left {  
    flex-grow: 1; /* 左侧元素占据剩余空间 */  
    /* 其他样式 */  
    padding: 10px;  
	width: 50%;
}  
  
.yxmo-right {  
    /* 右侧元素默认根据内容自适应大小 */  
    /* 如果有需要，可以添加额外的样式 */  
    padding: 10px;  
    margin-left: auto; /* 如果希望右侧紧贴右侧边界，则不需要这行 */  
	width: 50%;
}
.yxmo-right p{
	padding-bottom: 40px;
	font-size: 16px;
    letter-spacing: 2px;
}


.fzgh {  
    display: flex; /* 启用Flexbox */  
    align-items: center; /* 垂直居中（可选） */  
	padding-bottom: 30px;
}  
  
.fzgh-left {  
    flex-grow: 1; /* 左侧元素占据剩余空间 */  
    /* 其他样式 */  
    padding: 50px;  
}  

  
.fzgh-left img{  
  display: none;
}  
  
.fzgh-right {  
    /* 右侧元素默认根据内容自适应大小 */  
    /* 如果有需要，可以添加额外的样式 */  
    padding: 10px;  
    margin-left: auto; /* 如果希望右侧紧贴右侧边界，则不需要这行 */  
}

.tb_38 .tab_tit{
	padding-bottom: 0px;
}
.tb_61{
	height: 518px;
}
.tb_61 .tab_tit span {
	color: #fff;
}
.tb_61 .tab_tit span i{
	color: #fff;
}

.tb_61 .tab_tit span::after {
    border-bottom: 2px solid #fff;
}
.ckbz img{
	width: 460px;
	height: 340px;
}
.tb_42{
	padding-bottom: 30px;
}