
/* 必要布局样式css */
.module-banner {}
.module-banner-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.module-banner-head {
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}
.module-banner-head em {
	display: block;
	margin-bottom: 14px;
	font-style: normal;
	font-size: 30px;
}
.module-banner-head span {
	font-size: 16px;
	opacity: .6;
}
.module-banner-tab-list {
	width: 35%;
}

.indexProduct-item-top .module-banner-tab-list{
	float:right;
	padding-left:60px;
	padding-right:8%;
}
.indexProduct-item-bottom .module-banner-tab-list{
	float:left;
	padding-left:8%;
	padding-right:60px;
}

.module-banner-tab-list ul li {
	color: #000;
	width: 100%;
	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;
	border-bottom:1px solid #ddd;
}
.module-banner-tab-list ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	height: 160px;
	padding:20px 0;
}
.module-banner-tab-list ul li:nth-child(1){
	border-top:1px solid #ddd;
}

.indexProduct-item-bottom .module-banner-tab-list ul li:nth-child(1){
	border-top:unset;
}

.module-banner-tab-list ul li:nth-child(5){
	border-bottom:unset;
}

.module-banner-tab-list ul li p {
	margin: 0;
	line-height: 30px;
	width: 70%;
	text-align: left;
	font-size: 24px;
	font-weight: 300;
}
.module-banner-tab-list ul li img {
	width: 72px;
	height: 72px;
	margin-right:20px;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
	opacity: 1;
}
.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 {
	background: #f08200;
}

.module-banner-tab-list-box {
	width: 65%;
	height: 800px;
	overflow: hidden;
	position: relative;
}
.indexProduct-item-top .module-banner-tab-list-box{
	float:left;
}

.indexProduct-item-bottom .module-banner-tab-list-box{
	float:right;
}

.module-tab-box-ma {
	width: 100%;
	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-banner-tab-pic{
	width: 100%;
	height: 800px;
	display: flex;
	overflow: hidden;
	position: relative;
}
.module-banner-tab-pic img{
	width: 100%;
	object-fit: cover;
	transition: all .4s;
}

.module-tab-box-ma:hover .module-banner-tab-pic img{
	transform: scale(1.1);
}

.module-banner-tab-text{
	position: absolute;
	bottom:0;
	left:0;
	background: rgba(255,255,255,.6);
	padding:40px 60px;
	overflow: hidden;
	width:60%
}
.module-banner-tab-text h1{
	color:#000;
}
.module-banner-tab-text .module-banner-tab-btn{margin-top:30px;}
.module-banner-tab-text .module-banner-tab-btn a{
	color:#555;
	text-transform: uppercase;
	transition: all .4s;
}

.module-tab-box-ma:hover .module-banner-tab-text .module-banner-tab-btn a{
	color: #f08200;
} 

.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;
}
.module-tab-case li i {
	width: 60px;
	height: 60px;
	border: 1px solid #f0f0f0;
	border-radius: 12px;
	display: inline-block;
}
.icon-case01 {
	background: url(../images/case001.png) no-repeat center;
	background-size: contain;
}
.icon-case02 {
	background: url(../images/case002.png) no-repeat center;
	background-size: contain;
}
.icon-case03 {
	background: url(../images/case003.png) no-repeat center;
	background-size: contain;
}
.icon-case04 {
	background: url(../images/case004.png) no-repeat center;
	background-size: contain;
}
.icon-case05 {
	background: url(../images/case005.png) no-repeat center;
	background-size: contain;
}
.icon-case06 {
	background: url(../images/case006.png) no-repeat center;
	background-size: contain;
}
.module-tab-case li span {
	color: #666;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 24px;
}

@media(max-width:1600px) and (min-width:1300px){
    .indexProduct-item-top .module-banner-tab-list{padding-right:5%}
	.indexProduct-item-bottom .module-banner-tab-list{padding-left:5%}
}


@media(max-width:1400px) and (min-width:1280px){
.indexProduct-item-top .module-banner-tab-list{
	padding-right: 1%;	
}
.indexProduct-item-bottom .module-banner-tab-list{padding-left:1%}
}

@media(max-width:1279px) and (min-width:767px){
	.indexProduct-item-top .module-banner-tab-list{padding-left:30px;}
.indexProduct-item-top .module-banner-tab-list{padding-right:2%}
.module-banner-tab-list ul li p{width: 60%;font-size: 20px;}
.indexProduct-item-bottom .module-banner-tab-list{padding-left: 2%;padding-right: 30px;}
.indexCase-title h1{width:100%;margin-bottom:20px}
.indexCase-item ul li .indexCase-item-pic{height: 276px;}
.indexEqu-top .col-sm-6{width: 100%;}
.indexItem-li-pic{height: 171px;}
}
@media(max-width:1024px) and (min-width:767px){
	.module-banner-tab-text{width: 80%;}
}