body, html, .banner .swiper-slide {
    min-width: 1280px;
}
.layui-container {
    width: 1250px;
}
#logo1 {     float: left; }
.header {
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0.95);
    line-height: 100px;
    color: #fff;
    position: fixed;
    left:0;
    top: 0;
    z-index: 999;
    min-width: 1280px;
}
.header .logo {
    height: 50px;
}
.header .layui-bg-none {
    background: none;
    width: 100%;
    text-align: center;
}
.header .layui-bg-none .layui-nav-bar,.header .layui-nav .layui-this:after {
    background-color: #fcb52b;
    height: 2px;
}
.header .layui-nav .layui-this {
    font-weight: bold;
}
.header .layui-nav a {
    font-size: 16px;
    color: #fcb52b;
}
.header .layui-nav a:hover {
    font-weight: bold;
    color: #fcb52b;
}
.banner {
    height: 655px;
    background:#fff;
    margin-top:100px;
}
@media screen and (max-width: 1440px) {
    .banner {
        height: 580px;
    }
}
@media screen and (max-width: 1280px) {
    .banner {
        height: 550px;
    }
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.video {
    height: auto;
    background: #b4cde3;
}
.video .swiper-container {
    width: 100%;
    height: 660px;
    float: left;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.video .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.video .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}
.video .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 20px;
}
.video .swiper-pagination-bullet-active {
    background: #f4c200;
}
.video .swiper-slide .video-frame {
    width: 680px;
    height: 385px;
    background: #000;
    overflow: hidden;
    box-shadow: 0 0 80px 5px rgba(0,0,0,0.8)
}
.video .video-frame-box {
    width: 100%;
    height: 100%;
}
.case {
    background:#b4cde3;
    padding-bottom: 200px;
    padding-top:125px;
}
.case .title, .aboutus .title{
    padding-top: 0 !important;
    color: #fff !important;
}
.case li {
    width: 380px;
    height: 330px;
    display: inline-block;
    background: #fff;
    margin-right: 16px;
    margin-bottom: 22px;
    float: left;
}
.case li:nth-child(3n) {
    margin-right: 0;
}
.case li .image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
}
.case li .image img {
    width: 100%;
}
.case li .image p {
    position: absolute;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    display: none;
}
.case li:hover .image p {
    display: block;
}
.case li .spec {
    width: 100%;
    height: 70px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 15px;
}
.case li .spec .date {
    color: #888
}
@media screen and (min-width: 1581px) {
    .case .layui-container {
        width: 1580px;
        padding: 0;
    }
    .case li:nth-child(3n) {
        margin-right: 16px;
    }
    .case li:nth-child(4n) {
        margin-right: 0;
    }
}
.team {
    padding-bottom: 100px;
}
.team .person {
    width: 250px;
    height: 360px;
    background: #fafafa;
    margin: 10px 0;
    overflow: hidden;
    cursor: pointer;
}
.team .person img {
    width: 100%;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.team .person img.gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.team .swiper-container-team {
    width: 1070px;
    position: relative;
}
.team .team-info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    display: none
}
.team .team-info .image {
    width: 282px;
    padding: 80px 30px 0 50px;
    float: left;
}
.team .team-info .info {
    float: left;
    width: 630px;
    height: 100%;
    margin-top: 80px;
}
.team .team-info .info {
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 25px;
    font-family: sans-serif;
}
.team .team-info .close {
    font-size: 50px;
    position: absolute;
    z-index: 3;
    color:#fff;
    right: 15px;
    top:0;
    cursor: pointer;
}
.team .team-info .close:hover {
    color: #f4c200
}
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.aboutus {
    background: #243666;
    padding: 100px 0;
}
.aboutus .left {
    width: 500px;
    display: inline-block;
}
.aboutus .left img {
    width: 100%;
}
.aboutus .right{
    width: 650px;
    display: inline-block;
    float: right;
}
.aboutus .right h2 {
    font-size: 50px;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
    padding:50px 0 20px
}
.aboutus h3 {
    width: 100%;
    font-size: 50px;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
    padding:50px 0 20px;
}
.aboutus .right h4 {
    font-size: 22px;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
}
.aboutus .brand {
    width: 1000px;
}
.aboutus .brand img {
    width: 100%;
}
.contact {
    height: 830px;
    background: #000 url(../images/contact.jpg)no-repeat center;
}
.contact .title {
    padding-top: 100px;
    color: #fff !important;
}
.contact .left {
    display: inline-block;
}
.contact .left img {
    width: 530px;
}
.contact .right {
    width: 621px;
    float: right;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    background-image: url(../images/weixin.png);
    background-position: bottom right;
    Background-repeat: no-repeat;
}
.joinus {
    background: #f7f7f7;
    padding-bottom: 100px;
}
.joinus .content {
    font-size: 20px;
    line-height: 40px;
}
.floor .title {
    text-align: center;
    padding:  123px 0 100px;
    color: #000;
}
.floor .title h2 {
    font-size: 35px;
    font-weight: 500;
    font-family: sans-serif;
}
.floor .title h4 {
    font-size: 20px;
    font-weight: 100;
    font-family: sans-serif;
    letter-spacing: 20px;
    text-indent: 20px;
}
/*
     FILE ARCHIVED ON 11:56:24 Dec 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:40:05 Aug 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.562
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.025
  esindex: 0.008
  cdx.remote: 19.614
  LoadShardBlock: 400.853 (3)
  PetaboxLoader3.resolve: 413.943 (4)
  PetaboxLoader3.datanode: 90.831 (4)
  load_resource: 121.325
*/