*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
h1,h3{
	font-family: PingFangSC-Semibold;
	display: block;
	margin-block-start: 1px;
	margin-block-end: 1px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.zjbox{
	clear:both;
}
.zjboxcon {
	width: 1080px;
	margin: 0 auto;

}
.zjbox:nth-child(odd)
{
	background:#fff;
}
.zjbox:nth-child(even)
{
	background:#FCFBFE;
}
.zjbox img{
	width:100%;
}
.content.com-mb40{
	margin-bottom:0px;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-new {
	width: 50px;
	height: 50px;
	margin-top: 6px;
	background-size: cover;
	opacity: 0.7;
	box-shadow: 0 0 10px 3px #e5f1f7;
	border-radius: 50%;
	background: #fff;
	z-index: 3;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
}
.banner {
	position: relative;
	min-width: 1080px;
	height:300px;
	overflow:hidden;
	background: #453e4a;
}

.banner img {
	max-width: 100%;
	min-height: 400px;
}

.banner .banner-img {
	overflow: hidden;
}

.banner .bd .item {
	position: relative;
}

.banner .bd .layer {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}

.banner .bd .layer .text {
	margin-top: 72px;
	margin-left: 80px;
}

.banner .bd .layer h1 {

	font-size: 40px;
	color: #FFFFFF;
	line-height: 56px;

}

.banner .bd .layer p {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
	width: 920px;
}

.banner .bd .layer .btn {
	margin-top: 32px;
}

.banner .bd .layer .more-btn {
	margin: 0;
	float: left;
	margin-right: 24px;
}
.banner .hd {
	position: absolute;
	bottom: 16px;
	width: 100%;
	text-align: center;
	height: 6px;
	line-height: 6px;
}
.banner .hd ul {
	display: inline-block;
}

.banner .hd li {
	width: 40px;
	height: 6px;
	opacity: 0.2;
	background: #FFFFFF;
	float: left;
	margin: 0 4px;
}

.banner .hd li.on {
	opacity: 0.8;
}
.zjboxcon h3.title {
	font-size: 32px;
	color: #333333;
	text-align: center;
	line-height: 46px;
	padding-top: 64px;
}
.prevnext i{
	width:100%;
	text-align:center;
	line-height:40px;
}
 .zjboxjb {
	 background:-moz-linear-gradient(rgba(252,88,49,1) 0,rgba(244,145,77,1) 50%,rgba(255,151,0,1) 100%) !important;
	 background:-ms-linear-gradient(rgba(252,88,49,1) 0,rgba(244,145,77,1) 50%,rgba(255,151,0,1) 100%) !important;
	 background:-o-linear-gradient(rgba(252,88,49,1) 0,rgba(244,145,77,1) 50%,rgba(255,151,0,1) 100%) !important;
	 background: linear-gradient(340deg,rgba(252,88,49,1) 0,rgba(244,145,77,1) 50%,rgba(255,151,0,1) 100%);
	 color: #fff;
	 padding: 60px 0 70px 0;
	 text-align: center;
 }
.con_box {
	margin-right: 16px;
	margin-left: 16px;
}
.zjboxjb .h_title {
	font-size: 36px;
}
.zjboxjb .button {
	margin: 0 4px;
	margin-top: 24px;
	color: #fff;
	border: 2px solid #fff;
	padding: 14px 48px;
	height: 22px;
	line-height: 22px;
	border-radius: 2px;
	font-weight: bold;
}.button {
	 display: inline-block;
	 width: auto;
	 line-height: 24px;
	 height: 24px;
	 padding: 6px 16px;
	 border: 0;
	 outline: 0;
	 cursor: pointer;
	 text-decoration: none;
	 white-space: nowrap;
	 -moz-user-select: none;
	 -webkit-user-select: none;
	 user-select: none;
	 text-align: center;
	 box-sizing: content-box;
	 vertical-align: middle;
 }
.zjboxjb .button {
	margin: 0 4px;
	margin-top: 24px;
	color: #fff;
	border: 2px solid #fff;
	padding: 14px 48px;
	height: 22px;
	line-height: 22px;
	border-radius: 2px;
	font-weight: bold;
}
.more-btn {
	background: #6650C6;
	box-shadow: 0 4px 8px 0 rgba(35, 3, 176, 0.20);
	border-radius: 4px;
	height: 40px;
	display: block;
	margin: 0 auto;
	line-height: 40px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	padding: 0 28px;
	display: inline-block;
}

.more-btn:hover {
	background: #765DE3;
	box-shadow: 0 8px 23px 0 rgba(35, 3, 176, 0.16);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	color: #fff !important;
}
.more-btn.trans {
	border: 1px solid #FFFFFF;
	background: none;
	height: 38px;
	line-height: 38px;
	box-shadow: none;
}

.more-btn.trans:hover {
	background: rgba(255, 255, 255, 0.10);
	transform: translateY(-1px);
	color: #fff !important;
}

.more-btn.trans:on {
	background: none;
	-webkit-transform: translateY(0);
}

.zjbox1 .zjboxcon {
	padding-top: 46px;
	height:550px;
}
.zjbox1 .left {
	width: 494px;
	margin-left: 22px;
}
.zjbox h3 {
	line-height: 46px;
	font-size: 32px;
	color: #333;
	padding-top: 60px;
	font-weight: bold;
}
.zjbox1 .desc {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-top: 20px;
}
.zjbox1 .right {
	width: 487px;
	height: 448px;
	margin-left: 52px;
}
.zjbox2 {
	height: 355px;
}
.zjbox2 .desc {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin: 20px auto 0;
	width: 900px;
}
.zjbox2 .block {
	margin-top: 32px;
	padding-left: 210px;
}
.zjbox2 .row.first {
	margin-bottom: 32px;
	padding-left: 25px;
}
.zjbox2 .block .item {
	float: left;
	width: 150px;
	margin: 0px 5px;
}
.zjbox2 .row.first .item {
	width: 150px;
	margin-right: 80px;
}
.zjbox2 .block .num {
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 28px;
}
.zjbox2 .block .title {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	margin-top: 8px;
}
.zjbox3 {
	height: 726px;
}

.zjbox3 .block {
	margin-top: 32px;
}
.zjbox3 .tab {
	border-bottom: 1px solid  #E4E5EB;
	margin-bottom:30px;
}
.zjbox3 .tab h4 {
	float: left;
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 28px;
	/* width: 225px;*/
	cursor: pointer;
}
.zjbox3 .tab h4 span {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	font-weight: normal;
	display: block;
	padding-bottom: 8px;
	display: inline-block;
}
.zjbox3 .tab h4.on {
	color: #5A4AA3;
}
.zjbox3 .tab h4.on span {
	border-bottom: 2px solid #5A4AA3;
	color: #999999;
	min-width:120px;
}
/* .zjbox3 .tab h4.first {
     margin-left: 90px;
 }*/
.zjbox3 .content {
	margin:32px auto 0;
}

.zjbox3 .subblock .list {
	width: 283px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	position: relative;
}
.zjbox3 .subblock .list li {
	font-size: 16px;
	color: #5A4AA3;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	padding: 8px 0 8px 24px;
	margin-bottom: 4px;
	cursor: pointer;
}
.zjbox3 .subblock .list li.on{

	width: 283px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.10);
	border-radius: 4px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1);
	transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1);
	transition: transform .3s cubic-bezier(.165,.84,.44,1);
	transition: transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
	will-change: transform;
}
.zjbox3 .subblock .list .text {
	margin-top: 40px;
}
.zjbox3 .subblock .list p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	text-align: left;
	position: relative;
	padding-left: 19px;
}
.zjbox3 .subblock .list p span {
	color: #443D49;
	font-weight: 600;
	float: left;
	display: block;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.zjbox3 .subblock .img {
	border-radius: 32.77px;
	width:700px;
	height: 406px;
	float: left;
	padding: 13px;
}
.zjbox4 {
	height: 470px;
	background: #FCFBFE;
}
.zjbox4 .tempWrap{
	width:900px !important;
}
.zjbox4 .list {
	width: 900px;
	margin: 32px auto 0;
	position: relative;
	box-shadow: 0 8px 32px 0 rgba(0,0,0,0.20);
	height: 264px;
}
.zjbox4 .item {
	width: 900px;
	height: 264px;
	background: #fff;
}
.zjbox4 .item .img {
	width: 368px;
	height: 264px;
	float: left;
	background: rgba(236,51,58,0.20);
}
.zjbox4 .item .desc {
	float: left;
	padding: 40px 0 0 32px;
	width: 468px;
}
.zjbox4 .item .desc p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.zjbox4 .item .desc p.name {
	font-weight: 600;
	margin-top: 24px;
}
.zjbox4 .list .prevnext {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 112px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.20);
	overflow: hidden;
	cursor: pointer;
}
.zjbox4 .list .prev {
	left: -20px;
}
.zjbox4 .list .next {
	right: -20px;
}
.bgdn{
	position: relative;
	margin: auto;
	background: url(/static/images/zb/bg.png) no-repeat center center;
	background-size: cover;
}
.bgdn2{
	background:rgba(0, 0, 0, 0) url(/static/images/zb/bg.png) no-repeat scroll 0 0 / 100% 100%;
	height: 406px;
	line-height: 406px;
}
.bgdn1{
	width: 1200px;
	height: 696px;
}
.bgdn_c {
	position: absolute;
	background: #fff;
	border-radius: 10px;
	overflow:hidden;
}
.bgdn_c1{
	top: 40px;
	left: 148px;
	width: 904px;
	height: 570px;
}
.bgdn_c2{
	top: 15px;
	left: 74px;
	width: 525px;
	height: 359px;
}
.bgdn_c img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}