/*Public*/
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Normal.eot');
    src: url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Normal.woff2') format('woff2'),
    url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
    url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
    url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSerifCBOLD') format('svg');
}
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;}
*html{background-image:url(about:blank);background-attachment:fixed;}
img{border:none;}
body{font-family: "SourceHanSansCN"}
body {color:#666; font:62.5%/1.5;width:100%;height: 100%; background-color:#fff;}
ul,ol,li,form, dl {list-style: none;}
p{margin:0px; padding:0px;}
a{text-decoration:none;color:#434343;}
a:hover {text-decoration:none;}
div{ margin:0 auto;}
::-webkit-scrollbar{width:0px;height:11px;border:none;background:rgba(0,0,0,.9)  !important}::-webkit-scrollbar-track-piece{border:none;position:absolute;padding:0;box-shadow:none;background-color:rgba(0,0,0,.9)  ;border-radius:1px}::-webkit-scrollbar-thumb:vertical{background-color:rgba(0,0,0,.9)  ;border-radius:0;border:none}::-webkit-scrollbar-thumb:horizontal{background-color:rgba(0,0,0,.9)  ;border-radius:0;border:none}::-webkit-scrollbar{width:0px;height:12px}::-webkit-scrollbar-button:vertical{display:none}::-webkit-scrollbar-track:vertical{background-color:#000}::-webkit-scrollbar-track-piece{background:#fff}::-webkit-scrollbar-thumb:vertical{background-color:rgba(0,0,0,.9)  ;border-radius:5px}::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,0,0,.9)  }::-webkit-scrollbar-corner:vertical{background-color:rgba(0,0,0,.9)  }::-webkit-scrollbar-resizer:vertical{background-color:rgba(0,0,0,.9)  }
.text-box{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;flex-direction:column;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column}
.box-flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.pull-overflow,.AcUi-overflow{overflow:hidden;}
.text-center .img-responsive{margin:auto;}
.container{padding: 0}
@media(max-width:760px){
    .container{padding:  0 5px;width: 100%}
}
/* Fonts */
@font-face {
    font-family: 'iconfont';  /* project id 2027395 */
    src: url('//at.alicdn.com/t/font_2027395_a9ydtueounq.eot');
    src: url('//at.alicdn.com/t/font_2027395_a9ydtueounq.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2027395_a9ydtueounq.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2027395_a9ydtueounq.woff') format('woff'),
    url('//at.alicdn.com/t/font_2027395_a9ydtueounq.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2027395_a9ydtueounq.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'Arvo';
    src: url('../fonts/Arvo.eot');
    src: url('../fonts/Arvo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arvo.woff2') format('woff2'),
    url('../fonts/Arvo.woff') format('woff'),
    url('../fonts/Arvo.ttf') format('truetype'),
    url('../fonts/Arvo.svg#SourceHanSerifCBOLD') format('svg');
}
.Yc-icon{ font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*Header button*/
.Header-button{margin-right:2%;margin-top:5px;position:relative; height:50px;width:30px;cursor:pointer;}
.Header-button:after,.Header-button:before{position:absolute;left:0;width:100%;height:2px;background:#fff;content:"";transition:ease 0.5s;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-o-transition:ease 0.5s;}
.Header-button:after{bottom:13px;}
.Header-button:before{top:13px;}
.Header-button span{display:block;height:2px;width:100%;background:#fff;position:absolute;top:50%;left:0;border-radius:2px;margin-top:-1px;transition:ease 0.5s;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-o-transition:ease 0.5s;}
.Header-button.active:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform-origin:0 100%;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;left:5px;bottom:13px;}
.Header-button.active:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform-origin:0 100%;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;top:13px;left:5px;}
.Header-button.active span{opacity:0}
/*Header*/
#Header{background: rgba(0,0,0,.3);height:70px;transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;}
.Header-logo{width: 160px;height: 66px;background: url(../images/logo_1.png) no-repeat center;overflow: hidden;margin-top: 2px;background-size: contain}
.Header-logo a{display: block;text-indent: -999rem;width: 100%;height: 100%;opacity: 0}
.Header-search{margin-left: 30px;position: relative;height: 34px;width: 44px;margin-top: 18px}
.Header-search button{height: 34px;background: transparent;border: none;width: 44px;color: #fff;position: absolute;left: 0;top: 0;z-index: 6;outline: none;line-height: 30px;font-size: 22px;font-weight:lighter}
.Header-search input{width: 0px;height: 34px;background: #fff;border: none;border-radius: 5px;outline: none;position: absolute;top: 0;right: 10px;padding-left: 10px;transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;visibility: hidden;opacity: 0}
.Header-search:hover button{color: #333;}
.Header-search:hover input{right: 0;visibility: visible;opacity: 1;width: 240px;z-index: 5}
.Header-tel{height: 34px;margin-top: 18px;line-height: 34px;position: relative;width: 24px;}
.Header-tel i{color: #fff;font-size: 22px;position: absolute;right: 0;top: 0;width: 24px;z-index: 2;transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;font-weight: lighter}
.Header-tel b{position: absolute;right: -60px;top: 0;background: #fff;border-radius: 5px;width: 170px;padding-left: 35px;color: rgba(0,0,0,.9)  ;font-size: 18px;transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;visibility: hidden;opacity: 0}
.Header-tel:hover i{font-size: 24px;right: 140px;color: rgba(0,0,0,.9)  }
.Header-tel:hover b{width: 170px;visibility: visible;opacity: 1;right: 0}
.Header-nav{margin-right: 40px;width: 65%;height: 70px;}
.Header-nav li{line-height:70px;float: left;width: 14.285%;text-align: center;}
.Header-nav li a{display: block;font-size: 16px;color: #fff;/*background: url(../images/backg_1.png) no-repeat bottom -30px center;*/transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;}
.Header-nav li:hover a,.Header-nav li.active a{background:rgba(255, 255, 255, 0.2)}
#Header.active{background: rgba(0,0,0,.9)  }
@media(max-width: 1920px) and (min-width: 1600px){
    #Header .container{width: 73%}
}
@media(min-width: 1440px){
    #Header .container{width: 80% !important}
}
@media(max-width: 1400px) and (min-width: 1025px){
    .Header-logo{margin-left: 10%}
}
@media (max-width: 1024px) and (min-width: 993px) {
    .Header-nav{width: 70%;margin-right: 0}
}
@media(max-width: 992px) and (min-width: 768px){
    .Header-logo{width: 140px;}
    .Header-nav{width: 75%;margin-right: 0}
}
@media(max-width: 760px){
    #Header{height: 60px;background: rgba(0,0,0,.8)}
    .Header-logo{height: 50px;margin-top: 5px;background-size: contain;width: 30%;background-position: left center}
}
/*Nav*/
#Nav{position: fixed;left: 0;top: 100px;z-index: 10;background: rgba(0,0,0,.8);width: 100%;visibility: hidden;opacity: 0;transition:ease 0.5s;-webkit-transition:ease 0.5s;-moz-transition:ease 0.5s;-o-transition:ease 0.5s;}
#Nav ul li{line-height: 34px;border-bottom: solid 1px rgba(77,159,150,.4);border-top: solid 1px rgba(255,255,255,.5);position: relative}
#Nav ul li:after{position: absolute;right: 10px;top: 50%;font-family: SimSun;color: #fff;font-size: 16px;content: ">";transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);font-weight: 400}
#Nav ul li a{padding-left: 10px;font-size: 1.4rem;color: #fff;line-height: 40px;display: block}
#Nav ul li.active a ,#Nav ul li:hover a{background: rgba(0,0,0,.9)  ;}
#Nav.active{top: 60px;visibility: visible;opacity: 1}
/*body*/
#body>.swiper-wrapper{transition: all 5s ease 2s}
.swiper-body{width: 100%;height: 100%}
.slide{overflow: hidden;height: 100%;width: 100%}
.slide-container{width: 100%;height: calc(100% - 70px);margin-top: 70px;}
@media(max-width: 760px){
    .slide-container{height: calc(100% - 60px);margin-top: 60px}
}
/*Banner*/
.banner img{width:100%;height:100%;object-fit:cover}
.swiper-banner{height: 100%}
.swiper-banner ul li{background-repeat: no-repeat;background-size: cover;background-position: center}
/*home about*/
.Home-about-left{height: 100%;padding: 0;background: #fff;}
.Home-about-box{width: 520px;}
.Home-about-title-en{font-family: Arial;font-size: 24px;color: #3a3a3a;line-height: 30px;text-transform: uppercase;margin-bottom: 15px;}
.Home-about-title-cn{font-size: 22px;color: #5d5d5d;line-height: 30px;}
.Home-about-title-cn:after{display: block;width: 46px;height: 3px;background: #4f4e4e;content: "";margin-top: 15px;}
.Home-about-text{margin-top: 60px;font-size: 16px;color: #666666;line-height: 32px;font-family: "SourceHanSansCN"; -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;}
.Home-about-more{margin-top: 85px;}
.Home-about-more a{display: block;width: 109px;height: 33px;background: #333333;color: #fff;font-size: 14px;text-transform: uppercase;text-align: center;line-height: 33px;}
.Home-about-slogo{margin-top: 85px;font-size: 20px;color: #39393b;}
.Home-about-right{height: 100%;padding: 0;background: url(../images/gai_1.jpg) no-repeat top center;position: relative}
.Home-about-right:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);content: "";z-index: 1}
.Home-about-right .slide-container{position: relative;z-index: 2}
.Home-video{width: 76.25%;height:auto}
.Home-video video{width: 100%;height: auto;outline: none}
@media(max-width: 1024px) and (min-width: 993px){
    .Home-about-box{width: 85%}
    .Home-about-title-en{font-size: 2rem}
    .Home-about-title-cn{font-size: 1.8rem}
    .Home-about-text{margin-top: 50px;font-size: 1.4rem;line-height: 2}
    .Home-about-more{margin-top: 60px;}
    .Home-about-slogo{margin-top: 60px;font-size: 1.8rem}
    .Home-about-right{background-size: cover}
}
@media(max-width: 992px){
    .Home-about-left{width: 100%;height: 50%}
    .Home-about-box{width: 85%}
    .Home-about-title-en{font-size: 2rem;margin-bottom: 10px;}
    .Home-about-title-cn{font-size: 1.8rem;line-height: 24px}
    .Home-about-text{margin-top: 25px;font-size: 1.6rem;line-height: 2}
    .Home-about-more{margin-top: 25px;}
    .Home-about-slogo{margin-top: 25px;font-size: 1.8rem}
    .Home-about-right{width: 100%;height: 50%}
    .Home-about-right .slide-container{height: 100%;margin-top: 0}
    .Home-video{height: 75%}
}
@media(max-width: 760px){
    .Home-about-box{width: 95%}
    .Home-about-left{height: 60%}
    .Home-about-title-en{font-size: 1.5rem;line-height: 20px;margin-bottom: 5px;}
    .Home-about-title-cn{font-size: 1.4rem;line-height: 20px}
    .Home-about-title-cn:after{margin-top: 10px;}
    .Home-about-text{margin-top: 15px;font-size: 1.3rem;line-height:1.8 }
    .Home-about-more{margin-top: 15px}
    .Home-about-slogo{font-size: 1.4rem;margin-top: 15px;}
    .Home-about-right{height: 40%}
}
/*Home product*/
.Home-product-container{width: 100%;height: 100%}
.swiper-product{height: 100%}
.product .swiper-slide{overflow: hidden}
.product .product-next,.product .product-prev{width: 50px;height:50px;border: solid 2px #fff;border-radius: 50%;left: 50%;right: auto;margin-left: -70px;outline: none}
.product .product-next:after,.product .product-prev:after{font-size: 26px;color: #fff;}
.product .product-next{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);margin-top: -35px}
.product .product-prev{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);margin-top: 35px;}
.Home-product-left{padding: 0;position: relative;height: 100%;background-position: top center;background-repeat: no-repeat;}
.Home-product-left .swiper-container{height: 100%}
.Home-product-left ul li{background-position: top center;background-size: cover;background-repeat: no-repeat;width: 100%;height: 100%}
.Home-product-text{position: absolute;left: 0;top:-250px;background: rgba(255,255,255,.7);width: 70%;padding: 20px;transition: all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition:all ease .3s;z-index: 10}
.Home-product-button{position: absolute;left: 140px;bottom: -190px;width: 1px;height: 190px;background: rgba(0,0,0,.9)  ;content: ""}
.Home-product-button:after{position: absolute;left: -15px;bottom: -30px;width: 30px;height: 30px;border-radius: 50%;content: "<";font-family: SimSun;font-size: 20px;line-height: 30px;text-align: center;background: rgba(0,0,0,.9)  ;color: #fff;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);cursor: pointer;transition: all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition:all ease .3s}
.Home-product-text.active{top: 70px;}
.Home-product-button.active:after{transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg)}
.Home-product-text h2{font-size: 20px;color: rgba(0,0,0,.9)  ;font-weight: bold;}
.Home-product-text h3{font-size: 14px;color: rgba(0,0,0,.9)  ;text-transform: uppercase;opacity: .6;line-height: 2;margin-bottom: 15px}
.Home-product-summary{font-size: 14px;color: #333;line-height: 2;min-height: 140px;}
.Home-product-right{height: 100%;position: relative;padding: 0;background: #f3f3f3}
.Home-product-box{width: 607px;max-width: 65%}
.Home-product-titpic{width: 564px;max-width: 93%;position: relative}
.Home-product-line{width: 20px;height: 20px;display: block;position: absolute;}
.Home-product-line-1{border-top: solid 1px #6a6969;border-left: solid 1px #6a6969}
.Home-product-line-2{border-top: solid 1px #6a6969;border-right: solid 1px #6a6969}
.Home-product-line-3{border-bottom: solid 1px #6a6969;border-left: solid 1px #6a6969}
.Home-product-line-4{border-bottom: solid 1px #6a6969;border-right: solid 1px #6a6969}
.Home-product-titpic .Home-product-line-1{left: -17px;top: -17px}
.Home-product-titpic .Home-product-line-2{top: -17px;right: -17px}
.Home-product-titpic .Home-product-line-3{bottom: -17px;left: -17px}
.Home-product-titpic .Home-product-line-4{bottom: -17px;right: -17px;}
.Home-product-show{margin-top: 90px}
.Home-product-show h2{font-size: 24px;color: #3a3a3a;font-weight: normal;font-family: Arial;margin-bottom: 15px;padding-left: 15px;text-transform: uppercase}
.Home-product-show h3{font-size: 22px;color: #5d5d5d;padding-left: 15px;}
.Home-product-show h3:after{display: block;margin-top: 15px;width: 46px;height: 3px;background: #4f4e4e;content: ""}
.Home-product-color{margin-top: 35px;}
.Home-product-color li{padding:12px 17px;position: relative;height: 87px;overflow: hidden;cursor: pointer;margin-bottom: 22px;width: 45.5%;margin-right: 9%;}
.Home-product-color li:nth-child(2n){margin-right: 0}
.Home-product-color li .Home-product-line{position: absolute;width: 15px;height: 15px;border-style: solid;border-width: 1px;border-color: transparent;transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s}
.Home-product-color .Home-product-line-1{left:0;top: 0}
.Home-product-color .Home-product-line-2{left: 0;bottom:0;}
.Home-product-color .Home-product-line-3{right:0;top: 0}
.Home-product-color .Home-product-line-4{right:0;bottom: 0;}
.Home-product-color li.active .Home-product-line-1{border-left-color: #5a5959;border-top-color: #5a5959;left: 0;top: 0}
.Home-product-color li.active .Home-product-line-2{border-left-color: #5a5959;border-bottom-color:#5a5959 ;left: 0;bottom: 0}
.Home-product-color li.active .Home-product-line-3{border-right-color:#5a5959 ;border-top-color: #5a5959;right: 0;top: 0}
.Home-product-color li.active .Home-product-line-4{border-right-color:#5a5959 ;border-bottom-color:#5a5959;right: 0;bottom: 0}
.Home-product-color li .Home-product-img{width: 53px;height: 53px;overflow: hidden;}
.Home-product-color li .Home-product-img img{min-height: 53px;max-width: initial}
.Home-product-color li h4{float: left;margin-left: 30px;font-size:17px;color: #4c4c4c;height: 53px;width: calc(100% - 83px);}
.Home-product-color li:last-child,.Home-product-color li:nth-last-child(2){margin-bottom: 0}
.Home-product-more{margin-top: 35px;}
.Home-product-more a{display: inline-block;line-height: 36px;text-align: center;font-size: 13px;color: #4f4e4e;position: relative;padding-right: 15px;}
.Home-product-more a:after{position: absolute;right: 0;top: 50%;width: 0;height: 0;border-top: solid 5px transparent;border-bottom: solid 5px transparent;border-left: solid 8px #4f4e4e;content: "";margin-top: -5px;}
.Home-product-more a:hover{color: #000;}
@media(max-width: 1024px) and (min-width: 993px){
    .Home-product-box{max-width: 80%}
    .Home-product-show{margin-top: 50px;}
    .Home-product-show h2{font-size: 2rem}
    .Home-product-show h3{font-size: 1.8rem}
    .Home-product-color{margin-top: 30px;}
    .Home-product-color li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .Home-product-color li h4{margin-left: 20px;width: calc(100% - 73px);font-size: 1.6rem;line-height: 1.6}
}
@media(max-width: 992px) and (min-width: 768px){
    .Home-product-box{max-width: 80%}
    .Home-product-titpic{height: auto}
    .Home-product-show{margin-top: 65px;}
    .Home-product-show h2{font-size: 2rem}
    .Home-product-show h3{font-size: 1.8rem}
    .Home-product-color li{width: 100%;margin-right: 0;margin-bottom: 15px;}
    .Home-product-color li:nth-child(2n){margin-bottom: 15px}
}
@media(max-width: 760px){
    .Home-product-text{width: 90%;background: rgba(255,255,255,.5);top: -170px;padding: 10px;}
    .Home-product-button{height: 120px;bottom: -120px;left: 25px}
    .Home-product-summary{min-height: auto}
    .Home-product-text.active{top: 60px;}
    .Home-product-titpic{height: 16.5%}
    .product .product-next, .product .product-prev{width: 30px;height: 30px;margin-top: auto;margin-left: auto}
    .product .product-next:after, .product .product-prev:after{font-size: 1.5rem}
    .product .product-next{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);right: 10px;left: auto}
    .product .product-prev{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);right: 50px;left: auto}
    .Home-product-left{height: 55%;background-size: cover}
    .Home-product-right{padding-top: 0;height: 45%}
    .Home-product-right .slide-container{height: 100%;margin-top: 0}
    .Home-product-titpic{top: 0;display: none}
    .Home-product-show{height: 100%;margin-top: 0}
    .Home-product-box{max-width: 100%}
    .Home-product-block{width: 95%}
    .Home-product-show h2{font-size: 1.8rem}
    .Home-product-show h3{font-size: 1.6rem}
    .Home-product-color{margin-top: 25px;padding-left: 15px;}
    .Home-product-show ul li{padding: 5px;height: auto;width: 48%;margin-right: 4%;margin-bottom: 15px;}
    .Home-product-show ul li .Home-product-img{width: 40px;height: 40px;}
    .Home-product-show ul li h4{width: calc(100% - 50px);margin-left: 10px;height: 40px;line-height: 1.5;font-size: 1.4rem;align-items: flex-start;text-align: left}
    .Home-product-more{margin-top: 10px;}
}
@media(max-width: 320px){
    .product .product-next, .product .product-prev{margin-top: -25px;}
    .Home-product-text{top: -110px;padding: 10px;}
    .Home-product-text h2{font-size: 1.6rem}
    .Home-product-text h3{font-size: 1.2rem;margin-bottom: 10px;}
    .Home-product-summary{font-size: 1.3rem;line-height: 1.8}
    .Home-product-button{height: 30px;bottom: -30px;}
    .Home-product-show h2{font-size: 1.8rem}
    .Home-product-show .swiper-container{height: 120px;}
}
/*Home advatage*/
.advatage{background: url(../images/gai_backg_1.jpg) no-repeat top center;background-size: cover}
.advatage .container{max-width:80%;position: relative}
.advatage .container:before{position: absolute;left: 39.071%;top: 0;height: 100%;width: 1px;background: #ffffff;content: ""}
.Home-advatage-left{width: 34.285%;}
.Home-advatage-left h2{font-family: Arial;font-size: 24px;color: #a4a1a1;line-height: 30px;text-transform: uppercase;margin-bottom: 15px;}
.Home-advatage-left h3{font-size: 22px;color: #a4a1a1;line-height: 30px;}
.Home-advatage-left h3:after{display: block;width: 46px;height: 3px;background: #a4a1a1;content: "";margin-top: 15px;}
.Home-advatage-text{margin-top: 80px;font-size: 16px;color: #a4a1a1;line-height: 32px;margin-bottom: 75px;}
.Home-advatage-list a{display: block;font-size: 18px;color: #a4a1a1;line-height: 36px;}
.Home-advatage-list a span{padding-right: 20px;position: relative}
.Home-advatage-list a span:after{position: absolute;right: 0;top: 50%;width: 0;height: 0;border-top: solid 7px transparent;border-bottom: solid 7px transparent;border-left: solid 12px #a4a1a1;content: "";margin-top: -7px;display: none}
.Home-advatage-list a.active span:after{display: block}
.Home-advatage-right{width: 56.285%}
@media(max-width: 1024px) and (min-width: 993px){
    .advatage .container{max-width: initial}
    .Home-advatage-left{width: 37%}
    .Home-advatage-left h2{font-size: 2rem}
    .Home-advatage-left h3{font-size: 1.8rem}
    .Home-advatage-text{margin-top: 50px;margin-bottom: 40px;font-size: 1.4rem;line-height: 2}
    .Home-advatage-list a{font-size: 1.5rem;line-height: 2}
}
@media(max-width: 992px){
    .advatage .container{max-width: 85%}
    .advatage .container:before{display: none;}
    .Home-advatage-left{width: 100%;border-bottom: solid 1px #fff;}
    .Home-advatage-left h2{font-size: 2rem;margin-bottom: 10px;}
    .Home-advatage-left h3{font-size: 1.8rem;line-height: 26px;}
    .Home-advatage-text{margin-top: 40px;margin-bottom: 40px;}
    .Home-advatage-list{margin-bottom: 40px;}
    .Home-advatage-right{width: 100%;padding:0 5%;margin-top: 40px;}
}
@media(max-width: 760px){
    .advatage .container{max-width: initial}
    .Home-advatage-left h2{font-size: 1.5rem;line-height: 1.8;}
    .Home-advatage-left h3{font-size: 1.4rem;line-height: 1;}
    .Home-advatage-text{margin-top: 20px;margin-bottom: 20px;font-size: 1.2rem;line-height: 2;}
    .Home-advatage-list{margin-bottom:25px;}
    .Home-advatage-list a{font-size: 1.2rem;line-height: 2}
    .Home-advatage-right{margin-top:25px;}
}
/*Home news*/
.news{background:#f3f3f3;}
.news .Home-title-en{font-size: 34px;color: #535353;text-transform: uppercase;line-height: 1;opacity: 1;margin-bottom: 0}
.news .Home-title-en:after{display: block;margin: 15px auto;width: 40px;height: 3px;background: #4f4e4e;content: ""}
.news .Home-title-cn{font-size: 20px;color: #6d6c6c;line-height: 1}
.swiper-news{margin-top: 65px;}
.Home-news-time{margin-bottom: 15px;}
.Home-news-time span{font-size: 24px;line-height: 1;color: #666666;font-family: "Arvo";border-bottom: solid 2px #898989;padding-bottom: 2px;}
.Home-news-time p{font-size: 18px;color: #808080;line-height: 35px;margin-top: 5px;}
.Home-news-title{font-size: 18px;color: #333333;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;margin-bottom: 20px;margin-top: 15px;line-height: 30px;}
.Home-news-img{max-height: 187px;overflow: hidden;margin-bottom: 20px;}
.Home-news-summary{font-size: 14px;color: #666666;line-height: 24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 15px;}
.swiper-news ul li .Home-news-more{display: block;width: 109px;height: 33px;background: #333333;line-height: 33px;text-align: center;margin-left: 0;font-size: 14px;color: #fff;text-transform: uppercase;margin-top: auto}
.swiper-news ul li:hover .Home-news-time span{color: rgba(0,0,0,.9)  }
.swiper-news ul li:hover .Home-news-title{color: rgba(0,0,0,.9)  }
.Home-news-more{margin-top: 60px;}
.Home-news-more a{display: block;width: 168px;height: 37px;background: transparent;border: solid 1px #4f4e4e  ;line-height: 37px;text-align: center;margin: auto;font-size: 16px;color: #4f4e4e}
.Home-news-more a:hover{background: #333;color: #fff}
@media(max-width: 1024px) and (min-width: 993px){
    .swiper-news{margin-top: 40px}
    .Home-news-time{margin-bottom: 10px;}
    .Home-news-time span{font-size: 2rem}
    .Home-news-time p{font-size: 1.6rem;line-height: 30px;}
    .Home-news-title{margin-bottom: 10px;margin-top: 5px;font-size: 1.6rem}
    .Home-news-more{margin-top: 40px;}
}
@media(max-width: 760px){
    .news .Home-title-en{font-size: 2rem}
    .news .Home-title-en:after{margin: 10px auto;}
    .news .Home-title-cn{font-size: 1.6rem}
    .swiper-news{margin-top: 40px;}
    .Home-news-time{margin-bottom: 0}
    .Home-news-time span{font-size: 1.6rem;}
    .Home-news-time p{font-size: 1.4rem;line-height: 20px}
    .Home-news-title{font-size: 1.5rem;margin-top: 5px;margin-bottom: 5px;}
    .Home-news-img{margin-bottom: 10px;}
    .Home-news-summary{font-size: 1.2rem}
    .swiper-news ul li .Home-news-more{font-size: 1.2rem}
    .Home-news-more{margin-top: 40px;}
}
@media(max-width: 320px){
    .Home-news-more{margin-top: 30px}
}
/*Footer*/
.footer{height: auto !important;}
#Footer{background: #1c1d1f }
.Footer-top{padding-top: 125px;padding-bottom: 110px}
.Footer-logo{margin-top: 48px;background: url(../images/logo_2.png) no-repeat center;width: 150px;height: 40px;text-indent: -999rem;overflow: hidden;}
.Footer-nav{width: calc(100% - 430px);padding: 0 5%}
.Footer-nav dl{float: left;padding-left:5%;width: 20%}
.Footer-top dl dt a{font-size: 18px;color: #ffffff;line-height: 2;display: block;margin-bottom: 5px;font-weight: normal}
.Footer-top dl dd{font-size: 14px;line-height: 2;color:rgba(255,255,255,.6)}
.Footer-top dl dd a{color:rgba(255,255,255,.6)}
.Footer-top dl dd a:hover{opacity: 1}
.Footer-tel{width: 280px;}
.Footer-tel h3{font-size: 18px;color: #fff;line-height: 2;margin-bottom: 5px;}
.Footer-tel h4{font-size: 26px;color: #fff;line-height: 30px;margin-bottom: 10px;}
.Footer-tel p{background: url(../images/gai_icon.png) no-repeat left center;font-size: 14px;color: rgba(255,255,255,.5);line-height: 30px;padding-left: 20px;}
.Footer-tel-adds,.Footer-copy{font-size: 14px;color: #fff;line-height: 30px;opacity: .5}
.Footer-tel-adds{letter-spacing: .6px}
.Footer-bottom{border-top: solid 1px rgba(255,255,255,.1);padding: 10px 0;line-height:2;font-size: 14px;color: rgba(255,255,255,.5)}
.Footer-bottom a{color: rgba(255,255,255,.5)}
@media(max-width: 1024px) and (min-width: 993px){
    .Footer-nav{width: 55%;padding: 0 2%}
    .Footer-nav dl{padding-left: 3%}
    .Footer-top dl dt a{font-size: 1.5rem}
}
@media(max-width: 992px) and (min-width: 768px){
    .Footer-top{padding-top:40px;padding-bottom: 40px;}
    .Footer-logo{display: none}
    .Footer-nav{width: 100%;padding: 0}
    .Footer-nav dl{margin-left: 0;width: 20%;padding-left: 5%}
    .Footer-tel{width: 100%;margin-top: 40px;border-top: solid 1px rgba(255,255,255,.2);padding-top: 40px;text-align: center}
}
@media(max-width: 760px){
    .Footer-top{padding-top: 30px;padding-bottom: 30px;}
    .Footer-logo{display: none}
    .Footer-bottom{margin-top: 0;padding: 10px 0;font-size: 1.2rem}
    .Footer-tel{width: 100%;text-align: center}
    .Footer-tel h2{font-size: 2.4rem}
    .Footer-tel h3{font-size: 1.6rem;display: inline-block}
    .Footer-tel h4{font-size: 1.6rem;display: inline-block;margin-left: 15px;}
    .Footer-tel p{display: inline-block;}
    .Footer-tel-adds, .Footer-copy{font-size: 1.2rem;line-height: 2}
    .Footer-copy span{margin-left: auto;display: block}
    .Footer-code{width: 100%;border-top: solid 1px rgba(255,255,255,.2);margin-top: 20px;padding-top: 20px;}
}
/*Page Banner*/
#Banner{width: 100%;height: 600px;position: relative;background-size: cover !important}
#Banner:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);content: ""}
.Banner-text{position: absolute;left: 0;top: 70px;width: 100%;height:calc(100% - 70px);z-index: 9;padding-top: 75px;}
.Banner-text h2{font-size: 30px;color: #fff;}
.Banner-text h2:before{display: block;width: 40px;height: 2px;background: #fff;content: "";margin-top: 25px;margin-bottom: 25px}
.Banner-text p{font-size: 48px;color: #fff;text-transform: uppercase;font-weight: lighter;max-width: 450px;line-height: 56px;}
.Banner-icon{display: block;width: 50px;height: 50px;border: solid 2px #fff;border-radius: 50%;margin-top: 25px;float: left;position: relative;cursor: pointer;margin-bottom: 20px;}
.Banner-icon i{position: absolute;left: 0;top: 0;width: 100%;content: "&darr;";text-align: center;font-size: 24px;color: #fff;line-height: 40px;animation: FmovefadeInDown linear infinite 1.5s;-webkit-animation: FmovefadeInDown linear infinite 1.5s;-moz-animation: FmovefadeInDown linear infinite 1.5s;-ms-animation: FmovefadeInDown linear infinite 1.5s;-o-animation: FmovefadeInDown linear infinite 1.5s;font-style: normal}
@keyframes FmovefadeInDown {
    0%{opacity: 1;transform: translate(0px,0px);}
    35%{opacity: 0;transform: translate(0px,50%);}
    65%{opacity: 0;transform: translate(0px,-50%);}
    100%{transform: translate(0px,0px);opacity: 1;}
}
@-webkit-keyframes FmovefadeInDown {
0%{opacity: 1;transform: translate(0px,0px);}
35%{opacity: 0;transform: translate(0px,50%);}
65%{opacity: 0;transform: translate(0px,-50%);}
100%{transform: translate(0px,0px);opacity: 1;}
}
@-moz-keyframes FmovefadeInDown {
    0%{opacity: 1;transform: translate(0px,0px);}
    35%{opacity: 0;transform: translate(0px,50%);}
    65%{opacity: 0;transform: translate(0px,-50%);}
    100%{transform: translate(0px,0px);opacity: 1;}
}
@media(max-width: 1024px) and (min-width: 993px){
    #Banner{height: 600px;}
}
@media(max-width: 992px) and (min-width: 768px){
    #Banner{height: 600px;}
}
@media(max-width: 760px){
    #Banner{height: auto;background-size: 100% 100% !important;}
    .Banner-text{height:calc(100% - 60px);padding-top: 10vh;top: 20px;}
    .Banner-text p{text-align: center;font-size: 3rem;line-height: 1;}
    .Banner-text h2:before{margin: 15px auto}
    .Banner-text h2{font-size: 2rem;text-align: center}
    .Banner-icon{width: 40px;height: 40px;float: none}
}
/*Page channle*/
#Main{background: #fcfcfc}
.Banner-text .container{
	position: relative;
}
.Page-container{padding: 6vh 0}
.Page-channle{margin-top: 50px;overflow: hidden}
.Page-channle li{float: left;background: #fff;height: 60px;width: 160px;border-right: solid 1px #ddd;text-align: center;line-height: 60px;}
.Page-product-channle li{width:12.5%;border-top:solid 1px #ddd;margin-top:-1px;}
.Page-channle li:last-child{border-right: none}
.Page-channle li a{display: block;font-size: 14px;color: #333;}
.Page-channle li a i{font-size:16px;margin-right: 10px}
.Page-channle li:hover a,.Page-channle li.active a{background:rgba(0,0,0,.9)  ;color: #fff}
.detail_pst{
	line-height: 60px;
	font-size: 12px;
	border-bottom: 1px solid #ededed
}

.Page-title{font-size: 20px;color: #6d6c6c;position: relative;padding-top: 19px;}
.Page-title:after{position: absolute;left: 50%;top: 0;width: 40px;height:3px;background: #4f4e4e;content: "";margin-left: -20px;}
.Page-title-en{font-size: 34px;color: #535353;text-transform: uppercase;margin-bottom: 15px;}
.Page-text{font-size: 14px;color: #333;line-height: 2;}
.Page-text img{max-width: 100%;height: auto !important; display: block;}
@media(max-width: 760px){
    .Page-channle{margin-top: 10px;}
    .Page-channle li{width: 33.33%;height: 50px;line-height: 50px;border-bottom: solid 1px #ddd}
    .Page-product-channle li{width:25%;border-right: solid 1px #ddd;height:36px;line-height:36px;text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden}
    .Page-channle li:nth-child(3n){border-right: none;}
    .Page-product-channle li:nth-child(3n){border-right: solid 1px #ddd;}
    .Page-product-channle li:nth-child(4n){border-right: none;}
    .Page-product-channle li a i{display:none}
.Page-product-channle li a{font-size:12px}
    .Page-channle li:last-child{border-bottom: none}
    .Page-channle li:nth-last-child(2){border-bottom: none;}
    .Page-channle li:nth-last-child(3){border-bottom: none}
    .Page-title-en{font-size: 2.4rem;margin-bottom: 10px;}
    .Page-title{font-size: 1.8rem;margin-top: 15px;}
}
/*Page about*/
.Page-about{padding:75px 0 65px;background: url(../images/gywm_backg_1.jpg) no-repeat top center;position: relative;background-size: cover}
.Page-about:before{position: absolute;left: 50%;top: 0;width: 0;height: 0;border-left: 23px solid transparent;border-right: 23px solid transparent;border-top: solid 23px #979ea3;content: "";margin-left: -23px;}
.Page-about-text{margin-top: 50px;position: relative;font-size: 15px;color: #666}
.Page-about-left{width: calc(50% - 20px);height: auto}
.Page-about-left video{width: 100%;height: auto;}
.Page-about-right{width: calc(50% - 20px);font-size: 14px;color: #595757;line-height: 2;}
.Page-idea{background: url(../images/gywm_backg_2.jpg) no-repeat top center;position: relative;padding: 60px 0 25px}
.Page-idea-list{margin-top: 45px;}
.Page-idea-list li{margin-bottom: 60px;position: relative;}
.Page-idea-list li:after{position: absolute;bottom: 0;width: 45.8%;height: 1px;background: #727272;content: ""}
.Page-idea-img{width: 45.3%}
.Page-idea-text{width: 45.8%}
.Page-idea-text h4{line-height: 52px;position: relative;overflow: hidden;font-size: 18px;color: #333333;margin-bottom: 20px;}
.Page-idea-text h4:before{position: absolute;left: 75px;top: 50%;width: 1px;height: 38px;background: #333333;margin-top: -19px;content: "";opacity: .5}
.Page-idea-text h4 span{font-size: 48px;font-family: Arial;color: #333333;float: left;min-width: 75px;margin-right: 15px;}
.Page-idea-text p{font-size: 14px;color: #595757;line-height: 26px;}
.Page-idea-list li:nth-child(odd) .Page-idea-img{float: left}
.Page-idea-list li:nth-child(odd) .Page-idea-text{float: right}
.Page-idea-list li:nth-child(even) .Page-idea-img{float: right}
.Page-idea-list li:nth-child(even) .Page-idea-text{float: left}
.Page-idea-list li:nth-child(odd):after{right: 0}
.Page-idea-list li:nth-child(even):after{left: 0}
@media(max-width: 760px){
    .Page-about{padding: 6vh 0;}
    .Page-about-text{margin-top: 30px;}
    .Page-about-left{width: 100%;margin-bottom: 15px;}
    .Page-about-right{width: 100%;font-size: 1.3rem}
    .Page-idea{background-size: cover !important}
    .Page-idea-list li{border-bottom: solid 1px #727272;padding-bottom: 20px;margin-bottom: 30px;}
    .Page-idea-list li:after{display: none;}
    .Page-idea-img{width: 100%;margin-bottom: 15px;}
    .Page-idea-text{width: 100%}
    .Page-idea-text h4{font-size: 1.6rem;line-height: 36px;margin-bottom: 10px;}
    .Page-idea-text h4:before{left: 50px;height: 20px;margin-top: -10px;}
    .Page-idea-text h4 span{font-size: 3rem;min-width: 50px;}
    .Page-idea-text p{font-size: 1.3rem}
}
/*Page service*/
.Page-process{background: #bebebe url(../images/service_backg_1.png) no-repeat top center;padding: 80px 0 75px;position: relative}
.Page-process:after{position: absolute;left: 50%;top: 0;width: 0;height: 0;border-left: 23px solid transparent;border-right: 23px solid transparent;border-top: solid 23px #050505;content: "";margin-left: -23px;}
.Page-process-list{margin-top: 60px;}
.Page-process-list li{float:left;background: #fff;width: calc(25% - 49px);margin-right: 65px;margin-bottom: 35px;-moz-box-shadow:2px 2px 5px rgba(0,0,0,.2); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2); box-shadow:2px 2px 5px  rgba(0,0,0,.2);padding: 45px 0;text-align: center}
.Page-process-list li:nth-child(4n){margin-right: 0}
.Page-process-list li i{display: block;width: 118px;height: 118px;border: solid 1px #d2d2d2;border-radius: 50%;margin: auto;line-height: 118px;color: #848284;font-size: 56px;}
.Page-process-list li h4{margin-top: 15px;font-size: 22px;color: #333333;line-height: 36px;}
.Page-process-list li p{font-size: 16px;color: #a1a0a0;line-height: 24px;min-height: 50px;margin-bottom: 10px;}
.Page-process-list li b{display: block;font-size: 60px;color: #d2d1d0;font-weight: normal;font-family: Arial;line-height: 1}
.Page-process-list li:hover i{background: #69144e;border-color: #69144e;color: #fff;}
.Page-process-list li:hover h4{color: #69144e}
.Page-process-list li:hover b{color: #69144e}
.Page-team{background: #171717;position: relative;padding: 80px 0 65px}
.Page-team:after{position: absolute;left: 50%;top: 0;width: 0;height: 0;border-left: 23px solid transparent;border-right: 23px solid transparent;border-top: solid 23px #bebebe;content: "";margin-left: -23px;}
.Page-team .Page-title-en{color: #8a8686}
.Page-team-list{margin-top: 60px}
.Page-team-list li{width: calc(33.33% - 20px);margin-right: 30px;margin-bottom: 30px;float: left;position: relative;overflow: hidden}
.Page-team-list li:nth-child(3n){margin-right: 0}
.Page-team-text{position: absolute;left: -150%;top: 0;width: 100%;height: 100%;background: rgba(88,33,52,.5);text-align: center;transition: ease-in .6s;-webkit-transition: ease-in .6s;-moz-transition: ease-in .6s;-ms-transition: ease-in .6s;-o-transition: ease-in .8s;}
.Page-team-text h4{font-size: 26px;color: #fff;}
.Page-team-text h4:after{display: block;width: 40px;height: 3px;background: #fff;margin:10px auto;content: ""}
.Page-team-text p{font-size: 16px;color: #fff;line-height: 30px;}
.Page-team-list li:hover .Page-team-text{left: 0}
@media(max-width: 1024px) and (min-width: 993px){
    .Page-process-list li{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
    .Page-process-list li p{font-size: 1.3rem}
}
@media(max-width: 992px) and (min-width: 768px){
    .Page-process-list li{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
    .Page-process-list li p{font-size: 1.3rem}
}
@media(max-width: 760px){
    .Page-process{padding: 50px 0 30px}
    .Page-process-list{margin-top: 30px;}
    .Page-process-list li{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;padding: 25px 0}
    .Page-process-list li:nth-child(2n){margin-right: 0}
    .Page-process-list li i{width: 80px;height: 80px;line-height: 80px;font-size: 4rem}
    .Page-process-list li h4{font-size: 1.6rem;margin-top: 10px;line-height: 30px;}
    .Page-process-list li p{font-size: 1.2rem;min-height: 75px;}
    .Page-process-list li b{font-size: 3rem;}
    .Page-team{padding: 50px 0 20px;}
    .Page-team-list{margin-top: 30px;}
    .Page-team-list li{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;}
    .Page-team-list li:nth-child(2n){margin-right: 0}
    .Page-team-list li:nth-child(3n){margin-right: 10px;}
    .Page-team-text h4{font-size: 1.4rem}
    .Page-team-text p{font-size: 1rem;line-height: 20px;}
}
/*Page jion*/
#Banner.Page-jion-banner{height: 766px;}
#Banner.Page-jion-banner:before{display: none}
.Page-jion-advatage{background: url(../images/jion_backg_1.jpg) no-repeat top center;padding: 60px 0 0}
.Page-jion-advatage .Page-title-en,.Page-jion-support .Page-title-en,.Page-jion-process .Page-title-en,.Page-jion-form .Page-title-en{color: #dbd7d7}
.Page-jion-advatage .Page-title,.Page-jion-support .Page-title,.Page-jion-process .Page-title,.Page-jion-form .Page-title{color: #bab9b9}
.Page-jion-advatage .Page-title:after,.Page-jion-support .Page-title:after,.Page-jion-process .Page-title:after,.Page-jion-form .Page-title:after{background: #c3c3c3;height: 1px;}
.Page-jion-advatage-list{margin-top: 70px;}
.Page-jion-advatage-list li{border-bottom: solid 1px #484848;margin-bottom: 40px;padding-bottom: 40px;}
.Page-jion-advatage-img{width: 42.33%;float: left}
.Page-jion-advatage-text{width: 48.33%;float: right}
.Page-jion-advatage-list li:nth-child(even) .Page-jion-advatage-img{float: right}
.Page-jion-advatage-list li:nth-child(even) .Page-jion-advatage-text{float: left}
.Page-jion-advatage-list li:last-child{border-bottom: none;margin-bottom: 20px;}
.Page-advatage-fitle{line-height: 52px;font-size: 24px;color: #cdcdcd;overflow: hidden;margin-bottom: 25px;}
.Page-advatage-fitle span{float: left;border-bottom: solid 1px #cdcdcd;font-size: 48px;margin-right: 15px;}
.Page-jion-advatage-text h4{line-height: 42px;font-size: 24px;color: #d5d3d3;margin-bottom: 5px}
.Page-jion-advatage-text p{font-size: 16px;color: #6f6f6f;line-height: 2;}
.Page-jion-support{background: #151515;padding: 70px 0 45px;}
.jion-support-list{margin-top: 70px;}
.jion-support-list li{width: calc(50% - 20px);float: left;margin-bottom: 55px;}
.jion-support-list li:nth-child(2n){float: right}
.jion-support-text{border: solid 1px #484848;border-top: none;padding: 25px;}
.jion-support-text h4{font-size: 30px;color: #f7f7f7;margin-bottom: 10px;padding-left: 45px;line-height: 34px;}
.jion-support-text p{font-size: 16px;color: #6f6f6f;line-height: 2;}
.jion-support-list li:first-child .jion-support-text h4{background: url(../images/gai_icon_1.png) no-repeat left center;}
.jion-support-list li:nth-child(2) .jion-support-text h4{background: url(../images/gai_icon_2.png) no-repeat left center;}
.jion-support-list li:nth-child(3) .jion-support-text h4{background: url(../images/gai_icon_3.png) no-repeat left center;}
.jion-support-list li:last-child .jion-support-text h4{background: url(../images/gai_icon_4.png) no-repeat left center;}
.Page-jion-requires{background: url(../images/jion_backg_3.jpg) no-repeat top -1px center;padding: 100px 0 145px}
.jion-requires-list{width: 55%;}
.jion-requires-list li{border-bottom: solid 1px #484848;padding-bottom: 40px;margin-bottom: 40px;overflow: hidden}
.jion-requires-list li span{width: 191px;height: 63px;background: url(../images/jion_backg_4.png) no-repeat left center;display: block;float: left;padding-left: 30px;font-size: 24px;color: #fff;line-height: 63px;}
.jion-requires-list li p{width: calc(100% - 191px);padding-left: 15px;height: 63px;font-size: 16px;color: #b2b2b2}
.jion-requires-list li:last-child{margin-bottom: 0}
.jion-requires-right{padding-top: 230px;text-align: right}
.jion-requires-right h4{font-size: 48px;color: #f9f9f9;line-height: 70px;text-transform: uppercase;}
.jion-requires-right h5{font-size: 30px;color: #a1a1a1;line-height: 70px;}
.Page-jion-process{background: #161616;padding-top: 85px;}
.jion-process-list{margin-top: 90px;}
.jion-process-list li{width: 20%;text-align: center;float: left;position: relative;margin-bottom: 95px;}
.jion-process-list li:after{position: absolute;top: 56px;width: 43px;height: 14px;background: url(../images/gai_icon_5.png) no-repeat center;content: ""}
.jion-process-list li i{display: block;width: 124px;height: 124px;border: solid 3px #cbc9c9;border-radius: 50%;margin: auto;background: -webkit-gradient(linear,0% 0%, 100% 100%, from(#888787), to(#C0C0C0));line-height: 118px;font-size: 62px;color: #1a1a1a}
.jion-process-list li span{display: block;font-size: 20px;color: #c2c2c2;margin-top: 20px;}
.jion-process-list li:first-child:after,.jion-process-list li:nth-child(2):after,.jion-process-list li:nth-child(3):after,.jion-process-list li:nth-child(4):after{right: -10%}
.jion-process-list li:nth-child(5):after{transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);left: 50%;margin-left: -14px;top: 210px}
.jion-process-list li:nth-child(6),.jion-process-list li:nth-child(7),.jion-process-list li:nth-child(8),.jion-process-list li:nth-child(9),.jion-process-list li:nth-child(10){float: right}
.jion-process-list li:nth-child(6):after,.jion-process-list li:nth-child(7):after,.jion-process-list li:nth-child(8):after,.jion-process-list li:nth-child(9):after{left: -10%;transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg)}
.jion-process-list li:nth-child(10):after{display: none}
.Page-jion-form{background: url(../images/jion_backg_2.jpg) no-repeat top center;position: relative;padding: 65px 0 80px;}
.Page-jion-form:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.76);content: ""}
.Page-jion-form .container{position: relative;z-index: 2}
.jion-form{margin-top: 80px;}
.jion-form li{float: left;width: calc(33.33% - 34px);margin-right: 50px}
.jion-form li:nth-child(3){margin-right: 0}
.jion-form li:last-child{width: 100%;text-align: center;margin-top: 75px;margin-right: 0}
.jion-form li input{width:100%;border: none;height: 66px;border-radius: 15px;background: #fff;padding-left: 20px;font-size: 24px;outline: none; }
.jion-form li button{width: 432px;height: 65px;border: solid 1px #ffffff;border-radius: 15px;font-size: 30px;color: #fff;background: transparent;outline: none}
@media(max-width: 1024px) and (min-width: 993px){
    .Page-jion-advatage-img{width: 47.33%}
    .Page-advatage-fitle{font-size: 2rem;line-height: 40px;margin-bottom: 10px;}
    .Page-jion-advatage-text h4{font-size: 2rem;line-height: 2}
    .Page-jion-advatage-text p{font-size: 1.4rem}
}
@media(max-width: 992px) and (min-width: 768px){
    .Page-jion-advatage-img{width: 48.33%}
    .Page-advatage-fitle{font-size: 1.6rem;line-height: 30px;margin-bottom: 10px;}
    .Page-advatage-fitle span{font-size: 2rem}
    .Page-jion-advatage-text h4{font-size: 1.6rem;line-height: 24px}
    .Page-jion-advatage-text p{font-size: 1.2rem}
    .jion-support-text h4{font-size: 2rem;background-size: auto 20px !important;padding-left: 30px;}
    .jion-support-text p{font-size: 1.2rem;}
    .jion-requires-list li p{font-size: 1.4rem}
    .jion-requires-right h4{font-size: 3rem;line-height: 40px;}
    .jion-requires-right h5{font-size: 2.4rem;line-height: 40px;}
    .jion-process-list li:after{top: 30px}
    .jion-process-list li i{width: 80px;height: 80px;line-height: 74px;font-size: 4rem}
    .jion-process-list li span{font-size: 1.4rem}
    .jion-process-list li:first-child:after, .jion-process-list li:nth-child(2):after, .jion-process-list li:nth-child(3):after, .jion-process-list li:nth-child(4):after{right: -14%}
    .jion-process-list li:nth-child(6):after, .jion-process-list li:nth-child(7):after, .jion-process-list li:nth-child(8):after, .jion-process-list li:nth-child(9):after{left: -14%}
    .jion-process-list li:nth-child(5):after{top: 160px;}
}
@media(max-width: 760px){
    #Banner.Page-jion-banner{height: auto}
    .Page-jion-advatage{padding-top: 40px;background-size: cover}
    .Page-jion-advatage-list{margin-top: 30px;}
    .Page-jion-advatage-list li{width:100%;float: left;margin-bottom: 30px;padding-bottom: 30px;}
    .Page-jion-advatage-list li:nth-child(2n){float: right;}
    .Page-jion-advatage-img{width: 100%}
    .Page-jion-advatage-text{width: 100%;margin-top: 10px;}
    .Page-advatage-fitle{font-size: 1.3rem;line-height: 30px;margin-bottom: 10px;}
    .Page-advatage-fitle span{font-size: 1.8rem}
    .Page-jion-advatage-text h4{font-size: 1.4rem;line-height: 1.5}
    .Page-jion-advatage-text p{font-size: 1.2rem}
    .Page-jion-support{padding: 30px 0 }
    .jion-support-list{margin-top: 30px;}
    .jion-support-list li{width: calc(50% - 5px);margin-bottom: 10px;}
    .jion-support-text{padding: 10px 5px;}
    .jion-support-text h4{font-size: 1.3rem;padding-left: 20px;background-size: auto 14px !important;line-height: 20px;}
    .jion-support-text p{font-size: 1.2rem;line-height: 1.6;min-height: 120px;}
    .Page-jion-requires{padding: 30px 0}
    .jion-requires-right{padding-top: 0;text-align: center;width: 100%}
    .jion-requires-right h4{font-size: 2rem;line-height: 1;margin-bottom: 5px;}
    .jion-requires-right h5{font-size: 1.6rem;line-height: 2}
    .jion-requires-list{width: 100%;margin-top: 30px;}
    .jion-requires-list li{padding-bottom: 20px;margin-bottom: 20px;}
    .jion-requires-list li span{width: 120px;height: 50px;background-size: contain;line-height: 50px;font-size: 1.6rem;padding-left: 15px;}
    .jion-requires-list li p{width: calc(100% - 120px);height: 50px;font-size: 1.3rem}
    .Page-jion-process{padding-top: 30px;}
    .jion-process-list{margin-top: 40px;}
    .jion-process-list li{margin-bottom: 40px;}
    .jion-process-list li i{width: 40px;height: 40px;border-width: 2px;line-height: 36px;font-size: 2rem}
    .jion-process-list li:after{top: 15px;background-size: contain;width: 15px;}
    .jion-process-list li span{font-size: 1.2rem;padding: 0 5px;margin-top: 5px;}
    .jion-process-list li:nth-child(5):after{top: 90px;margin-left: -12px;}
    .Page-jion-form{padding: 30px 0}
    .jion-form{margin-top: 30px}
    .jion-form li{width: 100%;margin-right: 0;margin-bottom: 20px;padding: 0 10px;}
    .jion-form li input{height: 44px;border-radius: 5px;font-size: 1.6rem}
    .jion-form li:last-child{margin-top: 0}
    .jion-form li button{height: 44px;width: 50%;font-size: 1.6rem}
}
@media(max-width:320px){
    #Banner.Page-jion-banner{height: auto;}
}
/*Page product*/

.Page-product-list{margin-top: 4vh;}
.Page-product-list li{padding:10px;}
.Page-product-list li a{display: block;background: #fff;overflow: hidden;transition:all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition: all ease .3s}
.Page-product-img{width: 100%;height: 250px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.Page-product-text{padding: 10px;text-align: center}
.Page-product-text h2{font-size: 14px;color: #333;font-weight: bold;}
.Page-product-text h2:before{display: block;width: 20px;height: 2px;background: #333;content: "";margin:5px auto 10px}
.Page-product-text p{font-size: 12px;color: #333;line-height: 2;margin-top: 10px;text-align: left;min-height:75px;}
.Page-product-list li:hover a{transform: translateY(-10px);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);-moz-box-shadow:0px 5px 5px rgba(0,0,0,.05); -webkit-box-shadow:0px 5px 5px rgba(0,0,0,.05); box-shadow:0px 5px 5px rgba(0,0,0,.05);
}
.Page-product-list li:hover .Page-product-text h2{color: rgba(0,0,0,.9)  }
@media(max-width: 1024px) and (min-width: 993px){
    .Page-product-img{height: 200px;}
}
@media(max-width: 992px) and (min-width: 768px){
    .Page-product-img{height: 150px;}
}
@media(max-width: 760px){
    .Page-products-container{margin-top:90px;}
    .Page-product-list li{padding: 5px}
    .Page-product-img{height: 130px;}
    .Page-product-text p{font-size: 1.2ren;line-height: 1.5}
}
/*Page product details*/
.Page-product-one{background: #fff;padding: 20px 0}
.Page-product-detail-top{margin-top: 30px;}
.Page-product-detail-top .Page-product-left{width: 70%;padding-right: 5%}
.Page-product-detail-top .Page-product-left h2{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 10px;}
.Page-product-info{border-bottom: solid 1px #ddd;padding-bottom: 10px;margin-bottom: 10px;font-size: 12px;color: #333;}
.Page-product-info span{margin-left: 25px;}
.Page-product-summary{font-size: 12px;color: #666;line-height: 20px}
.Page-product-detail-top .Page-product-right{width: 30%;height: 200px;background-size: cover;background-position: center;background-repeat: no-repeat;float: right}
.Page-product-mopic{overflow: hidden;background: url(../images/backg_4.jpg) no-repeat top center;position: relative}
.Page-product-mopic-left{width: 40%;float: left}
.Page-product-mopic-right{width: 60%;float: left;padding:5vh 10% 0 5%;position: initial;height: 100%;background: transparent;left: auto;bottom: auto;min-height: 500px;}
.Page-product-mopic-right h2{font-size: 20px;font-weight: bold;color: rgba(0,0,0,.9)  ;letter-spacing: 3px;}
.Page-product-mopic-right p{font-size: 14px;color: rgba(0,0,0,.9)  ;text-transform:uppercase;opacity: .6;letter-spacing: 2px;line-height: 2;margin-bottom: 4vh}
.Page-product-mopic-right .swiper-container{height: 320px}
.Page-product-mopic-right .image-pagination{bottom: -20px}
.Page-product-two{}
.Page-product-title{border-bottom: solid 1px #f0f0f0;background: #f5f5f5;height: 60px;line-height: 60px;font-size: 20px;color:#333;text-transform: uppercase}
.Page-product-title span{color: rgba(0,0,0,.9)  ;margin-left: 10px;}
.Page-product-details{margin-top: 20px;}
.Page-product-fitle{font-size: 15px;color: #656565;margin-bottom: 20px;font-weight: bold}
.Page-parameter{margin-bottom: 30px;}
.Page-parameter li{padding: 0 5px;line-height: 30px;font-size: 13px;color: #666}
.Page-parameter li span{color: #333;}
@media(max-width: 760px){
    .Page-product-detail-top{margin-top: 2vh}
    .Page-product-detail-top .Page-product-left{width: 100%;padding-right: 0}
    .Page-product-detail-top .Page-product-right{width: 100%;margin-top: 20px;}
    .Page-product-mopic-left{width: 100%}
    .Page-product-mopic-right{width: 100%;min-height: auto;padding: 2vh 2% 5vh;position: absolute;left: 0;bottom: 0;z-index: 2;height: auto;background: rgba(255,255,255,.8)}
    .Page-product-mopic-right h2{display: none}
    .Page-product-mopic-right p{margin-bottom: 2vh;display: none}
    .Page-product-mopic-right .Home-product-block{width: 100%}
    .Page-product-mopic-right .swiper-container{height: 50px;}
}
/*Page news*/
.Page-news-list{margin-top: 5vh}
.Page-news-list li{padding: 10px}
.Page-news-list li a{display: block;background: #fff;transition:all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition: all ease .3s}
.Page-news-img{max-height: 190px;overflow: hidden;transition:all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition: all ease .3s}
.Page-news-img img{width: 100%;transition:all ease .3s;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition: all ease .3s}
.Page-news-text{padding: 10px }
.Page-news-title{font-size: 16px;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-bottom: 10px;}
.Page-news-summary{font-size: 12px;color: #999;line-height: 2;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.Page-news-time{margin-top: 10px;color: #999;}
.Page-news-time:before{display: block;width: 15px;height:2px;background: #999;content: "";color:#ddd;margin-bottom: 10px;}
.Page-news-list li:hover .Page-news-title{color: rgba(0,0,0,.9)  }
.Page-news-list li:hover a{transform: translateY(-5px);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-moz-box-shadow:0px 5px 5px rgba(0,0,0,.05); -webkit-box-shadow:0px 5px 5px rgba(0,0,0,.05); box-shadow:0px 5px 5px rgba(0,0,0,.05)}
.Page-news-list li:hover .Page-news-img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1)}
@media(max-width: 760px){
    .Page-news-list{margin-top: 3vh}
    .Page-news-list li{padding: 5px}
}
/*Page news details*/
.Page-news-left{padding-left:0;padding-right: 30px;}
.Page-news-left .Page-news-title{font-size: 20px;color: #000}
.Page-news-info{border-bottom: dashed 1px #dedede;padding-bottom: 15px;margin-bottom: 15px;font-size: 12px;color: #999}
.Page-news-info span{margin: auto 30px;}
.Page-news-right{padding-right: 0;padding-left: 30px;}
.Page-news-right h2{background: rgba(0,0,0,.9)  ;line-height: 40px;color: #fff;padding: 5px 10px;border-radius: 5px 5px 0 0;font-size: 20px;}
.Page-news-hot{border: solid 1px #ddd;padding: 10px;border-top: 0;border-radius: 0 0 5px 5px;background: #fff;}
.Page-news-hot li{height: 34px;border-bottom: dashed 1px #ddd;line-height: 34px;}
.Page-news-hot li:last-child{border-bottom: none}
.Page-news-hot li i{width: 16px;height: 16px;background: #ddd;float: left;margin-top: 9px;font-size: 12px;font-family: SimSun;font-style: normal;text-align: center;line-height: 16px;margin-right: 10px}
.Page-news-hot li:first-child i,.Page-news-hot li:nth-child(2) i,.Page-news-hot li:nth-child(3) i{background: rgba(0,0,0,.9)  ;color: #fff;}
.Page-news-hot li a{color: #333;font-size: 14px;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.Page-news-hot li:hover a{color: rgba(0,0,0,.9)  }
@media(max-width: 760px){
    .Page-news-left{padding-right: 0}
    .Page-news-right{padding-left: 0;margin-top: 30px;}
}
/*Page contact*/
.Page-contact-box{margin-top: 5vh}
.Page-contact-box dl dt{font-size: 20px;padding-left: 0;color: #000;margin-bottom: 10px;}
.Page-contact-box dl dd{font-size: 14px;color: #333;line-height: 1.5;margin-bottom: 10px}


/*Page next*/
.Page-next{margin-top: 30px;border-top: dashed 1px #dedede;padding-top: 20px;font-size: 12px;line-height: 2.2;color: #999}
.Page-next a{color: #999}
.Page-next p:hover,.Page-next p:hover a{color: rgba(0,0,0,.9)  ;}


    /*Page*/
.Page{margin-top: 5vh}
.Page a,.Page b{padding: 5px 10px;border: solid 1px #ddd;font-size: 14px;color: #333;font-weight: normal;}
.Page a:first-child{display: none}
.Page b{background: rgba(0,0,0,.9)  ;color: #fff;border-color: rgba(0,0,0,.9)  }
.Page a:hover{background: rgba(0,0,0,.9)  ;color: #fff;border-color: rgba(0,0,0,.9)  }

/*Sitemap*/
.breadcrumbs {
  padding: 0px;
  line-height: 45px;
  margin-bottom: 2rem;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
}
.sitemap {
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.sitemap ul li {
  margin-bottom: 20px;
}
.sitemap h1 {
  margin-bottom: 0;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-weight: 800;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
}
.sitemap .sub_map {
  display: block;
}
.sitemap .sub_map a {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  margin-right: 25px;
}
@media(max-width: 760px){}