.banBox {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banMark {
    z-index: 100;
    position: absolute;
    background: rgba(36, 119, 219, 0.85);
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.banMark > div {
    left: -178px;
    border: 3px solid #fff;
    font-size: 0;
    padding: 80px 75px 80px 0;
}

.banner img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banBox .swiper-pagination {
    z-index: 101;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.banBox .swiper-pagination span {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    position: relative;
}

.banBox .swiper-pagination span:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #7CBBE8;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.banBox .swiper-pagination .swiper-pagination-bullet-active {
    background: #2791F0;
}

.banBox .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.banMark > div figure {
    width: 175px;
    text-align: center;
    margin-right: 30px;
}

.banMark b {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.banMark h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding: 7px 0;
    margin: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.banMark h3 span {
    display: block;
    font-size: 10px;
    color: #fff;
    letter-spacing: 3px;
}

.banMark p {
    font-size: 24px;
    color: #fff;
}

.aboutLeft {
    width: 398px;
    margin-right: 80px;
    float: left;
}

.inAbout {
    padding: 100px 0 100px;
    background: url("/template/huanshi/images/aboutbg.jpg");
}

.title h3 {
    font-size: 30px;
    font-weight: normal;
}

.title p {
    color: #777;
    font-family: arial;
    text-transform: uppercase;
}

.title .line {
    width: 28px;
    background: #6b6b6b;
    height: 3px;
    display: block;
    margin: 25px 0 30px;
}

.aboutLeft h4 {
    font-size: 14px;
    color: #524e4f;
    font-weight: normal;
}

.aboutLeft h4 span {
    color: #999999;
    font-size: 12px;
}

.aboutLeft > p {
    color: #666;
    line-height: 28px;
    margin-top: 30px;
}

.more {
    width: 140px;
    line-height: 35px;
    border: 1px solid #028ed7;
    text-align: center;
    border-radius: 30px;
    display: block;
}

.more b {
    font-weight: normal;
    font-size: 13px;
    color: #028ed7;
}

.more:hover b, .more:hover span {
    color: #fff !important;
}

.more:hover {
    background: #028ed7;
    color: #fff;
}

.aboutLeft .more {
    margin-top: 60px;
}

.aboutRight .IndexList {
    width: 220px;
    margin-left: 94px;
    text-align: center;
}

.IndexList em {
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.IndexList em .Txt {
    font-size: 40px;
    font-family: "times new roman";
    color: #524e4f;
    font-style: normal;
}

.IndexList span {
    display: block;
    color: #524e4f;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

.IndexList span:after {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #dedede;
    top: -15px;
    left: 50%;
    margin-left: -20px;
}

.IndexList li {
    padding: 47px 0;
    border-top: 1px solid #dedede;
}

.IndexList li:last-child {
    border-bottom: 1px solid #dedede;
}

.NumContent > div {
    display: inline-block;
}

.IndexList li:nth-child(2) .Txt {
    color: #0087e5;
}

.IndexList b {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    text-transform: uppercase;
}

.IndexList b span{
    font-weight: 300;
    display: inline-block !important;
    font-size: 12px;
    margin-left: 5px;
}

.IndexList b  span:after{
    display: none;
}

.NumContent > div > div {
    font-style: normal;
}

.inCase {
    padding: 52px 30px;
    background: url(/template/huanshi/images/in_02.jpg) no-repeat center top;
    position: relative;
}

.inCase:after {
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: rgba(80, 167, 219, 0.9);
}

.inCase .divBox {
    position: relative;
    z-index: 2;
}

.inCaseTop {
    width: 460px;
    overflow: hidden;
    height: 301px;
    margin-bottom: 65px;
}

.inCaseTop ul {
    transition: all 0.6s ease-in-out;
}

.inCaseTop .title h3 {
    color: #fff;
    text-transform: uppercase;
}

.inCaseTop .title .line {
    background: #fff;
}

.inCaseTop h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    height: 26px;
    text-transform: uppercase;
}

.inCaseTop p {
    color: #fff;
    line-height: 26px;
    height: 52px;
}

.inCaseTop i {
    display: block;
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    margin-top: 50px;
}

.inCaseTop li:hover i {
    background: #fff;
    color: #329BD5;
}

.inCaseTop li {
    padding-bottom: 20px;
}

.inCaseBan {
    position: relative;
    padding-bottom: 40px;
}

.inCaseBan .swiper-container {
    background: #fff;
}

.inCaseBan .swiper-slide {
    cursor: pointer;
}

.inCaseBan i {
    padding-top: 39px;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 48px;
    color: #dbdbdb;
}

.inCaseBan p {
    padding-bottom: 39px;
    text-align: center;
    text-transform: uppercase;
}

.inCaseBan .swiper-slide:hover i, .inCaseBan .swiper-slide.on i, .inCaseBan .swiper-slide:hover p,
.inCaseBan .swiper-slide.on p {
    color: #309ad5;
}

.inCaseBan .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.inCaseBan .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    position: relative;
    background: #bfb3ae;
    opacity: 1;
}

.inCaseBan .swiper-pagination-bullet:after {
    content: '';
    border-radius: 50%;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.inCaseBan .swiper-pagination-bullet-active, .inCaseBan .swiper-pagination-bullet:hover {
    background: #fff;
}

.inCaseBan .swiper-pagination-bullet-active:after, .inCaseBan .swiper-pagination-bullet:hover:after {
    opacity: 1;
}

.title2 {
    text-align: center;
}

.title2 h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}

.title2 p span {
    width: 22px;
    background: #d4d4d4;
    margin: 0 12px;
    height: 1px;
}


.tenKh {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
    width: 100%;
}

.tenKh .swiper-container {
    width: calc(100% + 1px);
}

.tenKh .swiper-slide {
    font-size: 0;
}

.tenKh .swiper-slide a {
    line-height: 135px;
    text-align: center;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
}

.tenKh .swiper-slide a:nth-child(9), .tenKh .swiper-slide a:nth-child(10), .tenKh .swiper-slide a:nth-child(11), .tenKh .swiper-slide a:nth-child(12) {
    border-bottom: none;
}

.tenKh .swiper-slide a:nth-child(4n) {
    border-right: none;
}

.tenKh .swiper-slide a:last-child {
    border-right: none;
}

.tenKh .swiper-slide:last-child a:nth-last-child(1), .tenKh .swiper-slide:last-child a:nth-last-child(2), .tenKh .swiper-slide:last-child a:nth-last-child(3) {
    border-bottom: none;
}

.tenKh img {
    max-width: 90%;
    height: auto;
    max-height: 95%;
}

#bannerBar {
    position: relative;
}

#bannerBar div {
    overflow: hidden;
    height: 510px;
}

#bannerBar ul {
    position: relative;
    height: 500px;
    perspective: 800px;
    perspective-origin: center;
    transform-style: preserve-3d;
}

#bannerBar ul li {
    width: 546px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, -30px);
    border: 6px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #F1F1F1;
}

#bannerBar ul li img {
    display: block;
    width: 100%;
    height: auto;
}

#bannerBar li span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 22, 56, 0.5);
}

#bannerBar ul li.active {
    z-index: 3;
    width: 926px;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    height: 468px;
}

#bannerBar ul li.active img {
    height: 100%;
}

#bannerBar ul li.active span {
    height: 0;
}

#bannerBar ul li.next, #bannerBar ul li.prev {
    z-index: 1;
    width: 546px;
    height: 276px;
    top: 50%;
    transform: translate3d(0, -50%, 0px);
}

#bannerBar ul li.next {
    left: 53%;
}

#bannerBar ul li.prev {
    left: 0;
}

#bannerBar ul li.next img, #bannerBar ul li.prev img {
    height: 100%;
    width: auto;
}

#bannerBar ul li, #bannerBar ul li img, #bannerBar ul li span, #bannerBar ol li, #bannerBar ol li:after {
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
}

#bannerBar i {
    z-index: 99;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#bannerBar i:hover {
    color: #007AFF;
}

#bannerBar .prev1 {
    left: -80px;
}

#bannerBar .next1 {
    right: -80px;
}

#bannerBar ol {
    margin-top: 70px;
    text-align: center;
}

#bannerBar ol li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999999;
    position: relative;
    margin: 0 6px;
}

#bannerBar ol li:after {
    opacity: 0;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #9BCCEA;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}

#bannerBar ol li:hover:after, #bannerBar ol li.active:after {
    opacity: 1;
}

#bannerBar ol li:hover, #bannerBar ol li.active {
    background: #3C97D5;
}

.psBan {
    position: absolute;
    z-index: -1;
    top: 0;
}

section {
    overflow: hidden;
}

.aboutLeft .title h3, .aboutLeft .title p, .aboutLeft .title .line, .aboutLeft h4, .aboutLeft > p,
.aboutLeft .more, .inCaseTop {
    transform: translateX(-100px);
    opacity: 0;
}

.IndexList {
    transform: translateX(100px);
    opacity: 0;
}

.inCaseBan, .title2 h3, .title2 p, #bannerBar {
    transform: translateY(100px);
    opacity: 0;
}

.linkBox li h3, .linkBox li p, footer article ul, footer article aside {
    transform: translateY(30px);
    opacity: 0;
}

.inAbout .divBox.active .aboutLeft .title h3, .inAbout .divBox.active .aboutLeft .title p,
.inAbout .divBox.active .aboutLeft .title .line, .inAbout .divBox.active .aboutLeft h4,
.inAbout .divBox.active .aboutLeft > p, .inAbout .divBox.active .aboutLeft .more,
.inAbout .divBox.active .IndexList, .inCase .inCaseTop.active {
    transform: translateX(0);
    opacity: 1;
}

.inCase .inCaseBan.active, .inCase .title2 h3.active, .inCase .title2 p.active,
footer .linkBox.active li h3, footer .linkBox.active li p, footer article.active ul,
footer article.active aside, .intj .tit {
    transform: translateY(0);
    opacity: 1;
}

.inAbout .divBox.active .aboutLeft .title h3, .inCaseTop, .title2 h3, .linkBox li h3, .linkBox li p:nth-of-type(1), footer article ul, .intj .tit {
    transition: all 0.7s ease-in-out 0s;
}

.inAbout .divBox.active .aboutLeft .title p, .inCaseBan, .title2 p, .linkBox li p:nth-of-type(2), footer article aside {
    transition: all 0.7s ease-in-out 0.3s;
}

.inAbout .divBox.active .aboutLeft .title .line, #bannerBar, .linkBox li p:nth-of-type(3) {
    transition: all 0.7s ease-in-out 0.6s;
}

.inAbout .divBox.active .aboutLeft h4, .linkBox li p:nth-of-type(4) {
    transition: all 0.7s ease-in-out 0.9s;
}

.inAbout .divBox.active .aboutLeft > p:nth-of-type(1), .linkBox li p:nth-of-type(5) {
    transition: all 0.7s ease-in-out 1.2s;
}

.inAbout .divBox.active .aboutLeft > p:nth-of-type(2), .linkBox li p:nth-of-type(6) {
    transition: all 0.7s ease-in-out 1.5s;
}

.inAbout .divBox.active .aboutLeft .more, .linkBox li p:nth-of-type(7) {
    transition: all 0.7s ease-in-out 1.8s;
}

.linkBox li p:nth-of-type(8) {
    transition: all 0.7s ease-in-out 2.1s;
}

.IndexList {
    transition: all 1.2s ease-in-out 0.4s;
}
