﻿@charset "utf-8";

html {
    font-family: 'Microsoft YaHei' !important;
}

* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

p {
    font-family: 'Microsoft YaHei' !important;
}

button {
    outline: none;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

ul li {
    list-style: none;
}

.mainBody {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indexNav {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_s p {    font-size: 14px;
    line-height: 25px;
    color: #242424;
    text-indent: 2em;}

.secondNav {
    position: fixed;
    width: 100%;
    height: 340px;
    background-color: rgba(32,32,32,.95);
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
}

.show {
    display: block;
}

.isyellow {
    color: #f7db3d !important;
}

.hidden {
    display: none;
}

.secondNavPart {
    width: 580px;
    height: 250px;
    overflow: hidden;
    margin-left: 42%;
    margin-top: 80px;
}

    .secondNavPart li a {
        width: 100%;
        height: 49px;
        text-decoration: none;
        position: relative;
        color: #fff;
        line-height: 49px;
        display: inline-block;
        /*border-bottom: 1px solid #ffd800;*/
        -webkit-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
        -moz-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
        -ms-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
        -o-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
    }

        .secondNavPart li a:before, .secondNavPart li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 1px;
            width: 100%;
            left: 0;
            background-color: #323232;
        }

        .secondNavPart li a:after {
            width: 0;
            background-color: #ffd800;
            -webkit-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
            -moz-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
            -ms-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
            -o-transition: all 400ms cubic-bezier(.455,.03,.515,.955);
        }

.isOn {
    color: #fdde4c !important;
}

    .isOn:after {
        width: 100% !important;
    }

/*#region banner图 */
.indexBanner {
    width: 100%;
    height: 890px;
    overflow: hidden;
}

#wrapper {
    width: 100%;
    height: 890px;
}

#carousel {
    width: 100%;
    height: 100%;
}

    #carousel img {
        display: block;
        float: left;
        background: url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;
    }

#pager {
    top: -50px;
    width: 200px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

    #pager a, #pager span {
        display: block;
        height: 2px;
    }

    #pager a {
        border: 1px solid #ccc;
        width: 42px;
        margin-right: 10px;
        float: left;
        height: 4px;
    }

        #pager a:hover {
            border-color: #999;
        }

    #pager span {
        background-color: #ccc;
        width: 0px;
    }
/*#endregion */
.indexBody {
    width: 100%;
    height: auto;
    overflow: hidden;
}
/*#region 故事 */
.Brandstory {
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cnTitle {
    font-size: 28px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    color: #444344;
    font-family: 'Microsoft YaHei' !important;
}

.fudong {
    font-size: 18px !important;
    line-height: 30px;
    color: #3f3f3f;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 0;
    filter: alpha(opacity=0)\9;
    opacity: 1\9;
    filter: alpha(opacity=NaN)\9;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,-webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    padding-top: 20px;
}

.fudong_chufa {
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform: translate3d(0px, -20px, 0px);
    opacity: 1;
    filter: alpha(opacity=100)\9;
}

.enTitle {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    color: #828383;
    text-align: center;
    font-family: 'Microsoft YaHei' !important;
    min-height: 35px;
}

.BrandstoryBody {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    background: url(/Images/storyBgi_03.jpg) no-repeat center;
    background-size: 100% 100%;
}

.BrandstoryBodyLeft {
    float: left;
    width: 40%;
    height: 100%;
    background: rgba(21,21,21,0.7);
    padding-top: 40px;
    padding-bottom: 20px;
}

    .BrandstoryBodyLeft p {
        width: 90%;
        margin: 0px auto;
        max-height: 400px;
        color: #fff;
        font-size: 14px;
        line-height: 27px;
        text-indent: 2em;
    }

    .BrandstoryBodyLeft a {
        width: 20%;
        height: 40px;
        border: 1px solid #fff;
        display: inline-block;
        text-align: center;
        margin: 30px 40%;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
    }
/*#endregion */
/*#region 视频 */
.Videodisplay {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.videoBg {
    width: 100%;
    height: 630px;
    overflow: hidden;
}

.videoText {
    width: 880px;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align:center;
}

.videoLeft {
    float: left;
    width: 50%;
    height: 400px;
}

    .videoLeft img {
        float: left;
        height: 38px;
        width: 38px;
        margin-right: 12px;
    }

    .videoLeft a {
        float: left;
        width: 100px;
        line-height: 38px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

.videoRight {
    float: right;
    width: 50%;
    height: 400px;
}

    .videoRight ul li {
        margin-top: 40px;
        width: 50%;
        float: left;
        overflow: hidden;
        height: 160px;
    }

.whiteImg {
    float: right;
    display: block;
}

.yellowImg {
    float: right;
    display: none;
}

.videoRight ul li:hover .whiteImg {
    display: none;
}

.videoRight ul li:hover .yellowImg {
    display: block;
}

.videoRight ul li p {
    float: right;
    width: 113px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
/*#endregion */
/*#region 两个部分 */
.twoPart {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.twoPartLfet {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background: #f7f6f6;
    padding-top: 50px;
}

    .twoPartLfet img {
        width: 400px;
        height: 260px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.twoPartLfetp {
    width: 100px;
    margin: 20px auto;
    border: 1px solid #70706f;
    color: #4b4b4b;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.twoPartRight {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding-top: 50px;
    background: #fff;
}

.slideBox {
    width: 400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

    .slideBox .hd {
        height: 5%;
        overflow: hidden;
        margin: 0 auto;
        margin-top: -150px;
        width: 25%;
        position: relative;
        z-index: 10;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 2px;
                width: 30px;
                height: 20px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                background: url(../img/def.png) no-repeat center;
            }

                .slideBox .hd ul li.on {
                    color: #fff;
                    background: url(../img/cur.png) no-repeat center;
                }

    .slideBox .bd {
        position: relative;
        width: 100%;
        z-index: 0;
        height: 100%;
    }

        .slideBox .bd ul {
            width: 100%;
        }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            width: 100%;
        }

            .slideBox .bd li div {
                display: block;
                width: 100%;
                margin: 0 auto;
                height: 285px;
            }

.tempWrap {
    width: 100%;
}
/*#endregion */
/*#region 底部 */
.foot {
    width: 100%;
    height: 250px;
    background: #191a1a;
    overflow: hidden;
}

.footP1 {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.footP1Left {
    width: 60%;
    height: 100%;
    overflow: hidden;
    float: left;
}

    .footP1Left ul li {
        float: left;
        width: 23%;
        height: 100%;
        padding-top: 35px;
    }

.footP1LeftTitle {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.footP1LeftText {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footP1Right {
    width: 40%;
    float: right;
    overflow: hidden;
    padding-top: 30px;
}

.footP2 {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #000;
}

.footP1RightPart {
    margin-top: 10px;
    width: 75%;
    float: right;
}

    .footP1RightPart img {
        width: 32px;
        height: 32px;
        float: left;
        margin-right: 20px;
    }

    .footP1RightPart p {
        line-height: 30px;
        float: left;
        color: #fff;
        font-size: 14px;
    }
/*#endregion */

/*#region 关于jootoon */
.gongnengShow {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    background: #fff;
}

.youshiPart {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .youshiPart .left img, .youshiPart .right img {
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
    }

        .youshiPart .left img:hover {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -m-transform: scale(1.1);
            transform: scale(1.1);
        }

        .youshiPart .right img:hover {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -m-transform: scale(1.1);
            transform: scale(1.1);
        }

    .youshiPart ul li {
        width: 100%;
        height: 360px;
        overflow: hidden;
    }

.left {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: right;
    background: #f8f8f8;
}

.rightP {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    width: 80%;
    margin: 0px auto;
}

.youshi {
    font-weight: bold;
    color: #585858;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.jootoonShejiBody {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.jootoonShejiBodyPart {
    width: 100%;
    height: 510px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.jootoonShejiBodyPartBody {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.jootoonShejiBodyPartBodyP1 {
    float: left;
    margin-left: 30px;
    width: 380px;
    height: 320px;
}

.jootoonShejiBodyPartBodyP1_p {
    text-align: center;
    width: 100%;
    line-height: 30px;
}

.jootoonShejiBodyPartBodyP2 {
    float: left;
    width: 580px;
    height: 320px;
    margin-left: 40px;
    overflow: hidden;
}

.jootoonShejiBodyPartBodyP3 {
    height: 600px;
    width: 380px;
    float: left;
    margin-left: 30px;
    overflow: hidden;
    margin-top: 20px;
}

    .jootoonShejiBodyPartBodyP3 img {
        width: 380px;
        height: 600px;
    }

.bottomP {
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
    background: rgba(16,16,16,0.85);
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    display: block;
}

.allP {
    height: 600px;
    width: 380px;
    background: rgba(3,3,3,0.75);
    padding-top: 100px;
    padding-bottom: 60px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -600px;
    display: none;
}

.jootoonShejiBodyPartBodyP3:hover .bottomP {
    display: none;
}

.jootoonShejiBodyPartBodyP3:hover .allP {
    display: block;
}
/*#endregion */

/*#region 技术支持 */
.innerBanner {
    width: 100%;
    height: 560px;
}

.chexing {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    padding-top: 20px;
}

.chexingBody {
    width: 1200px;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.table {
    width: 94%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .table td {
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        color: #505050;
        font-size: 15px;
        line-height: 40px;
        vertical-align: middle;
    }
/*#endregion */
/*#region 说明 */
.shuoming {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    overflow: hidden;
}

.shuomingBody {
    width: 1200px;
    height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 auto;
}

    .shuomingBody ul {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

        .shuomingBody ul li {
            width: 284px;
            margin-left: 20px;
            border: 1px solid #dcdcdc;
            box-shadow: 1px 1px 3px #dcdcdc;
            height: 300px;
            float: left;
            padding-top: 50px;
            padding-bottom: 50px;
            background: #fff;
        }
/*#endregion */
/*#region 质保 */
.zhibao {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.zhibaoBody {
    width: 1200px;
    margin: 0 auto;
    height: 820px;
    overflow: hidden;
    padding-top: 20px;
}

.zhibaoP1 {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    width: 80%;
    margin: 20px auto;
}

.zhibaoBody ul li {
    width: 25%;
    float: left;
    height: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
/*#endregion */
/*#region 联系我们 */
.contactUs {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.contactUsBody {
    width: 1200px;
    height: 510px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.contactUs p {
    font-family: 'Microsoft YaHei';
}

/*招聘*/
.zhaopin1 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    background: #fff;
}

.zhaopin1Body {
    width: 1200px;
    height: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.zhaopinTable {
    width: 1198px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #eeeeee;
    border-bottom: 0px;
}

    .zhaopinTable tr {
        height: 39px;
        width: 1198px;
        border-bottom: 1px solid #eeeeee;
    }

        .zhaopinTable tr td {
            line-height: 39px;
            text-align: center;
            font-size: 16px;
        }

.zhaopin2_1 {
    width: 850px;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

    .zhaopin2_1 ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #eeeeee;
        padding-left: 40px;
    }

.zhaopin2_1_p1 {
    line-height: 50px;
    font-size: 14px;
    color: #414141;
}

.zhaopin2_1_p2 {
    line-height: 25px;
    font-size: 14px;
    color: #414141;
}

.zhaopin2_2 {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: right;
}

    .zhaopin2_2 ul li {
        height: 60px;
        width: 100%;
        background: #000;
        margin-bottom: 20px;
    }

.checkBox {
    float: left;
    margin-top: 19px;
}

.jiamengPart {
    height: 50px;
    width: 380px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .jiamengPart p {
        font-size: 16px;
        line-height: 50px;
        color: #282828;
        float: left;
    }

.input_text {
    width: 300px;
    height: 48px;
    border: 1px solid #ededed;
    outline: none;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    text-indent: 5px;
    font-size: 14px;
}

.jiamengPart_texteara {
    width: 92%;
    float: left;
    outline: none;
    height: 200px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #ededed;
    margin-left: 10px;
}

.jiameng_btn {
    cursor: pointer;
    width: 100px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
/*#endregion */

/*#region 新闻详情 */
.newsDetail {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.newsDetailBody {
    width: 1200px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    overflow: hidden;
}
/*#endregion */

/*#region 天辰佳创 */
.tianchen {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tianchenBody1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.tianchenBody1Part {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.tianchenBody2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
}

.tianchenBody2Part {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.isNow {
    background: #f8d930 !important;
    border-top-color: #f8d930 !important;
}

.lichengBottom {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

    .lichengBottom ul li {
        float: left;
        width: 50%;
        padding-top: 30px;
        overflow: hidden;
        min-height: 240px;
    }

        .lichengBottom ul li p {
            width: 80%;
            margin: 0 auto;
            overflow: hidden;
        }

.bigYear {
    font-family: Arial;
    font-weight: bold;
    font-size: 60px;
    line-height: 55px;
    color: #353535;
    width: 100%;
    font-style: italic;
}

.things {
    font-size: 20px;
    line-height: 36px;
    color: #353535;
    width: 100%;
}

.sss ul li {
    width: 243px;
    float: left;
    max-height: 200px;
    margin-top: 40px;
    border-right: 1px solid #9d9b98;
    margin-left: -1px;
}

    .sss ul li p {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        line-height: 25px;
        color: #ffffff;
    }

.sas p {
    width: 80%;
    margin: 0 auto;
    font-family: 'Microsoft YaHei';
    line-height: 25px;
    font-size: 14px;
}

.fazhanTop {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .fazhanTop p {
        padding-top: 15px;
        line-height: 30px;
        font-weight: bold;
        font-size: 18px;
        color: #f7db3d;
    }

.asd {
    float: right;
    width: 50%;
    height: 385px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .asd p {
        text-indent: 2em;
        line-height: 25px;
        font-size: 14px;
        color: #434242;
        width: 98%;
        margin: 0 auto;
    }

.asd2 {
    float: right;
    width: 50%;
    height: 385px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .asd2 p {
        text-indent: 2em;
        line-height: 21px;
        font-size: 14px;
        color: #434242;
        width: 98%;
        margin: 0 auto;
    }
/*#endregion */
/*.eeeee:hover {
    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -m-transform: scale(1.1);
    transform: scale(1.1);
    overflow:hidden;
}*/
.lxwm {
    width: 480px;
    height: 62px;
    line-height: 62px;
    max-height: 62px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    text-indent: 6em;
}

.lxwm_en {
    font-weight: 900;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    width: 100%;
}

.lxwm_cn {
    font-weight: 900;
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    width: 100%;
}

.join a {
    color: #747474;
}



.cover_join {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(/img/bgblack.png);
    top: 0;
    left: 0;
    z-index: 11;
}

.del {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 20px;
    height: 20px;
    text-indent: -100em;
    overflow: hidden;
    background: urL(/img/del.jpg) no-repeat center center #fff;
}

.footP2 a:hover {
    color: #fff;
}





.innerPage {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.innerPageBody {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

.inlineBodyDetail {
    width: 1200px;
    height: 1005px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

.hangyeNewsTopBody {
    width: 1200px;
    margin: 20px auto;
    padding-top: 10px;
    overflow: hidden;
}

.hangyeNewsTopBodyLeft {
    width: 560px;
    height: 340px;
    float: left;
}

.hangyeNewsTopBodyRight {
    width: 640px;
    height: 340px;
    float: right;
    background: #f4f4f4;
    padding: 30px 50px 20px 40px;
}

.hangyeNewsTopBodyRightTitle {
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    max-height: 30px;
    overflow: hidden;
    margin-top: 50px;
}

.hangyeNewsTopBodyRightText {
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Microsoft YaHei';
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden;
}

.moreBtn2 {
    font-size: 14px;
    color: #313131;
    text-align: center;
    border: 1px solid #313131;
    width: 98px;
    height: 33px;
    line-height: 33px;
    float: left;
    margin-top: 15px;
    letter-spacing: 1px;
}

/*.hangyeNewsBottomBody {width:1200px;margin:20px auto;overflow:hidden;height:auto;}*/
.hangyeNewsBottomBody {
    width: 100%;
    background: #fff;
    padding: 15px 0 15px 0;
    height: 105px;
}

.hangyeNewsBottomBodyTime {
    width: 80px;
    height: 85px;
    background: #fff;
    margin-top: 5px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
}

.hangyeNewsBottomBodyTime_day {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    background: #d2d2d2;
}

.hangyeNewsBottomBodyTime_other {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #b4b3b3;
}

.hangyeNewsBottomBodyNews {
    width: 1060px;
    float: right;
    overflow: hidden;
    padding-right: 10px;
}

.hangyeNewsBottomBodyNewsTitle {
    width: 100%;
    line-height: 40px;
    color: #676767;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    margin-bottom: 5px;
    font-weight: bold;
}

.hangyeNewsBottomBodyNewsText {
    width: 100%;
    line-height: 20px;
    max-height: 40px;
    color: #676767;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}

.hangyeNewsBottomBody:hover .hangyeNewsBottomBodyNewsTitle {
    color: #393939;
}

.hangyeNewsBottomBody:hover .hangyeNewsBottomBodyTime_day {
    background: #393939;
}

.hangyeNewsBottomBody:hover .hangyeNewsBottomBodyTime {
    border-color: #393939;
}

.newsListText {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}

.en_look {
    width: 200px !important;
}

.history_year {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #d2d2d2;
}

    .history_year .year {
        float: left;
        width: 25%;
    }

        .history_year .year .p {
            text-align: center;
            float: left;
            line-height: 84px;
            color: #353535;
            font-size: 22px;
            padding-right: 10px;
            width: 50%;
        }

.year_top {
    border-top: 1px solid #d2d2d2;
    height: 5px;
    background: #fff;
}

.con p {
    font-size: 20px;
    line-height: 36px;
    color: #353535;
    width: 100%;
}

/*#region jootoon轮播 */
        .picScroll-top {
            margin: 0 auto;
            width: 100%;
            overflow: hidden;
            position: relative;
            background:#f2f2f2 ;
        }

            .picScroll-top .hd {
                overflow: hidden;
                height: auto;
                background: #f4f4f4;
            }

                .picScroll-top .hd .next {
                    display: inline-block;
                    cursor: pointer;
                    width: 150px;
                    height: 75px;
                }

                .picScroll-top .hd ul {
                    float: right;
                    overflow: hidden;
                    margin-top: 10px;
                    zoom: 1;
                }

                    .picScroll-top .hd ul li {
                        float: left;
                        width: 9px;
                        height: 9px;
                        border-radius:10px;
                        overflow: hidden;
                        margin-right: 5px;
                        text-indent: -999px;
                        cursor: pointer;
                        background: url("/img/icoCircle.gif") 0 -9px no-repeat;
                    }

                        .picScroll-top .hd ul li.on {
                            background-position: 0 0;
                        }

            .picScroll-top .bd ul {
                overflow: hidden;
                padding-left: 0px;
            }

                .picScroll-top .bd ul li {
                    overflow: hidden;
                }

                    .picScroll-top .bd ul li .pic {
                        text-align: center;
                    }

                        .picScroll-top .bd ul li .pic img {
                            width: 180px;
                            height: 90px;
                            display: block;
                            padding: 2px;
                            border: 1px solid #ccc;
                        }

                        .picScroll-top .bd ul li .pic a:hover img {
                            border-color: #999;
                        }

                    .picScroll-top .bd ul li .title {
                        line-height: 24px;
                    }

        .num {
            position: absolute;
            right: 10px;
            z-index: 10;
            top: 300px;
            width: 20px;
            background: rgba(0,0,0,0) !important;
        }

            .num ul li {
                margin: 5px auto;
            }

        .nnext {
            position: absolute;
            bottom: 10px;
            width: 100%;
            height: 75px !important;
            z-index: 10;
            background: rgba(0,0,0,0) !important;
            text-align: center;
        }
        .videoText {
            position: relative;
            z-index: 10;
        }


/*#endregion */



.pc {
    display: block;
}

.phone {
    display: none !important;
}
@media screen and (max-width:1770px) {
    #carousel img {
        width:1770px;
    }
    .indexBanner {
        height:830px;
    }
    #wrapper {
        height:830px;
    }
    #pager {
        margin-left:700px
    }
}
@media screen and (max-width:1440px) {
    #carousel img {
        width:1440px;
    }
    .indexBanner {
        height:667px;
    }
    #wrapper {
        height:667px;
    }
    #pager {
        margin-left:640px
    }
}
@media screen and (max-width:1280px) {
    #carousel img {
        width:1280px;
    }
    .indexBanner {
        height:590px;
    }
    #wrapper {
        height:590px;
    }
    #pager {
        margin-left:550px
    }
}

/*#region 手机站 */
@media screen and (max-width:480px) {
    .phone {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .phoneNav {
        width: 100%;
        height: 79px;
        background-color: rgba(0,0,0,0.8);
    }

    .phoneNav_mark {
        float: left;
        width: auto;
        height: 78px;
    }

        .phoneNav_mark img {
            width: 80px;
            height: 75px;
            margin: 2px 10px;
        }
       
    #view_1 {
        float: right;
        position: relative;
        padding-right: 5px;
        margin-top: 10px;
    }

        #view_1 img {
            float: right;
            width: 25px;
            height: 20px;
            margin-right: 10px;
            margin-top: 20px;
        }

        #view_1 > div {
            position: absolute;
            width: 480px;
            background-color: rgba(4,0,0,0.8);
            right: 0;
            display: none;
            top: 67px;
            z-index: 999;
        }

    .textDiv {
        display: block;
        font-size: 20px;
        line-height: 50px;
        border-top: 1px solid #dfdfdf;
        color: #fff !important;
        text-align: center;
    }

    .childBtn {
        display: none;
        position: relative;
        width: 480px;
        background: rgba(231,0,16,0);
        right: 0;
        top: 0px;
        z-index: 999;
    }

        .childBtn li {
            float: left;
            text-align: center;
        }

            .childBtn li a {
                line-height: 40px;
                color: #fff;
            }

    #zdcp1 li {
        width: 33.3%;
    }

    #zdcp2 li {
        width: 25%;
    }

    #zdcp3 li {
        width: 20%;
    }

    #zdcp4 li {
        width: 33.3%;
    }

    #carousel img {
        width: 480px;
    }

    #pager {
        top: -20px;
        width: 156px;
    }
    .BrandstoryBodyLeft p {
        line-height:23px;
    }
    #wrapper, .indexBanner {
        height: auto;
    }

    .Brandstory {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .BrandstoryBody {
        width: 100%;
        background:url(/Images/storyBgi_03_p.jpg) no-repeat center;
        background-size:100% 100%
    }

    .BrandstoryBodyLeft a {
        width: 40%;
        margin: 25px 30%;
    }

    .videoBg {
        width: 100% !important;
        padding-top: 40px !important;
        margin-top: -630px !important;
    }

    .videoText {
        width: 96% !important;
        margin: 0 2%;
        height:auto;
        margin-top:-30px !important;
    }

    .videoLeft {
        float: none;
        width: 100%;
        height: auto;
    }

    .videoRight {
        height: auto;
        float: none;
        width: 100%;
        overflow: hidden;
    }

        .videoRight ul li {
            text-align: center;
            margin-top: 25px;
            height: 140px;
        }

            .videoRight ul li img {
                display: inline-block;
                float: none;
            }

            .videoRight ul li p {
                width: 100%;
                float: none;
            }

    .phoneA {
        width: 100% !important;
        overflow: hidden;
    }

    .yellowImg {
        display: none !important;
    }

    .twoPart {
        height: 1200px;
    }

    .twoPartLfet {
        width: 100%;
        float: none;
        height: 600px;
    }

    .twoPartRight {
        float: none;
        height: 600px;
        width: 100%;
    }

    .foot {
        height: auto;
    }

    .footP1 {
        width: 100%;
        height: auto;
    }

    .footP1Left {
        width: 100%;
    }

    .phoneF1 {
        width: 30% !important;
        padding-left: 4%;
    }

    .phoneF2 {
        width: 16% !important;
    }

    .footP1Right {
        width: 100%;
        padding-top: 0px;
    }

    .footP1RightPart {
        width: 47%;
        float: left;
        padding-left: 3%;
    }
    .jootoonShejiBodyPartBody .fudong  {
        font-size:13px !important
    }
    .jootoonShejiBodyPartBodyP1 {
        margin-left:15px
    }
    .tempWrap {
        height:340px !important;
    }
    .phoneF3 {
        width: 100% !important;
    }

    .footP2 {
        font-size: 12px;
    }

    .youshiPart ul li {
        height: auto;
    }

    .left {
        width: 100%;
        height:300px;
        padding-top: 20px !important;
    }

    .right {
        width: 100%;
        padding-top: 20px !important;
    }

    .youshi {
        margin-bottom: 0px;
    }

    .gongnengShow {
        padding-top: 50px;
    }

    .jootoonShejiBodyPart {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .jootoonShejiBodyPartBody {
        width: 100%;
    }

    .phoneImg {
        width: 100% !important;
    }
    #cf4 img {
        width: 100% !important;
    }
    .jootoonShejiBodyPartBodyP1 {
        width: 140px;
        height: 85px;
    }

    #cf2 {
        height: auto !important;
    }

        #cf2 .jootoonShejiBodyPartBodyP1 {
            height: auto;
        }

            #cf2 .jootoonShejiBodyPartBodyP1 img {
                width: 100%;
                height: auto;
            }

    .jootoonShejiBodyPartBodyP2 {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .jootoonShejiBodyPartBodyP3 {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

        .jootoonShejiBodyPartBodyP3 img {
            display: inline-block;
        }

    .bottomP {
        display: none;
    }

    .allP {
        display: block;
        margin: 0 auto;
        margin-top: -600px;
    }

    .innerBanner {
        width: 100%;
        height: 140px;
    }

        .innerBanner img {
            width: 100%;
            height: 140px;
        }

    .tianchenBody1Part {
        width: 100%;
    }

    .phoneAi {
        float: none;
    }

    .phoneText {
        width: 96% !important;
        margin: 10px 2% !important;
    }

    .tianchenBody2Part {
        width: 100%;
    }

    .teams {
        width: 100% !important;
    }

    .sss {
        margin-left: 10px !important;
        float: right !important;
        width: 200px !important;
    }

    .ddd {
        width: 98% !important;
        margin: 0 1% !important;
    }

    .cca p {
        width: 100% !important;
    }

    .ddd1 {
        width: 100% !important;
    }

    .phoneDiv {
        width: 100% !important;
        height: auto !important;
    }

    .sa {
        width: 100% !important;
        margin-left: 0px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .sss ul li {
        width: 33%;
    }

        .sss ul li p {
            width: 80%;
        }

    .sas {
        width: 100% !important;
    }

    .fazhanTop p {
    }

    .asd, .asd2 {
        width: 100%;
        padding-top: 10px;
        height: auto;
        padding-bottom: 10px;
    }

    .phonettt {
        background: url(/Images/233-02.jpg) no-repeat center !important;
        height: auto !important;
    }
    .phonettt2 {
        background: url(/img/base_en2.jpg) no-repeat center !important;
        height: auto !important;
    }

    .cba p {
        width: 99% !important;
        line-height: 20px !important;
        font-size:13px;
    }

    .ggg {
        padding-top: 15px !important;
    }

    .chexingBody {
        width: 100%;
    }

    .das img {
        width: 100%;
    }

    .shuomingBody {
        width: 100%;
        height: auto;
    }

        .shuomingBody ul li {
            margin: 10px auto !important;
            float: none !important;
        }

    .qqw img {
        margin-left: 50px !important;
    }

    .qqw p {
        width: 330px;
    }

    .zhibaoBody {
        width: 100%;
        height:auto;
    }
    .phsss {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .phsss li {
        height:auto !important;
    }

        .zhibaoBody .left {
            padding-top: 0px !important;
            height: auto !important;
        }

            .zhibaoBody .left img {
                width: 100%;
            }

        .zhibaoBody .right {
            padding-top: 0px !important;
            height: auto !important;
        }

    .contactUsBody {
        width: 100% !important;
    }

        .contactUsBody .right {
            padding-right: 5% !important;
        }

    .lxwm {
        width: 100%;
    }

    .zhaopin1Body {
        width: 100%;
    }

    .fuck p img {
        margin-top: 13px;
        margin-left:120px;
        float: left;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    .zhaopinTable {
        width:100%;
    }
    .zhaopinTable tr {
        width:96%;
        margin:0 2%;
    }
    .zhaopinTable tr td {
        width:16% !important;
    }
    .jiamengPart {
        float:none !important;
        margin:10px auto !important;
        width:380px !important;
    }
    .jiamengPart p {
        width:65px;
    }
    .jiamengPart_texteara {
        width:79%;
    }
    .poi {
        width:50% !important;
        margin:20px auto !important;
    }
    .lkj {
        width:90% !important;
            margin:0 auto !important;
    }
    .dalian {
        width:100%;
        font-size:14px;
        color:#fff;
    }
    #index_bj {
        width:100% !important;
    }
    .hangyeNewsTopBody,.innerPageBody,.inlineBodyDetail,.hangyeNewsTopBodyRight {
        width:100%;
    }
    .inlineBodyDetail {
        height:auto;
    }
    .hangyeNewsTopBody {
        margin-bottom:0px;
    }
    .hangyeNewsBottomBody {
        height: auto;overflow:hidden;border-top: 5px solid #f4f4f4;
    }
    .hangyeNewsBottomBodyNews {
        width:375px;
    }
    .hangyeNewsBottomBodyNewsText {
        max-height:none;
    }
    .newsDetailBody {
        width:100%;
    }
    .jootoonShejiBodyPart {height:auto !important}
    .jootoonShejiBodyPartBody img {
        width:380px;
    }
    .jootoonShejiBodyPartBody .jootoonShejiBodyPartBodyP2 {
        height:auto !important;
        width:50%;
        float:left
    }

    .picScroll-top .videoText {
        margin-top:0px !important;
    }
    .picScroll-top .hd .next {
        width:50px;
        height:25px;
    }
    .nnext {
        height:25px !important;
    }
    .num {
        top:160px;
    }
}

.year_top {
    margin-bottom: -5px;
}
/*#endregion */

