

/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;

}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 28px;
    height: 44px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 11111;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../images/pres.png) no-repeat center;
    background-size: 12px;
}
.swiperBox  .swiper-button-next:before {
    background: url(../images/nexts.png) no-repeat center;
    background-size: 12px;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiperBox .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #01458e;
    opacity: 0.5;
}
.swiperBox .swiper-pagination-bullet-active {
    background: #bbb8b8;
    text-align: center;
    position: relative;
}
.swiperBox .swiper-pagination-bullet-active:before{
    width: 6px;
    height: 6px;
    display: inline-block;
    text-align: center;
    background: #fff;
    opacity: 0.7;
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}





.homeabout{
    max-width: 90%;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    margin: -20px auto 0 auto;
    padding:20px 14px;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 -2px 3px #e1e1e1;
    box-sizing: border-box;
    border: 1px #e1e1e1 solid;
}
.titleabout{
    margin: 0 0 6px 0 ;
    display: block;
    text-align: center;
    font-size: 18px;
    font-size: 0.3rem;
    color: #333333;
}
.titleabout em {
    font-size: 12px;
    font-size: 0.24rem;

    font-style: normal;
    font-family: arial;
    color: #999999;
    text-transform: Uppercase;
    margin: 12px 0 0 0;
    display: block;
}
.titleabout span{
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
    font-size: 0.32rem;
    border-bottom: 2px #b90f10 solid;
}
.homeabout .textabout{
    font-size: 13px;
    font-size: 0.26rem;

    color: rgba(0,0,0,.65);
    line-height: 0.44rem;
    padding: 0px 0 10px 0;
    letter-spacing: .8px;
}






/*联系我们*/
.add-wrap{
    padding: 32px 0;
    margin: 30px auto 0px auto;
    box-sizing: border-box;
    border-top: 1px solid #ece9e9;
    background: #fbfbfb;
    border-bottom: 1px solid #ece9e9;
}
.add-list{
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
}
.add-item{
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0;
}
.add-item-name {
    font-size: 14px;
    font-size: 0.29rem;
    line-height: 0.32rem;

    font-weight: 700;
    color: rgba(0,0,0,.65);
    margin-bottom: 7px;
    background: url(../picture/iocn_10.png) no-repeat 0px 3px;
    background-size: 15px;
    padding: 0 0 0 18px;
}
.add-item-con {
    font-size: 13px;
    font-size: 0.26rem;
    line-height: 0.32rem;

    color: rgba(0,0,0,.65);
    margin-bottom: 10px;
    background: url(../picture/iocn_68.png) no-repeat -4px 0px;
    background-size: 22px;
    padding: 0 0 0 20px;
}

.add-item-con:nth-child(3){
    background: url(../picture/iocn_66.png) no-repeat -4px 0px;
    background-size: 22px;
}
.add-item-con:nth-child(4){
    background: url(../picture/iocn_67.png) no-repeat -4px 0px;
    background-size: 22px;
}


