@charset "UTF-8";

body {
    min-width: 1250px;
}

/* 网站导航 */
.site-nav {
    height: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 20;
}

.site-nav .tab-nav {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;

}

.site-nav .tab-nav .item {
    display: inline-block;
    padding: 0 24px;
    vertical-align: middle;
    color: white;
    height: 100%;
    overflow: hidden;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-nav .tab-nav .item a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    height: 47px;

}

.site-nav .tab-nav .item .actvie {
    color: #0A5ADF;
}

.slider {
    position: relative;
    height: 673px;
    overflow: hidden;
    z-index: 3;
}

.slider .pre {
    left: 115px;
}

.slider .next {
    right: 115px;
}

.slider .image-list {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider .image-list li {
    position: absolute;
    height: 100%;
}

.slider .page-list {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.slider .page-list li {
    display: inline-block;
    margin: 0 8px;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    background-color: gray;
    vertical-align: middle;
}

.slider .page-list li.active {
    background-color: white;
}

.slider .pre {
    position: absolute;
}

.slider .next {
    position: absolute;
}

#first {
    height: auto;
}

#product {
    height: 720px;
    background-color: white;
    background: url('../images/productbg.png');
    background-repeat: no-repeat;
    background-position: center;
}

#product .header {
    font-weight: bold;
    color: #AAA9BC;
    font-size: 30px;
    text-align: center;
    margin-top: 60px;
}

#product .tip-wrap {
    text-align: center;
    position: relative;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}

#product .tip-wrap img {
    position: absolute;
    left: 50%;
    margin-left: -137px;
    top: 10px;
    width: 274px;

}

#product .tip-wrap span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#product .content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;

}

#product .content .item {
    width: 370px;
    height: 420px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px rgba(141, 141, 185, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
}

#product .content .item .line {
    height: 2px;
    width: 40px;
    margin: 20px 0;
    background: linear-gradient(-30deg, #095ADF, #1EC198);
    opacity: 0.95;
}

#product .content .item:hover {
    background: linear-gradient(-30deg, #095ADF, #1EC198);
    opacity: 0.95;
    color: white;
}

#product .content .item:hover .tip {
    color: white;
}

#product .content .item:hover .icon {
    animation: tipmove 1.0s linear 2;
}

#product .content .item:hover .line {
    background: #fff;
}

@keyframes tipmove {
    0% {
        transform: translateY(0rpx);
    }

    50% {
        transform: translateY(-6rpx);
    }

    100% {
        transform: translateY(0rpx);
    }
}


#product .item .tip {
    /* margin-top: 20px; */
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    padding: 0 45px;
    text-align: center;
}

#product .content .active {
    background: linear-gradient(-30deg, #095ADF, #1EC198);
    opacity: 0.95;
    color: white;
}

#product .active .tip {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

#product .content .item .icon {
    width: 110px;
    height: 110px;
    margin-top: 65px;
    position: relative;
}

#scheme {
    height: 800px;
    background: url('../images/schembg.png');
    background-position: center;
    background-repeat: no-repeat;
}

#scheme .header {
    font-weight: bold;
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 70px;
}


#scheme .tip-wrap {
    text-align: center;
    position: relative;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    color: white;
}

#scheme .tip-wrap img {
    position: absolute;
    width: 274px;
    left: 50%;
    margin-left: -137px;
    top: 10px;
}

#scheme .tip-wrap span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
}

#scheme .item-wrap {
    height: 150px;
    background: rgb(44, 38, 46, 0.3);
    color: white;
    font-size: 18px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
}

#scheme .content-wrap {
    margin: 70px auto;
    width: 1200px;
    color: white;
    font-size: 14px;
    display: flex;
    -moz-box-flex: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    height: 302px;  
}

#scheme .content-wrap img {
    width: 480px;
    height: auto;
}

#scheme .content-wrap .right-wrap {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

#scheme .content-wrap .right-wrap .title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

#scheme .content-wrap .right-wrap .line {
    width: 30px;
    margin: 10px 0;
    height: 2px;
    background-color: white;
}

#scheme .content-wrap .right-wrap .sub-title {
    font-size: 16px;
}

#scheme .content-wrap .right-wrap .des {
    font-size: 16px;
    opacity: 0.7;
    margin-top: 10px;
    line-height: 28px;
}

#scheme .item-wrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 150px;
    justify-content: center;
    position: relative;
    cursor: pointer;

}
#scheme .item-wrap .item:hover .bg{
    visibility: unset;
}
#scheme .item-wrap  .line {
    height: 50px;
    width: 1px;
    margin: auto 0;
    background-color: #fff;
    opacity: 0.1; 
}



#scheme .item-wrap .item span {
    margin-top: 5px;
    z-index: 2;
}

#scheme .item-wrap .icon {
    width: 40px;
    height: 40px;
    z-index: 2;
}
#scheme .item-wrap .item .bg {
    left: 0;
    top: 0;
    width: 300px;
    position: absolute;
    visibility: hidden;
}

#successcase {
    height: 757px;
    background-color: white;
    background: url('../images/succescasebg.png');
    background-repeat: no-repeat;
    background-position: center;
}


#successcase .header {
    font-weight: bold;
    color: #AAA9BC;
    font-size: 30px;
    text-align: center;
    margin-top: 60px;
}

#successcase .tip-wrap {
    text-align: center;
    position: relative;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}

#successcase .tip-wrap img {
    position: absolute;
    left: 50%;
    margin-left: -137px;
    top: 10px;
    width: 274px;

}

#successcase .tip-wrap span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#successcase .title-wrap {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    margin-top: 35px;
    justify-content: center;
}

#successcase .title-wrap .item {
    width: 170px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #333;
    margin: 0 20px;
    cursor: pointer;
}

#successcase .title-wrap .item.active {
    background-color: #0052D9;
    color: white;
    border-radius: 20px;

}

#successcase .content-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;

}

#successcase .content-wrap .desc-wrap {
    background: #fff;
    height: 357px;
    width: 640px;
    box-shadow: 0px 0px 30px 0px rgba(141, 141, 185, 0.15);
    position: absolute;
    left: 0px;
    top: 31px;
    right: 0;
    padding-left: 32px;
    box-sizing: border-box;
    padding: 50px;
}

#successcase .desc-wrap .title {
    color: #0052D9;
    font-size: 20px;
    font-weight: bold;
    margin-top: 32px;

}

#successcase .desc-wrap .line {
    height: 2px;
    width: 40px;
    background-color: #0052D9;
    margin-top: 10px;

}

#successcase .desc-wrap .desc {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    margin-right: 10px;
    line-height: 30px;
    overflow:hidden; 

    text-overflow:ellipsis;
    
    display:-webkit-box; 
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:7;
}

#successcase .content-wrap .icon {
    width: 600px;
    height: 450px;
    margin-left: 600px;
}

#partners {
    height: 356px;
    background-color: white;
    background: url('../images/partnersbg.png');
    background-repeat: no-repeat;
    background-position: center;
}


#partners .header {
    font-weight: bold;
    color: #AAA9BC;
    font-size: 30px;
    text-align: center;
    padding-top: 60px;
}

#partners .tip-wrap {
    text-align: center;
    position: relative;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}

#partners .tip-wrap img {
    position: absolute;
    left: 50%;
    margin-left: -137px;
    top: 10px;
    width: 274px;

}

#partners .tip-wrap span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#partners .icon-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;

}

#partners .icon-wrap img {
    width: 216px;
    height: 126px;
}



.footer .header-wrap {
    background: url('../images/footerbg.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
    font-size: 16px;
}

.footer .header-wrap .content-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

.footer .content-wrap .left-wrap {
    display: flex;
    flex-direction: column;
    width: 100px;
}

.footer .content-wrap .left-wrap .title,
.footer .content-wrap .center-wrap .title {
    border-left: 3px solid #0A5ADF;
    color: white;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.footer .content-wrap .line {
    height: 160px;
    background: #232C3C;
    width: 1px;
    margin: 0px 100px;
    box-sizing: border-box;

}

.footer .content-wrap .left-wrap a,
.footer .content-wrap .center-wrap .item {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #6C7A8E;
    line-height: 36px;
}

.footer .content-wrap .left-wrap a:active {
    color: #0A5ADF;
}

.footer .content-wrap .center-wrap {
    display: flex;
    flex-direction: column;
    color: #6C7A8E;
    margin-left: 20px;
}

.footer .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}


.footer .content-wrap .right-wrap {
    display: flex;
    color: white;
    font-size: 16px;
    align-items: center;

}

.footer .content-wrap .right-wrap img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.footer .content-wrap .right-wrap .icon-wrap {
    text-align: center;
    margin-right: 50px;
    margin-left: 30px;
}

.footer .footer-bottom {
    height: 50px;
    width: 100%;
    background: #111722;
    text-align: center;
    line-height: 50px;
    color: #6C7A8E;
    font-size: 14px;

}
 .swiper-container-horizontal> .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 50px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 2px;
}
.swiper-pagination-bullet-active{
    opacity:  1 !important;
background: #FFFFFF;
border-radius: 2px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* max-height: 960px; */
    height: auto;
}
.swiper-container .swiper-wrapper  .swiper-slide{
    overflow: hidden;
}
.swiper-container .swiper-wrapper  .swiper-slide  img{
    display: block;
	width: 100%;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.swiper-container .swiper-wrapper  .swiper-slide.swiper-slide-active img {
	-webkit-animation: scaleUpDown 4.2s .3s ease both;
	animation: scaleUpDown 4.2s .3s ease both;
}
@-webkit-keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}