body{
	background-color: #f7f9ff;
}
.banner{
    overflow:hidden;
    position:relative;
}
.banner .swiper-slide>img{
	width: 100%;
}
.banner .swiper-pagination{
    position:absolute;
    width: 100%;
    bottom: 18px;
    z-index:1;
}
.banner .swiper-pagination-bullet{
    margin:0 5px;
    width: 35px;
    height: 5px;
    background: #fff;
    cursor:pointer;
    display: inline-block;
	border-radius: 0;
	opacity: .6;
}
.banner .swiper-pagination-bullet-active{
    background: #f7731b;
	opacity: 1;
}
.banner .data{
    position: absolute;
    top: 35%;
    left: 50%;
    width: 1300px;
	padding-right: 750px;
    margin-top: -81px;
    margin-left: -650px;
    color: #333;
    text-align: left;
    animation: slideInUp 1s;
}
.banner .data h1{
    font-size: 48px;
	font-weight: bold;
}
.banner .data p{
    margin-bottom: 25px;
	margin-top: 15px;
    font-size: 20px;
	color: #666;
}
.banner .btn a{
	display: inline-block;
	font-size: 18px;
	padding: 12px 36px;
	border-radius: 0px;
	border: 1px solid #ff5529;
	color: #ff5529;
	margin-right: 10px;
}
.banner .btn a:nth-child(1){
	background-color: #ff5529;
	border-color: #ff5529;
	color: #fff;
}
.banner .data h2{
    font-size: 30px;
}
.banner .data .tel{
	line-height: 45px;
	padding-left: 60px;
	color: #ff5529;
	background: url(../images/telIco.png) no-repeat;
}
.main1{
	background-color: #f8f9fe;    

}
.main1 .container{
	background-color: #fff;
	box-shadow: 0 0 3px #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -100px;
	z-index: 22;
	position: relative;
	padding: 34px;animation: slideInUp 1s;
}

.mainHd{
	text-align: center;
	padding: 60px 0 50px;
}
.mainHd h3{
	font-size: 38px;
	margin-bottom: 6px;
}
.mainHd p{
	color: #888;
	font-size: 18px;
}
.mainHd p a{
	color:#ff5529 ;
	padding-left: 20px;
}
.main2{
	background: linear-gradient(to bottom,#f7f9ff,#eff3fe,#e1e7fd);
}
.main2 .mainBd{
	display: flex;
	justify-content: center;
}
.main2 .service{
	width: 1131px;
	height: 642px;
	background: url(../images/ygfw/servicebg.png) no-repeat bottom center;
	position: relative;
	padding-top: 40px;
}
.main2 .service .circleBox{
	position: absolute;
	text-align: center;
	
}
.main2 .service .circleBox>p,.main2 .service .txt{
	box-shadow: 2px 0px 5px rgba(108, 72, 211, .1);
	background-color: rgba(255, 255, 255, .8);
	border-radius: 50px;
	font-size: 20px;
	color: #ffa729;
	font-weight: bold;
	padding: 15px 45px;
	margin-top:-107px;
	/* position: absolute;
	left: -50%;
	white-space: nowrap;
	top:97px; */
	text-align: center;
	z-index: 22;
	position: relative;
}
.main2 .service .circleBox:nth-child(1){
	top:358px;
	left: -190px;
	transform: translate(-100px, 0px);
	-webkit-transform: translate(-100px, 0px);
	transition: 1s;
	-webkit-transition: 1s;
	opacity: 0;
}
.main2 .service .circleBox:nth-child(2){
	top: 56px;
	left: 69px;
	-webkit-transform: translate(-50px, 0px);
	transition: 1s;
	-webkit-transition: 1s;
	opacity: 0;
}
.main2 .service .circleBox:nth-child(3){
    top: 50px;
    right: -10px;
	-webkit-transform: translate(50px, 0px);
	transition: 1s;
	-webkit-transition: 1s;
	opacity: 0;
}
.main2 .service .circleBox:nth-child(4){
	top:378px;
	right: -235px;
	-webkit-transform: translate(100px, 0px);
	transition: 1s;
	-webkit-transition: 1s;
	opacity: 0;
}
.main2 .service .circleBox.showdiv{
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
.main2 .service .txt{
	display: inline-block;
	font-weight: 100;
	color: #666;
	font-size: 18px;
	position: absolute;
	background-color: rgba(255, 255, 255, .9);
}
.main2 .service .txt:nth-child(5){
	top: 378px;
	left: -60px;
}
.main2 .service .txt:nth-child(6){
	top: 127px;
	left: 387px;
}
.main2 .service .txt:nth-child(7){
	top: 357px;
	left: 427px;
}
.main2 .service .txt:nth-child(8){
	top: 457px;
	left: 277px;
}
.main2 .service .txt:nth-child(9){
	top: 386px;
	right: -80px;
}
.main2 .service .circleBox:hover{
	-webkit-transform: translate(0px, -10px);
}
.main2 .service .circleBox:hover>p{
	box-shadow: 2px 0px 10px rgba(113, 73, 220, .25);
}
.main3{
	background: url(../images/ygfw/main3bg.jpg) no-repeat;
	background-size: cover;
}
.choiceBoxTab{
	display: flex;
	padding-bottom: 90px;
}
.choiceBoxTabHd{
	width: 418px;
	margin-right: 35px;
}
.choiceBoxTabHd li{
	height: 85px;
	display: flex;
	align-items: center;
	font-size: 24px;
	padding-left:50px;
	border: 1px solid #ffffff;
	background: #eeecfa;
	border-radius: 15px;
	margin-bottom: 10px;
	box-shadow: 0 0 8px #eee;
	
}
.choiceBoxTabHd li.active{
	animation: gradient 2s ease infinite;
	background: linear-gradient(to right,#dbd9fa,#d7e4f8,#eeecfa);
	color: #6944d2;
}
.choiceBoxTabBd{
	flex: 1;
	overflow: hidden;
}
.choiceBoxTabBd .cont{
	width: 100%;
	display: none;
}
.choiceBoxTabBd .cont img{
	width: 100%;
}
.main4{
	background:#FDFDFF url(../images/ygfw/echartbg.jpg) no-repeat center 60px;
	background-size: cover;
	height: 950px;
}
.main4 .mainBd{
	position: relative;
}
.boll{
	width: 100px;
	height: 100px;
	background: url(../images/ygfw/blue_boll.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	color:#332be1;
	font-weight: bold;
	position: absolute;
	animation: myUp 3s linear 1s infinite;
}
.red_boll{
	background-image: url(../images/ygfw/red_boll.png);
	color:#e02837;
}
.org_boll{
	background-image: url(../images/ygfw/org_boll.png);
	color:#f36712;
}
.green_boll{
	background-image: url(../images/ygfw/green_boll.png);
	color:#12a0d5;
}

.main4 .mainBd .boll:nth-child(1){
	top:50px;
	left: 0;
	width: 98px;
	height: 98px;
}

.main4 .mainBd .boll:nth-child(2){
	top:118px;
	left: 115px;
	width: 98px;
	height: 98px;
}

.main4 .mainBd .boll:nth-child(3){
	top:0px;
	left: 222px;
}
.main4 .mainBd .boll:nth-child(4){
	top:120px;
	left: 252px;
}
.main4 .mainBd .boll:nth-child(5){
	top:69px;
	left: 360px;
	width: 108px;
	height: 108px;
}
.main4 .mainBd .boll:nth-child(5) span{
	transform: scale(1.2);
}
.main4 .mainBd .boll:nth-child(6){
	top:196px;
	left: 405px;
}
.main4 .mainBd .boll:nth-child(7){
	top:111px;
	left: 500px;
	width: 98px;
	height: 98px;
}
.main4 .mainBd .boll:nth-child(8){
	top:221px;
	left: 550px;
}
.main4 .mainBd .boll:nth-child(9){
	top:20px;
	left:600px;
	width: 98px;
	height: 98px;
}
.main4 .mainBd .boll:nth-child(9) span{
	
}
.main4 .mainBd .boll:nth-child(10){
	top:128px;
	left:646px;
	width: 126px;
	height: 126px;
}
.main4 .mainBd .boll:nth-child(10) span,.main4 .mainBd .boll:nth-child(12) span{
	transform: scale(1.5);
}
.main4 .mainBd .boll:nth-child(11){
	top:240px;
	left:748px;
	width: 88px;
	height: 88px;
}
.main4 .mainBd .boll:nth-child(12){
	top:80px;
	left:785px;
	width: 126px;
	height: 126px;
}
.main4 .mainBd .boll:nth-child(13){
	top:198px;
	left:885px;
}
.main4 .mainBd .boll:nth-child(14){
	top:58px;
	left:941px;
}
.main4 .mainBd .boll:nth-child(15){
	top:155px;
	left:1050px;
}
.main4 .mainBd .boll:nth-child(16){
	top:18px;
	left:1090px;
}
.main4 .mainBd .boll:nth-child(17){
	top:118px;
	left:1170px;
}
.main4 .mainBd .boll:nth-child(18){
	top:-10px;
	left: 1220px;
}

.main5{
	padding-bottom: 80px;
	background: url(../images/ygfw/casebg.jpg) no-repeat;
	background-size: cover;
}
.main5list{
	padding: 0 100px 70px;
	display: flex;
	
}
.main5listItem{
	width: 320px;
	height: 256px;
	box-shadow: 1px 2px 5px #eee;
	margin: 0 13px;
	background-color: #fff;
	transition: all 1s;
}
.main5listItem span{
	display: block;
	padding: 20px 25px;
	background: url(../images/ygfw/caseHd.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.main5listItem p{
	padding: 30px 32px 0 32px;
	background: url(../images/ygfw/dot.png) no-repeat 20px 20px;
	max-height: 8.8em;
	line-height: 1.8;
	    text-align: justify;
		font-size: 15px;
}
.main5listItem:hover{
	transform: translateY(-15px);
	color:#6944d2
}
.swiper-brand .swiper-wrapper{height:auto;transition-timing-function:linear !important;}
.swiper-brand .swiper-slide{width:auto;max-width:200px;border-color:#e4e4e4 !important; background-color: #fff; box-shadow: 0 0 3px #eee;}
.swiper-brand{-webkit-mask:linear-gradient(to left,transparent 0%,#000 15%,#000 95%,transparent 100%);}