.tb_nav{
	height: 100px;
	position: relative;
	background: #eee;
	text-align: center;
	
	max-width: 100%;
	margin: 0 auto;
}

.tb_main {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	
	
	z-index: 10;
	max-width: 100%;
	padding: 0 8%;
}
.tb_main_top {
	position: fixed;
	top: 0;
}

.tb_a {
	color: #000;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	display: block;
	float: left;
	height: 100px;
	
}
.tb_a i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px auto 10px;
    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-left{
	float: left;
	height: 100%;
    padding: 0px 30px 0px 0;
	width: 50%;
}
.gsjj-right{
	padding-bottom: 30px;
	width: 50%;
    display: inline-block;
}
.gsjj-right img{
	max-width: 680px;
	max-height: 500px;
	width: 100%;
	height: auto;
}
#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: 100;
    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(404.png);
	left: 0px;
	right: auto;
	background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(404.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;
}

.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;
}
.tb img{
	width: 100%;
	height: auto;
}
.gsjj-left p{
	text-align: justify !important;
}

@media only screen and (max-width:1440px){
	

	.tb_main {
		padding: 0px !important;
	}
	.gsjj-left span{
		font-size: 14px !important;
	}
	.gsjj-left p{
		line-height: 20px !important;
	}
	
}

@media only screen and (max-width:767px){
	.tb_a i {
		background-size: 70% !important;
	}
	.map_md {
		display: block !important;
	}
	.map {
		display: none !important;
	}
	.gsjj-left p {
		line-height: 30px !important;
	}
	.tb{
		padding: 0 15px;
	}
	.tb img{
		width: 100%;
		height: auto;
	}
	.gsjj-left{
		width: 100%;
		padding: 0;
	}
	
	.gsjj-right img{
		width: 100%;
		height: auto;
	}
	.gsjj-right {
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
	.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: 100px;
		border-bottom: 2px solid #808080;
	}
}