                                                                                                                                                                                                                                                                                                                                                                                                                                                        body,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    html {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-family: Arial, "Microsoft YaHei";
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    * {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        outline: 0 none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-family: Arial, "Microsoft YaHei";
                                                                                                                                                                                                                                                                                                                                                                                                                                                        word-wrap: break-word;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        word-break: break-word;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /**, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ul,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        list-style-type: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    h1,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    h2,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    h3,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    h4,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    h5,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    h6 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #333;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        outline: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: all 0.2s ease 0s;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-text-size-adjust: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-decoration: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    em,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-style: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .clear-fix:before,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .clear-fix:after {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        clear: both;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ".";
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    input,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    textarea,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    button {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        appearance: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-appearance: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .clear {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        clear: both;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .clear-fix {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        zoom: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*transition: all 0.5s ease 0s;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .flexslider .slides a img:hover,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .logo img:hover,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .desc img:hover,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .detail img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -moz-transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -ms-transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -o-transform: scale(1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchWrapDiv {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 215px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 97px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .hide,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pcHide {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ofh {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ofh .pItemWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 108%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    body {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ccc;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pageWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .contentBg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f7f7f7;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .contentBlock {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        opacity: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(0deg);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-transform: rotate(0deg);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .imgWrap img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-transition: all 0.8s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -moz-transition: all 0.8s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -ms-transition: all 0.8s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -o-transition: all 0.8s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: all 0.8s ease-in-out;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        box-sizing: content-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .imgWrap img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-transform: scale(1.05, 1.05);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -moz-transition: scale(1.05, 1.05);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -ms-transform: scale(1.05, 1.05);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -o-transition: scale(1.05, 1.05);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: scale(1.05, 1.05);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.36s cubic-bezier(0.215, 0.61, 0.355, 1);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .header {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 110px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*overflow:hidden;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .logo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 230px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* height: 100%; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* margin-top: 18px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* margin-left: 30px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* czx20220915修改 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 960px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* height: 100%; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* czx20220915修改 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* margin-right: 64px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*width: 89px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu .childmen {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 168px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*box-shadow: 0 1px 15px rgba(18,21,21,.2);*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu .childmen dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu .childmen dd a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu .childmen dd a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 215px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 29px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 29px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 32px 0 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search input:-ms-input-placeholder {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* Internet Explorer 10-11 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search input::-moz-placeholder {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* Mozilla Firefox 19+ */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search input:-moz-placeholder {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* Mozilla Firefox 4 to 18 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search input::-webkit-input-placeholder {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search input:-o-placeholder {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* Mozilla Firefox 4 to 18 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -31px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search i em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/search.png) no-repeat center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 1px solid #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* right: -32px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -86px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .search .memubtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .NavMemu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        justify-content: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 2000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .NavMemu .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* margin-top: 15px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /*
                                                                                                                                                                                                                           czx20220916修改                                                                                                                                                                                                                           .NavMemu .clang {
                                                                                                                                                                                                                                                                                                                                                                                                        position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                        top: -27px;
                                                                                                                                                                                                                                                                                                                                                                                                        transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                    } */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .banner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 415px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1140px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 262px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnn .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 392px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 262px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 708px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 262px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#4a4a4a;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .moreAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 5px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList ul li a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -4px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList ul li a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList ul li em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #dfb676;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastAnnList ul li span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 687px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 410px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        list-style-type: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 -100px 0 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .lauListindex {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 354px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*padding:0 0 20px 0;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: table-cell;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        *display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 355px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList ul li.last {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList ul li i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList ul li img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: 295px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#4a4a4a;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#4a4a4a;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 295px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*width:295px;height:197px;margin:0 auto;display:block;border-radius:15px;margin-top:18px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .name:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .enname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lauList .item .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ececec;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 408px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        list-style-type: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 -100px 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 270px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 294px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*padding:0 0 20px 0;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: table-cell;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        *display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 355px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList ul li i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList ul li img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        vertical-align: middle;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: 295px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 164px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 164px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*width:164px;height:164px;margin:0 auto;display:block;border-radius:15px;margin-top:18px;border:1px solid #ebebeb;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList .name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#4a4a4a;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*font-weight:bold;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList .enname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1080px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorList .item .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: -28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1136px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ececec;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #cmwrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1140px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #cmwrap .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .inner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 240px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 44px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 44px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #e5e5e5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul li:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #e5e5e5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul li.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul li.active a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul li a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu ul li.active i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 4px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 4px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 4px solid #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 192px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 192px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*display:block;margin:0 auto;width:192px;height:192px;border-radius:15px;margin-top:33px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu .intro,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu .name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 192px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu .name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu .intro.tt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .leftMenu .intro.vv {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border-left:1px solid #e9e9e9;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 456px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 44px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 44px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #333333;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContentDetail {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 959px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 1px solid #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .contWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*margin-left:160px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*min-width:130px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 21px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/ddd.png) center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.active i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/ddd1.png) center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-width: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*width: 165px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border:1px solid #ededed;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow-y: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 99;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*box-shadow: 0 1px 15px rgba(18,21,21,.2);*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border-bottom:1px solid #ededed;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont ul li:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*background:#c8a063;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.typememu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*min-width:75px;margin-right: 10px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .typememu.active em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .typememu em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .contWrap .cont span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .contWrap1 .cont span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.active span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.contrigth {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.contYear {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.contYear i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 34px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/ddd.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.contrigth em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cont.contYear ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 74px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .sbox {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 580px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border-bottom: 1px solid #ebebeb;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 21px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .sbox input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-right: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 514px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .sbox a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -47px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/sbox1.png) center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .secDropWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 190px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .secDropWrap .secDrop {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .secDropWrap .menutit {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-indent: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .secDropWrap .menutit i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/dddd.png) center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .secDropWrap .menuitem {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .secDropWrap .menuitem a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-indent: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cate-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorsCont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .donorsCont .cont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .desc,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .detail {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 34px 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .detail {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 25px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 313px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 4px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        clear: both;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList dl {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 340px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 310px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList dt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList dd.dht {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 320px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 215px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*width: 250px;height: 140px;float: left;border-radius: 15px;border:1px solid #cccccd;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList dd a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#0066cc;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #0066cc;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList .pdf {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .dtList .photo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .tit,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .titName {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .avatar,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .director {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ececec;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .titName {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#333333;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .titEnName {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#333333;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .nh {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 84px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1060px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border-top:1px solid #e9e9e9;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #e9e9e9;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-position: 30px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .nh.gz {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/gz.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .nh.lc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/lc.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .nh.ly {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/ly.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .nh.sj {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/sj.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-position: 0 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .nh.sstar {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/sstar.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-position: 0 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .timeLine {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peoWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*float:right;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peolist {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 25%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 410px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peolist .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peolist img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*float: left;display: block;height: 197px;width: 197px;border-radius: 15px;margin-left: 60px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peolist .info {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peolist .info h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /**color: #4a4a4a;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .peolist .info ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/dian.jpg) no-repeat 0 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-size: 2px auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 1.5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ececec;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #bba667;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1140px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtlist {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtlist li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 29%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtlist li .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 264px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 264px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtlist li img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*display:block;width:264px;height:264px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtlist li .name,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .beeCell .name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtlist li .enname,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .beeCell .enname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 275px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .jdtul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/dian.jpg) no-repeat 0 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .ath {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .beeCell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 297px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 257px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .bg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 769px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 392px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/fbg.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 113px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(60deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform-origin: center center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 91px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .content1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(0deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #f2f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #f2f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .content2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(60deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #f2f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #f2f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .content3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(-60deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #f2f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #f2f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .imgbg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 113px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform-origin: center center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .imgbg1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(0deg) scale(2.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .imgbg2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(-60deg) scale(2.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .imgbg3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(60deg) scale(2.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: -64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .center {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 135px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: -64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rightContent .beeShape .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: -64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .func {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .func H2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #bba667;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .func p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*height: 42px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .detailBg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f3f1f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 560px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem .center {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 428px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem .circle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #b0b0b0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem .point {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -56px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 34px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #c99f63;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #5d5d5d;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem p.time {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .eventItem span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .eventItem .notxt p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeLine .downAngle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: 6px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 6px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 6px solid #b0b0b0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 50px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist .vitem {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 250px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 40px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist .vitem .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border:1px solid #dcdbdc;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist .vitem .video .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 250px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist .vitem .video video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist .vitem .vname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color:#333333;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vlist .vitem .vname:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastNew {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 250px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1113px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 33px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastNew img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 294px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 26px 45px 28px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastNew .rbc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 197px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lastNew .rbc h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newtitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newtitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-overflow: ellipsis;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*white-space: nowrap;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 56px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newdesc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newstat {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newstat span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #333333;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newstat span.time {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newstat .share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 78px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .category {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 92px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 92px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 44px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f7f7f7;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 54px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*display:block;margin:0 auto;margin-top:30px;margin-bottom:20px;width:294px;height:196px;border-radius:15px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item .det {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 600px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .newsList .item .det .share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/share.png) left no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: -30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 770px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border-right:1px solid #ebebeb;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 734px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 66px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 66px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*border-bottom:1px solid #ebebeb;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #caa151;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft .title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #333333;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 29px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft .info {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*font-family:宋体, SimSun;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft .summary {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft .J-share-btn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 0px 42px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/share.png) left no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dleft img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: auto !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 336px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 35px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .shareFont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-position: 0px -6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-position: 0px -6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_qzone {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/qs1.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_qzone:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/qs2.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_tsina {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/x2.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_tsina:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/x1.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_tqq {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/tv1.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_tqq:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/tv2.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_renren {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/r1.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_renren:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/r2.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_weixin {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/v1.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bdShare .bdsharebuttonbox .bds_weixin:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/icon/v2.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 370px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .block {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 310px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f3f2f2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 345px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 41px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 66px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #caa151;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*margin-bottom: 30px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lit {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lit a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        word-break: break-word;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lit a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright ul li:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .hvt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 66px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*display:block;float:left;width:120px;height:80px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit .title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 178px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit .title:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #b0b0b0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .dright .lvit span.time {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 302px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #eaeaea;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .mpname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #dbb979;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .it {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .it.it1 {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .it b {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*color: #333333;**/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .link {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #d9bf91;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .link.active,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mpwrap .link:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1140px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 800px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #333333;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 85px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 85px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 250px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item:hover,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item.even {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f8f8f8;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 294px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 176px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item .sr {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 760px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 176px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 55px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 34px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 26px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .searchList .item span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 86px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .vhide {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 550px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 999999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        box-shadow: 0 1px 15px rgba(18, 21, 21, .2);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 110px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 110px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf76;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 4px solid #a4854e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap h1 i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(45deg);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap div {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap label {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #717171;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 378px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #e2e2e2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .boxWrap a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf76;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pagination {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 334px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pagination li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #ededed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pagination li:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: 1px solid #ededed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pagination li.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pagination li a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pagination li.active a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .enSC {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 445px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .footer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #ececec;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f6f4f5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .copyRight {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1050px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .share a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .share a:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*filter:brightness(70%);*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .share a.weixin {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/weixin.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .share a.weibo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/weibo.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .share a img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -106px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: -38px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .noMoreData,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .noBanner,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .mbBanner,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pcHide,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu ul li.pcHide,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .btspace {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchIconBtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/search.png) no-repeat center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchWrapDiv .sinputc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        visibility: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchWrapDiv input.sinputc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: -50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchWrapDiv i.sinputc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: -50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchWrapDiv input.sinputc.sol {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*
                                                                                                                                                                                                                                          czx20220916修改                                                                                                                                                                           top: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                    left: -275px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #searchWrapDiv i.sinputc.sol {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 
                                                                    czx20220916修改                                                                                                                                                                                                                                                                                                                                                    top: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                        left: -275px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f8f8f8;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 50px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 85px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .intro {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 742px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 275px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 32px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .intro p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .intro p.top {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .intro p.right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .arrow {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 27px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/scroll-right-arrow.png) center center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .arrow.left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: -1030px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/scroll-left-arrow.png) center center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .introScroll .signimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        bottom: 118px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 282px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 94px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .scyear {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -58px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /*#pwWrap .mbHeader{width: unset;background: #000000;}
#pwWrap .NavMemu{position: unset; float: unset; margin:0 auto;width:1200px;}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /*#pwWrap .NavMemu{position: absolute;}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /*#pwWrap .NavMemu .logo img{margin-top:12px;}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .menu ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /*#pwWrap #bannerCtrl{position:relative;top:200px;float:right;width:415px;transform: rotate(90deg);}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap #bannerCtrl {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        bottom: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .flex-control-paging li a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .innerBlock {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1152px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pwTitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pwTitle .underLine {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 77px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pwTitle a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pwTitle ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        bottom: 57px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pwTitle ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 118px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 54px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #eed7ab;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top-right-radius: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top-left-radius: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pwTitle ul li.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 62px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfad6f;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .editContent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-title .alink {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #366092;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-title.hhh {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-title.small {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 10px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTableWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 1216px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: table;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-collapse: collapse;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-spacing: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable.normal {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .timeCell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 140px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .nameCell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 138px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .cell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 1px solid #a6a3a2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .timeCell .cell,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .nameCell .cell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable th .cell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable th {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 15px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #928f8e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable td {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 15px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #928f8e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .lb,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .rb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .rb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .rb .regbtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 8px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top-right-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom-right-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .rb .regbtn span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .rb .regbtn span.dr {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform: rotate(180deg);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .rb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 1px solid #928f8e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .nlb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: 1px solid #928f8e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .nrb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 1px solid #928f8e;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .agTable .purplelb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #800080;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: -9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: -1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 53px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .agTable .purplebtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #800080;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xszdTitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .regFrame {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 134px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .regFrame img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 34px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-middle-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bgound {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-small-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 6px solid #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-small-title .linkbtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 116px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .piclist {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 108%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .piclist .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 374px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 232px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-tinny-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .bpont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/bp.png) 0 center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pw-line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ebebeb;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .iconlist {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 10px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .iconlist a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 206px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 85px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 10px 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .iconlist a img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*width:100%;height:100%;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .boxWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        box-shadow: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .boxWrap div {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .boxWrap input,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .boxWrap textarea {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 520px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .boxWrap textarea {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #e2e2e2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .boxWrap a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        left: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow-y: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 610px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 470px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        box-shadow: 0 1px 15px rgba(18, 21, 21, .2);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 100;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .layer-body {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peobifo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peobifo.ar {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peoavatar {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peoavatar img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .ifo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .ifo.art {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peoname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peoename {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .infotxt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .peocontent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 30px 0px 50px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .artlist {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .artwrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 108%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .artitem {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 176px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 190px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .atimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 128px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-layer-wrap .arttxt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-legacy-page-wrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 845px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-our-legacy-body {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/banner-bg.jpg) center center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .J-swiper-wrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .swiper-slide a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .swipe-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 304px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #753EFF;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 20px 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .swiper-slide-active .swipe-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        z-index: 100;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .swipe-menu .lgc-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .swipe-menu .lgc-date {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 20px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .swipe-menu .lgc-type {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 10px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-decoration: underline;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .J-swiper-img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-width: 623px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 374px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width: 750px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-height: 374px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 1px solid #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0px 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #a0a0a0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap a i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap a span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap a.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 0px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap a.active i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #753EFF;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .navYBarWrap .navHeadTxt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-right: 1px solid #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-right: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    #pwWrap .J-peo-hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #366092;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livebg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 780px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/live-bg.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayerTitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #3d3d3f;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayerTitle .liveicon {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 17px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/lineicon.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayerTitle span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayerTitle span.sta {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ce9d37;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayerTitle span.liveingtitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayerTitle .livShare {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: url(../images/shareicon.png) 0px 9px no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveplayer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 648px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livecontent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-title i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f4b834;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-date-nav {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-date-nav a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin: 0 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-date-nav a.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: #f4b834;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-list {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 4px solid #f4b834;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        box-sizing: content-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        min-height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-list table {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: table;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-collapse: collapse;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-spacing: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .live-list table td {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #4d4d4c;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border: 1px solid #4d4d4c;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: -1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: -1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel .lti {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel.active a,
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel.active span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #f4b834;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel .lsts {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel .lsts span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel .lsts span i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 5px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-bottom: 5px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 5px solid #999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .xcel.active .lsts span i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-left: 5px solid #f4b834;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lstitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveSlider {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveSlider .swiper-button-prev {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/liveleftarrow.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveSlider .swiper-button-next {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-image: url(../images/liverightarrow.png);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo .lhov {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        bottom: 72px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: rgba(244, 184, 52, 0.8);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo .lhov .lup {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo .lhov .lup .llnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 35%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo .lhov .lup .lldd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        width: 65%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livepeo .lhov .ldow {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-top: 1px solid #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .liveart {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 268px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livevideo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 318px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ltbg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: rgba(0, 0, 0, 0.5);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .ltbg1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .livevideo img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 268px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-radius: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1920分辨率以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media only screen and (max-width:1920px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1680分辨率以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media only screen and (max-width:1680px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1440分辨率以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media only screen and (max-width:1440px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1336分辨率以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media only screen and (max-width:1336px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1280分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(max-width:1280px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1200分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(max-width:1200px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .agTableWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .agTableWrap .agTable {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 4%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-swiper-img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-width: 510px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 374px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 510px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 374px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1110分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(max-width:1110px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 1024分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(max-width: 1024px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 900分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(max-width: 900px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 768分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media(max-width: 768px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .logo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .imgWrap img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -webkit-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -moz-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -ms-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -o-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            box-sizing: content-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .imgWrap img:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -webkit-transform: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -moz-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -ms-transform: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -o-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            transform: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            -webkit-transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            transition: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lmt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        body {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*overflow:hidden;position:fixed;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pageWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*min-height: 1600px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .scrollContentWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*overflow-y: auto;-webkit-overflow-scrolling: touch;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .contentBlock {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mbHeader {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*height:80px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* margin-top: 26px; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 90%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 44px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .header {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 81px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*background:#060606;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 99999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .flexslider .slides a img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-size: 200% 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mbBanner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            clear: both;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* overflow: hidden; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-position: center center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-top: 273px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-size: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: -106px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mbBanner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-top: 187px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* background-color: #000000; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -81px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 99999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 1200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: rgb(0, 0, 0, 255);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-top: 1px solid #535356;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu ul li .ssb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid #8d8d8d;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid #8d8d8d;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu ul li input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 85%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #cccccc;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu ul li em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/sbox1.png) 10px center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu .mm i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/down1.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-position: 87% 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu .mm i.up {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/up1.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-position: 87% 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu .childmen {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu .childmen dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu .childmen dd:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu .childmen dd a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 40.62%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: 29.42%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -68px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search input,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search i,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -53px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: -33px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: -53.12%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -53px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid #8f8f8f;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 89.76%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid #8f8f8f;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-right: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search i em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-left: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/sbox-big.png) no-repeat center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search .memubtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -27px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: -260px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search .memubtn span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 7px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .search .clang {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .banner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-top: 110px
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .flexslider {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -187px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 700px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnn .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92.1875%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 398px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnnList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 750px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnnList h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #4a4a4a;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 40px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .moreAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnnList ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnnList ul li em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnnList ul li a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastAnnList ul li span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList ul li.last {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList ul li img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 33px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 78.125%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 48.19%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .vlist .vitem {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 20px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .vlist .vitem .video .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 78.125%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .vlist .vitem .vname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*#mybtns #left{left:75px;top: 230px;}
	#mybtns #right{left:660px;top: 230px;}
	#myscroll{height:500px;}
	#myscrollbox{height:500px;}
	#myscrollbox ul{height:500px;}
	#myscrollbox ul li{height:500px;}
	.scrollpic{height:500px;}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList .item h1 {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .noscroll {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: inherit;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList .item .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList .item .line {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lauList ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92.1875%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList .item .line {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 400px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 70.63%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 62.50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 70.63%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 62.50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .donorList ul li img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .leftMenu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #cfaf75;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .nh {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 80.38%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #c8a063;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .nh.sstar {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .nh.gz {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/gz.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .nh.lc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/lc.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .nh.ly {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/ly.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .nh.sj {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*background: url(../images/sj.png) no-repeat;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .tit {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .titName {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50.63%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 182px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .titEnName {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50.63%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 182px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 21px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .director {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 708px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .director.intro1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .dtList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 94.141%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .ath {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            visibility: visible;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .avatar {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 300px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 27px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: -48px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .avatar.cer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 708px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 708px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 708px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .dtList dl {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 196px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .dtList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 64.709%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 83.678%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .dtList dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 208.238%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .dtList dt {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .desc,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .detail {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 30px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .jdtlist li .name,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .beeCell .name {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .jdtlist li .enname,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .beeCell .enname {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .func H2 {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dleft .title {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dleft .info {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dleft .J-share-btn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0px 0px 0px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cate-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92.1875%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .contWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 71px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 88%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .contWrap1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .contWrapRight {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 12%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .contWrap .scrol {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 82px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-x: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-y: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            white-space: nowrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*padding-right:10px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 7px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*top:8px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont ul li {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont.contYear i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont.contrigth {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont.contrigth em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont.contrigth em.ytxt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mYcont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cont.typememu {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .contWrap1 .cont {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*.sbox{width: 35.158%;overflow: hidden; float: right; margin-right: 30px;}
	.sbox input{width:100%; float: right;}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .sbox {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 35.158%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: -1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .sbox input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 70%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .timeLine .eventItem .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 44.7930%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .timeLine .eventItem .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 44.7930%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .timeLine .eventItem .right p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-right: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 89.12%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .timeLine .eventItem .left p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 89.12%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .peoWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .peolist {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 260px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .enSC {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 260px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .peolist img {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .peolist .info {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 51.172%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .peolist .info h2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .peolist .info ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*.rightContent .jdt{font-size:30px;font-weight:bold;border-bottom:none;padding-left:48px;}
	.rightContent .jdtlist{width:656px;margin:0 auto;}
	.rightContent .jdtlist li{width:50%;margin-right:0;padding-right:0;}
	.rightContent .jdtlist li img{margin:0 auto;border-radius: 15px;}
	.rightContent .jdtlist li .name{font-size:24px;color:#cfaf75;}
	.rightContent .jdtlist li .enname{font-size:24px;color:#666666;}
	.rightContent .jdtul{padding-left: 48px;}
	.rightContent .jdtul li{font-size:24px;line-height:48px;color:#666666;}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .noBanner .flexslider {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .beeShape {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            transform: rotate(0deg) scale(0.94);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 625px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 162px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .rightContent .beeShape .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dleft {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92.1875%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .block {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .hvt {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .lvit li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 148px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .lvit .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 31.0750%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 101.356%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .lvit .title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 65.397%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 72.979%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .lvit span {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .dright .lvit span.time {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: -11px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastNew {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92.1875%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-share-btn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*display:none;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-share-btn.share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mbShareWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastNew .rbc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 342px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 206px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newstat .share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastNew img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lastNew .rbc h1 {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newtitle a {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newdesc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 48px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newstat span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newstat span.time {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .category {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .category .moreAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: -15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 216px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item .content {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -34px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 32.487%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 152px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item .det {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 63.278%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 118px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 0 0 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: -36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newstat {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 51.132%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 121px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 258px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .newsList .item .det .share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-position: 9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .searchList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .searchList h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .searchList .item .sr {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50.3924%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .searchList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .searchList .item span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 94px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mpwrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: initial;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 84.375%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 50px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mpwrap img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*width: 200px; height: 200px;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mpwrap .mpname {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mpwrap .it {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mpwrap .it b {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mpwrap .link {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .ofxh {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .boxWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 440px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap {
																																																																																																															
																																																																																																															/* czx 20230214 */
																																																																																																									
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
																																																																																																															height:calc(100vh - 81px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow-y: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 9999999;
																																																																																																															/* czx 20230214 */
																																																																																																															
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 1200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /*border-top: 1px solid #535356;*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 370px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap ul li .ssb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid #8d8d8d;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border: 1px solid #8d8d8d;
																																																																																																															/* czx 20230214 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap ul li input {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 85%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #cccccc;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap ul li em {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 45px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/sbox1.png) 10px center no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-weight: normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap .mm i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/down1.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-position: 87% 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap .mm i.up {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: url(../images/up1.png) no-repeat;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-position: 87% 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap .childmen {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #000000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap .childmen dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap .childmen dd:last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            border-bottom: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .NavMemuWrap .childmen dd a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            color: #666666;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .footer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            bottom: -1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 1000;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .copyRight {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 76.822%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*.share a{margin-top:20px;width:45px;height:45px;}
	.share a.weixin {background: url(../images/weixin1.png);}
	.share a.weibo {background: url(../images/weibo1.png);}*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .noMoreData {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .mhide,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .noBanner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pcHide,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu ul li.pcHide {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .btspace {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #searchIconBtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 650px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            overflow: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .arrow {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -644px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 52%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .arrow.left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: -644px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 275px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 275px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .intro {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .intro p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 165px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .intro p.dirti {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .introScroll .signimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            bottom: 190px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #cmwrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cmwrapott {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 650px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .scyear {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            line-height: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .header {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0 20px !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background: #060606;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .logo img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* margin-top: 18px;
                                                          
                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                    #pwWrap .logo a {
                                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                                        /* position: absolute; */
                                                                                                                                                                                                                                                                                                                                                                                                                                                            z-index: 9999999;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .mbBanner {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-top: 250px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .innerBlock {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .agTableWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: unset;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .agTableWrap .agTable {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 92%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 4%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .agTable .timeCell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .agTable .cell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0px 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .piclist .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 224px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 168px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .iconlist a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 48px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-layer-wrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .boxWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .boxWrap input,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .boxWrap textarea {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 94%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .search .memubtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            top: 70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            right: -190px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .NavMemuWrap a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .regFrame {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 110px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .swiper-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: -128px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-swiper-img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-width: 422px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            min-height: 253px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width: 422px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-height: 253px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-swiper-button-prev,
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .J-swiper-button-next {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .swipe-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 223px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding: 0px 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .livebg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 558px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .liveplayer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            height: 438px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .livepeo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 172px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .xcel {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 212px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 640分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media(max-width: 640px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 220px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: 209px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                top: -68px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -165px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search .memubtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -120px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lastAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-height: 620px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lastAnnList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 620px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .moreAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lastAnn .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 332px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lauList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 305px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .sbox {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 120px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .donorList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 580px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .donorList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .donorList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 327px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList dl {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0px 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-bottom: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 43.709%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 61.678%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 580px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .avatar {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .avatar.cer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 570px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 570px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 570px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .titName,
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .titEnName {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .director {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 30p;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 89%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: -27px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .beeCell {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .content1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(30deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .imgbg1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(-30deg) scale(2.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .content2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(90deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .imgbg2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(-90deg) scale(2.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .content3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(-30deg) scale(1.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .imgbg3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(30deg) scale(2.3);
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .center {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: -70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 218px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: -33px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 67px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 55px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                top: 105px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 306px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 48%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .left .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 180px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .right .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 240px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .beeCell .name {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .beeCell .enname {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .func {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                top: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .dright .block {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 580px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newsList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 87%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newtitle {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newstat {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 204px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                top: 84px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newstat span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newdesc {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 38px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newsList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 184px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newsList .item .det {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 92px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newsList .item .det .share {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: -3px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newsList .item .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 110px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .dright .lvit li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 108px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchList .item h1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchList .item img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 240px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchList .item span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 100px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .vlist .vitem .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 160px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .vlist .vitem .video .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 160px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .timeLine .eventItem .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 280px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .timeLine .eventItem .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 280px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .mpwrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 75.375%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .pwTitle ul {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 49px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .pwTitle ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .pwTitle ul li.active {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 74px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height: 64px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .piclist .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 182px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 134px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .regFrame img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                top: 50px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .search .memubtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -210px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swiper-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 74px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .J-swiper-img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-width: 385px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-height: 231px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 385px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 231px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swipe-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 208px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .layer-mask {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 98%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .livebg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 478px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .liveplayer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 358px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .livepeo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 272px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: -70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .liveart {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 425px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .livevideo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 425px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .xcel {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 480分辨率及以下 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media(max-width: 480px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .logo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 480px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 114px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: 209px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                top: -68px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 52px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search a {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -176px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .search i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -53px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .menu ul li .ssb {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 88%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .menu .mm i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-position: 84% 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .menu .mm i.up {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-position: 84% 15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lastAnn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-height: 540px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lastAnn .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 250px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lastAnnList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 462px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .donorList {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .donorList ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 238px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList dl {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList dt {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-left: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 320px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 215px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .dtList dd {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 320px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .peolist .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .peolist .info {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 48.172%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .avatar {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 175px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .avatar.cer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                transform: rotate(0deg) scale(0.9);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                overflow-x: hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-top: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 3px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .center {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 177px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 40%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .left .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 150px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .center .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: -150px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .right .txtwap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 195px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .rightContent .beeShape .center .txtwap p {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-align: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .dright .block {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 420px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .newstat {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: 154px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .timeLine .eventItem .left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .timeLine .eventItem .right {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .cont.contrigth {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-right: 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .cont.contYear i {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                left: -7px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchList .item {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 210px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchList .item img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 135px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchList .item span {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 58px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .vlist .vitem .video {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 130px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .vlist .vitem .video .hoverimg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 130px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .copyRight {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 82.822%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .pwTitle ul li {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 58px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .piclist .imgWrap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 280px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            #pwWrap .search .memubtn {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                right: -220px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swiper-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .J-swiper-img {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-width: 325px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                min-height: 195px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width: 325px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-height: 195px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 90px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swipe-menu {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 170px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swipe-menu .lgc-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 8px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swipe-menu .lgc-date {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 5px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .swipe-menu .lgc-type {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin: 5px 0px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .livebg {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 380px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .liveplayer {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                height: 260px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .livepeo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 272px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 8px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .liveart {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 340px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .livevideo {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 340px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .xcel {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 186px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 竖屏 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (orientation: portrait) and (max-width: 720px) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 横屏 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media screen and (orientation: landscape) {}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*
Css各浏览器设置属性前缀
-ms-*:ie9
-moz-*:firefox
-webkit-*:safari and chrome
-o-*:opera
最后放不带前缀的css属性
*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                        #pwWrap .logo img #pwWrap .logo img #pwWrap .logo img img #pwWrap .logo img #pwWrap .logo img #pwWrap .logo img img img