.header {
    padding: 25px 0 21px 11px;
}

    .header .logo {
        width: 291px;
        height: 72px;
    }
    /*.logo img{display: none;width: 100%;height: 100%;}*/
    /*.logo embed{width: 100%;height: 100%;}*/
    .header .tools {
        margin-top: 15px;
        line-height: 40px;
        color: #cb945c;
    }

        .header .tools a {
            font-size: 14px;
            color: #cb945c;
        }

        .header .tools .langugua-select span {
            cursor:pointer;
        }

        .header .tools .langugua-select a:hover {
            background-color:#cb945c;
            color: #fff;
        }

        .header .tools .langugua {
            padding-left: 30px;
            background: url(../images/icon01.png) no-repeat left center;
        }

        .header .tools .langugua-select {
            margin-right: 22px;
            padding-right: 15px;
            background: url(../images/narr.png) no-repeat right center;
        }

        .header .tools .lang-pop {
            display: none;
            left: 0;
            top: 100%;
            width: 100%;
            z-index: 99;
            background-color: #fff;
            text-align:center;
            border:1px solid #cb945c;
        }

        .header .tools .tools-a {
            font-size: 0;
            margin-top: 7px;
        }

            .header .tools .tools-a a {
                display: inline-block;
                padding: 0 22px;
                border-left: 2px solid #d8b086;
                line-height: 16px;
            }

        .header .tools .search-btn {
            width: 40px;
            height: 40px;
            background: url(../images/icon02.png) no-repeat center center;
            margin-left: 4px;
        }

    .header .nav-icon {
        width: 62px;
        height: 47px;
        background: url(../images/nav-icon.png) no-repeat right center;
        background-size: 39px 18px;
    }

.nav {
    border-top: 2px solid #cb945c;
}

    .nav li {
        float: left;
        width: 20%;
    }

        .nav li > a {
            display: block;
            font-size: 16px;
            color: #cb945c;
            line-height: 59px;
            text-align: center;
        }

            .nav li > a:hover {
                color: #fff;
                background-color: #cb945c;
            }

        .nav li.act > a {
            color: #fff;
            background-color: #cb945c;
        }

.banner li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.title-wrapper .title {
    padding-left: 185px;
    padding-right: 185px;
    background: url(../images/title-left.png) no-repeat left center, url(../images/title-right.png) no-repeat right center;
}

.title-wrapper.white .title {
    background: url(../images/title-left-w.png) no-repeat left center, url(../images/title-right-w.png) no-repeat right center;
}

.wsy-wrapper .wsy-text {
    display: none;
}

.wsy-wrapper .text-detail {
    -webkit-line-clamp: 7;
    height: 168px;
}

.wsy-text-btn {
    margin-top: 37px;
}

    .wsy-text-btn li {
        float: left;
        width: 11.25%;
        padding: 0 2.708%;
        text-align: center;
        background: url(../images/wsy-left.png) no-repeat right center, url(../images/wsy-right.png) no-repeat left center;
    }

        .wsy-text-btn li a {
            display: block;
            line-height: 37px;
            font-size: 14px;
            color: #fff;
            background: url(../images/wsy-btn-bg.png) no-repeat center center;
            background-size: 100% auto;
        }

            .wsy-text-btn li a:hover,
            .wsy-text-btn li a.act {
                background-image: url(../images/wsy-btn-bg-h.png);
            }

        .wsy-text-btn li.first {
            background: url(../images/wsy-left.png) no-repeat right center;
        }

        .wsy-text-btn li.last {
            background: url(../images/wsy-right.png) no-repeat left center;
        }

.kl-news {
    padding-top: 56px;
    background-color: #f2ede9;
}

    .kl-news .news-left {
        width: 55%;
        margin: 0 1.666%;
    }

        .kl-news .news-left li {
            position: relative;
            line-height: 49px;
            border-bottom: 1px dotted #c8c5c2;
        }

            .kl-news .news-left li > a {
                display: block;
                font-size: 14px;
                padding-right: 85px;
            }

                .kl-news .news-left li > a:hover {
                    color: #cb945c;
                }

            .kl-news .news-left li .date {
                font-size: 14px;
                position: absolute;
                right: 0;
                top: 0;
            }

    .kl-news .news-right {
        width: 36.666%;
        margin: 0 1.666%;
        height: 300px;
    }

        .kl-news .news-right a {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .kl-news .news-right .news-right-text {
            left: 0;
            bottom: 0;
            width: 100%;
        }

            .kl-news .news-right .news-right-text p {
                padding: 12px 4.5%;
                background-color: rgba(203, 168, 92, 0.9);
            }

.culture {
    background: url(../images/second-bg.jpg) repeat;
    padding-bottom: 78px;
}

    .culture li {
        width: 25%;
        float: left;
    }

        .culture li > a {
            position: relative;
            width: 64.001%;
            padding: 41px 4.666% 75px;
            margin: 0 auto;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .culture li > a:hover {
                transform: translateY(-10px);
                -webkit-transform: translateY(-10px);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

        .culture li .culture-img {
            width: 100%;
            height: 198px;
            overflow: hidden;
            border-radius: 6px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .culture li .culture-detail {
            margin-top: 18px;
            -webkit-line-clamp: 10;
            height: 200px;
        }

        .culture li .bg {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 2;
            background: url(../images/culture-bg.png) no-repeat center center;
            background-size: 100% 100%;
        }

.download {
    padding-top: 75px;
    padding-bottom: 82px;
    background: url(../testing/three-03.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    margin-top: -16px;
}

    .download li {
        width: 20%;
        float: left;
    }

        .download li .down-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.4);
            margin: 0 auto;
        }

            .download li .down-img span {
                background-position: center center;
                background-repeat: no-repeat;
                transform: rotateY(0);
                -webkit-transform: rotateY(0);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .download li .down-img:hover span {
                transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

.charitable {
    padding-bottom: 67px;
}

    .charitable .c-wrapper {
        max-width: 1146px;
        margin-left: auto;
        margin-right: auto;
    }

    .charitable li {
        width: 28.833%;
        float: left;
        height: 220px;
        overflow: hidden;
    }

        .charitable li > a {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .charitable li > a .c-content {
                left: 0;
                bottom: 0;
                width: 100%;
                height: 37.28%;
                padding-top: 7.51%;
                padding-bottom: 5.49%;
                background-color: rgba(0, 0, 0, 0.6);
                box-sizing: border-box;
                transition: all 0.5s;
                -webkit-transition: all 0.5;
            }

            .charitable li > a .c-c-box {
                position: absolute;
                left: 0;
                top: 62%;
                width: 88%;
                padding-left: 6%;
                padding-right: 6%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

        .charitable li .c-detail {
            display: none;
            margin-top: 12px;
            height: 72px;
            -webkit-line-clamp: 4;
            margin-bottom: 26px;
        }

        .charitable li .more {
            width: 12px;
            line-height: 32px;
            text-align: center;
        }

            .charitable li .more .narr {
                width: 12px;
                height: 14px;transition: all .6s;
                vertical-align: top;
                margin-left: 2px;
                background: url(../images/next.png) no-repeat center center;
            }

        .charitable li .more-txt {
            display: none;
            opacity: 0;
            transition: opacity 0.5s;
        }
        .charitable li:hover > a .c-c-box{top: 50%;}
        .charitable li:hover .more {
            width: 100px;
            background-color: #cb945c;
        }

            .charitable li:hover .more .narr {
                background-image: url(../images/next-h.png);
                height: 32px;margin-left: 7px;
            }

        .charitable li:hover .more-txt {
            display: inline-block;
            opacity: 1;
            transition: opacity 0.5s;
        }

        .charitable li:hover .c-detail {
            display: block;
        }

        .charitable li:hover > a .c-content {
            height: 100%;
            transition: all 0.5s;
            -webkit-transition: all 0.5;
        }

.about {
    padding-top: 76px;
    padding-bottom: 85px;
    background: url(../images/about-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

    .about li {
        width: 33.33%;
        float: left;
    }

        .about li > a {
            width: 184px;
            padding: 9px 20px;
            height: 62px;
            background: url(../images/about-bg-icon.png) no-repeat center center;
            background-size: 100% 100%;
        }

            .about li > a .icon {
                width: 62px;
                height: 62px;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, 0.4);
            }

            .about li > a:hover {
                background-image: url(../images/about-bg-icon-h.png);
            }

            .about li > a .about-text {
                margin-top: 12px;
                width: 122px;
            }

.footer {
    padding-top: 24px;
    padding-bottom: 32px;
    background-color: #d4bfa5;
}

.pop-search {
    background-color: #f3eeea;
    padding: 45px 0;
    overflow: hidden;
    display: none;
}

    .pop-search .p-search-box {
        width: 684px;
        margin: 0 auto;
        border: 1px solid #d4bfa5;
        background-color: #d4bfa5;
    }

        .pop-search .p-search-box .inp {
            width: 88.836%;
            padding: 0 2%;
            height: 48px;
            background-color: #fff;
        }

        .pop-search .p-search-box .btn {
            width: 7.164%;
            background: url(../images/search-icon.png) no-repeat center center;
            height: 48px;
        }

.bd_popup {
    position: fixed;
    left: 43%;
    top: 30%;
    padding: 10px;
    width: 180px;
    height: 225px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
}

    .bd_popup .bd_popup_head {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        line-height: 16px;
        height: 16px;
        position: relative;
        color: #000;
    }

        .bd_popup .bd_popup_head .bd_popup_close {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 0;
            top: 0;
            color: #999;
            text-decoration: none;
            font-size: 16px;
        }

    .bd_popup .bd_popup_main {
        padding: 15px 10px 5px 10px;
        min-height: 150px;
        _height: 150px;
    }

    .bd_popup .bd_popup_foot {
        font-size: 12px;
        text-align: center;
        line-height: 22px;
        color: #666;
    }

.pages a {
    display: inline-block;
}

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

    .fix-wrap .po-auto {
        display: table;
        width: 100%;
        height: 100%;
    }

    .fix-wrap .hide {
        position: absolute;
        width: 25px;
        height: 25px;
        padding: 25px;
        right: 5%;
        top: 5%;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #090908;
        background-image: url(../images/hide.png);
        border-radius: 50%;
        -webkit-transition: all 8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

        .fix-wrap .hide:hover {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(180deg);
        }

    .fix-wrap .video-w video {
        width: 55%;
        height: 55%;
        background: rgba(0,0,0,0.8);
    }

.dtcell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media(max-width:750px) {
    .fix-wrap .video-w video {
        width: 90%;
        height: 50%;
    }
}
