﻿@charset "utf-8";


/* 通用 */
.swiper-container {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.swiper-container .swiper-slide{z-index: 22;}
.swiper-container {swiper-theme-color: #ff6600;swiper-preloader-color: #00ff33;}


/* banner */
.xy-index-banner {
    /* margin-top: 54px; */
}
.xy-index-banner img{height: 100%;}
.xy-index-banner a {display: block;width: 100%;height:auto; overflow: hidden;background: #000;}
.xy-index-banner .text {position: absolute;width: 1000px;left:50%;top:35%;margin-left: -500px;text-align: center;z-index: 10;}
.xy-index-banner .text h3{color: #fff;font-size: 30px;font-family: 'Conv_Montserrat-Bold';}
.xy-index-banner .text h2{color: #fff;font-size: 50px;font-weight: bold;}
.xy-index-banner .text h6{color: #fff;font-size: 15px;width: 190px;height: 52px;line-height: 52px; font-family: 'Conv_Montserrat-Regular';position: relative;border: 2px solid #fff;text-align: center;margin-top: 50px;cursor: pointer;}
.xy-index-banner .text h6:hover {background: #fff;color: #000;}

.xy-index-banner .text.left {left: 13%;margin-left:0px;text-align: left;}
.xy-index-banner .text.center {top: 40%;}
.xy-index-banner .text.center h6{margin:50px auto auto;}
.xy-index-banner .text.right {left:auto;right: 13%; margin-left:0px;text-align: right;}
.xy-index-banner .text.right h6 {float: right;clear: both;}
.xy-index-banner .text.none { display:none;}

.xy-index-banner .text h2{transform:translateY(200px);opacity:0;transition:all .4s;}
.xy-index-banner .text h3{transform:translateX(-200px);opacity:0;transition:all .4s;}
.xy-index-banner .text h6{transform:translateX(-200px);opacity:0;transition:all .8s;}
.xy-index-banner .ani-slide .text h2{transform:translateY(0);opacity:1;}
.xy-index-banner .ani-slide .text h3{transform:translateX(0);opacity:1;}
.xy-index-banner .ani-slide .text h6{transform:translateX(0);opacity:1;}

.xy-index-banner .pic {width: 100%;height:100%;}
.xy-index-banner .pic img{display: block;width: 100%;height:100%;}


.xy-index-banner .swiper-button-next,.xy-index-banner .swiper-button-prev{top:auto;bottom:15px; width: 27px;height: 44px;margin-top:auto;background: none;z-index: 99;outline: none;}
.xy-index-banner .swiper-button-prev {left: 50%;margin-left: -190px;}
.xy-index-banner .swiper-button-next {left:auto;right: 50%;margin-right: -170px;}



.xy-index-banner .swiper-pagination {position: absolute;right: 5%;bottom: 5%;text-align: right;width: 97%;}
.xy-index-banner span.swiper-pagination-bullet {background: rgba(255,255,255,.4);width: 40px;height: 4px; border-radius:0;position: relative;}
.xy-index-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {}
.xy-index-banner span.swiper-pagination-bullet::before {content: '';width: 0%; height: 100%;left: 0;top: 0;background:#fff;z-index: 3;display: block;}
.xy-index-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {-webkit-animation: w100 5000ms 1;animation: w100 5000ms 1;width:100%;}
@keyframes w100{
	0%{width: 0%;} 
	100%{width: 100%;}
}









.rolling { width: 30px; height: 80px;position:absolute;left:1%;bottom: 7%;cursor: pointer;z-index: 10;}
.rolling h6 {font-size: 12px;color: #fff;width: 10px;position:absolute;right:-5px;top:10px;font-weight: normal;}
.rolling h5 {font-size: 12px;color: #fff;width: 100px;position:absolute;right:-55px;top:40px;font-weight: normal;text-transform: uppercase;-webkit-transform:rotate(90deg);transform:rotate(90deg);}

.rolling span { position: relative;width:100%;height:100%; display: block;}
.rolling i{ display: block;height:10px; width: 1px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: height1 1000ms infinite ease-out;-webkit-animation: height1 1000ms infinite ease-out;}
@keyframes height1{
	0%{height:10px;top:10%;opacity: 1;} 
	100%{height:80px;top:85%;opacity: 0;}
}




.hls-page-container {overflow: hidden;position: relative;/*padding-bottom: 20px;*/background: url(../images/ibg.png);background-size: contain;}
.hls-page-container img{display: block;width: 100%;height: auto;}
.d-table {display: table;width: 100%;height: 100%;}
.d-table-cell {display: table-cell;vertical-align: middle;}
.container {margin:auto 5%;position: relative;overflow: hidden;}
.ptb5 {padding:5% 0;}
.title {}
.title h2{font-size: 44px;font-family: 'Conv_Montserrat-Bold';text-transform: uppercase; }
.title h3{font-size: 30px;font-weight: normal;}
.title h3 line{width: 40px;height: 2px;background: #fa8d3e;margin: 0 15px;display: inline-block;vertical-align: middle;}
.title h3 line.m0 {margin: 0;}
.title h6 {font-size: 14px;line-height: 28px; color: #999999;font-weight: normal;padding:30px 0;overflow: hidden;width: 60%;}
.tmore {position: absolute;width: 115px;right: 0;top:55%;}
.tmore a {display: block;position: relative;font-size: 14px;padding-bottom: 20px; font-family: 'Conv_Montserrat-Bold';text-transform: uppercase;}
.tmore a i{display: block;width: 16px;height: 10px;position: absolute;right: 0;top: 4px;background: url("../images/right-h.svg") center no-repeat;background-size: 100%;}
.tmore a::after {content: '';width: 100%;height: 2px;background: #000;position: absolute;left: 0;bottom:0px;}
.tmore a:hover {color: #000;letter-spacing: 1px;}
.tmore a:hover i{right: 10%;}
.tmore a:hover::after {background: #000;}

.tmore2 { width: 115px;}
.tmore2 a {display: block;position: relative;font-size: 14px;padding-bottom: 20px; font-family: 'Conv_Montserrat-Bold';text-transform: uppercase;}
.tmore2 a i{display: block;width: 16px;height: 10px;position: absolute;right: 0;top: 4px;background: url("../images/right-h.svg") center no-repeat;background-size: 100%;}
.tmore2 a::after {content: '';width: 100%;height: 2px;background: #000;position: absolute;left: 0;bottom:0px;}
.tmore2 a:hover {color: #000;letter-spacing: 1px;}
.tmore2 a:hover i{right: 10%;}
.tmore2 a:hover::after {background: #000;}
.dtable {display: table;width: 100%;height: 100%;}
.dtable-cell {display: table-cell;vertical-align: middle;}


 
.hls-iproduct {}
.hls-iproduct .iproduct {position: relative;margin:0 0px 2px 0;width:-webkit-calc(33.36% - 2px); width:-moz-calc(33.36% - 2px); width:calc(33.36% - 2px);max-width: 33.3333333%;float: left;}
.hls-iproduct .iproduct a{display: block;overflow: hidden;background: #000;}
.hls-iproduct .iproduct .txt{position: absolute;bottom: 0;left: 0;width: 90%;z-index: 3;padding:5%;}
.hls-iproduct .iproduct .txt h5{font-size: 16px;color: #fff;padding:10px 0;}
.hls-iproduct .iproduct .txt h4{font-size: 20px;color: #fff;}
.hls-iproduct .iproduct .pic{position: relative;}
.hls-iproduct .iproduct .pic .mark{position: absolute;bottom: 0;left: 0;width: 100%;height:70%;z-index: 1; background:linear-gradient(to top,#000,rgba(0,0,0,0));opacity: .6;}
.hls-iproduct .iproduct a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.hls-iproduct .iproduct.ip1 {width:-webkit-calc(50% - 1px); width:-moz-calc(50% - 1px); width:calc(50% - 1px);max-width: 50%;margin:0 1px 2px 0;}
.hls-iproduct .iproduct.ip2 {width:-webkit-calc(50% - 1px); width:-moz-calc(50% - 1px); width:calc(50% - 1px);max-width: 50%;margin:0 0px 2px 1px;} 
.hls-iproduct .iproduct.ip3 {}
.hls-iproduct .iproduct.ip4 {width:-webkit-calc(33.3333333% - 1px); width:-moz-calc(33.3333333% - 1px); width:calc(33.3333333% - 1px);margin:0 2px 2px 2px;}
.hls-iproduct .iproduct.ip5 {}


.hls-iadvantages {padding: 6% 0 10% 0;overflow: hidden;position: relative;}
.hls-iadvantages .left{float: left;width: 50%;position: relative;z-index: 5;}
.hls-iadvantages .left .pic{background: #000;}
.hls-iadvantages .right{float: left;width: 40%;padding:10% 5% 0 5%;overflow: hidden;position: relative;z-index: 5;}
.hls-iadvantages .right .iadvantages{padding:10% 0;overflow: hidden;}
.hls-iadvantages .right .iadvantages ul {padding:3% 0;overflow: hidden;}
.hls-iadvantages .right .iadvantages ul i{display:block;float: left; width: 50px;height: 50px; position: relative;}
.hls-iadvantages .right .iadvantages ul i::after {content: '';width: 1px;height: 100%;position: absolute;right: 0px;top: 4px;background: #ccc;}
.hls-iadvantages .right .iadvantages ul i img {display: block;width: 30px;height: 30px;margin: 15px 0px 0px 0px;}
.hls-iadvantages .right .iadvantages ul li{display:block;float: left;padding:0 3% ;overflow: hidden;}
.hls-iadvantages .right .iadvantages ul li h5{font-size: 18px;line-height: 28px; font-weight: normal;}
.hls-iadvantages .right .iadvantages ul li h4{font-size: 18px;line-height: 28px;}
.hls-iadvantages .text {position: absolute;opacity: .03;font-size: 300px;text-transform: uppercase;width:200%;left: -1%;top: -5%;font-family: 'Conv_Montserrat-Bold';}

.imore{}
.imore a{display: block;font-size: 14px;width: 180px;height: 52px;line-height: 52px; font-family: 'Conv_Montserrat-Regular';position: relative;border: 2px solid #1a1a1a;text-align: center;}
.imore a:hover {background: #000;color: #FFFFFF;}

 


.hls-iacase {position: relative;}
.icase-nav {width: 600px;height: 40px;position: absolute;right: 0px;bottom:0px;}
.icase-nav.w800 {width: 800px;}
.icase-nav .swiper-slide li{font-size: 14px;font-weight: bold;color: #999999;cursor: pointer;position: relative;margin: auto 3%;text-align: center;}
.icase-nav .swiper-slide li:hover {color: #000;}
.icase-nav .swiper-slide li::after {content: '';width: 80%;height: 2px;background: #000;position: absolute;left: 10%;bottom: -10px;display: none;}
.icase-nav .swiper-slide-thumb-active li{color: #000;}
.icase-nav .swiper-slide-thumb-active li::after {display: block;}
.iacaselist {/* padding:5% 0; */overflow: hidden;position: relative;}
.iacaselist .swiper-slide {padding-bottom:80px;}
.iacaselist .imore{width: 184px;overflow: hidden;position: absolute;left:50%;margin-left: -92px;bottom: 0;z-index: 3;}
.iacase {position: relative;width:95%;/* margin-left: 5%;*/overflow: hidden;}
.iacase li{overflow: hidden;background: #000;}
.iacase li a{display: block;position: relative;}
.iacase li a h4{position: absolute;font-size: 20px;left: 0;bottom: 0;padding: 5%;width: 90%;color: #fff; z-index: 3;}
.iacase li a .mark {position: absolute;bottom: 0;left: 0;width: 100%;height:70%;z-index: 1; background:linear-gradient(to top,#000,rgba(0,0,0,0));opacity: .6;}
.iacase li a:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}



.hls-inews {padding:5% 0 5% 0 ;overflow: hidden;position: relative;}
.inewslist {padding:5% 0 ;overflow: hidden;position: relative;}
.inewslist .inews {position: relative;width: 50%;float: left;}
.inewslist .inews a{display: block;overflow: hidden;background: #fff;}
.inewslist .inews a .pic{width: 50%;float: left;overflow: hidden;}
.inewslist .inews a .pic img {background: #000;/*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/}
.inewslist .inews a .txt{position: absolute;right: 0;top: 0;width: 40%;height: 100%;padding:0 5%;}
.inewslist .inews a .txt h4 {font-size: 18px;color: #333;}
.inewslist .inews a .txt h5 {font-size: 14px;color: #999;font-weight: normal;line-height: 24px; margin: 30px 0;}
.inewslist .inews a .txt h6 {font-size: 12px;color: #b2b2b2;font-weight: normal;}
.inewslist .inews a .txt::before {content: '';width: 0;height: 0;border-width: 20px 20px 20px 0;border-style: solid;border-color:transparent #ededed transparent transparent ;position: absolute;left: -20px;top: 50%;margin-top: -20px; z-index: 3;}
.inewslist .inews:nth-child(4n-1) .txt,.inewslist .inews:nth-child(4n) .txt{left: 0;right: auto;}
.inewslist .inews:nth-child(4n-1) .pic,.inewslist .inews:nth-child(4n) .pic{float:right;}
.inewslist .inews:nth-child(4n-1) .txt::before {border-width: 20px 0 20px 20px;border-color:transparent transparent transparent #ededed;left:auto;right: -20px;}
.inewslist .inews:nth-child(4n) .txt::before {border-width: 20px 0 20px 20px;border-color:transparent transparent transparent #ededed;left:auto;right: -20px;}
.inewslist .inews a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}
.inewslist .inews a:hover {background: #000;}
.inewslist .inews a:hover .txt h4 {color: #fff;}
.inewslist .inews a:hover .txt::before {border-color:transparent #000 transparent transparent;}
.inewslist .inews:nth-child(4n-1) a:hover .txt::before,.inewslist .inews:nth-child(4n) a:hover .txt::before {border-color:transparent transparent transparent #000;}



.hls-icontact {overflow: hidden;position: relative;}
.hls-icontact .icontact {}
.hls-icontact .icontact a {display: block;margin: auto;font-size: 24px; width: 656px;height: 126px;line-height: 130px; position: absolute;left: 50%;top: 50%;margin-left: -330px;margin-top: -65px;z-index: 3;color: #fff;border: 2px solid #fff;text-align: center; text-transform: uppercase;font-family: 'Conv_Montserrat-Regular',Arial,"微软雅黑","黑体",'宋体';}
.hls-icontact .icontact a:hover {color: #000;background: #fff;}
.hls-icontact .pic {}



/**/
.vwrap { display: none; z-index: 9777; width: 100%; position: fixed }
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: .8; filter: alpha(opacity=80); overflow: hidden }
.vwrap .videobox { z-index: 990; width: 800px; height: 450px; background-color: #fff; position: fixed; left: 50%; top: 50%; margin-top: -200px; margin-left: -400px }

@media (max-width:1024px) {
    .vwrap .videobox { margin-top: -150px; margin-left: -300px; width: 600px; height: 300px }
}

@media (max-width:768px) {
    .vwrap .videobox { margin-top: -125px; margin-left: -250px; width: 500px; height: 250px }
}

@media (max-width:576px) {
    .vwrap .videobox { margin-top: -120px; margin-left: -200px; width: 400px; height: 240px }
}

@media (max-width:425px) {
    .vwrap .videobox { margin-top: -112px; margin-left: -150px; width: 300px; height: 225px }
}

.vwrap .videobox #videobox { width: 100%; display: inline-block; height: 100%; background: #80abde }
#videobox_wrapper { height: 100% !important }
.vwrap .close { z-index: 999; width: 32px; height: 32px; cursor: pointer; position: absolute; top: 0; right: -42px }

@media (max-width:768px) {
    .vwrap .close { top: -36px; right: 0 }
}

.vwrap .close i { display: block; width: 32px; height: 32px; background: url(../images/plugins/video-close.png) no-repeat 50% 50%; -webkit-transition: .4s; -o-transition: .4s; transition: .4s }
.vwrap .close:hover i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) }
.homeBlack .videobtg{ opacity: 1; filter: alpha(opacity=100);}
#videobox_display_button, #videocontainer_display_button { background: none no-repeat !important }
.vbBox { position: relative; background: no-repeat center center; overflow: hidden; cursor: pointer }
.vbBox .vicoBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10 }
.vbBox .vico { position: absolute; top: 50%; left: 50%; display: block; width: 64px; height: 64px; margin-top: -32px; margin-left: -32px; background: no-repeat; background-size: cover; -webkit-transition: .3s; -o-transition: .3s; transition: .3s }
.vbBox #case-video_wrapper, .vbBox .jwplayer { position: absolute !important; top: 0; left: 0; right: 0; bottom: 0; z-index: 2 }

.vbBox {
    margin: 0 10px 10px 0;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
svg {
    width: 100%;
    height: 100%;
}
.vbBox .vico {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    background: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
.vbBox .icon {
    width: 32px;
    height: 32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: #fff;
}

.vbBox:hover .icon {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    fill: #e67015;
}
.hls-iadvantages .left .pic {
    background: #fff;
}