html,
body {
    font-size: 14px;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.thumb {
    position: relative;
    margin: auto;
    text-align: center;
}

.thumb.cover {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.thumb.cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    width: 100%;
    height: auto;
}

.hidden1 {
    visibility: hidden;
    position: fixed;
    z-index: -99999999999999;
}

.thumb.cover.p6x4 {
    padding-bottom: 66%
}

.thumb.cover.p5x4 {
    padding-bottom: 80%
}

.thumb.cover.p5x3 {
    padding-bottom: 60%
}
.thumb.cover.p65 {
    padding-bottom: 65%
}

.thumb.cover.p4x3 {
    padding-bottom: 75%
}

.thumb.cover.p16x9 {
    padding-bottom: 56%
}



.display {
    visibility: visible;
    position: fixed;
    z-index: 99999999999999;
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-tap-highlight-color: transparent;

    outline: none;

    background: none;

    text-decoration: none;
}


@media (max-width: 768px) {
    .row .col-xs-24 {
        width: 20%
    }
}

@media (max-width: 992px) {

    .row .col-xs-24,
    .row .col-sm-24 {
        width: 20%
    }
}

@media (max-width: 1200px) {

    .row .col-xs-24,
    .row .col-sm-24,
    .row .col-md-24 {
        width: 20%
    }
}
@media (min-width: 1200px) {
    .row .col-lg-24 {
        width: 20%
    }
}
@media (max-width: 960px) {

    .sto-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 100px;
        z-index: 3;
        transition: all .3s ease-in-out;
    }
}
.area .jz-title h3 {
    color: #fff;
}
.area .jz-title h6 {
    color: rgba(255,255,255,0.5);
}
.page-home .st-mainbody .company {
    background: #F1F1F1;
}
.ui-box {
    text-decoration: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    vertical-align: baseline;
    padding: 10px
}

.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
    content: '';
    position: absolute
}

.bottom-inOutSpread:after {
    border-top: 4px solid #920783;
    left: 51%;
    right: 51%;
    top: -4px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%
}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 10px 0;
}

.st-header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1;
}

.st-header .container {
    position: relative;
}

.st-header .logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -100%;
    width: 370px;
    height: 100px;
    margin: 0 0 0 -90px;
}

.st-header .logo:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 5px;
    content: "";
    z-index: 1;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100% auto;
}

.st-header .btn-menu {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 40px;
    height: 40px;
    z-index: 98;
    cursor: pointer;
    opacity: 0;
}

.st-header .btn-menu .icon {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 20px;
    height: 3px;
    background: #808080;
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
}

.st-header .btn-menu .icon:before,
.st-header .btn-menu .icon:after {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 3px;
    content: "";
    background: #808080;
    transition: all .2s ease-in-out;
}

.st-header .btn-menu .icon:after {
    top: 8px;
}

.sto-header.open {
    bottom: 0;
    background: #000;
    height: auto;
}

.st-header.open .btn-menu .icon {
    background: none
}

.st-header.open .btn-menu .icon:before {
    transform: rotate(-45deg);
    top: -5px;
}

.st-header.open .btn-menu .icon:after {
    transform: rotate(45deg);
    top: -5px;
}

.st-header.open .navbar {
    z-index: 2;
    opacity: 1;
    transform: translateX(0)
}


.st-header .btn-menu {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 40px;
    height: 40px;
    z-index: 98;
    cursor: pointer;
    opacity: 0
}


.st-header .navbar {
    position: absolute;
    right: -90px;
    /*left: 300px;*/
    top: 0;
    z-index: 1;
    margin: 0;
    border: none;
    display: inline-block;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.st-header .navbar .nav > li {
    position: relative;
    float: left;
    height: 100px;
}

.st-header .navbar .nav > li > a {
    height: 100%;
    border-top: 4px solid transparent;
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 100px;
    color: #747474;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

/*.st-header .navbar .nav > li > a:hover {*/
/*    background-color: #fff;*/
/*    color: #920783;*/
/*    border-top: 4px solid #920783;*/
/*}*/
.st-header .navbar .nav > li > a:hover {
    background-color: #fff;
    color: #920783;
    /*border-top: 4px solid #920783;*/
}

.st-header .navbar .nav > li.active > a {
    color: #920783;
    border-top: 4px solid #920783;
}

.st-banner {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-top: 100px;
}

.st-banner .swiper,
.st-banner .adv {
    height: 100%;
}

.st-banner .lb {
    position: relative;
    /*background-color: #000;*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    overflow: hidden;
}

.st-banner .lb img {
    min-width: 100%;
    height: 620px;
}

.st-banner .swiper .swiper-pagination-bullets {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 74%;
    z-index: 2;
    /*max-width: 1400px;*/
    text-align: left;
    transform: translate(-50%, -50%);
}

.st-banner .swiper-pagination-bullet {
    width: 8%;
    height: 12px;
    display: inline-block;
    border-radius: 0;
    background: none;
    opacity: .6;
    border: 1px solid #FFFFFF;
}

.st-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    opacity: .6;
}

.st-banner .lb .lb-text {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 74%;
    z-index: 2;
    max-width: 1400px;
    margin-top: 60px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%);
    /*background: url(../images/lb-textbg.png) no-repeat center;*/
    /*padding: 40px 0 40px 50px;*/
}
.st-banner .lb .lb-text .text-content{
    background: url(../images/lb-textbg.png) no-repeat center;
    padding: 40px 0 40px 50px;
}

.st-banner .lb .lb-text h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: bold;
    /*text-shadow: 0 0 3px #333;*/
}

.st-banner .lb .lb-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 200;
    /*text-shadow: 0 0 3px #333;*/
    color: rgba(255,255,255,0.8);
}

.st-banner .lb .lb-text p {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 0;
    font-weight: 200;
    color: rgba(255,255,255,0.8);
    font-family: "Helvetica Neue";
}

.st-banner .lb .lb-text .line {
    width: 10%;
    height: 3px;
    background-color: #fff;
    margin-top: 20px;
}

.page-home .st-mainbody .program {
    background: #fff;
}

.page-home .st-mainbody .program .detail {
    background: #f5f5f5;
    padding: 4rem 0;
    overflow: hidden;
}

.st-mainbody .program .detailList .item {
    border-right: 1px solid #E5E5E5;
}

.st-mainbody .program .num {
    font-size: 16px;
    color: #808080;
    text-align: center;
    line-height: 2.4em;
}

.st-mainbody .program .num em {
    font-size: 52px;
    color: #808080;
    font-weight: 200;
    font-family: "Helvetica Neue";
}

.st-mainbody .program .detailList .item p {
    font-size: 14px;
    color: #989898;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.program .case {
    padding: 4rem 0;
}

.jz-title h3 {
    font-size: 36px;
    color: #808080;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    margin: 0 0 16px 0;
}

.jz-title h6 {
    font-size: 21px;
    color: #B2B2B2;
    font-weight: normal;
    text-align: center;
    line-height: 21px;
    margin: 0;
    margin-bottom: 30px;
}

.xm .col-list a .thumb {
    padding-bottom: 90%;
}

.xm .col-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    width: 100%;
    height: auto;
}

.xm .col-list {
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.xm .col-list:hover dd {
    border-bottom: 1px solid #900781;
}

.xm .col-list dd {
    width: 100%;
    /*height: 80px;*/
    background-color: #F9F9F9;
    padding: 20px 18px;
    position: relative;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    border-bottom: 1px solid #F9F9F9;
}

.xm .col-list dd p {
    font-size: 16px;
    line-height: 1.5em;
    height: 3em;
    margin-bottom: 0;
    color: #000000;
    width: 80%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;

}

.xm .col-sm-3 dd a {
    position: absolute;
    left: 82%;
    top: 50%;
    transform: translateY(-50%);

}

.xm .col-list dd a i {
    font-size: 22px;
    color: #000000;
    position: absolute;
    top: 28px;
    right: 12px;
}

.ellipsis {
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.case-detail {*/
/*    padding-bottom:20px;*/
/*}*/
.swiper2 .program-case {
    padding-bottom: 45px;
}

.swiper2 .program-case .swiper-pagination-bullets {
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 4;
    /*max-width: 1400px;*/
    text-align: center;
    transform: translateX(-50%);
}

.swiper2 .program-case .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: none;
    /*border: 1px solid #B2B2B2;*/
    background: #979797;
}

.swiper2 .program-case .swiper-pagination-bullet-active {
    /*background: #B2B2B2;*/
    background: rgba(144, 7, 129, 0.6);
}

.page-home .st-mainbody .area {
    position: relative;
    padding: 4rem 0;
    background: url("../images/area_bg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 500px;
    overflow: hidden;
}

.business .business-item {
    position: relative;
    display: block;
    margin-top: 35px;
}

.business .business-item:hover .item-content {
    background-color: rgba(144, 7, 129, 0.6);
}

.business .business-item .item-content {
    padding: 20px 0px 20px 40px;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-out;
    position: relative;

}

.business .business-item a:hover {
    text-decoration: none;
}

.business .business-item .iconfont {
    font-size: 50px;
    font-style: normal;
    overflow: hidden;
    color: #ffffff;
    margin-right: 28px;
}

.business .business-item p {
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-home .st-mainbody .news {
    position: relative;
    padding: 4rem 0;
    background: #fff;
    min-height: 500px;
    overflow: hidden;
}

.news-list .col-sm-4 .dataitem {
    display: block;
}

.news-list .col-sm-4 .dataitem .thumb1 {
    margin-bottom: 24px;
    overflow: hidden;
    /*height: 287px;*/
}

.news-list .col-sm-4 .dataitem .thumb1 img {
    /*height: 100%;*/
    /*margin-bottom: 24px;*/
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    width: auto;
    height: auto;
    max-width: 100%;

}
.news-list .col-sm-4 .dataitem:hover .thumb  img {
    transform:translate(-50%, -50%) scale(1.05, 1.05);

}

.news-list .col-sm-4 .dataitem .text span {
    font-size: 14px;
    color: #cbcbcb;
}

.news-list .col-sm-4 .dataitem .title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 21px;
    font-weight: normal;
    margin: 15px 0 10px;
    color: #808080;
    transition: all 0.3s ease;
}

.news-list .col-sm-4 .dataitem .text .summary {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #888;
    font-size: 14px;
    color: #cbcbcb;
    margin-bottom: 30px;
}

.news-list .col-sm-4 .dataitem .text .more-btn {
    font-size: 14px;
    color: #999999;
    transition: all 0.3s ease;
}

.page-home .st-mainbody .company {
    position: relative;
    padding: 4rem 0;
    background: #F1F1F1;
    /*min-height: 190px;*/
    overflow: hidden;
}

.company .row .comlist {
    text-align: center;
    margin-bottom: 20px;
}
.company .row .col-sm-3 .thumb{
    display: inline-block;
    height: 94px;
}

.company .row .col-sm-3 img {
    max-width: 100%;
    max-height: 100%;
    /*margin-bottom: 10px;*/
    margin: 0 auto 10px;
    width: 100%;
}

.st-footer .container {
    position: relative;
}

.st-footer .nav {
    background: rgba(51, 51, 51, 0.95);
    min-height: 250px;
    position: relative;
}

.st-footer .nav .intro img {
    display: block;
    width: 140px;
}

.st-footer .nav .intro {
    position: relative;
    padding: 23px 0px 58px 156px;
    width: 556px;
    color: rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 45px;
}

.st-footer .nav .intro img {
    position: absolute;
    left: 0;
}

.st-footer .nav .intro .contact-message .contact {
    margin-bottom: 14px;
    font-size: 14px;
}

.st-footer .intro .contact-message .contact i {
    color: #fff;
    font-size: 14px;
}

.st-footer .nav .intro-right {
    position: absolute;
    left: 614px;
    right: 0;
    top: 40px;
    list-style: none;
    padding: 0;
    width: auto;
}

.st-footer .nav .intro-right dt {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    margin-bottom: 14px;
}

.st-footer .nav .intro-right dd a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 4px 0;
    display: block;

}

.st-footer .nav .intro-right .intro-list {
    /*width: 20%;*/
}

.st-footer .copyright {
    background: #333;
    padding: 26px 0;
    color: #999;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;

}

.st-footer .copyright .icp {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.st-footer .copyright .guanzhu {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.st-footer .copyright .guanzhu .gzwm,
.st-footer .copyright .guanzhu .gzwm-ico {
    display: inline-block;
}

.st-footer .copyright .guanzhu .gzwm {
    margin-right: 7px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

.st-footer .copyright .guanzhu .gzwm-ico {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.2);
}

.st-footer .copyright .guanzhu .gzwm-ico a {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-size: 1.1rem;
    transition: all .2s ease-in-out;
    /*margin-left: 5px;*/
}

.st-footer .copyright .guanzhu .gzwm-ico a .qrcode {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: none;
    transition: all .4s ease-in-out;
    /*pointer-events: none;*/
}

.st-footer .copyright .guanzhu .gzwm-ico a .qrcode img {
    width: 90px;
}

.st-footer .copyright .guanzhu .gzwm-ico a:hover .qrcode {
    display: block;
    height: auto;
}

.st-footer .copyright .guanzhu .gzwm-ico a .qrcode:hover {
    display: block;
}


/*.st-footer .copyright .guanzhu .gzwm-ico i {*/
/*    margin-left: 13px;*/
/*}*/

/*about*/
.st-mainbody .second-nav {
    position: relative;
    z-index: 2;
    background: #F7F7F7;
    /*height:72px;*/
}

.st-mainbody .second-nav .row {
    margin-right: 0;
    margin-left: 0;
}

.st-mainbody .second-nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.st-mainbody .second-nav .datalist {
    /*height:72px;*/
    text-align: center;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .datalist a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin: 18px 0 11px;
    color: #969696;
    font-size: 16px;
    border-right: 1px solid #E3E3E3;
    padding: 0 100px;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .datalist.active {
    background-color: #fff;

}

.st-mainbody .second-nav .datalist.active a {
    background-color: #fff;
    border-right: none;
    color: #8e0780;
}

.st-mainbody .second-nav .datalist:hover {
    background-color: #fff;
}

.st-mainbody .second-nav .datalist:hover a {
    background-color: #fff;
    border-right: none;
    color: #8e0780;
}

.st-mainbody .second-nav .lists {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #E3E3E3;
}

.st-mainbody .second-nav .list1 {

    border-left: 1px solid #E3E3E3;
}

.st-mainbody .second-nav .list2 {

    border-right: 1px solid #E3E3E3;
}

.st-mainbody .second-nav .lists.active {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.st-mainbody .second-nav .list1 a {
    /*border-left:1px solid #E3E3E3;*/
    border-right: none;
}

.st-mainbody .second-nav .list2 a {
    /*border-right:1px solid #E3E3E3;*/
    border-right: none;
}

.st-mainbody .second-nav .list2.active a {
    border-right: none;
}

.st-mainbody .container .intro {
    padding-top: 65px;
    text-align: center;
}

.st-mainbody .heading {
    margin-bottom: 5rem;
    padding: 1em 0;
}

.st-mainbody .heading h3 {
    font-size: 36px;
    font-weight: normal;
    color: #808080;
}

.heading.heading-bullet.text-center h1:after,
.heading.heading-bullet.text-center h2:after,
.heading.heading-bullet.text-center h3:after,
.heading.heading-bullet.text-center h4:after,
.heading.heading-bullet.text-center h5:after,
.heading.heading-bullet.text-center h6:after {
    left: 50%;
    transform: translateX(-50%);
}

.heading.heading-bullet h1:after,
.heading.heading-bullet h2:after,
.heading.heading-bullet h3:after,
.heading.heading-bullet h4:after,
.heading.heading-bullet h5:after,
.heading.heading-bullet h6:after {
    position: absolute;
    content: "";
    background: #8E0780;
    display: block;
    width: 2em;
    height: 3px;
    margin-top: 1rem;
    vertical-align: middle;
}

.st-mainbody .container .intro .intro-txt {
    line-height: 1.5em;
}

.st-mainbody .container .intro .intro-txt p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    margin: 0;
    padding: 0;
    color: #979797;
}

.st-mainbody .container .intro .intro-txt .check-more {
    text-align: center;
    margin-top: 44px;

}

.st-mainbody .container .intro .intro-txt .check-more a {
    display: inline-block;
    width: 202px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #F0F0F0;
    color: #979797;
    font-size: 14px;
    text-align: center;
}

.page-home .st-mainbody .program .detail-list-white {
    background: #fff;
    padding: 4rem 0;
    overflow: hidden;
}

.st-mainbody .program .detail-list-white .detailList .item {
    border-right: none;
}

.st-mainbody .program .detail-list-white .num em {
    color: #8E0780;
}

.st-mainbody .history {
    height: 582px;
}

.st-mainbody .history .swiper-about {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.st-mainbody .history .swiper-about .ls {
    height: 100%;
}

.st-mainbody .history .ls .ls-bg {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.st-mainbody .history .ls .ls-bg img {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.st-mainbody .history .ls .ls-text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 90%;
    z-index: 2;
    max-width: 960px;
    margin-top: 75px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(-50%);
}
.history-nav{
    position: absolute;
    /*top: 60%;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    bottom: 50px;
}
.history-nav li{
    display: inline-block;
    margin:0 5px;

}
.history-nav li a{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    border: 1px solid #B2B2B2;

}
.history-nav li a.active {
    background: #B2B2B2;
    /*color: #fff;*/
}
.st-mainbody .history .ls .heading h3 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}

.st-mainbody .history .ls .ani {
    font-size: 18px;
    line-height: 1.8em;
    color: rgba(255, 255, 255, 0.8);
    width: 70%;
    margin: auto;
    text-align: center;
    max-height: 12em;
    overflow: hidden;
}


.st-mainbody .history .swiper-about .btn-prev {
    width: 39px;
    height: 39px;
    border-radius: 100%;
    background: url("../images/yy2.svg") no-repeat center;
    left: 190px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    z-index:999999;

}

.st-mainbody .history .swiper-about .btn-next {
    width: 39px;
    height: 39px;
    border-radius: 100%;
    background: url("../images/yy.svg") no-repeat center;
    right: 190px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    z-index:999999;
}

.history .swiper-about .circle-btn {
    position: absolute;
    left: 50%;
    bottom: 35px;
    z-index: 4;
    /* max-width: 1400px; */
    text-align: center;
    transform: translateX(-50%);
}

.history .swiper-about .circle-btn .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    border: 1px solid #B2B2B2;
}

.history .swiper-about .circle-btn .swiper-pagination-bullet-active {
    background: #B2B2B2;
}

/*.st-mainbody .history .ls .ls-line {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.st-mainbody .history .ls .ls-line .time-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 70%;
    z-index: 2;
    margin: 20px;
}

.time-line li {
    display: inline-block;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
}

.time-line li i {
    display: inline-block;
    font-family: "Trump";
    font-style: normal;
    font-size: 18px;
    transition: all .1s ease-in-out;
    vertical-align: text-bottom;
    color: #ffffff;
    font-size: 18px;
}

.time-line li i:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    margin-top: -1.7rem;
    vertical-align: middle;
    margin-left: 17px;
}

.time-line li.active i {
    color: #8e0780;
}

.time-line li.active i:before {
    background-color: #8e0780;
}

.time-line li .content {
    display: none;
}

.time-line .time-wrap {
    width: 1182px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
}

.time-line .time-wrap a {
    display: inline-block;
}

.time-line ul {
    position: relative;
    padding: 24px;
    list-style: none;
    white-space: nowrap;
    width: auto;
    z-index: 9999999;
}



.copyright .container .btn-group {
    position: absolute;
    left: 15px;
    bottom: -7px;
}

.copyright .container .btn-group .btn-default {
    color: rgba(255, 255, 255, 0.5);
    background-color: #333;
    border-color: rgba(255, 255, 255, 0.1);
}

.copyright .container .btn-group .btn {
    padding: 3px 12px;
}

.copyright .container .btn-group .btn-my {
    padding: 3px 25px;
}

.st-mainbody .organization {
    padding: 65px 0;
    text-align: center;
}

.zz-content {
    /*height: 880px;*/
    text-align: center;
}

.zz-content img {
    width: 100%;
    /*height: 700px;*/
}

.st-mainbody .care {
    background-color: #f7f7f7;
    padding: 65px 0;
}

#certify,
#certify1 {
    position: relative;
    width: auto;
    margin: 0 auto;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none;
}

#certify .swiper-container,
#certify1 .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 512px;
    height: 347px;
    /*background: #fff;*/
    /*box-shadow: 0 8px 30px #ddd;*/
    position: relative;
    /*height: 100%;*/
    overflow: hidden;
    z-index: 0;
}

#certify .swiper-slide img {
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#certify .swiper-slide .text-shadow {
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    /*height: 4.9em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);

}

#certify .swiper-slide p {
    width: 90%;
    text-align: center;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.4em;
    /*height: 3.6em;*/
    overflow: hidden;
    margin: auto;
}

#certify .swiper-slide-active .text-shadow {
    display: block;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -8px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 5px;*/
    /*border: 3px solid #fff;*/
    background-color: #E4E4E4;
    width: 80px;
    height: 6px;
    opacity: 1;
    border-radius: 0;
    outline: none;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #979797;
    border: none;
    outline: none;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 38px;
    height: 38px;
    background: url(../images/btn-left.svg) no-repeat 0 0;
    background-size: 100%;
    outline: none;
}


#certify .swiper-button-next {
    right: -30px;
    width: 38px;
    height: 38px;
    background: url(../images/btn-right.svg) no-repeat 0 0px;
    background-size: 100%;
    outline: none;
}

/*lunbo2*/
.st-mainbody .honor {
    background-color: #fff;
    padding: 65px 0;
}

#certify1 .swiper-slide {
    width: 512px;
    height: 347px;
    background: rgb(173,33,36);
    box-shadow: 0 8px 30px #ddd;
    position: relative;
    /*height: 100%;*/
    overflow: hidden;
    z-index: 0;
}

#certify1 .swiper-slide img {
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#certify1 .swiper-slide .text-shadow {
    /*display: none;*/
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    /*line-height: 46px;*/
    /*height: 46px;*/
    background-color: rgba(0, 0, 0, 0.5);
    /*padding-left: 25px;*/
    padding:20px 0;
}

#certify1 .swiper-slide p {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: 90%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4em;
    margin: auto;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/

}

#certify1 .swiper-slide-active .text-shadow {
    display: block;
}

#certify1 .swiper-pagination {
    width: 100%;
    bottom: -8px;
}

#certify1 .swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 5px;*/
    /*border: 3px solid #fff;*/
    background-color: #E4E4E4;
    width: 80px;
    height: 6px;
    opacity: 1;
    border-radius: 0;
    outline: none;
}

#certify1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #979797;
    border: none;
    outline: none;
}

#certify1 .swiper-button-prev {
    left: -30px;
    width: 38px;
    height: 38px;
    background: url(../images/btn-left.svg) no-repeat 0 0;
    background-size: 100%;
    outline: none;
}


#certify1 .swiper-button-next {
    right: -30px;
    width: 38px;
    height: 38px;
    background: url(../images/btn-right.svg) no-repeat 0 0px;
    background-size: 100%;
    outline: none;
}

/*business*/
.st-mainbody{
    margin-top:100px;
}
.st-mainbody .business-banner {
    position: relative;
    height: 386px;
    overflow: hidden;
    z-index: 0;
    /*margin-top: 60px;*/
}

.st-mainbody .business-banner .banner-bg {
    height: 100%;
    position: relative;
}

.st-mainbody .business-banner .banner-bg img.banner-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.st-mainbody .business-banner .banner-info-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 2;
    max-width: 960px;
    text-align: center;
    /*color: rgba(255,255,255,0.8);*/
    transform: translate(-50%, -50%);
}

.st-mainbody .business-banner .banner-info-box h3 {
    font-size: 46px;
    color: #444;
    font-weight: 400;
    text-align: center;
    line-height: 46px;
    margin: 0 0 20px 0;
}

.st-mainbody .business-banner .banner-info-box h6 {
    font-size: 21px;
    color: #444;
    font-weight: 400;
    text-align: center;
    line-height: 21px;
}

.business-area {
    /*min-height: 1050px;*/
    padding-bottom: 80px;
}

.business-area-select {
    text-align: center;
    margin: 70px 0;
}

.business-area-select .select-list {
    display: inline-block;
    margin-right: 56px;
}

.business-area-select .select-list a {
    display: block;
    width: 250px;
    height: 75px;
    background-color: #F0F0F0;
    color: #969696;
    font-size: 18px;
    line-height: 75px;
    text-align: center;

}

.business-area-select .select-list.active a {
    color: #8e0780;
    background-color: #fff;
    border-top: 1px solid #8e0780;
    box-shadow: 0px 2px 6px #f0f0f0;

}

/*ywly*/

/*.business-area-select .select-list:hover a{*/
/*    color: #8e0780;*/
/*    background-color: #fff;*/
/*    border-top:1px solid #8e0780;*/
/*    box-shadow: 0px 2px 6px #f0f0f0;*/

/*}*/
.business-area .business-area-map2 {
    width: 100%;
    height: 780px;
    background: url("../images/map22.svg") no-repeat center left;

}

.business-area .business-area-map {
    position: relative;
}
.shy-business-all .business-area-map{
    max-width: none;
}

.business-area .business-area-map img.map-bg {
    /*height: 600px;*/
    max-width: 100%;
    width: 100%;
}

.business-area .business-area-map .point {
    position: absolute;
    cursor: default;
}

.business-area .business-area-map .zj-point {
    position: absolute;
    cursor: default;
}

.business-area .business-area-map .point {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 70%;
    top: 61%;

}

.business-area .business-area-map .point1 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 70%;
    top: 61%;
}

.business-area .business-area-map .point2 {
    /*left: 53%;*/
    /*top: 62%;*/
    left: 66%;
    top: 62%;
}

.business-area .business-area-map .point3 {
    /*left: 56%;*/
    /*top: 69%;*/
    left: 70%;
    top: 69%;
}

.business-area .business-area-map .point4 {
    /*left: 53%;*/
    /*top: 77%;*/
    left: 67%;
    top: 77%;
}

.business-area .business-area-map .point5 {
    /*left: 46%;*/
    /*top: 63%;*/
    left: 58%;
    top: 64%;

}

.business-area .business-area-map .point6 {
    /*left: 28%;*/
    /*top: 39%;*/
    left: 35%;
    top: 39%;

}

.business-area .business-area-map .point11 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 52%;
    top: 32%;
}

.business-area .business-area-map .point12 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 41%;
    top: 13%;
}

.business-area .business-area-map .point13 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 28%;
    top: 9%;
}

.business-area .business-area-map .point14 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 21%;
    top: 32%;
}

.business-area .business-area-map .point15 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 29%;
    top: 48%;
}

.business-area .business-area-map .point16 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 11%;
    top: 54%;
}

.business-area .business-area-map .point17 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 22%;
    top: 71%;
}

.business-area .business-area-map .point18 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 45%;
    top: 56%;
}

.business-area .business-area-map .point19 {
    /*left: 56%;*/
    /*top: 60%;*/
    left: 38%;
    top: 80%;
}

.business-area .business-area-map .point a, .business-area .business-area-map .zj-point a {
    position: relative;
    z-index: 3;
    font-size: .8rem;
    display: inline-block;
    cursor: pointer;
}

.business-area .business-area-map .point .ani, .business-area .business-area-map .zj-point .ani {
    position: absolute;
    left: -18px;
    top: 3px;
}

.business-area .business-area-map .point .ani i, .business-area .business-area-map .zjpoint .ani i {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: solid 1px #8E0780;
    box-shadow: inset #8E0780 0 0 2px;
    transition: all .3s ease-in-out;
}

.business-area .business-area-map .point .ani i:last-child, .business-area .business-area-map .zj-point .ani i:last-child {
    border: none;
    transform: scale(2, 2);
    animation: warn-1 2s ease-out .1s infinite;
}

.business-area .business-area-map .point.active .ani i:first-child, .business-area .business-area-map .zj-point.active .ani i:first-child {
    background: #8E0780;
}

.business-area .business-area-map .point .pop, .business-area .business-area-map .zj-point .pop {
    position: absolute;
    left: -9px;
    top: -30px;
    bottom: -72px;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 0;
    background: url(../images/map-line.png) no-repeat center left;
    background-size: 120px 18px;
    font-size: 12px;
}

/*.business-area .business-area-map .point .pop2 {*/
/*    background: url(../images/map-line2.png) no-repeat center left;*/
/*    background-size: 120px 60px;*/
/*}*/

.business-area .business-area-map .point.active .pop, .business-area .business-area-map .zj-point.active .pop {
    opacity: 0;
    z-index: 1;
    transform: translateY(0);
}

/* .page-home .sto-mainbody .f6 .map .point .pop.right {
    right: auto;
    left: 35px;
    background: url(../img/pop-l2.png) no-repeat center left;
    background-size: 100px 30px;
} */
.pop-window {
    position: absolute;
    top: 61%;
    right: -20%;
}

.pop-window2 {
    position: absolute;
    top: 61%;
    right: -50%;
}

.business-area .business-area-map .point .pop .window, .pop-window .window {
    position: relative;
    margin-left: 100px;
    padding: 10px;
    margin-top: -37px;
}

/* .business-area .business-area-map .point .pop .window:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    content: "";
    border: solid 4px #2c97de;
    border-right: none;
} */

/*.business-area .business-area-map .point.active .pop .window:before,*/
/*.business-area .business-area-map .point.active .pop .window:after {*/
/*    animation: warn-2 .5s ease-out .1s;*/
/*}*/
.shy-business-zhejiangsheng .business-area-map{
    max-width: 760px;
}
.business-area .business-area-map .point .pop .window ul, .pop-window .window ul {
    background: url(../images/map-textBg_03.png) no-repeat;
    background-size: 100% 100%;
    list-style: none;
    padding: 3em;
    margin: 0;
    font-size: 14px;
    overflow-y: auto;
    width: 420px;
    /*height: 200px;*/
    overflow: hidden;
    width: 420px;
    height: auto;
    max-height: 400px;
}


.business-area .business-area-map .point .pop .window ul li, .pop-window .window ul li {
    cursor: pointer;
    padding: 1px 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #979797;
    transition: all 0.3s ease;
    overflow: hidden;
}

.map-zj-ul li {
    margin-left: 30px
}

.business-area .business-area-map .point .pop .window ul li .iconfont, .pop-window .window ul li .iconfont {
    display: inline-block;
    /*position: absolute;*/
    /*top: 27%;*/
    /*left: 4rem;*/
    z-index: 2;
    font-size: 20px;
    color: #4D4D4D;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 7px 10px 0 0;
    float: left;

}

.business-area .business-area-map .point .pop .window ul li h6, .pop-window .window ul li h6 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.business-area .business-area-map .point .pop .window ul li p, .pop-window .window ul li p {
    font-size: 14px;
    color: #979797;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 35px;
}

.business-area .business-area-map .point .pop .window ul li:hover, .pop-window .window ul li:hover {
    color: #8E0780;
}

.right {
    right: auto;
    left: 35px;
}

@keyframes warn-2 {
    0% {
        width: 0
    }

    65% {
        width: 50%
    }

    to {
        width: 25%
    }
}

@keyframes warn-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

.second-nav .business-lists {
    display: flex;
    width: 100%;
    height: 175px;
    justify-content: flex-start;
    margin-right: 1px;
}

.second-nav .business-lists .business-list {
    height: 100%;
    flex: 1;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    /*margin-left: 10px;*/
    margin-right: -1px;
    text-align: center;
    position: relative;
}

.second-nav .business-lists .business-list a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

/*.second-nav .business-lists .business-list .list-box {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left:50%;   */
/*    top:50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
.second-nav .business-lists .business-list .iconfont {
    font-size: 42px;
    line-height: 42px;
    color: #808080;
}

.second-nav .business-lists .business-list p {
    font-size: 18px;
    line-height: 18px;
    color: #808080;
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

.second-nav .business-lists .business-list.active {
    border-top: 1px solid #900781;
    background-color: #fff;
}

.second-nav .business-lists .business-list.active .iconfont,
.second-nav .business-lists .business-list.active p {
    color: #900781;
}

.st-mainbody .second-nav .city-water {
    padding: 100px 0 90px;
    background-color: #fff;
}

.st-mainbody .second-nav .city-water .city-title {
    position: relative;
    margin: 20px 0 55px;
}

.st-mainbody .second-nav .city-water .city-title .iconfont {
    font-size: 42px;
    line-height: 42px;
    color: #666666;
    margin-right: 28px;
}

.st-mainbody .second-nav .city-water .city-title h6 {
    color: #666666;
    font-size: 36px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.st-mainbody .second-nav .city-water .city-txt {
    font-size: 14px;
    color: #979797;
    line-height: 2.3em;
    text-align: justify;
    height: 11.5em;
    overflow: hidden;

}

.st-mainbody .second-nav .city-water .city-img {
    overflow: hidden;
    width: 100%;
    padding-bottom:51%;
}

.st-mainbody .second-nav .city-water .city-img img {
    width: 100%;
}

.st-mainbody .second-nav .cases {
    padding: 90px 0 50px;
    margin-bottom: 46px;
}

.st-mainbody .second-nav .cases .water-case {
    height: 538px;
    background-color: #fff;
    padding: 60px 50px 0;
    text-align: left;

}

.st-mainbody .second-nav .cases .water-case h3 {
    font-size: 24px;
    color: #808080;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 13px;
}

.st-mainbody .second-nav .cases .water-case h6 {
    font-size: 18px;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .cases .water-case img {
    width: 100%;
}

.st-mainbody .second-nav .cases .water-case a {
    display: inline-block;
    color: #979797;
    font-size: 14px;
    margin-top: 27px;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .cases .water-case:hover h3,
.st-mainbody .second-nav .cases .water-case:hover a {
    color: #8e0780;
}

.st-mainbody .second-nav .case-nopic {
    background: #F7F7F7;
}

.st-mainbody .second-nav .case-nopic .case-nopic-list {
    position: relative;
    padding: 0 100px 0 68px;
    background-color: #fff;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}

.st-mainbody .second-nav .case-nopic .case-nopic-list h6 {
    display: inline-block;
    font-size: 24px;
    color: #808080;
    width: 90%;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .case-nopic .case-nopic-list a {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 100px;
    color: #979797;
    font-size: 14px;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .case-nopic .case-nopic-list a button {
    color: #979797;
    font-size: 14px;
    transition: all 0.3s ease;
}

.st-mainbody .second-nav .case-nopic .case-nopic-list a button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    background-color: none;
}


.st-mainbody .second-nav .case-nopic .case-nopic-list:hover h6,
.st-mainbody .second-nav .case-nopic .case-nopic-list:hover a {
    color: #8e0780;
}

.st-mainbody .second-nav .text-center {
    margin: 70px 0;
}

.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 0;
}

.pagination li a,
.pagination li span {
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s ease;
}

.pagination li a {
    border: none;
    margin: 0 2px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8F0780;
    border-color: #8F0780;
}

.pagination li a.next-page:hover,
.pagination li a.prev-page:hover {
    background: #8F0780;
    color: #fff
}

.pagination li a.next-page {
    margin-left: 30px;
    transition: all 0.3s ease;
}

.pagination li a.prev-page {
    margin-right: 30px;
    transition: all 0.3s ease;
}

.pagination li a:hover,
.pagination li a:hover {
    background: #8F0780;
    color: #fff
}

body .nobackground {
    background: transparent;
    box-shadow: none;
}

.case-show {
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 1200px; */
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.case-show-content {
}

.case-show .case-show-content .case-show-top {
    position: relative;
}

.case-show .case-show-content .case-show-top-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 8px;
}

.case-show .case-show-content .case-show-top-r .small-img-box {
    position: relative;
    list-style: none;

}

.case-show .case-show-content .case-show-top-r .small-img .img-yy {
    position: absolute;
    width: 180px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    transition: all 0.3s ease;
}

.case-show .case-show-content .case-show-top-r .small-img.active .img-yy {
    display: none;
}

.case-show .case-show-content .case-show-top-r img {
    /*width: 100%;*/
    width: 180px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 15px;
    overflow: hidden;
}

.case-show .case-show-content .case-show-top-r .small-img-box:hover .img-yy {
    display: none;
}

.case-show .case-show-content .case-show-top-l {
    width: 970px;
    height: 588px;
    overflow: hidden;
}

.case-show .case-show-content .case-show-top-l img {
    /*height: 380px;*/
    width: 100%;
    height: 100%;
}

.small-img img {
    height: 80px;
}

.case-show .case-show-content .case-show-bottom {
    padding-top: 25px;
    padding-left: 30px;
}

.case-show .case-show-content .case-show-bottom h3 {
    font-size: 24px;
    color: #808080;
    line-height: 28px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    margin-bottom: 13px;
}

.case-show .case-show-content .case-show-bottom h6 {
    font-size: 18px;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.case-show .case-show-content .case-show-bottom p {
    width: 90%;
    font-size: 14px;
    color: #979797;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

/*button.close {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background-color: #8F0780;*/
/*}*/
.modal-header {
    padding: 15px;
    border-bottom: none;
}

.case-show .swiper-container {
    width: 100%;
    height: 100%;
}

.case-show .swiper-button-next,
.case-show .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;

}

.case-show .swiper-button-prev {
    left: -65px;
    right: auto;
    background: url("../images/jt-l.svg") no-repeat;
}

.case-show .swiper-button-next {
    background: url("../images/jt-r.svg") no-repeat;
    right: -67px;
}

/*news*/
.news-box {
    margin-top: 3em;
}

.news-box .news-b-margin {
    margin-bottom: 3em;
}

.news-box .news-list .col-sm-4 .dataitem:hover .text .title,
.news-list .col-sm-4 .dataitem:hover .text .more-btn {
    color: #8E0780;

}

.news-box .message .container {
    position: relative;
}

.news-box .message .message-list {
    height: 250px;
    position: relative;
    transition: box-shadow 0.5s, transform 0.5s;
    margin-top: 3rem;
}

.news-box .message .message-list > a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-box .message .message-list:hover .date em,
.news-box .message .message-list:hover .message-txt h6 {
    color: #8E0780;
}

.news-box .message .message-list:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.news-box .message .row .date {
    border-right: 2px solid #D2D2D2;
    text-align: center;
    /*position: absolute;*/
    /*top:50%;*/
    /*transform: translateY(-50%);*/
}

.news-box .message .row .date {
    margin-top: 81px;
}

.news-box .message .row .date em {
    display: inline-block;
    font-size: 54px;
    color: #808080;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.news-box .message .row .date p {
    font-size: 16px;
    color: #9c9c9c;
}

.news-box .message .row .message-txt {
    padding-left: 37px;
}

.news-box .message .row .message-txt h6 {
    font-size: 21px;
    color: #808080;
    margin: 80px 0 18px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all ease 0.3s;
}

.news-box .message .row .message-txt p {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
}

.news-box .message .row .message-image {
    height: 160px;
    overflow: hidden;
    margin-top: 45px;
}

.news-box .message .row .message-image img {
    width: 100%;
    overflow: hidden;

}

.yema {
    margin: 60px 0 60px;
}

.yema .pagination > li > a,
.yema .pagination > li > span {
    background-color: #F3F4F6;
}

.yema .pagination li.active a,
.yema .pagination li.active span {
    border-color: #8F0780;
    background: #8F0780;
    font-weight: bold;
    color: #fff;
}

.yema .pagination li a:hover,
.yema .pagination li a:hover {
    background: #8F0780;
    color: #fff
}

.st-mainbody .notice-box {
    padding-top: 60px;
}

.st-mainbody .notice-box .notice-list {
    height: 190px;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
}

.notice-list-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.st-mainbody .notice-box .notice-list span {
    display: inline-block;
    font-size: 14px;
    color: #c9c9c9;
    margin-bottom: 24px;
}

.st-mainbody .notice-box .notice-list h3 {
    color: #808080;
    font-size: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 13px;
    transition: all 0.3s ease;
}

.st-mainbody .notice-box .notice-list p {
    width: 95%;
    color: #c9c9c9;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.st-mainbody .notice-box .notice-list:hover h3 {
    color: #8E0780;
}

.st-mainbody .events-box {
    padding: 4rem 0;
}

.events-box .events .events-l {
    overflow: hidden;
}

.events-box .events .events-l .events-l-img {

    height: 536px;
	text-align:center;
    overflow: hidden;
}

.events-box .events .events-l .events-l-img img {
	max-width:98%;
    height: 536px;
	margin:0 auto;
    /* width: 100%; */
}

.events-box .events .events-l h3 {
    font-size: 26px;
    color: #808080;
    margin: 35px 0 0;
    width: 100%;
    font-size: 24px;
    line-height: 33px;
	text-align:center;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*-ms-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/

}

.events-box .events .events-l .events-date .iconfont {
    font-size: 14px;
    color: #8E0780;
    font-weight: 700;
    margin-right: 6px;
}

.events-box .events .events-l .events-date {
    /*padding:35px 0;*/
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
.events-txt p{
    margin: 0;
    padding: 0;
    text-align: justify;
    font-family: '思源黑体 CN';
    color: rgba(0,0,0,0.6);
}

.events-box .events .events-l .events-date .col-sm-4 {
    color: #c9c9c9;
    font-size: 14px;
}

.events-box .events .events-l .events-date .events-date-item {
    padding-left: 0;
}

.events-box .events .events-l .events-date .events-date-item2 {
    text-align: center;
}

.events-box .events .events-l .events-date .events-date-item3 {
    text-align: right;
}

/* .events-box .events .events-l .events-txt p {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 2em;
    text-align: justify;
    text-indent: 2em;
    padding-bottom: 50px;
    border-bottom: 1px solid #F0F0F0;
} */

.events-box .events .events-l .btns-left {
    width: 80%;
}

.events-box .events .events-l .btns {
    padding-top: 45px;
}

.events-box .events .events-l .btns .btns-left a {
    font-size: 14px;
    color: #c9c9c9;
}

.pre-article {
    margin-bottom: 12px;
}

.events-box .events .events-l .btns .returnList {
    padding: 0;
    text-align: right;

}

.events-box .events .events-l .btns .returnList a {
    display: inline-block;
    padding: 12px 28px;
    background-color: #FCFCFC;
    font-size: 14px;
    color: #c9c9c9;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.events-box .events .events-r {
    padding-left: 30px;
}

.events-box .events .events-r h6 {
    font-size: 21px;
    color: #808080;
    margin-bottom: 37px;
    position: relative;
}

.events-box .events .events-r h6:after {
    position: absolute;
    content: "";
    background: #8E0780;
    display: block;
    width: 1em;
    height: 1px;
    margin-top: 1rem;
    vertical-align: middle;
    left: 0;
}

.events-box .events .events-r .input-group {
    width: 100%;
    margin-bottom: 45px;

}

.events-box .events .events-r .search {
    height: 66px;
    padding-left: 24px;
    font-size: 14px;
    color: #b3b3b3;
    background-color: #FCFCFC;
    outline: none;
}

.lastest .lastest-l {
    /* width: 100px; */
    height: 70px;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.lastest .lastest-r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 65%;
}

.lastest .lastest-list {
    padding: 0;
    /*padding:20px 0;*/
    height: 90px;
    position: relative;
    margin-bottom: 10px;
}

.lastest .lastest-list:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.lastest .lastest-list:hover .lastest-l {
    display: none;
}

.lastest .lastest-list:hover .lastest-r {
    width: 100%;
}

.lastest .lastest-list:hover .lastest-r h5 {
    color: #8E0780;
    transition: all 0.5s ease;
}

.lastest a {
    display: block;
    width: 100%;
    height: 100%;
}

.lastest .lastest-l img {
    width: 100%;
}

.lastest .lastest-r h5 {
    font-size: 14px;
    color: #808080;
    margin-bottom: 10px;
}

.lastest .lastest-r p {
    font-size: 12px;
    color: #c9c9c9;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.overflow-elipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.st-mainbody .target {
    padding-top: 95px;
    text-align: center;
    overflow: hidden;
}

.st-mainbody .target .target-top {
    height: 434px;
}

.st-mainbody .target .target-top .target-top-txt {
    width: 50%;
    float: left;
    padding: 76px 95px 0 260px;
    color: #979797;
}

.st-mainbody .target .target-top .target-top-txt p {
    font-size: 14px;
    color: #979797;
    line-height: 2.8em;
    text-align: justify;
    height: 17em;
    overflow: hidden;
}

.st-mainbody .target .target-top .target-top-img {
    width: 50%;
    float: right;
    overflow: hidden;
}

.st-mainbody .target .target-bottom .target-top-txt {
    float: right;
    padding: 76px 260px 0 60px;

}

.st-mainbody .target .target-bottom .target-top-img {
    float: left;

}

.st-mainbody .target .target-top .target-top-img img {
    height: 434px;
}

.st-mainbody .target .target-top-txt h6 {
    font-size: 26px;
    color: #808080;
    margin-bottom: 67px;
    position: relative;
    text-align: left;
}

.st-mainbody .target .target-top-txt h6:after {
    position: absolute;
    content: "";
    background: #8E0780;
    display: block;
    width: 1em;
    height: 1px;
    margin-top: 1rem;
    vertical-align: middle;
    left: 0;
}

.st-mainbody .target .heading h3:after,
.st-mainbody .concepts .heading h3:after {
    height: 1px;
}

.st-mainbody .concepts {
    padding-top: 95px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 120px;
}

.st-mainbody .concepts .concepts-content {
    height: 349px;
    background: url("../images/concept_03.jpg") no-repeat center center;
    overflow: hidden;
}

.st-mainbody .concepts .concepts-content .concepts-lists {
    border: 1px solid rgba(228, 228, 228, 0.3);
    position: relative;
}

.st-mainbody .concepts .concepts-content .concepts-list {
    height: 224px;
    text-align: center;
    transition: all ease 0.3s;
    border-right: 1px solid rgba(228, 228, 228, 0.3);
}

.st-mainbody .concepts .concepts-content .concepts-list > a {
    display: block;
    width: 100%;
}

.st-mainbody .concepts .concepts-content .concepts-lists.list-border {
    border-left: 1px solid rgba(228, 228, 228, 0.3);
    border-right: 1px solid rgba(228, 228, 228, 0.3);
}

.st-mainbody .concepts .concepts-content .concepts-list .iconfont {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    font-size: 55px;
    color: #FFFFFF;
    margin: 70px 0 15px;
    transition: all ease 0.3s;
}

.st-mainbody .concepts .concepts-content .concepts-list p {
    font-size: 24px;
    color: #FFFFFF;
    transition: all ease 0.3s;
}

.st-mainbody .concepts .concepts-content .concepts-list h6 {
    display: none;
}

.st-mainbody .concepts .concepts-content .concepts-list:hover {
    background-color: rgba(142, 7, 128, .1);
}

.st-mainbody .concepts .concepts-content .concepts-list:hover p,
.st-mainbody .concepts .concepts-content .concepts-list:hover .iconfont {
    color: #8E0780;
}

.st-mainbody .concepts .concepts-content .concepts-txt {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    height: 125px;
    line-height: 125px;
}

.st-mainbody .jobs {
    padding: 95px 0 150px;
    text-align: center;
}

.st-mainbody .jobs .jobs-content {
    height: 225px;
    position: relative;
}

#jobs {
    height: 100%;
}

#jobs .swiper-container {
    height: 100%;
}

.jobs-content .job-list {
    height: 220px;
    background-color: #F3F3F3;
    padding: 40px 0 0 38px;
    text-align: left;
    transition: all 0.3s ease;
    margin: 2px 2px 0;

}

.jobs-content .job-list .job-type {
    font-size: 24px;
    color: #808080;
    text-align: left;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.jobs-content .job-list .jobs-detail {
    font-size: 14px;
    color: #c9c9c9;
}

.jobs-content .job-list .jobs-detail .address {
    width: 30%;
    display: inline-block;

}

.jobs-content .job-list .jobs-detail .address h6,
.jobs-content .job-list .jobs-detail .address p {
}

.jobs-content .job-list .jobs-detail .address h6 {
    font-size: 14px;
    color: #c9c9c9;
    margin-bottom: 8px;
}

.jobs-content .job-list .jobs-detail .address p {
    font-size: 18px;
    color: #808080;
}

.jobs-content .job-list .job-date {
    font-size: 14px;
    color: #cccccc;
    margin-top: 30px;
}

.jobs-content .job-list:hover .job-type {
    color: #8E0780;
}

.jobs-content .job-list:hover {
    background: #fff;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .1);
}

#jobs .swiper-button-prev {
    left: -60px;
    width: 38px;
    height: 38px;
    background: url(../images/btn-left.svg) no-repeat 0 0;
    background-size: 100%;
    outline: none;
}

#jobs .swiper-button-next {
    right: -60px;
    width: 38px;
    height: 38px;
    background: url(../images/btn-right.svg) no-repeat 0 0px;
    background-size: 100%;
    outline: none;
}

#jobs .swiper-pagination-fraction {
    bottom: -60px;
    color: #989898;
    font-size: 21px;
}

.st-mainbody .contactUs {
    background-color: #F9F9F9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.st-mainbody .contactUs .mess-title {
    font-size: 30px;
    color: #808080;
    font-weight: normal;
    margin-bottom: 40px;
}

.form .form-group {
    position: relative;
    margin-bottom: 28px;
}

.form .form-control {
    padding: 25px 0 25px 50px;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: #cbcbcb;
    font-size: 16px;
}

.form .input-search {
    padding: 25px 0 25px 25px;
    height: 72px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: #cbcbcb;
    font-size: 16px;
    width: 80%;
    float: left;
}

.form .form-control:focus {
    border: 1px solid #8E0780;
    outline: none;
}

.input-ico {
    display: inline-block;
    position: absolute;
    top: 32%;
    left: 30px;
    z-index: 2;
    font-size: 26px;
    color: #CBCBCB;
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.iconemail {
    font-size: 21px;
}

.form .form-group textarea {
    width: 97%;
    margin: 0 auto;
    height: 240px;
}

.iconsuggest {
    top: 9%;
}

.yzm {
    position: relative;
}

.yzm .yzm-btn {
    padding-left: 0;
}

.yzm .yzm-btn .input-ico {
    left: 15px;
}

.yzm .yzm-pic {
    /*position: relative;*/

}

.yzm .yzm-pic img {
    height: 64px;
}

.yzm .yzm-txt {
    line-height: 72px;
    color: #0071af;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: red;
    font-size: 16px;
}

.form .btn {
    padding: 26px 130px;
    height: 72px;
    border-radius: 0;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
}

.form .btn-search {
    padding: 25px 0;
    height: 72px;
    border-radius: 0;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    width: 20%;
}

.btn-primary,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #8E0780;
    border-color: #8E0780;
    outline: none;
}

.form .btn:hover {
    background-color: #8E0780;
    border: none;
    outline: none;
}

#allmap {
    width: 100%;
    height: 452px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: rgb(243, 241, 236);
    color: rgb(0, 0, 0);
    text-align: left;
}

.map-box {
    position: relative;
}

.map-box .map-txt {
    position: absolute;
    width: 461px;
    height: 292px;
    z-index: 555;
    background-color: #fff;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 48px 0 0 55px;
}

.map-box .map-txt h6 {
    font-size: 21px;
    color: #808080;
    margin-bottom: 37px;
    position: relative;
}

.map-box .map-txt p {
    font-size: 14px;
    color: #999999;
    line-height: 2em;
}

.map-box .map-txt h6:after {
    position: absolute;
    content: "";
    background: #8E0780;
    display: block;
    width: 1em;
    height: 1px;
    margin-top: 1rem;
    vertical-align: middle;
    left: 0;
}

.st-mainbody .jobs .heading h3:after,
.st-mainbody .company .heading h3:after {
    height: 1px;
}

.page-home .st-mainbody .company.company2 {
    padding-bottom: 2rem;
}

.company2 .links {
    text-align: center;
    margin-bottom: 65px;
}

.st-shadow {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 999999;
}

.st-shadow1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 999999;
}

.st-shadow .close-btn, .st-shadow1 .close-btn {
    position: absolute;
    right: -70px;
    top: 0px;
    width: 72px;
    height: 72px;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;

}

.st-shadow .btn-purple {
    position: absolute;
    right: -73px;
    top: 0px;
    width: 72px;
    height: 72px;
    background-color: rgba(143, 7, 128, .6);
}

.st-shadow .close-btn img, .st-shadow1 .close-btn img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tang {
    height: 100%;
}

#tang .swiper-container {
    height: 100%;
}

/*.st-shadow .close-btn .iconfont {*/
/*    font-size:30px;*/
/*    color:red;*/
/*}*/
.st-shadow .container, .st-shadow1 .container {
    position: relative;
    height: 100%;
}

.st-jobLists-detail {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    /*width: 1200px;*/
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    /*padding:65px 80px 0 65px;*/
    z-index: 999;
}

.st-jobLists-detail .detail-box {
    height: 400px;
    margin: 65px;

}

.st-jobLists-detail .jobs-detail .address {
    /*width: 30%;*/
    display: inline-block;
}

.st-jobLists-detail .jobs-detail .address h6 {
    font-size: 14px;
    color: #c9c9c9;
    margin-bottom: 8px;
}

.st-jobLists-detail .jobs-detail .address p {
    font-size: 24px;
    color: #808080;
    line-height: 27px;
}

.st-jobLists-detail .request {
    margin-top: 35px;
}

.st-jobLists-detail .request h6 {
    font-size: 14px;
    color: #808080;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 18px;
}

.st-jobLists-detail .request p {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 28px;
}

.submit-btn {
    text-align: center;
}

.submit-btn .btn {
    height: 42px;
    padding: 0 55px;
    line-height: 42px;
    text-align: center;
    margin-top: 65px;
    border: none;
    background-color: #8E0780;
}

.submit-btn .btn:hover,
.submit-btn .btn:focus {
    background-color: #8E0780;
    border: none;
    outline: none;
}

#tang .swiper-button-next {
    background: url(../images/jt-r.svg) no-repeat;
    right: -67px;
}

#tang .swiper-button-prev {
    left: -65px;
    right: auto;
    background: url(../images/jt-l.svg) no-repeat;
}

#tang .swiper-button-next,
#tang .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

.st-broadcast {
    position: fixed;
    bottom: 10%;
    right: 100px;
    z-index: 999999999;
}

.st-broadcast .broadcast-content {
    display: none;
    float: left;
    width: 613px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    box-shadow: 0px 0px 5px 2px rgba(146, 7, 131, 0.4);
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.8) url("../images/zanting.svg") no-repeat 45px center;
    /*background-color:rgba(255,255,255,0.8);*/
    background-size: 20px 20px;
    padding-left: 70px;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    /*position: relative;*/

}

/*.st-broadcast  .swiper-slide{*/
/*     height: 80px !important;*/
/*    line-height: 80px;*/
/*    overflow: hidden;*/
/*    !*height: auto;*!*/
/* }*/
.st-broadcast .swiper-container {
    width: 100%;
    height: 100%;
}

.st-broadcast .broadcast-content h6 {
    width: 93%;
    font-size: 16px;
    color: #666;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*position: absolute;*/
    /*top:50%;*/
    /*transform: translateY(-50%);*/
}

/*.st-broadcast .broadcast-content .iconfont{*/

/*}*/
.st-broadcast .broadcast-btn {
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0px 0px 5px 2px rgba(146, 7, 131, 0.4);
    background: rgba(255, 255, 255, 0.8) url("../images/gg-ico.svg") no-repeat center center;
    background-size: 35px 35px;
    cursor: pointer;
}


@media (max-width: 1440px) {
    .st-mainbody .target .target-top .target-top-txt{
        padding: 20px 20px 0 30px;
    }
    .st-mainbody .target .target-top .target-top-txt p{
        height: 22em;
    }
    .st-mainbody .target .target-bottom .target-top-txt {
        padding: 20px 20px 0 30px;
    }
}
@media (max-width: 960px) {
    .company .row .col-sm-3 .thumb{
        display: inline-block;
        height: 60px;
    }
    .company .row .col-sm-3 .thumb img{
        max-width: 110%;
        max-height: 100%;
        /* margin-bottom: 10px; */
        margin: 0 auto 10px;
        width: auto;
    }

    body,
    html {
        font-size: 12px
    }

    .st-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 80px;
        z-index: 3;
        transition: all .3s ease-in-out;
    }

    .st-header.lighten {
        background: #000;
        border: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
    }

    .st-header.open {
        bottom: 0;
        background: #fff;
        height: auto
    }

    /*.st-header.open .navbar, .st-header.open .hotline {*/
    /*    opacity: 1*/
    /*}*/
    .st-header.open .navbar {
        z-index: 1;
        pointer-events: all;
    }

    .st-header .logo {
        width: 240px;
        height: 70px;
        margin-left: 5px;
    }

    .st-header .navbar {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        transition: all .2s ease-in-out;
        pointer-events: none
    }

    .st-header .navbar .nav {
        padding: 30px
    }

    .st-header .navbar .nav li {
        float: none;
        border-bottom: solid 1px #d8d8d8;
        height: auto;
    }

    .st-header .navbar .nav > li.active > a {
        color: #920783;
        border: none;
    }

    .st-header .navbar .nav li a {
        line-height: 1em;
        padding: 15px 0;
        font-size: 16px;
        text-align: center;
    }

    .st-header .navbar .nav > li > a:hover {
        color: #747474;
        border: 0;
    }

    .st-header .navbar .nav li a:hover,
    .st-header .navbar .nav li a.active,
    .st-header .navbar .nav li a.open {
        background: none;
        /*color: rgba(255, 255, 255, 0.8);*/
    }

    .st-header .navbar .nav li a:hover:after,
    .sto-header .navbar .nav li a.active:after,
    .st-header .navbar .nav li a.open:after {
        display: none
    }

    .st-header .btn-menu {
        opacity: 1;
        top: 0;
        right: 0;
        height: 80px;
        width: 80px
    }

    .st-footer .nav {
        min-height: 180px;
    }
    .st-banner .lb .lb-text{
        width: 100%;
        background:0;
        top:0;
        transform: translateX(-50%);
    }
    .st-banner .lb .lb-text .text-content {
        background:0;
        padding: 40px 10px 40px 20px;
    }

    .st-footer .nav .intro-right {
        display: none
    }

    .st-footer .nav .intro img {
        position: absolute;
        left: 0;
        height: 90px;
    }

    .st-footer .nav .intro {
        padding-left: 100px;
        margin: 0;
    }

    .st-footer .copyright .btn-group {
        display: none;
    }

    .st-footer .copyright .guanzhu {
        display: none;
    }

    .st-footer .nav .intro {
        padding: 23px 0px 23px 155px;
        width: 100%;
        border: none;
    }


    .st-mainbody .history .swiper-about .btn-prev,
    .st-mainbody .history .swiper-about .btn-next {
        background-size: 80%;
    }

    .st-mainbody .program .detailList .item {
        margin-bottom: 30px;
    }

    .business .business-item .item-content {
        padding: 20px 10px;
        display: block;
        background-color: rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease-out;
        position: relative;
    }

    .business .business-item p {
        font-size: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 18px;
    }

    .business .business-item .iconfont {
        font-size: 32px;
        margin: 0 auto;

    }

    .page-home .st-mainbody .news .news-list .newsList-box {
        margin-bottom: 30px;
    }

    .page-home .st-mainbody .news {
        padding: 4rem 0 2rem;
    }

    .company .row .comlist {
        margin-bottom: 10px;
    }

    .page-home .st-mainbody .company {

        padding: 4rem 0 2rem;
    }

    .st-mainbody .second-nav1 {
        /*display: none;*/
    }

    .st-mainbody .history .swiper-about .btn-prev {
        background-size: 80%;
        left: 10%;
        outline: none;
        cursor: pointer;
    }

    .st-mainbody .history .swiper-about .btn-next {
        background-size: 80%;
        right: 10px;
        outline: none;
        cursor: pointer;
    }

    .st-mainbody .history .ls .ani {

        width: 84%;
        height: 14em;
    }
    .time-line .time-wrap{
        width: 90%;
    }
    .time-line .time-wrap ul{
        margin-left: -58px;
    }
    .time-line li {
        min-width: 60px;
    }
    .time-line .time-wrap ul li:last-child{
       opacity: 0;
    }

    .time-line li i {
        font-size: 16px;
    }

    #certify .swiper-button-prev {
        left: -7px;
        background-size: 80%;
    }

    #certify .swiper-button-next {
        right: -20px;
        background-size: 80%;
    }

    #certify .swiper-slide img {
        height: 100%;
    }

    #certify .swiper-slide p {
        width: 90%;
        line-height: 1.6em;
        max-height: 4.8em;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {

        width: 20px;
        height: 6px;

    }

    #certify1 .swiper-slide p {

        width: 90%;

    }

    #certify1 .swiper-pagination-bullets .swiper-pagination-bullet {

        width: 20px;
        height: 6px;

    }

    #certify1 .swiper-button-prev {
        left: -7px;
        background-size: 80%;
    }

    #certify1 .swiper-button-next {
        right: -20px;
        background-size: 80%;
    }

    #certify1 .swiper-slide,
    #certify .swiper-slide {
        width: 312px;
        height: 276px;
    }

    #certify1 .swiper-slide img{
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    #certify .swiper-slide img {
        width: auto;
        max-height: 100%;
        height: auto;
    }

    #certify .swiper-slide .text-shadow ,#certify1 .swiper-slide .text-shadow{
        /*height: 3.6em;*/
        padding: 10px 0;
    }

    .business-area-select .select-list {
        display: inline-block;
        margin-right: 3px;
    }

    .business-area-select .select-list a {
        width: 160px;
        height: 75px;

    }

    .second-nav .business-lists {
        display: block;
        width: 100%;
        height: auto;
        /*justify-content: flex-start;*/
        margin-right: 1px;
        margin-top: 20px;
    }

    .second-nav .business-lists .business-list {
        /*flex: none;*/
        display: inline-block;
        width: 49%;
        border: 1px solid #E3E3E3;
        margin-top: 15px;
        padding: 30px 0;
    }

    .second-nav .business-lists .business-list a {

        padding-top: 0px;
    }

    .second-nav .business-lists .business-list.active {
        border: none;
        border-top: 1px solid #900781;
    }

    .st-mainbody .second-nav .city-water .city-img {
        margin-top: 20px;
    }

    .st-mainbody .second-nav .cases .water-case {
        height: auto;
        padding: 60px 10px 40px;
    }

    .st-mainbody .second-nav .cases .col-sm-6 {
        padding: 0;
    }

    .st-mainbody .second-nav .case-nopic .case-nopic-list {
        padding: 0 0 0 20px;
        background-color: #fff;
        height: 100px;
        margin-bottom: 20px;
    }

    .st-mainbody .second-nav .case-nopic .case-nopic-list h6 {
        display: block;
        font-size: 18px;
        margin: 30px 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .st-mainbody .second-nav .case-nopic .case-nopic-list a {
        display: block;
        line-height: 14px;
        position: static;
    }

    .pagination li a,
    .pagination li span {
        padding: 4px 10px;
    }

    .pagination li a.prev-page {
        margin-right: 5px;
    }

    .pagination li a.next-page {
        margin-left: 5px;
    }

    .case-show .case-show-content .case-show-top-l {
        width: 76%;
        height: 200px;
        overflow: hidden;
    }

    .case-show .case-show-content .case-show-top-r {
        width: 20%;
    }

    .case-show .case-show-content .case-show-top-r img {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .case-show .case-show-content .case-show-bottom p {
        line-height: 1.6em;
        height: 4.8em;
        overflow-y: auto;
        padding-right: 5px;
    }

    .st-mainbody .second-nav .datalist a {
        margin: 18px 0 11px;
        padding: 0 0px;
    }

    .news-list .col-sm-4 .dataitem {
        margin-bottom: 40px;
    }

    .news-box .message .row .message-image img {
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        min-height: auto;
    }

    .yema {
        margin: 20px 0 20px;
    }

    .notice-list-txt {
        padding: 0px 28px;
    }

    .st-mainbody .notice-box .notice-list p {
        white-space: normal;

    }

    .events-box .events .events-l .btns .returnList {
        text-align: center;
        margin: 15px 0;
    }

    .news-box .message .message-list {
        height: auto;
    }

    .news-box .news-b-margin {
        margin-bottom: 0em;
    }

    .news-box .message .row .message-txt h6 {

        margin: 0px 0 18px;

    }

    .news-box .message .row .date {
        margin-top: 0px;
    }

    .st-mainbody .target .target-top .target-top-txt {
        width: 100%;
        /* float: left; */
        padding: 20px 10px 0;
        color: #979797;
    }

    /*.st-mainbody .target .target-top-txt h6 {*/
    /*    text-align: center;*/
    /*}*/
    /*.st-mainbody .target .target-top-txt h6:after {*/
    /*    left:50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/
    .st-mainbody .target .target-top .target-top-img,
    .st-mainbody .target .target-top .target-top-img img {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }

    .st-mainbody .concepts {
        padding-top: 2rem;
        margin-bottom: 4rem;
    }

    .st-mainbody .target {
        padding-top: 2rem;
    }

    .st-mainbody .concepts .concepts-content .concepts-list {
        height: auto;
        padding: 20px 0 20px;
    }

    .st-mainbody .concepts .concepts-content .concepts-list .iconfont {
        height: auto;
        line-height: 40px;
        font-size: 40px;
        margin: 0px 0 15px;
    }

    .st-mainbody .concepts .concepts-content .concepts-list p {
        font-size: 18px;
        text-align: center;
    }

    .concepts .container {
        padding: 0;
    }

    .st-mainbody .concepts .concepts-content .concepts-txt {
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        width: 90%;
        height: auto;
        line-height: 1.8em;
        margin: 6rem auto;
    }

    .st-mainbody .jobs {
        padding: 4rem 0 6rem;
        text-align: center;
    }

    .yzm .yzm-btn {
        margin-bottom: 2rem;
    }

    .company2 .links {
        margin-bottom: 0px;
    }

    .map-box .map-txt {
        width: 100%;
        height: auto;
        right: 0;
        top: 0;
        padding: 10px 0 0 10px;
    }

    #jobs .swiper-button-prev {
        left: -11px;
        background-size: 80%;
    }

    #jobs .swiper-button-next {
        right: -15px;
        background-size: 80%;


    }

    .st-jobLists-detail .jobs-detail .address {
        padding: 0;
    }

    .st-shadow .close-btn, .st-shadow1 .close-btn {
        position: absolute;
        right: -25px;
        top: 0px;
        width: 25px;
        height: 25px;
        background-color: rgba(143, 7, 128, .6);
        z-index: 9999;
    }

    .st-shadow .st-jobLists-detail .close-btn, .st-shadow1 .st-jobLists-detail .close-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 25px;
        height: 25px;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9999;
    }

    .st-shadow .close-btn img, .st-shadow1 .close-btn img {
        width: 25px;
    }

    .case-show {
        width: 87%;
    }

    /*.time-line .time-wrap {*/
    /*    width: auto;*/
    /*}*/

    .business-area .business-area-map .point .pop, .business-area .business-area-map .zj-point .pop {
        display: none;
    }

    .business-area .business-area-map2 {
        height: 19rem;
    }

    .business-area .business-area-map .point .ani i, .business-area .business-area-map .zjpoint .ani i {
        width: 6px;
        height: 6px;
    }

    .st-broadcast {
        top: 70%;
        right: 10px;

    }

    .st-broadcast .broadcast-content {
        float: left;
        width: 250px;
        height: 46px;
        line-height: 46px;
        border-radius: 46px;
        box-shadow: 0px 0px 5px 2px rgba(146, 7, 131, 0.4);
        margin-right: 20px;
        background: rgba(255, 255, 255, 0.8) url(../images/zanting.svg) no-repeat 20px center;
        /* background-color: rgba(255,255,255,0.8); */
        background-size: 20px 20px;
        padding: 0px 40px;

    }

    .st-broadcast .broadcast-content h6 {
        font-size: 16px;
        color: #666;
        height: 46px;
        line-height: 46px;
    }

    .st-broadcast .broadcast-btn {
        float: right;
        width: 46px;
        height: 46px;
        background-size: 25px 25px;
    }

    .st-banner {
        margin-top: 80px;
    }

    .st-banner .lb .lb-text h2 {

        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 24px;
    }

    .st-banner .lb .lb-text h1 {
        font-size: 32px;
        width: 85%;
    }

    .pop-window {
        display: none;
    }

    .news-box .message .row .message-image {
        height: auto;
        overflow: hidden;
        margin-top: 45px;
    }

    .events-box .events .events-l .events-l-img {
        width: auto;
        height: auto;
        overflow: hidden;
        position: relative;
        padding-bottom: 69%;
    }

    .events-box .events .events-l .events-l-img img {
        height: auto;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
    }
    .st-mainbody .target .target-top .target-top-txt p{
        height: auto;
    }
    .shy-business-all .st-mainbody .second-nav .list1,.shy-business-area .st-mainbody .second-nav .list1{
        border: none;
    }
    .shy-business-all .st-mainbody .second-nav .datalist:last-child,.shy-business-area .st-mainbody .second-nav .datalist:last-child{
        border-left: 1px solid #E3E3E3;
    }
    #tang .swiper-button-next {
        background: #8E0780 url(../images/jt-r.svg) no-repeat;
        right: 0;
        width: 20px;
        height: 40px;
    }

    #tang .swiper-button-prev {
        left: 0;
        right: auto;
        background: #8E0780 url(../images/jt-l.svg) no-repeat;
        width: 20px;
        height: 40px;
    }


}
@media(min-width: 960px){

    .company .row .comlist:nth-child(-n+3) {
        width: 33.3%;
    }
}
@media (max-width: 1200px)and (min-width:960px) {
    .shy-business-zhejiangsheng .business-area-map{
            max-width: 600px;
    }
    /*.pop-window {*/
    /*    right: -26%;*/
    /*}*/
    .shy-business-zhejiangsheng  .pop-window .window ul{
        padding: 3em 0;
    }
    .shy-business-all .business-area-map{
        max-width: 600px;
    }
    .shy-business-all  .pop-window {
        right: -52%;
    }
    .st-mainbody .second-nav .datalist a {
        padding: 0 40px;
    }
    /*.st-footer .nav .intro {*/
    /*    width: 30%;*/
    /*    padding-left: 100px;*/

    /*}*/
    /*.st-footer .nav .intro img {*/
    /*    height: 70px;*/
    /*}*/
    /*.st-footer .nav .intro-right {*/
    /*    width: 70%;*/
    /*    left: auto;*/
    /*    right: -40px;*/
    /*}*/
}
@media (max-width: 1600px)and (min-width:1201px){
    .shy-business-all .business-area-map{
        max-width: 800px;
    }
    .shy-business-all  .pop-window {
        right: -40%;
    }
}
@media (min-width:970px){
    .shy-building-index .st-mainbody .business-banner .banner-bg img.banner-img{
        position: absolute;
         left: 0;
         top: 50%;
         transform: translateY(-50%);
        min-width: 100%;
        min-height: 100%;
    }
}

@media screen and (max-width: 375px) {
    .time-line li {
        min-width: 55px;

    }
}

@media screen and (max-width: 320px) {
}

@media (min-width: 1024px){
    body{font-size: 18px}
} /*>=1024的设备*/
@media(max-width: 650px){
    .shy-about-index .st-mainbody .business-banner .banner-bg img.banner-img {
        left: -48%;
    }
}

/*分页样式1*/
.pages{text-align: center; padding-top:10px; padding-right:25px; clear:both; margin:15px auto;} 
.pages span, .pages a{ display:inline-block; padding:5px 8px; border:1px solid #CCCCCC; margin-left:10px; color:#888; font-size:12px;}
.pages span:hover,.pages a:hover{ display:inline-block; padding:5px 8px; border:1px solid #666; margin-left:10px; color:#888; cursor:pointer}
.pages  .red{  display:inline-block; padding:5px 8px; border:1px solid #666; margin-left:10px; color:#888; cursor:pointer }