@charset "utf-8";
.module-banner-box {
	position: relative;
}
.module-banner-tab-list {
	float: left;
	background: url(/tegang/images/bg_steel_lite.jpg);height: 625px; overflow:hidden;
}
.module-banner-tab-list ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 0; /* 或者设置高度 height: calc(100% - 5px); */
  width: 5px; /* 边框宽度 */
  background-color: #083e88; /* 边框颜色 */
  z-index:1;
}
.xqzuoce{background: url(/tegang/images/bg_steel_lite.jpg); float:left;}
.xqliebiao{ display:flex;margin-bottom: 15px;}
.xqliebiao span{ margin-top: 4px;margin-right: 8px; }
.xqliebiao span img{width:9px!important; height:12px;max-width: initial;}
.xqyouce{ width:800px; float:left;}
.module-banner-tab-list ul{ position:relative; width:280px; overflow:hidden;}
.module{background: url(/tegang/images/iframeschatten.png) no-repeat;background-size: 100%;padding: 20px 0 20px 20px;}
.module h2{ padding-bottom:15px;}
.xqzuocen h2{ padding-bottom:37px;}
.module-banner-tab-list ul li:hover{ background: url(/tegang/images/iframe_nav1.png) top right no-repeat;}
.module-banner-tab-list ul li {
	color: #fff;
	float:left;
	width: 100%;
	height: 45px;
	display: block;
    background: url(/tegang/images/iframe_nav0.png) top right no-repeat;
    padding: 0px 0px 5px 8px;
	cursor: pointer;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.module-banner-tab-list ul li span{ width:56px; display: block; float:left;    border: 3px solid #fff; margin-top:11px;}
.module-banner-tab-list ul li p{ float:left;color: #000;line-height: 60px;padding-left: 15px;}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
	opacity: 1; background: url(/tegang/images/iframe_nav1.png) top right no-repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
	display: inline-block;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
	
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
	opacity: 1;
	
}
.module-banner-tab-list-box {
	float: right;
	width: 1100px;
	height: 625px;
	overflow: hidden;
	position: relative;
}
.xqzuocen{background: url(/tegang/images/iframeschatten.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    width: 260px;
    height: 585px;}
.module-tab-box-ma {
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: absolute;
}
.module-tab-title h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.module-tab-title h4:before {
	content: " ";
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #108cee;
	margin-bottom: -2px;
	margin-right: 8px;
}
.module-tab-title p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.module-tab-text {
	margin: 20px 0;
}
.module-tab-text h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.module-tab-text h4:before {
	content: " ";
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #108cee;
	margin-bottom: -2px;
	margin-right: 8px;
}
.module-tab-text ul li {
	width: 33%;
	float: left;
	font-size: 14px;
	line-height: 38px;
	cursor: pointer;
	color: #a2a2a2;
	border: 1px solid #f4f4f4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.icon-bdm {
	background: url(../images/icon-item008-1.svg) no-repeat center;
	background-size: cover;
}
.module-tab-text ul li:hover a {
	color: #08acee;
}
.module-tab-link {
	position: relative;
}
.module-tab-link:after {
	content: '';
	width: 8px;
	height: 8px;
	float: right;
	margin: 15px 20px 0 0;
	transform: rotate(45deg);
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
}
.module-tab-text ul .module-tab-link:hover:after {
	border-color: #108cee
}
.module-tab-text .module-tab-link+.module-tab-link {
	width: calc(33% - 20px);
	margin-left: 20px;
}
.icon-bds {
	background: url(../images/icon-item009-1.svg) no-repeat center;
	background-size: cover;
}
.icon-bdx {
	background: url(../images/icon-item010-1.svg) no-repeat center;
	background-size: cover;
}
.module-tab-more a {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	background: #108cee;
	text-align: center;
	width: 160px;
	display: inline-block;
	line-height: 40px;
	margin-top: 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.module-tab-more a:hover {
	background: #41a6f7
}
.module-tab-case li {
	float: left;
	margin-right: 20px;
}
@media only screen and (max-width: 959px){
.module-banner-tab-list-box{ width:100%;}
.xqzuoce{ width:100%;}
.xqzuocen{ width:auto;}
.xqyouce{ width:100%;}
.module-tab-box-ma{ width:100%;}
.module-banner-tab-list-box{ height:1000px;}
}