	*{
		margin: 0;
		padding: 0;
	}
	html,body{
		width: 100%;
		height: 100%;
	}
	.content{
		width: 100%;
		min-width: 1440;
		height: 100%;
	}
	.banner{
		width: 100%;
		height: 480px;
		background: url(../img/banner4.jpg) no-repeat;
		background-position: center top;
		background-size: auto 100%;
		position: relative;
	}
	.banner1{
		width: 100%;
		height: 480px;
		background-position: center top;
		background-size: auto 100%;
		position: relative;
	}
	.banner-canvas{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 480px;
		overflow: hidden;
	}
	.banner-canvas canvas{
		position: absolute;
		top: 0;
		left: 50%;
	}
	.title1{
		width: 260px;
		height: 60px;
		line-height: 60px;
		font-size: 40px;
		position: absolute;
		left: 12%;
		top: 30%;
		z-index: 9;
		letter-spacing: 12px;
		font-weight: 100;
		color: #c0bdbd;
	}
	.title2{
		width: 350px;
		height: 60px;
		line-height: 35px;
		font-size: 21px;
		position: absolute;
		left: 12%;
		top: 43%;
		z-index: 9;
		text-align: left;
		letter-spacing: 6px;
		font-weight: 100;
		color: #c0bdbd;
	}
	.title-btn1{
		width: 230px;
		height: 80px;
		border: #0672ea 1px solid;
		position: absolute;
		left: 8%;
		top: 41%;
		z-index: 9;
		border-radius: 10px;
	}
	.swiper-slide-active .title1{
		animation: .5s animation-title1 ease-in;
	}
	.swiper-slide-active .title2{
		animation: .5s animation-title2 ease-in;
	}
	@keyframes animation-title1{
		from{
			left: -20%;
			opacity: 0.5;
		}
		to{
			left: 12%;
			opacity: 1;
		}
	}
	@keyframes animation-title2{
		from{
			top: 120%;
			opacity: 0.5;
		}
		to{
			top: 43%;
			opacity: 1;
		}
	}
	.title-div{
		width: 100%;
		/* height: 50px; */
		/* background: #393D49; */
		background-color : rgba(0, 0, 0, 0);
		display: flex;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		align-items: center;
	}
	.heafer-nav .layui-this:after{
		/* bottom: 12px !important; */
		background-color: #1a67b7 !important;
		height: 2px !important;
		width: 60% !important;
		left: 50%;
		transform: translate(-50%,0);
	}
	.heafer-nav .layui-nav-bar{
		bottom: 12px !important;
		background-color: #1a67b7 !important;
		height: 2px !important;
	}
	.title-logo{
		height: 60px;
		/* line-height: 60px; */
		display: flex;
		width: 200px;
		color: #FFFFFF;
		align-items: center;
		padding-left: 20px;
	}
	.heafer-nav{
		width: 60%;
	}
	.index-banner .swiper-pagination-bullet {
		display: inline-block;
		width: 40px;
		height: 30px;
		margin: 0 3px;
		cursor: pointer;
		background: none;
		border-radius: 0;
		opacity: 1;
	}
	.index-banner .swiper-pagination-bullet span {
		width: 40px;
		height: 4px;
		display: block;
		background: rgba(128,128,128,0.2);
		border-radius: 4px;
	}
	.index-banner .swiper-pagination-bullet-active span i {
		animation: 6s animation-banner linear;
		width: 100%;
		display: block;
		height: 4px;
		background: gray;
		border-radius: 4px;
	}
	@keyframes animation-banner{
		from{
			width: 0%;
		}
		to{
			width: 100%;
		}
	}
	.index-banner{
		bottom: 110px !important;
		text-align: left !important;
		padding-left: 15%;
	}
	.body-title{
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 9;
		background:hsla(0,0%,100%,.05) border-box;
	}
	.body-title-p1{
		/* text-align: center; */
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 6px;
		color: #c7c7c7;
	}
	.body-title-p2{
		/* text-align: center; */
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 3px;
		color: #929090;
	}
	.body-title-ul{
		width: 70%;
		margin: 0 auto;
		display: flex;
		min-width: 1344px;
		justify-content: space-around;
	}
	.body-title-ul li{
		padding: 26px 40px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.body-title-ul li:hover{
		background: hsla(0,0%,100%,.05) border-box;
	}
	.body-title-ul .active{
		background: hsla(0,0%,100%,.05) border-box;
	}
	.body-title-ul li img{
		margin-right: 10px;
	}
	.cpyfw-nav{
		width: 100%;
		max-width: 1200px;
		padding-top: 30px;
		margin: 0 auto;
	}
	.cpyfw-tab-nav{
		position: relative;
		width: 100%;
		transition: all .25s ease;
		box-sizing: border-box;
		font-size: 0;
		text-align: left;
		margin-top: 15px;
	}
	.cpyfw-tab-nav .nav-item{
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		font-weight: 700;
		color: #333;
		cursor: pointer;
		height: 110px;
		line-height: 18px;
		width: 16.66666667%;
		text-align: center;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		transition: all .25s ease;
		padding-bottom: 36px;
	}
	.nav-item-icon{
		display: block;
		width: 90px;
		height: 90px;
		margin: 0 auto;
		background-size: auto 90px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.cpyfw-tab-nav .nav-item:after {
		content: "";
		position: absolute;
		bottom: -12px;
		left: 50%;
		margin-left: -20px;
		display: block;
		width: 40px;
		height: 30px;
		background: url(../img/jiantou.png);
		background-size: cover;
		opacity: 0;
		transition: all .4s cubic-bezier(0.215,.61,.355,1);
	}
	.cpyfw-tab-nav .nav-item.active:after {
		bottom: -5px;
		opacity: 1;
	}
	.zcdsj-hd{
		position: relative;
		background: linear-gradient(180deg,#E9EDF8 0,#F1F4FE 100%);
		height: 560px;
		overflow: hidden;
		transition: height .5s cubic-bezier(0.215,.61,.355,1);
	}
	.zcdsj-hd-row{
		width: 100%;
		max-width: 1200px;
		height: 420px;
		margin: 0 auto;
		padding: 40px 0;
	}
	.zcdsj-item-img{
		width: 306px;
		height: 420px;
		padding: 25px 30px;
		box-sizing: border-box;
		background-size: cover!important;
		position: relative;
		background: linear-gradient(270deg,#4c84de   10.92%,#5189e3   100%);
		/* background: url(../img/xckc-bg.png) no-repeat;
		background-size: cover; */
		overflow: hidden;
	}
	.zcdsj-pc-img{
		transition: transform .5s cubic-bezier(0.215,.61,.355,1) .2s,opacity .5s cubic-bezier(0.215,.61,.355,1) .2s;
		transform: translate3d(0px,0,0);
		animation-name: pcimg;
		animation-duration: 1s;
		animation-fill-mode:forwards;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover!important;
	}
	@keyframes pcimg{
		from{
			top: 100px;
			left: 50px;
			opacity:0
		}
		to{
			top: 0;
			left: 0;
			opacity: 1;
		}
	}
	.zcdsj-pc-txt{
		position: relative;
	}
	.zcdsj-p1{
		font-weight: bold;
		font-size: 20px;
		color: rgba(255,255,255,.8);
		letter-spacing: 2px;
	}
	.zcdsj-p2{
		font-size: 14px;
		margin-top: 15px;
		line-height: 20px;
		max-height: 40px;
		color: rgba(255,255,255,.8);
	}
	.zcdsj-item-img ul{
		font-size: 12px;
		color: rgba(255,255,255,.8);
		padding-top: 12px;
	}
	.zcdsj-item-img li{
		line-height: 20px;
		margin-top: 6px;
		list-style: none;
	}
	.a-white{
		display: inline-block;
		margin-top: 30px;
		position: relative;
		color: #fff;
		padding-right: 15px;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		transition: all .25s ease;
	}
/* 	.a-white:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 12px;
		height: 13px;
		margin-top: -4px;
		background: url(../img/youjiantou.png);
		background-size: cover;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		transition: all .25s ease;
	} */
	.zcdsj-slider{
		width: 894px;
		height: 420px;
		overflow: visible;
		margin: 0 auto;
		position: relative;
	}
	.zcdsj-wrapper{
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		box-sizing: content-box;
	}
	.zcdsj-card{
		background-color: #ffffff;
		position: relative;
		padding: 22px 30px 0;
		box-sizing: border-box;
		height: 210px;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		transition: all .25s ease;
		border: 0.5px #8c8c8c14 solid;
	}
	.cpyfw-nav>p{
		text-align: center;
	}
	.title-div .layui-nav .layui-nav-item{
		line-height: 40px !important;
	}
	.title-div .layui-nav-child{
		background-color: rgba(0,0,0,0);
		border: none;
		top: 40px !important;
	}
	.title-div .layui-nav-child dd{
		background-color: rgba(0,0,0,0.5);
	}
	.title-div .layui-nav-child dd a{
		color: #FFFFFF !important;
	}
	.title-div .layui-nav-child dd a:hover{
		color: #000000;
		background-color: rgba(250, 250, 250, 0.5);
	}
	.zcdsj-title-p{
		line-height: 32px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.zcdsj-txt-p{
		font-size: 14px;
		margin-top: 10px;
		color: #666;
		line-height: 22px;
		/* height: 40px; */
	}
	.zcdsj-btn-div{
		margin-top: 15px;
		font-size: 0;
		height: 22px;
		overflow: hidden;
	}
	.zcdsj-tag-span{
		font-size: 12px;
		display: inline-block;
		margin-right: 20px;
		height: 20px;
		line-height: 20px;
		border: 1px solid #E0E6EC;
		padding: 0 12px;
		color: #89909A;
		border-radius: 5px;
	}
	.zcdsj-price-div{
		font-size: 0;
		height: 22px;
		line-height: 22px;
		margin-top: 15px;
		display: none;
	}
	.zcdsj-price-tag{
		display: inline-block;
		height: 18px;
		line-height: 18px;
		font-size: 0;
		color: #fff;
		overflow: hidden;
		vertical-align: middle;
		margin-right: 6px;
	}
	.zcdsj-price-tag>span{
		font-size: 12px;
		display: inline-block;
		background-color: #E75149;
		height: 18px;
		line-height: 18px;
		padding: 0 5px;
	}
	.zcdsj-price-txt{
		display: inline-block;
		font-size: 18px;
		color: #0079FF;
		vertical-align: middle;
	}
	.zcdsj-hover-div{
		opacity: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 3;
		width: 100%;
		height: 32px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		transition: all .25s ease;
		z-index: 9;
	}
	.zcdsj-hover-div span{
		flex: 1;
		    box-sizing: border-box;
		    text-align: center;
		    line-height: 32px;
		    border: 1px solid #0079FF;
		    background: #0079FF;
		    color: #fff;
		    font-size: 14px;
	}
	.zcdsj-card:hover .zcdsj-title-p{
		color: #0079FF;
	}
	.zcdsj-card:hover .zcdsj-hover-div{
		opacity: 1;
	}
	.cpyfw-tab-nav .active span{
		color: #0079FF;
		font-size: 15px;
		font-weight: 400;
	}
	.cpyfw-tab-nav .nav-item span{
		font-size: 15px;
		font-weight: 400;
	}
	.cpyfw-tab-nav .nav-item:hover span{
		color: #0079FF;
	}
	.zcdsj-hover-div:hover{
		cursor: pointer;
	}
	.zcdsj-more{
		width: 130px;
		height: 40px;
		border-radius: 5px;
		margin: 0 auto;
		background: #46A6F3;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
	}
	.zcdsj-more:hover{
		cursor: pointer;
	}
	.title-div .layui-nav .layui-nav-item a{
		padding: 0 30px;
	}
	.title-div ul .layui-nav-bar{
		width: 58px !important;
		transform: translate(50%, 0);
		opacity: 0;
		top: 38px;
		left: 398px;
	}
	.document-div{
		width: 100%;
		padding: 10px 0;
	}
	.document-div>.p1{
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 4px;
		text-align: center;
	}
	.document-div>.p2{
		font-size: 14px;
		color: rgb(183, 183, 183);
		line-height: 25px;
		text-align: center;
	}
	.document-div>.p3{
		color: rgba(0, 127, 218, 0.83);
		text-align: center;
	}
	.document-nav-div{
		margin-top: 10px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.document-nav{
		width: 15%;
		height: 60px;
		color: #818181;
		font-size: 16px;
		line-height: 60px;
		text-align: center;
		position: relative;
	}
	.document-nav .nav-foot{
		height: 2px;
		width: 100px;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.document-nav.active .nav-foot{
		border-bottom: 2px #1082FF solid;
	}
	.document-nav:hover{
		cursor: pointer;
	}
	.wdzx-div{
		position: relative;
		background: linear-gradient(180deg,#E9EDF8 0,#F1F4FE 100%);
		height: 760px;
		overflow: hidden;
		transition: height .5s cubic-bezier(0.215,.61,.355,1);
	}
	.wdzx-banner{
		width: 100%;
		max-width: 1200px;
		height: 680px;
		margin: 0 auto;
		padding: 40px 0
	}
	.gsxq-div{
		width: 74%;
		height: 760px;
		background: url(../img/gsxq-bgz.jpg) no-repeat;
		background-size: cover;
		position: relative;
	}
	.gsxq-div1{
		width: 74%;
		height: 760px;
		background: url(../img/gsxq-yz.jpg) no-repeat;
		background-size: cover;
		position: relative;
		float: right;
	}
	.gsxq-text{
		width: 70%;
		min-width: 1400px;
		height: 640px;
		position: absolute;
		right: 0;
		top: 50px;
		background: #252525;
		padding: 20px 80px;
		box-sizing: border-box;
	}
	.gsxq-title{
		display: flex;
		height: 100px;
		align-items: center;
		justify-content: space-between;
	}
	.gsxq-more{
		width: 100px;
		height: 35px;
		border: #FFFFFF 1px solid;
		border-radius: 20px;
		line-height: 35px;
		text-align: center;
		color: #FFFFFF
	}
	.gsxq-more:hover{
		cursor: pointer;
	}
	.gsxq-ten{
		/* height: 100%; */
	}
	.gsxq-ten>.p1{
		font-size: 20px;
		letter-spacing: 4px;
		color: #FCFCFC;
		line-height: 40px;
	}
	.gsxq-ten>.p2{
		font-size: 13px;
		color: #E0E0E0;
		text-align: right;
	}
	.gsxq-ten>.p3{
		font-size: 14px;
		color: rgba(0, 127, 218, 0.83);
		text-align: right;
		line-height: 40px;
	}
	.gsxq-gsjj{
		width: 70%;
		min-width: 1400px;
		height: 700px;
		position: absolute;
		left: 0;
		top: 30px;
		background: #252525;
		padding: 55px 95px 20px 450px;
		box-sizing: border-box;
	}
	.gsxq-gsjj .gsjj{
		color: #cecece;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 32px;
		margin-top: 35px;
		text-indent: 2em;
	}
	.gsxq-gsjj-right{
		width: 70%;
		min-width: 1400px;
		height: 700px;
		position: absolute;
		right: 0;
		top: 30px;
		background: #252525;
		padding: 55px 450px 20px 95px;
		box-sizing: border-box;
	}
	.gsxq-gsjj-right .gsjj{
		color: #cecece;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 32px;
		margin-top: 35px;
		text-indent: 2em;
	}
	.gsxq-foot{
		display: flex;
		margin-top: 140px;
	}
	.gsxq-foot-con{
		width: 20%;
		text-align: center;
	}
	.gsxq-img-yuan{
		border: #FFFFFF 2px solid;
		border-radius: 50%;
		width: 70px;
		height: 70px;
		margin: 0 auto;
		line-height: 70px;
	}
	.gsxq-img-yuan:hover{
		background: #fefefe40;
		cursor: pointer;
	}
	.gsxq-foot-title{
		color: #F5F5F5;
		font-size: 15px;
		line-height: 45px;
	}
	.gsxq-foot-text{
		color: #F5F5F5;
		font-size: 14px;
		box-sizing: border-box;
		padding: 0 45px;
	}
	.gsxq-foot .active{
		background: #fefefe40;
	}