
/* kbÌåÓý */
.tb_nav{
	height: 100px;
	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: 100px;
	/* 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: 150px;
}

.tb_a {
	color: #000;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	display: block;
	float: left;
	height: 100px;
	/* padding-top: 15px; */
}
.tb_a i {
    display: block;
    width: 50px;
    height: 50px;
    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-left{
	float: left;
	height: 100%;
    padding: 0px 30px 0px 0;
	width: 50%;
}
.gsjj-right{
	padding-bottom: 30px;
}
.gsjj-right img{
	width: 680px;
	height: 400px;
}
#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(/static/theme007-en/images/about_next.png);
	left: 0px;
	right: auto;
	background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(/static/theme007-en/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;
}

.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 only screen and (max-width:767px){
	.tb_a i {
		width: 30px;
		height: 30px;
		background-size: 100% !important;
		background-repeat: no-repeat !important;
	}
	.tb_main_top {
		top: 80px;
	}
	.map_md {
		display: block !important;
	}
	.map {
		display: none !important;
	}
	.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: 14px;
	}
	.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;
	}
}
