.banner_nav {
    width: 100%;
    height: 58px;
}

.banner_nav ul {
    width: 1200px;
    margin: 0 auto;
}

.banner_nav ul li {
    width: 179px;
    height: 58px;
    background-color: #0051a2;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.container {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding: 65px 0;
}

.container_con {
    width: 1293px;
    background-color: #ffffff;
    padding: 60px 50px;
    margin: 0 auto;
}

.container_con_top {
    font-size: 24px;
    color: #292727;
    margin-bottom: 33px;
}

.container_con_input {
    display: flex;
    background-color: #f5f5f5;
    align-items: center;
    border:#bebebe 1px solid ;
    border-radius: 5px;
    overflow: hidden;
}

.container_con_input img {
    /* width: 9px; */
    height: 36px;
    margin-left: 10px;
}

.container_con_input input {
    width: 1112px;
    height: 49px;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    padding-left: 10px;
    /*margin-top: 6px;*/
    font-size: 17px;
    color: #000000;
}
.container_con_input input::placeholder{
   color: #484848; 
}

.container_con_name {
    margin-top: 24px;
}

.container_con_name p {
    font-size: 17px;
    color: #484848;
}

.container_con_input span {
    font-size: 14px;
    color: #949494;
}

.container_con_name textarea {
    width: 1192px;
    height: 135px;
    background-color: #f5f5f5;
    outline: none;
    resize: none;
    border: none;
    padding: 15px;
    font-size: 17px;
    color: #000000;
}
.container_con_name textarea::placeholder{
   color: #484848; 
}


.cont_sendM {
    text-align: right;
    margin-top: 30px;
}

.con_map {
    margin-top: 25px;
}

.con_map_text {
    font-size: 24px;
    color: #808080;
}

.map {
    width: 1198px;
    height: 492px;
    /* border: 1px solid red; */
    margin-top: 45px;
}

.con_2 {
    text-align: center;
    margin-top: 50px;
}

.con_2_info ul li {
    width: 255px;
}

.con_2_info ul {
    display: flex;
    width: 1198px;
    justify-content: space-around;
    margin-top: 35px;
}

.con_2_info ul li p {
    font-size: 16px;
    color: #808080;
}

.con_3 {
    margin-top: 70px;
}

.con_3_title {
    font-size: 28px;
    line-height: 40px;
    /*color: #808080;*/
    color: red;
    padding: 0 26px;
}

.con_3_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-around;
}

.con_3_list ul li {
    width: 360px;
    margin-top: 45px;
}

.con_3_list ul li img {
    width: 360px;
}

.con_3_list_info {
    background-color: #eaf0f6;
    padding: 20px 20px 30px 20px;
}

.con_3_list_info .con_3_c1 {
    font-size: 17px;
    line-height: 30px;
    color: #33475b;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.con_3_list_info .con_3_c2 {
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
    color: #33475b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.con_3_list_info .con_3_c3 {
    margin-top: 15px;
    font-size: 22px;
    color: #33475b;
}

.con_4 {
    background-image: url("../images/cont_bg.png");
    width: 1145px;
    height: 137px;
    background-size: cover;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 137px;
    margin-bottom: 20px;
}

.con_4 span {
    font-size: 31px;
    color: #ffffff;
}








.con_3_list_info {
    word-break: break-word;
}

.con_3_list_info .con_3_c1 {
        -webkit-line-clamp: 4;
}






