/* 公共样式表css */

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.module-banner { width:77.5%; float:right;
	padding: 65px 0 0;
}
.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 {
	float: left;
	width: 100%; 
}
.module-banner-tab-list .module-tab-nav{ width:100%; float:left; background: url(../images/plibg.jpg) repeat-x; border:1px solid #efefef; box-sizing:border-box}
.module-banner-tab-list .module-tab-nav li{    color: rgb(0, 0, 0);
    width: auto;
    float: left;
    cursor: pointer;
    text-align: left;
    position: relative;
    padding: 0px 5px;
    font: 18px / 39px 微软雅黑;
    margin: 10px 10px;
    transition: all 0.2s linear 0s;
	
}
.tabbt{ width:10%; float:left; background:#340e71; font: bold 21px/61px "微软雅黑"; color:#fff; box-sizing:border-box; text-align:center }
.module-banner-tab-list ul li {
	color: #000;
	width:auto; float:left; padding:0px 30px; font:18px/39px "微软雅黑"; margin:10px 15px;
	cursor: pointer;
	 text-align:left;
	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 p {box-sizing:border-box
}
.module-banner-tab-list ul li i {
	width: 40px;
	height: 70px;
	display: none;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li.on {
	opacity: 1;
	background:#c4151b; color:#fff; border-radius:30px
	
}
.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 .on:hover {
	opacity: 1;
	 background:#c4151b;color:#fff; border-radius:30px
}

.module-banner-tab-list-box {
	float: right;
	width: 100%; margin-top:12px;
	height: 641px;
	overflow: hidden;
	position: relative;
}
.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-tab-box-ma li{ width:30.4%; float:left;display:inline; margin-right:4%; margin-bottom:25px }
.module-tab-box-ma li:nth-child(3n+0){ margin-right:0}
.module-tab-box-ma li .pic{ width:100%; height:240px; float:left; border:1px solid #dfdfdf; box-sizing:border-box;overflow:hidden}
.module-tab-box-ma li .pic img{ width:100%; height:100%; object-fit:cover; display:inline-block}
.module-tab-box-ma li .sort_wz { width:100%; float:left; font-size:14px; color:#595959;}
.module-tab-box-ma li .p_name{ width:100%; float:left; font:18px/66px "微软雅黑"; color:#000; background:#eeeeee; text-align:center; margin-top:2px}
.module-tab-box-ma li:hover .pic img{ 
			transform: scale(1.1);
			-webkit-transform: scale(1.1);}
.module-tab-box-ma li:hover  .p_name{ background:#c4151b; color:#fff}
.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;
}
.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: 1650px) {
.module-banner-tab-list ul li{ padding:0 25px;font: 16px/39px "微软雅黑"; }
}
@media(max-width: 1450px) {
.module-banner-tab-list ul li{ padding:0 20px;font: 16px/39px "微软雅黑"; }
}
@media(max-width: 1200px) {
.module-banner-tab-list ul li{ padding:0 15px;font: 16px/39px "微软雅黑"; margin:10px }
}
@media (max-width: 1024px) { 
.module-banner{ width:100%}
.module-tab-box-ma li .p_name { font: 16px/50px "微软雅黑";}
.tabbt { font: bold 18px/61px "微软雅黑";}
}
@media (max-width: 800px) { 
.module-banner-tab-list ul li{ padding:0 10px;font: 15px/39px "微软雅黑"; margin:10px 5px }
.module-tab-box-ma li .pic{ height:180px}
.module-banner-tab-list-box{ height:500px}
}
@media (max-width: 700px) {  
.module-banner-tab-list ul li{ padding:0 5px;font: 13px/39px "微软雅黑"; margin:10px 2px }
.module-banner-tab-list-box {
    height: 750px;
}
.module-tab-box-ma li{ width:49%; margin-right:2%}
.module-tab-box-ma li:nth-child(3) {
    margin-right: 2%;
}
.module-tab-box-ma li:nth-child(2n+0) {
    margin-right: 0;
}
.tabbt {
    font: bold 15px/61px "微软雅黑";
}

}
@media (max-width: 600px) {
.tabbt{ display:none}
.module-banner{ padding:40px 0 0}
.module-banner-tab-list .module-tab-nav{ width:100%; text-align:center}
.module-banner-tab-list ul li{font: 12px/39px "微软雅黑"; margin:10px 2px 10px 0; float:none; display:inline-block}
}
@media (max-width: 375px) {
.module-banner-tab-list ul li{ margin:10px 0px 10px 0;}
.module-banner-tab-list .module-tab-nav{ background: linear-gradient(90deg, #e8e8e8, #fefefe);}
}