﻿

/*�ٳ�ǧ��ƻ����� S*/
.H_bcqd_intro{
    margin: 0 auto;
    width: 1100px;
    padding: 0 50px;
}
.H_bcqd_intro h2{
    text-align: center;
    color: #000;
    font-size: 36px;
    line-height: 120px;
    height: 140px;
}
.bcqd_city{
    padding: 0 46px 0 142px;
    overflow: hidden;
}
.bcqd_city li{
    float: left;
    font-size: 18px;
    color: #000;
    width: 220px;
}
.bcqd_city li.liTwo{
    width: 260px;
}
.bcqd_city li.liThree{
    width: 260px;
}
.bcqd_city li span,.bcqd_city li strong{
    position: relative;
    font-size: 60px;
    color: #f24238;
}
.bcqd_city li strong{
    padding-right: 30px;
}
.bcqd_city li strong b{
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 30px;
}

.bcqd_intro{
    overflow: hidden;
    margin-top: -48px;
}
.bcqd_intro li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.bcqd_intro li span{
    color: #f24238;
}
.bcqd_intro li i{
    display: block;
    margin: 30px auto 15px;
    width: 35px;
    height: 35px;
    background: url(../images/bcqd_circle.png) no-repeat;
    background-size: 100% 100%;
}
.dashed_line{
    width: 997px;
    height: 1px;
    border-top: 1px dashed #474747;
    margin-top: 30px;

}
.oP-bg{
    width: 90px;
    height: 33px;
    background-image:url("../images/map_tag1.png") ;
    margin-left: -100%;
    margin-top: -100%;
    display:none;
    cursor:pointer;
}
.point-a{
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    margin-left: -15px;
    margin-top: -8px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background-image: url("../images/point-a-bg.png");
    cursor:pointer;
    z-index: 200;
}
.g-click-bg-top{
    background-image:url("../images/click-bg_03.png");
    width: 269px;
    height: 8px;
}
.g-click-bg-bottom{
    width: 269px;
    height: 57px;
    background-image:url("../images/click-bg_06.png");
    text-align: center;
    font-size: 16px;
    text-align: center;
}
.g-click-bg-bottom a{
    color: #fff;
    line-height: 50px;
}
.g-click-bg h6{
    width: 216px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    border-bottom: 2px solid #c7c8cb;
    padding-bottom: 14px;
    padding-top: 16px;
}
.g-click-bg{
    width: 269px;
    top: -100%;
    left: -100%;
    position: absolute;
    display: none;
}
.g-click-bg p{
    width: 216px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}
.g-click-bg .g-click-title{
    font-size: 16px;
    padding-top: 10px;
}
.g-click-bg .g-click-con{
    font-size: 12px;
    padding-bottom: 20px;
}

.g-click-text{
    background-color: #fff;
    border-right: 2px solid #f24238;
    border-left: 2px solid #f24238;
}
/*�ٳ�ǧ��ƻ����� end*/

/*�ٳ�ǧ�� start*/
.g-more-outer{
    width:100%;
    background-color: #212c4a;
    /*min-height: 782px;*/
    padding: 68px 0 58px;
    margin-top: 44px;
}
.g-more-inner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.g-inner-img{
    width: 847px;
    height: 710px;
    margin-left: 166px;
    background-image: url("../images/bcqd-bg.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.g-inner-lineImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 847px;
    z-index: 100;
}
.g-inner-title{
    text-align: center;

}

.g-inner-title h3{
    font-size: 48px;
    color: #ffffff;
}
.g-number{
    width:400px;
    text-align: left;
    position: absolute;
    left: 116px;;
    bottom: 83px;
    font-size: 22px;
    color: #fff;
}
.g-number span{
    color: #f24238;
    font-weight: bold;
}
.g-number a{
    color: #f24238;
    font-weight: bold;
}

/*���嶯��*/
@-webkit-keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0.1,0.1);
    }
    5%{
        opacity:1;
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1)
    }
}
@-moz-keyframes ripple{
    0%{
        opacity:0;-moz-transform:scale(0.1,0.1);
    }
    5%{
        opacity:1;
    }
    100%{
        opacity:0;
        -moz-transform:scale(1)
    }
}
@-o-keyframes ripple{
    0%{
        opacity:0;-o-transform:scale(0.1,0.1);
    }
    5%{
        opacity:1;
    }
    100%{
        opacity:0;
        -o-transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0.1,0.1);
        -moz-transform:scale(0.1,0.1);
        -ms-transform:scale(0.1,0.1);
        transform:scale(0.1,0.1);
    }
    5%{
        opacity:1;
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
    }
}

@-webkit-keyframes ripple1{
    100%{
        opacity:0;
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
    }
}
@-moz-keyframes ripple1{
    100%{
        opacity:0;
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
    }
}
@-o-keyframes ripple1{
    100%{
        opacity:0;
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
    }
}
@keyframes ripple1{
    100%{
        opacity:0;
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
    }
}
/*���ö���*/
.point-area {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    font-size: 14px;
}
.point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}
.point-area .point-shadow:after {
    -webkit-box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
    -moz-box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
    box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
}
.point-area .point-white {
    background-color: #fff;
    border: 1px solid #00C1DE;
}
.point-area .point-dot {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.37);
    *margin-left:45%;
    *margin-top:45%;
}
.point-area .point-10 {
    width: 100%;
    height: 100%;
}
.point-area .point-10:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}
.point-area .point-20 {
    width: 100%;
    height: 100%;
}
.point-area .point-20:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 450ms infinite;
    -moz-animation: ripple 4500ms ease-out 450ms infinite;
    -o-animation: ripple 4500ms ease-out 450ms infinite;
    animation: ripple 4500ms ease-out 450ms infinite;
}
.point-area .point-30 {
    width: 100%;
    height: 100%;
}
.point-area .point-30:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 675ms infinite;
    -moz-animation: ripple 4500ms ease-out 675ms infinite;
    -o-animation: ripple 4500ms ease-out 675ms infinite;
    animation: ripple 4500ms ease-out 675ms infinite;
}
.point-area .point-40 {
    width: 100%;
    height: 100%;
}
.point-area .point-40:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 900ms infinite;
    -moz-animation: ripple 4500ms ease-out 900ms infinite;
    -o-animation: ripple 4500ms ease-out 900ms infinite;
    animation: ripple 4500ms ease-out 900ms infinite;
}
.point-area .point-50 {
    width: 100%;
    height: 100%;
}
.point-area .point-50:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
    -moz-animation: ripple 4500ms ease-out 1125ms infinite;
    -o-animation: ripple 4500ms ease-out 1125ms infinite;
    animation: ripple 4500ms ease-out 1125ms infinite;
}

.point-area .point-55 {
    width: 100%;
    height: 100%;
}
.point-area .point-55:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple1 100ms ease-out  1;
    -moz-animation: ripple1 100ms ease-out  1;
    -o-animation: ripple1 100ms ease-out  1;
    animation: ripple1 100ms ease-out  1;
}

.point-area .point-60 {
    width: 100%;
    height: 100%;
}
.point-area .point-60:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
    -moz-animation: ripple 4500ms ease-out 1350ms infinite;
    -o-animation: ripple 4500ms ease-out 1350ms infinite;
    animation: ripple 4500ms ease-out 1350ms infinite;
}
.point-area .point-70 {
    width: 100%;
    height: 100%;
}
.point-area .point-70:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
    -moz-animation: ripple 4500ms ease-out 1575ms infinite;
    -o-animation: ripple 4500ms ease-out 1575ms infinite;
    animation: ripple 4500ms ease-out 1575ms infinite;
}

.point-area .point-700 {
    width: 100%;
    height: 100%;
}
.point-area .point-700:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;

}

.point-area .point-80 {
    width: 100%;
    height: 100%;
}
.point-area .point-80:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
    -moz-animation: ripple 4500ms ease-out 1800ms infinite;
    -o-animation: ripple 4500ms ease-out 1800ms infinite;
    animation: ripple 4500ms ease-out 1800ms infinite;
}
.point-area .point-90 {
    width: 100%;
    height: 100%;
}
.point-area .point-90:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
    -moz-animation: ripple 4500ms ease-out 2025ms infinite;
    -o-animation: ripple 4500ms ease-out 2025ms infinite;
    animation: ripple 4500ms ease-out 2025ms infinite;
}
.point-area .point-100 {
    width: 100%;
    height: 100%;
}
.point-area .point-100:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
    -moz-animation: ripple 4500ms ease-out 2250ms infinite;
    -o-animation: ripple 4500ms ease-out 2250ms infinite;
    animation: ripple 4500ms ease-out 2250ms infinite;
}

.point-area .point-name{
    width: 100%;
    text-align: center;
    color: #fff;
}
.g-nhzd{
	position:absolute;
	top:560px;
	left:950px;
}

/*�ٳ�ǧ�� end*/

/*������� start*/
.g-universe{
    width: 100%;
    background-color: #12264a;
}
.g-u-outer{
    background-image: url("../images/yzjq_02.jpg");
    background-repeat: no-repeat;
    background-size:100%;
    padding: 56px 20px;
}
.g-u-t{
    font-size: 48px;
    color: #fff;
}
.g-u-c{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.g-u-zq{
    margin-top: 30px;
}
.g-u-zq ul li{
    float: left;
    position: relative;
    margin-left: 40px;
    width: 350px;
}
.g-u-zq ul{
    width: 1148px;
    margin: 0 auto;
}
.g-u-zq ul li.g-u-fir{
    margin-left: 0px;
}
.g-u-zq .g-u-pos{
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}
.g-u-zq .g-u-pos h6{
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 2;
}
.g-u-zq .g-u-pos img{
    margin-top: 50px;
    width: 325px;
    height: 195px;
}
.g-u-md{
    width: 1200px;
    margin: 0 auto;
    padding-top: 43px;
}
.g-u-md .g-u-tab{
    border-bottom: 2px solid #f24238;

}
.g-u-md .g-u-tab ul{
    width: 606px;
    margin: 0 auto;
}
.g-u-tab ul li{
    font-size: 18px;
    float: left;
    color: #6e7a90;
    padding: 10px 27px;
    cursor: pointer;
}
.g-u-tab ul li.current{
    background-color:#f24238 ;
    color: #fff;
    height: auto;
    font-weight: normal;
}
.g-u-city{
    margin-top: 30px;
}
.g-u-city ul{
    text-align: center;
}
.g-u-city ul li{
    font-size: 16px;
    color: #6e7a90;
    display: inline-block;
    *display:inline;
    *zoom:1;
    border: 1px solid #6e7a90;
    padding: 6px 16px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-top:10px;
}
.g-u-city ul li.current{
    color: #fff;
    background-color: #f24238;
    border: 1px solid #f24238;
    font-weight: normal;
    height:auto;
}




.three-tabBox{
	overflow:hidden;
	width:1200px;
	position:relative;
}
.g-u-bj li .g-u-bj-li{
    border-right: 0;
}
/*��������*/
.l-life{
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 0 10px;
}
.l-life-content{
    width: 92%;
    margin: 0 auto;
}
.l-life-content h2{
    font-size: 36px;
    color: #000000;
    text-align: center;
    line-height:1.4;
}

/*Ʒ�Ƹ���*/
.l-life-up{
    width: 100%;
    margin: 0 auto;
    padding: 65px 0 56px;
}
.l-life-up ul{
    width: 100%;
    margin: 0 auto;
}
.l-life-up li{
    width:25%;
    float: left;
    padding: 0 45px;
    *width: 25%;
}
.l-life-up img{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.l-life-up .l-p1{
    font-size: 32px;
    color: #f24238;
    text-align: center;
    padding: 30px 0;
}
.l-life-up p{
    font-size: 15px;
    color: #333;
    text-align: center;
}
/*ʱ��*/
.l-life-middle{
    width: 100%;
    margin: 0 auto;
}
/*ʱ�� ��  �� ��*/
.l-middle-1,.l-middle-2,.l-middle-3{
    width: 33%;
    float: left;
}
.l-middle-2{
    padding: 0 5px;
}

/*ʱ����*/
.l-middle-1 .l-middle-1eft{
    float: left;
    width: 50%;
}
.l-middle-1 .l-middle-1eft a{
    color: #de910b;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #de910b;
    padding: 20px;
    margin: 5px;
}
.l-middle-1 .l-middle-right{
    float: right;
    width: 50%;
}
.l-middle-1 .l-middle-right a{
    color: #de910b;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #de910b;
    padding: 20px;
    margin: 5px 1px;
}
.l-middle-1 .l-middle-bottom{
    float: left;
    width: 100%;
}
.l-middle-1 .l-middle-bottom a{
    color: #de910b;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #de910b;
    padding: 20px  93px;
    margin-left: 5px;
}


/*ʱ�� ��*/
.l-middle-2 .l-middle-1eft{
    float: left;
    width: 50%;
}
.l-middle-2 .l-middle-1eft a{
    color: #4989e1;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #4989e1;
    padding: 20px 33px;
    margin: 5px;
}
.l-middle-2 .l-middle-right{
    float: right;
    margin-left: -10px;
    width: 50%;
}
.l-middle-2 .l-middle-right a{
    color: #4989e1;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #4989e1;
    padding: 20px 36px;
    margin: 5px 1px;
}

/*ʱ�� ��*/
.l-middle-3 .l-middle-1eft{
    float: left;
    width: 50%;
}
.l-middle-3 .l-middle-1eft a{
    color: #ed4c4c;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #ed4c4c;
    padding: 20px;
    margin: 5px;
}
.l-middle-3 .l-middle-right{
    float: right;
    width: 50%;
}
.l-middle-3 .l-middle-right a{
    color: #ed4c4c;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #ed4c4c;
    padding: 20px;
    margin: 5px 1px;
}
.l-middle-3 .l-middle-bottom{
    float: left;
}
.l-middle-3 .l-middle-bottom a{
    color: #ed4c4c;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #ed4c4c;
    padding: 20px  146px;
    margin-left: 5px;
}
/*ʱ����*/
.l-life-down{
    width: 100%;
    padding: 30px 0 50px;
}
.l-life-down .l-life-down-1{
    width: 100%;
}
.l-life-down .l-life-down-1 img{
    width: 99%;
}
.l-life-down .l-life-down-2{
    width: 100%;
}
.l-life-down .l-life-down-2 span{
    display:block;
    float:left;
    width:33%;
    text-align:center;
}
.l-life-down .l-life-down-2 .l-sp1{
    font-size: 32px;
    color: #de910b;
    font-weight: bold;
}
.l-life-down .l-life-down-2 .l-sp2{
    font-size: 32px;
    color: #3a7ff3;
    font-weight: bold;
}
.l-life-down .l-life-down-2 .l-sp3{
    font-size: 32px;
    color: #f24238;
    font-weight: bold;
}

/*��Ҫ�������� start*/
.w_w1200{
    margin: 0 auto;
    width: 1200px;
}












.w_c_error1{
    padding-left: 250px;
    font-size: 16px;
    color: #ff3a3a;
}

.w_c_phone{
    text-align: center;
    font-size: 18px;
    color: #f24238;
}
/*����ѡ��*/
.cityBox{
    width: 390px;
}
.w_become{
    padding-bottom: 40px;
    height: 470px;
    background-color: #212c4a;
}
.w_become .w_w1200{

    /*height: 470px;*/
    background: url("../images/w_become_bg.jpg") no-repeat center;
}
.w_b_h3{
    padding: 48px 0 30px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
}
.w_b_ul{
    padding-left: 248px;
}
.w_b_li{
    float: left;
    position: relative;
    margin: 0 8px 8px 0;
    border: 1px solid #d7d7da;
    width: 342px;
    height: 48px;
    background-color: #ffffff;
}
.w_b_li input{
    position: absolute;
    top: 0;
    left: 20px;
    width: 302px;
    height: 48px;
    line-height: 50px;
    *line-height: 48px;
    font-size: 14px;
}
.w_b_btn{
    display: block;
    margin: 22px auto 0;
    width: 342px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    background-color: #f24238;
}
.w_b_btn:hover{
    background-color: #f23024;
}



/*�������浯�� S*/








/*����ύ���� S*/
.d_tjcg {
    width: 320px;
    height: 260px;
    background: #000;
    border-radius: 10px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -160px;
    z-index: 900;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: none;
    -moz-opacity: 0.8;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.d_tjcg img {
    display: inherit;
    margin: 0 auto;
}
.d_tjcg b {
    font-size: 24px;
}
.d_tjcg i {
    font-size: 12px;
    line-height: 40px;
}
.d_tjcg a {
    width: 50%;
    background: #ff3a3a;
    font-weight: bold;
    display: block;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin: 10px auto 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
}
/*����ύ���� E*/


/*������� end*/
@media screen and (max-width: 1250px) {
    .g-more-inner{
        width: 980px;
        margin: 0 auto;
    }
    .g-u-zq ul{
        width: 980px;
    }
    .g-u-zq ul li{
        width: 300px;
    }
    .g-u-zq ul li img{
        width: 100%;
    }
    .g-u-zq .g-u-pos{
        width:300px;
    }
    .g-u-zq .g-u-pos img {
        margin-top: 38px;
        width: 276px;
        height: 165px;
    }
    .g-u-zq .g-u-pos h6 {
        line-height: 1.8;
        width: 93%;
    }
    .g-u-md{
        width: 980px;
    }
}





.g-need-person{
	width:278px;
	height:58px;
	margin:30px auto 0;
	background:url("../images/button_03.png") no-repeat;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:58px;
	cursor:pointer;
}
.g-need-person a{
	font-size:24px;
	color:#fff;
}

/* 百城千店-更新 */
.w_flag{
	position: absolute;
    top: 0;
    left: 0;
    width: 847px;
    z-index: 88;
}




.w_cityPos{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    z-index: 20;
}
.w_cityPos li{
	position: absolute;
}
.w_city_1{
	left: 422px;
	bottom: 115px;
}
.w_city_2{
	left: 519px;
	bottom: 214px;
}
.w_city_3{
	left: 618px;
	bottom: 307px;
}
.w_city_4{
	right: 110px;
	*right: 150px;
	bottom: 314px;
}
.w_city_5{
	right: 66px;
	*right: 106px;
	bottom: 265px;
}
.w_city_6{
	right: 118px;
	*right: 158px;
	bottom: 146px;
}
.w_city_7{
	right: 158px;
	*right: 198px;
    top: 282px;
}
.w_city_8{
	right: 82px;
	*right: 122px;
    top: 230px;
}

.w_city_9{
	right: 170px;
	*right: 210px;
    top: 260px;
    font-weight: bold;
}

/*梦想合伙人 S*/
.H_Miss_Partners{
	width: 100%;
	height: 419px;
	background-color: #e4e5e6;
	background: url(../images/dream_img.jpg) no-repeat center;
	/* padding-bottom: 80px; */
}
.H_Miss_Partners h2{
	text-align: center;
	font-size: 36px;
	color: #000;
	padding: 65px 0 55px;
}
.H_Miss_Partners h2 span{
	display: block;
	font-size: 24px;
	margin-top: 20px;
}
.Partners_fourStep{
	margin: 0 auto;
	width: 1140px;
	padding-left: 60px;
}
.Partners_fourStep ul{
	overflow: hidden;
	width: 1075px;
	height: 122px;
	background-color: #ff5553;
}
.Partners_fourStep ul li{
	float: left;
	width: 268px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 122px;
}
.Partners_fourStep ul li.last_li{
	border-right: none;
}
.Partners_fourStep ul.two_ul{
	margin-top: 3px;
	height: 1px;
}
.Partners_fourStep ul.two_ul li{
	height: 1px;
}
/*梦想合伙人 E*/
/*加入顺利办 S*/
.H_Join_slb{
	width: 100%;
	height: 547px;
	background-color: #39527b;
	background: url(../images/join_slb.jpg) no-repeat center;
}
.H_Join_slb h2{
	text-align: center;
	font-size: 48px;
	color: #fff;
	padding:70px 0;
}
.Join_slbIn{
	margin: 0 auto;
	width: 1060px;
	padding-left: 80px;
}
.Join_slbIn ul{
	overflow: hidden;
}
.Join_slbIn ul li{
	float: left;
	margin-right: 14px;
	width: 288px;
	height: 288px;
	padding-top: 60px;
	background: url(../images/join_slb_bg.png) no-repeat top center;
	text-align: center;
	font-size: 50px;
	color: #fff;
}
.Join_slbIn ul li span{
	padding-top: 35px;
	color: #f24238;
	font-size: 22px;
	display: block;
}
.g-city-title {
    padding-top: 20px;
    font-size: 16px;
}
.tc {
    text-align: center;
}
.g-city-title p{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #f24238;
    padding-bottom: 6px;
}
.g-u-tabContent+.g-u-tabContent{
    display: none;
}
.g-u-city-listBox+.g-u-city-listBox{
    display: none;
}
.g-u-city-listBox1+.g-u-city-listBox1{
    display: none;
}
.g-u-city-listBox2+.g-u-city-listBox2{
    display: none;
}
.three-tabBox {
    margin-top: 20px;
    overflow: hidden;
    width: 1200px;
    position: relative;
}
.g-u-bj {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 244px;
    overflow: hidden;
}
.g-u-bj li {
    width: 1200px;
    border-top: 1px solid #12264a;
    margin-left: 28px;
}
.g-u-bj li .g-u-bj-div {
    margin-bottom: 20px;
    width: 270px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #1e3153;
    border-right: 1px solid #1e3153;
    border-top: 1px solid #1e3153;
    line-height: 2;
    margin-top: -1px;

    float: left;
}
.g-u-bj li .g-u-bj-div p{
    color: #fff;
}