@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font: 16px "微软雅黑""Times New Roman", Arial, Helvetica, sans-serif;
}

* {
    word-wrap: break-word;
}

img {
    vertical-align: top;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

input {
    outline: 0;
}

.bigzm {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #999999;
    caret-color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}

.arrowGo {
    animation: arrowGo 2.5s infinite;
    -webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
    0% {
        -webkit-transform: translate(0, 30%);
    }

    50% {
        -webkit-transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, 30%);
    }
}

@keyframes arrowGo {
    0% {
        transform: translate(0, 30%);
    }

    50% {
        transform: translate(0, 0%);
    }

    100% {
        transform: translate(0, 30%);
    }
}

.ui_div {
    width: 100%;
    overflow: hidden;
}

.ui_div_con {
    width: 1200px;
    margin: 0px auto;
}

/* 导航栏 start*/

/*手机导航*/

/* CSS Document */

.phone_nav {
    float: left;
    display: none;
}

.phone_nav.fixedmenu {
    position: fixed;
    top: 0px;
    background-color: #000;
    left: 0px;
    z-index: 100000;
    background-color: rgba(163, 163, 163, 0);
}

.phone_logo {
    padding: 10px 0px;
}

.phone_logo .p1 img {
    width: auto;
    height: 61px;
    position: absolute;
    top: 15px;
    right: 2.5%;
    transition: all 0.6s;
}

.phone_logo:hover .p1 img {
    transform: scale(1.1);
}

@media screen and (max-width:1920px) {
    .phone_logo .p1 {
        display: block;
        width: 100%;
        display: inline-block;
        position: relative;
    }

    /*.header{ display:none;}*/
    .phone_logo {
        width: 100%;
        box-sizing: border-box;
    }

    .phone_nav {
        display: block;
        position: relative;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0;
        display: block;
        z-index: 100000;
        background-color: rgba(163, 163, 163, 0);
        /* opacity: 1; */
    }

    /*导航按钮*/
    .phone_nav .nav_but_box {
        display: block;
        position: absolute;
        width: 39px;
        height: 30px;
        left: 40px;
        top: 50%;
        margin-top: -15px;
        z-index: 1;
        transition: all 0.7s;
        -webkit-transition: all 0.7s;
        cursor: pointer;
    }

    .phone_nav .nav_but_nb {
        display: block;
        position: absolute;
        width: 39px;
        height: 30px;
        left: 27px;
        top: 55%;
        margin-top: -15px;
        z-index: 1;
        transition: all 0.7s;
        -webkit-transition: all 0.7s;
        cursor: pointer;
    }

    .phone_nav .nav_but {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 3px;
        z-index: 2;
        margin: 13px 0 0 5px;
        background: #000;
        border-radius: 9px;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .phone_nav .nav_but:before, .nav_but:after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        position: absolute;
        background: #000;
        border-radius: 9px;
        transition-property: margin, -webkit-transform;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
    }

    .phone_nav .nav_but:before {
        margin-top: -9px;
        border-radius: 5px;
    }

    .phone_nav .nav_but:after {
        margin-top: 9px;
        border-radius: 5px;
        width: 30px;
    }

    .phone_nav .nav_main img {
        position: absolute;
        top: 5%;
        right: 3%;
        width: 10%;
    }

    /*栏目名称*/
    .phone_nav .nav_main {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 0;
        transition: all 0.4s ease 0.3s;
        -webkit-transition: all 0.4s ease 0.3s;
        background-color: #fff;
        overflow: hidden;
    }

    .phone_nav .nav_main ul {
        padding: 0px 10%;
        margin-top: 12%;
    }

    .phone_nav .nav_main ul .li_two .ul_2 {
        padding: 0px 0%;
        margin-top: 0%;
        display: none;
    }

    .phone_nav .nav_main ul .li_two .ul_2 .li_2 a {
        font-size: 20px !important;
    }

    .phone_nav .nav_main li a {
        background-position: left;
        color: #333;
        height: 46px;
        line-height: 46px;
        display: inline-block;
        background-size: 32px;
        background-repeat: no-repeat;
        font-size: 24px;
        padding: 0 5px;
        text-decoration: none;
    }

    .phone_nav .nav_main ul .li_one .ul_1 {
        padding: 0px 0%;
        margin-top: 0%;
        display: none;
    }

    .phone_nav .nav_main ul .li_one .ul_1 .ul_xx .ul_s_1 {
        margin-top: 0 !important;
        display: none;
    }

    .phone_nav .nav_main ul .li_one .ul_1 .li_1 .ul_s {
        margin-top: 0;
        display: none;
    }

    .phone_nav .nav_main ul .li_one .ul_1 li a {
        font-size: 20px !important;
    }

    .phone_nav .nav_main li a:hover {
        background-color: #333333;
        color: #fff;
    }

    .phone_nav .nav_main .ss {
        border: 1px solid #fff;
        margin-top: 20px;
    }

    .phone_nav .nav_main .ss .p2 {
        float: right;
    }

    .phone_nav .nav_main .ss .p2 input {
        border: 0;
        width: 34px;
        height: 34px;
    }

    .phone_nav .nav_main .ss .p1 {
        display: block;
        margin: 0 34px 0 5px;
    }

    .phone_nav .nav_main .ss .p1 input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: none;
        border: 0;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #fff;
    }

    .phone_nav .nav_main li b {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0px;
        width: 50%;
        height: 50px;
        background: url("../images/") center right no-repeat;
        z-index: 99;
    }

    .phone_nav .nav_main .ul {
        padding: 0 0 0px 40px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s;
        -webkit-transition: max-height 0.4s;
    }

    .phone_nav .nav_main .ul li {
        padding: 0;
        border-bottom: 0;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .phone_nav .nav_main .ul li a {
        padding: 0;
        height: auto;
        line-height: 30px;
        font-weight: normal
    }

    .phone_nav .nav_main .b_one .ul {
        max-height: 300px;
        padding: 0 0 0px 20px;
        margin-bottom: 10px;
    }

    .phone_nav .nav_main li {
        width: 100%;
        transform: translateX(100px);
        /* -webkit-transform: translateX(100px);
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease; */
        padding: 0 20px;
        position: relative;
    }

    .phone_nav .nav_main li:nth-of-type(1) {
        transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
    }

    .phone_nav .nav_main li:nth-of-type(2) {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    .phone_nav .nav_main li:nth-of-type(3) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
    }

    .phone_nav .nav_main li:nth-of-type(4) {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }

    .phone_nav .nav_main li:nth-of-type(5) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .phone_nav .nav_main li:nth-of-type(6) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(7) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(8) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(9) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(10) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    /*打开样式*/
    .phone_nav_one {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .phone_nav_one .nav_main {
        opacity: 1;
        width: 100%;
        overflow: inherit;
    }

    .phone_nav_one .nav_but {
        background: rgba(0, 0, 0, 0);
    }

    .phone_nav_one .nav_but:before {
        margin-top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .phone_nav_one .nav_but:after {
        margin-top: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .phone_nav_one .nav_but_box {
        opacity: 0.8;
    }

    .phone_nav_one .nav_main li {
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@media screen and (max-width:1200px) {
    .phone_logo .p1 {
        display: block;
        width: 100%;
        display: inline-block;
        position: relative;
    }

    .phone_logo {
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .phone_nav {
        display: block;
        position: relative;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0;
        display: block;
        z-index: 100000;
        background-color: #000;
        opacity: 1;
    }

    /*导航按钮*/
    .phone_nav .nav_but_box {
        display: block;
        position: absolute;
        width: 39px;
        height: 30px;
        left: 40px;
        top: 50%;
        margin-top: -15px;
        z-index: 1;
        transition: all 0.7s;
        -webkit-transition: all 0.7s;
    }

    .phone_nav .nav_but {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 3px;
        z-index: 2;
        margin: 13px 0 0 5px;
        background: #000;
        border-radius: 9px;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .phone_nav .nav_but:before, .nav_but:after {
        content: '';
        display: block;
        width: 25px;
        height: 3px;
        position: absolute;
        border-radius: 9px;
        background: #000 !important;
        transition-property: margin, -webkit-transform;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
    }

    .phone_nav .nav_but:before {
        margin-top: -9px;
    }

    .phone_nav .nav_but:after {
        margin-top: 9px;
        width: 18px;
    }

    /*栏目名称*/
    .phone_nav .nav_main {
        height: 100%;
        position: fixed;
        left: 0;
        opacity: 0;
        width: 0;
        transition: all 0.4s ease 0.3s;
        -webkit-transition: all 0.4s ease 0.3s;
        background-color: #fff;
        overflow: hidden;
    }

    .phone_nav .nav_main ul {
        padding: 0 20px;
        margin-top: 40px;
    }

    .phone_nav .nav_main li a {
        background-position: left;
        color: #333;
        height: 46px;
        line-height: 46px;
        display: inline-block;
        background-size: 32px;
        background-repeat: no-repeat;
        font-size: 14px;
    }

    .phone_nav .nav_main .ss {
        border: 1px solid #fff;
        margin-top: 20px;
    }

    .phone_nav .nav_main .ss .p2 {
        float: right;
    }

    .phone_nav .nav_main .ss .p2 input {
        border: 0;
        width: 34px;
        height: 34px;
    }

    .phone_nav .nav_main .ss .p1 {
        display: block;
        margin: 0 34px 0 5px;
    }

    .phone_nav .nav_main .ss .p1 input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: none;
        border: 0;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #fff;
    }

    .phone_nav .nav_main li b {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0px;
        width: 50%;
        height: 50px;
        background: url("../images/lmfooter_bottom.png") center right no-repeat;
        z-index: 99;
    }

    .phone_nav .nav_main .ul {
        padding: 0 0 0px 40px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s;
        -webkit-transition: max-height 0.4s;
    }

    .phone_nav .nav_main .ul li {
        padding: 0;
        border-bottom: 0;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .phone_nav .nav_main .ul li a {
        padding: 0;
        height: auto;
        line-height: 30px;
        font-weight: normal
    }

    .phone_nav .nav_main .b_one .ul {
        max-height: 300px;
        padding: 0 0 0px 20px;
        margin-bottom: 10px;
    }

    .phone_nav .nav_main li {
        width: 100%;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        padding: 0 20px;
        position: relative;
    }

    .phone_nav .nav_main li:nth-of-type(1) {
        transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
    }

    .phone_nav .nav_main li:nth-of-type(2) {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    .phone_nav .nav_main li:nth-of-type(3) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
    }

    .phone_nav .nav_main li:nth-of-type(4) {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }

    .phone_nav .nav_main li:nth-of-type(5) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .phone_nav .nav_main li:nth-of-type(6) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(7) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(8) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(9) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(10) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    /*打开样式*/
    .phone_nav_one {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .phone_nav_one .nav_main {
        opacity: 1;
        width: 100%;
        overflow: inherit;
    }

    .phone_nav_one .nav_but {
        background: rgba(0, 0, 0, 0);
    }

    .phone_nav_one .nav_but:before {
        margin-top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .phone_nav_one .nav_but:after {
        margin-top: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .phone_nav_one .nav_but_box {
        opacity: 0.8;
    }

    .phone_nav_one .nav_main li {
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@media screen and (max-width:470px) {

    /*--768-0--*/
    .phone_logo {
        padding: 10px 10px
    }

    /* .phone_nav .nav_main ul {
        height: 410px;
    } */
    .phone_nav .nav_main .b_one .ul {
        height: auto;
    }
}

@media screen and (max-width:758px) {

    /*--768-0--*/
    /*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
    .phone_nav .nav_main ul {
        margin-top: 20px;
        /* height: 550px; */
        overflow-y: auto;
        box-sizing: border-box;
    }

    .phone_nav .nav_main .b_one .ul {
        height: auto;
    }
}

.container {
    background-color: #ffffff;
}

/* 导航栏 end */

/* toubu */

/* banner start */

#banner {
    width: 100%;
    position: relative;
    height: 949px !important;
    top: -100px;
}

/* #banner .wenzi {
    position: absolute;
    top: 47%;
    left: 17%;
    font-family: SourceHanSansCN-Medium;
    font-size: 65px;
    letter-spacing: 6px;
    color: #ffffff;
    z-index: 99999;
} */

.container .home-swiper .swiper-wrapper .swiper-slide .wenzi {
    position: absolute;
    top: 47%;
    left: 17%;
    font-family: SourceHanSansCN-Medium;
    font-size: 65px;
    letter-spacing: 6px;
    color: #ffffff;
    z-index: 99999;
}

#banner .xiahua {
    position: absolute;
    top: 93.5%;
    left: 48.6%;
    width: 2.6%;
    height: 5%;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    background-color: #fff;
}

#banner .xiahua:hover {
    background-color: #000;
}

#banner .xiahua img {
    width: 20px;
    height: 10px;
    margin-top: 20px;;
}

.home-swiper {
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/

.home-swiper .swiper-slide .s1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.home-swiper .swiper-wrapper .swiper-slide:hover .s1 img {
    transform: scale(1.1) !important;
}


.home-swiper .swiper-slide .s1 img {
    transition: all 0.6s !important;
}

.home-swiper .swiper-slide .s1 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-swiper .swiper-slide .s2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.home-swiper .swiper-slide .s2 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 10px !important;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative;
    -moz-border-radius: 100%;
    /* Gecko browsers */
    -webkit-border-radius: 100%;
    /* Webkit browsers */
    border-radius: 100%;
    /* W3C syntax */
}

.home-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    text-align: center;
    bottom: 40px;
}

/* banner end */


.about {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}

.about h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 60px;
    font-weight: 700;
    margin-top: 0;
}

.about .about_c {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 40px;
}

/* .about .about_c {
   font-weight: 700;
    display: inline-block;
} */

.skip {
    width: 100%;
    /* background: url(../images/sy_4t.jpg) no-repeat center; */
    display: block;
    cursor: pointer;
    text-align: center;
}

.skip img {
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
}

.skip span {
    font-size: 37px;
    color: #fff;
}

.skip .box_1 {
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    margin: 30px auto 0;
}

.skip .box_1 img {
    width: 14px;
    margin-top: 10px;
}

/*  ~~~~~~~~~~~~ 新闻 start */

.i_box5 {
    width: 100%;
    padding: 35px 0px 100px 0px;
}

.i_box5_t {
    width: 100%;
    padding: 70px 0px 0px 0px;
}

.i_box5_c {
    width: 100%;
    padding-top: 75px;
}

.i_box5_c li {
    width: 23%;
    float: left;
    margin-right: 2.6%;
}

.i_box5_c li .div {
    width: 100%;
    background-color: #00447c;
    display: inline-block;
    overflow: hidden;
    /* float: left; */
    color: #fff;
    font-size: 18px;
    /* -moz-border-radius: 30px; */
    /* Gecko browsers */
    /* -webkit-border-radius: 30px; */
    /* Webkit browsers */
    /* border-radius: 30px; */
    /* W3C syntax */
    padding: 40px 5px 25px 5px;
}

.i_box5_c li .div .a_img {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.i_box5_c li .div .a_text {
    width: 100%;
    height: 60px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.ny_wmscy_con32 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 65px !important;
}

.ny_wmscy_con32 .swiper-slide {
    width: 100%;
    color: #333333;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ny_wmscy_con32 .swiper-slide .div {
    width: 100%;
    background-color: #fff;
    float: left;
    border: 0 !important;
    box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.10);
    color: #000;
    font-size: 16px;
    overflow: hidden;
}

.ny_wmscy_con32 .swiper-slide .div:hover {
    text-decoration: none;
    color: #000;
}

.ny_wmscy_con32 .swiper-slide .div .a_img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.ny_wmscy_con32 .swiper-slide .div:hover .a_img img {
    transform: scale(1.1);
}

.ny_wmscy_con32 .swiper-slide .div .a_img img {
    width: 100%;
    transition: all 0.6s;
}

.ny_wmscy_con32 .swiper-slide .div .a_text {
    width: 100%;
    padding: 25px 8% 35px 8%;
    text-align: initial;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s1 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 23px;
    color: #666;
    font-size: 20px;
    font-weight: bold;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .times {
    margin-bottom: 20px;
    color: #666;
}

.ny_wmscy_con32 .swiper-slide .div:hover .a_text .s1 {
    color: #000;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s2 {
    width: 100%;
    margin-bottom: 20px;
    line-height: 25px;
    overflow: hidden;
    height: 60px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s3 .more_btn {
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
    background: url(../images/tz_2_09.png) right center no-repeat;
    color: #555;
    font-weight: bold;
}

.ny_wmscy_con32.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.wmscy-pagination32 .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    background-color: #cccccc;
    opacity: 1;
    position: relative;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
    margin: 0px 9px !important;
    right: 0;
}

.wmscy-pagination32 .swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.i_box1_t_l_t {
    width: 100%;
    font-size: 22px;
    color: #999999;
    line-height: 1.5;
}

.i_box1_t_l_t.active {
    text-align: center;
}

.i_box1_t_l_t .s1 {
    color: #000000;
    font-size: 34px;
    font-weight: bold;
}

/*.i_box5_t .wmscy_next32{width:40px; height:57px; background:url(../images/tb_06s.png) no-repeat; right:0px; top:50%; margin-top:-58.5px; background-size:100%; outline:0;}
.i_box5_t .wmscy_prev32{width:40px; height:57px; background:url(../images/tb_5s.png) no-repeat; left:0px; top:50%; margin-top:-58.5px; background-size:100%; outline:0;}
*/

/*  ~~~~~~~~~~~~ 新闻 end */

.quanbu {
    position: relative;
    z-index: 1;
    margin: 40px auto 80px;
    text-align: center;
    width: 127px;
    height: 44px;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #050001;
    text-decoration: none !important;
}

.quanbu:hover {
    box-shadow: 2px 5px 20px 0px rgba(78, 77, 78, 0.397);
}

.quanbu span {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 44px;
    color: #000000;
}

/* 遮罩层 */

.quanbu::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 4px;
    background-color: rgb(190, 188, 188);
    transition: all .4s;
}

.quanbu:hover::before {
    left: 0;
    width: 100%;
}

.leixing {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.leixing .leixing_1 {
    padding: 0 10%;
}

.leixing_1 .l_x {
    width: 31.8%;
    margin-bottom: 4%;
    margin-right: 2.3%;
    text-decoration: none !important;
    cursor: pointer;
    float: left;
    overflow: hidden;
    background-color: #7a7d81;
    position: relative;
    top: 0;
    left: 0;
}

.leixing_1 .l_x:last-child {
    margin-right: 0;
}

.l_x:hover .l_x_1 .bj_tz {
    background-color: #fff;
}

.l_x:hover .l_x_1 {
    background: none !important;
}

.l_x:hover .lei_sst {
    transform: scale(1.1);
}

.l_x .lei_sst {
    width: 100%;
    height: 100%;
    /* display: none; */
    transition: all 0.6s;
}

.l_x .l_x_1 {
    width: 100%;
    height: 100%;
    padding: 18% 0 16% 0;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 22;
    background-color: #7a7d81;
}

.l_x .l_x_1:hover {
    transition: all 0.6s;
}

.l_x .l_x_1 span {
    font-family: MicrosoftYaHei;
    font-size: 25px;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 13%;
    display: block;
}

.l_x .l_x_1 .bj_tz {
    width: 9%;
    height: 37px;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
}

.l_x .l_x_1 .bj_tz img {
    width: 10px;
    height: 16px;
    margin-top: 10px;
    /* transition: all 0.6s; */
}

/* .leixing_1 .l_x:hover .l_x_1 .bj_tz img {
    transform: scale(1.1);
} */

/* footer start  */
.weibus {
    width: 100%;
    background-color: #38393b;
    text-align: center;
    padding: 74px 0 40px 0;
}

.weibus .box_weibu {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.weibus .box_weibu .weibu_ss {
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

.weibus .box_weibu .ipt {
    position: absolute;
    width: 15%;
    left: 11.3%;
    height: 30px;
    float: right;
    padding-left: 5px;
    margin-left: 5px;
    display: none;
    margin-top: 2px;
}

.weibus .box_weibu .ipt .form_ipt {
    height: 100%;
}

.weibus .box_weibu .ipt .form_ipt .ipt_1 {
    width: 80%;
    height: 100%;
    float: left;
    padding-left: 7px;
    outline: none;
    border: 0;
    border-radius: 0;
}

.weibus .box_weibu .ipt .form_ipt .ipt_2 {
    width: 37px;
    height: 100%;
    float: left;
    border-left: 1px solid #000 !important;
    outline: none;
    border: 0;
    border-radius: 0;
}

.weibus .box_weibu .weibu_lx {
    margin: 0px auto 0;
    width: 20%;
    display: inline-block;
}

.weibus .box_weibu .weibu_lx .weibu_z {
    float: left;
}

.weibus .box_weibu .weibu_lx .weibu_z a {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.weibus .box_weibu .weibu_lx .weibu_y a:hover {
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3);
}

.weibus .box_weibu .weibu_lx .weibu_z a:hover {
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3);
}

.weibus .box_weibu .weibu_lx .weibu_y {
    float: right;
}

.weibus .box_weibu .weibu_lx .weibu_y a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    text-decoration: none;
}

.weibus .box_weibu .weibu_logo {
    float: right;
    display: block;
}

.weibus .box_weibu .weibu_logo img {
    width: 78%;
}

.weibus .box_weibu .dizhu {
    margin-top: 5%;
    height: 51px;
    padding-top: 23px;
    border-top: 1px solid #6c6c6c;
}

.weibus .box_weibu .dizhu .copyright {
    /* margin-top: 20px; */
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
}

/* footer end */

/* 回到顶部按钮 start */

.wx_top {
    height: 7.4%;
    position: fixed;
    right: 35px;
    top: 80%;
    text-align: center;
    border-radius: 50%;
    z-index: 111;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.wx_top img {
    margin-top: 42%;
    width: 41%;
}

.wx_top.activshow {
    width: 64px;
    height: 64px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #333333;
}

/* 回到顶部按钮 end */

/* 建筑设计 start */

.mbx {
    margin: 12% 0 2.7% 9.8%;
}

.mbx a {
    color: #333333;
    font-size: 14px;
    text-decoration: none !important;
}

.mbx span {
    color: #333333;
    font-size: 14px;
}

.leixing_s {
    margin: 0 0 3.7% 9.6% !important;
}

.leixing_s a {
    color: #666666;
    font-size: 21px;
    margin-right: 2.9%;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    padding-bottom: 11px;
}

.leixing_s a:hover {
    color: #333333;
    border-bottom: 4px solid #000;
}

.leixing_s .sy {
    border-bottom: 4px solid #000;
    color: #333333;
}


.shaixuan {
    margin: 0 0% 2.7% 9.8%;
}

.shaixuan span {
    color: #666666;
    font-size: 16px;
    margin-right: 0.4%;
    cursor: pointer;
}

.shaixuan .xiala_sx {
    width: 10px;
    margin-bottom: 4px;
}

.shaixuan_1 {
    width: 100%;
    padding: 35px 2.3% 68px 9.8%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 3.7%;
    display: none;
    overflow: hidden;
}

.shaixuan_1 .guan_bi {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}

.shaixuan_1 img {
    width: 100%;
    height: 100%;
}

.shaixuan_1 .zt_s {
    margin-bottom: 55px;
}

.shaixuan_1 .zt_s span {
    font-size: 18px;
    margin-right: 3.8%;
}

.shaixuan_1 .zt_s .xz_jz {
    display: inline;
    line-height: 18px;
}

.shaixuan_1 .zt_s .xz_jz img {
    width: 14px;
    height: 14px;
}

.shaixuan_1 .zt_s .xz_jz a {
    margin-left: 0.5%;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    font-size: 18px;
    color: #666666;
    background: url(../images/wxz_jz_03.jpg) no-repeat left center;
    text-decoration: none !important;
    padding-left: 20px;
}

.shaixuan_1 .zt_s .xz_jz a:hover, .shaixuan_1 .zt_s .xz_jz a .active_xz {
    background: url(../images/xz_jz_03.jpg) left center no-repeat;
    color: #666666;
    text-decoration: none;
}

.shaixuan_1 .yj .xz_jzs {
    margin-bottom: 1.2%;
}

.shaixuan_1 .yj .xz_jzs a {
    text-decoration: none;
    background: url(../images/wxz_jz_03.jpg) no-repeat left center;
    color: #666666;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: 0.7%;
    padding-left: 20px;
}

.shaixuan_1 .yj .xz_jzs .xz_tuss {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: 0.7%;
    padding-left: 20px;
    background: url(../images/xz_jz_03.jpg) left center no-repeat;
    color: #666666;
    text-decoration: none;
}

.shaixuan_1 .yj .xz_jzs a:hover, .shaixuan_1 .yj .xz_jzs a .active_xz {
    background: url(../images/xz_jz_03.jpg) left center no-repeat;
    color: #666666;
    text-decoration: none;
}

.shaixuan_1 .yj .yj_xz img {
    width: 14px;
    height: 14px;
}

.xiangmu {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 5%;
    overflow: hidden;
}

.xiangmu .xiangmu_1 {
    width: 23.87%;
    float: left;
    margin: 0 1.5% 1.5% 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.jungong .xiangmu_1 p img {
    margin-bottom: 20px;
}

.xiangmu .xiangmu_1 .zhong {
    position: absolute;
    width: 79px;
    height: 32px;
    top: 0;
    right: 0;
    color: #f8f8f8;
    font-size: 14px;
    line-height: 32px;
    background-color: #38393b;
    float: right;
    z-index: 55;
    text-align: center;
}

.xiangmu .xiangmu_1:hover .tupian_sf img {
    transform: scale(1.1);
}

/* .xiangmu .xiangmu_1:nth-child(4) {
    margin-right: 0;
}

.xiangmu .xiangmu_1:nth-child(8) {
    margin-right: 0;
} */

.xiangmu .xiangmu_1:nth-child(4n) {
    margin-right: 0;
}

.xiangmu .xiangmu_1 .tupian_sf {
    width: 100%;
    /* height: 283px; */
    overflow: hidden;
}

.xiangmu .xiangmu_1 .tupian_sf img {
    width: 100%;
    transition: all 0.6s;
}

.xiangmu .xiangmu_1 .xiangmu_2 {
    width: 100%;
    height: 83px;
    background-color: #343434;
    padding-left: 5%;
}

.xiangmu .xiangmu_1 .xiangmu_2 span {
    font-size: 20px;
    color: #ffffff;
    line-height: 83px;
}

/* 建筑设计 end */

/* 建筑设计详情 start */

.shangye {
    margin: 0 0 3.7% 9.6% !important;
}

.mbx_jzss {
    margin: 0% 0 2.7% 9.8%;
}

.mbx_jzss a {
    color: #333333;
    font-size: 14px;
    text-decoration: none !important;
}


.shangye span {
    color: #333333;
    font-size: 36px;
    margin-right: 2.9%;
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 11px;
}

.fuwu {
    width: 100%;
    padding: 0 20%;
}

.fuwu .xiangqing:hover img {
    transform: scale(1.05);
}

.fuwu .xiangqing {
    position: relative;
    width: 100%;
    margin-bottom: 85px;
    overflow: hidden;
}

.fuwu .xiangqing img {
    width: 100%;
    transition: all 0.6s;
}

.fuwu .pingtai {
    position: absolute;
    top: 7.6%;
    left: 6.5%;
    font-size: 48px;
    color: #f8f8f8;
}

.fuwu .china {
    position: absolute;
    font-size: 18px;
    top: 26.3%;
    left: 6.5%;
    color: #f8f8f8;
}

.fuwu .xiangqing .xiafang {
    position: absolute;
    bottom: 8.3%;
    left: 47.4%;
    width: 5.2%;
    height: 6.6%;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
}

.fuwu .xiangqing .xiafang img {
    width: 26px;
    height: 15px;
}

.jungong {
    width: 100%;
    padding: 0 13%;
    margin-bottom: 3.7%;
}

.jungong .jungong_1 {
    width: 100%;
    margin-bottom: 89px;
}

.jungong .jungong_1 .jungong_2 {
    margin-right: 45.6%;
    display: inline-block;
}

.jungong .jungong_1 .jungong_2:last-child {
    margin-right: 0;
}

.jungong .jungong_1 .jungong_2 span {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}

.jungong .xiangmu_1 {
    width: 100%;
}

.jungong .xiangmu_1 p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 0;
}

.jianzhu_xqb {
    width: 100%;
    padding: 0 13%;
    margin: 0 auto 9%;
    overflow: hidden;
}

.jianzhu_xqb img {
    width: 100%;
    transition: all 0.6s;
}

.jianzhu_xqb:hover img {
    transform: scale(1.05);
}

.di_bj {
    width: 100%;
}

.di_bj .di_bjs {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
}

.di_bj .di_bjs:hover img {
    transform: scale(1.05);
}

.di_bj .di_bjs img {
    width: 100%;
    transition: all 0.6s;
}

.di_bj span {
    position: absolute;
    top: 33.7%;
    left: 47.22%;
    color: #ffffff;
    font-size: 20px;
}

.di_bj .zhang {
    position: absolute;
    top: 35.2%;
    left: 5%;
    font-size: 48px;
    color: #ffffff;
    margin-top: 50px;
}

.di_bj .zhong_1 {
    position: absolute;
    top: 64.1%;
    left: 5%;
    color: #ffffff;
    font-size: 21px;
}

/* 建筑设计详情 end */

/* 工作机会 start */

.banner_s {
    width: 100%;
    height: 945px !important;
    background: url(../images/gongzuo_jihui.jpg) no-repeat top center;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.banner_s:hover {
    transform: scale(1.1);
}

.banner_s .wenzi {
    padding: 16.7% 0 0 11.8%;
    width: 47%;
    height: 17%;
    font-family: SourceHanSansCN-Medium;
    font-size: 65px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}

.banner_s .xiahua {
    position: absolute;
    top: 89.5%;
    left: 48.6%;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

.banner_s .xiahua:hover {
    background-color: #000;
}

.banner_s .xiahua img {
    width: 24px;
    height: 15px;
    margin-top: 17px;
}

.mbx_s {
    margin: 2.5% 0 2.7% 9.8%;
}

.mbx_s a {
    color: #333333;
    font-size: 14px;
    text-decoration: none !important;
}

.mbx_s span {
    color: #333333;
    font-size: 14px;
}

.expert {
    margin: 0 9.8% 2.7% 9.8%;
    overflow: hidden;
}

.expert .expert_1 {
    float: left;
    margin-right: 10%;
}

.expert .expert_1 span {
    font-size: 30px;
    color: #333333;
}

.expert .expert_1 .expert_lj {
    text-decoration: none !important;
    display: block;
    overflow: hidden;
    margin-top: 66px;
}

.expert .expert_1 .expert_lj .expert_tu {
    width: 35px;
    height: 35px;
    float: left;
    background-color: #7b7e81;
}

.expert .expert_1 .expert_lj .expert_tu img {
    line-height: 35px;
    margin: 25% 40%;
    width: 10px;
}

.expert .expert_1 .expert_lj span {
    font-size: 24px;
    color: #7b7e81;
    float: left;
    margin-left: 20px;
}

.expert .fangx {
    width: 73%;
    float: right;
}

.expert .fangx p {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.expert .fangx .biao_ti {
    font-size: 24px;
    color: #666666;
    line-height: 50px;
}

.fangx .lei_xing {
    width: 100%;
    margin: 115px 0 80px 0;
    overflow: hidden;
}

.fangx .cha_kan {
    position: relative;
    width: 39.3%;
    height: 296px;
    float: left;
    margin-right: 4.5%;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-color: #7a7d81;
}

.fangx .cha_kan:hover img {
    transform: scale(1.1);
}

.fangx .cha_kan img {
    width: 100%;
    height: 100%;
    display: none;
    transition: all 0.6s;
}

.fangx .cha_kan span {
    position: absolute;
    font-size: 33px;
    color: #ffffff;
    top: 29%;
    left: 26.8%;
}

.fangx .cha_kan .jing_x {
    position: absolute;
    top: 61%;
    left: 45.58%;
    width: 38px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #ffffff;
}

.fangx .cha_kan .jing_x img {
    width: 11px;
    height: 20px;
    display: block;
    margin: 8px auto;
}

.fangx .huise {
    background-color: #7a7d81;
}

.fangx .cha_kan:hover .jing_x {
    background-color: #fff;
}

.fangx .cha_kan .we_td {
    left: 141px;
}

/* 工作机会 end */

/* 新闻列表 start */

.expert_s {
    margin: 0 9.8% 6.7% 9.8%;
    overflow: hidden;
}

.news_s {
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
}

.news_s:hover .news_s_1 img {
    transform: scale(1.1);
}

.news_s .news_s_1 {
    float: left;
    width: 31%;
    /* height: 305px; */
    margin-right: 85px;
    overflow: hidden;
}

.news_s .news_s_1 img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.news_s .news_s_2 {
    float: left;
    width: 63%;
}

.news_s .news_s_2 .time_s {
    font-size: 20px;
    color: #999999;
}

.news_s .news_s_2 .juban {
    font-size: 32px;
    color: #000000;
    display: block;
    margin: 39px 0 58px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_s .news_s_2 p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 63px;
}

.news_s .news_s_2 .gengduo_1 {
    text-decoration: none !important;
}

.news_s .news_s_2 .gengduo_1 span {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.news_s .news_s_2 .gengduo_1 img {
    width: 7px;
    margin: 0 0 5px 4px;
}

/* 新闻列表 end */

/* 分页开始 */

.dabox a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #f5f5f4;
    color: #333;
    text-align: center;
    line-height: 36px;
}
.dabox a:nth-child()

.dabox .fen a {
    text-decoration: none !important;
}

.dabox .fen {
    width: 100%;
    position: absolute;
    top: -120px;
}

.dabox .fen a:hover {
    background-color: #000000;
    border-radius: 3px;
    color: #fff;
}

.dabox .fen .current {
    background-color: #000000;
    color: #fff;
    border-radius: 3px;
}

.dabox {
    position: relative;
    text-align: center;
    font-size: 14px;
}

.dabox .prev, .dabox .next {
    width: 36px;
}

.dabox .elp {
    background-color: #fff;
    border: none
}

/* 分页结束 */

/* 新闻列表详情 start */

.new_xq {
    margin: 0 9.8% 3.7% 9.8%;
}

.new_xq .times_xq {
    font-size: 20px;
    color: #999999;
    display: block;
    margin-top: 8%;
}

.new_xq .mx_xq {
    font-size: 36px;
    color: #000000;
    display: block;
    margin-bottom: 74px;
}

.new_xq .mx_nr {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 22px;
}

.new_xq .mx_nr img {
    /* width: 100% !important; */
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    /* transition: all 0.6s; */
}

.new_xq .mx_tuss {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.new_xq .mx_tuss img {
    width: 65%;
    text-align: center;
    margin: 0 auto;
}

/* .new_xq .mx_nr:hover img {
   transform: scale(1.1);
} */

/* .new_xq .mx_nr img {
   width: 100%;
    height: 638px;
    margin: 0 auto;
    transition: all 0.6s;
} */

.new_xq .yue_xq {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 90px;
}

/* .new_xq p {
   font-size: 18px;
    color: #000000;
    line-height: 48px;
    margin-bottom: 40px;
} */

.new_xq .fada_tu {
    width: 68%;
    margin: 0 auto 90px;
    display: flow-root;
}

.new_xq .fada_tu li {
    float: left;
    margin: 0 12px 14px 0;
}

.new_xq .fada_tu li:nth-child(3n) {
    margin-right: 0;
}

.new_xq .fada_tu li img:hover {
    transform: scale(1.3);
}

.new_xq .fada_tu li img {
    width: 100%;
    height: 100%;
}

/* 新闻列表详情 end */

/* 团队 start */

.hh_r {
    width: 100%;
    padding: 70px 0 0 40px;
    background-color: #0a0a0a;
    overflow: hidden;
}

.hh_r .ji_dafu {
    font-size: 36px;
    color: #7c7c7d;
    line-height: 60px;
    display: block;
    margin: 0 0 83px 7.9%;
}

.hh_r .mans {
    width: 18.9%;
    /* height: 422px; */
    /* margin-right: 16px; */
    margin: 0 16px 16px 0;
    float: left;
}

.hh_r .mans .mans_1 {
    width: 100%;
    /* height: 288px; */
    overflow: hidden;
}

.hh_r .mans .mans_1 img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.hh_r .mans:hover .mans_1 img {
    transform: scale(1.1);
}

.hh_r .mans:last-child {
    margin-right: 0;
}

.hh_r .mans .mans_2 {
    width: 100%;
    height: 134px;
    padding: 24px 0 0 16px;
    background-color: #38393b;
}

.hh_r .mans .mans_2 span {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
}

.hh_r .mans .mans_2 span:last-child {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.hh_r .mans:hover .mans_2 span:last-child {
    color: #0a0a0a;
}

.hh_r:last-child {
    /* margin-bottom: 128px; */
    padding-bottom: 128px;
}

/* 团队 end */

/* 联系我们 start */

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}

.lianxi_s {
    margin: 0 9.8% 6.7% 9.8%;
    overflow: hidden;
}

.lianxi_s .lianxi_s_1 {
    float: left;
    margin-right: 20%;
}

.lianxi_s .lianxi_s_1 span:first-child {
    font-size: 22px;
    color: #666666;
    display: block;
    margin-bottom: 60px;
}

.lianxi_s .lianxi_s_1 span:last-child {
    font-size: 18px;
    color: #666666;
}

.lianxi_s .lianxi_s_2 {
    float: left;
    margin-right: 22%;
}

.lianxi_s .lianxi_s_2 span {
    font-size: 18px;
    color: #666666;
}

.lianxi_s .lianxi_s_2 .ziliao {
    font-size: 22px;
    color: #666666;
    display: block;
    margin-bottom: 60px;
}

.lianxi_s .lianxi_s_2 .tbl {
    margin-top: 55px;
    display: block;
}

.lianxi_s .lianxi_s_3 {
    float: left;
    display: block;
    width: 22%;
    text-decoration: none !important;
    cursor: pointer;
}

.lianxi_s .lianxi_s_3 .ckdt {
    width: 32%;
    margin-right: 12%;
    line-height: 102px;
    background-color: #7a7d82;
    text-align: center;
    display: inline-block;
}

.lianxi_s .lianxi_s_3 .ckdt img {
    width: 100%;
    height: 100%;
}

.lianxi_s .lianxi_s_3 .chakan {
    font-size: 30px;
    color: #666666;
    line-height: 102px;
}

/* ~~~~~~~地图 */

.ditu_tc {
    color: Gray;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #100404b0;
    filter: Alpha(Opacity=20);
    padding: 6.5% 9.8% 0 9.8%;
    display: none;
    z-index: 99999999999;
    overflow: hidden;
}

.ditu_tc .guanbi_anniu {
    float: right;
    margin-bottom: 37px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

.ditu_tc .guanbi_anniu .anniu_gb {
    margin: 3px 5px 0 0;
    float: left;
}

.ditu_tc .guanbi_anniu .anniu_gb img {
    width: 17px;
}

.ditu_tc .guanbi_anniu span {
    font-size: 18px;
    color: #b4b4b4;
    float: left;
}

.ditu_tc .shadowDiv {
    width: 100%;
    height: 666px !important;
    float: left;
    background-color: #fff !important;
    opacity: 1;
}

.ditu_tc .shadowDiv #allmap {
    width: 100%;
    height: 666px;
    overflow: hidden;
}

.ditu_tc .shadowDiv #allmap .BMap_Marker div img {
    width: 50px !important;
    height: 35px !important;
}

.ditu_tc .shadowDiv #allmap .BMap_Marker div {
    width: 50px !important;
    height: 50px !important;
}

.ditu_tc .shadowDiv #allmap .BMap_mask {
    position: absolute;
    /* left: 50px !important;
    top: 50px !important; */
    z-index: 9;
    overflow: hidden;
    user-select: none;
    width: 16px;
    height: 525px;
}


/* ~~~~~~~地图 */

/* 联系我们 end */

/* 立即申请 start */

.fangx .ljsq {
    font-size: 20px;
    color: #999999;
    line-height: 50px;
    display: block;
    margin-bottom: 45px;
}

.fangx .input_s {
    width: 100%;
    margin-bottom: 50px;
}

.fangx .input_s input {
    width: 47.7%;
    height: 60px;
    border: 1px solid #aaaaaa;
    outline: none;
    margin: 0 4.2% 14px 0;
    color: #000;
    font-size: 18px;
    padding-left: 1.5%;
    border-radius: 0;
}

.fangx .input_s input:nth-child(2n) {
    margin-right: 0;
}

.fujia {
    width: 100%;
    height: 40px;
    margin-bottom: 11px;
}

.fujia span {
    font-size: 16px;
    color: #999999;
    /* line-height: 40px; */
}

.file-box {
    display: inline-block;
    position: relative;
    width: 14%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #7c8083;
    margin-right: 1.5%;
}

.file-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
    background-color: transparent;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.upload_file {
    background-color: #7c8083;
    outline: none;
    border: 0;
    color: #ffffff;
    width: 14%;
    height: 40px;
    font-size: 16px;
}

.wjgs {
    width: 100%;
    margin: 5px 0 49px 0;
}

.wjgs span {
    font-size: 14px;
    color: #666666;
}

.wenben {
    width: 100%;
    height: 208px;
    margin-bottom: 50px;
}

.wenben textarea {
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    padding: 21px 0 0 20px;
    font-size: 18px;
}

.check {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.check span {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: block;
    margin-top: 5px;
    float: left;
}

.check input {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 0;
    margin-right: 12px !important;
}

/* 立即申请 end */