body {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
}

.owl-carousel.owl-theme .owl-controls {
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin-top: 0;
    text-align: center;
    z-index: 2;
}

#index-banner .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: transparent;
    margin: -5px 3px 0;
    opacity: 1;
    border: 1px solid #fff;
}

#index-banner .owl-controls .owl-page.active span,
#index-banner .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    border: 1px solid #fff;
    background: #fff;
}

#proShow .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #999;
    margin: -5px 3px 0;
    border-color: #fff;
    opacity: 1;
}

#proShow .owl-controls .owl-page.active span,
#proShow .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    border: 1px solid #0053f7;
    background: #0053f7;
}

.container {
    width: 7.5rem;
    margin: 0 auto;
    padding: 0 10px;
}

.banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.btn {
    width: 120px;
    height: 28px;
    border-radius: 26px;
    color: #fff;
    border: 1px solid #0053f7;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    transition: all 0.2s linear;
    display: block;
    font-size: 12px;
    cursor: pointer;
    background-color: #0053f7;
}

.btn-border {
    width: 120px;
    height: 28px;
    border-radius: 26px;
    color: #0053f7;
    border: 1px solid #0053f7;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    transition: all 0.2s linear;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.btn_white_small {
    width: 120px;
    height: 28px;
    border-radius: 26px;
    text-align: center;
    line-height: 26px;
    transition: all 0.2s linear;
    display: block;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}

.btn_white_small {
    width: 90px;
    height: 24px;
    border-radius: 22px;
    text-align: center;
    line-height: 22px;
    transition: all 0.2s linear;
    display: block;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}

.btn:hover, .btn:active, .btn.active {
    color: #fff;
    border: 1px solid #0053f7;
    background-color: #0053f7;
}


p.text, .text {
    line-height: 24px;
    font-size: 14px;
}

p.small, .small {
    font-size: 14px;
}
p.small.mb10{
    font-size:15px;
}
p.lead, .lead {
    font-size: 16px;
    font-weight: normal;
}

.container.conT{
    padding:0;
    width:auto;
}



p.lager, .lager {
    font-size: 18px;
}

.page {
    padding-top: 50px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 10;
    background-color: #f2f2f2;
    min-height: 100%;
}

    .page.active {
        transform: translateX(-200px);
    }

.menucover {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100%;
    left: 0;
    display:none;
}

    .menucover.active {
        transform: translateX(-200px);
        z-index: 12;
        display:block;
    }

.menu.active {
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0s ease 0s;
    transition: transform 0.3s ease, opacity 0s ease 0s;
    opacity: 1;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

.menu {
    width: 200px;
    position: fixed;
    padding-top: 50px;
    padding-bottom: 114px;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #0053f7;
    height: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease 0.7s;
    transition: transform 0.3s ease, opacity 0.3s ease 0.7s;
    overflow-y: auto;
    -webkit-transform: translate3D(97px, 0, 0);
    -ms-transform: translate3D(97px, 0, 0);
    transform: translate3D(97px, 0, 0);
    opacity: 0;
}

.navBoxIcon {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 40px;
    padding-top: 10px;
    z-index: 999;
}

    .navBoxIcon i {
        display: block;
        width: 30px;
        border-radius: 3px;
        height: 3px;
        background-color: #0053f7;
        margin-bottom: 6px;
        transition: 0.2s linear all;
    }

        .navBoxIcon i:last-child {
            margin: 0;
        }

    .navBoxIcon.on i.middleLine {
        transform: scale(0);
    }

    .navBoxIcon.on i.topLine {
        transform: rotate(45deg) translateY(7px) translateX(7px);
    }

    .navBoxIcon.on i.bottomLine {
        transform: rotate(-45deg) translateY(-6px) translateX(6px);
    }

    .navBoxIcon:before {
        position: absolute;
        top: 6px;
        left: 0;
        width: 30px;
        height: 30px;
        border: 3px solid #0053f7;
        display: block;
        content: "";
        border-radius: 100%;
        transition: 0.2s linear all;
        opacity: 0;
    }

    .navBoxIcon.on:before {
        opacity: 1;
    }

.header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.headerBox {
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 5px 0;
}

.navBox {
    display: none;
    position: fixed;
    z-index: 666;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.back {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    display: block;
}

.logo {
    height: 32px;
    margin: 5px auto;
    width: 200px;
}

    .logo img {
        display: block;
        height: 32px;
    }

.menu ul li > a.text {
    display: block;
    border-bottom: 1px solid #b5b5b5;
    line-height: 45px;
    padding-left: 14px;
    vertical-align: middle;
    font-size: 16px;
}

    .menu ul li > a.text img {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

.menu ul li p.text {
    line-height: 24px;
    height: 30px;
    padding: 3px 0;
    font-size:16px;
}

.menu ul li p.small {
    line-height: 24px;
    height: 30px;
    padding: 3px 0;
    font-size:14px;
}
.menu ul li p.small a{
    display:block;
    border:none;
    text-align:left;
    width:auto;
    font-size:14px;
}

.menu ul li.input{
    width:100%;
    border-bottom:1px  solid #b5b5b5;
}
.menu ul li.input .div{
    width:90%;
    text-align:center;
    position:relative;
    margin:5px auto;
    background-color:#fff;
    height:30px;
    border-radius:5px;
}
.menu ul li.input input{
    width:88%;
    padding:7px;
    border:0;
    background:none;
    position:absolute;
    left:0;
}
.menu ul li.input em{
    width:15px;
    height:15px;
    background-image:url(../img/sreach.png);
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    right:6px;
    top:7px;
}














.sun-nav-wrap {
    padding-left: 14px;
    display: none;
}

.sun-nav {
    padding-left: 16px;
}

.sun-nav-wrap .sun-nav {
    border-bottom: 1px solid #b5b5b5;
}

.grandsun-nav {
    padding-left: 14px;
    display: none;
}

.banner-side {
    padding: 20px 10px;
    background-color: #fff;
}

    .banner-side li {
        width: 20%;
        width: calc( (100% - 54px) / 4 );
        width: -moz-calc( (100% - 54px) / 4 );
        width: -webkit-calc( (100% - 54px) / 4 );
        width: -ms-calc( (100% - 54px) / 4 );
    }

        .banner-side li:last-of-type {
            width: 54px;
        }

        .banner-side li .inner {
            width: 54px;
            text-align: center;
            line-height: 2;
        }

            .banner-side li .inner .img {
                width: 54px;
                height: 54px;
                border-radius: 100%;
                position: relative;
                margin-bottom: 5px;
            }

                .banner-side li .inner .img img {
                    width: 30px;
                    height: 25px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -12.5px;
                    margin-left: -15px;
                }

.index_tit {
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

    .index_tit .lead {
        color: #0053f7;
        font-size:18px;
    }

.index_tit_white {
    text-align: center;
    padding: 10px;
    background-color: transparent;
    color: #fff;
}

    .index_tit_white .lead {
        color: #fff;
    }

#index_2 {
    padding: 20px 0;
    background-color: #fff;
}

    #index_2 ul {
        border: 1px solid #e4e4e4;
    }

        #index_2 ul li {
            border-bottom: 1px solid #e4e4e4;
        }

            #index_2 ul li:last-child {
                border-bottom: 0;
            }

    #index_2 .outter {
        height: 2.52rem;
        position: relative;
    }

    #index_2 .img {
        height: 2.52rem;
        position: relative;
        padding: 10px;
    }

        #index_2 .img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            transform: -webkit-translate(-50%,-50%);
            transform: -ms-translate(-50%,-50%);
            transform: -moz-translate(-50%,-50%);
            text-align: center;
        }

        #index_2 .img .line {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            overflow: hidden;
        }

            #index_2 .img .line span {
                display: block;
                background-color: #fff;
                position: absolute;
            }

    #index_2 span.line1 {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        transform: translateX(100%);
        animation: ltr 2s linear infinite;
        -webkit-animation: ltr 2s linear infinite;
        -moz-animation: ltr 2s linear infinite;
        -ms-zoom-animation: ltr 2s linear infinite;
        -ms-animation: ltr 2s linear infinite;
        -o-animation: ltr 2s linear infinite;
    }

    #index_2 span.line2 {
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        animation: ttb 2s linear infinite;
        -webkit-animation: ttb 2s linear infinite;
        -moz-animation: ttb 2s linear infinite;
        -ms-zoom-animation: ttb 2s linear infinite;
        -ms-animation: ttb 2s linear infinite;
        -o-animation: ttb 2s linear infinite;
        transform: translateY(100%);
    }

    #index_2 span.line3 {
        width: 100%;
        height: 1px;
        bottom: 0;
        right: 0;
        animation: ttb 2s linear infinite;
        -webkit-animation: rtl 2s linear infinite;
        -moz-animation: rtl 2s linear infinite;
        -ms-zoom-animation: rtl 2s linear infinite;
        -ms-animation: rtl 2s linear infinite;
        -o-animation: rtl 2s linear infinite;
        transform: translateX(-100%);
    }

    #index_2 span.line4 {
        width: 1px;
        height: 100%;
        bottom: 0;
        left: 0;
        animation: btt 2s linear infinite;
        -webkit-animation: btt 2s linear infinite;
        -moz-animation: btt 2s linear infinite;
        -ms-zoom-animation: btt 2s linear infinite;
        -ms-animation: btt 2s linear infinite;
        -o-animation: btt 2s linear infinite;
        transform: translateY(-100%);
    }

@keyframes ltr {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes ttb {
    0% {
        transform: translateY(-100%);
    }

    20% {
        transform: translateY(-100%);
    }

    40% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes rtl {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(100%);
    }

    60% {
        transform: translateX(-0%);
    }

    100% {
        transform: translateX(-0%);
    }
}

@keyframes btt {
    0% {
        transform: translateY(100%);
    }

    60% {
        transform: translateY(100%);
    }

    80% {
        transform: translateY(-0%);
    }

    100% {
        transform: translateY(-0%);
    }
}

#index_2 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform: -webkit-translate(-50%,-50%);
    transform: -ms-translate(-50%,-50%);
    transform: -moz-translate(-50%,-50%);
    text-align: center;
    width: 80%;
}

    #index_2 .inner span {
        display: block;
        width: 40px;
        height: 3px;
        margin: 5px auto;
        background-color: #0053f7;
    }

    #index_2 .inner p.small {
        color: #666;
    }

#index_3 {
    padding: 20px 0;
    background-image: url('../img/1-10.jpg');
    background-position: center;
    background-size: auto 100%;
}

    #index_3 .img {
        position: relative;
        margin-bottom: 10px;
    }

        /*#index_3 .img span {
            display: block;
            width: 66px;
            height: 66px;
            border-radius: 100%;
            border: 5px solid #fff;
            box-shadow: 0 0 6px rgba(255,255,255,0.3);
            -webkit-box-shadow: 0 0 6px rgba(255,255,255,0.3);
            -moz-box-shadow: 0 0 6px rgba(255,255,255,0.3);
            -o-box-shadow: 0 0 6px rgba(255,255,255,0.3);
            -ms-box-shadow: 0 0 6px rgba(255,255,255,0.3);
            position: absolute;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -33px;
            margin-top: -33px;
        }

            #index_3 .img span:before {
                width: 0;
                height: 0;
                border-top: 18px solid transparent;
                border-left: 24px solid #fff;
                border-bottom: 18px solid transparent;
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
            }*/
#index_3 .img span{
    width:61px;
    height:61px;
    background-image:url(../img/bofang.png);
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-28px;
    margin-top:-28px;
    transition:all 0.7s linear;
}
#index_3 .img{
    cursor:pointer;
}

    #index_3 .inner {
        color: #fff;
    }
#index_3 .inner .pp{
    text-align:center;
    width:100%;
}
        #index_3 .inner p.lead {
            line-height: 2;
            color: #0053f7;
            margin-bottom: 5px;
            text-align:center;
            font-size:18px;
        }

.tab_top {
    background-color: #fff;
    font-size:16px;
}

    .tab_top li {
        text-align: center;
        line-height: 36px;
        color: #999;
        border-bottom: 1px solid transparent;
    }

        .tab_top li.on {
            color: #0053f7;
            border-bottom: 1px solid #0053f7;
        }

.index_news {
    position: relative;
    padding-left: 130px;
    height: 108px;
}

    .index_news .img {
        position: absolute;
        width: 120px;
        height: 108px;
        top: 0;
        left: 0;
    }

.tab_main {
    padding: 20px 0;
    min-height: 422px;
}

    .tab_main li {
        display: none;
    }

        .tab_main li.on {
            display: block;
        }

.index_news {
    background-color: #fff;
    margin-bottom: 10px;
}

    .index_news .inner {
        padding: 5px 0 5px;
    }

        .index_news .inner .date {
            line-height: 2;
            padding: 0 0 3px;
            border-bottom: 1px solid #e4e4e4;
            margin-bottom: 5px;
            color: #999;
        }

        .index_news .inner .small {
            color: #666;
            height: 44px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

#index_5, #index_6 {
    padding: 20px 0;
    background-color: #fff;
}
#index_5{
    padding:20px 0 5px;
}
.index_tit{
    padding:5px 10px 10px;
}

#index_case, #index_pantner {
    padding-bottom: 28px;
}

    #index_case .owl-controls .owl-page span, #index_pantner .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: transparent;
        margin: -5px 3px 0;
        opacity: 1;
        border: 1px solid #0053f7;
    }

    #index_case .owl-controls .owl-page.active span,
    #index_case .owl-controls.clickable .owl-page:hover span,
    #index_pantner .owl-controls .owl-page.active span,
    #index_pantner .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        border: 1px solid #0053f7;
        background: #0053f7;
    }

    #index_case .inner {
        text-align: center;
        border: 1px solid #e4e4e4;
        border-top: 0;
        padding: 10px;
    }

        #index_case .inner p.small {
            color: #666;
            text-align: left;
            line-height: 2;
            height:60px;
            overflow:hidden;
            display:-webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient:vertical;
            text-overflow:ellipsis;
        }

.footer {
    background-color: #2e3147;
    color: #989fa7;
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 12;
}

    .footer .footer_1 {
        padding: 10px 0;
    }

        .footer .footer_1 p {
            width: 178px;
            height: 28px;
            line-height: 26px;
            margin: 0 auto;
            border: 1px solid #989fa7;
            border-radius: 40px;
            font-size:14px;
        }

    .footer .footer_2 {
        padding: 10px 0;
        background-image: url(../img/footer-bg.png);
        background-position: top center;
        background-size: 350px 1px;
        background-repeat: no-repeat;
        font-size:14px;
    }

.other-nav {
    background-color: #fff;
}

    .other-nav li {
        text-align: center;
        line-height: 36px;
        padding: 0 3px;
        position: relative;
        vertical-align: middle;
    }

        .other-nav li .nav-option {
            border-bottom: 1px solid transparent;
            color: #999;
        }

        .other-nav li.on .nav-option {
            color: #0053f7;
            border-bottom: 1px solid #0053f7;
        }
.other-nav li .nav-option span{
    font-size:16px;
}
        .other-nav li.active .nav-option {
            color: #0053f7;
            border-bottom: 1px solid #0053f7;
        }

        .other-nav li em {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-top: 8px solid #999;
            border-right: 6px solid transparent;
            content: "";
            display: inline-block;
            vertical-align: 1px;
            margin-left: 5px;
            transition: all 0.2s linear;
        }

        .other-nav li.active .nav-option em {
            border-top: 8px solid #0053f7;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        }

        .other-nav li .pro-nav {
            position: absolute;
            top: 37px;
            left: 0;
            width: 100%;
            background-color: #fff;
            color: #666;
            display: none;
        }
.other-nav li .pro-nav p{
    font-size:14px;
}
.other-nav li .pro-nav p a{
    display:block;
}
.product_list {
    background-color: #fff;
    padding: 20px 0;
    min-height: 600px;
}

    .product_list li {
        margin-bottom: 10px;
    }

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.product_list li .outter {
    width: 100%;
    padding: 3px;
    border: 1px solid #e4e4e4;
}

    .product_list li .outter .inner {
        padding-top: 5px;
    }

        .product_list li .outter .inner .info {
            color: #999;
        }

        .product_list li .outter .inner .small {
            color: #999;
            height: 44px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.about_nav {
    background-color: #fff;
}

.find_nav {
    width: 100%;
    height: 45px;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    margin-bottom: 10px;
}

.find_nav_left {
    height: 44px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.find_nav_list {
    position: absolute;
    left: 0;
}

    .find_nav_list ul {
        position: relative;
        white-space: nowrap;
        font-size: 0;
    }

        .find_nav_list ul li {
            display: inline-block;
        }

            .find_nav_list ul li a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 44px;
                font-size: 16px;
                text-align: center;
                color: #666;
                padding: 0 15px;
            }

.find_nav_cur a {
    color: #0053f7 !important;
}

.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #0053f7;
    left: 0;
    top: 42px;
    pointer-events: none;
}

.about_container {
    padding: 20px 0;
    background-color: #fff;
    min-height: 600px;
}

.pantner .inner {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 40px;
    min-height: 40px;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .pantner .inner:last-of-type {
        border-bottom: 0;
    }

    .pantner .inner .pantner_img {
        position: absolute;
        top: 10px;
        left: 0;
        width: 35px;
    }

    .pantner .inner .img {
        text-align: center;
        margin-left:-33px;
    }

.pantner_tit {
    line-height: 30px;
}
.small.pantner_tit {
    font-size:16px;
}
.pantner .inner .small {
    font-size:16px;
}

.pantner .inner .img img {
    border: 1px solid #e4e4e4;
}
/*.pantner .inner .img p {
    text-indent:-28px;
}*/

.culture ul li {
    position: relative;
    padding-left: 70px;
    color: #666;
}
.culture ul li p{
    font-size:16px;
}
    .culture ul li .table {
        height: 50px;
    }

    .culture ul li span {
        width: 50px;
        height: 50px;
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 2px;
        color: #fff;
        border-radius: 100%;
        line-height: 50px;
        text-align: center;
    }

    .culture ul li.lis1 span {
        background-color: #62b6ff;
    }

    .culture ul li.lis2 span {
        background-color: #86a8d8;
    }

    .culture ul li.lis3 span {
        background-color: #52c4e5;
    }

    .culture ul li.lis4 span {
        background-color: #76b8c6;
    }

    .culture ul li.lis5 span {
        background-color: #5b85e2;
    }

.about_tit {
    text-align: center;
    margin-bottom: 20px !important;
}

.recruit_container .about_tit {
    text-align: center;
    margin-bottom: 20px !important;
    background-color: #fff;
    padding: 10px 0;
}
.recruit_container .about_tit .lead{
    font-size:18px;
}
.recruit_container .about_tit .lead .zhu{
    margin-top:5px;
    font-size:14px;
    color:#999;
    display:block;
}
.recruit_detial .small{
    font-size:16px;
}





.recruit_option {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    background-image: url('../img/4-10.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 19.5px 18px;
    height: 45px;
    line-height: 45px;
    background-color: #d7d7d7;
}

.recruit {
    background-color: #f9f9f9;
}

.recruit_container {
    padding-bottom: 1px;
}

.recruit_option em {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 9px solid #666;
    margin-top: -4px;
    transition: all 0.2s linear;
}

.recruit_option.active em {
    transform: rotate(180deg);
}

.recruit_detial {
    position: relative;
    padding: 10px;
    border-bottom: 1px dashed #e4e4e4;
    line-height: 2;
    color: #999;
    display: none;
    background-color: #fff;
}

    .recruit_detial b {
        color: #333;
    }

.recruit_input {
    text-align: center;
    font-size: 0;
    height: 29px;
    vertical-align: middle;
    margin-top:10px;
}

    .recruit_input a {
        width: 90px;
        height: 29px;
        border-radius: 5px;
        line-height: 27px;
        border: 1px solid #0053f7;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }

.slidedown {
    margin-top: 20px;
    display: none;
}

.recruit_box {
    margin-bottom: 10px;
}

.proDeTit .lager {
    line-height: 40px;
    display: inline-block;
    border-bottom: 2px solid #0053f7;
    margin-bottom: -1px;
    height: 41px;
}

.proDetail, .proDetail_2, .proDetail_3 {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 0;
}

    .proDetail li {
        line-height: 2;
        margin-bottom: 5px;
    }
.proDetail li p{
    font-size:16px;
}
    .proDetail .lis1 p {
        position: relative;
        padding-left: 80px;
    }

    .proDetail li span {
        display: inline;
        vertical-align: top;
        color: #666;
    }

        .proDetail li span.msg {
            color: #333;
        }

    .proDetail .lis1 span.msg {
        position: absolute;
        top: 0;
        left: 0;
    }

.proDetail_tit {
    line-height: 2;
    margin-bottom: 5px;
}

.proDetail_2 .outter {
    border: 1px solid #e4e4e4;
    border-top: 0;
    padding: 10px;
    line-height: 2;
}

.proDetail_2 li {
    margin-bottom: 20px;
}

.proDetail_2 .outter p.text {
    text-align: center;
    font-size:16px;
}
.tknav .inner p.small{
    color:#666;
}
.proDetail_3 .outter {
    width: 100%;
    padding: 3px;
    border: 1px solid #e4e4e4;
}

    .proDetail_3 .outter .inner {
        padding-top: 5px;
    }

        .proDetail_3 .outter .inner .info {
            color: #999;
        }

        .proDetail_3 .outter .inner .small {
            color: #999;
            height: 40px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

#other_pro .item {
    padding: 0 5px;
    display: block;
}

#other_pro .owl-controls {
    position: static;
    bottom: 10px;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

    #other_pro .owl-controls .owl-buttons div.owl-prev {
        font-size: 0;
        background: url('../img/left.png');
        left: -2px;
        background-size: 25px 51px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #other_pro .owl-controls .owl-buttons div.owl-next {
        font-size: 0;
        background: url('../img/right.png');
        right: -2px;
        background-size: 25px 51px;
        background-repeat: no-repeat;
        background-position: center;
    }

    #other_pro .owl-controls .owl-buttons div {
        font-size: 0;
        width: 25px;
        height: 51px;
        position: absolute;
        top: 45%;
        margin-top: -25px;
        display: block;
        margin: 0;
        padding: 0;
        opacity: 0.6;
        border-radius: 0;
        transition: all 0.2s linear;
    }

        #other_pro .owl-controls .owl-buttons div:hover {
            opacity: 1;
        }
.anti {
    padding:40px 0 100px;
}
.anti p.lead {
    color:#0053f7;
    text-align: center;
    margin-bottom:30px;
    font-size:16px;
}
.anti-fake {
    background-color:#fff;
}
.anti p.small {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2;
    color: #999;
    font-size:14px;
}

.anti input {
    display: block;
    width: 310px;
    height: 45px;
    border-radius: 5px;
    margin: 0 auto 18px;
    border: 0;
}

    .anti input[type="text"] {
        border: 1px solid #e4e4e4;
        line-height: 23px;
        padding: 10px;
        font-size:14px;
    }

    .anti input[type="button"] {
        background-color: #0053f7;
        color: #fff;
        transition: all 0.2s linear;
        font-size:16px;
    }
.case_tit {
    background-color:#fff;
    padding:10px 0;
    text-align:center;
    color:#0053f7;
    line-height:2;
}
.case_detail{
    min-height:600px;
    background-color:#fff;
}
.case_detail img{
    margin:0 auto;
}
.news_tit {
    background-color:#fff;
    padding:10px 0;
    text-align:center;
    line-height:2;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
    .news_tit p.small {
        color:#999;
    }
    .news_tit p.text {
        font-size:18px;
    }
.news_detail{
    min-height:600px;
    background-color:#fff;
    padding-top:10px;
}
.news_detail p{
    font-size:16px;

}
.abT .lead{
    font-size:18px;
}
.conL p{
    color:#999;
    font-size:16px;
    line-height:1.7;
}
.conT p{
    font-size:16px;
    margin-bottom:10px;
}






.news_detail .container p img {
    margin: 0 auto;
}





   /*ҳ��*/
.pages{ text-align:center; margin-top:10px;margin-bottom:10px;}
.pages span,.pages a{ display:inline-block; height:30px; line-height:30px; padding:0 8px; border:1px solid #0053f7; margin:0 1px; background:#fff}
.pages a:hover,.pages .current{ background:#0053f7; color:#fff}
