﻿
@font-face {
    font-family: 'FuturaMediumBT';
    src: url('../font/FuturaMediumBT.eot') format('eot');
    src: url('../font/FuturaMediumBT.eot?#iefix') format('embedded-opentype'), url('../font/FuturaMediumBT.woff') format('woff'), url('../font/FuturaMediumBT.ttf') format('truetype'), url('../font/FuturaMediumBT.svg#FuturaMediumBT') format('svg');
    font-weight: normal;
    font-style: normal;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
}

select {
    padding-right: 10px;
}

input, textarea {
    font-family: arial,"微软雅黑";
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    outline: none;
}



.content::before,
.menu-wrap {
    display: none;
}

.readybefor {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
}

    .readybefor .loading {
        width: 100px;
        height: 100px;
        margin: auto;
        position: relative;
    }

    .readybefor .inpoint {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 100%;
        animation: loading 3s infinite linear;
        opacity: 0;
    }

    .readybefor .p1 {
        animation-delay: 0;
    }

    .readybefor .p2 {
        animation-delay: 0.5s;
    }

    .readybefor .p3 {
        animation-delay: 1s;
    }

    .readybefor .p4 {
        animation-delay: 1.5s;
    }

    .readybefor .p5 {
        animation-delay: 2s;
    }

    .readybefor .p6 {
        animation-delay: 2.5s;
    }

    .readybefor .readybox {
        position: absolute;
        height: 100px;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -50px;
    }

    .readybefor .inpoint .in {
        height: 10px;
        border-radius: 10px;
        width: 10px;
        background: #666;
    }

@keyframes loading {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}

.coversize {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.containsize {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.commonhidebox {
    position: fixed;
    z-index: 3001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    text-align: center;
}

    .commonhidebox .shadowback {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .38;
        filter: alpha(opacity=38);
    }

    .commonhidebox .inbox {
        margin: auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

.hideqr .inbox {
    display: inline-block;
    background: #fff;
    padding: 10px;
    padding: .1rem;
    max-width: 80%;
    box-sizing: border-box;
}

    .hideqr .inbox img {
        max-width: 100%;
        display: block;
    }

body,
html {
    font-family: arial,"微软雅黑";
    height: 100%;
    font-size: 100px;
}

body {
    box-sizing: border-box;
    font-size: 12px;
}

.container {
    position: relative;
    padding: 0 2%;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.content-wrap {
    overflow: hidden;
}

.cbox {
    max-width: 1200px;
    padding: 0 20px;
    padding: 0 .2rem;
    margin: auto;
}

.wechat {
    cursor: pointer;
}



.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3002;
    text-align: center;
    background: #000;
}

    .loading .inicon {
        width: 155px;
        height: 48px;
        position: relative;
        display: inline-block;
    }

    .loading .icon1 {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all .5s;
        transition-delay: 2.5s;
        z-index: 3;
    }

.ready .loading .icon1 {
    opacity: 1;
}

.loading .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all .5s linear;
    transition-delay: .5s;
}

    .loading .layer img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

.loading .layer1 {
    width: 100%;
}

.ready .loading .layer1 {
    height: 100%;
}

.loading .layer2 {
    height: 100%;
    transition-delay: 1s;
}

.ready .loading .layer2 {
    width: 100%;
}

.loading .layer3 {
    height: 100%;
    transition-delay: 1.5s;
    /* transform: skew(45deg); */
    width: 100%;
}

    .loading .layer3:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        width: 100%;
        height: 100%;
        transform: skew(-20deg);
        transition: all 1s;
        transition-delay: 1.5s;
    }

    .loading .layer3:before {
        content: "";
        display: block;
        position: absolute;
        transform: skew(-20deg);
        width: 2px;
        height: 37px;
        background: #f2f2f2;
        left: 23%;
        top: 0;
        z-index: 2;
        opacity: 0;
    }

.ready .loading .layer3:after {
    left: 23%;
    animation: line .72s linear forwards;
    animation-delay: 1.5s;
}

.ready .loading .layer3:before {
    left: 23%;
    animation: line2 .72s linear forwards;
    animation-delay: 1.5s;
}

@keyframes line {
    2% {
        left: 23%;
    }

    98% {
        left: 95%;
    }

    100% {
        left: 95%;
    }
}

@keyframes line2 {
    2% {
        left: 23%;
        opacity: 1;
    }

    98% {
        left: 95%;
        opacity: 1;
    }

    100% {
        left: 95%;
        opacity: 0;
    }
}


/*头部*/
.nav {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.nav .tpart {
    background: #fff;
}
.nav .tpart .logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
    width: 120px;
}
.nav .tpart .inbox {
    position: relative;
    height:80px;
}
.nav .tpart .navbtn {
    padding-left: 150px;
}
.nav .tpart .inbtn {
    color: #333333;
    font-size: 16px;
    line-height: 84px;
    text-align: center;
    display: block;
    float: left;
    padding: 0 26px;
    position: relative;
}
.nav .tpart .inbtn2 {
    color: #333333;
    font-size: 16px;
    line-height: 84px;
    text-align: center;
    display: block;
    float: left;
    padding: 0 26px;
    position: relative;
}
.nav .tpart .inbtn2 img{
    position: absolute;
    margin-top: 30px;
    margin-left: -35px;
    width: 24px;
    height: 24px;
}
.nav .tpart .inbtn:hover,.nav .tpart .inbtn.active{
	color: #DAB96B;
}
.nav .tpart .inbtn:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	margin: auto;
	height: 2px;
	background: #DAB96B;
	transition: all .5s;
	width: 0;
}
.nav .tpart .inbtn:hover:after,.nav .tpart .inbtn.active:after{
	width: 50%;
}
.nav .tpart .tel {
    float: right;
}
.nav .tpart .tel .inbtn img {
    position: absolute;
    top: 30px;
    left: -8px;
}
/*头部*/

/*底部*/
.footer {
    background: #1F2328;
}

.ftpartbox1, .ftpart2, .ftpart4 {
    display: flex;
}

.ftpart1, .ftpart4 {
    flex: 1;
}

.ftpart2, .ftpart3 {
    flex: 1;
}

.ftbox, .ftqrcodebox {
    flex: 1;
}

.ftlogo {
    width: 140px;
}

.ftext1, .ftext3, .ftext3:hover, .ftext4 {
    font-size: .14rem;
    line-height: 0.2rem;
    color: #959AAA;
}
.ftext2, .ftext2:hover, .ftext5 {
    font-size: .16rem;
    line-height: 0.22rem;
    color: #ffffff;
}
.ftext3{
    padding-right:1%;
}
.ftext4 {
    padding-left: 20px;
    margin-bottom: 6px;
}
.fticon {
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: -18px;
}
.ftqrcodebox {
    display:inline-block;
    text-align:center;
}
.ftpartbox1 {
    padding: .4rem 0 .6rem 0;
    border-bottom: 1px #7d7d7d solid;
}
.ftpartbox2 {
    padding: .2rem 0 .1rem 0;
}
.ftpart6 {
    color: #ffffff;
    font-size: .14rem;
}
.ftpart6 a:hover {
    color: #ffffff;
}
/*底部*/

/*公司介绍*/
.banner {
    height: 340px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.aboutus {
    background: #F5F6F9;
    padding-top:.2rem;
}
.about_nav_inbox {
    background: #ffffff;
    width: 100%;
    height: 50px;
}
.about_nav_inbox .inbtn {
    color: #666666;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: block;
    float: left;
    margin-right:50px;
    position: relative;
}
.about_nav_inbox .inbtn:hover,.about_nav_inbox .inbtn.active{
	color: #DAB96B;
}
.about_nav_inbox .inbtn:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	margin: auto;
	height: 2px;
	background: #DAB96B;
	transition: all .5s;
	width: 0;
}
.about_nav_inbox .inbtn:hover:after,.about_nav_inbox .inbtn.active:after{
	width: 100%;
}
.aboutus .part1 .textbox {
    background: #FFFFFF;
    margin-top: 0.3rem;
    padding: 2%;
    border-radius: 5px;
    padding-bottom: 1.5rem;
}

.aboutus .part1 .contentbox {
    display: flex;
}

    .aboutus .part1 .contentbox .text1 {
        flex: 6;
    }

    .aboutus .part1 .contentbox .contentimg {
        flex: 4;
    }
.aboutus .part1 .wxScale {
    width: 470px;
    height: 294px;
}
.aboutus .part1 {
    opacity: .9;
}
.aboutus .part1 .titlein {
    color: #333333;
    font-size: .22rem;
    line-height: .26rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.aboutus .part1 .titlein img {
    width: 68px;
    height: 68px;
}
.aboutus .part1 .textbox .text1 {
    color: #333333;
    font-size: .18rem;
    line-height: .34rem;
    padding-right: 3%;
}

.aboutus .part2 {
    background: #DAB96B;
    margin-top: -0.35rem;
    height: 2.5rem;
}
    .aboutus .part2 .textbox {
        display: flex;
        padding: 1rem 0 0.8rem 0;
    }

        .aboutus .part2 .textbox .textbox1 {
            flex: 1;
        }

            .aboutus .part2 .textbox .textbox1 .icon {
                position: absolute;
                width: 76px;
                height: 76px;
                border-radius: 12px;
            }

                .aboutus .part2 .textbox .textbox1 .icon img {
                    width:100%;
                }

            .aboutus .part2 .textbox .textbox1 .text1 {
                padding-left: 90px;
                color: #FFFFFF;
                font-size: .2rem;
                line-height: .28rem;
            }

            .aboutus .part2 .textbox .textbox1 .text2 {
                padding-left: 90px;
                color: #FFFFFF;
                font-size: .14rem;
                line-height: .2rem;
            }
.aboutus .part3 {
    padding: .6rem 0;
}

    .aboutus .part3 .textbox1 {
        display: flex;
        margin-bottom:.2rem;
    }

    .aboutus .part3 .inpic {
        flex: 4;
    }

        .aboutus .part3 .inpic img {
            width: 469px;
            height: 288px;
        }

    .aboutus .part3 .intext {
        flex: 6;
        padding-left:.1rem;
    }

        .aboutus .part3 .intext .text1 {
            color: #333333;
            font-size: .28rem;
            line-height: .4rem;
        }

        .aboutus .part3 .intext .text2 {
            color: #838890;
            font-size: .18rem;
            line-height: .35rem;
            margin: .1rem 0;
        }

        .aboutus .part3 .intext .text3 {
            color: #838890;
            font-size: .16rem;
            line-height: .24rem;
        }

/*公司介绍*/

/*集团文化*/
.aboutus .part4 {
    padding: .6rem 0;
}
.aboutus .part4 .inpic {
    float: left;
    width: 750px;
}

.aboutus .part4 .inpic img {
    width: 728px;
    height: 446px;
}

.aboutus .part4 .intext {
    float: right;
    width: 430px;
    padding-left: 20px;
}

.aboutus .part4 .text1 {
    color: #333333;
    font-size: .28rem;
    line-height: .4rem;
    font-weight: bolder;
}

.aboutus .part4 .text2 {
    color: #333333;
    font-size: .18rem;
    line-height: .7rem;
}

.aboutus .part4 .text3 {
    color: #333333;
    font-size: .24rem;
    line-height: .36rem;
    font-weight: bolder;
    margin-top: 0.5rem;
}

.aboutus .part4 .text4 {
    color: #838890;
    font-size: .16rem;
    line-height: .3rem;
}

.aboutus .part4 .text5 {
    color: #858A90;
    font-size: .2rem;
    line-height: .6rem;
}
/*集团文化*/

/*道德荣誉*/
.aboutus .part5 {
    padding: .5rem 0;
}

    .aboutus .part5 .title {
        text-align: center;
    }

    .aboutus .part5 .text1 {
        color: #333333;
        font-size: .28rem;
        line-height: .4rem;
        font-weight: bold;
    }

    .aboutus .part5 .text2 {
        color: #333333;
        font-size: .18rem;
        line-height: .25rem;
        margin: .3rem 0;
    }

    .aboutus .part5 .textbrif {
        padding: 0 15%;
    }

    .aboutus .part5 .picbox {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .aboutus .part5 .inpic {
        width: 20%;
    }

    .aboutus .part5 .contentbox {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .aboutus .part5 .instyle {
        width: 31%;
        padding: 1%;
    }

    .aboutus .part5 .text3 {
        color: #333333;
        font-size: .24rem;
        line-height: .33rem;
        font-weight: bold;
    }

    .aboutus .part5 .text4 {
        color: #838890;
        font-size: .16rem;
        line-height: .26rem;
    }
/*道德荣誉*/

/*用工服务*/
.aboutus .part6 {
    padding: .5rem 0;
}
.aboutus .part6 .contentbox {
    box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    padding: 5%;
}

.aboutus .part6 .text1 {
    color: #333333;
    font-size: .28rem;
    line-height: .4rem;
    font-weight: bold;
}

.aboutus .part6 .text2 {
    color: #333333;
    font-size: .18rem;
    line-height: .25rem;
    margin: .3rem 0;
}

.aboutus .part6 .instyle {
    padding-left: 50px;
}

    .aboutus .part6 .instyle .img {
        position: absolute;
        margin-left: -50px;
        margin-top: 14px;
    }

        .aboutus .part6 .instyle .img img {
            width: 32px;
            height: 32px;
        }

.aboutus .part6 .text3 {
    color: #333333;
    font-size: .2rem;
    line-height: .28rem;
    font-weight: bold;
}

.aboutus .part6 .text4 {
    color: #333333;
    font-size: .16rem;
    line-height: .5rem;
}
/*用工服务*/

/*业务介绍*/
.business .about_nav_inbox {
    border-bottom: 1px solid #D8D8D8;
}
.business .part1 {
    background: linear-gradient(#ffffff, #F5F6F9);
}

    .business .part1 .contentbox {
        padding: 0.6rem 0;
    }

    .business .part1 .text1 {
        color: #333333;
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        padding-left: 25px;
    }

        .business .part1 .text1 .text1left {
            position: absolute;
            width: 6px;
            height: 24px;
            border-radius: 3px;
            background-color: #DAB96B;
            left: 0;
            top: 0.08rem;
        }

    .business .part1 .text2 {
        color: #333333;
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0;
    }

.business .swiper-button-prev {
    background: url(/images/iconleft.png) no-repeat;
    width: 70px;
    height: 39px;
    right: 110px;
    top: 66.5px;
    left: auto;
}

.business .swiper-button-next {
    background: url(/images/iconright.png) no-repeat;
    width: 70px;
    height: 49px;
    right: 10px;
    top: 60px;
}

.business .part1 .img img {
    width: 100%;
}

.business .part1 .text3 {
    color: #333333;
    font-size: .2rem;
    line-height: .32rem;
    font-weight: bold;
    margin: 0.15rem 0
}

.business .part1 .text4 {
    color: #838890;
    font-size: .16rem;
    line-height: .26rem;
}

.business .part2 {
    padding: 0.6rem 0;
}

    .business .part2 .title {
        text-align: center;
        margin-bottom: 0.3rem;
    }

    .business .part2 .title1 {
        color: #333333;
        font-size: .28rem;
        line-height: .4rem;
        font-weight: bold;
        margin-top: -.4rem;
    }

    .business .part2 .title2 {
        color: #838890;
        font-size: .22rem;
        opacity: .3;
    }

    .business .part2 .main-fl {
        width: 250px;
    }

    .business .part2 .main-fr {
        width: 930px;
    }

    .business .part2 .about-menu-list ul li {
        width: 250px;
        height: 96px;
        border-radius: 6px;
        background: #ffffff;
        display: inline-block;
        text-align: center;
        line-height: 96px;
    }

        .business .part2 .about-menu-list ul li a {
            color: #9497AB;
            font-size: .24rem;
        }

            .business .part2 .about-menu-list ul li a span {
                font-weight: bold;
            }

            .business .part2 .about-menu-list ul li a img {
                width: 24px;
                height: 24px;
                margin: -3px;
            }

        .business .part2 .about-menu-list ul .active, .business .part2 .about-menu-list ul li:hover {
            background: #DAB96B;
        }

            .business .part2 .about-menu-list ul .active a, .business .part2 .about-menu-list ul .active a span, .business .part2 .about-menu-list ul li:hover a, .business .part2 .about-menu-list ul li:hover span {
                color: #ffffff;
            }

#MyContent {
    color: #333333;
    font-size: .18rem;
    line-height: .4rem;
    padding-left: 0.5rem;
}
/*业务介绍*/

/*服务案例*/
.caselist_inbox {
    background: linear-gradient(#ffffff, #F5F6F9);
    padding: 0.5rem 0;
}

    .caselist_inbox .title {
        text-align: center;
    }


    .caselist_inbox .title1 {
        color: #333333;
        font-size: .28rem;
        line-height: .4rem;
        font-weight: bold;
    }

    .caselist_inbox .title2 {
        color: #838890;
        font-size: .2rem;
        line-height: .35rem;
    }

.caselist .part1 .picbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.caselist .part1, .caselist .part2 {
    background: #F5F6F9;
}

    .caselist .part1 .inpic {
        width: 15.66%;
        margin: .5%;
    }

.caselist .part2 {
    padding: 0.6rem 0;
}

    .caselist .part2 .text1 .text1left {
        position: absolute;
        width: 6px;
        height: 24px;
        border-radius: 3px;
        background-color: #DAB96B;
        left: 0;
        top: 0.08rem;
    }

    .caselist .part2 .text1 {
        color: #333333;
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        padding-left: 25px;
        padding-bottom: 20px;
    }

.caselist .swiper-button-prev {
    background: url(/images/iconleft.png) no-repeat;
    width: 70px;
    height: 39px;
    right: 110px;
    top: 31.5px;
    left: auto;
}

.caselist .swiper-button-next {
    background: url(/images/iconright.png) no-repeat;
    width: 70px;
    height: 49px;
    right: 10px;
    top: 25px;
}


.caselist .part2 {
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 1.05rem;
}

    .caselist .part2 .inbox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .caselist .part2 .instyle {
        float: left;
        width: 31%;
        margin-bottom: .4rem;
        border-radius: .1rem;
        overflow: hidden;
        box-shadow: 0 0 .2rem 0 rgba(0,0,0,.15);
        transition: all .5s;
        background: #fff;
        position: relative;
    }

    .caselist .part2 .picbox {
        height: 3.1rem;
    }

    .caselist .part2 .textbox {
        padding: 0 5%;
        height: .72rem;
        box-sizing: border-box;
        position: absolute;
        bottom: 130px;
        left: 0;
        width: 100%;
        transition: all .5s;
    }

    .caselist .part2 .line {
        width: .26rem;
        height: .04rem;
        border-radius: .04rem;
        position: absolute;
        left: 0;
        bottom: -.05rem;
        right: 0;
        margin: auto;
        background: #ffffff;
        transition: all .5s;
    }

    .caselist .part2 .text2 {
        font-size: 22px;
        color: #fff;
        line-height: 30px;
        height: 60px;
        overflow: hidden;
    }

    .caselist .part2 .text3 {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        height: 200px;
        overflow: hidden;
        transition: all .5s;
        opacity: 0;
        padding-top: 20px;
    }

    .caselist .part2 .lined {
        color: #ffffff;
        text-align: center;
        border: 1px solid #ffffff;
        width: 80px;
        margin: auto;
        margin-top: 10px;
    }

    .caselist .part2 .instyle:hover {
        background: #6033a2;
    }

        .caselist .part2 .instyle:hover .textbox {
            height: 100%;
            background: #0F70FE;
            opacity: .85;
            padding-top: .35rem;
            bottom: 0;
        }

        .caselist .part2 .instyle:hover .text2 {
            color: #fff;
        }

            .caselist .part2 .instyle:hover .text2 .line {
                background: #fff;
            }

        .caselist .part2 .instyle:hover .text3 {
            opacity: 1;
        }
/*服务案例*/

/*案例详情*/
.local {
    color: #999999;
    font-size: .18rem;
    line-height: .25rem;
    padding-top: 0.5rem;
}

    .local a {
        color: #999999;
    }

    .local span {
        color: #DAB96B;
    }

.cases, .cases .caselist_inbox {
    background: #F5F6F9;
}

    .cases .title {
        background: #ffffff;
        border-radius: 8px;
        padding: 3%;
    }

    .cases .title1 {
        border-bottom: 1px solid #dedede;
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .cases .title2 {
        text-align: left;
    }

        .cases .title2 img {
            max-width: 100%;
        }
.npage {
    border-top: 1px solid #dedede;
    margin-top: 48px;
    padding-top: 38px;
}

    .npage .back {
        float: right;
        display: block;
        width: 93px;
        height: 37px;
        text-align: center;
        line-height: 37px;
        color: #fff;
        font-size: 14px;
        background: #DAB96B;
        margin-top: 8px;
    }

    .npage dl {
        margin-right: 103px;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        color: #777777;
        font-size: 16px;
    }

        .npage dl a {
            color: #777;
        }

            .npage dl a:hover {
                color: #DAB96B;
            }
/*案例详情*/

/*新闻资讯*/
.newslist .part1 {
    background: #F5F6F9;
    padding: 3% 0;
}

.newslist_inbox {
    background: #ffffff;
    border-radius: 8px;
    padding: 3%;
}

.newslist .part1 .title {
    margin-bottom: 3%;
    padding-bottom: 2%;
    border-bottom: 1px solid #dedede;
}

    .newslist .part1 .title .text1 {
        color: #333333;
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        padding-left: 25px;
    }

    .newslist .part1 .title .text1left {
        position: absolute;
        width: 6px;
        height: 24px;
        border-radius: 3px;
        background-color: #DAB96B;
        margin-left: -22px;
        margin-top: 8px;
    }

.newslist .part1 .picbox {
    margin-bottom: 3%;
}

.newslist .part1 .fullleft img {
    width: 390px;
    height: 240px;
}

.newslist .part1 .fullright {
    width: 700px;
}

.newslist .part1 .intext .text2 a {
    color: #333333;
    font-size: .28rem;
    line-height: .4rem;
}

.newslist .part1 .intext .text3 a {
    color: #838890;
    font-size: .18rem;
    line-height: .35rem;
}

.newslist .part1 .intext .text3 {
    margin: 0.2rem 0 .3rem 0;
}

.newslist .part1 .intext .text4 a {
    color: #838890;
    font-size: .16rem;
    line-height: .24rem;
}

.commonpage {
    text-align: center;
}

    .commonpage .inbtn {
        min-width: 38px;
        padding: 0 5px;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        box-sizing: border-box;
        text-align: center;
        color: #000000;
        display: inline-block;
        margin: 0 4px;
    }

        .commonpage .inbtn:hover, .commonpage .inbtn.active {
            color: #DAB96B;
            border: 2px solid;
            border-radius: 6px;
        }
/*新闻资讯*/

/*联系我们*/
.bannercontactus {
    height: 365px;
}

.contactus .part1 .box1 {
    display: flex;
    justify-content: center;
}

.contactus .part1 .textbox {
    width: 45%;
    box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.15);
    margin: 2%;
    border-radius: 12px;
    padding: 50px 10px 50px 150px;
}

.contactus .part1 .icon {
    width: 92px;
    height: 92px;
    position: absolute;
    margin-left: -120px;
}

.contactus .part1 .text1 {
    color: #333333;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.contactus .part1 .text2 {
    color: #666666;
    font-size: 16px;
    line-height: 35px;
}
.contactus .part2 {
    height: 580px;
}

.contactus .title {
    color: #333333;
    font-size: 38px;
    line-height: 58px;
    font-weight: 600;
    text-align: center;
    padding: 3% 0;
}

.contactus .part2 .textbox {
    box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.15);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
}

.contactus .part2 .icon {
    flex: 5;
    width: 504px;
    height: 383px;
}

.contactus .part2 .textinbox {
    flex: 7;
    padding: 8% 4%;
}

.contactus .part2 .text1 {
    color: #333333;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.contactus .part2 .text2 {
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}

.contactus .part3 .textbox {
    width: 40%;
    margin: 0 30%;
}

.contactus .part3 .inputbox input, #txtContent {
    background: #FAFAFA;
    border: none;
    display: block;
    color: #666666;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 5%;
    margin-bottom: 3%;
}

#txtContent {
    resize: none;
}

.contactus .part3 .submit {
    background: #F8921F;
    width: 110%;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    cursor: pointer;
    padding: 2% 0;
    margin-bottom: 8%;
}
/*联系我们*/

/*首页*/
.bannerindex {
    height: 680px;
}

    .bannerindex .bx-pager-item {
        display: none !important;
    }
.indexbg {
    background: linear-gradient(#ffffff, #F5F6F9);
}
.indexbg2 .part1 {
    background-image: url(/images/icon25.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.indexbg3 .aboutus {
    background:none;
}
.indexbg3 {
    background-image: url(/images/icon26.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.index .part1 .textbox, .index .part42 .textbox2 {
    display: flex;
    margin-top: -100px;
    position: absolute;
    box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.15);
    background: #ffffff;
    width: 1200px;
    border-radius: 6px;
}

.index .part1 .intbox, .index .part42 .intbox {
    flex: 1;
    text-align: center;
    padding: 40px 0;
}

.index .part1 .text1, .index .part42 .text11 {
    color: #DAB96B;
    font-size: 48px;
    line-height: 44px;
}

.index .part1 .text2, .index .part42 .text12 {
    color: #666666;
    font-size: 22px;
    line-height: 44px;
    margin-top: 30px;
}

.index .part1 .countadd,.index .part42 .countadd {
    font-size: 40px;
    position: absolute;
    margin-top: -20px;
    margin-left: 5px;
}

.index .title, .index2 .title, .index3 .title {
    color: #333333;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}

.index .part1 .intbox2::after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    opacity: .1;
    margin-top: -100px;
    background: #000;
}

    .index .part1 .abouttitle {
        text-align: center;
        padding-top: .3rem;
    }

.index .part2 .content, .index2 .part2 .content, .index3 .content, .index .part6 .content {
    font-size: 18px;
    line-height: 44px;
    color: #333333;
    padding-bottom: 40px;
}
.index .part2 .content img, .index2 .part2 .content img, .index3 .content img, .index .part6 .content img {
    max-width:100%;
    position:center;
}
.business2 .swiper-button-prev {
    background: url(/images/iconleft2.png) no-repeat;
}

.business2 .part1 .text1 {
    padding-left: 0px;
}

.business2 .instyle {
    border-radius: 6px;
}

.business2 .img {
    width: 262px;
    height: 200px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.business2 .textbox {
    background: #ffffff;
    border-radius: 6px;
    width: 211px;
    margin-top: -20px;
    padding: 16px 26px;
}

    .business2 .textbox .icon {
        width: 20px;
        height: 20px;
        background: url(/images/icon22.png) no-repeat;
        float: right;
        margin-top: -17px;
    }

.business2 .instyle:hover .icon {
    background: url(/images/icon23.png) no-repeat;
}

.business2 .part1 .text4 {
    height: 78px;
    overflow: hidden;
    margin-bottom: 30px;
}
.index .part42 {
    padding-top: 0;
}

    .index .part42 .title {
        float: left;
        width: 430px;
    }

    .index .part42 .text2 {
        margin-top: .2rem;
        line-height: .3rem;
    }

    .index .part42 .inpic {
        float: right;
    }

    .index .part42 .textbox2 {
        margin-top: 200px;
        width: 900px;
    }

.index2 {
    /*width: 100%;
    height: 617px;
    background-image: url(/images/icon24.png);*/
}

    .index2 .part2 {
        background: none;
        padding: .3rem 0;
    }

    .index2 .title {
        text-align: center;
    }

    .index2 .part2 .content {
        padding: 20px 0 10px 0;
    }

    .index2 .caseh {
        height: 50px
    }

    .index2 .swiper-button-prev {
        top: 23.5px;
        background: url(/images/iconleft2.png) no-repeat;
    }

    .index2 .swiper-button-next {
        top: 18px;
    }
.index .part6 {
    background: #F5F6F9;
    padding: 0.6rem 0;
}

    .index .part6 .title, .index .part6 .content {
        text-align: center;
    }

.index3 .part1 {
    padding: 0.5rem 0;
}

    .index3 .part1 .title, .index3 .part1 .content {
        text-align: center;
    }
/*首页*/


