

body{
    background: rgba(246,246,246,1);
}

/*banner区域*/
#banner .name{
    top: 34%;
}
#banner .name i{
    display: block;
    margin: 12px auto;
    width:28px;
    height:3px;
    background:rgba(76,190,201,1);
}


#banner  .right{
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 56%;

    left: 0;
    color: #fff;
    padding: 0 2%;
}
#banner  .right li{
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
}
#banner  .right li:nth-child(2){
    border-left: 1px rgba(255,255,255,0.3) solid;
    border-right: 1px rgba(255,255,255,0.3) solid;
}
#banner  .right p{
    margin:  0;
    font-size: 12px;
    text-align: center;
}
#banner  .right h2 span,
#banner  .right h2{
    margin: 0;
    font-size: 38px;
    font-family: fantasy;
    line-height: 50px;
    font-weight: bold;
}




/*公司简介*/
.aboutOne{
    margin: 0px;
}

.aboutOne .containerBox{
    position: relative;
}
.aboutOne .aboutIcon{
    position: absolute;
    top: 22px;
    right: 12px;
    z-index: 100;
}
.aboutOne .aboutIcon a{
    display: inline-block;
    padding: 0;
    margin: 0  10px 0 0 ;
    font-size: 0;
    border: 1px solid rgba(102,102,102,1);;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    float: left;
}
.aboutOne .aboutIcon img{
    width: 18px;
}

.aboutOne .aboutIcon .demoText{
    display: none;
}

.aboutOne .containerBox li{
    display: block;
    overflow: hidden;
    background: #ffffff;
    margin: 0 0 10px 0;
    padding: 26px 15px;

}
.aboutOne .containerBox li .left{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    font-size: 0;
    float: left;
}

.aboutOne .containerBox li .right{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    padding: 0px;
}
.aboutOne .containerBox li .right .titleText{
    position: relative;
    font-size: 0;
    display: inline-block;
    width: 300px;
}
.aboutOne .containerBox li .right .titleText h2 {
    margin: 0 0 0 0;
    font-size: 17px;
    color: #020202;
    font-weight: bolder;
    z-index: 20;
    position: relative;
    line-height: 34px;

}
.aboutOne .containerBox li .right .titleText span {
    margin: 0 0 0 0;
    font-size: 13px;
    color: #c8c8c8;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 2;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    height: 12px;
    overflow: hidden;
}
.aboutOne .containerBox li .right .titleText i{
    width: 30px;
    height: 3px;
    display: inline-block;
    background: #4cbec8;
    margin: 5px auto;
}

.aboutOne .containerBox li .right .text,
.aboutOne .containerBox li .right .text *{
    font-size: 12px !important;
    line-height: 20px !important;
    color: #454545;
    margin: 0 0 8px 0;
}
.aboutOne .containerBox li .right .text h2{
    margin: 0 0 4px  0;
}
.aboutOne .containerBox li .right .text{
    margin-top: 8px;
}

/*不一样的*/
.aboutOne .containerBox li:nth-child(1) .right .titleText i{
    display: none;
}
.aboutOne .containerBox li:not(:nth-child(1)){
    padding-top: 14px;
}
.aboutOne .containerBox li:not(:nth-child(1)) .right .titleText{
    width: 100%;
    text-align: center;
}
.aboutOne .containerBox li:not(:nth-child(1)) .right .titleText span{
    display: none;
}



/*荣誉区域*/
div.aboutGood{
    padding: 30px 0 40px 0;
    margin: 10px 0 0 0 ;
    background: #ffffff;
}
div.aboutGood div.titleH{
    margin: 0 0 0 0;
}
div.aboutGood .swiper-container{
    padding: 0 0 14px 0;
}
div.aboutGood .swiper-slide{
    padding: 10px;
}
div.aboutGood .swiper-slide span{
    max-height: 170px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 2px #333;
    height: 100%;
    display: block;
    font-size: 0;
}
div.aboutGood .swiper-slide span img{
    width: 100%;
    cursor: pointer;
}

div.aboutGood .swiper-container-horizontal>.swiper-scrollbar {
    left: 40%;
    margin: 0 0 0 -20%;
    width: 50%;
}
div.aboutGood  .swiper-scrollbar-drag {
    background:#4cbec9;
}
/*<!--荣誉大图-->*/
.dolie {
    display: none;

    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(2, 2, 2);
    z-index: 100002;
    top: 0;
    left: 0;
}
.dolie  .dolieform{
    width:100%;
    height: auto;
    padding: 20px 5%;
    box-sizing: border-box;
    position: fixed;
    top: 10%;
    left: 0%;
    margin: 0 0 0 0;
    z-index: 100003;
    text-align: center;
}
.dolie  .dolieform .dolieClose{
    float: right;
    cursor: pointer;
    margin: 0 0 0 0;
    width: 20px;
    transition: all 0.3s;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 100010;
}





/*品牌历程*/
#aboutSay .titlebg{
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 0;
    background: url("../img/aboutimg7.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    padding:30px 0  20px 0 ;
}
#aboutSay .titlebg span{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: rgba(0,0,0,0.3);
}
#aboutSay .titlebg h2,
#aboutSay .titlebg p{
    color: #ffffff;
}


#aboutSay .container{
    width: 100%;
}
#aboutSay .container ul{
    display: block;
    overflow: hidden;
    padding: 30px 0;
    background: url("../img/aboutBorder.png") repeat-y center ;
    font-size: 0;
}
#aboutSay .container ul li{
    width: 50%;
    float: left;
    padding: 0 2px;
    position: relative;
}
#aboutSay .container ul li i{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../img/aboutIMGyuan.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 22px;
    left: -6px;
}
#aboutSay .container ul li:nth-child(2n) i {
    top: 22px;
    left: auto;
    right: -4px;
}
#aboutSay .container ul li .border{
    padding: 0 10px;
}
#aboutSay .container ul li  img{
    width: 100%;
}
#aboutSay .container ul li  h2 {
    color: #202020;
    font-size: 17px;
    line-height: 18px;
    font-weight: bolder;
    letter-spacing: 0.2px;
}
#aboutSay .container ul li  h2  span{
    text-transform:capitalize;
    font-size: 12px;
    line-height: 16px;
    margin:  0 0 0 2px;
    letter-spacing: 0;
}
#aboutSay .container ul li p{
    color: #333;
    font-size: 12px;
    line-height: 15px;
    margin: 2px 0 4px 0;
}


/*不同区域*/
#aboutSay .container ul li:nth-child(2n+1){
    float: right;
}
#aboutSay .container ul li{
    margin: 0 0 40px 0;
}
#aboutSay .container ul li:nth-child(2n){
    margin: 40px 0 0px 0;
    float: left;
}
#aboutSay .container ul li:nth-child(2) {
    margin: 70px 0 0px 0;
}


#aboutSay .container ul li:nth-child(2n) h2,
#aboutSay .container ul li:nth-child(2n) p{
    text-align: right;
}

#aboutSay .container ul li:nth-child(2n) .border{
    border-left: none;
}




