a:hover {text-decoration:inherit;}
img {-ms-interpolation-mode:bicubic;border:0;vertical-align:bottom;max-width:100%;}

#week_nav {width:100%;min-width:1180px;height:60px;overflow:visible;margin:0 auto;position:relative;top:0;z-index:15;    background: rgba(0, 0, 0, .3);}
#week_nav .home-head{height: 60px;display: flex;justify-content: space-between;width: 1280px;margin: 0 auto;}
/*padding:0 20px;*/
/*justify-content: center*/
#week_nav .home-head .logo{display: flex;;align-items: center;height: 60px;width: 22%;}
.home-head .home-nav{}
.home-head .home-nav>ul>li{float: left;position: relative;}
.home-head .home-nav>ul>li>.cur:after{
    content: '';
    width: 20px;
    height: 3px;
    background: #FE6F1C;
    position: absolute;
    bottom: 10px;
    left: 40%;
    border-radius: 5px;
}
.home-head .home-nav>ul>li>a{display: inline-block;height: 60px;font-size: 16px;line-height: 60px;position: relative;color: #FFF;padding: 0 35px;}
.home-head .home-nav .secnav{background-color: rgba(0,0,0,.2);position: absolute;width: 100%;text-align: center;display: none;}
.home-head .home-nav .secnav a{font-size: 14px;color: #FFF;line-height: 45px;padding: 0 16px;display: block;margin: 0 16px;border-bottom: 1px solid rgba(255,255,255,.1);}
.home-head .home-nav .secnav>dd:last-child a{border: none;}
/*.home-head .home-nav a.cur,.home-head .home-nav a:hover{color: #4183fd}*/
.home-head .home-nav a.cur,.home-head .home-nav a:hover{color: #FFF}

.home-head .home-nav>ul>li:hover .secnav{display: block;}
@media(max-width:768px){
    .home-head .home-nav{display: none;}
    #week_nav{min-width:auto;}
    .sp_nav{margin-top: 20px;position: absolute;right: 0;}
    .sp_nav span{background-color: #FFF;left: 5px}
}


.wk_index_main {margin-top:-60px;width:100%;}

/*右侧浮动*/
#dn-nav {position:fixed;top:50%;z-index:90;margin-top:-32px;opacity:1;-webkit-transform:translate3d(0,0,0);}
#dn-nav.right {right:17px;}
#dn-nav ul {margin:0;padding:0;}
#dn-nav ul li {position:relative;display:block;margin:15px 7px;width:15px;height:15px;}
#dn-nav ul li a {position:relative;z-index:1;display:block;width:100%;height:100%;text-decoration:none;cursor:pointer;}
#dn-nav ul li a span {position:absolute;top:50%;left:50%;z-index:1;margin:-3px 0 0 -3px;width:7px;height:7px;border:0;border-radius:50%;background:#cfcfd1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border: 1px solid #fff;}
#dn-nav ul li a.active span,#dn-nav ul li:hover a.active span {width: 7px;
    height: 7px;
    background: #FF6F1B;
	border: 1px solid #fff;
}

.morebut{display: block;width: 136px;line-height: 40px;color: white;background-color: #4183fd;font-size: 18px;text-align: center;margin: 0 auto;margin-top: 80px;}
.morebut:hover{color: white;}

/*第一屏*/
.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section {height:auto!important;}
.page2 {position:relative;overflow:hidden;background:url(/d/file/2022-07-09/page2img.png) no-repeat;background-size:cover}
.page1 {background:#000;width:100%;}
.wk_slide-wrap {position:relative;width:100%;height:100%;}
.wk_slide-wrap ul {width:100%;height:100%;}
.wk_slide-wrap li {position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;width:100%;height:100%;text-align:center;opacity: 0;-webkit-transition:all 3s;-moz-transition:all 3s;transition:all 3s;-ms-transition:all 3s;}
.wk_slide-wrap li .img {position:relative;z-index:9;-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;-ms-transition:all 1s;}
.wk_slide-wrap li.wk_selected{opacity: 1;}
.wk_slide-wrap li.wk_selected .img {-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;-ms-transform:translate3d(0,0,0)!important;}
.wk_slide-wrap li .text {position:relative;z-index:9;margin-top:25px;color:#fff;font-size:20px;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-ms-transition:all .5s;}
.wk_slide-wrap .wk_banner {position:absolute;top:0;left:0;z-index:0;height:100%;min-width:100%;}
.wk_slide-wrap li.wk_s1 .wk_banner {background:url(../images/banner21.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}
.wk_slide-wrap li.wk_s1.wk_selected .wk_banner {opacity:1;-webkit-opacity:1;-ms-opacity:1;-moz-opacity:1;}
/*.wk_slide-wrap li.wk_s1 .wk_wrap {position:absolute;top:45%;left:50%;margin-top:-175px;margin-left:-375px;width:750px;height:350px;}*/
.wk_slide-wrap li.wk_s1 .wk_wrap {position: fixed;
    top: 32%;
    width: 1225px;
    height: 371px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
/*.wk_slide-wrap li.wk_s1 .wk_banner12 img {position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-12px;width:24px;height:11px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}*/
.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img {margin-top:-285px;margin-left:-285px;opacity:1;-webkit-opacity:1;-ms-opacity:1;-moz-opacity:1;}
/*@media(max-width:11600px){*/
/*	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img{margin-top:-220px;margin-left:-220px;width:440px;height:440px;}*/
/*}*/
@media(max-width:11600px){
	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img{margin-top: 80px;margin-left: 174px;}
}
@media(max-width:1024px){
	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img{margin-top: 31px;margin-left: -352px;}
}
@media(max-width:768px){
	.wk_slide-wrap li.wk_s1 .wk_wrap {position:absolute;top:45%;left:0;margin-top:-65%;margin-left:0;}
}


.arrow{bottom: -200px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-webkit-opacity:0;-moz-opacity:0;-ms-transition:all 1s ease 0s;position:absolute;left:50%;z-index:20;display:block;margin-left:-30px;width:60px;height:51px;cursor:pointer;}
.page1.active .arrow,.page2.active .arrow,.page3.active .arrow,.page4.active .arrow,.page5.active .arrow {bottom:50px;opacity: 1;}
.wk_slide-nav-wrap {position:absolute;bottom:28px;left:0;z-index:8;overflow:hidden;width:100%;height:62px;}
#wk_slide-nav {position:relative;z-index:10;margin:auto;width:100%;height:61px;}
.wk_nav-bullet-container {position:relative;width:60px;height:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display: inline-block;background: rgba(255,255,255,1);cursor: pointer;}
.wk_nav-bullet-container.active{
	background: #2C76FC;
    width: 60px;
    height: 2px;
    border-radius: 5px;
    text-align: center;
}

.wk_slide-nav-wrap .te_c{
    width: 345px;
    margin: 0 auto;
    display: flex;
    height: 61px;
    justify-content: center;
    align-items: center;
    text-align: center;
	display: none;
}
@media(max-width:1500px) {
	.section {width:100%;min-width:1080px;}
	.wk_slide-wrap li.wk_s1 .wk_wrap {top:50%;}
	.wk_slide-nav-wrap {bottom:5px;}
}
@media(max-width:1150px) {
	.wk_slide-nav-wrap {bottom:34px;}
	.section {width:100%;min-width:920px;}
}

@media(max-width:768px){
	.section {width:100%;min-width:100%;}
	.wk_slide-nav-wrap .te_c {
		width: auto;
	    max-width: 440px;
	    margin: 0 auto;
	    border-radius: 50px;
	    display: flex;
	    height: 50px;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	    display: none;
	}
	#wk_slide-nav{
		width: 90%;
	}
}
@media(max-width:767px){
	.wk_slide-wrap li.wk_s1 .wk_wrap{height: 100%;top: 30%;margin-top: -50%}
	.page1.active .wk_slide-wrap li.wk_s1.wk_selected .wk_banner12 img{margin-top: 214px;
    margin-left: -67%;width:300px;}
}

.ie8 .wk_slide-wrap .wk_s1,.ie8 .wk_slide-wrap #wk_s2,.ie8 .arrow,.ie8 .wk_slide-nav-wrap {display:none;}
.ie8 .wk_slide-wrap li#wk_s3 .wk_banner32 {top:0;}
.ie8 .wk_slide-wrap li#wk_s3 .wk_banner33 {bottom:0;}

.title{opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.active .title { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
@media(max-width:767px){
	.active .title img{height: 70px}
}
@media(max-width:414px){
	.active .title img{height: 50px}
}
.con{width: 100%;}

/*.page2 {background:url(../images/bg2.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}*/
.page2 .container,.page3 .container,.page4 .container,.page6 .container{height: 100%;display: flex;justify-content: center;align-items: center;-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.page2 .container{margin-top:0px;}
.page2 .home-pro{width: 1500px;display: table;margin-top: 120px}
.page2 .home-pro .items{width: 230px;opacity:0;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;-webkit-opacity:0;-moz-opacity:0;}
.page2 .home-pro .items:nth-child(1){-webkit-transform:translate3d(-600px,0,0);-moz-transform:translate3d(-600px,0,0);transform:translate3d(-600px,0,0);-ms-transform:translate3d(-600px,0,0);}
.page2 .home-pro .items:nth-child(2){-webkit-transform:translate3d(-300px,0,0);-moz-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0);-ms-transform:translate3d(-300px,0,0);}
.page2 .home-pro .items:nth-child(3){-webkit-transform:translate3d(300px,0,0);-moz-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0);-ms-transform:translate3d(300px,0,0);}
.page2 .home-pro .items:nth-child(4){-webkit-transform:translate3d(600px,0,0);-moz-transform:translate3d(600px,0,0);transform:translate3d(600px,0,0);-ms-transform:translate3d(600px,0,0);}
.page2.active .home-pro .items{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-opacity:1;-moz-opacity:1;}
.page2 .home-pro .items .icon{width: 100%;height: 168px;overflow: hidden;transition: all 0.3s; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-tap-highlight-color: rgba(0,0,0,0);background-repeat: no-repeat;background-position: 0 0;background-size: 100%;}
.page2 .home-pro .items:hover .icon{transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-tap-highlight-color: rgba(0,0,0,0);background-position: 0 -168px;}
.page2 .home-pro .items.p1 .icon{background-image: url(../images/p1.png);}
.page2 .home-pro .items.p2 .icon{background-image: url(../images/p2.png);}
.page2 .home-pro .items.p3 .icon{background-image: url(../images/p3.png);}
.page2 .home-pro .items.p4 .icon{background-image: url(../images/p4.png);}
.page2 .home-pro .items h3{color: #000;font-size: 16px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page2 .home-pro .items:hover h3{color: #4183fd}
/*.page2 .home-pro .items p{color: #000;font-size: 14px;opacity: 0.6;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}*/
@media(max-width:1600px){
	.page2 .home-pro{margin-top: 60px}
	.page2 .home-pro .items{margin:0 35px;}
}
@media(max-width:1024px){
	.page2 .home-pro .items{margin:0 5px;}
}
@media(max-width:768px){
	.page2 .home-pro{margin-top: 30px}
	.page2 .home-pro .items{margin:30px 65px;}
}
@media(max-width:767px){
	.page2 .home-pro{margin-top: 10px}
	.page2 .home-pro .items{margin:10px 1%;width: 160px}
	.page2 .home-pro .items .icon{height: 117px}
	.page2 .home-pro .items h3{font-size: 14px;}
	.page2 .home-pro .items p{font-size: 12px;}
}
@media(max-width:360px){
	.page2 .home-pro .items{width: 150px}
	.page2 .home-pro .items .icon{height: 110px}

}
/*.page3 {background:url(../images/bg3.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}*/
/*.fp-viewing-about .home-head .home-nav a,.fp-viewing-process .home-head .home-nav a{color: #333}*/
.page3 .about-txt{width: 645px}
.page3 .about-txt h3{position: relative;font-size: 46px;color: #000;z-index: 9;top:-200px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page3.active .about-txt h3{opacity: 1;top: 0}
.page3 .about-txt h3:after{content: '';position: absolute;left: 23px;bottom: 3px;width: 180px;height: 20px;background-color: #4183fd;z-index: -1;}
.page3 .about-txt .txt{font-size: 14px;line-height: 24px;margin-top:40px;position: relative;top:0;left:-200px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page3.active .about-txt .txt{left: 0;opacity: 1;}
.page3 .about-txt .txt p{text-indent: 28px;color: #222}
.page3 .about-txt .link{bottom: -200px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-webkit-opacity:0;-moz-opacity:0;-ms-transition:all 1s ease 0s;z-index:20;cursor:pointer;position: relative;}
.page3 .about-txt .link img{margin:40px auto 0 auto;}
.page3.active .about-txt .link{bottom: 0;opacity: 1;}
.page3 .pic{width: 552px;position: relative;top:0px;right:-150px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page3.active .pic{right: 0;opacity: 1;}
@media(max-width:1600px){
	.page3 .about-txt{width: 610px}
	.page3 .pic{width: 520px;margin-top: 15px}
	.page3 .about-txt .link img{margin-top: 30px}
}
@media(max-width:1024px){
	.page3 .about-txt{width: 55%}
	.page3 .pic{width: 42%;margin-top: 15px}
	.page3 .about-txt .link img{margin-top: 30px}
}
@media(max-width:768px){
	.page3 .about-txt{width: 100%}
	.page3 .pic{width: 100%;margin-top: 15px}
	.page3 .about-txt .link img{margin-top: 30px}
}
@media(max-width:414px){
	.page3.active .about-txt h3{font-size: 24px;margin-top: 60px}
	.page3 .about-txt h3:after{width: 100px;height: 10px}
	.page3 .about-txt .txt{font-size: 12px;margin-top:10px;}
	.page3 .about-txt .link{display: none;}
}

.page3{
	position:relative;
	overflow:hidden;
	background:url(/d/file/2022-07-09/page4bjbanner.png) no-repeat;
	background-size: cover;
}



/*.page4 {background:url(../images/bg4.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}*/
.page4 .tit{position: relative;margin-bottom:0px;top:0px;opacity:1;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;width: 100%;display: table;}
.page4 .tit a{font-size: 14px;color: #FFF;text-decoration: underline;margin-top:15px;display:none;}
.page4 .active .tit{top: 0;opacity: 1;}
.page4 .info-box{background-color: #4183fd;padding: 35px;width: 465px;position: relative;top:0;left:-200px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page4.active .info-box{opacity: 1;left: 0;display:none;}
.page4 .info-box .time{color: #FFF;font-size: 30px;}
.page4 .info-box .time img{margin-top:10px;}
.page4 .info-box h3{font-size: 20px;color: #FFF;font-weight: normal;}
.page4 .info-box h3 a{color: #FFF;overflow: hidden;text-overflow: ellipsis;display: block;}
.page4 .info-box p{color: #FFF;font-size: 14px;margin:20px 0;}
.page4 .news-list{width: 640px;position: relative;top:0px;right:-150px;opacity:0;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;}
.page4.active .news-list{opacity: 1;right: 0;width:100%}
.page4.active .news-list .items{border-bottom: 1px #818cab solid;padding: 20px 155px 20px 35px;position: relative;}
.page4.active .news-list .items:first-child{border-top: 1px #818cab solid}
.page4.active .news-list .items h3{position: relative}
.page4.active .news-list .items h3 span{font-size: 20px;color: #FFF;font-weight: normal;display: block;;overflow: hidden;text-overflow: ellipsis;}
.page4.active .news-list .items h3:after{content: '';position: absolute;left: -20px;top: 50%;width: 6px;height: 6px;display: block;margin-top: -3px;background-color: #FFF;border-radius: 50%}
.page4.active .news-list .items p{font-size: 14px;color: #FFF;margin-top: 15px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.page4.active .news-list .items .time{position: absolute;right: 20px;top: 17px;}
.page4.active .news-list .items .time span{display: block;color: #FFF;font-size: 28px;}
.page4.active .news-list .items .time em{display: block;background: url(../images/ico4.png)no-repeat left center;width: 100%;height: 22px;margin-top: 18px;background-size: 100%}
.page4.active .news-list .items:hover{background-color: #FFF;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;box-shadow: 0px 2px 5px 0px #FFF, 0px 2px 10px 0px #FFF;}
.page4.active .news-list .items:hover h3 span,.page4.active .news-list .items:hover p,.page4.active .news-list .items:hover .time span{color: #4183fd}
.page4.active .news-list .items:hover .time em{background: url(../images/ico5.png)no-repeat left center;}
.page4 .erwma img{display:none;}
@media(max-width:2000px){
	.page6 .dynamic .item{margin:0 20px;}
	.page4 .tit{position: relative;margin-bottom:20px;top:0px;opacity:1;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-ms-transition:all 1s ease 0s;width: 100%;display: table;}
	
}
@media(max-width:1440px){
	.page4 .tit img{width: 150px}
	.page4 .info-box{padding: 20px 25px}
}

@media(max-width:1024px){
	.page4 .info-box{width: 40%}
	.page4 .news-list{width: 46%;margin-right:50px;}
	.page4 .news-list .items{padding-right: 100px!important}
}
@media(max-width:768px){
	.page4 .info-box{width: calc(100% - 100px);margin-right: 50px}
	.page4 .news-list{width: calc(100% - 50px);}
	.page4 .news-list .items{padding-right: 100px!important}
}
@media(max-width:767px){
	.page4 .tit img{height: 40px}
	.page4 .info-box{width: calc(100% - 50px);margin-right: 0px;padding-top: 10px;padding-bottom: 10px}
	.page4 .info-box .time{font-size: 20px;}
	.page4 .info-box .time img{margin-top: 0}
	.page4 .news-list{width: 100%;margin-right:0;}
	.page4 .news-list .items{padding: 10px 80px 10px 25px !important}
	.page4 .info-box h3,.page4.active .news-list .items h3 span,.page4.active .news-list .items p{font-size: 14px;}
	.page4.active .news-list .items .time{top: 5px}
	.page4.active .news-list .items h3 span{height: 20px;width: 100%}
	.page4 .info-box p{font-size: 12px;margin:10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top: 5px}
	.page4.active .news-list .items p{margin-top: 5px}
	.page4.active .news-list .items .time span{font-size: 20px;}
	.page4.active .arrow{bottom: 10px}
}


.page5 {background:url(../images/bg5.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}
.page5 .container{display: flex;justify-content: center;align-items: center;height: 100%}
.page5 .items{width: 25%;position: relative;height: 100%;justify-content: center;align-items: center;display: flex;opacity:0;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;-webkit-opacity:0;-moz-opacity:0;}
.page5 .items:nth-child(odd){background:rgba(255,255,255,0.3);}
.page5 .items:nth-child(1){-webkit-transform:translate3d(-600px,0,0);-moz-transform:translate3d(-600px,0,0);transform:translate3d(-600px,0,0);-ms-transform:translate3d(-600px,0,0);}
.page5 .items:nth-child(2){-webkit-transform:translate3d(-300px,0,0);-moz-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0);-ms-transform:translate3d(-300px,0,0);}
.page5 .items:nth-child(3){-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0);-ms-transform:translate3d(0px,0,0);}
.page5 .items:nth-child(4){-webkit-transform:translate3d(300px,0,0);-moz-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0);-ms-transform:translate3d(300px,0,0);}
.page5 .items:nth-child(5){-webkit-transform:translate3d(600px,0,0);-moz-transform:translate3d(600px,0,0);transform:translate3d(600px,0,0);-ms-transform:translate3d(600px,0,0);}
.page5.active .items{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-opacity:1;-moz-opacity:1;}
.page5 .items .box{position: relative;z-index: 9;height: 180px;width: 100%}
.page5 .items .box .pic{width: 65px;height: 65px;overflow: hidden;margin:0 auto;transition: all 0.3s; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-tap-highlight-color: rgba(0,0,0,0);background-repeat: no-repeat;background-position: 0 0;background-size: 100%;}

.page5 .items:hover .box .pic{transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-tap-highlight-color: rgba(0,0,0,0);background-position: 0 -65px;}
.page5 .items .box .pic.h1{background-image: url(../images/l1.png);}
.page5 .items .box .pic.h2{background-image: url(../images/l2.png);}
.page5 .items .box .pic.h3{background-image: url(../images/l3.png);}
.page5 .items .box .pic.h4{background-image: url(../images/l4.png);}
.page5 .items .box .pic.h5{background-image: url(../images/l5.png);}
.page5 .items .box h3{font-size: 18px;color: #4183fd;line-height: 40px;}
.page5 .items .bg{background: rgba(65,131,253,0.8);position:absolute;right:0;bottom:0;left:0;height:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;z-index: 1;}
.page5 .items .box a{width: 50%;display: none;border:1px #FFF solid;color: #FFF;padding: 5px 0;margin-top: 10px}
.page5 .items:hover .box a{display: inline-block}

.page5 .items:hover .bg{height: 100%;bottom: 0}
.page5 .items:hover .box h3{color: #FFF}
@media(max-width:767px){
	.page5 .items .box h3{font-size: 14px;}
}
@media(max-width:414px){
	.page5 .items .box .pic{width: 40px;height: 40px;}
	.page5 .items .box a{width: 80%}
}

.page6 {background:url(../images/bg6.jpg) no-repeat center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}



.page6 .dynamic{margin-top: 40px;bottom: -70px;position: relative;-webkit-transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;transition:all 1s ease 0s;-webkit-opacity:0;-moz-opacity:0;-ms-transition:all 1s ease 0s;}
.page6.active .dynamic{bottom: 0}
.page6 .dynamic .item{margin:0 35px;position: relative;padding-bottom: 35px}
.page6 .dynamic .item:hover:after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 5px;background: #4183fd}
.page6 .dynamic .item .pic{overflow: hidden;position: relative;}

.page6 .dynamic .item .pic .ico {position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/ico.png) no-repeat center;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-opacity:0;-moz-opacity:0;}
.page6 .dynamic .item:hover .ico {opacity:1;-webkit-opacity:1;-moz-opacity:1;}

.page6 .dynamic .item img{display: block;width: 100%;height: auto;}
.page6 .dynamic .item h3{overflow: hidden;line-height:40px;height: 40px;color: #FFF;font-size: 18px;}
.page6 .dynamic .item:hover h3{color: #4183fd}
.page6 .dynamic .item p{overflow:hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;color: #FFF;line-height: 24px;height: 72px}

.page6 .dynamic .item .pic span {position:absolute;background:#4183fd;-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .3s cubic-bezier(.25,.46,.45,.94);-o-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94);}
.page6 .dynamic .item .pic .span_1 {top:0;left:0;width:0;height:4px;}
.page6 .dynamic .item .pic .span_2 {top:0;right:0;width:4px;height:0;}
.page6 .dynamic .item .pic .span_3 {right:0;bottom:0;width:0;height:4px;}
.page6 .dynamic .item .pic .span_4 {bottom:0;left:0;width:4px;height:0;}
.page6 .dynamic .item:hover .span_1,.page6 .dynamic .item:hover .span_3 {width:100%;}
.page6 .dynamic .item:hover .span_2,.page6 .dynamic .item:hover .span_4 {height:100%;}
.owl-pagination{display: none;}
.owl-carousel .owl-wrapper-outer{z-index: 9;height:415px}
.owl-controls{position: absolute;height: 100%;width: 100%;z-index: 1;top: 0;left: 0}
.owl-controls .owl-buttons{position: absolute;height: 100%;width: 100%;z-index: 1;}
.owl-prev{position: absolute;left: -50px;top: 20%;width: 40px;height: 60px;overflow: hidden;background-color: #FFF;text-indent: -99px}
.owl-prev:after{content: '';position: absolute;left: 15px;top: 20px;width: 14px;height: 14px;border-left: 1px #4183fd solid;border-bottom: 1px #4183fd solid;transform: rotate(45deg);}
.owl-next{position: absolute;right: -50px;top: 20%;width: 40px;height: 60px;overflow: hidden;background-color: #FFF;text-indent: -99px}
.owl-next:after{content: '';position: absolute;left: 10px;top: 20px;width: 14px;height: 14px;border-right: 1px #4183fd solid;border-bottom: 1px #4183fd solid;transform: rotate(-45deg);}


@media(max-width:768px){
	.owl-controls{display: none !important;}
}



/*.footer{margin-top: 0}*/










/*动画*/
.page1 .wk_slide-wrap .containerr{
	position:fixed;
	height:600px;
	left:0;
	right:0;
	bottom:0;
	z-index: 2;
}





.solution{
	width: 1500px;
	/*margin: 0 auto;*/
	display: flex;
	justify-content: space-between;
}
.solution_sub{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 14px 0px #ccc;
}
.solution_sub:after{
	content: " ";
	width: 156px;
	height: 4px;
	background: #00E0E3;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.solution_sub img{
	width: 336px;
	height: 283px;
	cursor:pointer;
	transition:all 0.4s ease-out;
}
.solution_sub img:hover{
	transform: scale(1.2);
}
.solution_sub div{
	height: 283px;
	overflow: hidden;
}
.solution_sub p{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 120px;
	margin: 0 auto;
	color: #000033;
	transition:background 0.5s;
}
.solution_sub p:hover{
	color: #fff;
	background: #00E0E3;
}
.solution a{
	text-decoration: none;
	color: #000033;
}


.solutions{
	height: 100%;
	/*background: url(../images/page3.png) no-repeat;*/
	/*padding-top: 166px;*/
	/*background-size: 100% 100%;*/
}
.solutions_brief{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	width: 765px;
	height: 175px;
	border: 3px solid #13BDBF;
	line-height: 30px;
	color: #fff;
	font-family: PingFangSC-Semibold, sans-serif;
}
.solutions_brief p{
	margin: 40px;
}
.solutions_brief p:nth-child(1){
	font-size: 36px;
}
.solutions_brief p:nth-child(2){
	font-size: 26px;
}
.solutions_brief_text{
	width: 750px;
	height: 500px;
	overflow: hidden;
	background: rgba(0,224,227,0.48);
	margin: 0 auto;
	margin-top:45px;
	color: #fff;
	font-family: PingFangSC-Medium, sans-serif;
}
.solutions_brief_text p{
	line-height: 55px;
	font-size: 22px;
	margin: 65px 63px ;
	text-indent: 2em;
}


@media (max-width:1600px){
	.solutions {
	    padding-top: 62px;
	}
}















/*zkzkzkzkzkzk*/
.home_two{
	
    
    width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 176px;
}
.leftText{
	margin-left: 146px;
    position: relative;
}
.leftText .page2textimg{
	position: relative;
    padding-left: 215px;
}
.leftText .page2textimg p{
	color: #fff;
	font-size: 48px;
}
.leftText .text{
	width: 535px;
	text-indent: 2em;
	margin-left: 213px;
	color: #fff;
	font-size: 16px;
	margin-top: 49px;
	margin-bottom: 43px;			
	line-height: 44px;
}
.leftText .leftTextimg{
	margin-left: 187px;
}
.rightImg{
	position: relative;
}
.rightImg .rightImgone{
	z-index: -1;
	margin-right: -167px;
	margin-bottom: 56px;
}
.rightImg .diandian{
	position: absolute;
	right: 119px;
	top: -99px;
}

.home_three{
	width: 100%;
	height: 100%;
	background: url(/d/file/2022-07-09/page3bjbanner.png) no-repeat;
	position: relative;
	background-size: cover;
}
.home_three .homeqywn{
	position: absolute;
	right: 21.7%;
    top: 15%;
}
.home_three .homeqywn p{
	color: #fff;
	font-size: 48px;
}
.homeqywn_detail{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/*width: 982px;*/
	/*text-align: center;*/
	/*margin: 0 auto;*/
	/*margin-top: 175px;*/
	padding-top: 240px;
}
.homeqywn_detail .homeqywn_detail_zu {
	display: flex;
    /*justify-content: space-between;*/
    width: 404px;
    margin: 0 auto;
    margin-top: 72px;
    padding-left: 208px;
}
.homeqywn_detail .homeqywn_detail_zu div{
	margin-left: 77px;
}
.homeqywn_detail .homeqywn_detail_zu div p:nth-child(2){
	font-size: 18px;
}
.homeqywn_detail p{
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 20px;
}

.goSeeMore{
	margin-left: 304px;
    margin-top: 59px;
}
.goSeeMore p{
	text-align: center;
    color: #fff;
    border: 1px solid #ccc;
    width: 121px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}





.page2back{
	background: rgba(0,0,0,0.67);
}





.page3_home_two{
	width: 1513px;
    height: 95px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 176px;
    align-items: center;
    margin-left: 146px;
}

.page3_jjfa{
	width: 1471px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.page3_jjfa .page3_jjfa_kuai{
	width: 450px;
	height: 478px;
	background: #FFFFFF;
	margin-top: 118px;
}
.page3_jjfa .page3_jjfa_kuai p:nth-child(2){
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	margin: 35px 0 0 33px;
}
.page3_jjfa .page3_jjfa_kuai p:nth-child(3){
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	margin: -15px 0 0 33px;
}



.page4_syj{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.page4_syj img{
	height: 100%;
}
.page4_syj div{
	position: relative;
}
.page4_syj div p:nth-child(2){
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0;
    right: 0;
    bottom: 26%;
    margin: 0 auto;
}
.page4_syj div p:nth-child(4){
	width: 358px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
    right: 0;
    bottom: 11%;
    margin: 0 auto;
}
.page4_syj div:nth-child(2) p:nth-child(4){
	width: 358px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
    right: 0;
    bottom: 14%;
    margin: 0 auto;
}
.page4_syj div:nth-child(3) p:nth-child(4){
	width: 358px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
    bottom: 14%;
}
.page4_syj .fenge{
	display: flex;
	align-items: center;
	gap: 5px;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 22%;
    margin: 0 auto;
	justify-content: center;
}
.page4_syj .fenge .circle{
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	border-radius: 50%;
}
		
.page4_syj .fenge .line{
	width: 330px;
	height: 1px;
	background: #FFFFFF;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}