html, body, p, textarea, a, ul, li, input {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

/*插件*/
.mains {
    width: 100%;
    min-width: 1200px;
    height: 900px;
    margin: 0 auto
}

.g1, .g2, .g3, .g4 {
    /*width: 380px;*/
    /*height: 180px;*/
    /*float: left;*/
    /*margin: 0 5px 5px 0*/
}

.g2 {
    width: 100%;
    height: 900px;
}

.imgsAll {
    width: 1200px;
    height: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imgsAll img {
    width: 300px;
    height: 200px;
}

/*插件*/

.side {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -86px;
    width: 86px;
    height: 172px;
    z-index: 1000;
}

.sideContent {
    width: 82px;
    height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sideLi {
    width: 82px;
    height: 86px;
    background: #00CFB5;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.sideLiAc {
    background: #06B59F;
}

.sideLiIcon {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.sideLiSpan {
    width: 82px;
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.sideTel {
    position: absolute;
    width: 232px;
    height: 86px;
    background: rgba(234, 249, 247, 1);
    top: 0;
    left: -232px;
    /*display: none;*/
}

.sideTelNum {
    width: 232px;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 10px;
    display: none;
}

.sideTelText {
    width: 232px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.sideCode {
    width: 172px;
    height: 172px;
    position: absolute;
    bottom: 0;
    left: -172px;
    display: none;
}

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

.nav, .banner, .chartered, .vehicleScene, .ad, .travelList, .messageForm, .footerAll {
    width: 100%;
    min-width: 1200px;
}

/*nav*/
.nav {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 1);
}

.nav_content {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_logo {
    width: 184px;
    height: 36px;
    margin-right: 57px;
}

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

.nav_ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_ul li {
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.nav_ul .nav_li:after {
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    background: rgba(2, 206, 179, 1);
    border-radius: 2px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -24px;
}

.nav_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right_telephone {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #4C4C4C;
}

.nav_right_icon {
    width: 20px;
    height: 22px;
    margin-right: 14px;
}

.nav_right .nav_right_city {
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #4C4C4C;
    overflow: hidden;
    font-size: 22px;
    margin-right: 12px;
    cursor: pointer;
    border: none;
    text-align: left;
}

.nav_right_up {
    width: 12px;
    height: 6px;
}

/*banner*/
.banner {

}

.bannerContent {
    width: 100%;
    height: 900px;
    position: relative;
}

.bannerContentImg {
    width: 100%;
    min-width: 1200px;
    height: 900px;
    margin: 0 auto;
}

.bannerContentBottom {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 136px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bannerMessage {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.bannerMessageStart {
    width: 180px;
    height: 90px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.bannerMessageStart span {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(3, 148, 130, 1);
}

.bannerMessageStartInput {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #DCDCDC;
}

.bannerMessageStartInput input {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(76, 76, 76, 1);
}

.bannerMessageStartInput img {
    width: 13px;
    height: 7px;
}

.getPriceBtn {
    width: 200px;
    height: 90px;
    line-height: 90px;
    background: rgba(0, 207, 181, 1);
    border-radius: 0px 10px 10px 0px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

/*chartered*/
.chartered {
    margin-top: 122px;
}

.chartered_top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.chartered_top_left {
    padding-top: 130px;
    width: 518px;
    display: flex;
    flex-direction: column;
}

.top_left_title {
    font-size: 54px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 70px;
}

.top_left_title_color {
    color: #0A9382;
}

.goToChart {
    margin-top: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.goToChart img {
    width: 10px;
    height: 14px;
    margin-left: 10px;
}

.chartered_top_right {
    width: 682px;
    height: 464px;
}

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

.chartered_bottom {
    width: 1200px;
    margin: 14px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.chartered_bottom_li {
    width: 140px;
    height: 200px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom_li_active {
    background: rgba(39, 39, 39, 1);
}

.chartered_bottom_li_img {
    margin-top: 37px;
    width: 88px;
    height: 64px;
}

.chartered_bottom_lipre_img {
    margin-top: 37px;
    width: 88px;
    height: 64px;
    display: none;
}

.chartered_bottom_li_p {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    line-height: 30px;
    margin-top: 20px;
}

.bottom_li_active .chartered_bottom_li_p {
    color: #fff;
}

/*vehicleScene*/
.vehicleScene {
    min-width: 1200px;
    margin: 218px auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vehicleSceneCon {
    width: 1400px;
    height: 700px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.vehicleScene_left {
    width: 730px;
    height: 502px;
    position: relative;
    padding-right: 37px;
}

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

.vehicleScene_left_posiImg {
    width: 306px;
    height: 240px;
    position: absolute;
    bottom: -84px;
    right: -120px;
    z-index: 900;
}

.vehicleScene_right {
    position: absolute;
    width: 880px;
    height: 700px;
    background: rgba(32, 32, 32, 1);
    top: 0;
    left: 767px;
    display: flex;
    flex-direction: column;
}

.vehicleScene_right_all {
    padding-top: 130px;
    padding-left: 100px;
}

.vehicleScene_right_top {
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
}

.vehicleScene_right_ul {
    width: 730px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vehicleScene_right_li {
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 31px;
}

.vehicleScene_right_li img {
    width: 34px;
    height: 34px;
    margin-right: 12px;
}

.vehicleScene_right_li span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}

/*ad*/
.ad {
    width: 100%;
    min-width: 1200px;
    height: 260px;
    background: url("/pcResource/images/public_pic_data.png") no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.adContent {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.adContentLi {
    width: 400px;
    height: 260px;
    display: flex;
    flex-direction: column;
}

.adContentTitle {
    margin-top: 70px;
    height: 60px;
    line-height: 60px;
    font-size: 64px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.adContentText {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    height: 30px;
    line-height: 30px;
    margin-top: 28px;
}

/*travelList*/
.travelList {
    display: none;
}

.travelList_con {
    width: 1200px;
    margin: 115px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.travelList_top_english {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.1);
}

.travelList_top {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-top: -33px;
}

.travelList_ul {
    margin: 80px auto 139px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.travelList_li {
    width: 380px;
    height: 450px;
    background: rgba(246, 250, 253, 1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.travelList_li img {
    width: 380px;
    height: 300px;
    transition: all 0.5s ease-out;
}

.travelList_li img:hover {
    transform: scale(1.2);
}

.travelList_li_title {
    width: 340px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(10, 147, 130, 1);
    margin-top: 18px;
}

.small_text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(10, 147, 130, 1);
}

.travelList_li_bottom {
    width: 340px;
    line-height: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 10px;
}

/*messageForm*/
.messageForm {
    background: #f6fafd;
}

.messageForm_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
}

.messageForm_con_left {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con_left_img {
    margin-top: 113px;
    width: 600px;
    height: 270px;
}

.messageForm_con_left ul {
    margin-top: 110px;
    width: 553px;
    padding-left: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.messageForm_con_left ul li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 10px;
    cursor: pointer;
}

.messageForm_con_left_tel {
    width: 553px;
    padding-left: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 39px;
}

.messageForm_con_left_tel img {
    width: 38px;
    height: 34px;
    margin-right: 15px
}

.left_tel_num {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.messageForm_con_left_address{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-left: 45px;
}

.messageForm_con_right {
    width: 580px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.messageForm_con_right_line {
    width: 50px;
    height: 6px;
    background: rgba(2, 206, 179, 1);
    border-radius: 3px;
    margin-top: 34px;
}

.right_top {
    margin-top: 16px;
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.right_top_left {
    width: 300px;
}

.right_top_left p {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
}

.right_top_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}

.right_top_right img {
    margin-left: 5px;
}

.right_middle {
    width: 100%;
    margin-top: 76px;
}

.right_middle_top {
    font-size: 24px;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.right_middle_content {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-indent: 24px;
}

.right_bottom {
    width: 100%;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right_bottom_left {
    width: 180px;
}

.right_bottom_left img {
    width: 180px;
    height: 180px;
}

.right_bottom_left p {
    width: 180px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.right_bottom_tel {
    width: 400px;
    height: 180px;
    display: flex;
    flex-direction: column;
}

.right_bottom_tel_tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-top: 6px;
}

.right_bottom_tel_tit_num {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: none;
}

.getTel{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}

.getTelXf{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    margin: 50px 0 0 50px;
}

.right_bottom_tel_con {
    width: 280px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(191, 191, 191, 1);
    border-radius: 10px;
    margin-top: 20px;
}

.right_bottom_tel_text {
    height: 48px;
    line-height: 48px;
    margin-left: 15px;
    color: #333;
    font-size: 14px;
}

.right_bottom_tel_con input {
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 10px;
}

.messageBtn {
    width: 160px;
    height: 48px;
    background: rgba(0, 207, 181, 1);
    border-radius: 10px;
    margin-top: 12px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    text-align: center;
    border: none;
    cursor: pointer;
}

/*footerAll*/
.footerAll {

}

.footerContent {
    width: 1200px;
    height: 100px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.footerContent a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}


/******************** ip不准时弹窗选择城市 ********************/
.frameBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    display: none;
}

.frameContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 468px;
    background: #06B59F;
    border-radius: 10px;
}

.frameContentClose {
    position: absolute;
    right: -49px;
    top: 0;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

.frameArea {
    width: 410px;
    margin: 35px auto 0;
    position: relative;
}

.frameAreaTop {
    width: 380px;
    height: 82px;
    margin: 0 auto;
    position: relative;
}

.frameAreaTopText {
    font-size: 26px;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}

.frameAreaTop img {
    width: 124px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.frameAreaMessage {
    width: 410px;
    height: 310px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 21px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frameAreaMessageIcon {
    width: 100px;
    height: 27px;
    margin: 30px auto 0;
}

.frameAreaMessageLine {
    width: 40px;
    height: 4px;
    background: #06B59F;
    margin-top: 10px;
}

.frameAreaMessageStart {
    width: 370px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 40px auto 0;
}

.frameAreaMessageStart span {
    margin-left: 21px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.frameAreaMessageStart input {
    margin-left: 10px;
    width: 230px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border: none;
    background: none;
}

.frameAreaMessageUp {
    width: 12px;
    height: 8px;
}

.frameAreaMessageTel {
    width: 370px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px auto 0;
}

.frameAreaMessageTel span {
    margin-left: 21px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.frameAreaMessageTel input {
    margin-left: 10px;
    width: 230px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border: none;
    background: none;
}

.frameBtn {
    width: 370px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #06B59F;
    border-radius: 10px;
    margin: 50px auto 0;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

/******************** 留言成功后弹窗 **********************/
.konwBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    display: none;
}

.konwContent {
    width: 410px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.konwImg {
    display: block;
    width: 123px;
    height: 27px;
    margin: 30px auto 0;
}

.konwLine {
    width: 40px;
    height: 4px;
    background: #06B59F;
    margin: 10px auto 0;
}

.konwText {
    width: 340px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin: 30px auto 0;
}

.konwText span {
    font-weight: bold;
}

.knowBtn {
    width: 340px;
    height: 50px;
    line-height: 50px;
    background: #06B59F;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin: 30px auto 0;
    cursor: pointer;
}

/******************** 车队滚动列表 **********************/
.scrollingList {
    position: fixed;
    top: 15%;
    right: 5%;
    z-index: 999;
}

._container {
    /*height: 36px;*/
    /*overflow: hidden;*/
    /*border-bottom: 1px solid #000;*/
    /*text-align: center;*/

    width: 222px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

._container li {
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

._container li img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

._container li span {
    width: 190px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._container li:first-child {
    margin-top: 0px;
    transition: margin-top .8s; /*此处可修改每次滚动持续时间*/
}