@font-face {
    font-family: 'helveticaneueltpro';
    src: url('../font/helveticaneueltpro.eot') format('eot');
    src: url('../font/helveticaneueltpro.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneueltpro.woff') format('woff'), url('../font/helveticaneueltpro.ttf') format('truetype'), url('../font/helveticaneueltpro.svg#helveticaneueltpro') format('svg');
    font-weight: normal;
    font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
}

select {
    background: url(../images/bottomarr3.png) no-repeat scroll right center transparent;
    padding-right: 10px;
}

input {
    font-family: "微软雅黑";
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    outline: none;
}

body {
    height: 100%;
    overflow: hidden;
}

.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;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.containsize {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -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;
}

body,
html {
    font-family: arial,"微软雅黑";
    height: 100%;
    font-size: 100px;
}

body {
    box-sizing: border-box;
    font-size: 12px;
}

.container {
    position: relative;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.content-wrap {
    overflow: hidden;
}

.content,
.container {
    background: #fff;
}

.cbox {
    max-width: 1223px;
    padding: 0 20px;
    padding: 0 .2rem;
    margin: auto;
}


.wechat {
    cursor: pointer;
}


.nav {
    height: 85px;
    background: #fff;
    line-height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

    .nav .left {
        width: 551px;
        float: left;
    }

    .nav .ina {
        display: inline-block;
        font-size: 14px;
        font-family: "宋体";
        color: #aaaaaa;
        margin-right: 4%;
        padding: 0 3px;
        transition: all .5s;
        float: left;
    }

        .nav .ina:hover {
            color: #e60012;
        }

        .nav .ina.active {
            color: #e60012;
        }

    .nav .cbox {
        position: relative;
        height: 100%;
    }

    .nav .logo {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .nav .right {
        padding-left: 200px;
        padding-left: 20%;
    }

    .nav .inbtn {
        width: 32px;
        height: 32px;
        border: 1px solid #adadad;
        border-radius: 32px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .5s;
        cursor: pointer;
        float: right;
        margin-left: 14px;
        margin-top: 25px;
        position: relative;
        line-height: 34px;
    }

        .nav .inbtn:hover {
            background-color: #e60012;
            border: 1px solid #e60012;
        }

        .nav .inbtn.active {
            background-color: #e60012;
            border: 1px solid #e60012;
        }

    .nav .showphone {
        background-image: url(../images/icon1.png);
    }

        .nav .showphone:hover {
            background-image: url(../images/icon1-2.png);
        }

        .nav .showphone.active {
            background-image: url(../images/icon1-2.png);
        }

    .nav .showsearch {
        background-image: url(../images/icon2.png);
    }

        .nav .showsearch:hover {
            background-image: url(../images/icon2-2.png);
        }

        .nav .showsearch.active {
            background-image: url(../images/icon2-2.png);
        }

    .nav .showphone .hidetext {
        position: absolute;
        right: 40px;
        top: 0;
        text-align: right;
        color: #aaaaaa;
        overflow: hidden;
        width: 0;
        transition: all .5s;
        font-size: 14px;
    }

    .nav .showphone.active .hidetext {
        width: 95px;
    }

    .nav .hidesearch {
        position: absolute;
        right: 40px;
        top: 0;
        width: 0;
        overflow: hidden;
        transition: all .5s;
    }

        .nav .hidesearch input {
            width: 100%;
            padding: 0;
            border: 0;
            border-bottom: 1px solid #ddd;
            color: #000;
            font-size: 14px;
            color: #aaa;
        }

    .nav .showsearch.active {
        margin-right: -90px;
        margin-left: 104px;
    }

        .nav .showsearch.active .hidesearch {
            width: 85px;
        }

    .nav .showsearch .submit {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        padding: 0;
        background: none;
        border: 0;
    }

    .nav .showsearch.active .submit {
        display: block;
        cursor: pointer;
    }

.mobilenav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: .98rem;
    background: #fff;
    display: none;
}

    .mobilenav .logo {
        position: absolute;
        left: .3rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2rem;
    }

    .mobilenav .menu {
        position: absolute;
        right: .5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        width: .51rem;
    }

.hidenav {
    display: none;
}

    .hidenav .backshadow {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        background: rgba(0, 0, 0, 0.5);
        transition: all .5s;
        opacity: 0;
    }

    .hidenav.active .backshadow {
        opacity: 1;
    }

    .hidenav .rightnav {
        background: #fff;
        width: 4.50rem;
        height: 100vh;
        overflow: auto;
        position: fixed;
        right: -4.5rem;
        top: 0;
        z-index: 102;
        transition: all .5s;
    }

    .hidenav.active .rightnav {
        right: 0rem;
    }

    .hidenav .searchbox {
        height: .60rem;
        position: relative;
        padding-left: .2rem;
        padding-right: 1rem;
        padding-top: .1rem;
        padding-bottom: .1rem;
        border-bottom: 1px solid #888;
    }

    .hidenav .searchtext {
        width: 100%;
        height: .4rem;
        padding: .1rem;
        border: 0;
        font-size: .24rem;
    }

    .hidenav .searchbtn {
        position: absolute;
        top: .1rem;
        right: .2rem;
        width: .6rem;
        height: .6rem;
        background-image: url(../images/icon20.png);
        background-repeat: no-repeat;
        background-size: .4rem;
        background-position: center;
        background-color: #fff;
        border: 0;
    }

    .hidenav .inlink {
        padding: .15rem .30rem;
        display: block;
        line-height: .50rem;
        font-size: .26rem;
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #888;
    }

        .hidenav .inlink a {
            color: #333;
            display: block;
        }

        .hidenav .inlink.active {
            color: #e60012;
        }

    .hidenav .level2 {
        padding-top: 0rem;
        transition: all .5s;
    }

    .hidenav .inlink.enter .level2 {
        padding-top: .10rem;
    }

    .hidenav .level2 a {
        line-height: .45rem;
        font-size: .25rem;
        color: #444;
        display: block;
        overflow: hidden;
        transition: all .5s;
        height: 0;
    }

    .hidenav .inlink.enter .level2 a {
        height: .45rem;
    }

    .hidenav .phonebox {
        text-align: center;
        font-size: .3rem;
        padding: .2rem;
        color: #666;
    }

        .hidenav .phonebox img {
            vertical-align: middle;
            margin-top: -.03rem;
            margin-right: .05rem;
            max-width: .39rem;
            border: 1px solid #666;
            border-radius: .3rem;
            padding: .05rem;
        }







.footer {
    background: #7d7d7d;
}

    .footer .part1 {
        padding-top: 46px;
        padding-bottom: 33px;
    }

    .footer .box1 {
        width: 101px;
        float: left;
        color: #fff;
        line-height: 38px;
        text-align: center;
        font-family: '宋体';
    }

        .footer .box1 img {
            display: block;
            width: 100%;
            padding: 5px;
            background: #fff;
        }

    .footer .box2 {
        width: 260px;
        margin-left: 35px;
        float: left;
    }

        .footer .box2 .infobox {
            position: relative;
            font-family: "宋体";
            color: #fff;
            padding-left: 20px;
        }

            .footer .box2 .infobox .attr {
                position: absolute;
                left: 0;
                top: 5px;
            }

    .footer .ftitle {
        font-size: 16px;
        color: #fff;
        line-height: 16px;
        margin-bottom: 24px;
        display: block;
        transition: all .5s;
    }

    .footer .box3 {
        width: 95px;
        float: right;
        margin-left: 40px;
    }

        .footer .box3 .ina {
            font-size: 12px;
            font-family: "宋体";
            color: #fff;
        }

            .footer .box3 .ina a {
                color: #bfbfbf;
                transition: all .5s;
            }

            .footer .box3 .ina:hover a {
                color: #fff;
            }

    .footer .part2 {
        line-height: 26px;
        padding: 10px 0;
        background: #313131;
        font-size: 12px;
        font-family: "宋体";
        color: #fff;
    }

        .footer .part2 a {
            color: #fff;
        }

        .footer .part2 img {
            vertical-align: middle;
            margin-top: -3px;
        }

.container {
    padding-top: 85px;
}


.index .banner .sliders {
    height: 8.43rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.index .banner .bx-wrapper .bx-controls-direction a {
    width: 72px;
    height: 72px;
    width: .72rem;
    height: .72rem;
    background-color: #f2f2f2;
    background-color: rgba(242,242,242,.68);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .21rem;
    margin-top: -36px;
    margin-top: -.36rem;
    transition: all .5s;
}

    .index .banner .bx-wrapper .bx-controls-direction a:hover {
        background-color: #e60012;
        background-color: rgba(230,0,18,.68);
    }

.index .banner .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(../images/prev.png);
}

.index .banner .bx-wrapper .bx-next {
    right: 0;
    background-image: url(../images/next.png);
}

.index .banner .bx-wrapper .bx-pager {
    display: none;
}

.ctitle {
    padding-top: 70px;
    padding-top: .7rem;
    padding-bottom: 60px;
    padding-bottom: .6rem;
}

    .ctitle img {
        display: block;
        margin: auto;
        max-width: 4.5rem;
    }

.index .part1 .left {
    width: 730px;
    width: calc(90% - 400px);
    width: 55%;
    box-sizing: border-box;
    padding-left: 280px;
    border-bottom: 1px solid #f2f2f2;
    height: 305px;
    float: left;
    position: relative;
}

.index .part1 .inleft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 160px;
    padding-left: 40px;
    background: #f2f2f2;
}

    .index .part1 .inleft .time {
        margin-top: 46px;
    }

.index .part1 .more {
    display: block;
    width: 106px;
    height: 33px;
    background: url(../images/text3-3.png) no-repeat center;
    background-size: contain;
    margin-top: 78px;
    margin-top: .78rem;
    transition: all .5s;
}

    .index .part1 .more:hover {
        background: url(../images/text3.png) no-repeat center;
        background-size: contain;
    }

.index .part1 .more2 {
    display: none;
}

.index .part1 .text1 {
    font-size: 16px;
    font-size: calc(10px + .06rem);
    color: #313131;
    height: 72px;
    height: calc(60px + .12rem);
    line-height: calc(20px + .04rem);
    overflow: hidden;
    margin-top: 18px;
    margin-top: .18rem;
}

.index .part1 .text2 {
    font-size: 14px;
    font-size: calc(9px + .05rem);
    color: #a0a0a0;
    height: 96px;
    height: calc(80px + .16rem);
    line-height: calc(20px + .04rem);
    overflow: hidden;
    margin-top: 50px;
    margin-top: .5rem;
}

.index .part1 .right {
    float: right;
    width: 423px;
    width: 40%;
    border: 1px solid #e5e5e5;
}

    .index .part1 .right img {
        display: block;
        width: 100%;
        transform: translateX(-.22rem) translateY(.18rem);
    }

.index .part2 {
    margin-top: 87px;
    padding-top:;
}

    .index .part2 .grayback {
        height: 80px;
    }

        .index .part2 .grayback .in {
            height: 482px;
            background: #f7f7f7;
        }

    .index .part2 .inbox {
        padding-left: 304px;
        background: #f2f2f2;
        position: relative;
        padding-bottom: 50px;
        padding-bottom: .5rem;
        overflow: hidden;
    }



    .index .part2 .inslide .bigpic {
        height: 489px;
        height: 4.89rem;
        position: relative;
    }

        .index .part2 .inslide .bigpic .inpic {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

            .index .part2 .inslide .bigpic .inpic.active {
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .index .part2 .inslide .smllpic {
        height: 160px;
        margin-top: -82px;
    }

        .index .part2 .inslide .smllpic .inpic {
            width: 84px;
            width: .84rem;
            height: 84px;
            height: .84rem;
            border: 3px solid #fff;
            border: .03rem solid #fff;
            border-radius: 120px;
            margin: 0 8px;
            margin: 0 .08rem;
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            color: red;
            cursor: pointer;
            position: relative;
        }

        .index .part2 .inslide .smllpic .inpic {
            *display: inline;
            *position: static;
        }

            .index .part2 .inslide .smllpic .inpic:after {
                content: "";
                display: none;
                height: 15px;
                width: 65px;
                margin: auto;
                position: absolute;
                bottom: -10px;
                left: 0;
                right: 0;
                background: url(../images/shadow.png) no-repeat center;
                background-size: contain;
            }

            .index .part2 .inslide .smllpic .inpic.type1:after {
                height: 20px;
                width: 70px;
                bottom: -12px;
            }

            .index .part2 .inslide .smllpic .inpic.type2:after {
                height: 25px;
                width: 86px;
                bottom: -15px;
            }

            .index .part2 .inslide .smllpic .inpic:hover {
                border: 3px solid #e60012;
                border: .03rem solid #e60012;
            }

            .index .part2 .inslide .smllpic .inpic.animate {
                transition: all .5s;
            }

        .index .part2 .inslide .smllpic .inpic {
            *display: inline;
        }

            .index .part2 .inslide .smllpic .inpic.type1 {
                width: 102px;
                width: 1.02rem;
                height: 102px;
                height: 1.02rem;
            }

            .index .part2 .inslide .smllpic .inpic.type2 {
                width: 130px;
                width: 1.3rem;
                height: 130px;
                height: 1.3rem;
                border: 3px solid #e60012;
                border: .03rem solid #e60012;
            }

    .index .part2 .inslide .smllpic {
        text-align: center;
        white-space: nowrap;
        font-size: 0;
        position: relative;
    }

        .index .part2 .inslide .smllpic .slidebox {
            overflow: hidden;
            padding: 10px 0;
            width: 619px;
            width: 6.19rem;
            margin: auto;
        }

        .index .part2 .inslide .smllpic .prev {
            position: absolute;
            width: 55px;
            height: 55px;
            width: .55rem;
            height: .55rem;
            top: 50%;
            left: 75px;
            left: .75rem;
            margin-top: -27px;
            margin-top: -.27rem;
            background: url(../images/prev2.png) no-repeat center;
            background-size: .13rem;
            background-color: #000;
            border-radius: 55px;
            cursor: pointer;
            transition: all .5s;
        }

            .index .part2 .inslide .smllpic .prev:after {
                content: "";
                display: none;
                height: 10px;
                width: 45px;
                margin: auto;
                position: absolute;
                bottom: -6px;
                left: 0;
                right: 0;
                background: url(../images/shadow.png) no-repeat center;
                background-size: contain;
            }

        .index .part2 .inslide .smllpic .next {
            position: absolute;
            width: 55px;
            height: 55px;
            width: .55rem;
            height: .55rem;
            top: 50%;
            right: 75px;
            right: .75rem;
            margin-top: -27px;
            margin-top: -.27rem;
            background: url(../images/next2.png) no-repeat center;
            background-size: .13rem;
            background-color: #000;
            border-radius: 55px;
            cursor: pointer;
            transition: all .5s;
        }

            .index .part2 .inslide .smllpic .next:after {
                content: "";
                display: none;
                height: 10px;
                width: 45px;
                margin: auto;
                position: absolute;
                bottom: -6px;
                left: 0;
                right: 0;
                background: url(../images/shadow.png) no-repeat center;
                background-size: contain;
            }

        .index .part2 .inslide .smllpic .scrollbox {
            height: 136px;
            line-height: 136px;
            display: block;
        }

        .index .part2 .inslide .smllpic .prev:hover, .index .part2 .inslide .smllpic .next:hover {
            background-color: #e60012;
        }

    .index .part2 .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 305px;
        height: 100%;
        background: #e60012;
        z-index: 2;
    }

    .index .part2 .toptext {
        height: 290px;
        padding: 55px 40px;
        background: #1b1b1b;
    }

    .index .part2 .text1 {
        font-size: 43px;
        line-height: 55px;
        font-family: Ebrima;
        color: #e60012;
    }

        .index .part2 .text1 img {
            max-width: 1.5rem;
        }

    .index .part2 .text2 {
        font-size: 31px;
        font-size: calc(10px + .21rem);
        line-height: 50px;
        line-height: calc(10px + .4rem);
        font-family: Ebrima;
        color: #fff;
    }

    .index .part2 .text3 {
        font-size: 24px;
        font-size: calc(10px + .14rem);
        line-height: 38px;
        line-height: calc(10px + .28rem);
        color: #fff;
        font-family: "微软雅黑";
    }

    .index .part2 .text4 {
        font-size: 12px;
        font-family: "宋体";
        color: #a0a0a0;
        height: 96px;
        overflow: hidden;
        margin-top: .4rem;
    }

    .index .part2 .bottom img {
        display: block;
    }

@media only screen and (min-width: 0px) {
    .index .part2 .inslide .smllpic .next:after,
    .index .part2 .inslide .smllpic .prev:after,
    .index .part2 .inslide .smllpic .inpic:after {
        display: block;
    }
}

.index .part3 {
    padding-bottom: 115px;
    padding-bottom: 1.15rem;
    background: #f7f7f7;
}

    .index .part3 .left {
        width: 47%;
        float: left;
    }

    .index .part3 .toppic {
        height: 190px;
        position: relative;
        display: block;
    }

    .index .part3 .left .numbox {
        position: absolute;
        background: #e60012;
        background: rgba(230,0,18,.7);
        background: linear-gradient(to right bottom,#f46a00,#d50102);
        width: 85px;
        height: 80px;
        padding-top: 5px;
        text-align: center;
    }

    .index .part3 .left .day {
        font-size: 51px;
        color: #fff;
        line-height: 48px;
        font-family: helveticaneueltpro;
    }

    .index .part3 .left .ohter {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        font-family: arial;
    }

    .index .part3 .text1 {
        font-size: 18px;
        font-size: calc(10px + .08rem);
        color: #1b1b1b;
        line-height: 42px;
        line-height: calc(10px + .32rem);
        padding-top: 10px;
        padding-top: .1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .index .part3 .text2 {
        font-size: 12px;
        font-family: '宋体';
        color: #a0a0a0;
        line-height: 24px;
        margin-bottom: 20px;
        margin-bottom: .2rem;
        height: 48px;
        overflow: hidden;
    }

    .index .part3 .more {
        display: block;
        width: 127px;
        height: 35px;
        border: 1px solid #e60012;
        line-height: 35px;
        text-align: center;
        color: #e60012;
        font-size: 13px;
        margin-top: 22px;
        transition: all .5s;
    }

        .index .part3 .more:hover {
            background: #d50102;
            color: #fff;
        }

    .index .part3 .right {
        width: 47%;
        float: right;
        margin-top: -13px;
    }

        .index .part3 .right .instyle {
            display: block;
            padding-left: 120px;
            position: relative;
            border-bottom: 1px solid #eeeeee;
            transition: all .5s;
        }

        .index .part3 .right .numbox {
            position: absolute;
            left: 0;
            top: 0;
            width: 120px;
            height: 100%;
            text-align: center;
        }

        .index .part3 .right .day {
            font-size: 66px;
            font-size: .66rem;
            color: #a0a0a0;
            font-family: helveticaneueltpro;
            line-height: 60px;
            line-height: calc(20px + .4rem);
            margin-top: 15px;
        }

        .index .part3 .right .ohter {
            font-size: 66px;
            color: #a0a0a0;
            font-family: arial;
            line-height: 22px;
            font-size: 18px;
        }

        .index .part3 .right .instyle:hover {
            box-shadow: 0 0 35px 5px rgba(0,0,0,.08);
            z-index: 2;
            background: #fff;
        }

.index .part4 {
    padding-bottom: .9rem;
}

    .index .part4 .inbox {
        position: relative;
        padding-right: 2.75rem;
    }

    .index .part4 .slide {
        height: 5.15rem;
    }

    .index .part4 .right {
        position: absolute;
        right: 0;
        width: 2.75rem;
        height: 100%;
        top: 0;
    }

    .index .part4 .inbtn {
        height: 50%;
        background: #f7f7f7;
        text-align: center;
        color: #707070;
        font-size: 18px;
        font-size: calc(9px + .09rem);
        line-height: 30px;
        line-height: calc(15px + .15rem);
        position: relative;
        transition: all .5s;
        cursor: pointer;
    }

        .index .part4 .inbtn:after {
            content: "";
            display: block;
            position: absolute;
            left: -.6rem;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-left: .3rem solid transparent;
            border-top: .15rem solid transparent;
            border-right: .3rem solid #fff;
            border-bottom: .15rem solid transparent;
            display: none;
        }

        .index .part4 .inbtn img {
            transition: all .5s;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
        }

    .index .part4 .imgbox {
        width: .55rem;
        height: .55rem;
        position: relative;
        margin: auto;
    }

    .index .part4 .inbtn .img2 {
        opacity: 0;
    }

    .index .part4 .inbtn.active .img2, .index .part4 .inbtn:hover .img2 {
        opacity: 1;
    }

    .index .part4 .inbtn.active .img1, .index .part4 .inbtn:hover .img1 {
        opacity: 0;
    }

    .index .part4 .inbtn.active, .index .part4 .inbtn:hover {
        z-index: 2;
        box-shadow: 0 0 .15rem 0 rgba(0,0,0,0.15);
        background: #fff;
    }

        .index .part4 .inbtn.active:after {
            display: block;
        }

    .index .part4 .bx-controls {
        display: none;
    }


.ohterbanner {
    height: 340px;
    height: 3.4rem;
    position: relative;
    z-index: 2;
}

.ohtertitle img {
    display: block;
    margin: auto;
    margin-top: -20px;
    max-width: 5.5rem;
}

.ohtertitle {
    position: relative;
    z-index: 2;
    padding-bottom: 22px;
    padding-bottom: .22rem;
}



.product .part1 .lefttext {
    width: 200px;
    float: left;
    font-size: 19px;
    line-height: 30px;
    color: #e60012;
}

.product .part1 .righttext {
    width: 1010px;
    float: right;
    font-size: 14px;
    font-family: "宋体";
    color: #959595;
}

.product .part1 .textbox {
    margin-top: 36px;
}

.product .part1 .topimg {
    display: block;
    max-width: 100%;
    margin: auto;
}

.product .part1 {
    padding-bottom: 45px;
}


.ohternav {
    min-height: 32px;
    background: #000;
    line-height: 32px;
    text-align: center;
    font-size: 0;
}

    .ohternav .ina {
        display: inline-block;
        vertical-align: top;
        padding: 10px 15px;
        margin: 0 30px;
        font-size: 16px;
        font-size: calc(9px + .07rem);
        color: #a0a0a0;
        transition: all .5s;

        /*20210527修改*/
        width: 280px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .ohternav .ina {
        *display: inline;
        position: relative;
        z-index: 1;
    }

        .ohternav .ina.active .a1 {
            color: #ff0000;
        }

    .ohternav a:hover {
        color: #ff0000;
        cursor: pointer;
    }

    .ohternav .ina.active {
        color: #ff0000;
        cursor: pointer;
    }

    .ohternav .hoverbox a.active {
        color: #ff0000;
    }

    .ohternav .ina:hover .hoverbox {
        display: block;
    }

    .ohternav .hoverbox {
        display: none;
        position: absolute;
        width: 160px;
        left: 50%;
        top: 52px;
        margin-left: -90px;
        z-index: 222;
        background: #fff;
        box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.05);
        padding: 12px 10px;
    }

.hoverbox a {
    display: block;
    font-family: '宋体';
    color: #5d5d5d;
    font-size: 12px;
    line-height: 16px;
    word-break: break-all;
    padding: 12px 0;
}

    .hoverbox a .active {
        color: #e60012;
    }

.ohternav .ina:hover {
    color: #ff0000;
    z-index: 10;
}

.environment .part1 {
    padding-top: 47px;
    padding-bottom: 27px;
}

    .environment .part1 .picbox {
        height: 410px;
        height: 25vw;
        -webkit-filter: grayscale(1);
        transition: all .5s;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .environment .part1 .picbox:hover {
            -webkit-filter: grayscale(0);
        }

    .environment .part1 .active .picbox {
        -webkit-filter: grayscale(0);
    }

    .environment .part1 .text {
        font-size: 14px;
        font-family: "宋体";
        color: #898989;
        text-align: center;
        line-height: 30px;
        padding: 20px 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all .5s;
    }

    .environment .part1 .active .text {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .environment .part1 .textin {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    .environment .part1 .textin {
        *display: inline;
    }

    .environment .part1 .before {
        position: absolute;
        left: 0;
        top: 50%;
        line-height: 20px;
        margin-top: -10px;
        font-size: 16px;
    }

    .environment .part1 .after {
        position: absolute;
        right: 0;
        top: 50%;
        line-height: 20px;
        margin-top: -10px;
        font-size: 16px;
    }

.environment .bx-wrapper .bx-pager {
    display: none;
}

.environment .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    width: calc(25px + .25rem);
    height: calc(25px + .25rem);
    background-color: #ccc;
    background-color: rgba(242,242,242,.68);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(8px + .08rem);
    margin-top: -25px;
    margin-top: calc(-12px - .13rem);
    transition: all .5s;
}

    .environment .bx-wrapper .bx-controls-direction a:hover {
        background-color: #e60012;
        background-color: rgba(230,0,18,.68);
    }

.environment .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(../images/prev3.png);
}

.environment .bx-wrapper .bx-next {
    right: 0;
    background-image: url(../images/next3.png);
}



.development .timeline {
    position: relative;
    padding: 0 20px;
    padding: 0 .2rem;
    padding-top: 50px;
    padding-top: .5rem;
    text-align: center;
}

    .development .timeline .mCustomScrollBox {
    }

    .development .timeline .instyle {
        display: inline-block;
        width: 135px;
        width: calc(80px + .55rem);
        text-align: center;
        cursor: pointer;
    }

    .development .timeline .instyle {
        *display: inline;
    }

    .development .timeline .toptime {
        font-size: 15px;
        font-size: calc(8px + .07rem);
        color: #a0a0a0;
        font-family: arial;
        line-height: 43px;
        line-height: calc(10px + .33rem);
        transition: all .5s;
        height: 43px;
        height: calc(10px + .33rem);
        overflow: hidden;
    }

    .development .timeline .instyle:hover .toptime {
        color: #e60012;
    }

    .development .timeline .bottomicon {
        width: 15px;
        height: 15px;
        border: 1px solid #d3d3d3;
        padding: 2px;
        box-sizing: border-box;
        border-radius: 15px;
        margin: auto;
        transition: all .5s;
    }

    .development .timeline .inicon {
        height: 100%;
        border-radius: 15px;
        background: #d2d2d2;
        transition: all .5s;
    }

    .development .timeline .instyle:hover .bottomicon {
        border: 1px solid #e60012;
    }

    .development .timeline .instyle:hover .inicon {
        background: #e60012;
    }

    .development .timeline:before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        position: absolute;
        left: 0;
        bottom: 33px;
        background: #d2d2d2;
    }

    .development .timeline:after {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        position: absolute;
        right: 0;
        bottom: 33px;
        background: #d2d2d2;
    }

    .development .timeline .backline {
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 37px;
        left: 0;
        background: #d2d2d2;
    }

    .development .timeline .mCSB_horizontal > .mCSB_container {
        margin-bottom: 30px;
    }

.development .inbox {
    white-space: nowrap;
    width: 100%;
    font-size: 0;
    box-sizing: border-box;
    max-height: 58px;
}

.development .timeline .instyle.active .toptime {
    font-size: 22px;
    color: #e60012;
    font-size: calc(10px + .12rem);
}

.development .timeline .instyle.active .bottomicon {
    border: 1px solid #e60012;
}

.development .timeline .instyle.active .inicon {
    background: #e60012;
}

.development .part3 .in {
    position: relative;
    padding-left: 55%;
}

.development .part3 .left {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
}

.development .part3 .right .table {
    min-height: 336px;
    *height: 336px;
    *overflow: hidden;
}

.development .part3 .right {
    text-align: center;
    padding: 0 50px;
    padding: 0 .5rem;
}

.development .part3 .intitle {
    font-size: 20px;
    font-size: calc(8px + .12rem);
    color: #e60012;
    line-height: 30px;
    line-height: calc(15px + .15rem);
}

.development .part3 .texts {
    font-size: 14px;
    font-size: calc(7px + .07rem);
    color: #7d7d7d;
    line-height: calc(14px + .1rem);
    font-family: "宋体";
}

.development .part3 .indetail {
    padding: 0 110px;
    padding: 0 1.1rem;
    box-sizing: border-box;
    padding-top: 30px;
    padding-top: .3rem;
}

.development .part3 .bx-pager {
    display: none;
}

.development .part3 .bx-wrapper .bx-controls-direction a {
    height: 52px;
    height: .52rem;
    width: 52px;
    width: .52rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .5s;
    margin-top: -26px;
    margin-top: -.26rem;
}

.development .part3 .bx-wrapper .bx-prev {
    left: 25px;
    left: .25rem;
    background-image: url(../images/prev4.png);
}

    .development .part3 .bx-wrapper .bx-prev:hover {
        background-image: url(../images/prev4-2.png);
    }

.development .part3 .bx-wrapper .bx-next {
    right: 25px;
    right: .25rem;
    background-image: url(../images/next4.png);
}

    .development .part3 .bx-wrapper .bx-next:hover {
        background-image: url(../images/next4-2.png);
    }

.development .part3 {
    padding-bottom: 74px;
    padding-bottom: .74rem;
}

.introduction .part1 .left {
    width: 420px;
    width: 35%;
    float: left;
    margin-left: 14px;
    margin-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #e5e5e5;
}

    .introduction .part1 .left img {
        display: block;
        margin-top: -14px;
        margin-left: -14px;
        width: 100%;
    }

.introduction .part1 .right {
    width: 744px;
    width: 60%;
    float: right;
}

.introduction .part1 .text1 {
    font-size: 16px;
    color: #1b1b1b;
    margin-bottom: 10px;
}

    .introduction .part1 .text1 img {
        vertical-align: middle;
        margin-top: -3px;
    }

.introduction .part1 .text2 {
    font-size: 12px;
    font-family: "宋体";
    color: #a0a0a0;
    line-height: 20px;
    margin-bottom: 20px;
}

.introduction .part1 {
    padding-top: 84px;
    padding-bottom: 80px;
    padding-top: .84rem;
    padding-bottom: .8rem;
}


.honnor .part1 {
    padding-top: 57px;
    padding-bottom: 58px;
}

    .honnor .part1 .inbox {
        width: 100%;
        padding-bottom: 10px;
    }

    .honnor .part1 .instyle {
        width: 31.33%;
        margin-right: 3%;
        margin-bottom: 38px;
        margin-bottom: 1%;
        position: relative;
        float: left;
    }

    .honnor .part1 .textbox {
        text-align: center;
        font-size: 16px;
        font-size: calc(9px + .07rem);
        color: #1b1b1b;
        padding: .15rem 0;
    }

    .honnor .part1 .instyle:nth-child(3n) {
        margin-right: 0;
    }

    .honnor .part1 .instyle .inpic {
        height: 268px;
        height: 2.68rem;
        transition: all .5s;
        position: relative;
        overflow: hidden;
    }

        .honnor .part1 .instyle .inpic .in {
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: absolute;
            left: 0;
            top: 0;
            transition: all .5s;
        }
/* .honnor .part1 .instyle:hover .in{
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
} */
.commonpage {
    text-align: center;
}

    .commonpage a {
        display: inline-block;
        min-width: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        border: 1px solid #dcdcdc;
        color: #535353;
        text-align: center;
        transition: all .5s;
    }

        .commonpage a.active {
            color: #fff;
            background: #e60012;
            border: 1px solid #f46a00;
            background: linear-gradient(to right bottom,#f46a00,#d50102);
        }

        .commonpage a:hover {
            color: #fff;
            background: linear-gradient(to right bottom,#f46a00,#d50102);
            border: 1px solid #f46a00;
        }

.hideslider .inbox {
    width: 1000px;
    margin: auto;
    max-width: 90vw;
}

.hideslider .picbox {
    padding: 60px 105px;
    padding: .6rem 1.05rem;
    background: #fff;
}

    .hideslider .picbox img {
        margin: auto;
    }

.hideslider .bx-wrapper .bx-controls-direction a {
    width: 33px;
    height: 46px;
    background-color: #959595;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -23px;
    transition: all .5s;
}

.hideslider .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(../images/prev4.png);
}

    .hideslider .bx-wrapper .bx-prev:hover {
        background-image: url(../images/prev4-2.png);
    }

.hideslider .bx-wrapper .bx-next {
    right: 0;
    background-image: url(../images/next4.png);
}

    .hideslider .bx-wrapper .bx-next:hover {
        background-image: url(../images/next4-2.png);
    }

.hideslider .bx-wrapper .bx-pager {
    display: none;
}

.hideslider .close {
    position: absolute;
    right: -70px;
    top: -20px;
}


.news .part1 .inbox {
    padding-bottom: 35px;
    padding-bottom: .35rem;
}

.news .part1 .instyle {
    width: 390px;
    display: block;
    width: calc(33.33% - .2rem);
    float: left;
    margin-right: 24px;
    margin-right: .3rem;
    margin-bottom: 27px;
    margin-bottom: .27rem;
    transition: all .5s;
}

    .news .part1 .instyle:nth-child(3n) {
        margin-right: 0;
    }

.news .part1 .stylein {
    border: 1px solid #e5e5e5;
    padding: 20px;
    padding: .2rem;
}

.news .part1 .topimg {
    height: 196px;
    height: 1.96rem;
}

.news .part1 .text1 {
    font-size: 15px;
    color: #434343;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
    padding-top: .2rem;
    padding-bottom: 15px;
    padding-bottom: .15rem;
    transition: all .5s;
}

.news .part1 .text2 {
    font-size: 12px;
    font-family: "宋体";
    color: #a0a0a0;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
}

.news .part1 .more {
    font-size: 14px;
    color: #a0a0a0;
    font-family: arial;
    margin-top: 18px;
    transition: all .5s;
}

    .news .part1 .more .plus {
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 7px;
        background: #a0a0a0;
        display: inline-block;
        color: #fff;
        transition: all .5s;
    }

    .news .part1 .more .plus {
        *display: inline;
    }

.news .part1 {
    padding-top: 40px;
    padding-bottom: 67px;
    padding-top: .4rem;
    padding-bottom: .67rem;
}

    .news .part1 .instyle:hover {
        box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
    }

        .news .part1 .instyle:hover .text1 {
            color: #e60012;
        }

        .news .part1 .instyle:hover .more {
            color: #e60012;
        }

        .news .part1 .instyle:hover .plus {
            background: #e60012;
        }


.news2 .part1 .inbox {
    width: 100%;
}

.news2 .part1 .instyle {
    padding: 24px 24px 24px 485px;
    padding: .24rem .24rem .24rem 35%;
    display: block;
    position: relative;
    height: 236px;
    border: 1px solid #eeeeee;
    transition: all .5s;
}

    .news2 .part1 .instyle .topimg {
        position: absolute;
        left: 24px;
        left: .24rem;
        top: 24px;
        top: .24rem;
        height: 236px;
        width: 30%;
    }

    .news2 .part1 .instyle .text1 {
        font-size: 18px;
        font-size: calc(9px + .09rem);
        color: #434343;
        line-height: 40px;
        padding-top: 18px;
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all .5s;
    }

    .news2 .part1 .instyle .text2 {
        font-size: 14px;
        font-size: calc(7px + .07rem);
        color: #a0a0a0;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        margin-top: 20px;
        margin-top: .2rem;
    }

    .news2 .part1 .instyle .time {
        font-size: 14px;
        font-size: calc(7px + .07rem);
        color: #a0a0a0;
        font-family: "宋体";
        line-height: 30px;
    }

        .news2 .part1 .instyle .time img {
            vertical-align: middle;
            margin-top: -3px;
            margin-top: -.03rem;
            margin-right: 7px;
            margin-right: .07rem;
            width: calc(10px + .1rem);
        }

    .news2 .part1 .instyle .more {
        font-family: arial;
        color: #a0a0a0;
        font-size: 12px;
        transition: all .5s;
        margin-top: 30px;
        margin-top: .3rem;
    }

    .news2 .part1 .instyle:hover {
        box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
    }

        .news2 .part1 .instyle:hover .text1 {
            color: #e60012;
        }

        .news2 .part1 .instyle:hover .more {
            color: #e60012;
        }

.news2 .part1 {
    padding-top: 48px;
    padding-bottom: 60px;
}

    .news2 .part1 .inbox {
        padding-bottom: 59px;
        padding-bottom: .59rem;
    }

.commonnav:after {
    content: "";
    display: block;
    clear: both;
}

.commonnav {
    padding: 10px 0;
    padding: .1rem 0;
    line-height: 40px;
    line-height: calc(20px + .2rem);
    background: #f7f7f7;
}

    .commonnav .lefttext {
        width: 50%;
        float: left;
        font-size: 20px;
        font-size: calc(10px + .1rem);
        color: #e60012;
    }

    .commonnav .righttext {
        width: 50%;
        float: right;
        font-size: 14px;
        font-size: calc(7px + .07rem);
        font-family: "宋体";
        text-align: right;
    }

        .commonnav .righttext a {
            color: #707070;
            transition: all .5s;
        }

            .commonnav .righttext a:hover {
                color: #e60012;
            }

        .commonnav .righttext .active {
            color: #e60012;
        }

        .commonnav .righttext img {
            vertical-align: middle;
            margin-top: -3px;
            margin-top: calc(-2px - .01rem);
            width: 18px;
            width: calc(9px + .09rem);
            margin-right: 5px;
            margin-right: .05rem;
        }

.news_d .part1 .texts {
    color: #a0a0a0;
    font-size: 12px;
    font-family: "宋体";
    line-height: 23px;
}

    .news_d .part1 .texts img {
        display: block;
        margin: auto;
        max-width: 100%;
    }

.news_d .part1 .time {
    font-size: 14px;
    font-size: calc(7px + .07rem);
    font-family: arial;
    color: #a0a0a0;
    line-height: 25px;
    padding: 20px 0;
    padding: .2rem 0;
}

    .news_d .part1 .time img {
        vertical-align: middle;
        margin-top: -3px;
        margin-top: -.03rem;
        width: calc(10px + .1rem);
        margin-right: 8px;
        margin-right: .08rem;
    }

.news_d .part1 .backbox {
    height: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 90px;
    margin-top: .9rem;
}

    .news_d .part1 .backbox .back {
        display: block;
        width: 100px;
        height: 30px;
        border: 1px solid #ff0000;
        line-height: 30px;
        color: #ff0000;
        text-align: center;
        background: #fff;
        border-radius: 30px;
        margin: auto;
        margin-top: -16px;
        transition: all .5s;
        color: #fff;
        background: linear-gradient(to right bottom,#f46a00,#d50002);
    }

        .news_d .part1 .backbox .back:hover {
            color: #fff;
        }

.news_d .part1 {
    padding-bottom: 85px;
    padding-bottom: .85rem;
}

    .news_d .part1 .prev {
        display: block;
        width: 47px;
        height: 47px;
        width: calc(10px + .37rem);
        height: calc(10px + .37rem);
        background: url(../images/prev5.png) no-repeat center #434343;
        background-size: .12rem;
        transition: all .5s;
        position: fixed;
        left: 0;
        top: 50%;
        margin-top: -23px;
        margin-top: calc(-5px - .18rem);
    }

        .news_d .part1 .prev:hover {
            background: linear-gradient(to right bottom,#f46800,#d60202);
        }

        .news_d .part1 .prev:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/prev5.png) no-repeat center;
            background-size: .12rem;
        }

    .news_d .part1 .next:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/next5.png) no-repeat center;
        background-size: .12rem;
    }

    .news_d .part1 .next {
        display: block;
        width: 47px;
        height: 47px;
        width: calc(10px + .37rem);
        height: calc(10px + .37rem);
        background: #434343;
        background-size: .12rem;
        transition: all .5s;
        position: fixed;
        right: 0;
        top: 50%;
        margin-top: -23px;
        margin-top: calc(-5px - .18rem);
    }

        .news_d .part1 .next:hover {
            background: linear-gradient(to right bottom,#f46800,#d60202);
        }

    .news_d .part1 .prev:hover:after {
        background-image: url(../images/prev5-2.png);
    }

    .news_d .part1 .next:hover:after {
        background-image: url(../images/next5-2.png);
    }

.contact .part1 {
    position: relative;
    *height: 596px;
    overflow: hidden;
}

    .contact .part1 #map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .contact .part1 .cbox {
        position: relative;
        height: 0;
    }

    .contact .part1 .inbox {
        width: 285px;
        padding: 40px 30px;
        padding: .4rem .3rem;
        padding-top: 60px;
        padding-top: .6rem;
        padding-bottom: 27px;
        padding-bottom: .27rem;
        float: left;
        margin-top: 95px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
        position: relative;
        z-index: 2;
    }

    .contact .part1 .text1 {
        font-size: 15px;
        color: #e60012;
        line-height: 35px;
        margin-top: 25px;
        margin-bottom: 13px;
        margin-top: .25rem;
        margin-bottom: .13rem;
    }

.amap-copyright, .amap-logo {
    z-index: 1;
}

.contact .part1 .text2 {
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    font-family: "宋体";
    color: #959595;
    margin-bottom: 10px;
    margin-bottom: .1rem;
}

    .contact .part1 .text2 .attr {
        position: absolute;
        left: 0;
        top: 2px;
    }

.contact .part1 .text3 {
    display: block;
    max-width: calc(100px + 1rem);
}

.contact .part1 .bpic {
    margin-top: 30px;
    margin-top: .3rem;
}

.contact .part2 .text1 {
    font-size: 20px;
    color: #595757;
    line-height: 48px;
    padding-top: 48px;
    padding-top: .48rem;
}

.contact .part2 .text2 {
    font-size: 14px;
    color: #a0a0a0;
    font-family: "宋体";
    line-height: 24px;
    padding-top: 20px;
}

.contact .part2 .title {
    text-align: center;
    padding-bottom: 55px;
    padding-bottom: .55rem;
}

.contact .part2 .line {
    width: 27px;
    height: 2px;
    background: #e60012;
    margin: auto;
}

.contact .part2 .inputbox {
    width: 370px;
    float: left;
    padding-left: 115px;
    padding-right: 45px;
    position: relative;
    margin-bottom: 26px;
    margin-bottom: .26rem;
}

    .contact .part2 .inputbox input {
        padding: 5px 10px;
        height: 25px;
        line-height: 25px;
        width: 347px;
        border: 1px solid #e5e5e5;
        display: block;
    }

.contact .part2 .cbox {
    max-width: 1060px;
}

.contact .part2 .inputbox .attr {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
    line-height: 37px;
    text-align: right;
    font-size: 14px;
    color: #333333;
    font-family: "宋体";
}

.contact .part2 .inputbox .required {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 37px;
    font-size: 16px;
    color: #f18383;
}

.contact .part2 .textareabox {
    width: auto;
}

    .contact .part2 .textareabox textarea {
        height: 67px;
        padding: 5px 10px;
        line-height: 25px;
        width: 877px;
        border: 0px;
        outline: none;
        display: block;
        font-family: "微软雅黑";
    }

.contact .part2 .intextarea {
    width: auto;
    border: 1px solid #e5e5e5;
    height: 77px;
    position: relative;
    padding-bottom: 28px;
}

    .contact .part2 .intextarea .tip {
        position: absolute;
        right: 8px;
        bottom: 0;
        line-height: 28px;
        font-size: 14px;
        color: #999999;
    }

.contact .part2 .submit {
    display: block;
    width: 186px;
    width: calc(100px + .86rem);
    height: 58px;
    height: calc(38px + .2rem);
    border-radius: 5px;
    border: 0;
    background: #e60012;
    background: linear-gradient(to right,#f46900,#d50102);
    padding: 0;
    margin: auto;
    margin-top: 19px;
    margin-top: .19rem;
    color: #fff;
    font-size: 20px;
    font-size: calc(12px + .08rem);
}

.contact .part2 {
    padding-bottom: 55px;
    padding-bottom: .55rem;
}


.recruit .part1 .searchbox input {
    width: 245px;
    width: calc(160px + .85rem);
    height: 28px;
    border: 1px solid #e5e5e5;
    padding: 5px 12px;
    line-height: 28px;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    margin-bottom: .1rem;
    font-size: 14px;
    color: #666;
}

.recruit .part1 .searchbox .submit {
    width: 95px;
    height: 38px;
    border: 1px solid #f46a00;
    background: #f46a00;
    background: linear-gradient(to right bottom,#f46a00,#d50102);
    color: #fff;
    margin-right: 0;
    margin-bottom: .1rem;
    cursor: pointer;
}

.recruit .part1 table {
    width: 100%;
    text-align: center;
    margin-top: .2rem;
    margin-bottom: .43rem;
}

.recruit .part1 td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    padding: .1rem 0;
    line-height: 40px;
    width: 20%;
    font-size: 14px;
    font-size: calc(7px + .07rem);
    color: #959595;
}

    .recruit .part1 td a {
        transition: all .5s;
        color: #959595;
    }

        .recruit .part1 td a:hover {
            color: #e60012;
        }

.recruit .part1 tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.recruit .part1 .tr1 td {
    background: #eeeeee;
    font-size: 16px;
    font-size: calc(8px + .08rem);
    color: #161610;
}

    .recruit .part1 .tr1 td img {
        vertical-align: middle;
        margin-top: -3px;
        margin-right: .05rem;
        width: calc(11px + .11rem);
    }

.recruit .part1 {
    padding-top: 10px;
    padding-bottom: 42px;
}

.recruit .part2 {
    text-align: center;
    padding-top: .23rem;
}

    .recruit .part2 .title {
        background-image: url(../images/text13.png);
        background-position: center top;
        background-size: 80%;
        background-repeat: no-repeat;
        padding-top: .12rem;
        padding-bottom: .27rem;
    }

    .recruit .part2 .text1 {
        line-height: 38px;
        line-height: calc(19px + .19rem);
        font-size: 24px;
        font-size: calc(12px + .12rem);
        color: #1b1b1b;
    }

    .recruit .part2 .text2 {
        color: #1b1b1b;
        font-size: calc(8px + .08rem);
        line-height: calc(16px + .08rem);
    }

    .recruit .part2 .line {
        width: .29rem;
        height: 2px;
        background: #ef001e;
        margin: auto;
        margin-top: .27rem;
    }

    .recruit .part2 .text3 {
        color: #1b1b1b;
        font-size: calc(7px + .07rem);
        font-family: "宋体";
        max-width: 800px;
        line-height: 30px;
        line-height: calc(15px + .15rem);
        margin: auto;
    }

    .recruit .part2 .img1 {
        display: block;
        margin: auto;
        width: 100%;
        margin-top: .46rem;
    }

.recruit .part1 .title {
    font-size: .24rem;
    color: #1b1b1b;
    line-height: 1.1rem;
    margin-top: .1rem;
    text-align: center;
}

.recruit_d table {
    width: 100%;
}

.recruit_d .part1 td {
    font-size: 14px;
    font-size: calc(7px + .07rem);
    color: #7d7d7d;
    font-family: "宋体";
    line-height: 31px;
    line-height: calc(15px + .16rem);
    padding: 6px 0;
    padding: .06rem 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    width: 150px;
}

.recruit_d .part1 .tr1 td {
    background: #e60012;
    background: linear-gradient(to bottom,#f05a01,#db1302);
    color: #fff;
    text-align: left;
    text-indent: 16px;
    text-indent: .16rem;
}

.recruit_d .part1 .mobile {
    display: none;
}

.recruit_d .part1 tr {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.recruit_d .part1 .tr1 {
    border-left: 1px solid #e60012;
    border-right: 1px solid #e60012;
}

.recruit_d .part1 .attr {
    width: 110px;
    background: #eeeeee;
    color: #313131;
}

.recruit_d .part1 .textbox {
    padding: 40px 34px 30px 34px;
    padding: .4rem .34rem .3rem .34rem;
    text-align: left;
}

.recruit_d .part1 {
    padding-top: 10px;
    padding-bottom: 50px;
}

.recruit_d .backbox .back {
    width: 123px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 40px;
    float: right;
    margin-top: 42px;
    font-size: 15px;
    background: linear-gradient(to right bottom,#f46a00,#d50102);
    transition: all .5s;
}

    .recruit_d .backbox .back:hover {
        background: linear-gradient(to right bottom,#f46a00,#d50102);
        color: #fff;
    }

.phonecall .part1 {
    padding-top: 63px;
    padding-bottom: 65px;
}

    .phonecall .part1 .in {
        display: inline-block;
        padding-left: 140px;
        position: relative;
        min-height: 130px;
        max-width: 900px;
        text-align: left;
    }

    .phonecall .part1 .in {
        *display: inline;
    }

        .phonecall .part1 .in .leftimg {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -55px;
        }

    .phonecall .part1 .text1 {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
    }

    .phonecall .part1 .text3 {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        margin-top: 10px;
    }

    .phonecall .part1 .text2 {
        font-size: 48px;
        color: #e60012;
        line-height: 55px;
    }

    .phonecall .part1 .instyle {
        text-align: center;
        padding: 90px 0;
    }

.network .part1 img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.network .part1 {
    padding-top: 45px;
    padding-bottom: 45px;
}


.Cause .part1 {
    padding-top: .65rem;
    padding-bottom: .77rem;
}

    .Cause .part1 .inbox {
        box-shadow: 0 0 .15rem 0 rgba(0,0,0,.15);
        background: #fff;
    }

    .Cause .part1 .bigimg {
        display: block;
        width: 100%;
    }

    .Cause .part1 .textbox {
        position: relative;
        padding: .3rem .4rem;
        padding-left: 17%;
        font-size: 14px;
        font-size: calc(8px + .06rem);
        color: #a0a0a0;
        line-height: calc(16px + .08rem);
        min-height: 1.5rem;
    }

    .Cause .part1 .lefticon {
        height: 94px;
        height: calc(47px + .47rem);
        position: absolute;
        width: 17%;
        top: 60px;
        left: 0;
        text-align: center;
        line-height: 39px;
        line-height: calc(19px + .2rem);
        font-size: 18px;
        font-size: calc(9px + .09rem);
        color: #1b1b1b;
    }

        .Cause .part1 .lefticon img {
            display: block;
            width: calc(27px + .28rem);
            margin: auto;
        }

.SubCompany .part1 {
    padding-top: .35rem;
    padding-bottom: .45rem;
}

    .SubCompany .part1 .inbox:after {
        content: "";
        display: block;
        clear: both;
    }

    .SubCompany .part1 .instyle {
        /*width: 23.5%;*/
          width: 18.5%;
        float: left;
        margin-right: 2%;
        margin-bottom: .2rem;
    }

        .SubCompany .part1 .instyle:nth-child(4n) {
            margin-right: 0;
        }

        .SubCompany .part1 .instyle img {
            display: block;
            width: 100%;
        }

    .SubCompany .part1 .textbox {
        padding: .1rem .2rem;
        line-height: 28px;
        height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        background: #f3f3f3;
        font-family: '宋体';
        color: #1b1b1b;
        font-size: 14px;
        font-size: calc(8px + .06rem);
    }

.SubCompany_d .part1 {
    padding-top: .25rem;
    padding-bottom: .45rem;
}

    .SubCompany_d .part1 .title {
        font-size: 18px;
        font-size: calc(10px + .08rem);
        color: #000000;
        line-height: calc(20px + .15rem);
        padding: .15rem 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .SubCompany_d .part1 .detail {
        font-size: 13px;
        font-size: calc(9px + .04rem);
        line-height: calc(18px + .06rem);
        color: #959595;
        padding-top: .35rem;
    }

    .SubCompany_d .part1 .infobox {
        border-top: 1px dashed #e5e5e5;
        padding-top: .2rem;
        margin-top: .4rem;
        padding-bottom: .35rem;
    }

    .SubCompany_d .part1 .boxin {
        position: relative;
        padding-left: .25rem;
        padding-left: calc(12px + .13rem);
        font-size: 14px;
        font-size: calc(8px + .06rem);
        color: #959595;
        font-family: '宋体';
        line-height: 30px;
        line-height: calc(18px + .12rem);
    }

        .SubCompany_d .part1 .boxin .attr {
            position: absolute;
            left: 0;
            top: .05rem;
            top: calc(3px + .02rem);
            width: calc(10px + .1rem);
        }

    .SubCompany_d .part1 .imgs:after {
        content: "";
        display: block;
        clear: both;
    }

    .SubCompany_d .part1 .imgs img {
        display: block;
        width: 31.33%;
        float: left;
        margin-right: 3%;
        margin-bottom: 3%;
    }

        .SubCompany_d .part1 .imgs img:nth-child(3n) {
            margin-right: 0;
        }

.Culture .part1 {
    padding-top: .98rem;
    padding-bottom: .75rem;
}

    .Culture .part1 .inbox:after {
        content: "";
        display: block;
        clear: both;
    }

    .Culture .part1 .left {
        width: 50%;
        float: left;
        padding-left: 2%;
        padding-right: 1%;
        box-sizing: border-box;
    }

    .Culture .part1 .right {
        width: 48%;
        max-width: 528px;
        float: left;
        padding-top: .2rem;
    }

    .Culture .part1 .text1 {
        font-size: 18px;
        font-size: calc(10px + .08rem);
        color: #313131;
        margin-bottom: .05rem;
        line-height: 32px;
        line-height: calc(20px + .12rem);
    }

    .Culture .part1 .text2 img {
        display: block;
        width: calc(150px + .56rem);
    }

    .Culture .part1 .line {
        width: .23rem;
        height: 1px;
        background: #e5e5e5;
        margin: .2rem 0;
        margin-bottom: .15rem;
    }

    .Culture .part1 .text3 {
        font-size: 14px;
        font-size: calc(8px + .06rem);
        color: #959595;
        line-height: 24px;
        line-height: calc(18px + .06rem);
        font-family: "宋体";
    }

    .Culture .part1 .instyle {
        padding: .05rem 0;
    }

        .Culture .part1 .instyle span {
            color: #ef001e;
        }

    .Culture .part1 .imgbox {
        border: 1px solid #e5e5e5;
    }

        .Culture .part1 .imgbox img {
            display: block;
            width: 100%;
            transform: translateY(-.32rem) translateX(.32rem);
        }
.ymx{
	/*width: 194px;border-right: 2px solid #ddd;padding-right: 6px;*/
	width: 400px;border-right: 2px solid #ddd;padding-right: 6px;

	float: left;
	margin-left: -208px;
	min-height: 710px;
}
.ymxspe1{
	margin-bottom: 8px;
	color: #0F1111;
	    font-size: 19px;
    line-height: 30px;
	    font-weight: 700;
	    word-break: break-word;
	    font-family: Arial,sans-serif;
}



.ymxspe1 a{
color: #0F1111;	
}
.ymxspe2{
	margin-bottom: 4px;
	color: #0F1111;
	    word-break: break-word;
	    font-size: 17px;
    line-height: 30px;
    font-family: Arial,sans-serif; 
	margin-left: 12px;
    /*font-weight: 700;*/
}
.ymxspe2 a{
	color: #0F1111;
}
.ymxspe3{
	margin-bottom: 4px;
	color: #0F1111;
	    word-break: break-word;
	    font-size: 15px;
    line-height: 30px;
    font-family: Arial,sans-serif; 
	margin-left: 24px;
}

.ymxspe3 a{
		color: #0F1111;
}
.ymxspe3 a:hover{
		color:#c45500;
}
.below1{
	display: none;
}
.below2{
	display: none;
}
.below1.select{
	display: block;
}
.below2.select{
	display: block;
}