@charset "utf-8";
/* body,html{
    width: 100%;height: 100%;overflow: hidden;
} */
/* .mainindex{width: 100%;height: 100%;overflow: hidden;} */

.mainindex > .swiper-wrapper{width: 100%;height: 100%;}
.loadbg{
    position: fixed;
    top: 0;left: 0;
    right: 0;bottom: 0;
    background: #fff;
    z-index: 2999;
}
#loading3 {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: 50%;margin-top: -25px;
}
.demo3 {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #68b2ce;
    position: absolute;
    animation: demo3 linear 0.8s infinite;
    -webkit-animation: demo3 linear 0.8s infinite;
}
.demo3:nth-child(1){
    left: 24px;
    top: 2px;
    animation-delay:0s;
}
.demo3:nth-child(2){
    left: 40px;
    top: 8px;
    animation-delay:0.1s;
}
.demo3:nth-child(3){
    left: 47px;
    top: 24px;
    animation-delay:0.1s;
}
.demo3:nth-child(4){
    left: 40px;
    top: 40px;
    animation-delay:0.2s;
}
.demo3:nth-child(5){
    left: 24px;
    top: 47px;
    animation-delay:0.4s;
}
.demo3:nth-child(6){
    left: 8px;
    top: 40px;
    animation-delay:0.5s;
}
.demo3:nth-child(7){
    left: 2px;
    top: 24px;
    animation-delay:0.6s;
}
.demo3:nth-child(8){
    left: 8px;
    top: 8px;
    animation-delay:0.7s;
}

@keyframes demo3 
{
    0%,40%,100% {transform: scale(1);}
    20% {transform: scale(3);}
}
@-webkit-keyframes demo3 
{
    0%,40%,100% {transform: scale(1);}
    20% {transform: scale(3);}
}


#banner{ 
    width: 100%;overflow: hidden;position: relative;height: 100%;
}
.banner{
    position: relative;height: 100%;width:100%;
}
.banner li{ 
    width: 100%!important;height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: relative;
    text-align: center;
    display: flex;display:-webkit-box;display: -ms-flexbox;display: -webkit-flex;
    -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;-ms-flex-align: center;
	-webkit-align-items: center;
}
.banner li img{
    position: relative;
    width: 100%;opacity: 0;
}
.banner li.swiper-slide-active img{
    -webkit-animation: slideInDown 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: slideInDown 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}
.banner .swiper-pagination{
    width: 100%;
    height: 36px;
    background: url(../img/d51.png) center top no-repeat;
    padding-top: 10px;
}
.banner .swiper-pagination-bullet{ 
    width:16px; height:16px;background-color:transparent; 
    display:inline-block;color: #fff; margin-top:10px; position:relative; border:1px #fff solid;}
.banner .swiper-pagination-bullet:before {
    content: '';position: absolute;left:3px;top:3px;width: 8px;height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);

}
#menu{
    position: fixed;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
#menu a{
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #828b93;
    margin: 15px 0;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
    border: 0;
}
#menu a.active, #menu a:hover{
    background-color: #0068b7;
    color: #fff;
}


.section2{
    width: 100%;overflow: hidden;position: relative;height: 100%;
    background: #282828;
}
.index-advantagelist{
    height:100%;width:100%;
}
.index-advantagelist li {
	width:20%;
	padding: 30px 0;
	overflow:hidden;float: left;
	position:relative;
	color: #282828;
	height: 100%;
	transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-webkit-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
}
.index-advantagelist li a{ 
    display: block;
	width:100%;
	position:relative; 
    text-decoration:none !important; color:#fff;
    top: 50%;transform: translateY(-50%);
}
.index-advantagelist li .con{ padding:0 20%; width:100%;margin:0 auto;color:#fff;  }
.index-advantagelist li .li-icon{  width:100%;max-width:161px;margin:0 auto; display:block;text-align: center;}
.index-advantagelist li .li-icon img{ width:100%;}
.index-advantagelist li h3{
	text-align: center; 
	margin-top:20%; 
	font-size:24px; 
	color:#fff; background:url(../img/d1.png) center bottom no-repeat; padding-bottom:16px;
	height: 134px;
	line-height: 28px;
}
.index-advantagelist li p{ color:#fff; font-size:14px; margin-top:25px;text-align: center;line-height: 1.8;min-height: 75px;}
.index-advantagelist li .more{ 
	margin:30px auto 0; 
	 display:block; width:192px; 
	 height:45px; border:1px solid rgba(255, 255, 255, .3); 
	 border-radius:2px; height:45px; line-height:43px; font-size:14px; color:#fff; text-decoration:none;
	 position: relative;
	 text-align: center;
}	
.index-advantagelist li .more img{width: 24px;}
.index-advantagelist li:hover{background:#0c0c15 url(../img/h3.jpg) center center;background-size:cover;}
.ys-slider{height:100px;overflow: hidden;position: relative;margin-top: 20px;}
.ys-slider .ys-slider__wrp{position: absolute;top: 0px;}
.ys-slider .ys-slider__item{padding-left: 40px;background: url(../img/dot.png) no-repeat 20px 5px;line-height: 21.25px;margin-bottom: 5px;}
.ys-slider .slide-active{font-size: 16px;font-weight: bold;}

/*服务宗旨*/
.section7{
	width: 100%;overflow: hidden;position: relative;height: 100%;
	background:url(../img/bg3.jpg) center center no-repeat;background-size:cover !important; position:relative;padding: 50px 0;
}
.mainwrap7{
    position: relative;
	max-width:80%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	flex-wrap: wrap;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
}
.mainwrap7 .txtleft{
	padding-right: 90px;
	width: 40%;
	overflow: hidden;
	color: #FFFFFF;
	padding-top: 50px;
}
.mainwrap7 .txtleft h2{
	font-size: 34px;
}
.mainwrap7 .txtleft .lists{
	padding: 5px 0 5px 0;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.mainwrap7 .txtleft .lists li{
	color: #FFF;
	line-height: 20px;
	font-size: 16px;
	margin-top: 14px;
	flex-wrap: wrap;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.mainwrap7 .txtleft .lists li img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.mainwrap7 .txtleft .lists li span{flex: 1;}
.mainwrap7 .txtleft .link-btn{
	color: rgb(255, 255, 255);
	border-color: rgb(245, 112, 36);
	border-style: solid;
	border-width: 2px;
	border-radius: 3px;
	font-size: 1rem;
	background-color: #f57024;
	cursor: pointer;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.1);
	text-transform: uppercase;
	padding: 5px 10px;
	margin-left: 30px;
}

.mainwrap7 .txtright{
	width: 60%;
	text-align: center;
	overflow: hidden;
}

.mainwrap7 .txtright img{
	max-width: 100%;
}

/* 网站案例 */
.section3{
    width: 100%;overflow: hidden;position: relative;height: 100%;
    background-color:#101010;
    /* padding-top: 80px; */
}
/* .section3>div{
    display: flex;display:-webkit-box;display: -ms-flexbox;display: -webkit-flex;
    -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;-ms-flex-align: center;
	-webkit-align-items: center;
} */
.section3 .mainwrap{
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    top: 50%;transform: translateY(-50%);
}
.maintitle {
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
	padding-top: 50px;
}
.maintitle h2{
    font-size: 36px;
    color: #fff;font-weight: normal;
}
.maintitle h2 i{
    color: #fff;
    font-weight: 500;
}
.maintitle p{
    color: #646464;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.casewrap{padding-top: 10px;}
.section3 .maincase {padding: 0 30px;}
.maincase li{
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding: 0 30px;
}
.maincase li a{
	padding: 2px;
	background: #999;
	position: relative;overflow: hidden;
	display: block;
}
.maincase li .pic img{width: 100%;}
.maincase li .con{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	opacity: 0;
    transition: all ease .3s;
    filter:alpha(opacity=0);  
}
.maincase li .but{
    font-size: 0;
    display: block;
    width: 50px;
    margin: 30px auto 0;
    height: 50px;
	background: url(../img/icon5.png) no-repeat center;
}
.maincase li h3{
    text-align: center;display: none;
}
.maincase li h3 img{max-height: 50px;}
.maincase li p{
	letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    max-height: 84px;overflow: hidden;
}
.maincase li .t1{font-weight: bold;margin-top: 10px;}
.maincase li .wrap{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10px;
}
.maincase li a:hover .con{opacity: 1;filter:alpha(opacity=1); }
.casewrap .casemore{text-align: center;}
.casewrap .casemore .more{ 
	font-size: 16px;
	color: #666666;
	width: 140px;
	height: 40px;
	display: block;
	border-radius: 40px;
	border: 1px #a6a6a6 solid;
	overflow: hidden;
	position: relative;
	line-height: 38px;
	text-decoration: none !important;
	margin: 30px auto 0;
	text-align: center;
}
.casewrap .casemore .more img {width: 20px;}
@media only screen and (max-width:1150px){
    .maincase li{width:33.3%;}
    .maincase li:nth-child(7){display: none;}
	.maincase li:nth-child(8){display: none;}
	.maincase li{width: 33.3%;}
}
.section4{
    width: 100%;overflow: hidden;position: relative;height: 100%;
    background: #020413 url(../img/bg5.jpg) center center no-repeat;
    background-size: cover !important;
    /* padding-top: 80px; */
}
.section4 .maintitle{margin-bottom: 40px;}
.section4 .maintitle p{color: #fff;}
.mainwrap2{
    position: relative;
    top: 50%;transform: translateY(-50%);
    padding: 0 40px;overflow: hidden;
}
.appwrap{max-width: 1600px;margin: 0 auto;overflow: hidden;}
.appwrap li{float: left;}
.appwrap li a{display: block;}
.appwrap li .pic{position: relative;border-radius: 10px;overflow: hidden;margin-bottom: 20px;border: 1px solid transparent;}
.appwrap li .pic .img{width: 100%;transition: all ease 3s;}
.appwrap li a:hover .pic .img{transform: scale(1.2);}
.appwrap li .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
    transition: all 0.2s linear 0s;
    opacity: 0;
    display: flex;display:-webkit-box;display: -ms-flexbox;display: -webkit-flex;
    -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;-ms-flex-align: center;
	-webkit-align-items: center;
}
.appwrap li p{
    height: 28px;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
.appwrap li a:hover .bg{opacity: 1;}
.appwrap li a:hover .pic{border:1px #0093ea solid;}
.appmore{
    font-size: 16px;
    color: #666666;
    width: 140px;
    height: 40px;
    display: block;
    border-radius: 40px;
    border: 1px #a6a6a6 solid;
    overflow: hidden;
    position: relative;
    line-height: 38px;
    text-decoration: none !important;
    margin: 30px auto 0;text-align: center;
}
.appmore a{color: #666;display: block;height: 38px;}
.maintitle .line{
    width: 80px;height: 2px;background: #0093ea;
    margin: 10px auto 0;
}
.appmore img{width: 20px;}
.section5{
    width: 100%;overflow: hidden;position: relative;height: 100%;
}
.index-aboutus{ 
    width: 100%;overflow: hidden;position: relative;height: 100%;
	background:url(../img/bg6.jpg) center center no-repeat;background-size:cover !important; position:relative;
	padding: 50px 0;
}
.index-aboutus .box{ 
	max-width:740px; width:100%; overflow:hidden; margin:0 auto;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
.index-aboutus .box .title{ width:100%; overflow:hidden; text-align:center;padding-top: 50px;}	
.index-aboutus .box .title img{ max-width:100%;}
.index-aboutus .box .txt{ font-size:14px; color:#fff; line-height:30px; margin-top:20px; overflow:hidden; width:100%; text-indent:30px; text-align:center;}
.index-aboutus .indexmore{
    font-size: 16px;
    color: #fff;
    width: 140px;
    height: 40px;
    display: block;
    border-radius: 40px;
    border: 1px #a6a6a6 solid;
    overflow: hidden;
    position: relative;
    line-height: 38px;
    text-decoration: none !important;
    margin: 40px auto 0;text-align: center;
}
.index-aboutus .indexmore a{ color:#fff;}	
.index-aboutus .indexmore a img{ width: 20px;}	
		
.index-aboutus .add{ width:200px; height:150px; display:block; overflow:hidden;padding-top:130px; text-align:center; color:#c2c2c2; margin:40px auto 0 auto; background:url(../img/d7.png) center top no-repeat; text-decoration:none; font-size:16px;}

.section6{
    width: 100%;overflow: hidden;position: relative;height: 100%;
}


/* #fullpage .index-advantagelist{opacity: 0;} */
#fullpage .section2.on .index-advantagelist{
    opacity: 1;
    -webkit-animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .maintitle{opacity: 0;} */
#fullpage .section.on .maintitle{
    opacity: 1;
    -webkit-animation: zoomIn .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: zoomIn .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .casewrap{opacity: 0;} */
#fullpage .section3.on .casewrap{
    opacity: 1;
    -webkit-animation: slideInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: slideInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .index-aboutus .box .title{opacity: 0;} */
#fullpage .section5.on .index-aboutus .box .title{
    opacity: 1;
    -webkit-animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .index-aboutus .box .txt{opacity: 0;} */
#fullpage .section5.on .index-aboutus .box .txt{
    opacity: 1;
    -webkit-animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .index-aboutus .indexmore{opacity: 0;} */
#fullpage .section5.on .index-aboutus .indexmore{
    opacity: 1;
    -webkit-animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .index-aboutus .add{opacity: 0;} */
#fullpage .section5.on .index-aboutus .add{
    opacity: 1;
    -webkit-animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInUp .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .index-footer .info .title{opacity: 0;}
#fullpage .index-footer .info .tel-phone{opacity: 0;}
#fullpage .index-footer .info .contact{opacity: 0;}
#fullpage .index-footer .info .address{opacity: 0;}
#fullpage .index-footer .info-2{opacity: 0;} */
#fullpage .section6.on .index-footer .info .title,
#fullpage .section6.on .index-footer .info .tel-phone,
#fullpage .section6.on .index-footer .info .contact,
#fullpage .section6.on .index-footer .info .address{
    opacity: 1;
    -webkit-animation: fadeInLeft .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInLeft .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullpage .section6.on .index-footer .info-2{
    opacity: 1;
    -webkit-animation: fadeInRight .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInRight .8s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* #fullpage .index-footer .footer-bottom{opacity: 0;} */
#fullpage .section6.on .index-footer .footer-bottom{
    opacity: 1;
    -webkit-animation: fadeInUp 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);;
    animation: fadeInUp 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section8{
    width: 100%;overflow: hidden;position: relative;height: 100%;
    background-color:#101010;
    /* padding-top: 80px; */
}
.index-partner ul{overflow: hidden;width:1150px;margin: 0 auto;}
.index-partner ul li{float: left;padding: 0 30px 22px;width: 230px;height: 100px;box-sizing: border-box;}
.index-partner ul li img{width: 100%;}