.products-left {
    width: 100%;
    height: 495px;
    position: relative;
    background-image: url(../images/productbg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 35px;
}
.product-left-info {
    position: absolute;
    top: 43%;
    left: 56%;
    transform: translate(-50% , -50%);
    color: #ffffff;
    width: 41%;
}
.product-left-info .text {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.products-left p .line {
    margin-right: 0;
    margin-left: 30px;
    width: 50%;
}
.products-left .more {
    padding: 15px 30px;
}
.products-left .more img {
    margin-left: 10px;
}
.products-left .more:hover {
    border: 1px solid #ffffff;
}
.products-right  {
    margin-left: 35px;
    margin-top: 50px;
}
.products-right .swiper-container {
    padding-top: 57px;
    padding-bottom: 130px;
}
.products-right .productImg {
    height: 225px;
    line-height: 225px;
    background-image: url(../images/productImgBg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.products-right .swiper-button-next ,
.products-right .swiper-button-prev {
    top: 40px;
    right: 0;
    border: 1px solid #8f8f8f;
}
.products-right .swiper-button-next ,
.products-right .swiper-button-prev ,
.onstop .swiper-button-next ,
.onstop .swiper-button-prev {
    position: absolute;
    border-radius: 50%;
    padding: 15px;
    width: 10px;
    height: 15px;
    -moz-background-size: 10px 15px;
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
    z-index: 2;
    outline: none;
 }
 .products-right .swiper-button-prev {
    left: unset;
    right: 45px;
 }
.products-right .swiper-button-prev {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%238f8f8f'%2F%3E%3C%2Fsvg%3E");
}
.products-right  .swiper-button-next{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%238f8f8f'%2F%3E%3C%2Fsvg%3E");
}
.productDetail {
    background: #ffffff;
    width: 93.2%;
    margin-left: 6.8%;
    box-shadow: 0px 3px 5px #f6f6f6;
    padding-bottom: 55px;
    position: relative;
    /*padding-left: 27px;*/
}
.productDetail span {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 18px;
    color: #999999;
    font-size: 16px;
}
.productDetail p {
    margin-bottom: 0;
    font-size: 18px;
}
.products-right .swiper-slide:hover .smallMore{
    opacity: 1;
}
.productDetail .smallMore {
    background-color: #7dc9d1;
    padding: 13px 18px;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 27px;
    bottom: -35px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.3s linear;
}
.productDetail .smallMore img {
    margin-left: 12px;
    margin-top: -2px;
}
.about {
    width: 100%;
    padding: 110px 13% 160px 13%;
    background-image: url(../images/aboutBg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.about-info {
    width: 15%;
    position: absolute;
    top: 20%;
    left: 13.2%;
}
.about-trans {
    width: 47%;
    text-align: center;
    margin: 60px auto 0 auto;
}
.about-info .text {
    font-size: 14px;
    color: #666666;
}
.about-info .line {
    width: 45%;
    border-top: 1px solid #949494;
    vertical-align: super;
    margin-left: 30px;
}
.about-info h2 {
    font-size: 32px;
}
.about-trans h1 {
    font-size: 60px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
}
.about-trans p {
    color: #666666;
    line-height: 27px;
    margin-top: 40px;
    margin-bottom: 0;
}
.about-trans .more {
    margin-top: 60px;
    padding: 20px 85px 20px 67px;
    border:1px solid #000000;
    color: #666666;
    position: relative;
}
.about-trans .more:hover {
    border:1px solid #7dc9d1;
    color: #ffffff;
}
.about-trans .more img {
    margin-left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-trans .more .HoverImg {
    opacity: 0;
}
.about-trans .more:hover .HoverImg {
    opacity: 1;
}
.about-trans .more:hover .noHover {
    opacity: 0;
}
.onstop {
    width: 100%;
    padding: 115px 13%;
    background-image: url(../images/onStopBg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.onstop .onstopImg {
    width: 53%;
    display: inline-block;
    vertical-align: middle;
}
.onstop .onstopImg img {
    max-width: 100%;
}
.onstop-info {
    position: absolute;
    right: 15.5%;
    top: 17%;
    z-index: 1;
    width: 20%;
    color: #ffffff;
}
.onstop-info .line {
    width: 35%;
    margin-left: 22px;
    vertical-align: super;
}
.onstop-info .text {
    font-weight: 700;
}
.onstopText {
    color: #ffffff;
    line-height: 25px;
    width: 17%;
    display: inline-block;
    margin-left: 16.5%;
    vertical-align: middle;
}
.onstopText h4 {
    margin-bottom: 20px;
}
.onstop .swiper-button-next ,
.onstop .swiper-button-prev {
    border: 1px solid #ffffff;
    top: 75%;
    right: 28%
}
.onstop .swiper-button-prev {
    left: unset;
}
.onstop .swiper-button-next{
    right: 25%;
}
.installUser {
    padding: 0 8% 0 13%;
    position: relative;
}
.installUser .container {
    width: 100%;
}
.mapBg {
    position: absolute;
    top: 0;
    padding-left: 15px;
    z-index: 2;
}
.mapBg img {
    max-width: 100%;
}
.map {
    margin: 70px 0 80px 0;
    position: relative;
    margin-left: 11%;
    width: 39%;
    display: inline-block;
}
.map img {
    width: 100%;
}
.region-list{position:absolute;left:0;top:0}
@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}

.area-box .dot {
    position:absolute;
    left:0;
    width:10px;
    height:10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#a2a9b4;
    opacity:1;
    filter:alpha(opacity=100)
}
.area-box .pulse {
    position:absolute;
    top:-28px;
    left:-28px;
    height:66px;
    width:66px;
    border:2px solid #82878f;
    -webkit-border-radius:48px;
    -moz-border-radius:48px;
    border-radius:48px;
    -webkit-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;-moz-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
    opacity:.12;
    filter:alpha(opacity=0);
    -webkit-animation:warn 3s ease-out both;
    -moz-animation:warn 3s ease-out both;
    -o-animation:warn 3s ease-out both;
    animation:warn 3s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;
    background:0 0
}
.area-box .delay-04 {
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -o-animation-delay:1.2s;
    animation-delay:1.2s
}
.area-box .delay-05 {
    -webkit-animation-delay:2.2s;
    -moz-animation-delay:2.2s;
    -o-animation-delay:2.2s;
    animation-delay:2.2s
}
.area-box .delay-06 {
    -webkit-animation-delay:3s;
    -moz-animation-delay:3s;
    -o-animation-delay:3s;
    animation-delay:3s
}
.region-list.active .area-box .dot {
    background:#83ccd4;
}
.region-list.active .area-box .pulse {
    border-color:#83ccd4;
    top: -25px;
    left: -25px;
    height: 60px;
    width: 60px;
    -webkit-box-shadow:0 0 12px #83ccd4,0 0 20px #83ccd4 inset;-moz-box-shadow:0 0 12px #83ccd4,0 0 20px #83ccd4 inset;box-shadow:0 0 12px #83ccd4,0 0 20px #83ccd4 inset;
}
.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
    height:127px;
    opacity:1
}
.show-regin span {
    display: none;
    width:80px;
    position:absolute;
    left: 10px;
    top: -5px;
    padding:6px 10px;
    font-size:12px;
    color:#666666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-align:center;
    white-space:nowrap;
}
.area-box{
    z-index:77;
}
.show-regin {
    z-index:66;
}
.region-list.active .show-regin span {
    position:relative;
    color:#666666;
}
.postition-1{left:21%;top:29%;}
.postition-2{left:47%;top:65%;}
.postition-3{left:35%;top:54%;}
.postition-4{left:54%;top:38%}
.postition-5{left:49%;top:80%;}
.postition-6{left:86%;top:18%;}
.postition-7{left:87%;top:30%;}
.postition-8{left:73%;top:38.8%;}
.postition-9{left:67%;top:44%;}
.postition-10{left:78%;top:49%;}
.postition-11{left:86%;top:61%;}
.postition-12 {left:84%;top:68.5%;}
.postition-13{left:67%;top:63%;}
.postition-14{left:67%;top:71%;}
.postition-15{left:73%;top:81%;}
.postition-16{left:87%;top:80%;}
.postition-17{left: 17%;top: 57%;}
.postition-18{left: 56%;top: 72%;}
.postition-19{left: 61%;top: 83%;}
.postition-20{left: 74%;top: 67%;}
.postition-21{left: 80%;top: 74%;}
.postition-22{left: 59%;top: 55%;}
.postition-23{left: 77%;top: 59%;}
.postition-24{left: 72%;top: 43%;}
.postition-25{left: 75%;top: 40%;}
.postition-26{left: 89%;top: 24%;}
.postition-27{left: 63%;top: 94%;}
.postition-28{left: 52%;top: 51%;}
.postition-29{left: 57%;top: 66%;}
.postition-30{left: 69%;top: 53%;}
.user-item {
    width: 35.5%;
    display: inline-block;
    margin-top: -10.2%;
    float: right;
    position: relative;
}
.user-item img {
    max-width: 100%;
}
.user-item .product-left-info {
    top: 50%;
    left: 60%;
}
.user-item .product-left-info h2 {
    color: #333333;
    margin-bottom: 35px;
}
.user-item .product-left-info  {
    width: 60%;
}
.user-item .product-left-info p {
    color: #666666;
    line-height: 25px;
}
.user-item .product-left-info p .line {
    margin-left: 25px;
    width: 40%;
    border-top: 1px solid #c6c6c6;
}
.user-item .product-left-info .more {
    border: 1px solid #7c7c7c;
    color: #666666;
    padding: 15px 50px 15px 30px;
    position: relative;
}
.user-item .product-left-info .more img {
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.user-item .product-left-info .more .HoverImg  {
    opacity: 0;
}
.user-item .product-left-info .more:hover {
    border: 1px solid #7dc9d1;
    color: #ffffff;
}
.user-item .product-left-info .more:hover .noHover {
    opacity: 0;
}
.user-item .product-left-info .more:hover .HoverImg {
    opacity: 1;
}
@media (min-width: 1200px) {
    /* .onstop .container {
        width: 1400px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    } */
}
@media (max-width:1750px) {
    .onstop-info {
        top: 18%;
    }
}
@media (max-width:1600px) {
    .onstop-info {
        top: 19%;
    }
    .onstop .swiper-button-next, .onstop .swiper-button-prev {
        top: 80%;
    }
    .user-item .product-left-info {
        width: 70%;
    }
    /* .products-right .swiper-container {
        padding-top: 45px;
    } */
    .products-right .swiper-button-next, .products-right .swiper-button-prev {
        top: 25px;
    }
    .about-info {
        width: 20%;
    }
    .onstop-info .line {
        width: 30%;
    }
    .onstop .swiper-button-next {
        right: 24.5%;
    }
    .user-item .product-left-info p .line {
        width: 30%;
    }
}
@media (max-width:1570px) {
    .onstop-info {
        right: 10.5%;
        width: 25%;
    }
    .onstop .swiper-button-next, .onstop .swiper-button-prev {
        right: 27.5%;
    }
    .onstop .swiper-button-next {
        right: 23.5%;
    }
    .product-left-info {
        width: 56%;
    }
    .products-right {
        margin-top: 45px;
    }
}
@media (max-width:1440px) {
    .onstopText {
        width: 20%;
    }
    .user-item .product-left-info {
        width: 80%;
    }
    .productDetail span {
        font-size: 12px;
    }
    .productDetail p {
        font-size: 14px;
    }
}
@media (max-width:1366px) {
    .about-trans {
        width: 60%;
    }
    .onstop .swiper-button-prev {
        right: 27% ;
    }
    .onstop .swiper-button-next {
        right: 22.5%;
    }
    .user-item .product-left-info p .line {
        width: 30%;
    }
    .user-item .product-left-info h2 {
        margin-bottom: 20px;
    }
}
@media (max-width:1280px) {
    .products-left .product-left-info {
        top: 45%;
    }
    .product-left-info {
        width: 70%;
        top: 50%;
    }
    .products-left .more {
        margin-top: 15px;
    }
    .productDetail {
        padding-bottom: 45px;
    }
    .user-item .product-left-info {
        width: 90%;
    }
    .user-item .product-left-info h2 {
        font-size: 18px;
    }
    .user-item .product-left-info .more {
        margin-top: 10px;
        padding: 10px 40px 10px 20px;
    }
    .map {
        margin: 25px 0 80px 0;
        margin-left: 0%;
        width: 50%;
    }
    .products-right {
        margin-top: 35px;
    }
    .about-info .line {
        width: 40%;
    }
    .about-trans {
        width: 70%;
    }
    .onstop-info .line {
        width: 25%;
    }
    .onstopText {
        width: 25%;
    }
    .onstop .swiper-button-prev {
        right: 26.5%;
    }
    .onstop .swiper-button-next, .onstop .swiper-button-prev {
        top:85%;
    }
    .onstop .swiper-button-next {
        right: 22.5%;
    }
    .footer .footer-list:nth-child(1) {
        width: 15%;
    }
    .footer .footer-list:nth-child(2) {
        margin-left: 0;
        width: 38%;
    }
}
@media (max-width:1024px) {
    .products-left p .line {
        width: 48%;
    }
    .product-left-info {
        width: 80%;
    }
    .products-left {
        height: 443px;
    }
    .user-item {
        width: 44.5%;
    }
    .product-left-info h2 {
        font-size: 18px;
    }
    .products-left .more {
        padding: 10px 30px;
    }
    .products-right {
        margin-top: 30px;
    }
    .about-info h2 {
        font-size: 24px;
    }
    .about-info .line {
        width: 30%;
    }
    .about-trans h1 {
        font-size: 42px;
    }
    .about-trans {
        width: 75%;
    }
    .about {
        padding: 65px 13% 100px 13%;
    }
    .onstop-info .line {
        width: 15%;
    }
    .user-item .product-left-info p {
        margin: 0;
    }
    .user-item .product-left-info h2 {
        margin: 5px 0;
    }
}
@media (max-width:768px) {
    .product-left-info {
        width: 33%;
        left: 52%;
    }
    .products-left {
        margin-left: 0;
        height: 395px;
        margin-top: 25px;
    }
    .about-trans {
        width: 100%;
    }
    .about-info {
        width:30%;
        top: 10%;
    }
    .onstop .onstopImg {
        width: 100%;
    }
    .onstop-info {
        display: none;
    }
    .onstopText {
        width: 40%;
        margin-left: 0;
        margin-top: 20px;
    }
    .onstop .swiper-button-prev {
        right: 30.5%;
    }
    .map {
        width: 95%;
        margin: 25px 0 50px 0;
    }
    .user-item {
        width: 80%;
        margin: 0 auto;
        display: block;
        float: none;
    }
     .products-right .swiper-container {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .onstop {
        width: 100%;
        padding: 65px 13%;
    }
}
@media (max-width:414px) {
    .product-left-info {
        width: 70%;
    }
    .about-info {
        top: 3%;
        width: 45%;
    }
    .about-trans h1 {
        font-size: 32px;
        margin-top: 40px;
    }
    .onstopText {
        width: 65%;
    }
    .onstop .swiper-button-next {
        right: 0;
    }
    .onstop .swiper-button-prev {
        right: 18.5%;
    }
    .installUser {
        padding: 0 4%;
    }
    .user-item {
        width: 100%;
    }
    .products-right {
        margin-left: 0;
    }
}
@media (max-width:320px) {
    .product-left-info h2 {
        margin: 5px 0;
    }
    .products-left {
        height: 300px;
    }
    .about-info h2 {
        margin: 5px 0;
    }
    .about-trans .more {
        padding: 15px 40px;
    }
    .user-item .product-left-info {
        left: 56%;
    }
}
