锘
@charset "utf-8";
/* CSS Document */

/* CSS Document */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


html, body, div, span, a, p {
    margin: 0px;
    padding: 0px;
    /* background-color: #ccc; */
}


    a:link, a:visited {
        text-decoration: none;
        cursor: pointer;
    }

    a:hover {
        color: #ff6600;
        text-decoration: underline;
        cursor: pointer;
    }


/* view   /////////////////////////////////////////////////////////////// */




.sns {
    width: auto;
    height: 25px;
    margin: 0px;
    padding: 0px;
    float: right;
    left: 0;
    bottom: 100px;
    display: block; /* position: absolute; */
    cursor: pointer;
    display: table;
    margin-right: 20px;
}

    .sns span {
        width: 25px; /* height: 60px; */ /* float: right; */ /* padding: 0px; */ /* padding-right: 0px; */
    }

.body .title .tip .sns .p {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -0px;
}

.body .title .tip .sns .e {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -24px;
}

.body .title .tip .sns .f {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -48px;
}

.body .title .tip .sns .t {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -72px;
}

.body .title .tip .sns .l {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -96px;
}

.body .title .tip .sns .g {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -120px;
}

.body .title .tip .sns .w {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -144px;
}

.body .title .tip .sns .wx {
    background-image: url(/Content/img/share_all.png);
    background-repeat: no-repeat;
    background-position: -0px -168px;
}

.footer .d {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left; /* margin-left: 5%; */ /* font-size: 14px; */ /* margin-top: 20px; */ /* margin-bottom: 20px; */
    background-color: #18BC9C;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
}

    .footer .d ul {
        width: 90%;
        height: auto;
        margin: 0px auto;
        padding: 0px; /* float:left; */
        list-style: none;
    }

        .footer .d ul li {
            width: 90%;
            height: auto;
            margin: 0px;
            padding: 0px; /* float:left; */
            font-size: 14px;
        }

            .footer .d ul li .l {
                width: 45%;
                height: 25px;
                line-height: 25px;
                margin: 0px;
                padding: 0px;
                float: left;
                cursor: pointer;
            }

            .footer .d ul li .r {
                width: 45%;
                height: 25px;
                line-height: 25px;
                margin: 0px;
                padding: 0px;
                float: right;
                text-align: right;
                cursor: pointer;
            }

/*.footer .d ul li .l:hover,.footer .d ul li .r:hover{ background-color:#05A493; color:#ffffff;}
*/




.clear {
    clear: both
}

.v {
    display: block;
    animation: hideIndex 0.3s;
}

.h {
    display: none;
    animation: hideIndex 0.3s;
}

.c {
    clear: both
}

@keyframes hideIndex {

    0% {
        opacity: 0;
        transform: translate(0,300px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.go_top {
    cursor: pointer;
    background-image: url(/Content/img/index2/top_1.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    z-index: 9999;
}


.menu_list {
    font-weight: normal;
}

.body {
    display: block;
    width: 90%;
    line-height: 30px;
    height: auto;
    padding: 0px;
    margin-left: auto;
    overflow: visible;
    margin-right: auto;
    max-width: 1300px;
    /* margin-bottom: 50px; */
}

    .body .title {
        display: block;
        width: 100%;
        line-height: 30px;
        height: auto;
        font-size: 24px;
        /* font-weight:bold; */
        color: #888888;
        text-align: center;
        padding: 0px;
        float: left;
        margin-top: 10px;
    }

        .body .title h3 {
            display: block;
            line-height: 20px;
            height: auto;
            width: 100%;
            text-align: center;
        }

    .body .tip {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: 0px dashed #cccccc;
        margin-bottom: 20px;
        display: table;
        text-align: cneter;
        padding-bottom: 10px;
        font-weight: 100;
        /* display: none; */
    }

        .body .tip span {
            display: block;
            height: 24px;
            line-height: 30px;
            font-size: 12px;
            /* padding:5px; */
            /* align-items: center; */
            /* padding-right: 30px; */
            display: block;
            position: relative;
            float: left;
            margin-left: 10px;
        }

        .body .tip s {
            margin-left: 20px;
            display: block;
            width: 100px;
            height: 25px;
            float: right;
        }

            .body .tip s a {
                display: block;
                width: auto;
                float: left;
                height: auto;
            }

.tip-span {
    margin-right: 20px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    /* padding: 5px; */
    /* align-items: center; */
    /* padding-right: 30px; */
    position: relative;
    float: left;
}

.body .tip a {
    display: block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: right;
    cursor: pointer;
}

    .body .tip a:hover {
        color: #ffffff;
        background-color: #ff6600;
    }

.body .info {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    padding: 0px;
    zoom: 1;
    position: relative;
    /* text-indent: 30px; */
    /* max-width: 1000px; */
    min-height: 300px;
}


#nav {
    /* margin-left:20px; */
    display: block;
    width: auto;
    /* height: 40px; */
    float: left;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    /* margin-top: 20px; */
    color: #222222;
    margin-right: 50px;
    width: 100%;
    margin-bottom: 10px;
}

    #nav a {
        display: block;
        width: auto;
        float: left;
        height: auto;
        line-height: 30px;
        /* padding: 0px 5px; */
        text-decoration: none;
        /* background-color: #888482; */
        color: #222;
        margin-left: 1px;
    }

        #nav a:hover {
            color: #ffffff;
            background-color: #ff6600;
        }

    #nav i {
        display: block;
        width: auto;
        float: left;
        height: auto;
        line-height: 30px;
        font-style: normal;
        /* padding: 0px 5px; */
    }

.body .info img {
    display: block;
    width: 96%;
    max-width: 100%;
}

.more {
    display: block;
    width: 90%;
    height: auto;
    /* float: left; */
    margin-left: auto;
    font-size: 14px;
    padding-top: 50px;
    margin-right: auto;
    max-width: 1300px;
}

    .more .pre {
        display: block;
        width: 99%;
        height: auto;
        float: left;
        /* min-width:400px; */
        /* border: 1px solid #ccc; */
        padding: 10px 0px;
    }

    .more .next {
        display: block;
        width: 99%;
        height: auto;
        float: left;
        /* min-width:400px; */
        padding: 5px 0px;
    }

    .more a {
        color: #222222;
        font-size: 14px;
        text-decoration: none;
    }

        .more a:hover {
            color: #ffffff;
            background-color: #ff6600;
            text-decoration: none;
        }

.more {
    padding-bottom: 30px;
}

    .more .other {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        border: 0px;
    }

    .more .o-t {
        display: block;
        width: 90%;
        height: auto;
        font-size: 16px;
        color: #ff6600;
        margin-top: 50px;
    }

    .more ul {
        display: block;
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        padding: 0px;
    }

        .more ul li {
            display: block;
            float: left;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            padding: 5px;
            width: 100%;
            float: left;
        }


.top_bg {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .top_bg img {
        width: 100%;
        height: auto;
        border: none;
        margin: 0px;
        padding: 0px;
    }





#info > div {
    display: block;
    width: 100%; /* background-color: #f7f7f7; */
    margin-bottom: 20px;
}

    #info > div > div > i {
        display: block;
        font-size: 72px;
        text-align: left;
        font-style: normal;
        font-weight: bold;
        text-indent: 10%;
        line-height: 72px;
        height: 72px;
        padding-top: 20px;
        color: #f60;
    }

    #info > div > div {
        display: block;
        float: left; /* padding: 2%; */
        line-height: 205%;
    }

    #info > div > .f1 {
        display: block;
        width: 90%;
    }

    #info > div > .f2 {
        display: block;
        width: 90%;
        /* text-indent: 8%; */
        /* margin-left: 5%; */
    }

    #info > div > div > ul {
        list-style: none;
        display: block;
        color: #555;
    }

        #info > div > div > ul > li {
            list-style: none;
            display: block;
            width: 99%;
            float: left;
            font-size: 20px;
            margin-bottom: 20px; /* WHITE-SPACE: nowrap; */
            text-overflow: ellipsis;
            overflow: hidden;
        }

            #info > div > div > ul > li > i {
                display: block;
                float: left;
                line-height: 35px;
            }


#info {
    /* background-color: #f7f7f7; */
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px;
    margin-bottom: 20px;
    /* max-width: 1300px; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: none;
}























.honoryear {
    width: 95%;
    overflow: hidden;
    /* height: 300px; */
    display: block;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    background-color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    /* border-bottom: 1px solid #ccc; */
}

    .honoryear .yearlist {
        width: 88%;
        height: auto;
        float: left;
        padding: 0px;
        margin: 0px;
        background-color: #FFFFFF;
        margin-left: 6%;
        overflow: hidden;
    }

        .honoryear .yearlist ul {
            list-style: none;
            display: inline-table;
            width: auto;
            height: 100px;
            overflow: visible;
            padding: 0px;
            margin: 0px;
            white-space: nowrap;
            overflow-x: scroll;
            overflow-y: hidden;
        }

            .honoryear .yearlist ul li { /* margin-top: 20px; */
                width: 100px;
                height: 100px;
                line-height: 100px;
                text-align: center; /* float: left; */
                background-color: #ffffff;
                font-size: 26px;
                font-weight: bold;
                background-color: #ededed;
                color: #555;
                margin-left: 30px;
                border-radius: 50%;
                cursor: pointer;
                display: inline-block;
            }

                .honoryear .yearlist ul li:hover {
                    background-color: #f60;
                    color: #fff;
                }

#honor1 ul .this {
    background-color: #f60;
    color: #fff;
}

.honor {
    width: 100%;
    overflow: hidden;
    /* height: 300px; */
    display: block;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    /* border: 1px solid #ccc; */
    /* background-color: #bebebe; */
    margin-bottom: 100px;
    max-width: 1300px;
}


    .honor .list {
        /* width: 99%; */
        height: auto;
        /* float:left; */
        /* padding: 20px; */
        margin: 0px auto;
        background-color: #FFFFFF;
        overflow: hidden;
        /* border: 1px dashed #ccc; */
        /* border-radius: 10px; */
        /* background-color: #f9f9f9; */
    }

        .honor .list ul {
            list-style: none;
            display: block;
            width: auto;
            height: auto;
            /* overflow: hidden; */
            padding: 0px;
            /* border: 1px solid #ccc; */
            margin: 0px;
            white-space: nowrap;
            /* margin-bottom: 100px; */
            vertical-align: top;
        }

            .honor .list ul li {
                display: block;
                height: auto;
                /* float:left; */
                /* overflow: visible; */
                /* clear: both; */
                width: 18%;
                margin-right: 1.5%;
                display: inline-block;
                vertical-align: top;
                /* background-color: #f60; */
            }

                .honor .list ul li a {
                    /* margin-top: 20px; */
                    width: 100%;
                    height: auto;
                    float: left;
                    background-color: #ffffff;
                    display: block;
                    /* margin-right: 25px; */
                    padding: 5px;
                    /* border: 1px solid #ccc; */
                    /* margin-left: 10px; */
                    transition: all 0.9s ease-in-out;
                    overflow: hidden;
                }


                    .honor .list ul li a:hover {
                        /* background-color: #f60; */
                    }

                .honor .list ul li img {
                    display: block;
                    width: 100%;
                    height: auto;
                    /* padding: 5px; */
                    /* border: 1px solid #ccc; */
                    cursor: auto;
                    transition: all 0.4s ease-in-out;
                }


                    .honor .list ul li img:hover {
                        transform: scale(1.5);
                    }



@-webkit-keyframes play {
    0% {
        /*
        
        */
        /*        -webkit-transform:rotateY(0deg);*/
        /*        */
        /*        -webkit-transform:rotateX(0deg);*/
        /*        */
        -webkit-transform: rotate(0deg);
        /*        */
        /*        -webkit-transform:rotate(0deg);*/
    }

    100% {
        /*  */
        /*        -webkit-transform:rotateY(360deg);*/
        /*         */
        /*        -webkit-transform:rotateX(360deg);*/
        /*        */
        -webkit-transform: rotate(360deg);
        /*        */
        /*        -webkit-transform:rotate(-360deg);*/
    }
}

@-moz-keyframes play {
    0% {
        /*        -moz-transform:rotateY(0deg);*/
        /*        -moz-transform:rotateX(0deg);*/
        -moz-transform: rotate(0deg);
        /*        -moz-transform:rotate(0deg);*/
    }

    100% {
        /*        -moz-transform:rotateY(360deg);*/
        /*        -moz-transform:rotateX(360deg);*/
        -moz-transform: rotate(360deg);
        /*        -moz-transform:rotate(-360deg);*/
    }
}

@keyframes play {
    0% {
        /*        transform:rotateY(0deg);*/
        /*        transform:rotateX(0deg);*/
        transform: rotate(0deg);
        /*        transform:rotate(0deg);*/
    }

    100% {
        /*        transform:rotateY(360deg);*/
        /*        transform:rotateX(360deg);*/
        transform: rotate(360deg);
        /*        transform:rotate(-360deg);*/
    }
}

.honor .list ul li span {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
    /* padding: 0px 20px; */
    font-size: 14px;
    /* background-color: #ccc; */
    /* margin-left: 5px; */
    /* overflow: -webkit-paged-x; */
    /* text-overflow: ellipsis; */
    word-wrap: break-word;
    word-break: break-all;
    white-space: initial;
}

.honoryear .arrow_left, .honoryear .arrow_right {
    width: 5%;
    text-align: center;
    vertical-align: middle; /* border-radius: 0% 100% 100% 0%; */ /* border-radius: 30px; */
}

.honoryear .arrow_left {
    float: left;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    background-image: url(/Content/img/slide/left2.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}

.honoryear .arrow_right {
    float: right;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    cursor: pointer;
    background-image: url(/Content/img/slide/right2.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}

.honor .arrow_left, .honor .arrow_right {
    /* width: 50px; */
    text-align: center;
    vertical-align: middle;
    /* border-radius: 0% 100% 100% 0%; */
    /* border-radius: 30px; */
}

.honor .arrow_left {
    /* float: left; */
    display: none;
    position: absolute;
    top: 45%;
    bottom: 0px;
    cursor: pointer;
    /* background-image: url(/Content/img/slide/left.png); */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000;
    height: 40px;
    background-color: #a9a5a5;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    width: 40px;
}

.honor .arrow_right {
    float: right;
    display: none;
    position: absolute;
    top: 45%;
    right: 0px;
    cursor: pointer;
    /* background-image: url(/Content/img/slide/left.png); */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000;
    height: 40px;
    background-color: #a9a5a5;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    width: 40px;
}

.full_title {
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 38px;
    color: #8E3232;
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
}

.full_title_sub {
    width: 80%;
    line-height: 200%;
    height: auto;
    font-size: 14px;
    color: #A23838;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}


.honor:hover .arrow_left {
    /* background-color: rgba(207, 204, 204, 0.2); */
    /* border-radius: 0 100% 100% 0; */
}

.honor:hover .arrow_right {
    /*     background-color: rgba(207, 204, 204, 0.2); */
    /*     border-radius: 100% 0 0 100%; */
}









#honor1 img {
    width: 50%;
    margin: 0;
    padding: 0px;
}

#honor1 .c1 {
    width: 50%;
    padding: 0px;
    margin: 0px;
    height: auto;
    line-height: 50px;
    font-size: 28px;
}

#honor1 .c1 {
    width: 50%;
    padding: 0px;
    margin: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
}


.honor_tip {
    margin: 0 auto;
    line-height: 30px;
    height: auto;
    text-align: left;
    /* text-indent: 20px; */
    margin-bottom: 20px;
    width: 90%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    max-width: 1300px;
}


.honor_img {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    height: auto;
    transition: all 0.4s ease-in-out;
}

    .honor_img img {
        opacity: 1;
        transition: all 0.4s ease-in-out;
        width: 100%;
        max-width: 1300px;
    }






    .honor_img ul li p {
        display: block;
        z-index: 500;
    }

    .honor_img ul li .c1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 41%;
    }

    .honor_img ul li .c2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 41%;
    }

    .honor_img ul li .c3 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 59%;
    }


@media only screen and (max-width:1024px) {
    .honor .list ul li {
        width: 18%;
    }
}





@media only screen and (max-width:800px) {
    .slide_list ul li .slide_info {
        display:;
        position: relative;
        top: 0px;
        left: 0px;
        margin-left: 0px;
        background-image: none;
        border-radius: 0px;
        background-color: #22B19D;
        width: 100%;
        padding: 10px;
    }
    /*.slide_list ul li img{min-height: 300px;}
	.slide ul li{width:100%; height:auto;}
	.slide .slide_list{width:100%; height:auto;}
	.slide_list ul {width:100%; height:auto;}
	.slide{width:100%;height:auto; margin-top:10px;}
	*/
    .slide2 ul li .info_news {
        width: 94%;
        margin-bottom: 10px;
    }

    .slide2 ul li .info {
        width: 94%;
        margin-bottom: 10px;
    }

    .slide2, .slide2 ul {
        height: auto;
    }

    .footer .sns {
        width: 200px;
        height: 70px;
        margin: 0px;
        padding: 0px; /* float:right; */
        right: 0;
        bottom: 50px;
        position: absolute; /* background-color: #0C0808; */
    }

    .footer .d ul li {
        width: 96%;
    }

    .body .tip s {
        margin-left: 0px;
        display: block;
        width: 100px;
        height: 25px;
        float: left;
    }

    #info {
        display: block;
        width: 100%;
        height: auto;
    }

        #info > div > div {
            width: 100%;
        }

            #info > div > div > ul > li {
                width: 100%;
            }

                #info > div > div > ul > li > span {
                    width: 90%;
                    float: left;
                    text-align: left;
                    line-height: 190%;
                }





        #info > div > .f1 {
            display: block;
            width: 100%;
        }

        #info > div > .f2 {
            display: block;
            width: 100%;
        }

        #info > div > div > ul {
            list-style: none;
            display: block;
            color: #555;
            /* float: left; */
            margin-left: 10px;
            padding: 0px 30px;
        }

            #info > div > div > ul > li {
                margin-bottom: 0px;
                list-style: none;
                display: block;
                width: 96%;
                float: left;
                /* font-size: 24px; */
                margin-bottom: 0px;
                /* WHITE-SPACE: nowrap; */
                text-overflow: ellipsis;
                overflow: hidden;
            }

                #info > div > div > ul > li > i {
                    display: block;
                    float: left;
                    line-height: 50px;
                }
}




@media only screen and (max-width:600px) {

    .slide_info .s0, .slide_info .s2 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 100;
    }

    .sns {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .honor_img { /* display:none; */
    }

        .honor_img ul li {
            display: block;
        }

    .honor .list ul li {
        width: 98%;
        display: none;
    }
}

@media only print {
    .header {
        display: none;
    }

    .more {
        display: none;
    }

    .footer {
        display: none;
    }
}
