﻿/*banner开始*/

.banner {
    width: 100%;
    height: 645px;
    overflow: hidden;
    position: relative;
}

.banner .slideBox01 .hd ul li {
    float: left;
    width: 50px;
    height: 4px;
    background-color: #958caa;
    margin: 0 4px;
}

.banner .slideBox01 .hd ul {
    overflow: hidden;
    position: absolute;
    bottom: 36px;
    left: 50%;
    z-index: 2;
}

.banner .slideBox01 .hd ul li.on {
    background-color: #b91422;
}

.banner .slideBox01 .prev {
    transition: all 0.2s ease-in-out;
    display: block;
    width: 30px;
    height: 100px;
    background: #000000 url("../img/about_prev_03.png") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    opacity: 0;
    z-index: 100000;
}

.banner:hover .prev {
    opacity: 1 !important;
}

.banner:hover .next {
    opacity: 1 !important;
}

.banner .slideBox01 .next {
    transition: all 0.2s ease-in-out;
    display: block;
    width: 30px;
    height: 100px;
    background: #000000 url("../img/about_next_05.png") center center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -50px;
    opacity: 0;
    z-index: 100000;
}

.banner .tiaowen {
    width: 273px;
    height: 646px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("../img/tiaowen_fuceng_01.png") no-repeat;
    z-index: 99999;
}


/*banner结束*/


/*首页关于我们开始*/

.index_about {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 86px;
    margin-bottom: 133px;
}

.index_about h3 {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #65487b;
    line-height: 1.6;
}

.index_about .index_about_main {
    width: 100%;
    height: 308px;
    background-color: #f1f1f1;
    margin-top: 44px;
}

.index_about .index_about_main .slideBox02 {
    float: left;
    width: 585px;
    height: 307px;
    position: relative;
}

.slideBox02 .hd ul {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 26px;
    z-index:2;
}

.slideBox02 .hd ul li {
    float: left;
    width: 24px;
    height: 4px;
    background-color: #958caa;
    margin: 0 4px;
}

.slideBox02 .hd ul li.on {
    background-color: #b91422;
}

.index_about_main_right {
    width: 518px;
    overflow: hidden;
    float: right;
    font-size: 13px;
    color: #242424;
    line-height: 1.4;
    margin-top: 11px;
    margin-right: 34px;
    text-align: justify;
}


/*首页关于我们结束*/


/*首页服务开始*/
.index_fuwu .mengban .list li a img:hover{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.xuanzhuan{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.index_fuwu {
    width: 100%;
    height: 740px;
    background: url("../upload/index_fuwu_Bg_02.jpg") center center no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.index_fuwu .mengban {
    width: 100%;
    height: 100%;
    background: url("../img/index_fuwu_mengban_02.png") repeat;
}

.index_fuwu .mengban h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 30px;
}

.index_fuwu .mengban .title_jieshao {
    width: 1146px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.index_fuwu .mengban .list {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 78px;
}

.index_fuwu .mengban .list li {
    width: 390px;
    float: left;
    text-align: center;
}

.index_fuwu .mengban .list li a {
    display: block;
}
.index_fuwu .mengban .list li a img{
    display:block;
    margin:0 auto;
}
.index_fuwu .mengban .list li a span {
    display:inline-block;
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
}


/*首页服务结束*/


