.wrapper_flow {
    min-width: 1000px;
/*    line-height: 1.5;*/
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner_flow {
    background: url("../images/flow_ban2016.jpg") center 0 no-repeat;
    height: 500px;
}

.section_flow {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_flow .act_tit {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

.section_flow .act_txt {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    color: #8c8c8c;
}

.flow1 {
    height: 620px;
    background-color: #ffffff;
    background-image: url("../images/flow_01.png?v=20161114001");
}

.flow1 .act_tit {
    padding: 96px 0 36px;
}

.flow2 {
    height: 450px;
    background-color: #eceef3;
    background-image: url("../images/flow_02.png?v=20161114001");
}

.flow2 .act_tit {
    padding-top: 60px;
}

.flow2_txt {
    width: 640px;
    position: absolute;
    left: 380px;
    top: 134px;
}

.flow2_txt li {
    font-size: 14px;
    color: #ffffff;
    height: 64px;
    margin-bottom: 36px;
    padding: 12px 15px;
    box-sizing: border-box;
    line-height: 1.5;
}

.flow3-0 {
    height: 500px;
    background-color: #fb7d44;
    background-image: url("../images/flow_03.png?v=20161114001");
}

.flow3-1 {
    height: 500px;
    background-color: #56d4e8;
    background-image: url("../images/flow_ban_sm2.png");
}

.flow3-2 {
    height: 500px;
    background-color: #5dcfff;
    background-image: url("../images/flow_ban_sm3.png");
}

.flow4 {
    height: 600px;
    background-color: #fff;
}

.flow4 .act_tit {
    padding: 80px 0 64px;
}

.fast_list li {
    width: 25%;
    float: left;
    text-align: center;
}

.fast_list h5 {
    font-size: 18px;
    color: #555;
    padding: 30px 0 10px;
}

.fast_list p {
    font-size: 14px;
    color: #b0b0b0;
}

.flow5 {
    height: 514px;
    background-color: #eceef3;
    background-image: url("../images/flow_04.png?v=20161114001");
}

.more_flow {
    line-height: 94px;
    height: 94px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #26b77b;
}

.flow6 {
    height: 412px;
    background-color: #ffffff;
    background-image: url("../images/flow_05.png?v=20161114001");
    background-position: center -96px;
}

.flow6 .act_tit {
    padding: 60px 0 70px;
}

#slideFlow {
    position: relative;
    height: 500px;
}

#slideFlow .flowSlide {
    height: 500px;
}

#slideFlow #pagination {
    width: 60px;
    height: 10px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
}

#slideFlow #pagination li {
    background: url("../images/ico_datFlow0.png?v=20161114001") no-repeat;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 0;
}

#slideFlow #pagination li.current {
    background-image: url("../images/ico_datFlow1.png?v=20161114001");
}

.wrapper_act {
    min-width: 1000px;
}

.section {
    background: url("../images/marketing1.jpg?v=20161114001") center 0 no-repeat;
}

.banner_marketing, .banner_marketing .wrap {
    height: 600px;
}

.market2 {
    height: 644px;
    background-image: url("../images/marketing2.jpg?v=20161114001");
}

.market3 {
    height: 460px;
    background-image: url("../images/marketing3.jpg?v=20161114001");
}

.market4 {
    height: 892px;
    background-image: url("../images/marketing4.jpg?v=20161114001");
}

.market5 {
    height: 458px;
    background-image: url("../images/marketing5.jpg?v=20161114001");
}

.market_btn {
    width: 584px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -292px;
}

.market_btn a {
    display: inline-block;
    width: 200px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.market_btn a:hover {
    background: #ffffff;
    color: #1b78ea;
}

.market_btn .b1 {
    margin-right: 80px;
}
.section_address{
    text-align: center;
    background: #f4f4f7;
    padding-bottom: 40px;
}
.section_address img{
    margin: 30px 0;
}
.section_address p{
    font-size: 16px;
    color: #807e8a;
    line-height: 1.5;
}

/***话费**/
.banner_charge{
    background: url("../images/act_czBanner_bg.jpg") center 0 no-repeat;
    height: 500px;
    text-align: center;
}
.banner_charge .tit{
    color: #ffffff;
    font-size: 70px;
    padding: 178px 0 56px 0;
    font-weight: normal;
}
.banner_charge .txt{
    color: #ffffff;
    font-size: 30px;
}

/* adSlides */
.adSlides {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}

.adSlides ul {
    height: 640px;
    width: 100%;
    position: absolute;
}

.adSlides ul li {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    display: none;
    opacity: 0;
}
.adSlides ul li.on{
    opacity: 1;
    display: block;
}
.adSlides ul li:first-child {
    display: block;
    opacity: 1;
}

.adSlides ul li div {
    position: absolute;
    overflow: hidden;
}

.adSlides .btnBg {
    position: absolute;
    width: 800px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

.adSlides .btn {
    position: absolute;
    /*    width: 120px;*/
    height: 16px;
    left: 50%;
    bottom: 30px;
    text-align: right;
    display: inline-block;
    margin-left: -60px;
}

.adSlides .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 16px;
    height: 16px;
    _font-size: 0;
    cursor: pointer;
    background: url("../images/adSlide_btn.png") center no-repeat;
    padding: 0 10px;
}

.adSlides .btn span.on {
    background-image: url("../images/adSlide_btn_on.png");
}

.adSlides .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 90px;
    background: url("../images/sprite.png") no-repeat 0 0;
    cursor: pointer;
    top: 50%;
    margin-top: -45px;
}

.adSlides .pre {
    left: 30px;
}

.adSlides .next {
    right: 30px;
    background-position: right top;
}