* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

html {
    font-family: MicrosoftYaHei;
    /*font-family: microsoft yahei;*/
}

.content {
    width: 100%;
    border-top: 1px solid #f29803;
}

.header {
    width: 100%;
    height: 100px;
}

.header_content {
    width: 1054px;
    height: 100%;
    margin: 0 auto;
}

.header_logo {
    width: 352px;
    height: 46px;
    padding-top: 27px;
    float: left;
}

.header_logo_img {
    width: 100%;
    height: 100%;
}

.header_contact {
    width: 226px;
    height: 100%;
    float: right;
}

.header_contact_phone {
    width: 48px;
    height: 48px;
    float: left;
    padding-top: 26px;
}

.header_contact_phoneimg {
    width: 100%;
    height: 100%;
}

.contact_tel_div {
    width: 168px;
    height: 100%;
    float: right;
}

.tel_all {
    width: 96px;
    height: 17px;
    float: left;
    margin-top: 26px;
    font-size: 14px;
}

.header_tel {
    width: 168px;
    height: 20px;
    float: left;
    margin-top: 7px;
    font-size: 20px;
    font-weight: bold;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #2577E3;
}

.nav_content {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
}

.nav-ul {
    width: 840px;
    height: 100%;
    float: left;
}

.nav-ul a {
    width: 140px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 16px;
}

.nav-ul a:first-child {
    background-color: #1668D4;
}

.nav-ul a:hover {
    color: white;
}

.newheader {
    width: 100%;
    height: 68px;
    background: #fff;
}

.newheader_content {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    /*background: #00C0F7;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

.newheader_logo {
    width: 152px;
    height: 44px;
    margin-right: 30px;
}

.newheader_logo_img {
    width: 100%;
    height: 100%;
}

.newnav_city {
    height: 100%;
    width: 150px;
    line-height: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
}

.newnav_city_icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.newnav_city_name {
    height: 100%;
    color: #1668D4;
    font-size: 16px;
    min-width: 60px;
    max-width: 100px;
    overflow: hidden;
}

/*.newnav_city_change{*/
/*height: 100%;*/
/*color: #fff;*/
/*font-size: 16px;*/
/*cursor: pointer;*/
/*}*/
.newnav_city_icon_up {
    width: 14px;
    height: 8px;
}

.newnav-ul {
    width: 640px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.newnav-ul a {
    width: 100px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    color: #2D2D2D;
    font-size: 16px;
}

.newnav-ul .newnav-ul_active {
    color: #f29803;
}

.newnav-ul_active:after {
    display: block;
    content: '';
    width: 26px;
    height: 7px;
    background: #f29803;
    position: relative;
    bottom: 7px;
    left: 37px;
}

.newheader_right {
    width: 280px;
    height: 68px;
    line-height: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.newheader_right_img {
    width: 32px;
    height: 25px;
    margin-right: 9px;
}

.newheader_right_tel {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #2D2D2D;
}

.banner {
    width: 100%;
    height: 420px;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.banner-bc-div {
    width: 430px;
    height: 310px;
    position: absolute;
    left: 394px;
    top: 46px;
    background-color: #FFFFFF;
}

.bc-header {
    width: 100%;
    height: 42px;
    margin-top: 11px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
}

.bc-city-time {
    width: 354px;
    height: 40px;
    margin: 0 auto;
}

.bc-left {
    width: 188px;
    height: 38px;
    float: left;
    border: 1px solid #D2D2D2;
}

.bc-city-logo {
    width: 49px;
    height: 31px;
    float: left;
    border-right: 1px solid #D2D2D2;
    background-color: #F9F9F9;
    text-align: center;
    padding-top: 7px;
}

.bc-right {
    width: 158px;
    height: 38px;
    float: right;
    border: 1px solid #D2D2D2;
}

.bc-contact-div {
    width: 354px;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.bc-contact-left {
    width: 352px;
    height: 38px;
    float: left;
    border: 1px solid #D2D2D2;
}

.bc-contact-logo {
    width: 49px;
    height: 31px;
    float: left;
    border-right: 1px solid #D2D2D2;
    background-color: #F9F9F9;
    text-align: center;
    padding-top: 7px;
}

.bc-tel {
    border: none;
    float: left;
    width: 302px;
    height: 100%;
    padding-left: 17px;
    font-size: 15px;
}

.baojia_btn {
    width: 354px;
    height: 40px;
    margin: 30px 0 0 38px;
    border: none;
    background-color: #2577E3;
    color: #FFFFFF;
    font-size: 20px;
}

.bussiness_card {
    width: 1198px;
    height: 258px;
    margin: 0 auto;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    margin-top: 30px;
}

.bussiness_card_contain {
    width: 100%;
    height: 179px;
}

.bussiness_card_img {
    width: 88px;
    height: 133px;
    background: url("/PC/image/bussiness_card_img.jpg");
    border: 1px solid #B5B5B5;
    margin: 19px 20px 0px 22px;
    float: left;
}

.bussiness_card_info {
    width: 341px;
    height: 179px;
    float: left;
}

.bussiness_card_user {
    width: 100%;
    height: 32px;
    margin-top: 18px;
}

.bussiness_card_user_name {
    width: 141px;
    height: 100%;
    float: left;
    line-height: 32px;
    font-size: 14px;
}

.bussiness_card_user_num {
    width: 110px;
    height: 22px;
    background-color: #2577E3;
    color: white;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    float: left;
    text-align: center;
    line-height: 22px;
}

.bussiness_card_phone {
    width: 100%;
    height: 46px;
}

.bussiness_card_phone_pic {
    width: 22px;
    height: 22px;
    background: url("/PC/image/HbusCard_icon_telNum.png") no-repeat;
    float: left;
    margin-top: 13px;
}

.bussiness_card_phone_num {
    float: left;
    width: 178px;
    line-height: 46px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #2577E3;
}

.bussiness_card_jobTime {
    width: 100%;
    height: 26px;
}

.bussiness_card_jobTime_pic {
    width: 22px;
    height: 22px;
    background: url("/PC/image/HbusCard_icon_workTime.png") no-repeat;
    float: left;
    margin-top: 2px;
}

.bussiness_card_jobTime_text {
    float: left;
    width: 126px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.bussiness_card_fwds {
    width: 100%;
    height: 44px;
}

.bussiness_card_fwds_pic {
    width: 22px;
    height: 22px;
    background: url("/PC/image/HbusCard_icon_serSin.png") no-repeat;
    float: left;
    margin-top: 11px;
}

.bussiness_card_fwds_text {
    float: left;
    width: 156px;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.bussiness_card_stat {
    width: 264px;
    height: 138px;
    padding-top: 41px;
    float: left;
}

.bussiness_card_fwtd {
    width: 100%;
    height: 34px;
}

.bussiness_card_fwtd_text {
    width: 70px;
    line-height: 34px;
    float: left;
    font-size: 14px;
    font-weight: 400;
}

.bussiness_card_fwtd_star {
    width: 190px;
    height: 24px;
    float: left;
    margin-top: 8px;
}

.bussiness_card_price {
    float: left;
    width: 155px;
    height: 100%;
}

.bussiness_card_price_text {
    width: 43px;
    height: 34px;
    float: left;
    margin-top: 80px;
    line-height: 34px;
    font-size: 14px;
}

.bussiness_card_price_num {
    width: 112px;
    height: 100%;
    line-height: 179px;
    text-align: center;
    font-size: 36px;
    color: #FAB214;
    float: left;
}

.bussiness_card_erweima {
    width: 303px;
    height: 100%;
    float: right;
}

.bussiness_card_erweima_pic {
    width: 108px;
    height: 108px;
    border: 1px solid #EEEEEE;
    margin: 19px 0px 0px 97px;
}

.bussiness_card_erweima_pic img {
    width: 100%;
    height: 100%;
}

.bussiness_card_erweima_text {
    height: 36px;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.bussiness_card_bottom {
    width: 100%;
    height: 78px;
    border-top: 1px solid #F3F3F3;
}

.bussiness_card_bottom_text {
    width: 187px;
    height: 100%;
    line-height: 78px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.bussiness_card_bottom_input {
    width: 1011px;
    height: 60px;
    float: left;
    margin-top: 18px;
}

.bussiness_card_cityinput {
    width: 189px;
    height: 40px;
    outline: none;
    border: none;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 2px;
    padding-left: 11px;
    float: left;
}

.bussiness_card_timeinput {
    width: 189px;
    height: 40px;
    outline: none;
    border: none;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 2px;
    padding-left: 11px;
    float: left;
    margin-left: 12px;
}

.bussiness_card_nameinput {
    width: 189px;
    height: 40px;
    outline: none;
    border: none;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 2px;
    padding-left: 11px;
    float: left;
    margin-left: 12px;
}

.bussiness_card_phoneinput {
    width: 189px;
    height: 40px;
    outline: none;
    border: none;
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 2px;
    padding-left: 11px;
    float: left;
    margin-left: 12px;
}

.bussiness_card_zxbj {
    width: 150px;
    height: 40px;
    background-color: #2577E3;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-left: 12px;
    border-radius: 2px;
}

.carShow_header {
    height: 220px;
    width: 100%;
    text-align: center;
    /*position: relative;*/
}

.models_display {
    width: 380px;
    height: 32px;
    margin: 0 auto;
    padding-top: 88px;
}

.models_display img {
    width: 100%;
    height: 100%;
}

.showcarText {
    height: 32px;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    margin-top: -16px;
}

.carShow_content {
    width: 1200px;
    height: 660px;
    margin: 0 auto;
}

.carShow_left {
    width: 244px;
    height: 100%;
    float: left;
}

.carShow_left li {
    width: 179px;
    height: 81px;
    line-height: 81px;
    border-bottom: 1px solid #F3F3F3;
    padding-left: 41px;
    position: relative;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

.carShow_left .activeCarShow_left {
    background: #2577E3;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.activeCarShow_left:before {
    content: "";
    position: absolute;
    top: 29px;
    right: -18px;
    border-left: 18px solid #2577E3;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.carShow_left li:last-child {
    border-bottom: none;
}

.carShow_right {
    width: 915px;
    height: 600px;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.showcarInfo {
    width: 285px;
    height: 270px;
    box-sizing: border-box;
}

.showcarInfo_img {
    height: 198px;
    width: 100%;
}

.showcarInfo_bottom {
    width: 100%;
    height: 72px;
    background-color: #F3F3F3;
}

.showcarInfo_car_name {
    height: 40px;
    width: 271px;
    line-height: 40px;
    padding-left: 14px;
    font-size: 18px;
    color: #333333;
}

.showcarInfo_car_info {
    width: 271px;
    height: 22px;
    line-height: 22px;
    padding-left: 14px;
    font-size: 14px;
    color: #7C7C7C;
}

.promise_div {
    width: 100%;
    height: 760px;
    background-image: url("/PC/image/pic_promise_bg.png");
}

.promise_content {
    width: 1200px;
    height: 648px;
    margin: 0 auto;
    padding-top: 56px;
}

.promiss_title {
    font-size: 32px;
    text-align: center;
    height: 84px;
    line-height: 84px;
}

.promise_list {
    height: 90px;
    width: 100%;
    margin-top: 50px;
}

.promise_left {
    width: 608px;
    height: 100%;
    float: left;
}

.promise_left_img {
    width: 150px;
    height: 90px;
    float: left;
}

.promise_left_content {
    width: auto;
    height: 100%;
    float: left;
    margin-left: 39px;
}

.promise_left_all {
    width: 100%;
    height: 30px;
    padding-top: 8px;
}

.promise_left_text {
    width: 98px;
    height: 30px;
    font-size: 22px;
    color: #2577E3;
    line-height: 30px;
    float: left;
}

.promise_sjx_img {
    width: 10px;
    height: 12px;
    float: left;
    margin-top: 8px;
}

.promise_left_assess {
    height: 44px;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}

.promise_right {
    width: 592px;
    height: 100%;
    float: left;
}

.success_case_div {
    width: 1200px;
    height: 920px;
    margin: 0 auto;
    margin-top: 48px;
}

.success_case_header {
    height: 75px;
    width: 100%;
    padding: 0px 0px 37px 0px;
    background: url("/PC/image/SUCCESSFULCASES.png") no-repeat center top;
    font-size: 32px;
    line-height: 75px;
    text-align: center;
}

.success_case_ul {
    width: 100%;
    height: 740px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.success_case_ul li {
    width: 380px;
    height: 340px;
}

.cuccess_img {
    width: 100%;
    height: 260px;
}

.success_bottom {
    width: 100%;
    height: 80px;
    background-color: #F3F3F3;
}

.success_bottom_head {
    height: 40px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.success_bottom_head_des {
    width: 100%;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.success_checkmore {
    width: 100px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: white;
    border: 1px solid #313131;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.user_comment {
    width: 100%;
    height: 680px;
    background-image: url("/PC/image/usercomm.png");
}

.user_comment_header {
    height: 140px;
    width: 100%;
    text-align: center;
    line-height: 140px;
    font-size: 34px;
}

.comment_info {
    width: 460px;
    height: 390px;
    margin: 0 auto;
    padding-top: 20px;
}

.comment_info_pic {
    width: 100%;
    height: 270px;
}

.comment_info_img {
    width: 100%;
    height: 100%;
}

.comment_des {
    width: 450px;
    height: 121px;
    padding: 19px 0px 0px 10px;
}

.comment_des_text {
    width: 100%;
    height: 84px;
    font-size: 14px;
}

.comment_time_user {
    width: 100%;
    height: 10px;
}

.comment_time {
    width: 50%;
    float: left;
    height: 100%;
    color: #7C7C7C;
    font-size: 12px;
}

.comment_user {
    width: 50%;
    float: left;
    height: 100%;
    color: #7C7C7C;
    font-size: 12px;
    text-align: right;
}

.comment_projection {
    width: 510px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: 488px;
}

.comment_projection_img {
    width: 100%;
    height: 100%;
}

.bottom {
    width: 100%;
    height: 1052px;
    position: relative;
}

.company_pre {
    width: 100%;
    height: 609px;
    padding-top: 73px;
}

.company_pre_header {
    height: 75px;
    width: 100%;
    padding: 0px 0px 60px 0px;
    background: url("/PC/image/COMPANYPROFILES.png") no-repeat center top;
    font-size: 32px;
    line-height: 75px;
    text-align: center;
}

.company_pre_contain {
    width: 100%;
    height: 497px;
}

.company_pre_pic {
    width: 281px;
    height: 275px;
    margin: 0px 100px 0px 391px;
    float: left;
}

.company_pre_pic img {
    width: 100%;
    height: 100%;
}

.company_pre_profiles {
    float: left;
    width: 711px;
    height: 163px;
    padding: 32px 0px 0px 0px;
    font-size: 14px;
    line-height: 26px;
}

.bottom_copy {
    width: 100%;
    height: 370px;
    background-color: #535353;
}

.bottom_copy_right {
    height: 72px;
    width: 100%;
    line-height: 72px;
    text-align: center;
    padding-top: 258px;
    color: #FFFFFF;
}

.contact_us_div {
    width: 1200px;
    height: 411px;
    position: absolute;
    left: 360px;
    top: 529px;
    background: url("/PC/image/contact_us.png") no-repeat;
}

.contact_us_text {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 32px;
    margin-top: 82px;
}

.ddy_message {
    width: 200px;
    height: 221px;
    float: left;
    margin: 76px 0px 0px 95px;
}

.ddy_img {
    width: 200px;
    height: 85px;
    background: url("/PC/image/icon_contact01.png") no-repeat center center;
    border-bottom: 1px solid #E2E2E2;
}

.ddy_name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

.ddy_phone {
    height: 17px;
    width: 100%;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
}

.National_message {
    width: 200px;
    height: 221px;
    float: left;
    margin: 76px 0px 0px 206px;
}

.National_img {
    width: 200px;
    height: 85px;
    background: url("/PC/image/icon_contact02.png") no-repeat center center;
    border-bottom: 1px solid #E2E2E2;
}

.address_message {
    width: 429px;
    height: 221px;
    float: left;
    margin: 76px 0px 0px 70px;
}

.address_img {
    width: 200px;
    height: 85px;
    background: url("/PC/image/icon_contact03.png") no-repeat center center;
    border-bottom: 1px solid #E2E2E2;
    margin: 0 auto;
}

.xdlc {
    width: 219px;
    height: 476px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
    position: fixed;
    left: 0px;
    top: 300px;
    border-top: 4px solid #2577E3;
    background-color: #FFFFFF;
}

.xdlc_header {
    width: 100%;
    height: 63px;
    font-size: 22px;
    font-weight: bold;
    margin: 22px 0px 0px 56px;
}

.xdlc_zxddy {
    width: 192px;
    height: 33px;
    margin-left: 27px;
}

.xdlc_zxddy_img {
    width: 32px;
    height: 33px;
    float: left;
}

.xdlc_zxddy_text {
    width: 118px;
    line-height: 33px;
    text-align: center;
    float: left;
    font-size: 18px;
    font-weight: 400;
}

.xdlc_jiantou {
    width: 123px;
    height: 40px;
    background: url("/PC/image/process_icon_next.png") no-repeat;
    margin: 12px 0px 0px 96px;
}

.right_btn_xf {
    width: 96px;
    height: 363px;
    position: fixed;
    right: 0px;
    top: 300px;
}

.right_btn_xf_chat {
    width: 90px;
    height: 90px;
    background: url("/PC/image/rightNva_icon_ope01.png") no-repeat center center #2577E3;
    cursor: pointer;
}

.right_btn_xf_chat .active_xf_chat {
    width: 90px;
    height: 90px;
    background: #2577E3;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.right_btn_xf_floow {
    width: 90px;
    height: 90px;
    background: url("/PC/image/rightNva_icon_ope02.png") no-repeat center center #2577E3;
    margin-top: 1px;
    cursor: pointer;
}

.right_btn_xf_ts {
    width: 90px;
    height: 90px;
    background: url("/PC/image/rightNva_icon_ope03.png") no-repeat center center #2577E3;
    margin-top: 1px;
    cursor: pointer;
}

.right_btn_xf_up {
    width: 90px;
    height: 90px;
    background: url("/PC/image/rightNva_icon_ope04.png") no-repeat center center #2577E3;
    margin-top: 1px;
    cursor: pointer;
}

/*----------成功案例----------*/
.exhibition {
    width: 1200px;
    margin: 35px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.exhibitionTop {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #eee;
    border-radius: 4px;
    color: #333;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

.exhibitionRightCon {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.exhibitionRight {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rightList {
    width: 50%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.rightList:hover {
    transform: scale(1.1);
}

.rightList img {
    width: 150px;
    height: 90px;
    margin-left: 40px;
    margin-right: 40px;
}

.promiseText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.promiseTextTop {
    color: #f29803;
    font-size: 22px;
    position: relative;
    margin-bottom: 23px;
}

.promiseTextTop:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 10px;
    right: -12px;
}

.promiseTextBottom {
    font-size: 14px;
    color: #333333;
}

/*.rightList:nth-child(1){*/
/*border-top: 1px solid #EEEEEE;*/
/*}*/

.bottomMore {
    margin-top: 50px;
    color: #222222;
    font-size: 12px;
}

.footer {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #535353;
    border-top: 10px solid #f29803;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/*----------成功案例----------*/