/*遮罩层*/
.newMask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    display: none;
    z-index: 1000;
}
/*初始化省市选择器*/
.province_city{
    display: none;
    width: 340px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -200px;
    background: #fff;
    z-index: 1001;
}
.province_city_img{
    width: 340px;
    height: 123px;
}
.province_city_img img{
    width: 100%;
    height: 100%;
}
.province_city_title{
    width: 340px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
}
.province_city_select{
    width: 300px;
    height: 38px;
    line-height: 38px;
    margin: 20px auto;
    position: relative;
}
.province_city_select_input{
    padding: 0 20px 0 15px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 20px;
    color: #2d2d2d;
    border: 1px solid #eee;
    margin: 10px auto 0 auto;
}
.province_city_select_img{
    position: absolute;
    width: 25px;
    height: 13px;
    top: 24px;
    right: 13px;
}
.province_city_selecttwo{
    width: 300px;
    height: 38px;
    line-height: 38px;
    margin: 20px auto;
    position: relative;
}
.province_city_select_inputtwo{
    padding: 0 45px 0 15px;
    width: 300px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    font-size: 20px;
    color: #2d2d2d;
    border: 1px solid #eee;
}
.province_city_select_imgtwo{
    position: absolute;
    width: 25px;
    height: 13px;
    top: 24px;
    right: 13px;
}
.province_city_btn{
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: rgba(254,168,5,1);
    cursor: pointer;
}
.layui-form-select dl dd.layui-this{
    background-color: #f8bf53;
}


/*banner*/
.banner{
    min-width: 1480px;
    height: 614px;
    /*background: url('/pc/images/home_banner@2x.png') no-repeat center/cover;*/
    margin-top: -90px;
    position: relative;
}
/*.swiper-slide-1{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 160px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*top: 400px;*/
/*}*/
.svgRun{
    position: absolute;
    left: 21.2%;
    bottom: 35px;
}

/*资讯*/
.chartedInfor{
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px auto;
}
.chartedInforCon{
    width: 600px;
    margin-left: 600px;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.chartedInforImg{
    width: 63px;
    height: 19px;
    margin-right: 10px;
}
.chartedInforContent{
    color: #000;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}
.chartedInforContentAll{
    color: #FCAD17;
    font-size: 14px;
    font-weight: bold;
}
.readyCharted{
    color: #FCAD17;
    font-size: 14px;
    font-weight: bold;
}


/*询价*/
.inquirys{
    width: 1200px;
    height: 330px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 60px auto;
    border: 1px solid rgba(195,195,195,1);
    border-radius: 2px 2px 8px 8px;
}
.inquirys_left{
    width: 50%;
    height: 100%;
}
.inquirys_right{
    width: 590px;
    height: 328px;
}
.inquirys_right_tab{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 22px;
}
.inquirys_tab_list{
    color: #2d2d2d;
    font-size: 22px;
    line-height: 40px;
    width: 100px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.inquirys_tab_list_active{
    border-bottom: 4px solid #FCAD17;
    border-radius: 2px;
    color: #FCAD17;
}
.inquirys_tab_list_active:after{
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border: 8px solid #FCAD17;
    border-color: #FCAD17 transparent transparent transparent;
    position:absolute;
    bottom: -20px;
    left: 42px;
}
.inquirys_right_content{
    margin-top: 30px;
    padding: 0 40px;
    height: 254px;
}
.inquirys_right_dx_content{
    width: 100%;
    height: 100%;
    display: none;
}
.inquirys_right_active{
    display: block;
}
.inquirys_right_dx{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.city_cf{
    width: 250px;
    height: 34px;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.city_cf_span{
    width: 60px;
    overflow: hidden;
    color: #2d2d2d;
    font-size: 14px;
    margin-right: 10px;
}
.city_cf_input{
    width: 166px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #D2D2D2;
    padding-left: 10px;
    border-radius: 4px;
}
.city_cf_btn{
    width: 300px;
    height: 46px;
    line-height: 46px;
    background: #FCAD17;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-left: 105px;
}
.inquirys_right_hd_title{
    width: 100%;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.inquirys_right_wx{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.inquirys_right_wxcode{
    width: 180px;
    height: 180px;
}
.inquirys_right_wxcode img{
    width: 100%;
    height: 100%;
}
.inquirys_right_wxtitle{
    color: #2d2d2d;
    font-size: 14px;
    margin-top: 13px;
}

/*server*/
.serverContent{
    width: 1200px;
    margin: 60px auto 0 auto;
}
.server_shareTitle{
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
}
.serverContent_list{
    width: 1120px;
    margin: 55px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.serverContent_list_detail{
    width: 280px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.serverContent_list_detail img{
    width: 70px;
    height: 76px;
    margin-right: 20px;
}
.detail_right{
    display: flex;
    flex-direction: column;
}
.detail_right_top{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}
.detail_right_bottom{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}


/*用户分享*/
.share{
    width: 1360px;
    /*margin: 60px auto 0 auto;*/
    margin: 70px auto 0 auto;
}
.shareTitle{
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
    padding-left: 80px;
}
.shareLine{
    width: 40px;
    height: 2px;
    background: #FCAD17;
    border-radius: 1px;
    margin-top: 10px;
}
.shareContent{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}
.shareContentLeft
,.shareContentRight{
    width: 70px;
    height: 70px;
}
.shareContentLeft img
,.shareContentRight img{
    width: 100%;
    height: 100%;
}
.shareContentMiddle{
    width: 1200px;
    height: 300px;
    overflow: hidden;
}
.shareDetail{
    width: 2000%;
    height: 100%;
}
.shareDetailCase{
    float: left;
    width: 285px;
    height: 298px;
    border: 1px solid rgba(220,220,220,1);
    box-shadow: 0px 0px 6px 0px rgba(238,238,238,1);
    border-radius: 4px;
    margin-left: 7px;
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.biankuang{
    width: 3px;
    height: 3px;
    position: absolute;
    z-index: 99;
    border-radius:10px;
    /*background: black;*/
}
.biankuang_1{
    height: 3px;
    top: -4px;
    left: 0px;
    border-left: 3px solid #FCAD17;
}
.biankuang_2 {
    width: 0px;
    bottom: -3px;
    left: 0px;
    border-top: 3px solid #FCAD17;
}
.biankuang_3{
    height: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 3px solid #FCAD17;
}
.biankuang_4{
    width: 0px;
    top: -4px;
    right: 0px;
    border-bottom: 3px solid #FCAD17;
}
.shareDetailCaseImg{
    margin-top: 13px;
    width: 260px;
    height: 146px;
}
.shareDetailCaseImg img{
    width: 100%;
    height: 100%;
}
.shareDetailCaseText{
    font-size: 14px;
    line-height: 28px;
    color: #2d2d2d;
    width: 260px;
    height: 90px;
    margin-top: 13px;
    overflow: hidden;
}
.shareDetailCaseUser{
    width: 260px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #A2A2A2;
    font-size: 12px;
}
.caroufredsel_wrapper{
    width: 1200px;
}

/*广告图*/
.adver{
    width: 100%;
    height: 240px;
    /*margin-top: 70px;*/
}
.adver img{
    width: 100%;
    height: 100%;
}

/*distribution*/
.distribution{
    /*width: 1336px;*/
    width: 1629px;
    height: 908px;
    padding-top: 88px;
    margin: 0 auto;
}
.distributionTitle{
    font-size:24px;
    color: #2D2D2D;
    text-align: center;
    margin-bottom: 25px;
}
.distributionTitle p{
    font-size: 24px;
    color: #2D2D2D;
}
.distributionTitle span{
    display: block;
    width: 60px;
    height: 2px;
    background: #FCAD17;
    margin: 18px auto 0 auto;
}
.distributionDetail{
    text-align: center;
    color: #2D2D2D;
    font-size: 14px;
    line-height: 20px;
}
.distributionAll{
    width: 1629px;
    height: 673px;
    background: url('/pc_new/images/home_pic_map@2x.png') no-repeat center/cover;
    margin: 100px auto 0 auto;
}

/*车队数*/
.fleetnumber{
    width: 100%;
    height: 200px;
    background: url('/pc_new/images/home_pic_stripes02@2x.png') no-repeat center/cover;
    margin-top: 60px;
}
.fleetnumberContent{
    width: 1200px;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.fleetnumberText{
    width: 350px;
    height: 100px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.fleetnumberTextTitle{
    font-size: 20px;
    color: #fff;
}
.fleetnumberTextNum{
    font-size: 40px;
    color: #fff;
    font-weight:400;
}

/*成功案例,车型展示*/
.successCase{
    width: 1200px;
    height: 900px;
    margin: 120px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.successCaseLeft
{
    width: 580px;
    height: 900px;
}
.successCaseRight
{
    width: 600px;
    height: 900px;
}
.successCaseTitle{
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 40px;
}
.successCaseLine{
    width: 40px;
    height: 2px;
    background: #FCAD17;
    border-radius: 1px;
    margin-top: 10px;
}
.successCaseLeftList{
    width: 580px;
    height: 156px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 6px 0px rgba(223,223,223,1);
    border-radius: 4px;
    margin-bottom: 30px;
}
.successCaseLeftListImg{
    width: 200px;
    height: 156px;
}
.successCaseLeftDetail{
    width: 380px;
    height: 156px;
}
.successCaseLeftDetailTit{
    width: 370px;
    height: 34px;
    line-height: 34px;
    background: #FCAD17;
    padding-left: 10px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.successCaseLeftDetailArt{
    width: 360px;
    height: 80px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    line-height: 28px;
    color: #2c2c2c;
    font-size: 14px;
    overflow: hidden;
}
.successCaseLeftDetailTime{
    width: 360px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    color: #a2a2a2;
    font-size: 14px;
}
.successCaseActive{
    box-shadow: 0px 0px 6px 0px rgba(252,173,23,1);
}
.successCaseRightTit{

}
.successCaseRightSeat{
    width: 600px;
    height: 34px;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.successCaseRightSeatNum{
    padding-left: 30px;
}
.successCaseRightSpan{
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    color: #2c2c2c;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.successCaseRightSpanActive{
    background: #FCAD17;
    color: #fff;
}
.successCaseRightChange img{
    width: 18px;
    height: 16px;
    margin-right: 8px;
}
.successCaseRightChange span{
    color: #878787;
    font-size: 14px;
}
.successCaseRightSeatContent{
    margin-top: 30px;
    height: 643px;
    overflow: hidden;
}
.successCaseCarList{
    display: none;
    width: 600px;
    height: 643px;
}
.successCaseCarListActive{
    display: block;
}
.successCaseCarListImg{
    display: inline-block;
    width: 290px;
    height: 201px;
    margin-bottom: 20px;
    position: relative;
}
.successCaseCarListImg:nth-child(odd){
    margin-right: 15px;
}
.successCaseCarListImg img{
    width: 100%;
    height: 100%;
}
.successCaseMask{
    display: none;
    position: absolute;
    width: 290px;
    height: 201px;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 14px;
}
.successCaseMaskCon{
    width: 150px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    padding-top: 20px;
}
.carBrand
,.carSeat
,.carInsurance
{
    line-height: 32px;
}
.carMore{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 4px;
    margin-top: 10px;
}

/*每日资讯*/
.dayNews{
    width: 1200px;
    margin: 0 auto;
}
.dayNewsTitle{
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
}
.dayNewsLine{
    width: 40px;
    height: 2px;
    background: #FCAD17;
    border-radius: 1px;
    margin-top: 10px;
}
.dayNewsContent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
    width: 1200px;
    height: 400px;
}
