* {
    font-family: source-han-sans-simplified-c, OpenSans-Regular, "Open Sans", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.cz-nav-box-wrapper {
    background: #773D88;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 17;
}

.cz-nav-box-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.cz-nav-box-wrapper .navbar-collapse {
   justify-content: space-around;
}
.cz-nav {
    background: #773D88 !important;
    padding: 5px;
}

.cz-lang-wrapper a:first-child img {
    margin-right: 22px;
}

.cz-nav .navbar-nav .nav-item.active {
    background: #8E619A;
}

.cz-nav .navbar-nav .nav-item:hover {
    background: #542B5F !important;
}

.cz-nav .navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: 400;
}

.cz-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.cz-nav .dropdown > .dropdown-toggle:active {
    /*pointer-events: none;*/
}

.cz-footer {
}


.cz-nav .navbar-nav .dropdown-menu {
    background-color: #773D88;
    top: 95% !important;
}

.cz-nav .navbar-nav .dropdown-menu .dropdown-item {
    line-height: 30px;

}

.cz-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #542B5F;
}


.cz-nav .dropdown-item,
.cz-nav .dropdown-item:focus,
.cz-nav .dropdown-item:hover {
    color: white !important;
}


.cz-nav .nav-link.dropdown-toggle::after {
    display: none;
}

.cz-nav-box-wrapper .navbar .navbar-toggler {
    padding: .2rem .5rem;
}

.cz-nav-box-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
    font-size: 14px;
}


.img-max-width-100pe {
    max-width: 100%;
    margin-left: -25px;
}

.cz-footer-linksWrapper {
    text-align: center;
    font-size: 14px;
    color: #e3e4e6;
}

.cz-footer-linksWrapper a {
    color: #e3e4e6;
    text-decoration: underline;
    line-height: 25px;
}

.cz-footer-fav-wrapper > a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.cz-footer-fav-wrapper .footer-right {
    margin-right: -30px;
}

.cz-main-content-wrapper-header {
    background: #F3F3F3;
}

.cz-cat-lists-wrapper {
    background: #F3F3F3 !important;
}

.cz-cat-lists-wrapper .cz-innerImg-wrapper img {
    border-radius: 10px;
    border: 2px solid white;
    /*max-height: 250px;*/
    /*height: 293px;*/
    /*width: 293px;*/
}

.cz-cat-lists-wrapper .card {
    text-align: center;
    border-radius: 10px;
    background: transparent;
    border-color: #F1F1F1;
    min-height: 490px;
    /*max-height: 490px;*/
    overflow: hidden;
    margin-bottom: 30px !important;
}

.cz-cat-lists-wrapper .card .cz-innerImg-wrapper {
    padding: 10px;
}

.cz-cat-lists-wrapper .card .card-body h3 {
    font-size: 26px;
    font-weight: bold;
    color: #793C84;
    line-height: 32px;
}


.cz-cat-lists-wrapper .card .card-body h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cz-cat-lists-wrapper .card .card-body .card-text {
    font-size: 16px;
    line-height: 25px;
    /*font-weight: bold;*/
}

.cz-cat-lists-wrapper .card .card-body .card-text a.mailto {
    color: #505145;
    text-decoration: none;
}


.cz-cat-lists-wrapper-a,
.cz-cat-lists-wrapper-a:hover {
    text-decoration: none;
    color: #3A3B3D;
}

.container-no {
    position: relative;
    overflow: hidden;
}

.container-no .carousel {
    overflow: hidden;
}
.container-no .carousel .carousel-indicators li{
  /*height: 10px;*/
  /*width: 10px;*/
  /*border: 1px solid #fff;*/
  /*background-color: #fff;*/
  /*border-radius: 50%;*/
  /*opacity: 1;*/
}

.container-no .carousel .carousel-indicators li.active {
    /*height: 10px;*/
    /*width: 25px;*/
    /*background-color: #773d87;*/
    /*border: 1px solid #773d87;*/
    /*border-radius: 5px;*/
    /*opacity: 1;*/
}
.cz-main-content-wrapper {
    /*min-height: 200px;*/
    position: relative;
    overflow: hidden;
    margin-top: 78px;
}

.cz-index-links-wrapper {
    padding-bottom: 30px;
    background: #6D2D84 !important;
}


.cz-index-links-wrapper .cz-one-box {
    padding: 50px 0 0 100px;
    /*text-align: center;*/
}

.cz-index-links-wrapper .cz-one-box:first-child {
    /*padding: 50px 0 0 0;*/
}

.cz-index-links-wrapper h6 {
    font-size: 20px;
    line-height: 30px;
}

.cz-index-links-wrapper ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.cz-index-links-wrapper a {
    text-decoration: none;
    color: white;
}

.cz-index-links-wrapper a:hover {
    color: red;
}

.cz-index-links-wrapper .links-vertical a {
    font-size: 15px;
    line-height: 25px;
}

.cz-home-special-carousel-container {
    position: relative;
    overflow: hidden;
    background-image: url('/themes/xiesheng/public/assets/img/bg/home2bg.jpg');
    background-size: cover;
    padding: 20px 0;
}

.cz-home-special-carousel-container .cz-onebox {
    width: 100%;

    /*margin-bottom: 20px;*/
    /*padding-top: 100%;*/
    position: relative;


    flex: 1;
    text-align: center;
    background: #773D88;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 35% 0;
    height: 0;

    background-position: center center;

    /*    -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/

    -webkit-background-size: 113%;
    -o-background-size: 113%;
    background-size: 113%;

    /* https://cubic-bezier.com/ */
    transition: background-position 2s cubic-bezier(.24, .81, .51, .98);
}

.cz-home-special-carousel-container .cz-onebox:hover {
    /*background-size: 120%;*/
    /*-webkit-transition: background-size 0.7s linear;*/
    /*transition: background-size 0.7s linear;*/

    background-position: 95% 50%;
    /*transition: background-position 0.7s linear;*/
}

.cz-home-special-carousel-container .cz-onebox img {
    /*border-radius: 8px;*/
}


.cz-home-special-carousel .col-6 {
    padding: 3px 3px;
    overflow: hidden;
}

.cz-home-special-carousel .col-6 img {
    background: #f0f0f0;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: all 0.9s ease-in-out;
}

.cz-home-special-carousel .col-6:hover img {
    /*https://www.jianshu.com/p/231fed996593*/
    transform: scale(1.1, 1.1);
    opacity: 1.0;
}

.cz-home-special-carousel .col-6 .cz-onebox {
    overflow: hidden;
}

.cz-home-special-carousel .cz-onebox .cz-onebox-cover {
    opacity: 0.5;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 110%;
    z-index: 2;
    transition: all 0.9s ease-in-out;
}

.cz-home-special-carousel .cz-onebox:hover .cz-onebox-cover {
    opacity: 0;
}


.cz-home-special-carousel-one-tab {

}


.cz-home-special-carousel-container .carousel-control-prev:hover {
    /*    background-image: linear-gradient(to right, #EEE, transparent);
        background-position: center;
        background-blend-mode: normal;*/
    border-radius: 8px;
}

.cz-home-special-carousel-container .carousel-control-next:hover {
    /*    background-image: linear-gradient(to left, #EEE, transparent);
        background-position: center;
        background-blend-mode: normal;*/
    border-radius: 8px;
}

.cz-home-special-carousel .carousel-control-next,
.cz-home-special-carousel .carousel-control-prev {
    /*width: 15%;*/
}


.cz-home-special-carousel-container .cz-onebox .cz-onebox-title {
    transition: all 0.9s;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 0px;
    line-height: 55px;
    /*-moz-opacity: 0.8;*/
    /*opacity: 0.8;*/
    filter: Alpha(opacity=80);
    *zoom: 1;
    background-color: rgba(114, 61, 128, 0.8);
    width: 100%;
    text-align: left;
    text-indent: 20px;
    visibility: 0;
    z-index: 10;
}

.cz-home-special-carousel-container .cz-onebox:hover .cz-onebox-title {
    height: 55px;
    transition: opacity 0.9s ease-in-out, height 0.2s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out, height 0.2s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out, height 0.2s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out, height 0.2s ease-in-out;
    -webkit-transition: opacity 0.9s ease-in-out, height 0.2s ease-in-out;
}

.cz-home-special-carousel .carousel-indicators li {
    border: 1px solid gray;
}

.cz-home-special-carousel .carousel-control-prev-icon,
.cz-home-special-carousel .carousel-control-next-icon {
    width: 40px;
    height: 80px;

}

.cz-home-special-carousel .carousel-control-prev-icon {
    justify-content: left;
    background-image: url('/themes/xiesheng/public/assets/img/bg/l.png') !important;
}

.cz-home-special-carousel .carousel-control-next-icon {
    justify-content: right;
    background-image: url('/themes/xiesheng/public/assets/img/bg/r.png') !important;
}

.cz-home-special-carousel .cz-in-sms .cz-onebox {
    margin-bottom: 20px;
}

.cz-home-special-carousel .cz-in-sms .cz-onebox .cz-onebox-cover {
    width: 100%;
    height: 100%;
}

.cz-home-special-carousel .cz-in-sms .cz-onebox .cz-onebox-title {
    display: block;
    height: 40px;
    opacity: 1;
    font-size: 14px;
    line-height: 40px;
}

.cz-list-top-img-wrapper {
    background: #F3F3F3 !important;
    position: relative;
    overflow: hidden;
    margin-top: 78px;
}

/*.cz-detail-box-wrapper {*/
/*    min-height: 410px;*/
/*    padding: 30px 20px;*/
/*}*/

.cz-page-content-wrapper {
    min-height: 300px;
}


.clearBoth {
    clear: both;
}

.height1px {
    height: 1px;
}

#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top {
    display: none;
}

#think_page_trace,
#think_page_trace_open {
    /*display: none;*/
}



@media (min-width: 1200px) {
    .cz-nav-box-wrapper > .container {
        max-width: 1180px;
    }

    .cz-nav .navbar-nav {
        /*margin-left: 104px;*/
        display: flex;
        align-content: space-around;
    }

    .cz-nav .navbar-nav .nav-item {
        padding: 0 15px;
    }
}

@media (min-width: 1601px) {
    .cz-nav-box-wrapper > .container {
        max-width: 1400px;
    }

    .cz-cat-lists-wrapper .container {
        max-width: 1400px;
    }
    .img-max-width-100pe {
      margin-left: -10px;
    }

    .cz-footer-fav-wrapper .footer-right {
      margin-right: -10px;
    }
    .cz-index-links-wrapper .cz-one-box {
        padding: 50px 0 0 130px;
        /*text-align: center;*/
    }
}

@media (max-width: 1199px) {
    .cz-nav-box-wrapper > .container {
        max-width: 99%;
        padding: 0 5px;
    }

    .cz-nav .navbar-nav {
        /*margin-left: 45px;*/
    }

    .cz-nav .navbar-nav .nav-item {
        padding: 0 10px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .cz-nav .navbar-nav .nav-item {
        display: inline-block;
        /*min-width: 70px;*/
    }
}


@media (min-width: 992px) {
    .cz-nav .navbar-nav {
        /*margin-left: 45px;*/
    }

    .cz-nav .cz-nav-items-6-plus .navbar-nav {
        margin-left: 70px;
    }

    .cz-nav .navbar-nav .nav-item {
        display: inline-block;
        /*min-width: 100px;*/
        font-weight: lighter;
        font-size: 18px;
        font-family: Arial, Verdana, "Times New Roman", Times, Helvetica, "microsoft yahei", "Droid Sans", "SimSun", "SimHei", sans-serif;
        line-height: 52px;
        text-align: center;
        /*padding: 0 10px;*/
    }

    .cz-nav .navbar-nav .nav-item a {
        color: white !important;
    }

    .cz-list-top-img {
        /*height: 300px;*/
    }

}


@media (max-width: 991px) {
    .cz-nav {
        /*vertical-align: middle;*/
    }

    .cz-nav .dropdown-menu {
        margin-left: -10px;
    }

    .cz-logoImg {
        display: inline-block;
        line-height: 60px;
        /*vertical-align: middle;*/
    }

    .cz-logoImg img {
        /*margin-bottom: -15px;*/
        vertical-align: middle;
    }

    .cz-lang-wrapper-top {
        /*float: right;*/
    }

    .cz-nav .navbar-nav .nav-item {
        border-radius: 5px;
        padding-left: 10px;
    }

    .cz-nav .navbar-nav {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .cz-footer .row > div {
        margin-bottom: 20px;
    }

    .cz-footer-linksWrapper {
        text-align: center;
    }

    .cz-cat-lists-wrapper .card .cz-innerImg-wrapper {
        margin-top: 20px;
    }

    .cz-list-top-img {
        /*height: 300px;*/
    }

    .cz-home-special-carousel-container .d-sm-block .cz-onebox .cz-onebox-title,
    .cz-home-special-carousel-container .d-sm-block .cz-onebox:hover .cz-onebox-title {
        line-height: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cz-nav-box-wrapper > .container {
        max-width: 100%;
    }

    .footer-logo {
        text-align: center;
    }

    .cz-logoImg {
        margin-right: 10px;
    }

    .cz-logoImg img {
        max-width: 80% !important;
    }

    .cz-lang-wrapper a:first-child img {
        margin-right: 10px;
    }

    .cz-footer-fav-wrapper {
        text-align: center !important;
    }

    .img-max-width-100pe {
        margin-left: 0;
    }

    .cz-footer-fav-wrapper .footer-right {
        margin-right: 0;
    }

    .cz-cat-lists-wrapper .card .card-body .card-text {
        width: 250px;
        margin: 0 auto;
    }

    .cz-list-top-img {
        /*height: 200px;*/
    }

    .cz-cat-lists-wrapper .card .card-body h3 {
       font-size: 26px;
    }
    .cz-cat-lists-wrapper .card .card-body h4 {
      font-size: 20px;
    }
    .cz-index-links-wrapper .cz-one-box {
        padding: 50px 0 0 50px;
        /*text-align: center;*/
    }
}

@media (max-width: 320px) {
    .cz-index-links-wrapper .cz-one-box {
        padding: 50px 0 0 35px;
        /*text-align: center;*/
    }

}
