﻿/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    list-style: none;
}

html, body {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 100%;
    background: #FFF;
    color: #717070;
    -webkit-overflow-scrolling: touch;
    /*font: 14px/1.5 Arial,"华文细黑","黑体",simhei,Microsoft Yahei,helvetica,sans-serif; */ font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, PingFang sc;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:link, a:visited, a:active, a:focus, a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6, em, b, label, i, strong, dl, dt, ul, li {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
    padding: 0;
    margin: 0px;
}

button {
    border: 0;
    padding: 0px;
    margin: 0px;
    outline-style: none;
    background-color: transparent;
    -webkit-appearance: none;
}

input, select, textarea {
    border: none;
    outline: none;
    font: 14px/1.5 Arial,"华文细黑","黑体",simhei,Microsoft Yahei,helvetica,sans-serif;
}

    input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], select, textarea {
        -webkit-appearance: none;
        outline: none;
    }
/*解决 苹果手机给input样式的修饰问题*/
p {
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.img100 {
    width: 100%;
}

/*英文*/
@font-face {
    font-family: "DINPro";
    src: url(/fonts/DINPro-Regular_13937.ttf);
}

.en-font {
    font-family: "DINPro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

/*通用*/
.navWarp {
    width: 70px;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
}
/*header nav*/
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 50px;
    border: 0px;
}

.navbar-brand {
    padding: 0px;
    height: auto;
}

    .navbar-brand > img {
        width: 70px;
        padding: 3vh 12px;
    }

.navbar-inverse .navbar-nav > li {
    width: 100%;
    position: static;
    top: 0px;
    left: 0px;
}

    .navbar-inverse .navbar-nav > li > a {
        width: 100%;
        text-align: center;
        color: #838282;
        padding: 0px;
        font-size: 12px;
		height: 10vh;
		max-height: 80px;
		min-height:45px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
    }
	@media (max-width: 767px){
	.navbar-inverse .navbar-nav > li > a {
		flex-direction:row;
		min-height: auto;
    	height: auto;
	}
	}

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #838282;
        }

    .navbar-inverse .navbar-nav > li b {
        display: block;
    }

    .navbar-inverse .navbar-nav > li .EN {
        color: #ccbe9f;
        font-size: 14px;
        font-family: "DINPro","Helvetica Neue",Helvetica,Arial,sans-serif;
        border: solid 1px #c9bc9c;
        border-radius: 2px;
        padding: 6px 7px;
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px;
}

.navbar-nav > li > .dropdown-menu {
    width: 268px;
    height: 100%;
    padding-top: 32px;
    position: absolute;
    top: 0px;
    left: 70px;
    font-size: 14px;
    background: rgba(44,42,40,0.96);
    padding: 0px;
    border: 0px;
}

    .navbar-nav > li > .dropdown-menu li {
        display: block;
    }

        .navbar-nav > li > .dropdown-menu li:hover {
            background: #1e1c1a;
        }

        .navbar-nav > li > .dropdown-menu li a {
            display: block;
            padding: 8px 0px;
            margin-left: 35px;
            font-size: 16px;
            color: #c7c6c6;
        }

        .navbar-nav > li > .dropdown-menu li > a:hover {
            color: #c7c6c6;
            text-decoration: none;
            background-color: Transparent;
        }

    .navbar-nav > li > .dropdown-menu ul {
        width: 100%;
        margin-top: 36px;
    }

.navbar-inverse .navbar-toggle {
    border-color: Transparent;
    margin-top: 5px;
    margin-bottom: 4px;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: Transparent;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 3px;
        background-color: #826557;
    }

        .navbar-inverse .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 5px;
        }


.navbar-nav > li > .dropdown-menu .title {
    width: 74%;
    margin: 36px auto;
}

    .navbar-nav > li > .dropdown-menu .title label {
        color: #777777;
        font-size: 16px;
        margin-left: 16px;
    }

.navbar-nav > li > .dropdown-menu li a.subNav {
    margin-left: 50px;
    display: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background: rgba(44,42,40,0.96);
    color: #e1e1e1;
}

.nav-check {
    background: rgba(44,42,40,0.96);
    color: #e1e1e1;
}

.menu_case_cont_bg {
    position: relative;
    margin-left: 0px;
    overflow: hidden;
}

    .menu_case_cont_bg img {
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .menu_case_cont_bg dl {
        width: 86%;
        margin: 0 auto;
    }

        .menu_case_cont_bg dl dt {
            float: left;
            width: 32%;
            margin-right: 1.6%;
            padding: 12px 0px;
            cursor: pointer;
            font-size: 12px;
            color: #e1e1e1;
            text-align: center;
        }

            .menu_case_cont_bg dl dt:nth-child(3n) {
                margin-right: 0
            }

            .menu_case_cont_bg dl dt:hover {
                background: #1e1c1a;
            }

    .menu_case_cont_bg a {
        color: #e1e1e1;
    }

.main {
    background: #;
    width: 100%;
    height: 100%;
    padding-left: 70px;
}

.footer {
    width: 100%;
    padding: 20px 0px 20px 30px;
    background: #2c2a28;
}

.foot li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

    .foot li .iconImg {
        width: 30px;
    }

.footer .copy {
    margin-top: 10px;
    color: #8a826e;
    font-size: 12px;
    line-height: 20px;
}

.footer .showInfo {
    display: none;
}

.footer .ewm {
    position: absolute;
    bottom: 50px;
    left: -25px;
    z-index: 99;
}

.footer .mail {
    position: absolute;
    bottom: 50px;
    left: -60px;
    z-index: 99;
}


.pcShow {
    display: block;
}

.mobShow {
    display: none;
}

/*首页*/
.swiper-pc {
    width: 95.5%;
    height: 100%;
}

    .swiper-pc .swiper-slide {
        width: 320px;
    }

.swiper-button-prev {
    background: url(../images/bom_info_left.png) no-repeat;
    width: 72px;
    height: 111px;
    top: 45%;
    pointer-events: initial;
}

.swiper-button-next {
    background: url(../images/bom_info_right.png) no-repeat;
    width: 72px;
    height: 111px;
    top: 45%;
    pointer-events: initial;
}

.firm-warp {
    margin-left: 70px;
}

.firm-list {
    color: #FFF;
    height: 100%;
    display: block;
}

.firm-bg01 {
    background: #7f4f21;
}

.firm-bg02 {
    background: #b8925a;
}

.firm-bg03 {
    background: #c8bb9c;
}

.firm-bg04 {
    background: #b8925a;
}

.firm-bg05 {
    background: #717070;
}

.firm-bg06 {
    background: #7f4f21;
}

.firm-bg07 {
    background: #b8925a;
}

.firm-bg08 {
    background: #c8bb9c;
}

.firm-bg09 {
    background: #b8925a;
}

.firm-bg010 {
    background: #717070;
}

.firm-bg011 {
    background: #7f4f21;
}

.firm-bg012 {
    background: #b8925a;
}

.firm-bg013 {
    background: #c8bb9c;
}

.firm-bg014 {
    background: #b8925a;
}

.firm-bg015 {
    background: #717070;
}

.firm-bg016 {
    background: #7f4f21;
}

.firm-bg017 {
    background: #b8925a;
}

.firm-bg018 {
    background: #c8bb9c;
}

.firm-bg01:hover {
    background: url(../images/sy_rw_02.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg02:hover {
    background: url(../images/sy_rw_02.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg03:hover {
    background: url(../images/sy_rw_03.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg04:hover {
    background: url(../images/sy_rw_04.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg05:hover {
    background: url(../images/sy_rw_05.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg06:hover {
    background: url(../images/sy_rw_06.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg07:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg08:hover {
    background: url(../images/sy_rw_08.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg09:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg010:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg011:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg012:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg013:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg014:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg015:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg016:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg017:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-bg018:hover {
    background: url(../images/sy_rw_07.jpg) no-repeat center center;
    background-size: cover;
    -moz-animation: animatedBackground .2s linear 1 forwards;
    -webkit-animation: animatedBackground .2s linear 1 forwards;
    -o-animation: animatedBackground .2s linear 1 forwards;
    animation: animatedBackground .2s linear 1 forwards
}

.firm-list:hover {
    -moz-animation: imageIn .3s linear forwards;
    -webkit-animation: imageIn .3s linear forwards;
    -o-animation: imageIn .3s linear forwards;
    animation: imageIn .3s linear forwards
}

.firm-list .art_title {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    color: #fff;
}

.firm-list .art_p1 {
    font-size: 24px;
    width: 100%;
    line-height: 30px; /*20180321*/
}

.firm-list .art_p2 {
    font-size: 14px;
    margin-top: 14px;
}

.firm-list .art_p3 {
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.firm-list .art_logo {
    width: 100%;
    display: block;
    margin-top: 16px;
}

    .firm-list .art_logo:hover {
        -moz-animation: huxiimg 1s linear forwards;
        -webkit-animation: huxiimg 1s linear forwards;
        -o-animation: huxiimg 1s linear forwards;
        animation: huxiimg 1s linear forwards
    }

    .firm-list .art_logo img {
        width: 100%;
        display: block
    }

.firm-list .art_title a {
    color: #fff;
}


@keyframes animatedBackground {
    from {
        background-position: right center
    }

    to {
        background-position: center center
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: right center
    }

    to {
        background-position: center center
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: right center
    }

    to {
        background-position: center center
    }
}

@-o-keyframes animatedBackground {
    from {
        background-position: right center
    }

    to {
        background-position: center center
    }
}

@keyframes imageIn {
    0% {
        width: 320px;
        opacity: .6
    }

    25% {
        width: 325px;
        opacity: .7
    }

    50% {
        width: 330px;
        opacity: .8
    }

    75% {
        width: 335px;
        opacity: .9
    }

    100% {
        width: 340px;
        opacity: 1
    }
}

@keyframes huxiimg {
    0% {
        width: 100%;
        opacity: 1
    }

    20% {
        width: 110%;
        opacity: .96
    }

    40% {
        width: 105%;
        opacity: .93
    }

    60% {
        width: 110%;
        opacity: .93
    }

    80% {
        width: 105%;
        opacity: .96
    }

    100% {
        width: 100%;
        opacity: 1
    }
}

.swiper-mob {
    width: 100%;
    height: 90%;
    color: #000;
}

    .swiper-mob .firm-mob {
        color: #FFF;
        display: block;
        height: 100%;
    }

    .swiper-mob .bg01 {
        background: url(../images/mob/m_rw_01.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg02 {
        background: url(../images/mob/m_rw_02.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg03 {
        background: url(../images/mob/m_rw_03.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg04 {
        background: url(../images/mob/m_rw_04.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg05 {
        background: url(../images/mob/m_rw_05.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg06 {
        background: url(../images/mob/m_rw_06.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg07 {
        background: url(../images/mob/m_rw_07.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg08 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg09 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg10 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg11 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg12 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg13 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg14 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg15 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg16 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg17 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg18 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg19 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .swiper-mob .bg20 {
        background: url(../images/mob/m_rw_08.jpg) no-repeat;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

.firm-mob .art_title {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    color: #fff;
}

.firm-mob .art_p1 {
    font-size: 24px;
    width: 100%;
    line-height: 30px; /*20180321*/
}

.firm-mob .art_p2 {
    font-size: 14px;
    margin-top: 14px;
}

.firm-mob .art_p3 {
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.firm-mob .art_logo {
    width: 100%;
    display: block;
    margin-top: 16px;
}

    .firm-mob .art_logo:hover {
        -moz-animation: huxiimg 1s linear forwards;
        -webkit-animation: huxiimg 1s linear forwards;
        -o-animation: huxiimg 1s linear forwards;
        animation: huxiimg 1s linear forwards
    }

    .firm-mob .art_logo img {
        width: 100%;
        display: block
    }

.firm-mob .art_title a {
    color: #fff;
}

/*关于我们*/
.aboutLeft {
    width: 40%;
    float: left;
    background: url("../images/about01.jpg") no-repeat;
    height: 100%;
    background-position: top center;
    background-size: cover
}

.aboutRight {
    width: 60%;
    position: relative;
    height: 100%;
    float: left;
    background: url("../images/about02.jpg") no-repeat;
    height: 100%;
    background-position: center center;
    background-size: 100% 100%;
}

.aboutBox {
    width: 75%;
    text-align: justify;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.line01 {
    width: 38px;
    height: 4px;
    background: #804e21;
    margin-bottom: 15px;
}

.line02 {
    width: 240px;
    height: 1px;
    background: #804e21;
    margin-top: 15px;
    margin-bottom: 40px;
}

.title01 {
    font-size: 22px;
    color: #804e21;
    line-height: 42px;
}

.title02 {
    font-size: 22px;
    color: #717070;
    line-height: 42px;
}

.article p {
    font-size: 14px;
    color: #717070;
    line-height: 28px;
    margin-bottom: 30px;
}

.article span {
    font-size: 14px;
}

.aboutBox .info {
    font-size: 14px;
    line-height: 28px;
}

    .aboutBox .info p {
        margin-bottom: 20px;
        color: #717070;
    }

/*真格团队*/
.swiper-team {
    width: 100%;
    height: 100%;
    color: #000;
}


/*教育基金*/
.eduFund {
    width: 100%;
    height: 100%;
}

    .eduFund .eduLeft {
        width: 40%;
        height: 100%;
        float: left;
        background: url("../images/eduBg01.jpg") no-repeat;
        background-position: center center;
        background-size: cover
    }

        .eduFund .eduLeft img {
            display: none
        }

    .eduFund .eduRight {
        width: 60%;
        position: relative;
        height: 100%;
        float: left;
        background: url("../images/eduBg02.jpg") no-repeat;
        height: 100%;
        background-position: center center;
        background-size: cover
    }

    .eduFund .eduBox {
        width: 75.949367%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -37.974684%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

/*人才招聘*/
.zhenintern {
    width: 100%;
    height: 100%;
}

    .zhenintern .internLeft {
        width: 40%;
        height: 100%;
        float: left;
        background: url("../images/zhenintern.jpg?id=1") no-repeat;
        background-position: center center;
        background-size: cover
    }

        .zhenintern .internLeft img {
            display: none
        }

    .zhenintern .internRight {
        width: 60%;
        position: relative;
        height: 100%;
        float: left;
        background: url("../images/eduBg02.jpg") no-repeat;
        height: 100%;
        background-position: center center;
        background-size: cover
    }

    .zhenintern .internBox {
        width: 75.949367%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -37.974684%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .zhenintern .internBox p {
            margin-bottom: 20px;
        }

    .zhenintern li {
        list-style-type: disc;
        margin-left: 29px;
    }

.zhenintern-txt {
    font-size: 14px;
    color: #717070;
    line-height: 28px;
}

.zhenintern .line02 {
    height: 2px;
    width: 480px;
}

.zhenintern .button {
    background-color: #bfb496;
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 2px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 4px;
}

/*联系我们*/
.contactWarp {
    background: url(../images/zhenBg02.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.contactBg01 {
    position: absolute;
    top: 25px;
    left: 70px;
}

.contactBg02 {
    position: absolute;
    top: 60px;
    right: 60px;
}

.contactBg03 {
    position: absolute;
    bottom: 0px;
    right: 70px;
}

.contactBg04 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 96%;
}

    .contactBg04 img {
        width: 100%;
    }

.contactTop {
    height: 62%;
}

    .contactTop .title {
        position: relative;
        z-index: 2;
        font-size: 32px;
        color: #804e21;
        padding-top: 60px;
        padding-left: 60px;
    }

    .contactTop .listBox {
        padding-top: 100px;
    }

        .contactTop .listBox .list {
            width: 215px;
            height: 215px;
            border: 1px solid #e2dccc;
            border-radius: 215px;
            text-align: center;
            background: #e2dccc;
        }

        .contactTop .listBox .icon {
            width: 40px;
            margin-top: 26px;
        }

        .contactTop .listBox .p01 {
            font-size: 16px;
            margin-top: 4px;
        }

        .contactTop .listBox .p02 {
            font-size: 14px;
            border-top: 1px solid #e2dccc;
            width: 75%;
            display: inline-block;
            padding-top: 4px;
            margin-top: 4px;
            color: #717070;
        }

        .contactTop .listBox a {
            color: #804e21;
        }

.contactBot { /*background:#eae7dc;*/
    height: 38%;
    padding-top: 80px;
}

    .contactBot .cityBox {
        max-width: 320px;
    }

        .contactBot .cityBox li {
            text-align: center;
        }

            .contactBot .cityBox li p {
                font-size: 16px;
                margin-top: 10px;
            }

    .contactBot .wxwbBox li {
        float: left;
        text-align: center;
        margin-right: 25px;
        cursor: pointer;
    }

    .contactBot .wxwbBox a {
        color: #717070;
    }

        .contactBot .wxwbBox a:hover {
            color: #717070;
        }

.wxwbBox .ewm {
    display: none;
    position: absolute;
    bottom: 75px;
    left: 0px;
    z-index: 99;
}

.contactBot .goOrder {
    font-size: 14px;
    display: block;
    width: 150px;
    padding: 5px 0px;
    border: 1px solid #dcd5c2;
    color: #804e21;
    text-align: center;
    cursor: pointer;
}

.contactBot .copy {
    margin-top: 20px;
}

.ma_an_an {
    height: 130px;
    width: 100%;
    background-image: url(../images/about_anan.jpg);
    background-size: cover;
    position: relative
}

.na_an_bn {
    width: 665px;
    height: 100%;
    margin: 0 auto;
}

    .na_an_bn li {
        float: left;
        line-height: 150px;
    }

.mu_an_bn.mu_an_bn img {
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.e-mail {
    margin-top: 20px;
    width: 96%;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: left;
    height: 50px;
    padding: 2%;
    color: #8d8d8d
}



/*加入真格人才库*/
.job_cont {
    width: 100%;
    height: 100%;
    background: #f5f3ee;
    position: relative;
}

.jcBox {
    width: 880px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

    .jcBox .jc_h2 {
        font-size: 22px;
        color: #c8bb9c;
        border-bottom: 2px solid #cbbfa0;
        font-weight: normal;
        line-height: 56px
    }

    .jcBox .jc_p1 {
        font-size: 14px;
        color: #777777;
        border-bottom: 4px solid #c9bb9d;
        margin-top: 12px;
        padding-bottom: 12px
    }

    .jcBox .ic_put_01 {
        width: 100%;
        border-bottom: 1px solid #cbbfa0;
        overflow: hidden;
        padding-bottom: 12px
    }

        .jcBox .ic_put_01 dd {
            float: left;
            width: 280px;
            height: 34px;
            margin-right: 14px;
            margin-top: 12px;
            margin-left: 3px
        }

            .jcBox .ic_put_01 dd:nth-child(3), .ic_put_01 dd:nth-child(6) {
                margin-right: 0
            }

            .jcBox .ic_put_01 dd input {
                width: 100%;
                height: 100%;
                border: 0;
                background: #fff;
                display: block;
                color: #939290;
                text-indent: 10px
            }

    .jcBox .put_02_cont_li input[type="radio"] {
        border-radius: 50%
    }

    .jcBox .put_02_cont_li {
        font-size: 12px;
        color: #777777
    }

    .jcBox .job_put_p1 {
        font-size: 14px;
        color: #7f4f21;
    }

    .jcBox .ic_input_up {
        display: block;
        font-size: 14px;
        cursor: pointer;
        width: 150px;
        height: 30px;
        background: #717070;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: normal;
        float: left
    }

    .jcBox .ic_input_sub {
        font-size: 14px;
        cursor: pointer;
        width: 150px;
        height: 30px;
        background: #86572c;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: normal;
        float: right
    }

    .jcBox .ic_put_02 {
        width: 100%;
        border-bottom: 1px solid #cbbfa0
    }

    .jcBox .ic_put_02_l {
        width: 55%;
        float: left
    }

    .jcBox .job_put_p1 {
        line-height: 42px
    }

    .jcBox .put_02_cont {
        overflow: hidden;
        padding-left: 5px
    }

    .jcBox .put_02_cont_li {
        display: block;
        height: 24px;
        float: left;
        margin-right: 1px
    }

        .jcBox .put_02_cont_li input {
            width: 12px;
            height: 12px;
            background: #fff;
            border-radius: 50%
        }

            .jcBox .put_02_cont_li input[type="checkbox"] {
                border-radius: 0;
                vertical-align: text-bottom;
            }

    .jcBox .ic_put_03_area textarea {
        width: 100%;
        height: 88px;
        display: block;
        resize: none;
        font-size: 12px;
        line-height: 24px;
        color: #939290;
        background: #fff;
        border: 0
    }

    .jcBox .ic_put_sub {
        margin-top: 14px;
        overflow: hidden;
        padding-bottom: 30px;
    }

/*真格活动*/
.activity {
    background: #f4f2ec;
}

.act_nav {
    width: 100%;
    padding: 25px 0px;
    background: #e9e4d9;
}

.act_nav_title {
    font-size: 22px;
    margin-left: 100px;
    color: #7f4f21;
}

.act_cont {
    width: 80%;
    height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden
}

.cant_new_a {
    width: 100%;
    height: 100%;
    background-image: url(../images/ant_new_1.svg);
    background-size: cover;
}

.cant_new_b {
    width: 60%;
    float: right;
    font-size: 14px;
    color: #7d4f25;
    position: absolute;
    top: 9%;
    left: 38%;
}

    .cant_new_b li {
        height: 40px;
        width: auto;
        text-align: center;
        float: left;
        line-height: 40px;
        margin-right: 30px;
        padding: 0 15px
    }

.cant_new_c {
    width: 60%;
    float: right;
    font-size: 14px;
    color: #a38c73;
    position: absolute;
    top: 31%;
    left: 38%
}

    .cant_new_c li {
        height: 40px;
        width: auto;
        text-align: center;
        float: left;
        line-height: 40px;
        margin-right: 50px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

.cant_new_d {
    width: 60%;
    float: right;
    font-size: 14px;
    color: #717171;
    position: absolute;
    top: 67%;
    left: 38%
}

    .cant_new_d li {
        min-width: 126px;
        float: left;
        line-height: 50px;
        margin-right: 60px;
        padding: 0 15px;
    }

.acm_a {
    background-color: #d8ceba;
    border-radius: 20px;
    cursor: pointer
}

    .acm_a:hover {
        background-color: #f6f3f0
    }

.acm_b {
    background-color: #e3ddce;
    border-radius: 20px;
    cursor: pointer
}

    .acm_b:hover {
        background-color: #f6f3f0
    }

/*来真格的*/
.zhenBg {
    width: 100%;
    height: 100%;
    position: relative;
    /* background: url(../images/zhenBg01.jpg) no-repeat; */
    background-position: center center;
    background-size: 100% 100%;
}

.zhenBox {
    width: 80%;
    text-align: justify;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.zhenList .title {
    font-size: 20px;
    color: #717070;
}

.zhenList ul {
    margin-bottom: 40px;
}

    .zhenList ul li {
        margin-top: 15px;
        float: left;
        padding: 12px 0px;
        text-align: center;
        border: 1px solid #cbbfa0;
        cursor: pointer;
    }

.zhenList .list01 li {
    width: 18.8%;
    margin-right: 1%;
}

.zhenList .list02 li {
    width: 15.5%;
    margin-right: 1%;
}

.zhenList .showTit {
    color: #804e21;
}

.zhenList a {
    color: #804e21;
}

.zhenList ul.list03 {
    margin-bottom: 20px;
}

.zhenList .more {
    font-size: 14px;
}


.zhenList ul li.checked {
    background: #c9bc9c;
}

    .zhenList ul li.checked .showTit {
        color: #1c1b1a;
    }

.zhenList .showInfo {
    display: none;
}



.laybg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(244,242,236,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.layout {
    background: #FFF;
    width: 550px;
    min-height: 330px;
    padding: 30px 50px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

    .layout .title {
        text-align: left;
        padding-bottom: 20px;
        font-size: 20px;
        color: #000000;
        border-bottom: 1px solid #b8b6b1;
    }

    .layout .laycont {
        font-size: 12px;
        color: #717070;
        margin-top: 20px;
        text-align: justify;
        line-height: 22px;
    }

    .layout .goApply {
        font-size: 14px;
        display: block;
        width: 160px;
        padding: 14px 0px;
        background: #c9bc9c;
        color: #232220;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }

.closeBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

/*真格团队*/
.teamlist {
    height: 50%;
    cursor: pointer;
}

    .teamlist .art_p1 {
        font-size: 24px;
        width: 100%;
        line-height: 30px;
        color: #717071;
        font-weight: bold;
    }

    .teamlist .art_p2 {
        display: none; /*20180321*/
    }

    .teamlist .art_title {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .teamlist .more {
        display: none;
    }

    .teamlist .peoDesc {
        display: none;
    }

.peo01 {
    background: url(../images/team/cn1.jpg) no-repeat center center;
    background-size: cover;
}

.peo02 {
    background: url(../images/team/cq1.jpg) no-repeat center center;
    background-size: cover;
}

.peo03 {
    background: url(../images/team/cxc1.jpg) no-repeat center center;
    background-size: cover;
}

.peo04 {
    background: url(../images/team/cys1.jpg) no-repeat center center;
    background-size: cover;
}

.peo05 {
    background: url(../images/team/df1.jpg) no-repeat center center;
    background-size: cover;
}

.peo06 {
    background: url(../images/team/dys1.jpg) no-repeat center center;
    background-size: cover;
}

.peo07 {
    background: url(../images/team/faz1.jpg) no-repeat center center;
    background-size: cover;
}

.peo08 {
    background: url(../images/team/gdj1.jpg) no-repeat center center;
    background-size: cover;
}

.peo09 {
    background: url(../images/team/gmm1.jpg) no-repeat center center;
    background-size: cover;
}

.peo10 {
    background: url(../images/team/gr1.jpg) no-repeat center center;
    background-size: cover;
}

.peo11 {
    background: url(../images/team/gsx1.jpg) no-repeat center center;
    background-size: cover;
}

.peo12 {
    background: url(../images/team/jm1.jpg) no-repeat center center;
    background-size: cover;
}

.peo13 {
    background: url(../images/team/jw1.jpg) no-repeat center center;
    background-size: cover;
}

.peo14 {
    background: url(../images/team/ly1.jpg) no-repeat center center;
    background-size: cover;
}

.peo15 {
    background: url(../images/team/sll1.jpg) no-repeat center center;
    background-size: cover;
}

.peo16 {
    background: url(../images/team/wq1.jpg) no-repeat center center;
    background-size: cover;
}

.peo17 {
    background: url(../images/team/wsp1.jpg) no-repeat center center;
    background-size: cover;
}

.peo18 {
    background: url(../images/team/xxp1.jpg) no-repeat center center;
    background-size: cover;
}

.peo19 {
    background: url(../images/team/yl1.jpg) no-repeat center center;
    background-size: cover;
}

.peo20 {
    background: url(../images/team/zd1.jpg) no-repeat center center;
    background-size: cover;
}

.peo21 {
    background: url(../images/team/zqy1.jpg) no-repeat center center;
    background-size: cover;
}

.peo22 {
    background: url(../images/team/zxs1.jpg) no-repeat center center;
    background-size: cover;
}

.peo23 {
    background: url(../images/team/zxy1.jpg) no-repeat center center;
    background-size: cover;
}

.peo24 {
    background: url(../images/team/zyz1.jpg) no-repeat center center;
    background-size: cover;
}

.peo25 {
    background: url(../images/team/zzt1.jpg) no-repeat center center;
    background-size: cover;
}

.peo26 {
    background: url(../images/team/zzy1.jpg) no-repeat center center;
    background-size: cover;
}

@media (min-width:768px) {
    .peo01:hover {
        background: url(../images/team/cn2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo02 {
        background: url(../images/team/cq1.jpg) no-repeat center center;
        background-size: cover;
    }

        .peo02:hover {
            background: url(../images/team/cq2.jpg) no-repeat center center;
            background-size: cover;
            -moz-animation: animatedBackground .2s linear 1 forwards;
            -webkit-animation: animatedBackground .2s linear 1 forwards;
            -o-animation: animatedBackground .2s linear 1 forwards;
            animation: animatedBackground .2s linear 1 forwards
        }

    .peo03:hover {
        background: url(../images/team/cxc2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo04:hover {
        background: url(../images/team/cys2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo05:hover {
        background: url(../images/team/df2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo06:hover {
        background: url(../images/team/dys2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo07:hover {
        background: url(../images/team/faz2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo08:hover {
        background: url(../images/team/gdj2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo09:hover {
        background: url(../images/team/gmm2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo10:hover {
        background: url(../images/team/gr2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo11:hover {
        background: url(../images/team/gsx2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo12:hover {
        background: url(../images/team/jm2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo13:hover {
        background: url(../images/team/jw2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo14:hover {
        background: url(../images/team/ly2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo15:hover {
        background: url(../images/team/sll2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo16:hover {
        background: url(../images/team/wq2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo17:hover {
        background: url(../images/team/wsp2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo18:hover {
        background: url(../images/team/xxp2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo19:hover {
        background: url(../images/team/yl2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo20:hover {
        background: url(../images/team/zd2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo21:hover {
        background: url(../images/team/zqy2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo22:hover {
        background: url(../images/team/zxs2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo23:hover {
        background: url(../images/team/zxy2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo24:hover {
        background: url(../images/team/zyz2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo25:hover {
        background: url(../images/team/zzt2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }

    .peo26:hover {
        background: url(../images/team/zzy2.jpg) no-repeat center center;
        background-size: cover;
        -moz-animation: animatedBackground .2s linear 1 forwards;
        -webkit-animation: animatedBackground .2s linear 1 forwards;
        -o-animation: animatedBackground .2s linear 1 forwards;
        animation: animatedBackground .2s linear 1 forwards
    }
}

.searchList {
    display: none;
}

.teamLay{
	height:auto;
    background: #fff;
    width: 80%;
    max-width: 800px;
	max-height:80%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	flex-direction:column;
	overflow:hidden;
}
.laybg.nosd.visible{
	display:flex !important;
}

.laybg.nosd.visible .teamLay{
	flex:1;
	overflow:hidden;
}
    .teamLay .peoImg {
        width: 43%;
        float: left;
    }

        .teamLay .peoImg img {
            width: 100%;
        }

    .teamLay .laycont {
        width: 56%;
        float: left;
        padding: 0px 6%;
        font-size: 12px;
        color: #717070;
        text-align: justify;
        line-height: 22px;
        position: absolute;
        top: 50%;
        right: 0%;
        margin-left: 0%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .teamLay .title {
        font-size: 14px;
    }

    .teamLay .name {
        margin-top: 5px;
        padding-bottom: 20px;
        font-size: 20px;
        color: #000000;
    }

    .teamLay .laycont .desc {
        max-height: 260px;
        overflow-y: auto;
		box-sizing:border-box;
		padding-bottom:30px;
    }

@media (max-width:1200px) and (min-width:768px) {
    .laybg.nosd {
        width: 80%;
    }
}

/*投资案例*/
#main_case .swiper-slide {
    width: auto;
    min-width: 150px;
    text-align: center
}


#main_case {
    color: #000;
    height: 100%;
    width: 100%;
}

    #main_case img {
        width: 100%;
        max-width: 100px;
        display: inline-block;
        mix-blend-mode: multiply;
    }

        #main_case img:hover {
            -moz-animation: huxitm 1s linear forwards;
            -webkit-animation: huxitm 1s linear forwards;
            -o-animation: huxitm 1s linear forwards;
            animation: huxitm 1s linear forwards
        }

.case_slide:nth-child(n) {
    background: #f4f2ec;
}

.case_slide:nth-child(2n) {
    background: #fff;
}

.case_title {
    font-size: 20px;
    color: #FFF;
    line-height: 60px;
    text-align: center
}

.case_slide:nth-child(n) .case_title {
    background: #cbbfa0;
}

.case_slide:nth-child(2n) .case_title {
    background: #966c40;
}

.case_slide ul {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 748px;
    padding-left: 5px;
}

.case_slide li {
    height: 45px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    margin-right: 6px;
}
/*	.case_slide li img{mix-blend-mode:multiply;}*/


@keyframes huxitm {
}

.zhenBg.flex {
    display: flex;
    background-image: url(../images/news-bg.jpg);
}

.diy-newspage {
    flex: 1;
    overflow: auto;
    padding-left: 4%;
    padding-right: 6%;
    padding-bottom: 4%;
}

.diy-newspage1 {
    flex: 1;
    overflow: auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
}

.diy-newspage a {
    color: #7f4f21;
}

.diy-newspage .news-card {
    display: flex;
    padding-top: 6%;
}

    .diy-newspage .news-card .item {
        flex: 1;
        overflow: hidden;
        padding-bottom: 25px;
        border-bottom: solid 1px rgba(180,143,90,.6);
        position: relative;
        cursor: pointer;
        color: inherit;
        margin-bottom: 15px;
    }

.diy-newspage1 .news-card {
    display: flex;
    padding-top: 6%;
    padding-left: 4%;
    padding-right: 6%;
}

    .diy-newspage1 .news-card .item {
        flex: 1;
        overflow: hidden;
        padding-bottom: 25px;
        border-bottom: solid 1px rgba(180,143,90,.6);
        position: relative;
        cursor: pointer;
        color: inherit;
        margin-bottom: 15px;
    }

.diy-newspage .tab-card .item {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    text-align: center;
}

.diy-newspage .tab-card.news-card .item .desc {
    font-size: 12px;
}

.diy-newspage .tab-card.news-card .item.active {
    background-color: #814e21;
    font-weight: bold;
}

.diy-newspage .news-card.tab-card .item .cname {
    font-size: 22px;
}

.diy-newspage .tab-card .item:nth-child(1) {
    margin-right: 10px;
}

.diy-newspage .tab-box .tab-buttons .tab-btn:hover:after,
.diy-newspage .tab-box .tab-buttons .tab-btn.active:after,
.diy-newspage .tab-box .tab-buttons .tab-btn.on:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #aa8043;
    left: 0;
}

.diy-newspage .tab-box .tab-buttons .tab-btn.active:after,
.diy-newspage .tab-box .tab-buttons .tab-btn.on:after,
.diy-newspage .news-card .item.active:after {
    background-color: #aa8043 !important;
}

.diy-newspage .news-card .item .cname {
    font-size: 24px;
    color: #7f4f21;
}

.diy-newspage .news-card .item.active .cname {
    color: #ffffff;
}

.diy-newspage .news-card .item .desc {
    font-size: 14px;
    padding-right: 15px;
    line-height: 1.5;
}

.diy-newspage1 .news-card .item .cname {
    font-size: 24px;
    color: #7f4f21;
    margin-bottom: 10px;
}

.diy-newspage1 .news-card .item.active .cname {
    color: #ffffff;
}

.diy-newspage1 .news-card .item .desc {
    font-size: 14px;
    padding-right: 15px;
    line-height: 1.5;
}

.diy-newspage .tab-box .tab-buttons {
    display: flex;
    padding-top: 15px;
    margin-bottom: 35px;
}

    .diy-newspage .tab-box .tab-buttons .tab-btn {
        flex: 1;
        color: #7f4f21;
        display: flex;
        text-align: center;
        justify-content: center;
        font-size: 16px;
        border-bottom: solid 1px #d3c9af;
        padding-bottom: 10px;
        position: relative;
    }

        .diy-newspage .tab-box .tab-buttons .tab-btn p {
            margin-left: 10px;
        }

        .diy-newspage .tab-box .tab-buttons .tab-btn span {
            color: #c7bc9f;
        }

.diy-newspage .tab-box .tab-contents .tab-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 3%;
    grid-row-gap: 15px;
}

    .diy-newspage .tab-box .tab-contents .tab-content ul li .photo {
        padding-bottom: 42.96%;
        position: relative;
    }

        .diy-newspage .tab-box .tab-contents .tab-content ul li .photo a {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            display: flex;
        }

        .diy-newspage .tab-box .tab-contents .tab-content ul li .photo .mark {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            font-size: 12px;
            background: none;
            color: white;
            white-space: nowrap;
            text-align: center;
            padding: 0 10px;
        }

            .diy-newspage .tab-box .tab-contents .tab-content ul li .photo .mark:before,
            .diy-newspage .tab-box .tab-contents .tab-content ul li .photo .mark:after {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                background-image: url(../images/r.svg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: right center;
            }

            .diy-newspage .tab-box .tab-contents .tab-content ul li .photo .mark:before {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
            }

    .diy-newspage .tab-box .tab-contents .tab-content ul li img {
        width: 100%;
        flex: 1;
        border-radius: 7px;
        object-fit: cover;
    }

    .diy-newspage .tab-box .tab-contents .tab-content ul li .title {
        border-bottom: solid 1px rgba(180,143,90,.6);
        line-height: 1.5;
        padding: 8px 0;
    }

    .diy-newspage .tab-box .tab-contents .tab-content ul li .cont {
        font-size: 12px;
        margin: 8px 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5;
    }

    .diy-newspage .tab-box .tab-contents .tab-content ul li .f {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        color: #cacaca;
    }

    .diy-newspage .tab-box .tab-contents .tab-content ul li .dig {
        display: flex;
    }

    .diy-newspage .tab-box .tab-contents .tab-content ul li .c,
    .diy-newspage .tab-box .tab-contents .tab-content ul li .s {
        display: flex;
        align-items: center;
        margin-left: 5px;
    }

        .diy-newspage .tab-box .tab-contents .tab-content ul li .c:before,
        .diy-newspage .tab-box .tab-contents .tab-content ul li .s:before {
            content: "";
            width: 14px;
            height: 14px;
            margin-right: 5px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .diy-newspage .tab-box .tab-contents .tab-content ul li .c:before {
            background-image: url(../images/pl.svg);
        }

        .diy-newspage .tab-box .tab-contents .tab-content ul li .s:before {
            background-image: url(../images/sl.svg);
        }

.diy-newspage .description {
    padding: 15px 0;
    border-bottom: solid 1px rgba(180,143,90,.6);
    margin-bottom: 20px;
}

.diy-newspage .active-column {
    margin-bottom: 30px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
}

    .diy-newspage .active-column .active-item {
    }

.diy-newspage .active-item .title {
    font-size: 20px;
    color: #7f4f21;
    border-bottom: solid 1px #cec2a5;
    padding-bottom: 5px;
}

.diy-newspage .active-item .desc {
    font-size: 16px;
    color: #7f4f21;
    line-height: 1.5;
    padding: 25px 0;
    padding-top: 0px;
    border-bottom: solid 1px #cec2a5;
    margin-bottom: 30px;
}

.diy-newspage .active-item .items li .photo {
    position: relative;
    padding-bottom: 39.1%;
}

    .diy-newspage .active-item .items li .photo span {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.diy-newspage .active-item .items li img {
    widht: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.diy-newspage .active-item .items ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 20px;
}

    .diy-newspage .active-item .items ul:after {
        content: "";
        height: 0px;
        overflow: hidden;
        clear: both;
    }

    .diy-newspage .active-item .items ul li {
        background-color: #fff;
        border-radius: 9px;
        padding: 8%;
        cursor: pointer;
        color: #7f4f21;
    }
	
	.diy-newspage .active-item .items ul li.wd{
		grid-column:auto / span 2;
		display:flex;
		align-items:center;
		padding:5%;
	}
	
	.diy-newspage .active-item .items li.wd .photo{
		flex:.9;
		padding-bottom:29%;
	}
	
	.diy-newspage .active-item .items li.wd .info{
		flex:1;
		overflow:hidden;
	}

        .diy-newspage .active-item .items ul li:hover {
            background-color: rgba(118,73,21,.1);
        }

        .diy-newspage .active-item .items ul li .popupContent {
            display: none;
        }

.diy-newspage .active-item .items .info {
    font-size: 12px;
    line-height: 1.7;
    text-align: justify;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: none;
}

    .popup.show {
        display: flex !important;
    }

    .popup .popup-container {
        width: 90%;
        max-width: 700px;
        max-height: 90%;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

        .popup .popup-container .popup-content {
            flex: 1;
            overflow: auto;
            color: #7f4f21;
            font-size: 14px;
            display: flex;
            flex-direction: column;
        }

            .popup .popup-container .popup-content .title {
                font-size: 26px;
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: solid 1px #cec2a5;
                position: relative;
            }

                .popup .popup-container .popup-content .title:after {
                    content: "";
                    position: absolute;
                    bottom: 0px;
                    width: 20%;
                    height: 1px;
                    background-color: #aa8043;
                    left: 0;
                }

            .popup .popup-container .popup-content .content {
                flex: 1;
                overflow: auto;
            }

            .popup .popup-container .popup-content .foot {
                text-align: center;
                margin-top: 40px;
            }

            .popup .popup-container .popup-content .button {
                display: inline-block;
                padding: 8px 30px;
                border-radius: 6px;
                background-color: #7f4f21;
                color: #fff;
                min-width: 120px;
            }

            .popup .popup-container .popup-content strong {
                font-weight: bold;
            }

        .popup .popup-container .closeButton {
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: 15px;
            width: 30px;
            height: 30px;
            background-image: url(../images/close.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 10;
        }

    .popup.case .popup-container {
        max-width: 1000px;
    }

        .popup.case .popup-container .popup-content .subtitle {
            font-size: 16px;
        }

        .popup.case .popup-container .popup-content .content,
        .popup.case .popup-container .popup-content .content * {
            line-height: 1.7;
        }

            .popup.case .popup-container .popup-content .content p {
                margin-bottom: 17px;
            }

        .popup.case .popup-container .popup-content .content {
            display: flex;
        }

            .popup.case .popup-container .popup-content .content .leftpart {
                flex: 4;
                text-align: justify;
            }

            .popup.case .popup-container .popup-content .content .rightpart {
                flex: 1;
                text-align: justify;
                margin-left: 5%;
                text-align: center;
                min-width: 115px;
            }

                .popup.case .popup-container .popup-content .content .rightpart .ewm {
                    border: solid 1px #d3c9af;
                    border-radius: 10px;
                    padding: 10px;
                    display: flex;
                    margin-bottom: 10px;
                }

                    .popup.case .popup-container .popup-content .content .rightpart .ewm img {
                        flex: 1;
                        width: 100%;
                    }

                .popup.case .popup-container .popup-content .content .rightpart .txt {
                    margin: 0px 0px 20px;
                    text-align: center;
                }

                .popup.case .popup-container .popup-content .content .rightpart .button {
                    display: block;
                    padding: 8px 0;
                }

html.fullpage,
html.fullpage body {
    min-height: 100%;
    height: auto;
    overflow: unset !important;
}

    html.fullpage .diy-newspage {
        overflow: unset;
    }

    html.fullpage .zhenBg {
        height: auto;
        display: block;
    }

/*案例*/
.case .news-card .item:hover:after {
    display: none;
}

.case .tab-box .tab-buttons .tab-btn:hover:after {
    background-color: transparent;
}

.case .news-card .item {
    border-bottom: none;
    cursor: auto;
}

.case .tab-box .tab-buttons {
    margin-bottom: 0;
}

.case .case-list {
    padding: 1px 1px 15px 1px;
}

    .case .case-list .title {
        color: #7f4f21;
        font-size: 16px;
        border-bottom: solid 1px #d3c9af;
        padding-bottom: 10px;
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .case .case-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

        .case .case-list ul li {
            overflow: hidden;
            justify-content: center;
            background-color: #ffffff;
            cursor: pointer;
            padding: 25% 10px;
            border: solid 1px rgba(131,78,38,.3);
            margin-right: -1px;
            margin-bottom: -1px;
            position: relative;
        }

            .case .case-list ul li:hover {
                border-color: rgba(131,78,38,.7);
                position: relative;
                z-index: 1;
            }

            .case .case-list ul li .photo {
                position: relative;
                padding-bottom: 33.72%;
            }

                .case .case-list ul li .photo img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    width: auto;
                    height: auto;
                    max-width: 70%;
                    max-height: 100%;
                    object-fit: contain;
                }

            .case .case-list ul li .intro_1 {
                position: absolute;
                left: 0px;
                bottom: 25px;
                width: 100%;
                text-align: center;
                color: #834e26;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-text-overflow: ellipsis;
                display: none;
            }

            .case .case-list ul li:hover .intro_1 {
                display: block;
            }

            .case .case-list ul li .title {
                color: #7f4f21;
                text-align: center;
                padding: 0;
                margin: 0;
                border: none;
                line-height: 1.7;
                overflow: hidden;
                font-size: 12px;
                white-space: nowrap;
                text-overflow: ellipsis;
                -webkit-text-overflow: ellipsis;
            }

.case ul li .popupContent {
    display: none;
}

.case .case-list ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 3;
}

    .sticky.active .tab-buttons {
        background-color: #f4f2ed;
    }

.diy-newspage .tab-card .item {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 10px 40px 20px;
}

.diy-newspage .tab-card.news-card .item .desc {
    font-size: 12px;
}

.diy-newspage .news-card.tab-card .item .cname {
    font-size: 22px;
}

.diy-newspage .tab-card .item:nth-child(1) {
    margin-right: 10px;
}

.diy-newspage .tab-box .tab-buttons .tab-btn:hover:after,
.diy-newspage .tab-box .tab-buttons .tab-btn.active:after,
.diy-newspage .tab-box .tab-buttons .tab-btn.on:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #aa8043;
    left: 0;
}

.diy-newspage .tab-box .tab-buttons .tab-btn.active:after,
.diy-newspage .tab-box .tab-buttons .tab-btn.on:after,
.diy-newspage .news-card .item.active:after {
    background-color: #aa8043 !important;
}

.beian {
    color: #7f4f21;
}

.news .news-card .item .cname {
    margin-bottom: 10px;
}

.news .tab-contents {
    margin-top: 20px;
}
/*想加入*/
.join .diy-newspage {
    padding-left: 16%;
    padding-right: 18%;
}

    .join .diy-newspage .news-card .item {
        border: none;
        cursor: auto;
    }

        .join .diy-newspage .news-card .item:hover:after {
            display: none;
        }

    .join .diy-newspage .active-item .title {
        margin-bottom: 20px;
    }

    .join .diy-newspage .active-column {
        grid-template-columns: 1fr;
        grid-column-gap: 50px;
    }

    .join .diy-newspage .active-item .items ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .join .diy-newspage .active-item .items li .photo {
        margin-bottom: 10px;
    }

    .join .diy-newspage .active-item .items .info {
        font-size: 14px;
    }

.zhenBg.join {
    display: flex;
    background-image: url(../images/joinbg_02.jpg);
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
}

.join .diy-newspage {
    flex: 1;
}

/*联系我们*/
.zhenBg.contact {
    display: flex;
    background-image: url(../images/joinbg_02.jpg);
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
}

.contact .diy-newspage {
    flex: 1;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

    .contact .diy-newspage .content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 3%;
        flex: 1;
        padding-top: 8%;
        padding-bottom: 8%;
    }

        .contact .diy-newspage .content .card {
            border-radius: 10px;
            padding: 50px 20px;
            border: solid 1px #7f4f21;
            text-align: center;
            min-height: 255px;
        }

            .contact .diy-newspage .content .card:hover {
                background-color: rgba(118,73,21,.1);
                border-color: #ded5c9;
            }

            .contact .diy-newspage .content .card .head img {
                height: 40px;
            }

            .contact .diy-newspage .content .card .head .txt {
                text-align: center;
                font-size: 18px;
                color: #7f4f21;
                padding: 15px 0 10px;
                position: relative;
                margin-bottom: 10px;
            }

                .contact .diy-newspage .content .card .head .txt:after {
                    content: "";
                    position: absolute;
                    bottom: 0px;
                    width: 30%;
                    height: 1px;
                    background-color: #ded5c9;
                    left: 0;
                    right: 0;
                    margin: auto;
                }

            .contact .diy-newspage .content .card .cont {
                line-height: 2;
            }

        .contact .diy-newspage .content a.card .cont {
            color: #717070;
        }

/*底部联系*/

.contactBot.diy .container {
    display: flex;
    width: 75%;
    padding: 0;
    max-width: 1400px;
    box-sizing: border-box;
}

.contactBot.diy {
    height: auto;
    padding: 6% 0;
    background-color: rgba(118,73,21,.1);
}

    .contactBot.diy .cityBox img {
        height: 68px;
    }

    .contactBot.diy .cityBox li p {
        font-size: 14px;
    }

    .contactBot.diy .cityBox {
        flex: .7;
    }

        .contactBot.diy .cityBox ul {
            display: flex;
        }

    .contactBot.diy .wxwbBox {
        display: flex;
        white-space: nowrap;
        flex: 1;
        margin: 0 3%;
    }

        .contactBot.diy .wxwbBox li {
            flex: 1;
            margin-right: 0;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contactBot.diy .wxwbBox img {
            margin-right: 0;
            height: 46px;
            width: auto;
            margin-bottom: 10px;
        }

    .contactBot.diy .copyBox {
        flex: 1;
        overflow: hidden;
        word-break: break-all;
        width: 25%;
    }

        .contactBot.diy .copyBox .copy {
            word-break: break-word;
        }


/*网站首页*/
.swiper-mob .swiper-slide .bg01:after,
.firm-list:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top,#000000 10%, rgba(0,0,0,0));
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 0;
}

.firm-list .info {
    line-height: 1.7;
    padding: 0 40px;
    width: 100%;
    bottom: 50px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 10;
    color: #ffffff;
    position: absolute;
    z-index: 100;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 99999;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.firm-list .art_p3 {
    margin-top: 15px;
    position: relative;
    left: 0;
    bottom: 0;
}

.firm-list:hover .info {
    opacity: 1;
    bottom: 70px;
}

.firm-list .info .card:nth-child(1) {
    border-bottom: solid 1px #c7c6c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.swiper-mob .swiper-slide .info {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

    .swiper-mob .swiper-slide .info .card:nth-child(1) {
        border-bottom: solid 1px #c7c6c6;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .swiper-mob .swiper-slide .info .card:nth-child(2) {
        margin-bottom: 15px;
    }

.swiper-mob .art_title {
    z-index: 10;
    position: relative;
    height: 100%;
}

.swiper-mob .swiper-slide .art_p3 {
    position: static;
    margin-top: 15px;
}
/*团队介绍*/

.teamBox .banner img {
    width: 100%;
}

.teamBox .aboutus {
    margin: auto;
    padding: 40px 15% 15px;
    background-image: url(../images/team-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .teamBox .aboutus .title {
        font-size: 22px;
        margin-bottom: 8px;
    }

        .teamBox .aboutus .title span {
            display: inline-block;
            border-bottom: solid 1px #7f4f21;
            position: relative;
            padding-top: 15px;
            padding-bottom: 13px;
        }

            .teamBox .aboutus .title span:after {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                width: 60px;
                height: 3px;
                background: #7f4f21;
            }

    .teamBox .aboutus .content * {
        font-size: 16px;
        line-height: 1.8;
        color: #717070;
    }

    .teamBox .aboutus .content p {
        margin-bottom: 17px;
    }

    .teamBox .aboutus .point {
        text-align: center;
        font-size: 16px;
        color: #7f4f21;
        padding-top: 25px;
        background-image: url();
        background-image: url(../images/arrow-u.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto 12px;
    }

.swiper-team .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .swiper-team .swiper-wrapper .swiper-slide {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

.swiper-team .teamlist {
    position: relative;
    height: auto;
}

    .swiper-team .teamlist:after {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 133.3333%;
    }

    .swiper-team .teamlist .infobox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.peo {
    background-position: top center !important;
}

.zhenBg.jijin {
    display: flex;
    flex-direction: column;
    /* background-image: url(../images/joinbg_02.jpg); */
    background-color: #f5f2ed;
    min-height: 100vh;
    background-attachment: fixed;
	overflow:hidden;
}

.jijin .diy-newspage {
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
    height: 68vh;
	overflow:hidden !important;
	transform:scale(1);
}
	
    .jijin .diy-newspage .content {
        text-align: center;
        color: #804f24;
        width: 90%;
		position:relative;
		line-height:1.8;
    }
	.typed-words-wap:after,
	.typed-words::after {
		content: "|";
		display: inline;
		animation: blink 1s infinite;
	}
	/* custom cursor animation */
	@keyframes blink {
	 0% {
	 opacity: 1;
	}
	 50% {
	 opacity: 0;
	}
	 100% {
	 opacity: 1;
	}
	}

	.jijin .diy-newspage .wdcloud .wd{
		position:absolute;
		box-sizing:border-box;
		animation-delay:2s;
		-webkit-animation-delay:2s;
	}
	.jijin .diy-newspage .wdcloud.mc{ display:none;}
	
	.jijin .diy-newspage .wdcloud .wd-sq{
		display:none;
	}
	
	.jijin .diy-newspage .wdcloud .word-7{
		font-size:50px;
		letter-spacing:5px;
	}
@media (min-width:641px){
	.jijin .diy-newspage .wdcloud .wd-sq{display:block;}
	.jijin .diy-newspage .wdcloud .wd{ white-space:nowrap;}
	.jijin .diy-newspage .wdcloud .word-1,
	.jijin .diy-newspage .wdcloud .word-2,
	.jijin .diy-newspage .wdcloud .word-12,
	.jijin .diy-newspage .wdcloud .word-13,
	.jijin .diy-newspage .wdcloud .word-14{
		width:100%;
		left:0;
		top:-105px;
		text-align:center;
	}
	.jijin .diy-newspage .wdcloud .word-1{
		top:-70px;
	}
	.jijin .diy-newspage .wdcloud .word-0{
		top:-138px;
	}
	.jijin .diy-newspage .wdcloud .word-13 .wd,
	.jijin .diy-newspage .wdcloud .word-14 .wd,
	.jijin .diy-newspage .wdcloud .word-2 .wd,
	.jijin .diy-newspage .wdcloud .word-1 .wd{
		left:50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
	}
	.jijin .diy-newspage .wdcloud .word-2{
		color: rgba(128,79,36,.6);
	}
	.jijin .diy-newspage .wdcloud .word-3{
		width:50%;
		right:50%;
		top:15px;
	}
	.jijin .diy-newspage .wdcloud .word-3 .wd{
		right:260px;
		white-space:nowrap;
	}
	.jijin .diy-newspage .wdcloud .word-4{
		width:50%;
		left:0;
		top:-34px;
		text-align:right;
	}
	.jijin .diy-newspage .wdcloud .word-4 .wd{
		right:0;
	}
	.jijin .diy-newspage .wdcloud .word-5{
		width:50%;
		left:50%;
		top:15px;
		color: rgba(128,79,36,.4);
		padding-left:260px;
		text-align:left;
	}
	.jijin .diy-newspage .wdcloud .word-8{
		width:50%;
		right:0;
		top:-30px;
		text-align:left;
	}
	.jijin .diy-newspage .wdcloud .word-8 .wd{
		left:234px;
		top:80px;
		font-size:18px;
	}
	.jijin .diy-newspage .wdcloud .word-16,
	.jijin .diy-newspage .wdcloud .word-10{
		width:50%;
		right:50%;
		bottom:40px;
	}
	.jijin .diy-newspage .wdcloud .word-16 .wd,
	.jijin .diy-newspage .wdcloud .word-10 .wd{
		right:240px;
		white-space:nowrap;
		color: rgba(128,79,36,.4);
	}
	.jijin .diy-newspage .wdcloud .word-11{
		width:50%;
		left:50%;
		bottom:-134px;
		font-size:18px;
		text-align:left;
		text-indent:2em;
	}
	.jijin .diy-newspage .wdcloud .word-12{
		top:auto;
		bottom:-183px;
		font-size:16px;
	}
	.jijin .diy-newspage .wdcloud .word-13{
		top:auto;
		bottom:-10px;
		font-size:16px;
	}
	.jijin .diy-newspage .wdcloud .word-14{
		top:auto;
		bottom:-55px;
		font-size:16px;
	}
	.jijin .diy-newspage .wdcloud .word-15{
		width:50%;
		right:50%;
		bottom:-100px;
		font-weight:bold;
		font-size:20px;
	}
	.jijin .diy-newspage .wdcloud .word-15 .wd{
		right:0;
	}
	.jijin .diy-newspage .wdcloud .word-16{
		top:-96px;
		font-size:12px;
	}
	.jijin .diy-newspage .wdcloud .wd-sq,
	.jijin .diy-newspage .wdcloud .wd-sq .wd{color: rgba(128,79,36,.2);}
	.jijin .diy-newspage .wdcloud .word-16 .wd{ right:250px;}
	.jijin .diy-newspage .wdcloud .word-17{ top:auto; bottom:-70px;}
	.jijin .diy-newspage .wdcloud .word-17 .wd{ right:350px; font-size:13px;}
	.jijin .diy-newspage .wdcloud .word-18{ top:auto; bottom:-135px;}
	.jijin .diy-newspage .wdcloud .word-18 .wd{ right:115px; font-size:12px;}
	.jijin .diy-newspage .wdcloud .word-19{ top:-47px; padding-left:290px; font-size:12px;}
	.jijin .diy-newspage .wdcloud .word-20{ top:auto; bottom:-95px; padding-left:340px; font-size:12px;}
	.jijin .diy-newspage .wdcloud .word-21{ top:auto; bottom:-160px; padding-left:260px; font-size:12px;}
}
        .jijin .diy-newspage .content .title {
            font-size: 42px;
            letter-spacing: 5px;
            font-weight: bold;
        }

        .jijin .diy-newspage .content .etitle {
            font-size: 38px;
            letter-spacing: 4px;
            font-weight: bold;
        }

        .jijin .diy-newspage .content .desc {
            margin: 30px 0;
            line-height: 2.2;
            position: relative;
            padding: 20px 0;
        }

            .jijin .diy-newspage .content .desc:before,
            .jijin .diy-newspage .content .desc:after {
                content: "";
                position: absolute;
                width: 55%;
                height: 1px;
                background-color: #d2c1af;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
            }

            .jijin .diy-newspage .content .desc:before {
                top: 0;
            }

            .jijin .diy-newspage .content .desc:after {
                bottom: 0;
            }

        .jijin .diy-newspage .content .ft {
            font-size: 28px;
            font-weight: bold;
        }

.ani-photo {
    flex: 1;
    display: flex;
    overflow: hidden;
}

    .ani-photo .scroller {
        flex: 1;
        height: 100%;
    }

.scroller {
    display: flex;
    width: 100%;
    overflow: hidden;
}

    .scroller .scroll-wrapper {
        display: flex;
        justify-content: flex-start;
    }

        .scroller .scroll-wrapper .scroll-slide {
            display: flex;
            align-items: center;
        }

        .scroller .scroll-wrapper img {
            height: 100%;
            width: auto;
            object-fit: contain;
            object-position: left center;
        }

/*新闻详情*/
.diy-newspage .news-card .item .cname {
    margin-bottom: 10px;
}

.newsdetail {
    color: #79502a;
}

    .newsdetail .abstract {
        background-color: rgba(118,73,21,.1);
        padding: 40px 60px;
        margin-bottom: 30px;
    }

        .newsdetail .abstract p {
            margin-bottom: 20px;
        }

            .newsdetail .abstract p:last-child {
                margin-bottom: 0;
            }

    .newsdetail .detail img {
        width: auto !important;
        max-width: 100%;
        display: block;
        margin: auto;
        height: auto !important;
    }

    .newsdetail .detail strong {
        font-weight: bold;
    }

.zhenBg.join {
    background-image: url(../images/joinbg_02.jpg);
    background-attachment: fixed;
}

.classtitle {
    text-align: center;
    font-size: 22px;
    color: #804e21;
    border-bottom: solid 1px #804e21;
    width: 90%;
    padding-top: 3%;
    margin: 0 auto 3%;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .classtitle span {
        padding-bottom: 5px;
        border-bottom: solid 1px #804e21;
    }

.main.teamBox {
    background-image: url(../images/joinbg_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

.swiperVer {
    height: 240px;
    overflow: hidden;
}

    .swiperVer .swiper-slide {
        font-size: 24px;
        color: rgba(124,69,24,.5);
        line-height: 52px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 1.3;
    }

    .swiperVer span {
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .swiperVer .swiper-slide-active span {
        font-size: 32px;
        font-weight: bold;
        color: rgba(124,69,24,1);
    }

@media (max-width:1200px) {
    .diy-newspage .active-item .desc {
        font-size: 14px;
    }

    .contactBot.diy .copyBox {
        flex: .6;
    }

    .swiperVer .swiper-slide {
        font-size: 14px;
    }

    .swiperVer .swiper-slide-active span {
        font-size: 26px;
    }
}

@media (max-width:1100px) {
    .diy-newspage .tab-box .tab-contents .tab-content ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .diy-newspage .active-item .desc {
        font-size: 12px;
    }

    .contactBot.diy .container {
        width: 100%;
        padding-left: 70px;
    }
}

@media (max-width:990px) {
    .diy-newspage .tab-box .tab-buttons .tab-btn {
        flex-direction: column;
        font-size: 14px;
    }

        .diy-newspage .tab-box .tab-buttons .tab-btn p {
            margin: 0px;
        }

            .diy-newspage .tab-box .tab-buttons .tab-btn p span {
                display: block;
            }

    .diy-newspage .active-column .active-item {
        margin-bottom: 5%;
    }

    .diy-newspage .active-column {
        display: block;
    }

    .diy-newspage .active-item .items ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .join .diy-newspage .active-item .items ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .contactBot.diy .copyBox {
        display: none;
    }

    .swiperVer .swiper-slide {
        font-size: 14px;
    }

    .swiperVer .swiper-slide-active span {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .contactBot.diy .cityBox img {
        height: 58px;
    }

    .contactBot.diy .wxwbBox img {
        height: 36px;
    }

    .zhenBg.contact {
        /*   min-height: 70vh !important;*/
    }

    .join .diy-newspage,
    .diy-newspage {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .case .case-list ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .sticky {
        top: 50px;
    }

        .sticky .tab-buttons {
            background-color: #f4f2ed;
        }

    .zhenBg.jijin {
        min-height: calc(100vh - 90px);
    }

    .ani-photo {
        flex: unset;
        height: 400px;
    }
}

@media (max-width:640px) {
    .jijin .diy-newspage {
        padding: 0;
        padding-top: 7%;
		padding-bottom:7%;
        height:auto;
    }
	.jijin .diy-newspage .wdcloud .wd{
		position:static;
	}
	.jijin .diy-newspage .wdcloud.pc{ display:none;}
	.jijin .diy-newspage .wdcloud.mc{ display:block;}
	.jijin .diy-newspage .wdcloud .word-1{ margin-bottom:10px;color:rgba(128,79,36,.7);}
	.jijin .diy-newspage .wdcloud .word-2{ margin-bottom:10px;}
	.jijin .diy-newspage .wdcloud .word-3{ margin-bottom:10px;color:rgba(128,79,36,.3);}
	.jijin .diy-newspage .wdcloud .word-4,
	.jijin .diy-newspage .wdcloud .word-5{ font-size:12px;}
	.jijin .diy-newspage .wdcloud .word-7{ margin:10px 0; height:55px; line-height:55px; font-size:30px;}
	.jijin .diy-newspage .wdcloud .word-8,
	.jijin .diy-newspage .wdcloud .word-9{ color:rgba(128,79,36,.5); font-size:12px;}
	.jijin .diy-newspage .wdcloud .word-10{ margin-top:10px;}
	.jijin .diy-newspage .wdcloud .word-11{ margin-bottom:10px;}
	.jijin .diy-newspage .wdcloud .word-12{ font-size:18px; margin:15px 0;}
	.jijin .diy-newspage .wdcloud .word-13{ color:rgba(128,79,36,.5); font-size:12px; margin-bottom:10px;}
	.jijin .diy-newspage .wdcloud .word-15{ color:rgba(128,79,36,.3); margin-top:10px; font-size:16px;}
	.jijin .diy-newspage .wdcloud .wd .block{
		display:block;
	}
	
    .diy-newspage .news-card .item .cname {
        font-size: 22px;
        font-weight: bold;
    }

    .diy-newspage .news-card .item .desc,
    .diy-newspage .tab-box .tab-buttons .tab-btn p {
        font-size: 16px;
    }

    .diy-newspage .tab-box .tab-buttons {
        margin-bottom: 3%;
    }

    .diy-newspage .tab-box .tab-contents .tab-content ul {
        grid-template-columns: 1fr;
    }

    .diy-newspage .tab-card.news-card .item {
        padding: 8px 0;
    }

    .diy-newspage .news-card.tab-card .item .cname {
        font-size: 16px;
    }

    .diy-newspage .tab-card .item:nth-child(1) {
        margin-right: 5px;
    }

    .diy-newspage .active-item .title {
        font-size: 16px;
    }

    .diy-newspage .active-item .desc {
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .diy-newspage .active-item .items ul {
        grid-template-columns: 1fr 1fr;
    }

    .join .diy-newspage .active-item .items ul {
        grid-template-columns: 1fr 1fr;
    }

    .popup .popup-container .closeButton {
        width: 20px;
        height: 20px;
    }

    .popup .popup-container .popup-content .title {
        font-size: 18px;
    }

    .popup.case .popup-container .popup-content .subtitle {
        font-size: 12px;
    }

    .contactBot.diy {
        display: none;
    }

    .zhenBg.contact {
        /*  min-height: unset !important;*/
    }

    .contact .diy-newspage {
        flex: unset;
    }

        .contact .diy-newspage .content {
            grid-template-columns: 1fr;
            grid-row-gap: 30px;
        }

            .contact .diy-newspage .content .card {
                padding: 20px;
            }

    .swiper-team .swiper-wrapper {
        grid-template-columns: 1fr;
    }

    .teamBox .aboutus .title {
        font-size: 18px;
    }

    .teamBox .aboutus {
        padding: 20px 4%;
    }

        .teamBox .aboutus .content * {
            font-size: 14px;
        }

    .footer {
        height: 40px;
        line-height: 40px;
        padding: 0px;
        display: flex !important;
        align-items: center;
        padding: 0 30px;
    }

        .footer .foot {
            display: none;
        }

        .footer .copy {
            display: flex;
            margin-top: 0;
            algin-items: center;
            white-space: nowrap;
        }

            .footer .copy br {
                display: none;
            }

        .footer .en-font:nth-child(1) {
            display: none;
        }

    .jijin .diy-newspage .content .title {
        font-size: 20px;
    }

    .jijin .diy-newspage .content .ft,
    .jijin .diy-newspage .content .etitle {
        font-size: 18px;
    }

    .jijin .diy-newspage .content .desc {
        font-size: 12px;
    }

    .newsdetail .abstract {
        padding: 3% 5%;
    }
}

@media (max-width:480px) {
    .case .case-list ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .popup.case .popup-container {
        padding: 15px;
    }

    .jijin .diy-newspage .content .title {
        font-size: 20px;
        letter-spacing: 0;
    }

    .jijin .diy-newspage .content .ft,
    .jijin .diy-newspage .content .etitle {
        font-size: 18px;
        letter-spacing: 0;
    }
}

/*黑客松*/
.diy-newspage .news-card .item.no1 {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.Hacker {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .Hacker.lst .title {
        display: none;
    }

    .Hacker .h_left {
        width: 48.5%;
    }

    .Hacker .h_right {
        width: 48.5%;
    }

    .Hacker .title {
        border-bottom: 1px #d6c8ad solid;
        border-top: 1px #d6c8ad solid;
        line-height: 2.6;
        font-size: 22px;
        font-weight: bold;
        color: #884d13;
        letter-spacing: 4px;
    }

    .Hacker ul li .cname a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        font-size: 18px;
        margin-bottom: 18px;
        letter-spacing: 2px;
    }

    .Hacker ul li .cont {
        background: #fff;
        border-radius: 10px;
        padding: 19px 19px 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .Hacker ul li .cont .photo {
            padding-top: 30%;
            position: relative;
            margin-bottom: 10px;
        }

            .Hacker ul li .cont .photo a {
                display: block;
            }

                .Hacker ul li .cont .photo a img {
                    width: 100%;
                    position: absolute;
                    height: 100%;
                    left: 0px;
                    top: 0px;
                    border-radius: 7px;
                    object-fit: cover;
                }

        .Hacker ul li .cont .desc {
            color: #733c0b;
            height: 160px;
            overflow: hidden;
            margin-bottom: 20px;
            line-height: 20px;
            font-size: 12px;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
        }

        .Hacker ul li .cont .more {
            text-align: center;
        }

            .Hacker ul li .cont .more a {
                display: inline-block;
                width: 94%;
                margin: 0px auto;
                text-align: center;
                background: #814e21;
                line-height: 3;
                color: #fff;
                border-radius: 10px;
                font-size: 12px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-text-overflow: ellipsis;
                padding: 0px 10px;
            }

    .Hacker ul {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .Hacker ul li {
            width: 47%;
            margin-bottom: 4%;
        }

.diy-newspage.swipe {
    overflow: hidden;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

    .diy-newspage.swipe .Hacker.lst {
        flex: 1;
        overflow: auto;
        padding-top: 15px;
    }

    .diy-newspage.swipe ::-webkit-scrollbar {
        width: 5px;
        background-color: #eee;
        border-radius: 5px;
    }

    .diy-newspage.swipe ::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 5px;
    }

.diy-newspage1 .tabs {
    background: #ebe7dc;
    padding: 4% 0px;
    padding-left: 4%;
    padding-right: 4%;
}

.diy-newspage1 .tab-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 30px;
}

    .diy-newspage1 .tab-box .select-ui {
    }

.select-ui select {
    display: none;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.select-ui .select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

    .select-ui .select .button {
        width: 100%;
        padding: 0 20px 0 25px;
        border: solid 1px #cdbfa2;
        height: 42px;
        line-height: 42px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 19px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
    }


    .select-ui .select.focus {
        padding: 0px;
    }

        .select-ui .select.focus .button {
            border-color: #834e26;
        }

    .select-ui .select .button .text .item {
        display: flex;
        margin-right: 5px;
        align-items: center;
        padding: 0 5px;
        color: #834e26;
        background-color: #333333;
        line-height: 26px;
        white-space: nowrap;
        flex-wrap: nowrap;
        border-radius: 3px;
        font-size: 12px;
    }

        .select-ui .select .button .text .item i {
            width: 10px;
            height: 10px;
            background-image: url(../images/close.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 3px;
        }

    .select-ui .select .button .fill-current {
        fill: rgb(129,78,35);
    }

    .select-ui .select .options {
        position: absolute;
        top: 100%;
        border-radius: 15px;
        background: #ffffff;
        border: 1px #e3dcca solid;
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        box-sizing: border-box;
        margin-top: 10px;
        overflow: hidden;
    }

    .select-ui .select.focus .options {
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .select-ui .select .button .text {
        flex: 1;
        font-size: 16px;
        color: #834e26;
        margin-right: 4px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow: auto;
        box-sizing: border-box;
        justify-content: center;
        white-space: nowrap;
        font-weight: bold;
    }


    .select-ui .select .options li {
        font-size: 14px;
        text-align: left;
        margin: 0;
        color: #7f4e23;
        width: 100%;
        padding: 0px;
    }

    .select-ui .select .options li {
        margin-right: 0px;
    }

        .select-ui .select .options li.selected span {
            color: #fff;
            background-color: #7f4e23;
        }

        .select-ui .select .options li span {
            display: block;
            padding: 12px 15%;
            width: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            cursor: pointer;
            white-space: nowrap;
        }

            .select-ui .select .options li span:hover {
                background-color: #7f4e23;
                color: #fff;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

.select-ui.active .select .button {
    background: #834e26;
    color: #fff;
}

    .select-ui.active .select .button .text {
        color: #fff;
    }

    .select-ui.active .select .button .fill-current {
        fill: rgb(255,255,255);
    }

/*首页*/
.diy_more {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 1px;
    color: #79502a;
    margin-top: 15px;
    margin-bottom: 6%;
}

    .diy_more span {
        width: 26px;
        height: 26px;
        background-image: url(../images/brandl_03.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        margin-left: 14px;
    }

.index_new {
    padding: 0px 4%;
    padding-bottom: 5%;
}

    .index_new .news_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 25px;
        margin-bottom: 20px;
    }

    .index_new .new_left {
        overflow: hidden;
        display: flex;
    }

    .index_new .new_right {
        overflow: hidden;
        display: flex;
    }

        .index_new .new_left > div,
        .index_new .new_right > div {
            flex: 1;
            overflow: hidden;
        }

    .index_new .enterprise {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        padding-top: 53.2%;
    }

        .index_new .enterprise .pic {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
        }

        .index_new .enterprise .content {
            width: 92%;
            position: absolute;
            left: 50%;
            top: 5%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10;
            color: #fff;
        }

    .index_new .new_title {
        color: #fff;
        font-size: 18px;
        position: relative;
        line-height: 1;
        padding-bottom: 15px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }

        .index_new .new_title:before {
            width: 80%;
            height: 1px;
            position: absolute;
            left: 0px;
            bottom: 0px;
            background-image: linear-gradient( 90deg,rgba(255,255,255,.3),transparent);
            content: '';
        }

    .index_new .enterprise .content .eng {
        font-size: 24px;
    }

    .index_new .enterprise .content .cname {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .index_new .enterprise .content .brand img {
        height: 15px;
        width: auto;
    }

    .index_new .real_new ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 20px;
        align-items: stretch;
    }

        .index_new .real_new ul li {
            background: #fff;
            padding: 15px 10px;
            border: 1px #d9cfc2 solid;
            border-radius: 8px;
        }

            .index_new .real_new ul li .photo {
                padding-bottom: 42.96%;
                position: relative;
            }

                .index_new .real_new ul li .photo .mark {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    font-size: 12px;
                    background: none;
                    color: white;
                    white-space: nowrap;
                    text-align: center;
                    padding: 0 10px;
                    font-family: "Bebas";
                }

                    .index_new .real_new ul li .photo .mark:before,
                    .index_new .real_new ul li .photo .mark:after {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        content: "";
                        background-image: url(../images/r.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: right center;
                    }

                    .index_new .real_new ul li .photo .mark:before {
                        transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                    }

            .index_new .real_new ul li img {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0px;
                top: 0px;
                border-radius: 7px;
                object-fit: cover;
            }

            .index_new .real_new ul li .title {
                border-bottom: solid 1px rgba(180,143,90,.6);
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                padding: 5px 0;
            }

                .index_new .real_new ul li .title a {
                    color: #7f4f21;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    line-height: 20px;
                    height: 40px;
                }

            .index_new .real_new ul li .info {
                padding: 0px 3%;
            }

            .index_new .real_new ul li .cont {
                font-size: 12px;
                margin: 8px 0;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                line-height: 18px;
                min-height: 54px;
            }

            .index_new .real_new ul li .f {
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 12px;
                color: #cacaca;
            }

            .index_new .real_new ul li .dig {
                display: flex;
            }

            .index_new .real_new ul li .c, .index_new .real_new ul li .s {
                display: flex;
                align-items: center;
                margin-left: 10px;
            }

                .index_new .real_new ul li .c:before,
                .index_new .real_new ul li .s:before {
                    content: "";
                    width: 14px;
                    height: 14px;
                    margin-right: 5px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .index_new .real_new ul li .c:before {
                    background-image: url(../images/pl.svg);
                }

                .index_new .real_new ul li .s:before {
                    background-image: url(../images/sl.svg);
                }

            .index_new .real_new ul li .sumbit {
                font-size: 18px;
                color: #79512a;
                line-height: 1;
                padding-bottom: 12px;
                letter-spacing: 2px;
                margin-bottom: 12px;
                border-bottom: 1px #e4dcd4 solid;
            }

    .index_new .news_one {
        background: #fff;
        border-radius: 7px;
    }

        .index_new .news_one .photo {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            padding-top: 40.4%;
        }

            .index_new .news_one .photo .pic {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top center;
            }

            .index_new .news_one .photo .content {
                width: 92%;
                position: absolute;
                left: 50%;
                top: 8%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                z-index: 10;
                color: #fff;
            }

        .index_new .news_one .title {
            border-bottom: solid 1px rgba(180,143,90,.6);
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            padding: 4px 0;
        }

            .index_new .news_one .title a {
                color: #7f4f21;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                line-height: 22px;
            }

        .index_new .news_one .cont {
            padding: 0px 5% 4px;
        }

        .index_new .news_one .desc {
            font-size: 12px;
            margin: 8px 0;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            line-height: 18px;
        }

    .index_new .enterprise .content .eng {
        margin-bottom: 5px;
    }

    .index_new .new_right .enterprise .content .cname {
        margin-bottom: 22px;
    }

    .index_new .new_right .enterprise .content .brand img {
        height: 20px;
    }

    .index_new .movement {
        display: flex;
    }

        .index_new .movement ul {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 20px 20px;
            align-items: stretch;
        }

            .index_new .movement ul li {
                background: #fff;
                padding: 15px 10px;
                border: 1px #d9cfc2 solid;
                border-radius: 8px;
                overflow: hidden;
                display: flex;
                flex-direction: column;
            }

                .index_new .movement ul li .photo {
                    padding-bottom: 42.96%;
                    position: relative;
                    margin-bottom: 10px;
                }

                    .index_new .movement ul li .photo img {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                        object-position: center center;
                        border-radius: 6px;
                    }

                .index_new .movement ul li img {
                    width: 100%;
                    flex: 1;
                    border-radius: 7px;
                    object-fit: cover;
                }

                .index_new .movement ul li .sumbit {
                    font-size: 18px;
                    color: #79512a;
                    line-height: 1;
                    padding-bottom: 12px;
                    letter-spacing: 2px;
                    margin-bottom: 12px;
                    border-bottom: 1px #e4dcd4 solid;
                }

                .index_new .movement ul li .title a {
                    display: block;
                    color: #7f4f21;
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-text-overflow: ellipsis;
                    margin-bottom: 10px;
                }

                .index_new .movement ul li .pic {
                    padding-bottom: 30.16%;
                    position: relative;
                    margin-bottom: 10px;
                }

                    .index_new .movement ul li .pic img {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 6px;
                        object-position: center center;
                    }

                .index_new .movement ul li .desc {
                    font-size: 12px;
                    line-height: 1.5;
                    overflow: hidden;
                    color: #7f4f21;
                    margin-bottom: 10px;
                    display: -webkit-box;
                    -webkit-line-clamp: 7;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-text-overflow: ellipsis;
                }

                .index_new .movement ul li .infor {
                    font-size: 12px;
                    flex: 1;
                    overflow: hidden;
                    color: #7f4f21;
                    margin-bottom: 10px;
                }

                .index_new .movement ul li .more {
                    display: block;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 6px;
                    border: 1px #d9cfc2 solid;
                    color: #7f4f21;
                    font-size: 12px;
                }

    .index_new .enterprise.elevation {
        overflow: hidden;
        padding-top: 0px;
    }

    .index_new .news_one.elevation ul li {
        height: 320px !important;
        overflow: hidden;
    }

    .index_new .news_one.elevation .photo {
        height: 245px !important;
        overflow: hidden;
        padding-top: 0px;
    }

    .index_new .real_new.elevation ul li .photo {
        height: 110px !important;
        overflow: hidden;
        padding-bottom: 0px;
    }

    .index_new .movement.elevation ul li .photo {
        padding-bottom: 0px;
        height: 130px !important;
        overflow: hidden;
    }

    .index_new .movement.elevation ul li .pic {
        padding-bottom: 0px;
        height: 70px !important;
        overflow: hidden;
    }

.diy-newspage1 .tabs.slide-button {
    color: #7f4f21;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .diy-newspage1 .tabs.slide-button:after {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url(../images/arrow-down_03.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 14%;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.diy-newspage1 .slide-button.active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.popup .popup-container .popup-content .p_infor {
    flex: 1;
    overflow: auto;
}

.case {
    min-height: 100vh;
}

    .case .slidebox {
        border-bottom: solid 1px rgba(131,78,38,.2);
    }

    .case .books {
        padding: 2% 4%;
        display: none;
    }

        .case .books ul {
            grid-column-gap: 30px;
            grid-row-gap: 30px;
            display: grid;
            grid-template-columns: repeat(6,1fr);
        }

            .case .books ul li {
                background-color: #fff;
                border-radius: 10px;
                padding: 20px 0;
                text-align: center;
                cursor: pointer;
                overflow: hidden;
                border: solid 1px rgba(131,78,38,.2);
            }

                .case .books ul li:hover {
                    border-color: rgba(131,78,38,1);
                }

                .case .books ul li .photo {
                    padding-top: 77%;
                    position: relative;
                }

                .case .books ul li img {
                    border: solid 1px rgba(131,78,38,.2);
                    position: absolute;
                    height: 100%;
                    width: auto;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    max-width: 90%;
                }

                .case .books ul li .intro_1 {
                    color: rgba(131,78,38,.7);
                    font-size: 16px;
                    margin-top: 10px;
                     /*  white-space: nowrap;*/
                     padding-right: 10px;
                    padding-left: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

.popup.book .popup-container {
    max-width: 800px;
    padding: 60px 4%;
}

    .popup.book .popup-container .popup-content {
        flex-direction: row;
    }

        .popup.book .popup-container .popup-content .leftpart {
            flex: 1;
            margin-right: 7%;
            text-align: center;
        }

            .popup.book .popup-container .popup-content .leftpart img {
                width: auto;
                max-width: 100%;
                border: solid 1px rgba(131,78,38,.2);
            }

        .popup.book .popup-container .popup-content .rightpart {
            flex: 3.2;
            padding-bottom: 3%;
        }

        .popup.book .popup-container .popup-content .title {
            font-size: 22px;
            border-color: rgba(121,80,42,.3);
        }

            .popup.book .popup-container .popup-content .title:after {
                display: none;
            }

        .popup.book .popup-container .popup-content .subtitle {
            font-size: 16px;
        }

        .popup.book .popup-container .popup-content .rightpart .more {
            margin-top: 20px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            border-radius: 40px;
            width: 30%;
            text-align: center;
            border: solid 1px rgba(131,78,38,1);
            color: #79502a;
        }

.teamLay {
    max-height: 80%;
}

    .teamLay .info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .teamLay .info > div {
            flex: 1;
        }

    .teamLay .laycont .email {
        width: 60%;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        border: solid 1px #717070;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .teamLay .laycont .email:before {
            content: "";
            width: 20px;
            height: 20px;
            background-image: url(../images/email_03.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 7px;
        }

    .teamLay .laycont .ebtn {
        width: 100%;
        display: none;
    }

    .teamLay .peoImg img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .teamLay .peoImg .info {
        display: none;
    }

/*最新底部*/
.foot_one {
    background: #e2dcce;
    padding: 3% 4% 3% 10%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #79512a;
}

    .foot_one a {
        color: #79512a;
    }

    .foot_one .plan {
        display: flex;
        align-items: flex-start;
    }

        .foot_one .plan .pic {
            height: 40px;
            width: auto;
            margin-right: 15px;
        }

        .foot_one .plan .cont {
            flex: 1;
            overflow: hidden;
            line-height: 1.9;
        }

            .foot_one .plan .cont .gray {
                color: #585858;
            }

    .foot_one .station {
    }

        .foot_one .station ul {
            display: flex;
            align-items: center;
        }

            .foot_one .station ul li {
                text-align: center;
                width:100px;
            }

                .foot_one .station ul li p {
                    font-weight: bold;
                    font-size: 15px;
                    margin-top: 10px;
                }

                .foot_one .station ul li img {
                    height: 55px;
                    width: auto;
                }

	.foot_one .online{/* max-width:300px; */}
    .foot_one .online ul {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
    }

        .foot_one .online ul li {
            margin-right: 30px;
            cursor: pointer;
        }

            .foot_one .online ul li img {
                height: 40px;
                width: auto;
            }
            .foot_one .online .showEwm .diyimg {
                height: 36px;
                width: auto;
            }
            .foot_one .online ul li .ewm {
                display: none;
            }

.p_title {
    text-align: center;
    border-bottom: 1px #d4c9ad solid;
    margin-bottom: 20px;
    font-weight: bold;
}

    .p_title span {
        display: inline-block;
        line-height: 2.5;
        font-size: 18px;
        letter-spacing: 2px;
        padding-bottom: 10px;
        border-bottom: 1px #ccab82 solid;
    }

.p_infor {
    text-align: center;
}

    .p_infor p {
        line-height: 2.5;
    }

    .p_infor .dance {
        margin-top: 10px;
    }


@media (max-width:1450px) {
    .foot_one .station ul li {
        text-align: center;
        margin: 0px 10px;
    }

    .foot_one {
        font-size: 12px;
    }

    .case .books ul {
        grid-template-columns: repeat(5,1fr);
    }
}

@media (max-width:1200px) {
    .Hacker ul li .cont .more a {
        width: 100%;
    }

    .Hacker ul li .cont {
        padding: 10px 10px 15px;
    }
}

@media (max-width:1200px) {
    .case .case-list ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .foot_one .plan {
        margin-bottom: 5%;
    }

    .foot_one .station {
        margin-bottom: 5%;
    }

    .foot_one .online ul {
        justify-content: center;
    }

    .foot_one .online {
        width: 100%;
        text-align: center;
		max-width:100%;
    }

        .foot_one .online ul li {
            margin: 0px 15px;
        }
}

@media (max-width:1000px) {
    .case .books ul {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width:900px) {
    .case .case-list ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .index_new .news_row {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        margin-bottom: 25px;
    }

    .index_new .enterprise .pic {
        position: static;
    }

    .index_new .enterprise.elevation2 {
        overflow: hidden;
        padding-top: 0;
    }
}

@media (max-width:700px) {
    .diy-newspage1 .tab-box {
        display: block;
    }

        .diy-newspage1 .tab-box .select-ui {
            margin-bottom: 3%;
        }

            .diy-newspage1 .tab-box .select-ui:last-child {
                margin-bottom: 0;
            }

    .case .case-list ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .teamLay {
        display: flex;
        flex-direction: column;
		max-width:330px;
    }

        .teamLay .laycont {
            flex: 1;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            position: relative;
        }

            .teamLay .laycont .info {
                display: none;
            }

        .teamLay .peoImg {
            display: flex;
            height: auto !important;
            margin-bottom: 10px;
            overflow: visible !important;
        }

            .teamLay .peoImg .photo {
                flex: 1;
                overflow: hidden;
            }

                .teamLay .peoImg .photo .box {
                    display: block;
                    position: relative;
                    padding-top: 100%;
                    margin: 0;
                }

            .teamLay .peoImg img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .teamLay .peoImg .info {
                display: flex;
                flex: 1;
                align-items: flex-end;
                margin-left: 15px;
            }

                .teamLay .peoImg .info .name {
                    font-size: 20px;
                    margin-top: 10px;
                    line-height: 1;
                }

        .teamLay .laycont .desc {
            max-height: 100% !important;
            flex: 1;
            overflow: auto;
            position: relative;
        }

        .teamLay .laycont:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 30px;
            left: 0;
            bottom: 75px;
            background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        }

        .teamLay .laycont .ebtn {
            display: flex;
            margin-top: 20px;
        }
}

@media (max-width:768px) {
    .foot_one {
        background: #e2dcce;
        padding: 7% 4%;
    }

        .foot_one .station {
            width: 100%;
        }

            .foot_one .station ul {
                justify-content: center;
            }

        .foot_one .plan {
            justify-content: center;
            width: 100%;
            flex-wrap: wrap;
        }

            .foot_one .plan .cont {
                flex: none;
                width: 100%;
                text-align: center;
            }

            .foot_one .plan .pic {
                height: 30px;
                margin-right: 0px;
                margin-bottom: 10px;
            }

        .foot_one .station ul li img {
            height: 45px;
        }

        .foot_one .station ul li p {
            font-size: 14px;
        }

        .foot_one .online ul li img {
            height: 30px;
        }
        .foot_one .online .showEwm .diyimg {
                height: 26px;
                width: auto;
            }
        .foot_one .online ul li {
            margin: 0px 10px;
        }

    .p_infor {
        font-size: 12px;
    }

        .p_infor p {
            line-height: 2;
        }

    .p_title span {
        font-size: 16px;
    }

    .case .books ul {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:640px) {
    .diy-newspage.swipe {
        display: block;
    }

    .Hacker.tlst {
        display: none;
    }

    .Hacker.lst .title {
        display: block;
        margin-bottom: 15px;
    }

    .diy-newspage.swipe .Hacker.lst {
        padding-top: 0;
        overflow: visible;
        flex: unset;
    }

    .Hacker .title {
        font-size: 16px;
    }

    .Hacker ul li .cname a {
        font-size: 14px;
    }

    .Hacker .h_left {
        width: 100%;
    }

    .Hacker ul li {
        margin-bottom: 7%;
    }

    .Hacker .h_right {
        width: 100%;
    }

    .Hacker ul li {
        width: 100%;
    }

        .Hacker ul li .cont {
            padding: 10px 10px 15px;
        }

            .Hacker ul li .cont .desc {
                height: auto;
            }

    .index_new .news_one.elevation .photo {
        height: auto !important;
        overflow: hidden;
        padding-top: 40.4%;
    }

    .index_new .real_new.elevation ul li .photo {
        height: auto !important;
        overflow: hidden;
        padding-bottom: 42.96%;
    }

    .index_new .news_one,
    .index_new .movement ul li,
    .index_new .real_new ul li {
        height: auto;
    }

    .index_new .movement.elevation ul li .photo {
        padding-bottom: 42.96%;
        height: auto !important;
        overflow: hidden;
    }

    .index_new .movement.elevation ul li .pic {
        padding-bottom: 30.16%;
        height: auto !important;
        overflow: hidden;
    }

    .index_new .enterprise .content .eng {
        font-size: 16px;
    }

    .index_new .new_right .enterprise .content .cname {
        margin-bottom: 10px;
    }

    .diy_more {
        margin-bottom: 8%;
    }

        .diy_more span {
            width: 20px;
            height: 20px;
        }

    .index_new .real_new ul li .title a {
        height: auto;
    }

    .index_new .movement ul li .infor {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-clamp: 4 !important;
        -webkit-text-overflow: ellipsis;
    }

    .index_new .movement ul li .more {
        line-height: 35px;
    }

    .index_new .new_title {
        font-size: 16px;
    }

    .index_new .movement ul li .sumbit {
        font-size: 16px;
    }

    .index_new .real_new ul li .sumbit {
        font-size: 16px;
    }

    .index_new {
        padding-bottom: 8%;
    }

    .case .books ul {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }

    .case .books {
        padding: 15px 4%;
    }

    .popup.book .popup-container .popup-content {
        flex-direction: column;
    }

    .popup.book .popup-container {
        padding: 40px 4% 15px;
    }

        .popup.book .popup-container .popup-content .leftpart {
            margin: 7% 0;
        }

            .popup.book .popup-container .popup-content .leftpart img {
                max-width: 50%;
            }

    .diy-newspage1 .tabs.slide-button:after {
        width: 12px;
        height: 12px;
    }

    .diy-newspage1 .tabs.slide-button {
        padding: 15px 4%;
    }

    .swiper-team .teamlist:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 60px;
        left: 0;
        bottom: 0px;
        background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1) 70%);
    }

    .teamlist .art_title {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    .teamlist .more img {
        display: none;
    }

    .teamlist .more {
        width: 24px;
        height: 24px;
        background-image: url(../images/more.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

@media (max-width:480px) {
    .index_new .real_new ul {
        grid-gap: 10px 10px;
    }
}

.infohide .email {
    display: none !important;
}

.teamLay .infohide.laycont:after {
    background: transparent !important;
}
.foot_one .online ul li{
	position:relative;
}

.foot_one .online ul li .ewm{
	position:absolute;
	bottom:110%;
	left:0;
	transform:translateX(-20%);
	-webkit-transform:translateX(-20%);
}

.foot_one .online ul li .ewm img{
	width:auto;
	height:auto;
	max-width:120px;
	max-height:120px;
}