@charset "UTF-8";
.wrapper {
  width: 1106px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1200px) {
  .wrapper {
    width: auto;
    margin-left: 30px;
    margin-right: 30px; } }

@media (max-width: 750px) {
  .wrapper {
    width: auto;
    margin-left: 2.22222rem;
    margin-right: 2.22222rem; } }

/* slide */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0; }

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid #404040;
  background: #fff;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.7); }

.swiper-button-prev,
.swiper-button-next {
  top: 175px;
  width: 72px;
  height: 100px;
  margin-top: 0;
  background-size: auto;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev {
  left: 0;
  background-image: url("/Asserts/Global/slick/prev.png"); }

.swiper-button-next {
  right: 0;
  background-image: url("/Asserts/Global/slick/next.png"); }

.slide {
  width: 100%;
  padding-bottom: 50px;
  position: relative; }

.slide .swiper-slide {
  width: 100%; }

.slide .item {
  position: relative;
  width: 86.98%;
  height: 450px;
  margin: 0 auto; }

.slide .item .pic {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 48.85%;
  height: 450px;
  background-color: #ccdfdf;
  overflow: hidden; }
.slide .item .pic a {
  display: block;
  height: 100%; }
.slide .item .pic .has-video {
  position: relative; }

.slide .item .pic .has-video:before {
  content: " ";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url(/Asserts/Global/slick/icon-play-hover.svg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;
  background-size: 100% auto; }
.slide .item .pic .has-video:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }


.slide .item .pic .has-video:hover:before {
  background-position: left bottom; }

.slide .item .pic img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 450px;
  margin-left: -50%; }

.slide .item .info {
  border-radius: 5px 0 0 5px;
  float: left;
  width: 100%;
  height: 385px;
  margin-top: 32px;
  background-color: #ebf7f7;
  overflow: hidden; }

.slide .item .info .inner {
  width: 40%;
  padding-left: 5%; 
  margin-top:40px;
  }

.slide .item .info .type {
  margin-top: 60px;
  font-size: 14px;
  color: #808080; }

.slide .item .info .title {
  margin-top: 8px;
  font-weight: normal;
  line-height: 28px; 
  font-size:20px;
  }

.slide .item .info .title a {
  font-size: 18px;
  color: #282828; }
.slide .item .info .intro {
  height: auto;
  margin-top: 15px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden; }

.slide .item .info .tag {
  max-height: 102px;
  margin-top: 8px;
  font-size: 0;
  overflow: hidden; }

.slide .item .info .tag a {
  display: inline-block;
  margin-top: 11px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #808080; }

.slide .item .info .tag a:hover {
  color: #282828;
  border-color: #f66f6a; }

.slide .item .info .view {
  margin-top: 20px; 
  font-size:14px;}

.slide .item .info .view a i {
  transition: transform 0.5s ease;
  transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url("/Asserts/Global/slick/arrow_04.png") no-repeat;
  overflow: hidden; }
  
.slide .item .info .view a {
  color:#008fd5}
.slide .item .info .view a:hover {
  color: #282828; }

.slide .item .info .view a:hover i {
  transform: translateX(10px); }

.slide .slick-dots {
  bottom: -45px;
  line-height: 9px;
  font-size: 0; }

.slide .slick-dots li {
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0 7px; }

.slide .slick-dots li.slick-active button {
  background: #404040; }

.slide .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #333;
  border-radius: 50%;
  overflow: hidden; }

.slide .slick-dots li button::before {
  width: 9px;
  height: 9px;
  line-height: 9px;
  display: none; }

.caseslide .item .info .title {
  min-height: 34px;
  overflow: hidden; }

.caseslide .item .info .intro {
  height: 52px; }

@media (max-width: 750px) {
  .swiper-pagination {
    display: none; }
  .swiper-button-prev,
  .swiper-button-next {
    top: 5.25926rem;
    width: 3.7037rem;
    height: 3.7037rem; }
  .slide {
    padding-bottom: 0; }
  .slide .item {
    width: 100%;
    height: auto; }
  .slide .item .pic {
    right: auto;
    left: 50%;
    width: 14.96296rem;
    height: 14.22222rem;
    margin-left: -7.48148rem; }
  .slide .item .pic .has-video:before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px; }
  .slide .item .pic img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    margin-left: 0; }
  .slide .item .info {
    border-radius: 0.37037rem;
    height: auto;
    margin-top: 7.11111rem; }
  .slide .item .info .inner {
    width: auto;
    padding: 7rem 1.48148rem 1.48148rem; }
  .slide .item .info .tag {
    max-height: none;
    margin-top: 0.88889rem; }
  .slide .item .info .tag a {
    display: block;
    margin-right: 0; }
  .slide .item .info .view {
    margin-top: 2.96296rem; }
  .slide .slick-dots {
    display: none !important; }
  .caseslide .item .info .title {
    height: auto;
    text-overflow: inherit;
    white-space: inherit;
    overflow: visible; }
  .caseslide .item .info .intro {
    height: auto;
    font-size: 1.03704rem; }
  .slide .item .info .title {
    font-size: 1.62963rem; }
  .slide .item .info .intro {
    font-size: 1.18519rem; } }


/*overplay*/	
.overlay {
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1100;
        background-color: #555;
        opacity: 0.6;
    }

    .fbox-wrap {
        width: 585px;
        position: absolute;
        position: fixed;
        background: white;
        top: 18%;
        left: 50%;
        z-index: 1101;
        margin-left: -292.5px;
    }

        .fbox-wrap .content {
            padding: 50px 30px 20px 30px;
        }

            .fbox-wrap .content h1 {
                font-weight: normal;
                font-size: 22px;
                color: #282828;
            }

        .fbox-wrap .btn-close {
            position: absolute;
            width: 17px;
            height: 17px;
            background: url(/Asserts/Global/slick/icon_pupup_close.png) no-repeat center;
            top: 15px;
            right: 15px;
        }

        .fbox-wrap.weixin-qrcode {
            width: 292px;
            margin-left: -146px;
        }

            .fbox-wrap.weixin-qrcode .content {
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 20px;
                padding-bottom: 0;
            }

                .fbox-wrap.weixin-qrcode .content #feedback-form {
                    display: none;
                }

                .fbox-wrap.weixin-qrcode .content table {
                    display: block;
                    margin: 0 auto;
                    width: 100% !important;
                    margin-top: 20px;
                }

    .fbox-video {
        width: 980px;
        height: 550px;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 1101;
        margin-left: -490px;
        margin-top: -275px;
        background: black;
    }

        .fbox-video #mediaplayer {
            width: 100%;
            height: 100%;
        }

            .fbox-video #mediaplayer #playerID, .fbox-video #mediaplayer video {
                width: 100%;
                height: 100%;
                object-fit: fill;
            }

        .fbox-video #video-btn-group {
            position: absolute;
            text-align: center;
            width: 100%;
            left: 0;
            height: 45px;
            margin-top: 10px;
        }

            .fbox-video #video-btn-group a {
                display: inline-block;
                line-height: 45px;
                height: 45px;
                background-color: #222;
                border-radius: 45px;
                color: white;
                padding: 0 12px;
            }

                .fbox-video #video-btn-group a i {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-position: center;
                    background-repeat: no-repeat;
                    opacity: 0.8;
                }

                    .fbox-video #video-btn-group a i.video-download {
                        width: 60px;
                        background-image: url(/Asserts/Global/slick/icon-download.png);
                        background-size: auto 40%;
                    }

                .fbox-video #video-btn-group a:hover i {
                    opacity: 1;
                }

        .fbox-video .close_video {
            display: none;
        }

    @media (max-width:750px) {
        .fbox-video {
            width: 100%;
            height: 210px;
            position: fixed;
            left: 0%;
            top: 50%;
            z-index: 1101;
            margin-left: 0;
            margin-top: -105px;
            background: black;
        }

            .fbox-video #mediaplayer {
                width: 100%;
                height: 100%;
            }

            .fbox-video #video-btn-group {
                height: 35px;
                margin-top: 8px;
            }

                .fbox-video #video-btn-group a {
                    line-height: 35px;
                    height: 35px;
                    border-radius: 35px;
                    padding: 0 10px;
                }

                    .fbox-video #video-btn-group a i.video-download {
                        width: 40px;
                        background-image: url(/Asserts/Global/slick/icon-download.png);
                        background-size: auto 40%;
                    }

            .fbox-video .close_video {
                display: block;
                position: absolute;
                width: 30px;
                height: 30px;
                background: url(/Asserts/Global/slick/vd_close.png) no-repeat center;
                z-index: 999;
                right: 0;
                top: -30px;
            }

        .overlay {
            opacity: 0.8;
        }