﻿.module{
    padding-bottom: 20px;
    background-color: #f3f3f3;
}
.module:before{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 25px 25px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    margin: 0 auto 35px;
    position: relative;
}
.module .hd p{
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.module .hd p strong{
    font-weight: bold;
    font-size: 30px;
}
.module .bd{
    overflow: hidden;
}
.module-2{
    background-color: #fff;
}
.module-2:before{
    border-color: #f3f3f3 transparent transparent;
}
.module-3{
    background-color: #091e2b;
    color: #fff;
}
.module-3:before{
    border-color: #f3f3f3 transparent transparent;
}

.mod-banner{
    margin-bottom: 20px;
    position: relative;
}
.mod-banner .operation{
	margin-top: 320px;
	margin-left: 35px;
}
.mod-banner .btn{
	display: inline-block;
    width: 160px;
    height: 48px;
    border: 2px solid #00ffb2;
    border-radius: 24px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #00ffb2;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
}

.mod-download ul{
    overflow: hidden;
}
.mod-download li{
    float: left;
    width: 33.33%;
}
.mod-download .item{
    position: relative;
    height: 180px;
    margin-right: 1px;
    background: #484848;
}
.mod-download .icon{
    padding: 30px 0;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.mod-download .code{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2bd3a0;
}
.mod-download .item:hover .code{
    display: block;
}
.mod-download .code p{
    padding-top: 15px;
    text-align: center;
}
.mod-download .btn{
    display: inline-block;
    width: 160px;
    height: 36px;
    background: #fff;
    border: none;
    border-radius: 20px;
    line-height: 36px;
    color: #2bd3a0;
}
.mod-download .ft{
    padding: 30px 0;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}
.mod-download .ft span{
    display: inline-block;
    margin: 0 7px;
    white-space: nowrap;
}

.mod-intro .bd{
    overflow: hidden;
}
.mod-intro .item{
    float: left;
    width: 25%;
    height: 400px;
    text-align: center;
}
.mod-intro .bd .item:nth-child(1){
    background: url('../../../static/image/index/intro_image1.png') center top no-repeat;
    background-size: cover;
}
.mod-intro .bd .item:nth-child(2){
    background: url('../../../static/image/index/intro_image2.png') center top no-repeat;
    background-size: cover;
}
.mod-intro .bd .item:nth-child(3){
    background: url('../../../static/image/index/intro_image3.png') center top no-repeat;
    background-size: cover;
}
.mod-intro .bd .item:nth-child(4){
    background: url('../../../static/image/index/intro_image4.png') center top no-repeat;
    background-size: cover;
}
.mod-intro .item-icon{
    height: 110px;
    margin: 80px 25px 10px 25px;
}
.mod-intro .item-icon:after{
    content: '';
    display: block;
    height: 5px;
    width: 28px;
    margin-top: 25px;
    background: #ccc;
    margin: 0 auto;
}
.mod-intro .item-icon img{
    padding-bottom: 25px;
}
.mod-intro .item-text{
    line-height: 36px;
    color: #fff;
}
.mod-intro .item-text .name{
    font-weight: 700;
    font-size: 22px;
}

.mod-advantage .item{
    width: 100%;
    height: 178px;
    background: #eee;
}
.mod-advantage .item-2{
    background: #24b186;
    color: #fff;
}
.mod-advantage .item .item-img{
    float: right;
}
.mod-advantage .item-2 .item-img{
    float: left;
}
.mod-advantage .item-2 .item-text{
    float: right;
}
.mod-advantage .item .item-title{
    padding: 28px 0px 0px 50px;
}
.mod-advantage .item p{
    line-height: 30px;
    font-size: 16px;
}
.mod-advantage .item p.name{
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.mod-project .item{
    float: left;
    width: 20%;
    height: 120px;
    margin-top: 28px;
    text-align: center;
    color: #000;
}
.mod-project .item strong{
    font-weight: bold;
}

.mod-map .chinaMap{
    width: 800px;
    height: 500px;
    margin: 0 auto;
    /*background: url('/static/image/index/map_black_bg.png') no-repeat;*/
    position: relative;
    background-position: center;
}
.mod-map .region-list {
    position: absolute;
    left: 0;
    top: 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(.56);
      -moz-transform: scale(.56);
      -o-transform: scale(.56);
      transform: scale(.56);
      opacity: 0;
    }
}
.mod-map .area-box .dot {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a2a9b4;
    opacity: 1;
}
.mod-map .area-box .pulse {
    position: absolute;
    top: -16px;
    left: -17px;
    height: 43px;
    width: 43px;
    border: 2px solid #b7b7b7;
    border-radius: 48px;
    box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    opacity: 0.12;
    filter: alpha(opacity=0);
    animation: warn 2s ease-out both;
    animation-iteration-count: infinite;
    background: 0 0;
}
.mod-map .area-box{
    background: yellow;
}
.mod-map .area-box .delay-01 {
    animation-delay: 0;
}
.mod-map .area-box .delay-02 {
    animation-delay: 0.4s;
}
.mod-map .area-box .delay-03 {
    animation-delay: 0.8s;
}
.mod-map .area-box .delay-04 {
    animation-delay: 1.2s;
}
.mod-map .area-box .delay-05 {
    animation-delay: 1.6s;
}
.mod-map .area-box .delay-06 {
    animation-delay: 2s;
}
.mod-map .area-box .delay-07 {
    animation-delay: 2.4s;
}
.mod-map .area-box .delay-08 {
    animation-delay: -0.4s;
}
.mod-map .area-box .delay-09 {
    animation-delay: -0.8s;
}
.mod-map .area-box .delay-10 {
    animation-delay: -1.2s;
}
.mod-map .area-box .delay-11 {
    animation-delay: 4s;
}
.mod-map .region-list.active .area-box .dot {
    background: #2BD3A0;
}
.mod-map .region-list.active .area-box .pulse {
    border-color: #2BD3A0;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    box-shadow: 0 0 12px #2BD3A0, 0 0 20px #2BD3A0 inset;
}
.mod-map .region-list.waite .area-box .dot {
    background: #f90;
}
.mod-map .region-list.waite .area-box .pulse {
    border-color: #f90;
}
.mod-map .show-regin {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.mod-map .online-node .show-regin,
.mod-map .region-list:hover .show-regin,
.mod-map .underline-node .show-regin,
.mod-map .waite-node .show-regin {
    height: 127px;
    opacity: 1;
}
.mod-map .show-regin span {
    width: 44px;
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap;
}
.mod-map .postition-10 .show-regin span {
    left: 0;
}
.mod-map .postition-6 .show-regin span {
    left: 4px;
}
.mod-map .area-box {
    z-index: 77;
}
.mod-map .show-regin {
    z-index: 66;
}
.mod-map .region-list{
    z-index: 11;
}
.mod-map .region-list.active .show-regin span {
    position: relative;
    color: #ccc;
}
.mod-map .region-list.waite .show-regin span {
    color: #ccc;
}
.mod-map .postition-1 {
    left: 76.5%;
    top: 80%;
}
.mod-map .postition-2 {
    left: 52%;
    top: 64%;
}
.mod-map .postition-3 {
    left: 45%;
    top: 82%;
    display: none;
}
.mod-map .postition-4 {
    left: 34%;
    top: 65%;
}
.mod-map .postition-5 {
    left: 66%;
    top: 60%;
}
.mod-map .postition-6 {
    left: 65.5%;
    top: 82.5%;
}
.mod-map .postition-7 {
    left: 75%;
    top: 32%;
}
.mod-map .postition-8 {
    left: 67%;
    top: 37%;
}
.mod-map .postition-9 {
    left: 72%;
    top: 56%;
}
.mod-map .postition-10 {
    left: 67%;
    top: 85%;
}
.mod-map .postition-11 {
    left: 69%;
    top: 48%;
}
.mod-map .postition-13 {
    left: 61%;
    top: 36%;
}
.mod-map .postition-16{
    left: 48%;
    top: 48%;
}
.mod-map .postition-17{
    left: 32%;
    top: 29%;
}
.mod-map .postition-18{
    left: 23%;
    top: 36%;
}
.mod-map .postition-19{
    left: 48%;
    top: 80%;
}
.mod-map .postition-20{
    left: 73%;
    top: 78.5%;
}
.mod-map .postition-21{
    left: 74%;
    top: 74%;
}
.mod-map .postition-22{
    left: 76%;
    top: 62%;
}
.mod-map .postition-23{
    left: 54.5%;
    top: 46%;
}
.mod-map .postition-24{
    left: 58%;
    top: 74%;
}
.mod-map .postition-25{
    left: 64%;
    top: 72%;
}
.mod-map .postition-26{
    left: 56%;
    top: 66.5%;
}
.mod-map .postition-27{
    left: 62.5%;
    top: 45%;
}
.mod-map .postition-28{
    left: 65%;
    top: 53%;
}
.mod-map .postition-29{
    left: 69.5%;
    top: 60%;
}
.mod-map .postition-30{
    left: 69%;
    top: 69%;
}
.mod-map .postition-31{
    left: 76%;
    top: 25%;
}
.mod-map .postition-32{
    left: 75%;
    top: 16%;
}
.mod-map .postition-33{
    left: 61%;
    top: 93%;
}
.mod-map .postition-34{
    left: 58%;
    top: 83%;
}
.mod-map .postition-35{
    left: 80%;
    top: 66%;
}
.mod-map .postition-36{
    left: 66%;
    top: 64%;
}
.mod-map .postition-37{
    left: 51%;
    top: 52%;
}
.mod-map .postition-38{
    left: 80%;
    top: 66%;
}
.mod-map .postition-39{
    left: 80%;
    top: 66%;
}
.mod-map .postition-40{
    left: 80%;
    top: 66%;
}
.mod-map .postition-41{
    left: 80%;
    top: 66%;
}
.mod-map .postition-42{
    left: 80%;
    top: 66%;
}
.mod-map .postition-43{
    left: 80%;
    top: 66%;
}
.mod-map .postition-44{
    left: 80%;
    top: 66%;
}
.mod-map .postition-7.region-list.active .area-box .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mod-map .postition-9.region-list.active .area-box .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiper-container {
    width: 100%;
    height: 420px;
}
.swiper-button-prev,.swiper-button-next{
	margin-top:0;
}
.swiper-button-prev span,.swiper-button-next span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.swiper-button-prev{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=40);
    outline: 0;
    opacity: .4;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.0001)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    background-size: 100% auto;
}
.swiper-button-prev:hover{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
}
.swiper-button-next{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=40);
    outline: 0;
    opacity: .4;
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.3)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
    background-repeat: repeat-x;
    background-size: 100% auto;
}
.swiper-button-next:hover{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
}
.swiper-container .swiper-slide{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.swiper-container .icon-left{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url('/static/image/index/prev.png') center 0 no-repeat;
}
.swiper-container .icon-right{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url('/static/image/index/next.png') center 0 no-repeat;
}
@media screen and (max-width: 1400px){
    .swiper-container {
        width: 100%;
    }
    .swiper-container .swiper-slide{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media screen and (max-width: 800px){
    .module .hd p{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .module .hd p strong {
        font-size: 24px;
    }

    .mod-banner{
        margin-bottom: 10px;
    }
	.mod-banner .operation{
		margin-top: 135px;
	}
	.mod-banner .btn{
		width: 100px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}

    .mod-download li{
        width: 50%;
    }
    .mod-download li:nth-child(1){
        display: none;
    }
    .mod-download .item{
        height: 150px;
    }
    .mod-download .item .icon{
        padding: 15px 0 10px;
        line-height: 32px;
        font-size: 16px;
    }
    .mod-download .item .icon img{
        width: 40px;
        height: 40px;
    }
    .mod-download .code{
        position: static;
        display: block;
        height: auto;
        background: none;
    }
    .mod-download .code p{
        padding-top: 0;
    }
    .mod-download .code img{
        display: none;
    }
    .mod-download .btn{
        color: #fff;
    }
    .J_link:nth-child(2) .btn {
		background:#0474c8;
	}
	.J_link:nth-child(3) .btn {
		background:#00a65a;
	}
    .mod-download .ft{
        padding: 10px;
        line-height: 24px;
        font-size: 14px;
    }

    .mod-intro .item{
        width: 50%;
        height: 240px;
    }
    .mod-intro .item-icon{
        height: 80px;
        margin: 25px 15px 10px;
    }
    .mod-intro .item-icon img{
        width: 60px;
        height: 60px;
        padding-bottom: 10px;
    }
    .mod-intro .item-icon:after{
        height: 3px;
    }
    .mod-intro .item-text{
        margin: 0 10px;
        line-height: 24px;
    }
    .mod-intro .item-text .name{
        font-size: 18px;
    }

    .mod-advantage .item{
        height: 160px;
    }
    .mod-advantage .item .item-img{
        padding-top: 25px;
    }
    .mod-advantage .item .item-img img{
        width: 80px;
        height: 80px;
    }
    .mod-advantage .item .item-title{
        padding: 20px 0 0 15px;
        margin-right: 90px;
    }
    .mod-advantage .item-2 .item-title {
        padding: 20px 15px 0px 0px;
        margin-left: 90px;
        margin-right: 0;
    }
    .mod-advantage .item p.name {
        line-height: 30px;
        font-size: 20px;
    }
    .mod-advantage .item p {
        line-height: 24px;
        font-size: 14px;
    }

    .mod-project .item{
        margin-top: 15px;
        height: 72px;
    }
    .mod-project .item img{
        width: 40px;
        height: 40px;
    }
    .mod-project .item strong{
        font-size: 12px;
    }

    .mod-map .chinaMap{
        zoom: 0.64;
        left: -108px;
    }

	.swiper-container {
	    height: 120px;
	}
	.swiper-container .swiper-slide{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.swiper-container .icon-left,.swiper-container .icon-right{
	    background-size: 32px 32px;
	}
    .container .mod-download .bd::after {
        display: none;
    }
}

/* 2020-7-20 */
/* 2020-7-20 */
/*.activityPounp {
    display: none;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.activityPounp .content {
    width: 347px;
    height: 405px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url('/static/image/index/salesBg.png');
}
.activityPounp .content span {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/static/image/index/salesClose.png');
    border: none;
}
.activityPounp .content a {
    position: absolute;
    top: 288px;
    width: 193px;
    height: 57px;

    text-align: center;
    color: red;
    font-size: 22px;
    line-height: 52px;
    background-image: url('/static/image/index/salesBtn.png');
}
.activityPounp .content .getNow {
    left: -25px;
}
.activityPounp .content .contactUs {
    left: 185px;
}*/

/*2020-7-21*/
.aboutUs {
    padding: 20px  0;
}
.aboutUs h3{
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.aboutUs  p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
    text-indent: 2em;
}


.bannerTips {
    width: 321px;
    height: 42px;
    position: absolute;
    background-image: url('/static/image/index/bannerTip.png');
    z-index: 96;
    left: 0px;
    bottom: -21px;
    color: #fd6a09;
    line-height: 42px;
    text-indent: 58px;
}
.bannerTips .horm{
    position: absolute;
    left: 10px;
    top: 4px;
}
.bannerTips a {
    position: absolute;
    width: 90px;
    height: 32px;
    color: #fff;
    text-align: center;
    background-image: url('/static/image/index/btn.png');
    line-height: 32px;
    right: 9px;
    top: 5px;
    text-indent: 0;
}