﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.content {
    background: #eee;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.le_top {
    width: 100%;
    height: 553px;
    /*background: url(/images/b.png) no-repeat;*/
    background: url(/images/b.png);
}

.let_p1 {
    font-size: 48px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: rgba(254, 172, 31, 1);
    font-weight: bold;
    padding-top: 69px;
    text-align: center;
}

.let_p2 {
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin:60px 0;
    text-align: center;
}

.let_d1 {
    width: 1078px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

    .let_d1 > span {
        display: inline-block;
        width: 232px;
        height: 50px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 50px;
        text-align: center;
        border: 1px solid #fff;
    }

.let_d2 {
    width: 377px;
    height: 62px;
    background: rgb(250, 122, 18);
    border-radius: 31px;
    line-height: 62px;
    margin: auto;
    font-size: 30px;
    margin-top: 60px;
    text-align: center;
}

    .let_d2 a {
        text-decoration: none;
        color: #fff;
    }

.bus_stress {
    width: 100%;
    height: 460px;
    background: #fff;
}

    .bus_stress > p {
        font-size: 28px;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        color: rgba(71, 71, 71, 1);
        padding-top: 64px;
        text-align: center;
        margin-bottom: 24px;
    }

.ch {
    width: 720px;
    margin: 0 auto 81px;
    display: flex;
    justify-content: space-between;
}

    .ch > span {
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: rgba(245, 152, 59, 0.09);
        border-radius: 13px;
        font-size: 16px;
        font-family: Alibaba PuHuiTi;
        font-weight: 400;
        color: rgba(242, 123, 37, 1);
        padding: 0 20px;
    }

.t2_2 {
    width: 1200px;
    height:auto;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.t22_1 {
    text-align: center;
}

.t22_1 > p {
        font-size: 16px;
        font-family: Alibaba PuHuiTi;
        font-weight: 400;
        color: rgba(128, 128, 128, 1);
 }
    .t22_1 > p:nth-child(1) {
        padding-top:0;
        padding-bottom: 0;
    }

    .t22_1 > p:nth-child(2) {
        font-size: 20px;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        color: rgba(71, 71, 71, 1);
        margin-top: 22px;
        margin-bottom: 9px;
    }
    .t22_1 > p:nth-child(3), .t22_1 > p:nth-child(4), .t22_1 > p:nth-child(5) {
        font-size: 14px;
        font-family: Alibaba PuHuiTi;
        font-weight: 400;
        color: rgba(128,128,128,1);
        margin-bottom:3px;
        padding:0!important;
    }
    .t22_1 > p{
        position:relative;
    }
        .t22_1 > p > img:last-child {
            position: absolute;
            top: 0;
            left: 39%;
            opacity:0;
        }
    .t22_1:hover img:last-child {
        opacity: 1;
    }

    .t22_1:hover img:first-child {
        opacity: 0;
    }

.con {
    width: 100%;
    height: 350px;
}
.con_c{
    width:1187px;
    height:171px;
    margin:40px auto ;
}
.con_p {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.con_c p:first-child, .procss_c p:first-child, .person_c p:first-child, .map_c p:first-child {
    font-size: 28px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: rgba(71,71,71,1);
    text-align: center;
    margin-bottom: 12px;
}
.con_cs{
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(71,71,71,1);
    text-align:center;
}
.con_d{
    position:relative;
}
.con_pc img:last-child{
    position:absolute;
    top:10%;
    left:25%;
}
.con_op {
    position: absolute;
    top: 60%;
    left: 20%;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(255,255,255,1);
}
.con_tp {
    position: absolute;
    top: 75%;
    left:25%;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(255,255,255,1);
}
.procss {
    width: 100%;
    height: 380px;
    background: #fff;
}
.procss_c {
    text-align: center;
    margin: 32px auto 34px;
    padding-top:32px;
}
.procss_cm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1087px;
    /* height: 100px;*/
    margin: 60px auto 0;
}
.procss_cn {
    height:180px;
   text-align:center;
}
.active1 {
    padding:20px;
    height:150px;
    background: rgba(255,255,255,1);
    box-shadow: 1px 1px 18px 0px rgba(168,175,181,0.27);
    border-radius: 5px;
}
.p_p1 {
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: rgba(71,71,71,1);
    margin-bottom:5px;
}
.p_p2 {
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(128,128,128,1);
    margin-bottom:6px;
}
.person {
    width: 100%;
    height: 450px;
    background: rgba(241,241,245,1);
    padding-top:35px;
}
.person_c{
    width:1087px;
    margin:0 auto;
    
}
.person_con{
    display:flex;
    justify-content:space-between;
    margin-top:60px;
}
.select2-container--default .select2-selection--single {
    border-radius:0!important
}
input {
    outline: none;
    padding:5px;
}
textarea {
    outline: none;
    padding: 5px;
}
button {
    outline: none;
}
.p_first{
    text-align:center;
}
.p_first img{
     width:116px;
     height:116px;
     margin-bottom:2px;
}
.p_p3 {
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(66,66,66,1);
    margin-top:20px;
}
.p_p4 {
    font-size: 15px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: rgba(71,71,71,1);
    margin-top:10px;
    margin-bottom:7px;
}
.p_p5 {
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: rgba(71,71,71,1);
    margin-bottom: 32px;
}
.map{
    width:100%;
    height:700px;
    background:#fff;
    position:relative;
    padding-top:80px;
}
 .map img {
        display:block;
        width:1200px;
        height: 600px;
        margin:90px auto 0;
    }
 .bb{
     width:80%;
     display:flex;
     justify-content:space-between;
 }
.map_c {
    width: 900px;
    height: 550px;
    background: rgba(255,255,255,1);
    box-shadow: 1px 1px 18px 0px rgba(168,175,181,0.27);
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding:50px 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px!important;
}
.form {
    width: 700px;
    height: 43px;
    position: relative;
    margin:20px auto 0 ;
}
.form_item{
    display:flex;
    align-items:center;
    margin-top:20px;
}
.form input {
    height: 43px;
    width: 80%;
    border: 1px solid rgba(191,191,191,1);
    font-size: 16px;
}
.form textarea {
    height: 43px;
    width: 80%;
    border: 1px solid rgba(191,191,191,1);
    font-size: 16px;
}
.label {
    width:130px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(71,71,71,1);
    margin-right:20px;
    text-align:right;
}
.input::-webkit-input-placeholder {
    font-size: 16px;
   
    font-weight: 400;
    color: rgba(168,175,181,0.27);
}

.input:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(168,175,181,0.27);
}
input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(168,175,181,0.27);
}
.btn {
    width: 291px;
    height: 55px;
    line-height:55px;
    background: linear-gradient(-90deg,rgba(252,122,36,1) 1%,rgba(255,173,31,1) 100%);
    border-radius: 28px;
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(255,255,255,1);
    background: linear-gradient(-90deg,rgba(252,122,36,1) 1%,rgba(255,173,31,1) 100%);
    cursor: pointer;
    border: none;
    margin-top:50px;
    margin-left:30%;
   
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(191,191,191,1);
}
    .form select {
    display: inline-block;
    margin-right: -3px;
    padding: 0;
    width: 230px !important;
    height: 43px !important;
    overflow: hidden;
}
 .form select .select2-container {
            width: 100% !important;
            height: 100% !important;
        }

.form .select2-container--default .select2-selection--single {
    height: 43px !important;
  
}
.form select#province + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 5px !important;
}

    .form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 43px !important;
    }

    .form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 43px !important;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fa7a12 !important;
}
.con_d:hover .active2 {
    background: linear-gradient(0deg,rgba(252,122,36,1) 1%,rgba(255,173,31,1) 100%);
}
.active2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 179px;
    height: 198px;
    background:rgba(255,255,255,0)
}
.aa {
    background: linear-gradient(0deg,rgba(252,122,36,1) 1%,rgba(255,173,31,1) 100%);
}
.jmrxf{
    color:#fff;
    text-align:center;
    margin-top:30px;
    letter-spacing:1px;
    font-size:18px;
}