p {
    margin: 0;
}

.enc {
    font-family: 'Brown-Bold';
}

.enx {
    font-family: 'Brown-Regular';
}

/*外部英文字体*/
@font-face {
    font-family: 'Brown-Bold';
    src: url('/statics/home/font/Brown-Bold.otf');
}

@font-face {
    font-family: 'Brown-Regular';
    src: url('/statics/home/font/Brown-Regular.otf');
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

:root .gradient {
    -webkit-filter: none;
    filter: none;
}

/*.container{ padding:0;}*/
.am {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

.am5 {
    transition: all 0.6s linear 0s;
    -webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s ease-in-out;
}

.body_index {
    height: 100%;
}

.height100 {
    height: 100%;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
}


/* col public */
ul.col-2,
ul.col-3,
ul.col-4,
ul.col-5,
ul.col-6,
ul.col-7 {
    overflow: hidden;
}

ul.col-2 li,
ul.col-3 li,
ul.col-4 li,
ul.col-5 li,
ul.col-6 li {
    margin-right: 2%;
}

ul.col-2 li {
    width: 49%;
}

ul.col-3 li {
    width: 32%;
}

ul.col-4 li {
    width: 23.5%;
}

ul.col-5 li {
    width: 18.4%;
}

ul.col-6 li {
    width: 15%;
}

ul.col-7 li {
    width: 13%;
    margin-right: 1.5%;
}

ul.col-2 li:nth-child(2n+2),
ul.col-3 li:nth-child(3n+3),
ul.col-4 li:nth-child(4n+4),
ul.col-5 li:nth-child(5n+5),
ul.col-6 li:nth-child(6n+6),
ul.col-7 li:nth-child(7n+7) {
    margin-right: 0;
}

ul.col-2 li.nomargin,
ul.col-3 li.nomargin,
ul.col-4 li.nomargin,
ul.col-5 li.nomargin,
ul.col-6 li.nomargin,
ul.col-7 li.nomargin {
    margin-right: 0;
}



/* 第一屏 */

/* header */
.header {
    position: fixed;
    height: 90px;
    left: 0;
    top: 0;
    width: 100%;
    /*padding: 0 10%;*/
    z-index: 10;
    /*-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1); 
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);*/
}

.header-content a.logo {
    position: absolute;
    left: 3%;
    top: 26px;
    z-index: 9;
}

.header-content ul.primary-nav {
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-left: 3%;
}

.header-content ul.primary-nav li {
    float: left;
}

/*.fp-viewing-Home ul.primary-nav li a {
    color: #fff;
}*/

ul.primary-nav li {
    height: 90px;
    margin: 0 2px;
}

ul.primary-nav li a {
    display: block;
    height: 90px;
    line-height: 90px;
    color: #333;
    padding: 0 20px;
    position: relative;
}

ul.primary-nav li a.active {
    color: #ff7e57;
}

ul.primary-nav li a:hover {
    color: #ff7e57;
}

.navigation.close-nav ul.primary-nav {
    margin-top: -90px;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}

/* 头部菜单部分 */
.nav-toggle a {
    position: absolute;
    cursor: pointer;
    right: 3%;
    top: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: #0162ce;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 30px;
    z-index: 10;
}

.nav-toggle a i {
    margin-right: 0;
    font-size: 16px;
    position: absolute;
    left: 14px;
    top: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.nav-toggle a:hover {
    opacity: 0.8;
}

.nav-toggle a i.closeicon {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0.8)
}

.nav-toggle a.open-taggle i.openicon {
    transform: rotate(30deg);
    -webkit-transition: rotate(30deg);
    -moz-transition: rotate(30deg);
    -ms-transition: rotate(30deg);
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.nav-toggle a.open-taggle i.closeicon {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    /*transform: rotate(-30deg);
    -webkit-transition:rotate(-30deg);
    -moz-transition:rotate(-30deg);
    -ms-transition:rotate(-30deg);*/
}

/*.side-nav{ position: fixed; left: 0; top: -100%; width: 100%; height: 100%; background: #f7f7f7; z-index: 5;}
.side-nav.open-sidenav{ top: 0; }*/

.banner ul.slides li .bannerpic-mobile {
    display: none;
}

.side-nav {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: circle(0 at calc(100%) 0);
    clip-path: circle(0 at calc(100%) 0);
    background-position: top right;
    background-repeat: no-repeat;
    transition: -webkit-clip-path 0.7s ease-in-out, opacity 0.5s;
    transition: opacity 0.5s, -webkit-clip-path 0.7s ease-in-out;
    transition: clip-path 0.7s ease-in-out, opacity 0.5s;
    transition: clip-path 0.7s ease-in-out, opacity 0.5s, -webkit-clip-path 0.7s ease-in-out;
    transition: clip-path 0.7s ease-in-out, -webkit-clip-path 0.7s ease-in-out, opacity 0.5s;
    pointer-events: none;
}

.side-nav.open-sidenav {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    z-index: 5;
    pointer-events: auto;
    -webkit-clip-path: circle(110vw at calc(100% - 0.775rem) 0.675rem) !important;
    clip-path: circle(110vw at calc(100% - 0.775rem) 0.675rem) !important;
    /*-webkit-clip-path: circle(100% at calc(100%) 0) !important;
    clip-path: circle(100% at calc(100%) 0) !important;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.side-nav .side-nav-left {
    width: 45%;
    height: 100%;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s ease-in-out;
}

.side-nav .side-nav-right {
    width: 55%;
    height: 100%;
    position: relative;
    padding: 7% 5% 0 5%;
}

.side-nav .side-nav-right .qpic {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.side-nav .side-nav-right .round {
    width: auto;
    position: absolute;
    right: 280px;
    bottom: 280px;
    z-index: 1;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-animation: 8s linear 0s normal none infinite spin;
    animation: 8s linear 0s normal none infinite spin;
    transform-origin: 50% 45% 0;
}

ul.side-nav-menu li {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    padding: 10px 0;
    margin-left: 30px;
}

ul.side-nav-menu li a.side-nav-link {
    color: #222;
}

ul.side-nav-menu li:hover a.side-nav-link {
    color: #ff7e57;
}

ul.side-nav-menu li .primary-navr a.nav-link-two {
    color: #666666 !important;
    position: relative;
    padding-right: 13px;
}

ul.side-nav-menu li .primary-navr a.nav-link-two:hover {
    color: #ff7e57 !important;
}

ul.side-nav-menu li .primary-navr a.nav-link-two:after {
    display: block;
    content: '/';
    position: absolute;
    right: 0;
    top: -3px;
}

ul.side-nav-menu li .primary-navr a.nav-link-two:last-child:after {
    content: '';
}

ul.side-nav-menu li.hoverline {
    position: relative;
}

ul.side-nav-menu li.hoverline .xicon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin-right: 0;
    line-height: 76px;
    display: none;
}


.side-nav .side-nav-right .primary-navr {
    display: none;
}

.open-sidenav ul.side-nav-menu li {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    margin-left: 0;
}

.open-sidenav .side-nav-left {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}

.side-nav.open-sidenav .side-nav-right .qpic {
    transition-delay: 0.5s;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 1s;
}

.side-nav.open-sidenav .side-nav-right .round {
    transition-delay: 0.5s;
    right: 320px;
    bottom: 230px;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 1s;
}


.open-sidenav ul.side-nav-menu li:nth-of-type(1) {
    transition: 1s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(2) {
    transition: 1.2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(3) {
    transition: 1.3s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(4) {
    transition: 1.4s;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(5) {
    transition: 1.5s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(6) {
    transition: 1.6s;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(7) {
    transition: 1.7s;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(8) {
    transition: 1.8s;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
}

.open-sidenav ul.side-nav-menu li:nth-of-type(9) {
    transition: 1.9s;
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
}




ul.slides li img.bannerpic {
    display: none;
}

@media all and (max-width: 1440px) {
    .header-content a.logo img {
        height: 36px;
    }

    ul.side-nav-menu li a.side-nav-link {
        font-size: 30px;
    }

    .side-nav .side-nav-right .round {
        width: 100px;
        height: 100px;
        bottom: 250px;
        right: 250px;
    }

    .side-nav .side-nav-right .qpic {
        width: 400px;
        height: 400px;
    }

    .side-nav.open-sidenav .side-nav-right .round {
        right: 240px !important;
    }
}

@media all and (max-width: 1366px) {

    .header {
        height: 80px;
    }

    .header-content a.logo img {
        height: 36px;
    }

    ul.primary-nav {
        padding-left: 7%;
    }

    ul.primary-nav li {
        height: 80px;
        margin: 0;
    }

    ul.primary-nav li a {
        height: 80px;
        line-height: 80px;
    }

    .nav-toggle a {
        top: 17px;
    }

    ul.side-nav-menu li {
        padding: 5px 0;
    }

    ul.side-nav-menu li a.side-nav-link {
        font-size: 26px;
    }
}

@media all and (max-width: 1281px) {
    ul.primary-nav {
        padding-left: 0;
    }

    .header {
        padding: 0 5% 0 20%;
    }
}

@media all and (max-width: 1024px) {
    .header {
        padding: 0;
    }

    .navigation {
        display: none;
    }

    #fp-nav {
        display: none;
    }

    .side-nav .side-nav-right .round {
        display: none;
    }

    .side-nav .side-nav-right .qpic {
        display: none;
    }

    ul.slides li {
        height: 550px !important;
    }

    .header {
        background: rgba(255, 255, 255, 0.8);
        -ms-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    }

}

@media all and (max-width: 768px) {

    .banner .slider-line {
        width: 180px !important;
    }

    .banner .flex-direction-nav {
        width: 180px !important;
        bottom: 76px !important;
    }

    .banner .slider-number .slider-nav {
        width: 180px !important;
    }

    .banner .slider-number {
        bottom: 30px !important;
    }

    .banner .flex-direction-nav a {
        line-height: 35px !important;
    }

    .side-nav .side-nav-left {
        display: none;
        width: 0;
    }

    .side-nav .side-nav-right {
        width: 100%;
    }

    .open-sidenav ul.side-nav-menu li {
        border-bottom: 1px #f6f6f6 solid;
    }

    .side-nav .side-nav-right {
        padding: 100px 20px 0 20px;
    }

    ul.side-nav-menu li a.side-nav-link {
        font-size: 22px;
        height: 40px;
        line-height: 40px;
    }

    ul.side-nav-menu li.hoverline .xicon {
        display: block;
        height: 40px;
        line-height: 60px;
        font-size: 18px;
    }

    ul.side-nav-menu li.hoverline .xicon.openlist {}

    .side-nav.open-sidenav {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    ul.side-nav-menu li .primary-navr a.nav-link-two {
        display: block;
        font-size: 15px;
        padding: 3px 0;
    }

    ul.side-nav-menu li .primary-navr a.nav-link-two:after {
        content: '';
    }

    .banner ul.slides li .bannerpic-mobile {
        display: block;
        object-fit: cover;
    }

    ul.slides li {
        height: auto !important;
    }

    /*ul.slides li{ height: 400px!important; }*/
    /*.banner ul.slides li .bannerpic-mobile{ display: block; }*/
    .side-nav.open-sidenav {
        -webkit-clip-path: circle(220vw at calc(100%) 100%) !important;
        clip-path: circle(220vw at calc(100%) 100%) !important;
    }
}

@media all and (max-width: 530px) {
    /*ul.slides li{ height: 300px!important; }*/
}

@media all and (max-width: 530px) {
    .header {
        padding: 0;
        height: 60px;
    }

    .header-content a.logo {
        top: 15px;
    }

    .nav-toggle a {
        top: 7px;
    }

    .header-content a.logo img {
        height: 35px;
    }
}


/* header end */


/* banner */
#slider,
.banner,
.slides {
    height: 100%;
}

.banner {
    position: relative;
}

.banner .slider-number {
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 3;
    width: 100%;
}

.banner .slider-number .slider-nav {
    width: 265px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}


.banner .slider-line {
    position: relative;
    width: 265px;
    height: 2px;
    background: rgba(255, 255, 255, .5);
}

.banner .slider-line .slider-line-inner {
    background: #ff7e57 none repeat scroll 0 0;
    height: 2px;
    transition: all 0.2s linear 0s;
    width: 20%;
}

.banner .flex-direction-nav a {
    z-index: 4;
}

.banner .flex-direction-nav {
    position: absolute;
    width: 265px;
    bottom: 136px;
}

.banner .flex-direction-nav a {
    background: none;
}



/* 首页 aboutus */

.index-about-video {
    position: absolute;
    height: 600px;
    width: 600px;
    border-radius: 100%;
    overflow: hidden;
    top: 50%;
    margin-top: -300px;
    left: -200px;
    z-index: 1;
}

.index-about-video .vicon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
}

.index-about-video .vicon:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index-about-right {
    width: 605px;
    position: relative;
    z-index: 3;
    margin-right: 10%;
}

.inabout-conter .index-top .en {
    line-height: 1;
    color: #ff7e57;
}

.inabout-conter .index-top .title {
    line-height: 1.2;
    padding: 20px 0 25px 0;
    color: #333;
}

.inabout-conter .text p {
    padding: 5px 0 15px 0;
    color: #666;
    line-height: 1.9;
}

.inabout-number span.enx {
    display: inline-block;
    padding-right: 25px;
    background-image: -webkit-linear-gradient(left bottom, #ff7e57, #495587);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-about-video {
    left: -500px;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: 1s;
}

.section.active .index-about-video,
.fp-completely .index-about-video {
    left: -200px;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 2s;
    transition-delay: 0.3s;
}

.index-bubble {
    /*display: none;*/
    opacity: 0;
    filter: alpha(opacity=0);

    transition: 1s;
}

.section.active .index-bubble {
    /*display: block;*/
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.6s;
}


.index-about-right .inabout-conter .index-top {
    margin-left: 120px;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.index-about-right .inabout-conter .text {
    margin-left: 150px;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.index-about-right .inabout-conter .inabout-number {
    margin-left: 180px;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}


.section.active .index-about-right .inabout-conter .index-top {
    margin-left: 0;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 1s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}

.section.active .index-about-right .inabout-conter .text {
    margin-left: 0;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 1.2s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.section.active .index-about-right .inabout-conter .inabout-number {
    margin-left: 0;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 1.4s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.inabout-conter .inabout-number .item {
    display: inline-block;
    margin-right: 40px;
}

.inabout-conter .inabout-number .item .txt {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .inabout-conter .inabout-number .item {
        margin-right: 0;
    }
}

.index-bubble .bubble-bg .bubble {
    z-index: 2;
    -webkit-animation: 10s linear 0s normal none infinite spin;
    animation: 10s linear 0s normal none infinite spin;
    border-radius: 50%;
    position: absolute;
    transform-origin: 50% 45% 0;
}

.index-bubble .bubble-bg .sm-bubble {
    transform-origin: 30% 30px 0;
}

.index-bubble .bubble-bg .bubble1 {
    width: 158px;
    height: 158px;
    transform-origin: 50% 47% 0;
    left: 23%;
    top: 26%;
}

.index-bubble .bubble-bg .bubble2 {
    width: 122px;
    height: 122px;
    -webkit-animation: 15s linear 0s normal none infinite spin2;
    animation: 15s linear 0s normal none infinite spin2;
    transform-origin: 50% 40% 0;
    left: 15%;
    top: 50%;
}

.index-bubble .bubble-bg .bubble3 {
    width: 135px;
    height: 135px;
    -webkit-animation: 12s linear 0s normal none infinite spin;
    animation: 12s linear 0s normal none infinite spin;
    transform-origin: 50% 46% 0;
    left: 23%;
    bottom: 15%;
}

.index-bubble .bubble-bg .bubble4 {
    width: 259px;
    height: 259px;
    background: #eff0f4;
    -webkit-animation: 5s linear 0s normal none infinite spin;
    animation: 5s linear 0s normal none infinite spin;
    transform-origin: 50% 43% 0;
    left: 26%;
    top: 40%;
}

.index-bubble .bubble-bg .bubble5 {
    width: 170px;
    height: 170px;
    background: #eff0f4;
    opacity: 0.7;
    -webkit-animation: 5s linear 0s normal none infinite spin2;
    animation: 5s linear 0s normal none infinite spin2;
    transform-origin: 50% 40% 0;
    left: 16%;
    bottom: 23%;
}

.index-bubble .bubble-bg .bubble6 {
    width: 690px;
    height: 690px;
    border: 1px #cdd6e5 solid;
    -webkit-animation: 8s linear 0s normal none infinite spin2;
    animation: 8s linear 0s normal none infinite spin2;
    transform-origin: 50% 45% 0;
    right: 20%;
    bottom: -20%;
}

.index-bubble .bubble-bg .bubble7 {
    width: 900px;
    height: 900px;
    border: 1px #e6e6e6 solid;
    opacity: 0.7;
    -webkit-animation: 10s linear 0s normal none infinite spin;
    animation: 10s linear 0s normal none infinite spin;
    transform-origin: 50% 40% 0;
    right: -15%;
    top: -20%;
}

.fp-tableCell,
.section {
    overflow: hidden;
}



@media all and (max-width: 1366px) {
    .index-about-right {
        padding-top: 3%;
        margin-right: 0;
    }

    .inabout-conter .index-top .title {
        padding: 15px 0 20px 0;
    }

    .inabout-conter .text p {
        padding: 5px 0 5px 0;
    }

    .index-bubble .bubble-bg .bubble1 {
        width: 108px;
        height: 108px;
        left: 28%;
        top: 26%;
    }

    .index-bubble .bubble-bg .bubble2 {
        width: 72px;
        height: 72px;
        left: 20%;
        top: 50%;
    }

    .index-bubble .bubble-bg .bubble3 {
        width: 85px;
        height: 85px;
        left: 28%;
        bottom: 15%;
    }

    .index-bubble .bubble-bg .bubble4 {
        width: 209px;
        height: 209px;
        left: 31%;
        top: 40%;
    }

    .index-bubble .bubble-bg .bubble5 {
        width: 120px;
        height: 120px;
        left: 21%;
        bottom: 23%;
    }

    .index-bubble .bubble-bg .bubble6 {
        width: 500px;
        height: 500px;
        right: 25%;
        bottom: -20%;
    }

    .index-bubble .bubble-bg .bubble7 {
        width: 600px;
        height: 600px;
        right: -10%;
        top: -20%;
    }
}


@media all and (max-width: 768px) {

    .section.active .index-about-video,
    .fp-completely .index-about-video {
        left: auto;
    }
}

.section-two {
    background: #f7f7f7;
}

/* video */
#video {
    width: 0;
    height: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#video-wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    left: 0;
    /*top: 86px;*/
    top: 0;
    background-color: #000;
    /*z-index: 2000;*/
    display: none;
    z-index: 9999999999999999;
    color: #fff;
}

#video-wrap .close {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 0;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

#video-wrap .close .iconfont {
    font-size: 20px;
}



@media all and (max-width: 1024px) {
    .section-two {
        background: #fff;
    }

    .index-about-video {
        left: 0;
        opacity: 1;
    }

    .index-about-right .inabout-conter .index-top,
    .index-about-right .inabout-conter .text,
    .index-about-right .inabout-conter .inabout-number {
        margin-left: 0;
        opacity: 1;
    }

    .index-about {
        padding: 35px 0;
    }

    .index-bubble {
        display: none;
    }

    .index-about-video {
        position: relative;
        margin-top: 0;
        width: 100%;
        border-radius: 0;
        left: 0;
        height: auto;
        padding: 0 30px;
    }

    .index-about-video .vbg {
        width: 100%;
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .index-about-right {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }


}

@media all and (max-width: 530px) {
    .index-about-video {
        padding: 0 15px;
    }

    .index-about-video .vbg {
        height: 160px;
    }
}

/* 首页 aboutus end */


/* 首页 news */
.swiper-container {
    z-index: 5 !important;
}

.index-news-conter {
    position: relative;
    z-index: 3;
}

.index-news-top {
    text-align: center;
}

.index-news-top .en {
    line-height: 1;
    color: #ff7e57;
}

.index-news-top .title {
    line-height: 1.2;
    padding: 20px 0 25px 0;
    color: #333;
}


.index-bubble-two .bubble-bg .bubble1 {
    left: -5%;
    top: 80%;
}

.index-bubble-two .bubble-bg .bubble4 {
    top: 20%;
}

.index-bubble-two .bubble-bg .bubble5 {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
}

.index-bubble-two .bubble-bg .bubble7 {
    border: 1px solid #e0e0e0;
}

ul.innews-list li {
    margin-bottom: 20px;
}

ul.innews-list li .pic {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

ul.innews-list li .pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

ul.innews-list li .pic .quan2 {
    width: 220px;
    height: 220px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    left: -110px;
    top: -110px;
}

ul.innews-list li .pic .quan {
    position: absolute;
    z-index: 2;
}

ul.innews-list li .pic .quan:after {
    display: block;
    /*border: 1px solid #fff;*/
    border-radius: 50%;
    top: -110px;
    box-shadow: 0 0 0 100% rgba(255, 255, 255, 0);
    content: "";
    height: 220px;
    opacity: 1;
    position: absolute;
    left: -110px;
    transform: scale3d(0, 0, 1);
    transform-origin: 50% 50% 0;
    width: 220px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    background: #154995;
}

ul.innews-list li:hover .pic .quan:after {
    transform: scale3d(1, 1, 1);
}

ul.innews-list li .pic .time {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 3;
}

ul.innews-list li:hover .pic .time span {
    color: #fff;
}

ul.innews-list li .pic .time span {
    display: block;
    line-height: 1;
    padding-left: 10px;
    color: #154995;
}

ul.innews-list li .pic .time span.day {
    padding-bottom: 7px;
}

ul.innews-list li .desc .title {
    color: #666666;
    font-weight: 400;
    margin:20px 0 15px 0;
    /*display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;*/
}

ul.innews-list li .desc .more {
    color: #666;
    position: relative;
}

ul.innews-list li .desc .more:after {
    position: absolute;
    left: 0;
    top: 17px;
    width: 0;
    height: 1px;
    background: #666;
    display: block;
    content: '';
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

ul.innews-list li:hover .desc .more {
    padding-left: 40px;
}

ul.innews-list li:hover .desc .more:after {
    width: 30px;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

.section-three .swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 1 !important;
}

.section-three .swiper-scrollbar .swiper-scrollbar-drag {
    background: #2c5b9e !important;
}

.index-news-top {
    margin-left: 300px;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: 1s;
}

.section.active .index-news-top {
    margin-left: 0;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 2s;
    transition-delay: 0.3s;
}

.index-centent {
    margin-top: 35px;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: 0.3s;
}

/*.index-centent{ margin-top: 35px; margin-left: 500px; opacity: 0;-ms-filter:alpha(opacity=0); filter:alpha(opacity=0); transition:1s;}*/
.section.active .index-centent {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    transition: 0.3s;
    transition-delay: 0.3s;
}

.section-three {
    padding-top: 35px;
    background: #eff0f4;
}

.swiper-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.swiper-scrollbar {
    height: 5px;
    margin: 10px auto;
    width: calc(100% - 30px);
}

ul.innews-list li {
    padding: 0;
}

ul.innews-list li a {
    display: block;
    padding: 0 15px;
}

.swiper-slide {
    height: 1px !important;
}

.swiper-slide.swiper-slide-active {
    height: auto !important;
}


@media all and (max-width: 1024px) {
    .section-three {
        padding: 35px 0;
    }

    .index-news-top {
        margin-left: 0;
        opacity: 1;
    }

    .index-centent {
        opacity: 1;
        margin-top: 10px;
    }
}

@media all and (max-width: 768px) {
    .innews-conter.swiper-container {
        height: 320px !important;
    }

    .innews-conter.swiper-container .swiper-scrollbar {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(100% - 30px);
        transform: translateX(-50%);
    }
}

/*section-three*/

/* 首页 news end */

/* footer */
.footer-top {
    padding: 90px 0 100px 0;
}

.footer-menu a {
    width: 40%;
    color: #f5efeb;
    line-height: 1.9;
    padding-bottom: 5px;
}

.footer-menu a:hover {
    color: #fff;
}

.footer-top p.title,
.footer-top p.phone,
.footer-top p.title a,
.footer-top p.phone a {
    font-size: 22px;
    color: #f5efeb;
}

.footer-focus .focus-menu .focus-icon {
    position: relative;
    margin-right: 30px;
    margin-top: 15px;
}

.footer-focus .focus-menu .focus-icon i {
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    color: #f5efeb;
    margin: 0;
    text-align: center;
    display: inline-block;
    border: 1px #f5efeb solid;
    border-radius: 50%;
    font-size: 30px;
}

.footer-focus .focus-menu .focus-icon:hover i {
    background: #f5efeb;
    color: #1e519a;
}

.footer-focus .focus-menu .focus-icon .ewm {
    position: absolute;
    top: 55px;
    bottom: 0;
    display: none;
    width: 110px;
    height: 110px;
    left: -27px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}

.footer-focus .focus-menu .focus-icon .ewm img {
    width: 100%;
}

.footer-focus .focus-menu .focus-icon .ewm span.subscript {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -7px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}


.fp-auto-height,
.section-one {
    z-index: 5;
    overflow: hidden;
}

.fp-auto-height {
    background: #154995;
    background: -webkit-linear-gradient(to right, #154995, #a0c8e8);
    background: -o-linear-gradient(to right, #154995, #a0c8e8);
    background: -moz-linear-gradient(to right, #154995, #a0c8e8);
    background: linear-gradient(to right, #154995, #a0c8e8);
    /* 标准的语法（必须放在最后） */

}


.foote-copyright {
    border-top: 1px rgba(255, 255, 255, .3) solid;
    padding: 20px 0;
}

.foote-copyright a {
    display: inline-block;
    padding-left: 15px;
}

.foote-copyright a,
.foote-copyright .footbl {
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

.foote-copyright a:hover {
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

/* footer end */

@media all and (max-width: 768px) {

    .foote-copyright .footbr,
    .foote-copyright .footbl {
        width: 100%;
        float: none;
        text-align: center;
    }

    .foote-copyright .footbr a {
        float: none;
        height: 26px;
        line-height: 26px;
        white-space: nowrap;
        display: block;
    }

    .foote-copyright .footbr a.gwba {
        position: relative;
        padding-left: 25px;
        display: inline-block;
    }

    .foote-copyright .footbr a.gwba img {
        position: absolute;
        left: 0;
        top: 3px;
    }
}

@media all and (max-width: 530px) {
    .footer-top {
        padding: 45px 0;
    }

    .footer-top img.tmlogo {
        width: auto;
        margin-bottom: 15px;
    }

    .footer-menu a {
        width: 50%;
    }

    .footer-phone {
        margin: 15px 0;
    }

    .footer-focus .focus-menu .focus-icon i {
        display: none;
    }

    .footer-focus .focus-menu .focus-icon .ewm {
        display: block;
        position: static;
    }

    .footer-focus .focus-menu .focus-icon .ewm span.subscript {
        display: none;
    }
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn);
        -webkit-transition: rotate(1turn);
        -moz-transition: rotate(1turn);
        -ms-transition: rotate(1turn);
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
        -webkit-transition: rotate(1turn);
        -moz-transition: rotate(1turn);
        -ms-transition: rotate(1turn);
    }
}

@-webkit-keyframes spin2 {
    to {
        transform: rotate(-1turn);
        -webkit-transition: rotate(-1turn);
        -moz-transition: rotate(-1turn);
        -ms-transition: rotate(-1turn);
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn);
        -webkit-transition: rotate(-1turn);
        -moz-transition: rotate(-1turn);
        -ms-transition: rotate(-1turn);
    }
}




/* page banner */
.page-banner {
    position: relative;
}

.page-banner img.page-pic {
    width: 100%;
}

.page-banner-comment {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-banner .page-banner-text {
    display: table-cell;
    vertical-align: middle;
    color: #333;
}

.page-banner .page-banner-text h3.title {
    line-height: 1.1;
    padding-bottom: 25px;
    opacity: 0;
}

.page-banner .page-banner-text .enx {
    line-height: 1;
}


.page-comment {
    padding: 100px 0;
}

.page-top-center {
    text-align: center;
}

.page-top {
    padding-bottom: 60px;
}

.page-top span.enx {
    color: #ff7e57;
    line-height: 1;
}

.page-top .title {
    color: #333;
    padding-top: 5px;
}

.page-top .text {
    width: 50%;
    padding-top: 15px;
    margin: 0 auto;
    color: #666;
}

.drop-down {
    border: 1px #e2e5e9 solid;
    border-radius: 5px;
    padding: 0 22px;
    height: 68px;
    line-height: 68px;
    background: #f3f5f8 url(/statics/home/images/rjt.png) no-repeat center right 22px / 8px 14px;
}

.map-comment {
    margin-top: 45px;
}

/*百度地图修改样式*/
#mapbox {
    height: 735px;
    width: 100%;
    margin: 0 auto;
}

.BMap_bubble_title {
    color: #ff7e57;
    font-weight: 700;
    padding-top: 5px;
}

.BMap_bubble_content p {
    padding-top: 5px;
    color: #666;
}

.BMap_pop .BMap_top {
    background: rgba(255, 255, 255, 1) !important;
    border: 0 !important;
}

.BMap_pop .BMap_center {
    width: 291px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 1) !important;
}

.BMap_pop .BMap_bottom {
    border: 0 !important;
    background: rgba(255, 255, 255, 1) !important;
}

.BMap_pop div:nth-child(3) {
    background: transparent !important;
}

.BMap_pop div:nth-child(3) div {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1) !important;
    border: 0 !important;
}

.BMap_pop div:nth-child(1) {
    border-radius: 5px 0 0 0;
    background: transparent !important;
    border: 0 !important;
}

.BMap_pop div:nth-child(1) div {
    background: rgba(255, 255, 255, 1) !important;
}

.BMap_pop div:nth-child(5) {
    border-radius: 0 0 0 5px;
    background: transparent !important;
    border: 0 !important;
}

.BMap_pop div:nth-child(5) div {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1) !important;
}

.BMap_pop div:nth-child(7) {
    background: transparent !important;
    left: 226px;
}

.BMap_pop div:nth-child(7) div {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1) !important;
}

.map-comment {
    position: relative;
}

.map-text-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.map-text-content .map-c {
    margin: 25px 25px 0 25px;
    background: rgba(255, 255, 255, .8);
    padding: 0 50px;
    position: relative;
}

ul.map-list {
    display: none;
}

ul.map-list li {
    cursor: pointer;
    border-right: 1px #e2e6ea solid;
    margin-right: 0;
}

ul.map-list li .map-text {
    padding: 50px 30px;
}

ul.map-list li h2.title {
    color: #333333;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

ul.map-list li h2.title img.mappic {
    position: absolute;
    left: 0;
    top: 2px;
}

ul.map-list li p {
    padding-left: 30px;
    padding-top: 7px;
}

.map-c .flex-direction-nav a {
    top: 0;
    height: 100%;
    width: 50px;
    line-height: 200px;
    background: none;
    color: #878787;
    display: table-cell;
    vertical-align: middle;
}

.map-c .flex-direction-nav a:before {
    color: #878787;
    font-size: 30px;
}

.map-c .flex-direction-nav a.flex-prev {
    border-right: 1px #e2e6ea solid;
}

.map-c .flex-direction-nav a:hover:before {
    color: #ff7e57;
}

.page-menu {
    border-bottom: 1px #e6e8ea solid;
    background: #fff;
}

.page-menu-list {
    text-align: center;
    margin: 0 auto;
}

.page-menu-list li {
    display: inline-block;
    padding: 0 4%;
}

.page-menu-list li a {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    color: #333;
    height: 90px;
    line-height: 90px;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

.page-menu-list li a img {
    position: absolute;
    left: 0;
    top: 30px;
    width: 30px;
    height: 30px;
}

.page-menu-list li a:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    content: '';
    display: block;
    height: 3px;
    background: #144894;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s ease-in-out;
}

.page-menu-list li a.active:before,
.page-menu-list li a:hover:before {
    width: 100%;
    left: 0;
}

.sticky-left {
    position: relative;
    display: inline-block;
}

.is-affixed .sticky-contenta {
    padding: 0 15px;
}

.menber-ben {
    position: relative;
    z-index: -1;
}

.is-affixed {
    left: 15px;
}

.sticky-contenta-height {
    min-height: 260px !important;
}

/*.page-comment{ overflow: hidden; }*/
.sticky-contenta .page-top {
    position: absolute;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.index-bubble-page {
    opacity: 1;
}

.sticky-contenta .index-bubble .bubble-bg .bubble6 {
    bottom: -450px;
    border: 1px dashed #d2dceb;
}

.sticky-contenta .index-bubble .bubble-bg .bubble3 {
    left: 30%;
    bottom: -256px;
    width: 160px;
    height: 160px;
}

.sticky-contenta .index-bubble .bubble-bg .bubble1 {
    left: 0;
    top: 400px;
    width: 88px;
    height: 88px;
}

.sticky-contenta .index-bubble .bubble-bg .bubble4 {
    width: 100px;
    height: 100px;
    left: 50px;
    top: 430px;
}

.sticky-contenta .index-bubble .bubble-bg .bubble7 {
    width: 500px;
    height: 500px;
    top: 360px;
    right: 8%;
    -webkit-animation: 30s linear 0s normal none infinite spin;
    animation: 30s linear 0s normal none infinite spin;
}


.ben-content {
    border-bottom: 3px #666666 solid;
}

.ben-cont-list {
    border-top: 3px #666666 solid;
    padding: 50px 0 60px 0;
}

.ben-cont-list h3.ztitle {
    color: #333;
    padding-bottom: 25px;
}

.ben-cont-list h3.ztitle span {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding-right: 20px;
    color: #ff7e57;
}

.ben-cont-men {
    background: #f3f5f8;
    border-radius: 15px;
    padding: 3% 7%;
}

.ben-cont-men .ben-cont-text {
    padding: 3% 0 0 0;
}

.ben-cont-men h2.title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 55px;
    color: #333;
}

.ben-cont-men h2.title img {
    position: absolute;
    left: 0;
    top: 0;
}

.ben-cont-men .text {
    margin-left: 55px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 3%;
    color: #666;
    line-height: 1.9;
}

.ben-cont-men .text p {
    padding-top: 10px;
}

.ben-cont-men .text i {
    font-style: inherit;
    color: #ff7e57;
}

.ben-cont-men .ben-cont-text:last-child .text {
    border-bottom: none;
}

.ben-cont-men .ben-cont-number {
    padding-left: 55px;
}

.ben-cont-men .ben-cont-number .bennumber {
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 3%;
}

.ben-cont-men .ben-cont-number .bennumber span {
    background-image: -webkit-linear-gradient(top, #ff7e57, #7b6a86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ying-member {
    background: url(/statics/home/images/memberbg.jpg) no-repeat center center;
    background-size: cover;
}


.member-center {
    margin: 0 3%;
}

.member-pic {
    width: 100%;
    position: relative;
}

.member-pic img {
    width: 100%;
}

.member-pic img.picdt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.member-pic img.pictop {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.member-pic img.pics {
    position: absolute;
    left: 6%;
    bottom: 6px;
    width: 88%;
    z-index: 1;
}

.member-pic .dy {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.member-pic .dy img.dyewm {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.member-pic .dy .text {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.member-pic .dy:hover img.dyewm {
    bottom: 35px;
}

.mem-more {
    position: absolute;
    left: 0;
    bottom: 13%;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.mem-more .more {
    display: inline-block;
    width: 160px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    background: #ff7e57;
    position: relative;
    color: #fff;
    border-radius: 50px;
}

.mem-more img {
    width: auto;
    position: absolute;
    right: 50px;
    top: 20px;
    opacity: 0;
}

.member-pic:hover img.pics {
    bottom: 80px;
}

.mem-more .more:hover {
    padding-right: 15px;
}

.mem-more .more:hover img {
    right: 40px;
    opacity: 1;
}


.bigimg {
    width: 500px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 98;
    transition: all 3s;
    display: none
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}


@media all and (max-width: 1440px) {
    .header-content ul.primary-nav {
        padding-left: 10%;
    }

    .bigimg {
        width: 300px;
    }

    .mask>img {
        width: 40px;
    }
}

@media all and (max-width: 1280px) {
    .header-content ul.primary-nav {
        padding-left: 0%;
    }
}

@media all and (max-width: 768px) {
    .page-banner .page-banner-text h3.title {
        font-size: 30px;
    }

    .page-banner .page-banner-text .enx {
        font-size: 20px;
    }

    .page-banner img.page-pic {
        min-height: 330px;
        object-fit: cover;
    }

    .page-menu-list li a img {
        position: static;
        margin: 0 auto;
    }

    .page-menu-list li a {
        padding: 15px 0;
        height: auto;
        line-height: 1;
    }
}

@media all and (max-width: 530px) {
    .page-comment {
        padding: 40px 0;
    }

    .menber-ben {
        position: relative;
        z-index: 1;
        padding: 40px 0;
    }

    .sticky-left {
        display: block;
        height: auto;
        height: 150px;
    }

    .page-top {
        text-align: center;
        width: 100%;
    }

    .sticky-contenta {
        display: block;
        height: 100%;
        text-align: center;
    }

    .page-top .title {
        font-size: 26px;
    }

    .ben-cont-list {
        padding: 25px 0 30px 0;
    }

    .ben-cont-men {
        padding: 5%;
    }

    .ben-cont-men .text {
        margin-left: 0;
    }

    .ben-cont-men .ben-cont-number {
        padding-left: 0;
    }

    .member-center {
        padding-top: 25%;
    }

    .member-center-mobile {
        padding-top: 0;
    }

    .member-pic .dy {
        left: 50%;
        margin-left: -100px;
    }

    .member-pic .dy img.dyewm {
        bottom: 35px;
    }

    .ben-cont-men .ben-cont-number .bennumber span {
        font-size: 30px;
    }

    .map-text-content .map-c {
        margin: 0;
        padding: 0 25px;
    }

    .map-c .flex-direction-nav a {
        width: 25px;
        line-height: 100px;
    }

    ul.map-list li .map-text {
        padding: 20px 15px;
    }

    #mapbox {
        height: 450px;
    }

    .drop-down {
        height: 48px;
        line-height: 45px;
        margin-bottom: 7px;
    }

    .member-pic:hover img.pics {
        bottom: 6px;
    }
}


.par-one .par-l {
    width: 40%;
}

.par-one .par-r {
    width: 60%;
}

.par-one .par-l .parpic {
    padding-top: 7%;
}

.par-r h3.title {
    color: #333;
    font-weight: 600;
}

.par-r .text {
    line-height: 1.9;
    color: #666;
    padding: 3% 0 6% 0;
}


ul.parr-list li {
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background: #154995;
    padding: 4% 5%;
    background: -webkit-linear-gradient(to bottom, #154995, #a0c8e8);
    background: -o-linear-gradient(to bottom, #154995, #a0c8e8);
    background: -moz-linear-gradient(to bottom, #154995, #a0c8e8);
    background: linear-gradient(to bottom, #154995, #a0c8e8);
    /* 标准的语法（必须放在最后） */
}

ul.parr-list li .pic img {
    margin: 0 auto;
}

ul.parr-list li .ftext {
    min-height: 62px;
}

ul.parr-list li h3.ftitle {
    font-weight: 600;
    padding: 1% 0;
}

ul.par-list li .pic {
    width: 50%;
    overflow: hidden;
}

ul.par-list li .pic img {
    width: 100%;
    object-fit: cover;
}

ul.par-list li .desc {
    width: 50%;
    padding: 0 8%;
}

ul.par-list li .desc .desc-center {
    display: table-cell;
    vertical-align: middle;
}

ul.par-list li.even .pic {
    float: left;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

ul.par-list li.even .desc {
    float: right;
}

ul.par-list li.odd .pic {
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

ul.par-list li.odd .desc {
    float: left;
}

ul.par-list-one li .desc h2.title {
    font-weight: 600;
    color: #333;
    line-height: 1.9;
    padding-bottom: 2%;
}

ul.par-list-one li .desc .text {
    color: #666;
    line-height: 1.9;
}

ul.par-list-one li .desc .xbt {
    padding: 5% 0;
}

ul.par-list-one li .desc .xbtd {
    padding-top: 13%;
}

ul.par-list-one li .desc .xbt .tt {
    color: #333;
}

ul.par-list-one li .desc .xbt .f68 {
    font-size: 68px;
    color: #ff7e57;
    line-height: 1;
    padding-bottom: 3%;
}

ul.par-list-one li .desc .xbtd .f170 {
    font-size: 150px;
    line-height: .8;
    color: #ff7e57;
    display: block;
}

ul.par-list-two li .desc .desc-center span {
    color: #ff7e57;
}

ul.par-list-two li .desc .desc-center h2.title {
    color: #333;
    font-weight: 400;
    padding-bottom: 3%;
}

ul.par-list-two li .desc .desc-center .text {
    color: #666;
    line-height: 1.9;
    padding-right: 3%;
}

ul.par-list-two li .desc .desc-center .niceScroll {
    max-height: 220px;
}

ul.process-list li .process-center a {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 7%;
    background: #154995;
    background: -webkit-linear-gradient(to bottom, #154995, #a0c8e8);
    background: -o-linear-gradient(to bottom, #154995, #a0c8e8);
    background: -moz-linear-gradient(to bottom, #154995, #a0c8e8);
    background: linear-gradient(to bottom, #154995, #a0c8e8);
    /* 标准的语法（必须放在最后） */
}

ul.process-list li .process-center h2.title {
    font-weight: 700;
}

ul.process-list li .process-center a .desc {
    background: #e8e8e8;
    padding: 15% 5%;
    color: #333;
    text-align: center;
}

ul.process-list li .process-center a .desc img {
    margin: 0 auto;
    padding-bottom: 3%;
}

ul.process-list li .process-center a .desc span {
    position: absolute;
    left: 5%;
    top: 3%;
    color: #ff7e57;
}

ul.process-list li .process-center a .open-desc {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10% 5%;
    color: #fff;
}

ul.process-list li .process-center a .open-desc h2.title {
    padding-bottom: 3%;
}

ul.process-list li .process-center a .open-desc .niceScroll {
    max-height: 113px;
}

ul.process-list li .process-center a:hover .desc {
    opacity: 0;
    filter: alpha(opacity=0);
}

ul.process-list li .process-center a:hover .open-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 15% 5%;
}

@media all and (max-width: 1440px) {
    ul.par-list-one li .desc .xbtd {
        padding-top: 7%;
    }

    ul.par-list-one li .desc .xbt .f68 {
        font-size: 60px;
    }

    ul.par-list-one li .desc .xbtd .f170 {
        font-size: 130px;
    }
}

@media all and (max-width: 1366px) {
    ul.par-list-one li .desc .xbt .f68 {
        font-size: 56px;
    }

    ul.par-list-one li .desc .xbtd .f170 {
        font-size: 110px;
    }

    ul.parr-list li {
        padding: 4%;
    }
}

@media all and (max-width: 1024px) {
    ul.par-list-two li .desc .desc-center .niceScroll {
        max-height: 170px;
    }

    ul.process-list li .process-center a .open-desc .niceScroll {
        max-height: 100px;
    }

    ul.par-list-one li .desc .xbt .f68 {
        font-size: 48px;
    }

    ul.par-list-one li .desc .xbtd .f170 {
        font-size: 90px;
    }
}

@media all and (max-width: 768px) {
    ul.par-list li .desc {
        padding: 0 5%;
    }

    ul.par-list-one li .desc .desc-center .niceScroll {
        max-height: 140px;
    }

    ul.parr-list li .pic img {
        width: 46px;
    }

    ul.parr-list li h3.ftitle {
        font-size: 18px;
    }

    ul.par-list-two li .desc .desc-center .niceScroll {
        max-height: 120px;
    }

    ul.process-list li .process-center a .desc img {
        width: 80px;
    }

    ul.process-list li .process-center a:hover .open-desc {
        padding: 8% 5%;
    }

    .page-top .text {
        width: 100%;
    }
}


@media all and (max-width: 530px) {
    .par-r h3.title {
        text-align: center;
    }

    .par-one .par-l {
        width: 100%;
    }

    .par-one .par-r {
        width: 100%;
    }

    .par-one .par-l .parpic {
        padding-top: 0;
        margin: 0 auto;
    }

    ul.par-list li.even .pic {
        width: 100%;
        border-radius: 10px;
    }

    ul.par-list li.even .desc {
        width: 100%;
    }

    ul.par-list li.odd .pic {
        float: left;
        width: 100%;
        border-radius: 10px;
    }

    ul.par-list li.odd .desc {
        width: 100%;
    }

    ul.par-list li .desc .desc-center {
        display: table;
        padding: 5% 0;
        margin: 0 auto;
        text-align: center;
    }

    ul.par-list li.even .pic {}

    ul.par-list-two li .desc .desc-center .niceScroll {
        max-height: 100%;
        height: auto !important;
    }

    ul.par-list-one li .desc .xbt .f68 {
        font-size: 30px;
    }

    ul.par-list-one li .desc .xbtd .f170 {
        font-size: 50px;
    }

    ul.par-list li .desc {
        position: relative;
        padding: 0;
    }

    .page-top {
        /* padding-bottom: 25px; */
        /* padding-bottom: 60px; */
    }

    ul.parr-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
    }

    ul.parr-list li .ftext {
        min-height: 100%;
    }

    ul.par-list-two li .desc .desc-center span {
        display: block;
        text-align: center;
    }

    ul.par-list-two li .desc .desc-center h2.title {
        text-align: center;
    }
}


.brand-one {
    background: url(/statics/home/images/brandbg.jpg) no-repeat center center;
    background-size: cover;
}

.brand-top-text h2.title {
    font-weight: 400;
    color: #333;
}

.brand-top-text .text {
    color: #333;
    line-height: 1;
    padding: 3% 0 5% 0;
}

.brand-top-text .bottom-text {
    padding: 0 12%;
}

.brand-top-text .bottom-text .text {
    color: #666;
    line-height: 2;
}

.brand-top-text .bottom-text ul li {
    border-radius: 10px;
    overflow: hidden;
}

.brand-top-text .bottom-text ul li img {
    width: 100%;
}


.brand-two {
    background: #f7f7f7;
    z-index: 0;
}

.brand-two .sticky-contenta img {
    max-width: 100%;
}

.brand-one .brand-top-pic img {
    max-width: 100%;
}

.brand-two .ben-content {
    border-bottom: none;
}

.brand-two .ben-cont-list {
    padding: 0;
    border-top: none;
    margin-bottom: 3%;
}

.brand-two .ben-cont-list .ben-cont-men {
    background: #fff;
}

.brand-two .ben-cont-list .ben-cont-men h2.title {
    padding-left: 42px;
}

.brand-two .ben-cont-list .ben-cont-men h2.title span {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7e57;
}

.brand-two .ben-cont-list .ben-cont-men .text {
    margin-left: 42px;
}

ul.brand-two-list li {
    position: relative;
    padding: 5%;
    background: #f4f5f7;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 2%;
}

ul.brand-two-list li h3.ftitle {
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #333;
}

ul.brand-two-list li h3.ftitle .zpic {
    position: absolute;
    left: 0;
    top: 0;
}

ul.brand-two-list li .ftext {
    margin-left: 40px;
    min-height: 60px;
    color: #333;
}

ul.brand-two-list li .fpic {
    position: absolute;
    right: -30px;
    bottom: -30px;
}

ul.brand-two-list-pic li {
    padding: 0;
    border: 1px #cccccc solid;
}

ul.brand-two-list-pic li .dpic {
    width: 100%;
}

.Profess-comment {
    background: url(/statics/home/images/febg.jpg) no-repeat top 100px center;
    background-attachment: fixed;
    background-size: 100%;
}

ul.Profess-list li .pro-pic img {
    margin: 0 auto;
    object-fit: cover;
}

ul.Profess-list li .pro-pic {
    background: #fff;
    border-radius: 10px;
    border: 1px #ccc solid;
    overflow: hidden;
    padding: 5% 0;
    margin-bottom: 10%;
}

.public-welfare {
    margin-top: 10%;
}

.public-welfare .welfare-l {
    width: 50%;
}

.public-welfare .welfare-l img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.public-welfare .welfare-r {
    width: 50%;
}

.public-welfare .welfare-r .welfare-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%;
}

.public-welfare .welfare-r .welfare-text h2.title {
    color: #333;
    font-weight: 400;
    padding-bottom: 5%;
}

.conven-comment {
    background: url(/statics/home/images/brandbg2.jpg) no-repeat center center;
    background-size: cover;
}

ul.conven-list li a {
    display: block;
}

ul.conven-list li a .pic img {
    width: 100%;
    border-radius: 15px;
}

ul.conven-list li a .text {
    color: #333;
    padding: 3% 5%;
}

.coop-comment .coop-l {
    float: left;
    width: 50%;
}

.coop-comment .coop-r {
    float: right;
    width: 50%;
}

.coop-r .pic img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.coop-l {
    padding-right: 10%;
}

.coop-l .coop-l-center {
    display: table-cell;
    vertical-align: middle;
}

.coop-phone {
    position: relative;
    padding-left: 100px;
}

.coop-phone .phone-pic {
    position: absolute;
    left: 0;
    top: 0;
}

.coop-phone .phone {
    line-height: 1;
    color: #ff7e57;
    /* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff', endColorStr='#fff', gradientType='0'); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff, grandientType=0);
    /* background-image: -webkit-linear-gradient(162deg,
            rgba(96, 90, 150, 1) 0%,
            rgba(166, 108, 114, 1) 70%,
            rgba(255, 126, 87, 1) 100%);
    background-image: -o-linear-gradient(162deg,
            rgba(96, 90, 150, 1) 0%,
            rgba(166, 108, 114, 1) 70%,
            rgba(255, 126, 87, 1) 100%);
    background-image: linear-gradient(288deg,
            rgba(96, 90, 150, 1) 0%,
            rgba(166, 108, 114, 1) 70%,
            rgba(255, 126, 87, 1) 100%);
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    *background-image: none;
    _background-image: none; */
}


@media all and (max-width: 1440px) {
    .brand-top-text .bottom-text {
        padding: 0 10% 0 5%;
    }

    .brand-top-text .text {
        padding: 2% 0 2% 0;
    }

    .coop-comment .coop-l {
        padding-right: 3%;
    }

    .coop-comment .page-top {
        padding-bottom: 25px;
    }
}

@media all and (max-width: 1024px) {
    .footer-top .tmlogo {
        width: 100%;
    }

    .brand-top-text .bottom-text {
        padding: 0 5% 0 0;
    }

    ul.brand-two-list li .ftext {
        margin-left: 0;
    }
}

@media all and (max-width: 768px) {
    /* ul.brand-two-list li {
        height: 200px;
    } */
}

@media all and (max-width: 530px) {
    .brand-one .brand-top-pic img {
        display: none;
    }

    .brand-two .sticky-left {
        display: none;
    }

    .brand-two .ben-cont-list .ben-cont-men .text {
        margin-left: 0;
    }

    ul.brand-two-list li .ftext {
        min-height: 88px;
    }

    .public-welfare .welfare-l {
        width: 100%;
    }

    .public-welfare .welfare-r {
        width: 100%;
    }

    .public-welfare .welfare-r .welfare-text {
        padding: 3%;
    }

    .public-welfare .welfare-r .welfare-text h2.title {
        padding-bottom: 3%;
        text-align: center;
    }

    .coop-comment .coop-r {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .coop-comment .coop-l {
        width: 100%;
        float: right;
        padding-right: 0;
    }

    .coop-phone .phone-pic {
        width: 60px;
    }

    .coop-phone {
        padding-left: 70px;
    }

    .brand-two .ben-cont-list .ben-cont-men h2.title {
        font-size: 16px;
    }

    .ben-cont-men h2.title {
        line-height: 1.5;
        height: auto;
    }

    .brand-two .ben-cont-list .ben-cont-men h2.title {
        padding-left: 30px;
    }
}

ul.innews-list li .desc .title {
    min-height: 93px;
}

.news-center ul.innews-list li .pic .quan2 {
    background: #fcfdfd;
}

.news-center ul.innews-list li {
    margin-bottom: 3%;
}

.page-pagination {
    text-align: center;
    margin-top: 2%;
}

.page-pagination ul.pagination li {
    display: inline-block;
}

.page-pagination ul.pagination li.page-item {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    border: 1px #ccc solid;
    overflow: hidden;
}

.page-pagination ul.pagination li.page-item span,
.page-pagination ul.pagination li.page-item a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.page-pagination ul.pagination li.page-item.active span,
.page-pagination ul.pagination li.page-item a:hover {
    background: #144894;
    color: #fff;
}

.page-pagination ul.pagination li.page-item i {
    font-style: normal;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
}

@media all and (max-width: 530px) {
    ul.innews-list li .desc .title {
        min-height: auto;
        padding: 20px 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-center ul.innews-list li {
        margin-bottom: 5%;
    }

    ul.innews-list li .desc .more:after {
        top: 15px;
    }

    .page-pagination ul.pagination li.page-item {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .page-pagination ul.pagination li.page-item i {
        line-height: 26px;
    }

    ul.innews-list li .pic .quan2 {
        width: 180px;
        height: 180px;
        left: -90px;
        top: -90px;
    }

    ul.innews-list li .pic .quan:after {
        width: 180px;
        height: 180px;
        left: -90px;
        top: -90px;
    }
}

.news-view-center {
    background: #f7f7f7;
}

.nview-content {
    position: relative;
    top: -150px;
    z-index: 3;
}

.nview-content .news-view-text {
    background: #fff;
    border-radius: 15px;
    padding: 5%;
}

.nview-content .news-view-text h1.title {
    color: #333;
    text-align: center;
}

.nview-content .news-view-text .details {
    text-align: center;
    padding: 2%;
    border-bottom: 1px #ccc solid;
}

.nview-content .news-view-text .details span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #999999;
}

.nview-content .news-view-text .details span:before {
    position: absolute;
    top: 6px;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999999;
}

.nview-content .news-view-text .details span:last-child:before {
    background: none;
}

.nview-content .news-view-text .content-view {
    padding-top: 5%;
}

.nview-content .news-view-text .content-view img {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
    margin-top: 15px;
}

.nview-content .news-view-text .content-view p {
    /*text-indent: 2em;*/
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    padding-top: 15px;
}

/*.nview-content{ position: relative; }*/
.nview-content .news-view-nav {
    background: #fff;
    border-radius: 15px;
    padding: 3% 5%;
    margin-top: 3%;
    position: relative;
}

.nview-content .news-view-nav a {
    display: block;
    color: #666666;
    padding: 5px 80px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nview-content .news-view-nav a:hover {
    color: #ea5413;
}

.nview-content .news-view-nav a.return-list {
    position: absolute;
    right: 0;
    top: 35px;
    padding-right: 5%;
}

.nview-content .news-view-nav a.return-list img {
    margin: 0 auto;
    padding-bottom: 7px;
}

.nview-content .news-view-list {
    background: #fff;
    border-radius: 15px;
    padding: 10%;
}

.nview-content .news-view-list h3.title {
    color: #333;
    font-weight: 600;
}

ul.vie-list li {
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
}

ul.vie-list li h2.title {
    color: #333;
    font-weight: 400;
    padding-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.vie-list li .text {
    color: #666;
}

ul.vie-list li:last-child {
    border-bottom: none;
}

ul.vie-list li:hover h2.title {
    color: #ea5413;
}

@media all and (max-width: 1440px) {
    .nview-content {
        top: -100px;
    }
}

@media all and (max-width: 1024px) {
    .nview-content .news-view-nav a.return-list {
        top: 25px;
    }

    .nview-content .news-view-nav {
        margin: 3% 0;
    }
}

@media all and (max-width: 530px) {
    .nview-content .news-view-list {
        padding: 5%;
    }

    .nview-content {
        top: -50px;
    }

    .page-banner-nview img.page-pic {
        min-height: 260px;
    }

    .nview-content .news-view-list h3.title {
        font-size: 18px;
    }

    .nview-content .news-view-text .content-view p {
        font-size: 15px;
    }

    .ben-cont-men h2.title img {
        width: 25px;
    }

    .ben-cont-men h2.title {
        padding-left: 35px;
    }

    .news-center ul.innews-list li a {
        padding: 0;
    }
}

@media all and (max-width: 475px) {
    .nview-content .news-view-nav a.return-list {
        top: 20px;
        display: block;
    }
}

#CompanyCulture,
.page-menu,
.page-banner {
    position: relative;
    z-index: 2;
}

#CompanyOverview {
    z-index: 1;
}

#CompanyOverview .inabout-number span.enx {
    line-height: 1;
}

#CompanyOverview .index-about-right .inabout-conter .inabout-number {
    margin-top: 40px;
}

#CompanyOverview .inabout-number .txt {
    color: #333;
    font-size: 18px;
}

.header {
    /* background: rgba(255, 255, 255, 1); */
}

ul.conven-list li .pic img {
    width: 100%;
    border-radius: 15px;
}

ul.conven-list li .text {
    color: #333;
    padding: 3% 5%;
    font-weight: 700;
}

.ben-content2 .page-top .text {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    padding-top: 35px;
}

@media all and (max-width: 530px) {
    .ben-content2 .page-top .text {
        color: #333;
        font-weight: 300;
        font-size: 15px;
        padding-top: 15px;
    }

    .page-about .index-about-right .inabout-conter .text {
        height: auto !important;
        padding-right: 0 !important;
    }
}

.coop-l-center .page-top .text {
    line-height: 1.9;
}

#professList {
    overflow-y: scroll;
    padding-left: 15px;
}
#professList::-webkit-scrollbar{ width: 5px; height: 5px; background-color: #f1f1f1; }
#professList::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #f1f1f1; }
#professList::-webkit-scrollbar-thumb {border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #c1c1c1; }
#professList::-webkit-scrollbar-thumb:hover{border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background-color: #a8a8a8; }