﻿/*common*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
}

.m0a {
    margin: 0 auto;
}

.bg_fff {
    background: #fff;
}

.bg_grey {
    background: grey;
}

.bg080F1B {
    background: #080F1B;
}

/*services pc*/
.servies4_img_content {
    width: 100%;
    /*max-width: 192px;*/
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.bg2B80A6 {
    background: #2B80A6;
}

.servies4_img, .servies4_content {
    width: 50%;
    max-width: 960px;
    max-height: 400px;
}

.servies4_content_title {
    color: #FFFFFF;
    margin-top: 31px;
    margin-left: 94px;
    margin-bottom: 39px;
    font-size: 50px;
    font-weight: 300;
}

.servies4_content_desc {
    color: #FFFFFF;
    width: 696px;
    margin-bottom: 51px;
    margin-left: 94px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.servies4_content {
    position: relative;
}

.left_triangle {
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    /*border-left: 21px solid #2B80A6;*/
    border-bottom: 21px solid transparent;
    border-right: 21px solid #2B80A6;
    position: absolute;
    left: -21px;
    top: calc((100% - 42px) / 2);
}

.servies4_words {
    /*width: auto;*/
    width: 50%;
    max-width: 960px;
    max-height: 400px;
}

.servies4_words_title {
    margin-top: 84px;
    color: #000;
    margin-bottom: 39px;
    font-size: 50px;
    font-weight: 300;
}

.servies4_words_desc {
    color: #000;
    /*width: 873px;*/
    margin-bottom: 87px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.servies4_words_ico {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
}

.ico_services {
    padding-top: 12px;
    float: left;

}

.ico_services img {
    max-width: 100%;
    width: 80px;
    height: 80px;
    display: block;
}
.servies4_ico{
    width: 50%;
    max-width: 960px;
    max-height: 400px;
}

.ico_services p {
    width: 104px;
    text-align: center;
    margin-top: 35px;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}

.ghsj .servies4_words_desc {
    margin-bottom: 137px;
}

.fgjzsj .servies4_content_desc {
    margin-bottom: 91px;
}

.nwzxgtsj .servies4_content_desc {
    margin-bottom: 94px;
}

.ico-first {
    padding-left: 142px;
}

.ico_two {
    padding-left: 102px;
}

.ico_three {
    padding-left: 117px;
}

/*services pc end*/
/*customers pc */
.new_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.new_banner form {
    position: absolute;
    height: 120px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.form_words {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 30px;
    padding-right: 66px;
}

.form_words span {
    font-size: 35px;
    font-family: Impact;
    font-weight: 400;
    color: #FF7700;
}

.form_content {
    padding-top: 18px;
    float: left;
}

.explain {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 14px;
}

.form_main {
    position: relative;
}

.form_main label {
    float: left;
    color: #E60012;
    height: 52px;
    line-height: 52px;

}

.form_main label:first-of-type {
    position: absolute;
    left: 20px;
    top: 3px;
}

.form_main label:last-of-type {
    position: absolute;
    left: 261px;
    top: 3px;
}

.form_main input {
    border: none;
    float: left;
}

.form_main input[type="text"], .form_main input[type="number"] {
    width: 231px;
    height: 52px;
    margin-right: 10px;
    text-indent: 15px;
}

.form_main input[type="submit"] {
    width: 180px;
    height: 52px;
    background: #0241D0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    color: #FFFFFF;
    text-align: center;
}

.form_main input[type="text"]::-webkit-input-placeholder, .form_main input[type="number"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    line-height: 52px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.form_main input[type="text"]::-moz-placeholder, .form_main input[type="number"]::-moz-placeholder { /* Firefox 19+ */
    line-height: 52px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.form_main input[type="text"]:-ms-input-placeholder, .form_main input[type="number"]:-ms-input-placeholder { /* IE 10+ */
    line-height: 52px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.form_main input[type="text"]:-moz-placeholder, .form_main input[type="number"]:-moz-placeholder { /* Firefox 18- */
    line-height: 52px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

/*customers pc end*/
/*new_advantage*/
.new_advantage {
    padding-top: 69px;
    width: 100%;
    /*max-width: 1920px;*/
    overflow: hidden;
    padding-bottom: 46px;
}

.new_advantage .new_title {
    color: #000000;
}

.new_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.title_line {
    margin-top: 35px;
    position: relative;
    opacity: .1;
    width: 100%;
    height: 1px;
}

.title_short_line {
    margin: 0 auto;
    position: absolute;
    width: 46px;
    height: 4px;
    left: calc((100% - 46px) / 2);
    top: -.04px;
}

.new_advantage_main {
    padding-top: 126px;
}

.new_advantage_main .new_advantage_son:nth-child(3), .new_advantage_main .new_advantage_son:last-child {
    padding-right: 0;
}

.new_advantage_main .new_advantage_son:first-of-type, .new_advantage_main .new_advantage_son:nth-of-type(4) {
    width: 320px;
    padding-right: 149px;
}

.new_advantage_main .new_advantage_son:nth-of-type(2), .new_advantage_main .new_advantage_son:nth-of-type(5) {
    width: 272px;
    padding-right: 139px;
}

.new_advantage_main .new_advantage_son:nth-of-type(3), .new_advantage_main .new_advantage_son:last-of-type {
    width: 320px;
}

.new_advantage_son {
    float: left;
    /*width: 30%;*/
    /*padding-right: 5%;*/
    padding-bottom: 102px;
    overflow: hidden;
    text-align: center;
}

.new_advantage_son img {
    padding-bottom: 40px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.advantage_son_title {
    padding-bottom: 30px;
    text-align: center;
    font-size:22px;
    font-weight: 400;
    color: #000000;
}

.advantage_son_desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: left;
    line-height: 30px;
}

/*new_advantage pc end*/
/*new_service_area pc*/
.new_service_area {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    background-size: 100%;
    overflow: hidden;
    background-image: url(../newimages/service_area_bg.png);
}

.new_service_area .new_title {
    margin-top: 54px;
    color: #fff;
}

.new_title_words {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.new_service_area_main {
    margin-top: 67px;
    height: auto;
    overflow: hidden;
}

.new_service_area_one {
    padding-top: 44px;
    float: left;
    width: 118px;
    color: #fff;
    padding-right: 32px;
}

.one_en {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.1;
}

.one_title {
    padding-top: 12px;
    font-size: 22px;
    font-weight: 400;
}

.one_line {
    width: 51px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-top: 36px;
    margin-bottom: 52px;
}

.one_words {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 49px;
}

.new_service_area_one .two_one_more {
    display: block;
    width: 108px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.new_service_area_two {
    float: left;
}

.new_service_area_two .two_son:last-of-type {
    margin-right: 0;
}

.two_son {
    margin-right: 40px;
    float: left;
    margin-bottom: 75px;
}

.two_son_content {
    width: 210px;
    margin: 0 auto;
    height: auto;
    color: #fff;
}

.two_more {
    margin-top: 102px;
    display: none;
    width: 10px;
    height: 17px;
    background: url("../newimages/jiantou_xx.png") no-repeat;
}

.two_son_desc {
    font-size: 16px;
    font-weight: 400;
}

.two_son_img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.two_son_title {
    font-size: 20px;
    font-weight: 400;
}

.two_son .two_son_kefu {
    display: none;
    width: 108px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    background: #0241D0;
    margin-top: 32px;
    margin-bottom: 48px;
}

.area_avtive,
.two_son:hover {
    background: #fff;
    display: block;
    width: 270px !important;
}

.area_avtive .two_more,
.two_son:hover .two_more,
.two_son:hover .two_son_kefu,
.area_avtive .two_son_kefu {
    display: block !important;;
}

.area_avtive .two_son_title,
.two_son:hover .two_son_title,
.two_son:hover .two_son_desc,
.area_avtive .two_son_desc {
    color: #000 !important;
}

/*市政规划*/
.szgh .two_son_title {
    margin-top: 50px;
}

.szgh .two_son_desc {
    width: 165px;
    margin-top: 151px;
    margin-bottom: 40px;
}

.szgh:hover .two_son_desc,
.szgh.area_avtive .two_son_desc {
    margin-top: 94px !important;
}

/*轻钢建筑设计*/
.qhkzsj .two_son_title {
    margin-top: 212px;
    margin-bottom: 50px;
}

.qhkzsj .two_son_desc {
    width: 197px;
    margin-top: 39px;
}

.qhkzsj:hover .two_son_title,
.qhkzsj.area_avtive .two_son_title {
    margin-top: 94px !important;
}

/*景观设计*/
.jgsj .two_son_title {
    margin-top: 28px;
    margin-bottom: 50px;
}

.jgsj .two_son_desc {
    width: 149px;
    margin-top: 39px;
}

.jgsj:hover .two_son_title,
.jgsj.area_avtive .two_son_title {
    margin-top: 94px !important;
}

/*配套服务*/
.ptfw .two_son_title {
    margin-top: 50px;
}

.ptfw .two_son_desc {
    width: 181px;
    margin-top: 35px;
    margin-bottom: 50px;
}

.ptfw:hover .two_son_desc,
.ptfw.area_avtive .two_son_desc {
    margin-top: 94px !important;
}

/*new_service_area pc end*/
/*new_cases pc*/
.new_cases {
    padding-top: 58px;
    padding-bottom: 74px;
}

.new_cases .new_title_words {
    color: #666666;
    padding-bottom: 47px;
}

.table_cases {
    width: 520px;
    display: block;
    overflow: hidden;
}

.case_active,
.table_case_category:hover {
    color: #0241D0 !important;
    border-color: #0241D0 !important;
}

.table_cases .table_case_more {
    margin-right: 0;
}

.table_case_more,
.table_case_category {
    width: 120px;
    height: 36px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
    text-align: center;
}

.new_cases_main {
    padding-top: 55px;
    overflow: hidden;
    padding-bottom: 63px;
}

.table_case_content .table_case_son:nth-of-type(2),
.table_case_content .table_case_son:nth-of-type(4) {
    padding-right: 0;
}

.table_case_son {
    float: left;
    width: 590px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.case_son_words {
    height: 210px;
    overflow: hidden;
    background: #F8F8F8;
    padding: 0 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case_title {
    display: block;
    margin-top: 40px;
    margin-bottom: 29px;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.case_desc {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.case_link {
    margin-top: 34px;
    width: 32px;
    height: 18px;
    display: block;
}

.case_more {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #0241D0;
    border-radius: 25px;
    margin: 0 auto;
    font-size: 18px;
}

/*new_cases pc end*/
/*new_environment pc*/
.new_environment {
    height: auto;
    max-height: 1241px;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
    background: url("../newimages/environment.png");
}

.new_environment .new_title {
    margin-top: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.department {
    overflow: hidden;
    width: 244px;
    margin: 54px auto 57px;;
}

.department li {
    width: 120px;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px 0px 0px 18px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.department li:nth-of-type(2) {
    border-radius: 0px 18px 18px 0px;
}

.d_active {
    background: #fff !important;
    color: #000 !important;
}

.department_staff {
    width: 100%;
    height: auto;
    max-height: 798px;

}

.staff_pics {
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 798px;
}

.staff_pics a {
    float: left;
    display: block;
    width: 33.3%;
}

.staff_page {
    position: relative !important;
    width: 94px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    opacity: 0.55;
    margin: 64px auto 81px;
    border-radius: 20px;
}

.staff_page span {
    width: 11px;
    height: 11px;
    margin: calc((25px - 11px) / 2) 3px 0;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet:visited {
    background: #007aff !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    /*font-size: .18px;*/
    /*background: #fff;*/
    height: 50%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*new_environment pc end*/
/*new_consulting pc*/
.new_consulting {
    padding-top: 97px;
    overflow: hidden;
}

.new_consulting .new_title {
    padding-bottom: 23px;
}

.new_consulting .title_short_line {
    background: #1E2752;
}

.new_consulting .new_title_words {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.new_consulting_form {
    padding-top: 84px;
    overflow: hidden;
}

.consulting_form {
    width: 591px;
    height: 724px;
    border: 1px #F2F2F2 solid;
}

.consulting_img {
    width: 592px;
    height: 145px;
    opacity: 0.3;
    border-radius: 20px 20px 0px 0px;
}

.form_consulting {
    padding-top: 43px;
    margin: 0 75px;
    background: #fff;
    position: relative;
}

.form_consulting label:first-of-type {
    position: absolute;
    left: 8px;
    top: 75px;
}

.form_consulting label {
    color: red;
}

.form_consulting label:last-of-type {
    position: absolute;
    left: 80px;
    top: 178px;
}

.form_consulting input[type='text'],
.form_consulting input[type='number'] {
    width: 442px;
    border: none;
    height: 70px;
    background: #F2F2F2;
    border-radius: 10px;
    text-indent: 15px;
}

.form_consulting input {
    margin-bottom: 20px;
}

.form_consulting textarea {
    background: #F2F2F2;
    height: 140px;
    width: 442px;
    margin-bottom: 37px;
    border: none;
    text-indent: 15px;
}

.form_consulting input[type='submit'] {
    width: 440px;
    height: 70px;
    background: #0241D0;
    border-radius: 10px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    border: none;
    font-size: 18px;
    position: relative;
}

.consulting_form span {
    position: absolute;
    left: 280px;
    top: 457px;
    width: 9px;
    height: 15px;
}

.form_consulting p {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    background: url("../newimages/form_consulting_p.png") no-repeat left center;
}

.consulting_pics {
    margin-left: 10px;
    width: 592px;
    height: 724px;
    background: #F2F2F2;
    border-radius: 0px 20px 20px 0px;
}

.consulting_pics .consulting_pic {
    margin: 86px 48px 49px 85px;
}

.consulting_pics .consulting_pic:last-of-type,
.consulting_pics .consulting_pic:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
}

.consulting_pics .consulting_pic:last-of-type,
.consulting_pics .consulting_pic:nth-of-type(3) {
    margin-top: 0;
}

.consulting_pic img {
    max-width: 100%;
}

.consulting_pic p {
    margin: 19px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

/*new_consulting pc end*/
/*customers pc end*/
/*new_contact pc*/
.new_box {
    width: 1600px;
    margin: 0 auto;
}

.new_postion {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-left: 21px;
}

.w1600 {
    width: 1600px;
}

.new_contact_map {
    max-width: 1920px;
    max-height: 572px;
    background: #EEF0F2;
}

.new_contact_map .w1600 {
    margin: 0 auto;
    padding: 55px 0;
    overflow: hidden;
}

.contact_words {
    width: 620px;
    height: 460px;
    background: #FFFFFF;
}

.contact_title {
    padding-top: 49px;
    padding-left: 35px;
    padding-bottom: 37px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    border-bottom: 1px solid #EEF0F2;
}

.contact_words .contact_word:first-of-type {
    margin-top: 20px;
}

.contact_word {
    margin-left: 50px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #000000;
    font-weight: 400;
    line-height:55px;
}

.contact_word span {
    color: #E62129;
}

.contact_map_main {
    width: 910px;
    height: 460px;
    padding-left: 10px;
}

.contact_map_main img {
    width: 910px;
    height: 460px;
}

.new_contact2 {
    height: 102.5px;
}

.new_contact3 {
    width: 100%;
    height: 1089px;
    background: url("../newimages/contact_form.png") center bottom no-repeat;
    background-size: cover;
}

.new_contact3_title {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-top: 102px;
    padding-bottom: 39px;
}

.new_contact3_desc {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    text-align: center;
}

.new_contact3 form {
    width: 1020px;
    margin: 90px auto 134px;
}

.your_tel {
    width: 500px;
    margin-right: 20px;
    position: relative;
}

.your_name {
    width: 500px;
    position: relative;
}

.tel_title, .name_title {
    margin-left: 28px;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.your_tel input,
.your_name input {
    width: 500px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
}

.new_content {
    overflow: hidden;
    width: 100%;
    display: block;
}

.content_title {
    padding-top: 19px;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 30px;
}

.new_content textarea {
    width: 1018px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px;
}

.new_contact3 form .submit {
    display: block;
    width: 500px;
    height: 60px;
    background: #E62129;
    border-radius: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    margin: 60px auto 28px;
    border: none;
}

.new_content_desc {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.new_contact3 form input[type="text"],
.new_contact3 form input[type="number"] {
    text-indent: 30px;
}

.new_contact3 form input[type="text"]::-webkit-input-placeholder,
.new_contact3 form input[type="number"]::-webkit-input-placeholder,
.new_contact3 form textarea[class="content_content"]::-webkit-input-placeholder {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    padding-left: 30px;
    color: #000000;
}

.new_contact3 form input[type="text"]::-moz-placeholder,
.new_contact3 form input[type="number"]::-moz-placeholder,
.new_contact3 form textarea[class="content_content"]::-moz-placeholder {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    padding-left: 30px;
    color: #000000;
}

.new_contact3 form input[type="text"]:-ms-input-placeholder,
.new_contact3 form input[type="number"]:-ms-input-placeholder,
.new_contact3 form textarea[class="content_content"]:-ms-input-placeholder {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    padding-left: 30px;
    color: #000000;
}

.new_contact3 form input[type="text"]:-moz-placeholder,
.new_contact3 form input[type="number"]:-moz-placeholder,
.new_contact3 form textarea[class="content_content"]:-moz-placeholder {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    padding-left: 30px;
    color: #000000;
}

.your_tel label {
    position: absolute;
    left: 50px;
    top: 71px;
    color: #E60000;
    font-size: 20px;
}

.your_name label {
    position: absolute;
    left: 50px;
    top: 71px;
    color: #E60000;
    font-size: 20px;
}

/*new_contact pc end*/
/*new_special2 pc*/
.special2_title{
    text-align: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.title_words{
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
/*special2_advantage pc*/

.special2_advantage{
    padding-top: 104px;
}
.special2_advantage .special2_title{
    color: #000000;
}
.special2_advantage .title_words{
    color: #000000;
}
.special2_main{
    padding-top: 134px;
    overflow: hidden;
}
.special2_main .s2m_son:last-of-type{
    padding-right: 0;
}
.s2m_son{
    float: left;
    width: 297px;
    padding-right: 4px;
}
.s2m_son_title{
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    width: 128px;
    height: 142px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    background: url("../newimages/s2m_son_title_img.png") no-repeat;
}
.special2_main .s2m_son:nth-of-type(2) .s2m_son_title{
    padding-top: 50px;
}

.special2_main .s2m_son:nth-of-type(odd){
    background: url("../newimages/s2m_son_main_img01.png") no-repeat center 53px;
}
.special2_main .s2m_son:nth-of-type(even) {
    background: url("../newimages/s2m_son_main_img02.png") no-repeat center 53px;
}
.s2m_son_main{
    position: relative;
    width: 297px;
    height: 571px;
}
.s2m_son_one{
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.s2m_son_one span{
    font-size: 36px;
}
.s2m_son_line{
    width: 64px;
    height: 5px;
    margin: 30px auto 27px;
    background: #000000;
    opacity: 0.1;
    border-radius: 3px;
}
.special2_main .s2m_son:nth-of-type(2) .s2m_son_one{
    margin-top: -20px;
}
.s2m_son_two{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    height: 220px;
}
.s2m_son_three{
    position: absolute;
    left: 0;
    bottom: 162px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
}
/*special2_advantage pc end*/
/*special2_ad pc */
.special2_ad{
    width: 100%;
    height: auto;
    background: #0075A9;
    overflow: hidden;
}
.ad_logo{
    padding-top: 116px;
    padding-bottom: 50px;
    width: 261px;
    height: 218px;
    margin: 0 auto;
    overflow: hidden;
}
.ad_logo img{
    width: 100%;
    height: auto;
}
.ad_yline{
    margin: 0 auto;
    width: 4px;
    height: 65px;
    background: #FFFFFF;
}
.ad_title{
    padding-top: 34px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing:20px;
}
.ad_word{
    width: 560px;
    margin: 16px auto 0;
    overflow: hidden;
    padding-bottom: 110px;
}
.ad_word span{
    width: 114px;
    height: 40px;
    background: #1A83B2;
    border-radius: 4px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 24px;
    float: left;
    margin-right: 24px;
    text-align: center;
}
.ad_link{
    border: 2px solid #FFFFFF;
    display: block;
    width: 210px;
    margin: 0 auto 141px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
/*special2_ad pc end*/
/*special2_process pc */
.special2_process{
    margin-top: 94px;
    margin-bottom: 100px;
}
.process_main{
    margin-top: 74px;
}
.process_main .process_main_son{
    width: 100%;
    overflow: hidden;
}
.pmson_img,.pmson_words{
    float: left;
}
.pmson_img{
    width: 236px;
}
.pmson_img img{
    width: 100%;
    height: auto;
}
.pmson_words{
    width: 963px;
    height: 229px;
    background: #FFFFFF;
    border: 2px solid #F9F9F9;
    box-sizing: border-box;
}
.words_title{
    padding-left: 50px;
    padding-top: 52px;
    padding-bottom: 29px;
    font-size: 36px;
    font-weight: bold;
    color: #0075A9;
}
.pm_line{
    margin-left: 50px;
    width: 66px;
    height: 5px;
    background: #DCDCDC;
    margin-bottom: 23px;
}
.pm_desc{
    padding-left: 50px;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}
/*special2_process pc end*/
/*special2_cases  end*/
.special2_cases{
    width: 100%;
    min-height: 818px;
    background: url("../newimages/special2_cases_bg.png") no-repeat center center;
    background-size: 100%;
    position: relative;
    margin-bottom: 246px;
}
.sc_title_en{
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 39px;
}
.sc_title_cn{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.sc_desc{
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 55px;
}
.sc_link{
    float: left;
    display: block;
    width: 118px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.tab_case_main{
    position: absolute;
    left: calc((100% - 1200px)/2);
    top: 405px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
}
.tab_case_imgs{
    width: 520px !important;
    float: right;
    padding-bottom: 38px;
}

.tab_case_imgs li{
    float: left;
    width: 121px;
    height: 76px;
    margin-right: 9px;
}
.tab_case_imgs li img{
    width: 121px;
    height: 71px;
    border: 2px solid #FFFFFF;
}
.tab_case_imgs li.c_active img{
    opacity: .6;
    border: 2px solid #FFFFFF;
}

.tab_contents .tab_son.c_active{
    display: block;
}

.tab_contents .tab_son{
    /*display: none;*/
    width: 100%;
    overflow: hidden;
}
.tab_contents .swiper-slide {
     text-align: left;
     background: #fff;
     height: auto;
     display: block;
     justify-content: left;
     align-items: flex-start;
}
.tab_word,.tab_pic{
    float: left;
    width: 600px;
    height: 404px;
}
.tab_word{
    background: #fff;
}
.tab_title{
    font-size: 24px;
    font-weight: bold;
    color: #0075A9;
    line-height: 24px;
    margin-left: 48px;
    margin-top: 102px;
    margin-bottom: 35px;
}
.tab_desc{
    width: 457px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-left: 48px;
    margin-bottom: 45px;
}
.tab_link{
    margin-left: 48px;
    display: block;
    width: 118px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #0075A9;
    font-size: 16px;
    font-weight: bold;
    color: #0075A9;
}
.gallery-thumbs .swiper-slide {
    margin-right: 0 !important;
    width: 25% !important;
    height: 100%;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/*special2_cases pc end*/
/*special2_consulting pc*/
.special2_consulting{
    width: 100%;
    min-height: 1128px;
    background: url("../newimages/special2_consulting_bg.png") no-repeat center center;
    background-size: 100%;
}
.special2_consulting .special2_title{
    padding-top: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.special2_consulting .title_words{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.s2_consulting_main{
    margin-top: 49px;
    background: #FFFFFF;
    overflow: hidden;
}
.s2_consulting_form{
    padding: 81px 107px 109px 58px;
    float: left;
    width: 442px;
}
.consulting_form_title{
    width: 427px;
    height: 31px;
    padding-bottom: 46px;
}
.consulting_form_title img{
    width: 100%;
    height: auto;
}
.s2_consulting_main form input{
    margin-bottom: 20px;
    width: 100%;
    height: 70px;
}
.consulting_main{
    position: relative;
}
.s2_consulting_main form label:first-of-type{
    left: 20px;
    top: 30px;
}
.s2_consulting_main form label{
    position: absolute;
    left: 20px;
    top: 120px;
    color: #E60000;
    font-size: 20px;
}
.s2_consulting_main form input[type="submit"]{
    width: 442px;
    height: 70px;
    line-height: 70px;
    background: #9C3B2F;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    border: none;
}
.s2_consulting_main form textarea[class="content_content"]{
    height: 170px;
    width: 100%;
    margin-bottom: 37px;
    background: #F2F2F2;
    border: none;
}
.s2_consulting_main form input[type="text"],
.s2_consulting_main form input[type="number"]
{
    text-indent: 30px;
    background: #F2F2F2;
    border: none;
}

.consulting_main form input[type="text"]::-webkit-input-placeholder,
.consulting_main form input[type="number"]::-webkit-input-placeholder
{
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    padding-left: 30px;
}
.s2_consulting_main form textarea[class="content_content"]::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    padding-left: 10px;
}
.s2_consulting_ad{
    margin-top: 89px;
    width: 556px;
    float: left;
}
.s2_consulting_ad .s2c_ad_son:nth-of-type(2),
.s2_consulting_ad .s2c_ad_son:nth-of-type(4)
{
    padding-right: 0;
}
.s2_consulting_ad .s2c_ad_son:nth-of-type(3),
.s2_consulting_ad .s2c_ad_son:nth-of-type(4)
{
    padding-bottom: 0;
}
.s2c_ad_son{
    float: left;
    width: 273px;
    height: 202px;
    padding-right: 10px;
    padding-bottom: 66px;
}
.s2c_ad_son img{
    width: 100%;
    height: auto;
}
.s2c_ad_son p{
    padding-top: 21px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.s2_consulting_desc{
    margin: 52px 0 59px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.menu_kefu{
    display: none;
}
.message{
    display: none;
}
.liuyan .box{
    display: none;
}
/*special2_consulting pc end*/
/*new_special2 pc end*/
