.content{
    height: 3459px;
    padding-top: 100px;
}
.content>img{
    width: 100%;
}
.retail{
    height: 300px;
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.retail2{
    height: 200px;
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.retail >i{
    font-weight: 700;
    font-size: 27px!important;
    font-style: normal;
    color: rgba(12, 67, 124, 1);
}
.retail2 >i{
    font-weight: 700;
    font-size: 18px;
    font-style:normal;
}
.retail-line{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: 10px;
    width: 50px;
    height: 3px;
    /*background-color: #28c2ff;*/
   background-color: #FFFFFF;
}
.retail-text{
    width: 1000px;
    position: absolute;
    left:50%;
    margin-left: -500px;
    margin-top: 30px;
    text-align: left;
}
.retail-text>p{
    font-size: 18px!important;
    line-height: 20px;
}
.tab-1{
    width: 100%;
    height: 500px;
    position: relative;
}
/*tab-head end tab-panel begin*/
.tab-container{
    width: 1200px;
    height: 500px;
    margin-left: -600px;
    left: 50%;
    position: absolute;
    overflow: hidden;
}
.tab-head{
    height: 30px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    text-align: center;
}
.tab-head li{
    height: 29px;
    font-size: 16px;
    width: 33.33%;
    float: left;
}
li.select{
    border-bottom:3px solid #28c2ff;
}
li.select2{
    border-bottom:3px solid #28c2ff;
}
.tab-panel{
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 30px;
    /*//切换过渡效果*/
    /*-webkit-transition:all 0.3s linear;*/
    /*-moz-transition: all .3s linear;*/
    /*-ms-transition: all .3s linear;*/
    /*-o-transition: all .3s linear;*/
    /*transition: all .3s linear;*/
}
.tab-panel p{
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}
.tab-panel section{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#panel-1{
    left: 0;
}
#panel-4{
    left: 0;
}
#panel-1 img,#panel-2 img,#panel-3 img,#panel-4 img,#panel-5 img,#panel-6 img{
    width: 400px;
    height: 400px;
    margin-left: 30px;
}
#panel-2 img{
    margin-left: 60px;
}
#panel-5 img{
    margin-left: 60px;
}
#panel-2{
    left: 100%;
}
#panel-5{
    left: 100%;
}
#panel-3{
    left: 200%;
}
#panel-6{
    left: 200%;
}
.text-1{
    width: 700px;
}
.backgrount{
    height: 150px;
    background: #e9e9e9;
    background-image: repeating-linear-gradient(30deg, hsla(0,0%,100%,.1), hsla(0,0%,100%,.1) 10px, transparent 10px, transparent 20px);
    text-align: center;
    line-height: 150px;
    font-size: 18px;
}
.last{
    height: 1500px;
    position: relative;
}
.last>img{
    width: 50%;
    height: 500px;
    float: left;
}
.last>.last-title{
    width: 50%;
    height: 500px;
    float: left;
    position: relative;
}
.last-title i{
    font-weight: 700;
    font-size: 18px;
}
.last-title>p{
    width: 90%;
    margin-left:5%;
    font-size: 14px;
    margin-bottom: 50px;
}
.last-title span{
    font-weight: 700;
}
