﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-04-24 14:42:08
 * @version $Id$
 */

/* =====================关于我们================================================== */

* {
    -webkit-box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
}

.tempabout_clearfix:after {
    clear: both;
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
}

.tempabout_clearfix {
    zoom: 1;
}

/* ==============================about1.html============================================= */
/* 第一版 */
body .tempabout_1 {
    overflow: hidden;
    padding: 40px 0;
}

body .tempabout_main {
    margin: 0 auto;
}

body .tempabout_1left {
    float: left;
    width: 45.3%;
    overflow: hidden;
    height: 377px;
}

    body .tempabout_1left img {
        width: 100%;
        height: 100%;
        display: block;
        transition: all .5s;
    }

body .tempabout_1right {
    width: 51.3%;
    float: right;
}

    body .tempabout_1right h3 {
        margin-bottom: 22px;
        font-size: 20px;
        color: #333;
        line-height: 30px;
        font-weight: normal;
    }

    body .tempabout_1right .tempabout_1p {
        height: 295px;
        overflow-y: auto;
        padding-right: 45px;
    }

    body .tempabout_1right p {
        text-indent: 2em;
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }

body .tempabout_1p::-webkit-scrollbar {
    width: 5px !important;
    background: #eeeeee;
}

body .tempabout_1p::-webkit-scrollbar-thumb {
    width: 5px !important;
    background: #bfbfbf;
}

/* 第二版 */
body .tempabout_2 {
    padding: 40px 0;
}

    body .tempabout_2 ul {
        margin-top: 80px;
    }

    body .tempabout_2 li {
        height: 120px;
        background: #f5f5f5;
        margin-bottom: 70px;
        float: left;
        width: 25%;
        position: relative;
        text-align: center;
        padding: 22px 0;
        list-style: none;
    }

body .tempabout_2li {
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 22px 0;
}

body .tempabout_2 li h3 {
    margin-bottom: 7px;
    font-size: 20px;
    color: #333;
    font-family: 'cn';
    line-height: 24px;
    font-weight: normal;
}

body .tempabout_2 li h4 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-weight: normal;
}

body .tempabout_2 li:before {
    position: absolute;
    left: 0;
    font-family: 'font1';
    top: -50px;
    z-index: 4;
    width: 100%;
    text-align: center;
    font-size: 52px;
    color: #333;
}

body .tempabout_2 li:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 40px;
    background: #dbdbdb;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
}

body .tempabout_2 li.li1:before {
    content: '01';
}

body .tempabout_2 li.li2:before {
    content: '02';
}

body .tempabout_2 li.li3:before {
    content: '03';
}

body .tempabout_2 li.li4:before {
    content: '04';
}

body .tempabout_2 li:last-child:after {
    display: none;
}

body .tempabout_2 li:hover .tempabout_2li {
    left: -3px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.13);
    background: white;
    z-index: 101;
}

body .tempabout_2 li:hover:before {
    z-index: 102;
    color: #e01f3d;
}

body .tempabout_2 li:hover:after {
    display: none;
}

body .tempabout_2 .tempabout_2left {
    width: 41.5%;
    overflow: hidden;
    float: left;
    height: 329px;
}

    body .tempabout_2 .tempabout_2left img {
        display: block;
        width: 100%;
        height: 100%;
    }

body .tempabout_2 .tempabout_2right {
    padding-top: 70px;
    float: right;
    width: 56.25%;
}

    body .tempabout_2 .tempabout_2right .abt-tit {
        margin-bottom: 30px;
        font-size: 20px;
        color: #333;
        font-family: 'cn';
        padding-bottom: 27px;
        position: relative;
    }

        body .tempabout_2 .tempabout_2right .abt-tit:after {
            position: absolute;
            content: '';
            width: 40px;
            height: 3px;
            background: #dbdbdb;
            left: 0;
            bottom: 0;
        }

    body .tempabout_2 .tempabout_2right .abt-p {
        height: 142px;
        overflow-y: auto;
    }

        body .tempabout_2 .tempabout_2right .abt-p::-webkit-scrollbar {
            width: 5px !important;
            background: #eeeeee;
        }

        body .tempabout_2 .tempabout_2right .abt-p::-webkit-scrollbar-thumb {
            width: 5px !important;
            background: #bfbfbf;
        }

    body .tempabout_2 .tempabout_2right p {
        font-size: 14px;
        color: #666;
        line-height: 22px;
    }


@media (max-width: 768px) {
    body .tempabout_main {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width:640px) {
    body .tempabout_1left {
        width: 100%;
        height: auto;
    }

    body .tempabout_1right {
        width: 100%;
        margin-top: 30px;
    }

        body .tempabout_1right .tempabout_1p {
            height: 135px;
        }

    body .tempabout_2 li {
        width: 100%;
        list-style: none;
    }

        body .tempabout_2 li:after {
            display: none;
        }

    body .tempabout_2 .tempabout_2left {
        width: 100%;
        height: auto;
    }

    body .tempabout_2 .tempabout_2right {
        padding-top: 30px;
        width: 100%;
    }
}


/* ==============================about2.html================================================ */
/* 第三版 */
body .tempabout_3 {
    padding: 40px 0;
}

body .tempabout_3tit {
    border-bottom: 1px solid #c7c7c7;
}

    body .tempabout_3tit h3 {
        font-size: 24px;
        color: #0f51be;
        padding-bottom: 20px;
        position: relative;
        display: inline-block;
    }

        body .tempabout_3tit h3:after {
            content: '';
            width: 123%;
            height: 1px;
            background: #0f51be;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

body .tempabout_3con {
    padding-top: 30px;
    padding-bottom: 45px;
}

    body .tempabout_3con h3 {
        font-size: 14px;
        font-weight: bold;
        color: #0f51be;
        line-height: 28px;
    }

    body .tempabout_3con p {
        color: #888;
        font-size: 14px;
        line-height: 28px;
    }

body .tempabout_3two .xyjj2_con {
    background: url(../images/img42.jpg) no-repeat center;
    width: 100%;
    padding: 50px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

    body .tempabout_3two .xyjj2_con .xxjj2_item {
        display: inline-block;
        width: 28.5%;
        vertical-align: top;
        border-right: 1px solid #c7c7c7;
    }

        body .tempabout_3two .xyjj2_con .xxjj2_item:last-child {
            border-right: 0;
        }

        body .tempabout_3two .xyjj2_con .xxjj2_item .p1 {
            color: #0f51be;
            font-size: 40px;
            font-family: arial;
            line-height: 30px;
            margin-bottom: 5px;
        }

        body .tempabout_3two .xyjj2_con .xxjj2_item .p2 {
            color: #333;
            font-size: 18px;
        }

body .tempabout_3two .xyjj2_desc p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

body .tempabout_3two .xyjj2_con .xxjj2_item .p1 span {
    color: #333;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    margin-left: 3px;
}

body .tempabout_3three {
    margin-top: 40px;
    margin-bottom: 30px;
}

    body .tempabout_3three .tempabout_3tit {
        margin-bottom: 30px;
    }

    body .tempabout_3three .xyjj3_con p {
        color: #666;
        font-size: 14px;
        line-height: 28px;
    }

    body .tempabout_3three .xyjj3_ul {
        font-size: 0;
        margin-top: 30px;
    }

        body .tempabout_3three .xyjj3_ul li {
            text-align: center;
            display: inline-block;
            padding: 10px;
            border-right: 1px solid #d9d9d9;
            margin-bottom: 15px;
            vertical-align: top;
        }

            body .tempabout_3three .xyjj3_ul li p {
                color: #666;
                font-size: 14px;
            }

                body .tempabout_3three .xyjj3_ul li p span {
                    display: inline-block;
                    font-size: 22px;
                    color: #333;
                    vertical-align: text-top;
                    margin-right: 3px;
                }

body .tempabout_3four .tempabout_3tit {
    margin-bottom: 30px;
}

body .tempabout_3four .xyjj4_con ul {
    margin-top: 30px;
}

body .tempabout_3four .xyjj4_con li {
    padding-left: 42px;
    margin-bottom: 16px;
    position: relative;
}

    body .tempabout_3four .xyjj4_con li:before {
        content: '';
        width: 22px;
        height: 2px;
        background: #888;
        position: absolute;
        left: 0;
        top: 11px;
    }

    body .tempabout_3four .xyjj4_con li h3 {
        color: #333;
        font-size: 18px;
        line-height: 28px;
    }

    body .tempabout_3four .xyjj4_con li p {
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }

body .tempabout_3five {
    margin-top: 40px;
}

    body .tempabout_3five .tempabout_3tit {
        margin-bottom: 30px;
    }

    body .tempabout_3five .xyjj5_con p {
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }

    body .tempabout_3five .xyjj5_con ul {
        margin-top: 30px;
        overflow: hidden;
    }

    body .tempabout_3five .xyjj5_con li {
        width: 49.1%;
        float: left;
        margin-right: 1.8%;
        overflow: hidden;
    }

        body .tempabout_3five .xyjj5_con li:nth-child(2n) {
            margin-right: 0;
        }

        body .tempabout_3five .xyjj5_con li img {
            display: block;
            width: 100%;
            transition: all 0.3s;
        }

@media (max-width: 991px) {
    body .tempabout_3three .xyjj3_ul li {
        width: 120px;
    }
}

@media (max-width:640px) {
    body .tempabout_3three .xyjj3_ul li {
        width: 33.33%;
    }

    body .tempabout_3two .xyjj2_con .xxjj2_item .p1 {
        font-size: 26px;
    }

        body .tempabout_3two .xyjj2_con .xxjj2_item .p1 span {
            font-size: 14px;
        }

    body .tempabout_3two .xyjj2_con .xxjj2_item .p2 {
        font-size: 16px;
    }

    body .tempabout_3two .xyjj2_con {
        padding: 30px 0;
        margin-top: 20px;
    }

    body .tempabout_3tit h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }
}

@media (min-width: 992px) {
    body .tempabout_3three .xyjj3_ul li {
        width: 16.6%;
    }
}

@media (min-width: 1201px) {
    body .tempabout_3three .xyjj3_ul li {
        padding: 15px 0;
        margin-bottom: 20px;
    }
}


/* ===========================about3.html====================================================== */
body .tempabout_4 .sec-intro {
    padding-bottom: 40px;
}

body .tempabout_4 .intro-title {
    font-size: 30px;
    color: #414141;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 74px 0 33px;
}

body .tempabout_4 .intro-fir p {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin-bottom: 30px;
}

body .tempabout_4 li {
    margin-left: 19.5px;
    float: left;
    width: 32%;
    overflow: hidden;
    list-style: none;
}

    body .tempabout_4 li img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

body .tempabout_4 ul {
    margin: 37px 0 30px -19.5px;
}

body .tempabout_4 li:hover img {
    transform: scale(1.1);
}

@media (max-width: 1220px) {
    body .tempabout_4 ul {
        margin-left: -15px;
    }

    body .tempabout_4 li {
        margin-left: 15px;
        width: 323px;
        list-style: none;
    }
}

@media (max-width: 1025px) {
    body .tempabout_4 li {
        width: 246px;
        height: auto;
        list-style: none;
    }
}

@media (max-width:768px) {
    body .tempabout_4 ul {
        margin: 37px 0 10px 0px;
    }

    body .tempabout_4 li {
        margin-left: 0;
        width: 33.33%;
        height: auto;
        margin-bottom: 20px;
        padding: 0 5px;
        list-style: none;
    }
}

@media (max-width:640px) {
    body .tempabout_4 ul {
        margin: 37px 0 10px 0px;
    }

    body .tempabout_4 li {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        list-style: none;
    }
}


/* =============================about4.html============================================= */
body .tempabout_5one {
    background: url(../images/ab-banner.png) no-repeat center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
}

    body .tempabout_5one .abo-left {
        width: 49%;
        float: left;
    }

    body .tempabout_5one h3 {
        margin-bottom: 23px;
        position: relative;
        font-size: 36px;
        color: white;
        font-family: 'scn';
        line-height: 36px;
        letter-spacing: 5px;
        padding-bottom: 28px;
    }

        body .tempabout_5one h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #f66c01;
            left: 2px;
            bottom: 0;
        }

    body .tempabout_5one .abo-p {
        height: 365px;
        overflow-y: auto;
        padding-right: 35px;
    }

        body .tempabout_5one .abo-p p {
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            line-height: 28px;
        }

        body .tempabout_5one .abo-p::-webkit-scrollbar {
            width: 3px;
            background-color: #aab4ba;
        }

        body .tempabout_5one .abo-p::-webkit-scrollbar-thumb {
            background-color: #e97a23;
            border-radius: 10px;
        }

    body .tempabout_5one .abo-right {
        width: 50%;
        float: right;
    }

        body .tempabout_5one .abo-right li {
            float: left;
            text-align: center;
            width: 33%;
            margin-bottom: 95px;
            list-style: none;
        }

    body .tempabout_5one .ab-num span {
        font-size: 40px;
        line-height: 50px;
        font-family: 'book';
        color: white;
        font-weight: lighter;
    }

    body .tempabout_5one .ab-num em {
        font-style: normal;
        font-size: 16px;
        color: white;
        padding-left: 4px;
    }

    body .tempabout_5one .abo-right li h4 {
        font-size: 16px;
        color: white;
        line-height: 16px;
        margin-top: 5px;
    }

body .tempabout_5 {
    padding: 60px 0 80px 0;
}

    body .tempabout_5 h3 {
        margin-bottom: 48px;
        letter-spacing: 1px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 30px;
        padding-bottom: 24px;
        position: relative;
    }

        body .tempabout_5 h3:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #f66c01;
            left: 50%;
            margin-left: -13px;
            bottom: 0;
        }

body .tempabout_5two ul {
    margin-left: -13px;
}

body .tempabout_5two li {
    width: 24%;
    margin-left: 13px;
    float: left;
    list-style: none;
}

    body .tempabout_5two li .abt-pic {
        width: 100%;
        overflow: hidden;
    }

        body .tempabout_5two li .abt-pic img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

body .tempabout_5two .abt-font {
    background: #f5f5f5;
    position: relative;
    padding: 25px 0;
}

    body .tempabout_5two .abt-font:after {
        position: absolute;
        content: '';
        transition: all .5s;
        width: 0%;
        height: 2px;
        background: #f68732;
        left: 0;
        bottom: 0;
    }

    body .tempabout_5two .abt-font h4 {
        font-size: 20px;
        color: #444;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    body .tempabout_5two .abt-font h5 {
        font-size: 16px;
        color: #444;
        line-height: 16px;
        text-align: center;
    }

body .tempabout_5two .ab-two li:hover img {
    transform: scale(1.1);
}

body .tempabout_5two li:hover .abt-font:after {
    width: 100%;
}

body .tempabout_5four ul {
    padding-top: 34px;
    margin-bottom: 65px;
}

body .tempabout_5four li {
    width: 25%;
    float: left;
    text-align: center;
    list-style: none;
}

    body .tempabout_5four li .abf-icon {
        line-height: 50px;
        font-size: 45px;
        color: #666;
        margin-bottom: 35px;
    }

    body .tempabout_5four li h4 {
        font-size: 20px;
        color: #666;
        font-family: arial;
    }

    body .tempabout_5four li p {
        padding: 0 50px;
        font-size: 16px;
        color: #666;
        line-height: 24px;
    }

    body .tempabout_5four li:hover .abf-icon, body .tempabout_5four:hover h4, body .tempabout_5four li:hover p {
        color: #F66C01;
    }

body .tempabout_5four .abf-left {
    float: left;
    width: 62.5%;
    height: 400px;
    overflow: hidden;
}

    body .tempabout_5four .abf-left img {
        display: block;
        transition: all .5s;
    }

body .tempabout_5four .abf-box:hover img {
    transform: scale(1.1);
}

body .tempabout_5four .abf-box {
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
}

body .tempabout_5four .abf-right {
    width: 37.5%;
    float: right;
    padding: 55px;
}

    body .tempabout_5four .abf-right h4 {
        margin-bottom: 15px;
        padding-bottom: 26px;
        font-size: 22px;
        color: #333;
        line-height: 22px;
        position: relative;
    }

        body .tempabout_5four .abf-right h4:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 2px;
            background: #f66c01;
            left: 0;
            bottom: 0;
        }

    body .tempabout_5four .abf-right p {
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }

@media (max-width: 1220px) {
    body .tempabout_5two ul {
        margin-left: -10px;
    }

    body .tempabout_5two li {
        width: 242.5px;
        margin-left: 10px;
    }

        body .tempabout_5two li .abt-pic {
            height: 242.5px;
        }

    body .tempabout_5four li p {
        padding: 0 20px;
    }
}

@media (max-width: 1025px) {
    body .tempabout_5one .ab-num span {
        font-size: 30px;
    }

    body .tempabout_5two li {
        width: 184.5px;
        margin-left: 10px;
    }

        body .tempabout_5two li .abt-pic {
            height: 185px;
        }

    body .tempabout_5four li p {
        padding: 0 0px;
    }

    body .tempabout_5four .abf-right {
        padding: 19px;
    }
}

@media (max-width: 768px) {
    body .tempabout_5one {
        padding-left: 20px;
        padding-right: 20px;
    }

        body .tempabout_5one .abo-left {
            width: 100%;
        }

        body .tempabout_5one .abo-right {
            width: 100%;
            margin-top: 30px;
        }

    body .tempabout_5two ul {
        margin-left: 0;
    }

    body .tempabout_5two li {
        width: 50%;
        margin-left: 0;
        padding: 0 7px;
        margin-bottom: 15px;
        list-style: none;
    }

        body .tempabout_5two li .abt-pic {
            height: auto;
        }

    body .tempabout_5four li {
        width: 50%;
        margin-bottom: 20px;
        list-style: none;
    }

    body .tempabout_5four .abf-right {
        width: 100%;
        padding: 55px;
    }

    body .tempabout_5four .abf-left {
        width: 100%;
        height: auto;
    }

        body .tempabout_5four .abf-left img {
            width: 100%;
        }
}

@media (max-width:640px) {
    body .tempabout_5one h3 {
        font-size: 26px;
        line-height: 26px;
    }

    body .tempabout_5one .abo-p {
        height: 200px;
    }

    body .tempabout_5one {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        body .tempabout_5one .abo-right li {
            width: 50%;
            margin-bottom: 30px;
            list-style: none;
        }

    body .tempabout_5two ul {
        margin: 0 -7.5px;
    }

    body .tempabout_5two .abt-font {
        padding: 15px 0;
    }

        body .tempabout_5two .abt-font h4 {
            font-size: 18px;
        }

        body .tempabout_5two .abt-font h5 {
            font-size: 14px;
        }

    body .tempabout_5 h3 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    body .tempabout_5 {
        padding: 30px 0;
    }

    body .tempabout_5four ul {
        padding-top: 0;
        margin-bottom: 40px;
    }

    body .tempabout_5four li .abf-icon {
        font-size: 35px !important;
        margin-bottom: 10px;
    }

    body .tempabout_5four .abf-right {
        padding: 40px;
    }
}


/* ==============================about5.html============================================= */
body .tempabout_6one {
    background: #0f1825;
    padding: 54px 0;
}

body .tempabout_6 .section-title {
    text-align: center;
    color: #fff;
}

    body .tempabout_6 .section-title h3 {
        color: #fff;
        font-size: 50px;
        font-weight: lighter;
        text-transform: capitalize;
    }

    body .tempabout_6 .section-title hr {
        width: 70px;
        border: 2px solid #fff;
        margin: 26px auto;
    }

body .tempabout_6one .intro-fir {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    margin: 42px 0 60px;
}

body .tempabout_6one img {
    display: block;
    width: 100%;
}

body .tempabout_6two {
    background: #152030;
    padding: 74px 0 82px;
}

    body .tempabout_6two .pic img {
        width: 100%;
        display: block;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    body .tempabout_6two .culture-list li {
        padding-bottom: 30px;
        position: relative;
    }

        body .tempabout_6two .culture-list li::before {
            content: '';
            position: absolute;
            left: 25px;
            top: 0;
            width: 1px;
            height: 100%;
            background: rgba(255,255,255,.36);
        }

    body .tempabout_6two .culture-list .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        float: left;
    }

    body .tempabout_6two .culture-list li p {
        margin-left: 72px;
        font-size: 16px;
        line-height: 30px;
        color: #9fa0a1;
        min-height: 50px;
    }

    body .tempabout_6two .culture-list li.last {
        padding-bottom: 0;
    }

        body .tempabout_6two .culture-list li.last::before {
            height: 0;
        }


@media (min-width: 992px) {
    body .tempabout_6two .pic {
        width: 43%;
        float: left;
        overflow: hidden;
    }

    body .tempabout_6two .culture-list {
        float: right;
        width: 51.6%;
    }
}

@media (max-width: 768px) {
    body .tempabout_6two .culture-list {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    body .tempabout_6 .section-title h3 {
        font-size: 24px;
    }

    body .tempabout_6one, body .tempabout_6two {
        padding: 30px 0;
    }
}


/* =========================about6.html====================================================== */
body .tempabout_7one {
    padding: 35px 40px;
    background: #f9f9f9;
    border: solid #e3e3e3 1px;
}

    body .tempabout_7one .ab1l {
        float: left;
        width: 64%;
        box-sizing: border-box;
        padding-right: 30px;
    }

    body .tempabout_7one .ab1_tit {
        font-size: 24px;
        line-height: 46px;
        color: #333333;
        text-align: left;
    }

    body .tempabout_7one .abline {
        display: block;
        height: 3px;
        background: #30308a;
        width: 38px;
        margin-top: 11px;
    }

    body .tempabout_7one .ab1_p {
        line-height: 28px;
        color: #888888;
        overflow-y: auto;
        max-height: 252px;
        padding-right: 22px;
        margin-top: 30px;
    }

    body .tempabout_7one .ab1_r {
        width: 401px;
        float: right;
        overflow: hidden;
    }

        body .tempabout_7one .ab1_r img {
            display: block;
            width: 100%;
        }

    body .tempabout_7one .ab1_p::-webkit-scrollbar {
        width: 5px;
        background: url(../images/scr_07.jpg) repeat-y center;
        height: 20px;
    }

    body .tempabout_7one .ab1_p::-webkit-scrollbar-thumb {
        background: url(../images/scroll_03.jpg) repeat center;
        width: 3px;
        background-clip: padding-box;
        height: 13px;
        border-radius: 15px;
        background-size: 1px;
    }

body .tempabout7_two {
    padding-top: 35px;
    padding-bottom: 35px;
}

    body .tempabout7_two .ab1_tit {
        font-size: 24px;
        line-height: 46px;
        color: #333333;
        text-align: left;
        text-align: center;
    }

    body .tempabout7_two .abline {
        margin: 0 auto;
        display: block;
        height: 3px;
        background: #30308a;
        width: 38px;
        margin-top: 11px;
    }

    body .tempabout7_two .ab2_ul {
        text-align: center;
        margin-top: 45px;
    }

        body .tempabout7_two .ab2_ul li {
            list-style: none;
            float: left;
            width: 50%;
            box-sizing: border-box;
            border-right: solid #e3e3e3 1px;
            height: 210px;
            padding-top: 20px;
        }

            body .tempabout7_two .ab2_ul li:nth-child(1), body .tempabout7_two .ab2_ul li:nth-child(2) {
                padding-top: 0;
                border-bottom: solid #e3e3e3 1px;
                height: 200px;
            }

    body .tempabout7_two .ab2_imgl {
        text-align: center;
        height: 62px;
        line-height: 62px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    body .tempabout7_two .ab2li_1 .ab2_imgl, body .tempabout7_two .ab2li_2 .ab2_imgl {
        margin-top: -14px;
    }

    body .tempabout7_two .ab2_ul li:nth-child(2), body .tempabout7_two .ab2_ul li:nth-child(4) {
        border-right: none;
    }

    body .tempabout7_two .ab2_titl {
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        text-align: center;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    body .tempabout7_two .ab2_p2 {
        font-size: 14px;
        line-height: 28px;
        color: #888888;
        margin-top: 10px;
        text-align: center;
        padding: 0 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

@media screen and (max-width: 1200px) {
    body .tempabout_7one .ab1_r {
        display: none;
    }

    body .tempabout_7one .ab1l {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    body .tempabout_7one .ab1_tit, body .tempabout7_two .ab1_tit {
        font-size: 20px;
        line-height: 27px;
    }

    body .tempabout_7one .ab1_p {
        margin-top: 20px;
    }
}



/* about16.html */
body .tempabout_16 {
    padding: 40px 0;
    background: #f5f5f5;
}

    body .tempabout_16 .ab-tit {
        font-size: 40px;
        color: #1f1a17;
        line-height: 40px;
        padding-bottom: 25px;
        position: relative;
        text-align: center;
        letter-spacing: 2px;
    }

        body .tempabout_16 .ab-tit:after {
            position: absolute;
            content: '';
            width: 30px;
            height: 2px;
            bottom: 0;
            left: 50%;
            margin-left: -15px;
            background: #777472;
        }

    body .tempabout_16 ul {
        margin-top: 51px;
    }

    body .tempabout_16 li {
        list-style: none;
        float: left;
        width: 25%;
        padding: 0 35px;
        height: 449px;
        overflow: hidden;
        transition: all .5s;
    }

        body .tempabout_16 li a {
            text-decoration: none;
            color: #666;
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
        }

    body .tempabout_16 .abv-pic {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -110px;
        z-index: 3;
        overflow: hidden;
        background: #f5f5f5;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        padding: 6px;
        border: solid 1px #d8d8d8;
    }

        body .tempabout_16 .abv-pic img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all .5s;
            border-radius: 50%;
        }

    body .tempabout_16 .abv-font {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -105px;
        z-index: 2;
        background: white;
        padding-top: 160px;
        width: 210px;
        height: 360px;
        border: solid 1px #e5e5e5;
    }

        body .tempabout_16 .abv-font h3 {
            margin-bottom: 15px;
            line-height: 24px;
            color: #1f1a17;
            font-size: 24px;
            text-align: center;
            letter-spacing: 2px;
        }

        body .tempabout_16 .abv-font p {
            text-align: center;
            font-size: 18px;
            color: #666;
            line-height: 26px;
            padding: 0 20px;
        }

            body .tempabout_16 .abv-font p.p {
                padding: 0 14px;
            }

    body .tempabout_16 li:hover {
        transform: translateY(-20px);
    }

@media screen and (max-width: 1200px) {
    body .tempabout_16 li {
        padding: 0 15px;
        list-style: none;
    }
}

@media screen and (max-width: 1025px) {
    body .tempabout_16 li {
        width: 50%;
        margin-bottom: 20px;
        list-style: none;
    }
}

@media screen and (max-width:640px) {
    body .tempabout_16 .ab-tit {
        font-size: 26px;
        line-height: 26px;
    }

    body .tempabout_16 ul {
        margin-top: 30px;
    }

    body .tempabout_16 li {
        height: 325px;
        padding: 0;
        list-style: none;
    }

    body .tempabout_16 .abv-pic {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    body .tempabout_16 .abv-font {
        width: 140px;
        margin-left: -70px;
        padding-top: 55px;
        height: 225px;
    }

        body .tempabout_16 .abv-font h3 {
            font-size: 18px;
        }

        body .tempabout_16 .abv-font p, body .tempabout_16 .abv-font p.p {
            font-size: 14px;
            line-height: 20px;
            padding: 0 5px;
        }
}



/* about17.html */
body .tempabout_17 .tj_tit {
    margin-bottom: 33px;
}

    body .tempabout_17 .tj_tit h3 {
        font-size: 24px;
        color: #333;
        text-align: center;
        line-height: 24px;
        padding-bottom: 20px;
        position: relative;
    }

        body .tempabout_17 .tj_tit h3:after {
            content: '';
            width: 26px;
            height: 2px;
            background: #146ed4;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -13px;
        }

body .tempabout_17 .abo1_desc p {
    color: #777;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

body .tempabout_17 .in4_box2 {
    margin-top: 58px;
}

    body .tempabout_17 .in4_box2 li {
        width: 25%;
        float: left;
        text-align: center;
    }

        body .tempabout_17 .in4_box2 li p.p1 {
            color: #333;
            font-size: 14px;
        }

        body .tempabout_17 .in4_box2 li p.p2 {
            color: #777;
            font-size: 14px;
        }

        body .tempabout_17 .in4_box2 li p.p1 span {
            font-size: 48px;
            font-family: 'ITC';
            line-height: 48px;
            transition: all 0.3s;
            display: inline-block;
        }

@media screen and (max-width:640px) {
    body .tempabout_17 .in4_box2 {
        margin-top: 30px;
    }

        body .tempabout_17 .in4_box2 li {
            width: 50%;
            margin-bottom: 20px;
            list-style: none;
        }
}


/* about18.html */
body .tempabout_18 {
    padding: 60px 0 50px 0;
    background: #f8f8f8;
}

    body .tempabout_18 .ab-tit {
        font-weight: bold;
        font-size: 25px;
        color: #333;
        text-align: center;
        line-height: 25px;
    }

    body .tempabout_18 .ab-tit2 {
        font-size: 16px;
        color: #888;
        line-height: 16px;
        font-family: arial;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 55px;
    }

    body .tempabout_18 li {
        float: left;
        width: 25%;
        padding: 0 70px;
        cursor: pointer;
    }

        body .tempabout_18 li .ab-li {
            width: 100%;
            list-style: none;
        }

    body .tempabout_18 .abt-icon {
        transition: all .5s;
        width: 160px;
        height: 160px;
        margin: 0 auto;
        border-radius: 50%;
        background-color: #0667b8;
        background-repeat: no-repeat;
        background-position: center;
    }

    body .tempabout_18 li h4 {
        font-size: 18px;
        color: #333;
        text-align: center;
        line-height: 18px;
        margin-top: 45px;
        margin-bottom: 10px;
    }

    body .tempabout_18 li p {
        font-size: 14px;
        color: #888888;
        line-height: 28px;
        text-align: center;
    }

@media screen and (max-width:1200px) {
    body .tempabout_18 li {
        padding: 0 45px;
        list-style: none;
    }
}

@media screen and (max-width:1025px) {
    body .tempabout_18 li {
        padding: 0 16px;
        list-style: none;
    }
}

@media screen and (max-width:768px) {
    body .tempabout_18 li h4 {
        margin-top: 15px;
    }

    body .tempabout_18 li {
        list-style: none;
        margin-bottom: 20px;
        width: 50%;
        padding: 0 70px;
    }
}

@media screen and (max-width:640px) {
    body .tempabout_18 {
        padding: 30px 0;
    }

        body .tempabout_18 .ab-tit2 {
            margin-bottom: 20px;
        }

        body .tempabout_18 li {
            list-style: none;
            margin-bottom: 20px;
            width: 50%;
            padding: 0 10px;
        }

        body .tempabout_18 .abt-icon {
            width: 130px;
            height: 130px;
        }
}


/* about19.html */
body .tempabout_19 {
    padding: 60px 0 50px 0;
    background: #fff;
}

    body .tempabout_19 .ab-tit {
        font-weight: bold;
        font-size: 25px;
        color: #333;
        text-align: center;
        line-height: 25px;
    }

    body .tempabout_19 .ab-tit2 {
        font-size: 16px;
        color: #888;
        line-height: 16px;
        font-family: arial;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 55px;
    }

    body .tempabout_19 li {
        list-style: none;
        transition: all .5s;
        float: left;
        padding: 0 10px;
        width: 25%;
    }

        body .tempabout_19 li .ab-li {
            width: 100%;
            height: 455px;
            padding: 110px 40px;
            border-radius: 5px;
        }

        body .tempabout_19 li:nth-child(1) .ab-li {
            background: #0667b8;
        }

        body .tempabout_19 li:nth-child(2) .ab-li {
            background: #00a790;
        }

        body .tempabout_19 li:nth-child(3) .ab-li {
            background: #0667b8;
        }

        body .tempabout_19 li:nth-child(4) .ab-li {
            background: #00a790;
        }

        body .tempabout_19 li h3 {
            text-align: center;
            color: white;
            font-size: 24px;
            line-height: 24px;
            margin-bottom: 30px;
        }

        body .tempabout_19 li p {
            line-height: 24px;
            color: white;
            font-size: 14px;
            word-break: break-all;
        }

@media screen and (max-width:1200px) {
    body .tempabout_19 li .ab-li {
        padding: 70px 20px;
    }
}

@media screen and (max-width:1025px) {
    body .tempabout_19 li {
        list-style: none;
        width: 50%;
        padding: 0 30px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width:640px) {
    body .tempabout_19 {
        padding: 30px 0;
    }

        body .tempabout_19 .ab-tit2 {
            margin-bottom: 20px;
        }

        body .tempabout_19 ul {
            margin: 0 -5px;
        }

        body .tempabout_19 li h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        body .tempabout_19 li {
            list-style: none;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            body .tempabout_19 li .ab-li {
                padding: 40px 10px;
                height: 400px;
            }
}



/* about20.html */
body .tempabout_20 {
    padding: 70px 0 44px 0;
}

    body .tempabout_20 .ab-tit {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 18px;
    }

        body .tempabout_20 .ab-tit:after {
            position: absolute;
            content: '';
            width: 44px;
            height: 2px;
            background: #0653c5;
            bottom: 0;
            left: 50%;
            margin-left: -22px;
        }

    body .tempabout_20 h2 {
        font-weight: normal;
        text-align: center;
        font-size: 16px;
        color: #888;
        line-height: 24px;
        margin-bottom: 78px;
    }

    body .tempabout_20 .qy-pic {
        width: 100%;
        overflow: hidden;
    }

        body .tempabout_20 .qy-pic img {
            width: 100%;
            display: block;
            transition: 1s;
        }

    body .tempabout_20 .qywh {
        margin: 0 -15px;
    }

    body .tempabout_20 .qy-list {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        transition: all 0.5s;
        padding: 0 15px;
    }

        body .tempabout_20 .qy-list a {
            text-decoration: none;
            color: #666;
            display: block;
            width: 100%;
            background: #f5f5f5;
            padding: 16px 19px 30px 19px;
        }

        body .tempabout_20 .qy-list h3 {
            text-align: center;
            font-size: 22px;
            color: #333;
            line-height: 22px;
            margin-top: 29px;
        }

        body .tempabout_20 .qy-list h4 {
            font-size: 16px;
            color: #888;
            line-height: 16px;
            text-align: center;
            margin-top: 15px;
        }

        body .tempabout_20 .qy-list:hover a {
            text-decoration: none;
            color: #666;
            background: #0653c5;
        }

        body .tempabout_20 .qy-list:hover h3 {
            color: white;
        }

        body .tempabout_20 .qy-list:hover h4 {
            color: rgba(255,255,255,0.6);
        }

        body .tempabout_20 .qy-list:hover .qy-pic img {
            transform: scale(1.1);
        }

@media screen and (max-width:1025px) {
    body .tempabout_20 h2 {
        font-weight: normal;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:640px) {
    body .tempabout_20 .qy-list {
        width: 100%;
    }

    body .tempabout_20 .ab-tit {
        font-size: 26px;
    }
}





/* about21.html */
body .tempabout_21 .profile-box {
    margin: 0 -20px;
}

body .tempabout_21 .profile-item {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

    body .tempabout_21 .profile-item a {
        text-decoration: none;
        color: #666;
        display: block;
        width: 100%;
        height: 280px;
        -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.09);
        background: #fff;
        padding: 50px 58px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    body .tempabout_21 .profile-item .m-cont {
        padding: 0 10px;
    }

    body .tempabout_21 .profile-item .m-icon {
        width: 55px;
        height: 45px;
        background: url(../images/about_02.png) no-repeat;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    body .tempabout_21 .profile-item.it-1 .m-icon {
        background-position: 0 0;
    }

    body .tempabout_21 .profile-item.it-1:hover .m-icon {
        background-position: 0 -45px;
    }

    body .tempabout_21 .profile-item.it-2 .m-icon {
        background-position: -55px 0;
    }

    body .tempabout_21 .profile-item.it-2:hover .m-icon {
        background-position: -55px -45px;
    }

    body .tempabout_21 .profile-item.it-3 .m-icon {
        background-position: -110px 0;
    }

    body .tempabout_21 .profile-item.it-3:hover .m-icon {
        background-position: -110px -45px;
    }

    body .tempabout_21 .profile-item.it-4 .m-icon {
        background-position: -165px 0;
    }

    body .tempabout_21 .profile-item.it-4:hover .m-icon {
        background-position: -165px -45px;
    }

    body .tempabout_21 .profile-item .m-num {
        font-size: 50px;
        line-height: 1;
        margin: 16px 0 8px;
        font-family: "SamsungSS_B";
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        body .tempabout_21 .profile-item .m-num span {
            font-size: 20px;
        }

    body .tempabout_21 .profile-item .m-des {
        line-height: 24px;
        color: #666;
        padding: 0 10px;
        max-height: 72px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    body .tempabout_21 .profile-item:hover a {
        text-decoration: none;
        color: #666;
        background: #32b372;
    }

    body .tempabout_21 .profile-item:hover .m-num {
        color: #fff;
    }

    body .tempabout_21 .profile-item:hover .m-des {
        color: #addbc1
    }

@media screen and (max-width:1025px) {
    body .tempabout_21 .profile-item a {
        text-decoration: none;
        color: #666;
        padding: 30px 58px;
    }
}

@media screen and (max-width:768px) {
    body .tempabout_21 .profile-box {
        margin: 0;
    }
}

@media screen and (max-width:640px) {
    body .tempabout_21 .profile-box {
        margin: 0 -15px;
    }

    body .tempabout_21 .profile-item {
        width: 100%;
    }
}
