body{
            min-width: 1200px;
        }
        a:hover{
            text-decoration: none;
        }
        .col-sm-10 h3 a{
            color: #fff;
            text-decoration: none;
        }
        .index-hezuo .skill-item img{
            margin:0 auto;
            display: block;
        }
        .index-hezuo .col-md-3{
            width: 14.2%;
        }
        .index-hezuo .skill-item p{
            font-size: 18px;
            line-height: 23px !important;
        }
        .blog-item h2:hover{
            transform: scale(1.05,1.05);
        }
        .skill-item img:hover{
            cursor: pointer;
            transform: scale(1.05,1.05);
        }
.home-case{
	overflow: hidden;
    padding-bottom: 2%;
    box-shadow: 0 5px 10px rgba(0,0,0,.06);
    background: #f6f6f6;
}
.home-case-container{
	/*margin:30px auto;*/
}
.home-case-item{
	float: left;
	width: 32%;
	margin:1% 0.5% 0.3%;
	box-shadow: 0 5px 5px rgba(0,0,0,.02);
}
.home-case-item a{
	display: block;
	position: relative;
}
.home-case-item img{
	width:100%;
}
.home-case-text{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(36, 91, 166,.8);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 2.4;
    overflow: hidden;
    transition: .5s;
    transform: scale(0,0);
}
.home-case-item a:hover .home-case-text{
	transform: scale(1,1);
}
.home-case-text .home-case-title{
	color: #fff;
	margin-bottom: 15px;
	vertical-align: top;
	margin-top:0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-case-text-box{
	position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -39.5px;
    transition: .5s;
}
.home-case-item a:hover .home-case-text-box{
	top: 50%;
	margin-top: -43px;
}
.home-case-text .home-case-view{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border:1px solid #fff;
	width: 80px;
    line-height: 30px;
    vertical-align: top;
    transition: .5s;
}
.home-case-item a:hover .home-case-view{
	margin-top: 0;
}
.home-case-view:hover{
	background:rgba(28,60,126,.8);
	width:100px;
}
.home-case-more{
	text-align: center;
}
.home-case-more a{
	display: inline-block;
    text-align: center;
    width: 150px;
    line-height: 35px;
    font-size: 16px;
    margin: 15px auto 10px;
    border: 1px #c8c8c8 solid;
    transition: 0.4s;
}
.home-case-more a:hover{
	background:#1c3c7e;
	border-color:1c3c7e;
	color: #fff;
}
/* 必要布局样式css */
.module-tab-nav img{
	margin-top: 35px;
}
.module-banner {
    background: #fff;
    padding: 80px 0 0;
}

.module-banner-box {
    width: 1200px;
    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: 280px;
}

.module-banner-tab-list .module-tab-nav li:nth-child(1) {
    background: #454545;
}

.module-banner-tab-list .module-tab-nav li:nth-child(2) {
    background: #3b3b3b;
}

.module-banner-tab-list .module-tab-nav li:nth-child(3) {
    background: #333333;
}

.module-banner-tab-list .module-tab-nav li:nth-child(4) {
    background: #2b2b2b;
}

.module-banner-tab-list .module-tab-nav li:nth-child(5) {
    background: #212121;
}

.module-banner-tab-list .module-tab-nav li:nth-child(6) {
    background: #1a1a1a;
}

.module-banner-tab-list ul li {
    color: #fff;
    width: 280px;
    height: 170px;
    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 p {
    margin: 0;
    line-height: 20px;
    color: #fff;
}

.module-banner-tab-list ul li i {
    width: 40px;
    height: 70px;
    display: none;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
    opacity: 1;
    height: 150px;
    background-image: -webkit-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: -o-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-repeat: 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 {
    background-image: -webkit-linear-gradient(left, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(to right, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -o-linear-gradient(to right, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: linear-gradient(to right, rgba(84, 148, 255, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-repeat: repeat;
}*/
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
    background-image: -webkit-linear-gradient(left, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -moz-linear-gradient(to right, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: -o-linear-gradient(to right, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-image: linear-gradient(to right, rgba(20, 66, 142, 0.4) 0%, rgba(20, 66, 142, 0.4) 100%);
    background-repeat: repeat;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
    opacity: 1;
    height: 150px;
    background-image: -webkit-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(left, #14428e 0%, #14428e 100%);
    background-image: -moz-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: -o-linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-image: linear-gradient(to right, #14428e 0%, #14428e 100%);
    background-repeat: repeat;
}

.icon-warehouse01 {
    background: url(../images/item001.svg) no-repeat center bottom;
}

.icon-warehouse02 {
    background: url(../images/item002.svg) no-repeat center bottom;
}

.icon-warehouse03 {
    background: url(../images/item003.svg) no-repeat center bottom;
}

.icon-warehouse04 {
    background: url(../images/item004.svg) no-repeat center bottom;
}

.icon-warehouse05 {
    background: url(../images/item005.svg) no-repeat center bottom;
}

.icon-warehouse06 {
    background: url(../images/item006.svg) no-repeat center bottom;
}

.module-banner-tab-list-box {
    float: right;
    width: 920px;
    height: 520px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.module-tab-box-ma {
    width: 890px;
    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;
}

.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;
}
