*{padding: 0px;margin: 0px;list-style: none;text-decoration: none;}
.content{
    width: 100%;
}
/*头部*/
.header{
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.4);
    position: relative;
    z-index: 100;
}
.header_content{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
}
.header_left{
    width: 511px;
    height: 100%;
    float: left;
}
.header_logo{
    width: 205px;
    height: 100%;
    float: left;
    margin-right: 30px;
}
.header_logo img{
    width: 200px;
    height: 50px;
    margin-top: 15px;
}
.location_icon{
    width: 25px;
    height: 100%;
    float: left;
}
.location_icon img{
    width: 18px;
    height: 22px;
    margin-top: 29px;
}
.header_city_name{
    width: 56px;
    height: 100%;
    float: left;
    line-height: 80px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.header_city_down_icon{
    width: 16px;
    height: 100%;
    float: left;
}
.header_city_down_icon img{
    width: 16px;
    height: 8px;
    margin-top: 36px;
}
.header_right{
    width: 689px;
    height: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.header_right_li{
    width: 63px;
    height: 100%;
    line-height: 80px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.header_right_li_active:after{
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background: #21CBA7;
    margin-left: 16px;
    margin-top: -6px;
}
.lastLi{
    width: 72px;
    line-height: 80px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.header_right .li_active{
    color: #21CBA7;
}
.lastLiSpan{
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*right: -10px;*/
    /*top: 35px;*/
}
.lastLi img{
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
.lastLiDiv{
    display: none;
    width: 143px;
    background: #fff;
    border: 1px solid #fff;
    border-top: none;
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: -30px;
}
.list_city_li{
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #eee;
}
.list_city_li_last{
    border-bottom: none;
}
.list_city{
    font-size: 14px;
    color: #303030;
    line-height: 28px;
}
.list_city_telephpne{
    font-size: 20px;
    color: #303030;
    font-weight: 400;
}

/*bannder*/
.banner{
    width: 100%;
    height: 656px;
    background: url('/PC/image/home_pic_banner@2x.png') no-repeat;
    background-size: cover;
    margin-top: -80px;
    z-index: 50;
}
.banner_table_content{
    position: absolute;
    left: 50%;
    margin-left: -461px;
    top: 466px;
    width: 922px;
    height: 170px;
    background-color: #1b1b1b;
}
.banner_table{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.banner_table_city{
    height: 100%;
    width: 220px;
    position: relative;
    margin-right: 6px;
}
.banner_table_city_input{
    width: 162px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 4px;
    padding-left: 18px;
    padding-right: 40px;
    overflow: hidden;
}
.banner_table_city_img{
    width: 18px;
    height: 10px;
    position: absolute;
    top: 22px;
    right: 20px;
}
.banner_table_phone{
    height: 100%;
    width: 450px;
    margin-right: 6px;
}
.banner_table_phone_input{
    width: 428px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 4px;
    padding-left: 22px;
}
.banner_table_btn{
    width: 200px;
    height: 100%;
}
.banner_table_btn_input{
    width: 200px;
    height: 50px;
    background-color: #21CBA7;
    color: white;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.banner_table_two{
    width: 882px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.banner_table_two_left{
    margin-left: 40px;
    width: 200px;
    font-size: 16px;
    color: #303030;
}
.banner_table_two_middle{
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.banner_table_two_middle_img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.banner_table_two_middle_tel{
    font-size: 16px;
    color: #2577e3;
    margin-right: 10px;
}
.banner_table_two_middle_num{
    font-size: 22px;
    color: #303030;
}
.banner_table_two_right{
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.banner_table_two_right_wx{
    font-size: 16px;
    color: #00C800;
    margin-right: 10px;
}
.banner_table_two_right_img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.banner_table_two_right_num{
    font-size: 22px;
    color: #303030;
}

/*车型展示*/
.carShow{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.carShow_header{
    width: 100%;
    height: 49px;
    font-size:40px;
    text-align: center;
    margin-top: 46px;
    float: left;
    line-height: 35px;
}
.carShow_bottom{
    width: 30px;
    height: 6px;
    background-color: #21CBA7;
    float: left;
    border-radius: 3px;
    margin-left: 585px;
}
.carShow_info{
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    float: left;
    color: #a5a5a5;
}
.carShow_table{
    width: 1040px;
    height: 116px;
    margin:35px 0 0 80px;
    float: left;
    margin-bottom: 37px;
}
.carShow_table li{
    width: 208px;
    height: 116px;
    float: left;
    position: relative;
    cursor: pointer;
}
.carShow_img_div{
    width: 100%;
    height: 42px;
    margin-top: 7px;
    text-align: center;
}
.carShow_name{
    font-size:18px;
    color: #303030;
    text-align: center;
    line-height: 32px;
    width: 100%;
}
.carShow_pro{
    color: #7F7F7F;
    font-size:14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}


.carShow_nameActive .carShow_name
,.carShow_nameActive .carShow_pro
{
    color: #21CBA7;
}

.carShow_content{
    width: 1198px;
    padding-bottom: 20px;
    border:1px solid #21CBA7;
    float: left;
    position: relative;
}
.carinfo{
    width: 1160px;
    margin: 40px 0 0 19px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.carinfo li{
    width: 275px;
    height: 265px;
    margin: 0 7.5px 15px 7.5px;
}
.carinfo_img{
    width: 275px;
    height: 190px;
    cursor: pointer;
    transition: all 0.6s;
}
.carinfo_img:hover{
    transform: scale(1.1);
}
.carinfo_bottom{
    height: 74px;
    width: 273px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.carinfo_name{
    float: left;
    text-align: left;
    height: 68px;
    width: 160px;
    margin: 6px 0 0 10px;
    line-height: 43px;
}
.carinfo_name_type{
    font-size: 16px;
    color: #303030;
}
.carinfo_name_num{
    font-size: 14px;
    color: #7f7f7f;
    height: 20px;
    line-height: 20px;
}
.carinfo_custom{
    float: left;
    width: 90px;
    height: 64px;
    line-height: 64px;
    margin-top: 10px;
    font-size: 16px;
    color: #E60000;
    text-align: center;
}
.carinfo_custom_start{
    font-size: 14px;
}
.carinfo_more{
    width: 108px;
    height: 34px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin: 31px auto 0 auto;
    text-align: center;
    line-height: 34px;
    padding-right: 10px;
    cursor: pointer;
}
.no_carinfo_more{
    display: none;
    width: 148px;
    height: 34px;
    border-radius: 4px;
    margin: 31px auto 0 auto;
    text-align: center;
    line-height: 34px;
    padding-right: 10px;
}
.triangle{
    width: 56px;
    height: 32px;
    top: 299px;
    left: 148px;
    position: absolute;
    z-index: 198;
}

/*合作案例*/
.wordCase{
    width: 100%;
    height: 670px;
    background: #fbfbfb;
}
.wordCase_bottom{
    width: 30px;
    height: 6px;
    background-color: #21CBA7;
    float: left;
    border-radius: 3px;
    /*margin-left: 585px;*/
}
.wordCase_title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wordCase_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.wordCase_content_tab{
    width: 840px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}
.wordCase_content_tab_list{
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #303030;
    font-size: 16px;
    cursor: pointer;
}
.wordCase_tab_active{
    background: #21CBA7;
    border-radius: 4px;
    color: #fff;
}
.wordCase_content_all{
    margin: 42px auto 0 auto;
    width: 1200px;
    height: 320px;
}
.wordCase_content_detail{
    background: #fff;
    overflow: hidden;
    display: none;
    /*display: inline-flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.wordCase_content_detail_active{
    display: block;
}
.wordCase_content_detail_left{
    width: 500px;
    height: 320px;
    float: left;
}
.wordCase_content_detail_left img{
    width: 100%;
    height: 100%;
}
.wordCase_content_detail_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 640px;
    height: 290px;
    padding: 30px 20px 0px 35px;
    float: right;
}
.detail_title{
    font-size: 22px;
    font-weight: 400;
    color: #303030;
}
.detail_text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.detail_text p{
    margin-top: 20px;
    font-size: 14px;
}
.detail_text span{
    line-height: 18px;
}


/*服务承诺*/
.servePro{
    width: 100%;
    height: 730px;
    background: url("/PC/image/home_pic_promiseBg.png");
}
.servePro_content{
    width: 1200px;
    height: 505px;
    margin: 0 auto;
    margin-top: 52px;
}
.servePro_content li{
    width: 300px;
    height: 252px;
    float: left;
    cursor: pointer;
}
.servePro_content_img{
    width: 104px;
    height: 104px;
    margin: 10px 0 0 98px;
}
.servePro_content_title{
    font-size:20px;
    color: white;
    text-align: center;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 13px;
}
.servePro_content_info{
    font-size:14px;
    color: #B6B4B4;
    text-align: center;
    line-height: 27px;
}

/*全国网点*/
.countryMap{
    width: 100%;
    height: 1089px;
    z-index: 120;
    background: url("/PC/image/map_back.png") no-repeat;
    background-size: cover;
}
.map_back_content{

}
.map_content{
    width: 991px;
    height: 821px;
    margin: 70px auto 0 auto;
    position: relative;
}
.map_content img{
    width: 115%;
    height: 109.5%;
}
.map_content_list{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
}
.map_content_list_div{
    margin-top: 11px;
    margin-left: 11px;
}
.map_content_cycle{
    /*display: block;*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*background: #21CBA7;*/
    /*margin-top: 12px;*/
    /*margin-left: 12px;*/
    /*border-radius: 50%;*/
}
.map_content_list .map_content_list_content{
    /*display: block;*/
    z-index: 160;
}
/*.map_content_list .show_map{*/
    /*display: block;*/
/*}*/

.hlj{
    position: absolute;
    top: 110px;
    right: 80px;
}
/*圆角矩形*/
.hlj_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.hlj_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.jilin{
    position: absolute;
    top: 200px;
    right: 80px;
}
/*圆角矩形*/
.jilin_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.jilin_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.jilin_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.jilin_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.jilin_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/
.liaoning{
    position: absolute;
    top: 260px;
    right: 130px;
}
/*圆角矩形*/
.liaoning_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    /*top: 140px;*/
    /*right: 58px;*/
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.liaoning_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.liaoning_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
    /*text-align: center;*/
/*}*/
/*.liaoning_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
    /*text-align: center;*/
/*}*/
/*.liaoning_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.beijing{
    position: absolute;
    top: 290px;
    right: 230px;
}
/*圆角矩形*/
.beijing_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.beijing_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.beijing_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.beijing_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.beijing_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.tianjin{
    position: absolute;
    top: 316px;
    right: 216px;
}
/*圆角矩形*/
.tianjin_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.tianjin_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.tianjin_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.tianjin_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.tianjin_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.hebei{
    position: absolute;
    top: 350px;
    right: 250px;
}
/*圆角矩形*/
.hebei_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.hebei_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.hebei_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.hebei_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.hebei_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.shanxi{
    position: absolute;
    top: 370px;
    right: 300px;
}
/*圆角矩形*/
.shanxi_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.shanxi_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.shanxi_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.shanxi_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.shanxi_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.nmg{
    position: absolute;
    top: 250px;
    right: 300px;
}
/*圆角矩形*/
.nmg_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.nmg_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.shandong{
    position: absolute;
    top: 390px;
    right: 200px;
}
/*圆角矩形*/
.shandong_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.shandong_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.shandong_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.shandong_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.shandong_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.anhui{
    position: absolute;
    top: 490px;
    right: 190px;
}
/*圆角矩形*/
.anhui_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.anhui_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.henan{
    position: absolute;
    top: 448px;
    right: 285px;
}
/*圆角矩形*/
.henan_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.henan_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.henan_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.henan_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.henan_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.hubei{
    position: absolute;
    top: 510px;
    right: 290px;
}
/*圆角矩形*/
.hubei_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.hubei_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.hubei_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.hubei_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.hubei_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.hunan{
    position: absolute;
    top: 600px;
    right: 308px;
}
/*圆角矩形*/
.hunan_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.hunan_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.hunan_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.hunan_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.hunan_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.chongqing{
    position: absolute;
    top: 540px;
    right: 380px;
}
/*圆角矩形*/
.chongqing_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.chongqing_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.guizhou{
    position: absolute;
    top: 610px;
    right: 390px;
}
/*圆角矩形*/
.guizhou_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.guizhou_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.jiangsu{
    position: absolute;
    top: 460px;
    right: 150px;
}
/*圆角矩形*/
.jiangsu_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.jiangsu_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.jiangsu_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.jiangsu_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.jiangsu_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.zhejiang{
    position: absolute;
    top: 542px;
    right: 142px;
}
/*圆角矩形*/
.zhejiang_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.zhejiang_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.zhejiang_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.zhejiang_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.zhejiang_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.fujian{
    position: absolute;
    top: 620px;
    right: 170px;
}
/*圆角矩形*/
.fujian_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.fujian_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.fujian_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.fujian_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.fujian_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.guangdong{
    position: absolute;
    top: 680px;
    right: 260px;
}
/*圆角矩形*/
.guangdong_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.guangdong_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.guangxi{
    position: absolute;
    top: 680px;
    right: 350px;
}
/*圆角矩形*/
.guangxi_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.guangxi_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.taiwan{
    position: absolute;
    top: 680px;
    right: 350px;
}
/*圆角矩形*/
.taiwan_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.taiwan_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.hainan{
    position: absolute;
    top: 775px;
    right: 330px;
}
/*圆角矩形*/
.hainan_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.hainan_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.jiangxi{
    position: absolute;
    top: 596px;
    right: 230px;
}
/*圆角矩形*/
.jiangxi_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.jiangxi_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.jiangxi_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.jiangxi_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.jiangxi_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.gansu{
    position: absolute;
    top: 430px;
    right: 450px;
}
/*圆角矩形*/
.gansu_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.gansu_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.gansu_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.gansu_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.gansu_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.qinghai{
    position: absolute;
    top: 400px;
    right: 590px;
}
/*圆角矩形*/
.qinghai_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.qinghai_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.sx{
    position: absolute;
    top: 440px;
    right: 360px;
}
/*圆角矩形*/
.sx_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.sx_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.ningxia{
    position: absolute;
    top: 370px;
    right: 410px;
}
/*圆角矩形*/
.ningxia_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.ningxia_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.sichuang{
    position: absolute;
    top: 540px;
    right: 490px;
}
/*圆角矩形*/
.sichuang_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.sichuang_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.sichuang_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.sichuang_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.sichuang_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.yunnan{
    position: absolute;
    top: 670px;
    right: 510px;
}
/*圆角矩形*/
.yunnan_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.yunnan_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}
/*.yunnan_rectangle_city{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.yunnan_rectangle_pernum{*/
    /*!*margin-left: 18px;*!*/
    /*margin-top: 12px;*/
/*}*/
/*.yunnan_rectangle_title{*/
    /*font-size: 34px;*/
    /*font-weight: bold;*/
    /*color: #303030;*/
/*}*/

.xinjiang{
    position: absolute;
    top: 270px;
    right: 770px;
}
/*圆角矩形*/
.xinjiang_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.xinjiang_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.xizang{
    position: absolute;
    top: 500px;
    right: 740px;
}
/*圆角矩形*/
.xizang_rectangle{
    width: 142px;
    height: 113px;
    background: #fff;
    border: 1px solid rgba(33,203,167,1);
    box-shadow: 0px 0px 0px 0px rgba(212,212,212,1);
    /*position: relative;*/
    border-radius: 10px;
    font-size: 14px;
    color: #303030;
    position: absolute;
    top: -120px;
    right: -70px;
    display: none;
}
/*小三角*/
.xizang_rectangle::before{
    content: "";
    width: 0;
    height: 0;
    border: 15px solid rgba(33,203,167,1);
    border-color: rgba(33,203,167,1) transparent transparent transparent;
    position:absolute;
    bottom: -30px;
    left: 40px;
}

.rectangle_city{
    margin-left: 18px;
    margin-top: 12px;
    text-align: left;
}
.rectangle_pernum{
    margin-left: 18px;
    margin-top: 12px;
    text-align: left;
}
.rectangle_title{
    font-size: 34px;
    font-weight: bold;
    color: #303030;
}


/*数据*/
.data_div{
    width: 100%;
    height: 200px;
    background: url("/PC/image/home_pic_dataBg.png");
}
.data_div_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.data_div_left{
    width: 300px;
    height: 100%;
    text-align: center;
}
.hz_company{
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: left;
    margin-top: 56px;
    font-size: 50px;
    color: white;
}
.hz_company_info{
    width: 300px;
    height: 34px;
    float: right;
    font-size:14px;
    text-align: left;
    line-height: 34px;
    color: white;
}
.data_div_moddle{
    width: 300px;
    height: 100%;
    text-align: center;
}
.data_div_right{
    width: 300px;
    height: 100%;
    text-align: center;
}

/*公司简介*/
.companyIntroduceCon{

}
.companyIntroduce{
    width: 1200px;
    height: 400px;
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.companyIntroduceLeft{
    width: 700px;
    height: 330px;
    line-height: 30px;
    margin: auto 0;
    font-size: 14px;
    color: #222;
}
.companyIntroduceLeft p{
    margin-top: 10px;
    text-indent: 30px;
}
.companyIntroduceRight{
    width: 330px;
    height: 300px;
}
.companyIntroduceRight img{
    width: 100%;
    height: 100%;
}

/*关于我们*/
.footer{
    width: 100%;
    height: 449px;
    background: black;
    margin-top: -2px;
}
.footer_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.aboutUs{
    width: 632px;
    height: 389px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.aboutUs_txt{
    width: 100%;
    height: 49px;
    text-align: left;
    font-size:30px;
    color: white;
    line-height: 49px;
}
.country_phone{
    width: 100%;
    height: 46px;
    color: white;
    line-height: 46px;
    text-align: left;
    font-size:16px;
    padding-left: 3px;
    margin-top: 24px;
}
.MapDiv{
    width: 400px;
    height: 360px;
}

/*版权*/
.copyRight{
    width: 100%;
    height: 37px;
    background-color: #171616;
    font-size:12px;
    color: white;
    line-height: 37px;
}
.copyRight_text{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/*右侧菜单*/
.side_right{
    position: fixed;
    top: 10%;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 150;
}
.side_right_li{
    width: 178px;
    height: 68px;
    line-height: 68px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.side_right_span{
    display: none;
    width: 120px;
    height: 68px;
    line-height: 68px;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    background: #EEEEEE;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-right: -34px;
    padding-left: 24px;
    z-index: 88;
}
.side_right_imgcontent{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #21CBA7;
    z-index: 90;
    cursor: pointer;
}
.side_right_imglast{
    position: relative;
}
.side_right_img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.side_right_img_hove{
    background: #07B28E;
}
.side_right_icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(230,0,18,1);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -10px;
}

/*热门电话*/
.side_telephone{
    position: fixed;
    top: 58%;
    right: 0;
    width: 220px;
    background: #21CBA7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px 0px 0px 4px;
    z-index: 150;
}
.side_telephone_title{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}
.side_telephone_list{
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #07B28E;
    color: #fff;
}
.side_telephone_list_last{
    border: none;
}
.side_telephone_list_city{
    width: 50px;
    overflow: hidden;
    font-size: 14px;
}
.side_telephone_list_num{
    font-size: 18px;
    font-weight: bold;
}


/*弹窗选城市*/
.propsContent{
    width: 420px;
    height: 470px;
    border: 6px solid #21CBA7;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -235px;
    z-index: 200;
}
.propsImgContent{
    width: 420px;
    height: 150px;
    margin: -80px auto 0 auto;
}
.propsImg{
    width: 100%;
    height: 100%;
}
.propsContentMiddle{
    width: 332px;
    height: 44px;
    margin-top: 40px;
}
.propsContentInput{
    width: 360px;
    height: 50px;
    background: #EEEEEE;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 40px auto 0 auto;
    position: relative;
}
/*.propsContentText{*/
    /*width: 340px;*/
    /*color: #222;*/
    /*font-size: 16px;*/
    /*padding-left: 10px;*/
/*}*/
.propsContentInput .propsInput{
    width: 360px;
    height: 50px;
    line-height: 50px;
    color: #7f7f7f;
    font-size: 16px;
    margin: 0;
    padding-left: 20px;
    border: none;
    background: #EEEEEE;
    overflow: hidden;
}
.propsContentIcon{
    position: absolute;
    right: 14px;
    width: 18px;
    height: 10px;
}
.propsBtn{
    width: 360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #21CBA7;
    border-radius: 4px;
    margin: 30px auto 0 auto;
    cursor: pointer;
}
/*短信获价*/
.dx_propsContent{
    display: none;
    width: 540px;
    height: 500px;
    border: 6px solid #21CBA7;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -270px;
    z-index: 200;
}
.dx_propsImgContent{
    width: 420px;
    height: 150px;
    margin: -80px auto 0 auto;
}
.dx_propsImg{
    width: 100%;
    height: 100%;
}
.dx_propsContentMiddle{
    width: 205px;
    height: 50px;
    margin-top: 40px;
}

/*190712新增*/
.dx_inputContent{
    width: 490px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dx_inputStartCity
,.dx_inputEndCity
,.dx_inputNumber
,.dx_inputStartTime
{
    width: 230px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #222;
    font-size: 16px;
    position: relative;
}
.dx_inputNumber
,.dx_inputStartTime{
    margin-top: 30px;
}
.dx_inputSpan{
    width: 80px;
    height: 50px;
    overflow: hidden;
}
.dx_inputStartCity input
,.dx_inputEndCity input
,.dx_inputNumber input
,.dx_inputStartTime input
{
    width: 115px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    border: none;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
    color: #222;
    font-size: 16px;
}
.dx_inputStartCity img
,.dx_inputEndCity img
,.dx_inputNumber img
,.dx_inputStartTime img
{
    width: 18px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 6px;
}


.dx_propsContentInput{
    width: 340px;
    height: 50px;
    background: #EEEEEE;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 30px auto 0 auto;
    position: relative;
    border: none;
    padding-left: 20px;
}
/*.dx_propsContentText{*/
    /*width: 1.6rem;*/
    /*color: #222;*/
    /*font-size: 0.3rem;*/
    /*padding-left: 0.1rem;*/
/*}*/
.dx_propsContentInput .dx_propsInput{
    width: 360px;
    height: 50px;
    line-height: 50px;
    color: #7f7f7f;
    font-size: 16px;
    margin: 0;
    padding-left: 20px;
    border: none;
    background: #EEEEEE;
    overflow: hidden;
    border-radius: 4px;
}
.dx_propsContentIcon{
    position: absolute;
    right: 14px;
    width: 18px;
    height: 10px;
}
.dx_propsContent .dx_propsTel{
    width: 470px;
    height: 50px;
    line-height: 50px;
    color: #7f7f7f;
    font-size: 16px;
    margin-top: 30px;
    padding-left: 20px;
    border: none;
    background: #EEEEEE;
    overflow: hidden;
    border-radius: 4px;
    border: 0;
}
.dx_propsBtn{
    width: 360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #21CBA7;
    border-radius: 4px;
    margin: 30px auto 0 auto;
    cursor: pointer;
}
.dx_closeimg{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -32px;
    right: -40px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.dx_closeimg img{
    width: 100%;
    height: 100%;
}
/*遮罩层*/
.zhezhaoceng{
    position: fixed;
    z-index: 199;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    display: none;
}


@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
        transition: all 0.2s;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
        transition: all 0.2s;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
        transition: all 0.2s;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
        transition: all 0.2s;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
        transition: all 0.2s;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}

.map_content_cycle {
    /*position: absolute;*/
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #21CBA7;
    z-index: 2;
    background: #21CBA7;
}
.pulse {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 64px;
    height: 64px;
    border: 2px solid #21CBA7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.pulse1 {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 64px;
    height: 64px;
    border: 2px solid #21CBA7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
