﻿/* ???????????????css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* ??????????????????css */
.module-banner { 
    padding: 20px 0;
}

.module-banner-box {
    max-width: 1200px;
	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:22%;
	overflow:hidden;
}

.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: #1f1918;
}

.module-banner-tab-list .module-tab-nav li:nth-child(3) {
    background: #15100f;
}

.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:100%;
    height:120px;
    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:120px;
}

.module-banner-tab-list ul li i {
    width: 40px;
    height: 80px;
    display: none; margin-top:20px;margin-bottom:-30px;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
    opacity: 1;
    height: 190px;
    background-image: -webkit-linear-gradient(left, #01c2e6 0%, #1160ff 100%);
    background-image: -moz-linear-gradient(left, #01c2e6 0%, #1160ff 100%);
    background-image: -moz-linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
    background-image: -o-linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
    background-image: linear-gradient(to right, #01c2e6 0%, #1160ff 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(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: -moz-linear-gradient(left, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: -moz-linear-gradient(to right, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: -o-linear-gradient(to right, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-image: linear-gradient(to right, rgba(1, 194, 230, 0.4) 0%, rgba(17, 96, 255, 0.4) 100%);
    background-repeat: repeat;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
    opacity: 1;
    height: 190px;
    background-image: -webkit-linear-gradient(left, #01c2e6 0%, #1160ff 100%);
    background-image: -moz-linear-gradient(left, #01c2e6 0%, #1160ff 100%);
    background-image: -moz-linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
    background-image: -o-linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
    background-image: linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
    background-repeat: repeat;
}

.icon-warehouse01 {
    background: url(img/ccdd.png) no-repeat center bottom;
}

.icon-warehouse02 {
    background: url(img/ccdd.png) no-repeat center bottom;
}

.icon-warehouse03 {
    background: url(img/ccdd.png) no-repeat center bottom;
}

.icon-warehouse04 {
    background: url(img/ccdd.png) no-repeat center bottom;
}

.icon-warehouse05 {
    background: url(img/ccdd.png) no-repeat center bottom;
}

.icon-warehouse06 {
    background: url(img/ccdd.png) no-repeat center bottom;
}

.module-banner-tab-list-box {
    float: right;
    width: 78%;
    height: 790px;
    background: #fff;
    padding: 40px 4%;
    overflow: hidden;
    position: relative;
}

.module-tab-box-ma {
    width:92%;
    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{width:50%;height:710px;float:left;}
.module-tab-title i{width:55px;height:5px;background:#0075c1; display:block;float:left;}
.module-tab-title h4{width:100%;height:100px;line-height:100px;text-align:left;color:#2b2b2b;font-size:150%; font-weight:normal;float:left;}
.module-tab-title .neirong{width:100%;height:448px;line-height:32px;color:#656464;font-size:87.5%;text-align:left;float:left;}
.module-tab-title .neirong a{color:#656464;}
.module-tab-title .more a{color:#ecc400;font-size:87.5%;text-align:left;margin-top:32px;float:left;width:100%;}
.module-tab-title .pho{float:left;height:58px;padding-left:58px;background:url(../../img/pho.png) left top no-repeat;width:100%;margin-top:32px;}
.module-tab-title .pho span{font-size:75%;color:#787878;}
.module-tab-title .pho p{font-size:200%;color:#ecc400;}
 
.module-tab-text {
    width:46%;float:right;
	height:710px; 
}
.module-tab-text a img{width:100%;border:none;max-width:430px;margin-bottom:10px;}

 
@media screen and (max-width: 1024px) and (min-width:768px){
	 .module-tab-title{width:100%;float:left;height:auto;} 
	 .module-tab-title .neirong{width:100%;line-height:32px;height:auto;color:#656464;font-size:87.5%;text-align:left;float:left;}
	 .module-tab-text{width:100%;float:left;margin-top:10px;}
	 .module-tab-text a img{width:49%;border:none;margin-right:2%;float:left;}
	 .module-tab-text a img:nth-child(2){margin:0;}
	 .module-tab-text a img:nth-child(3){margin:0; display:none;}
}
@media screen and (max-width:768px) and (min-width:0px){
	.module-tab-title{width:100%;float:left;height:auto;} 
	 .module-tab-title .neirong{width:100%;line-height:32px;max-height:448px; overflow:hidden;height:auto;color:#656464;font-size:87.5%;text-align:left;float:left;}
	 .module-tab-text{width:100%;float:left;margin-top:10px;display:none;} 
}