.duliji {
	margin: 0 auto;
	padding-top: 70px;
}

.zuojiantou {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 0px;
	margin-top: -27px;
	width: 50px;
	height: 50px;
	/* margin-top: -25px; */
	background: url(../images/jiantou.png) no-repeat left top #e5e5e5;
}

.yjian {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -27px;
	width: 50px;
	height: 50px;
	/* margin-top: -25px; */
	background: url(../images/jiantou.png) no-repeat right top #e5e5e5;
}

.report_swiper .swiper-slide img {
	width: 100%;
}

.report_swiper .swiper-slide p {
	text-align: center;
}

.report_box {
	width: 75%;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 75px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
}

.indexthree {
	margin-top: 50px;
}

.indexthree .ti {
	width: 100%;
	overflow: hidden;
}

.indexthree li {
	width: 20%;
	position: relative;
	overflow: hidden;
	transition: width .3s
}

.indexthree li .tu {
	width: 100%;
	position: relative;
	height: 600px;
}

.indexthree li .fuceng {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: all 200ms;
}

.indexthree li:hover .fuceng {
	background-color: transparent;
}

.indexthree li .fuzi {
	width: 48px;
	line-height: 28px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	padding: 24px 0;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -80px;
	z-index: 3;
	transition: all 400ms;
}

.indexthree li:hover .fuzi {
	opacity: 0;
}

.indexthree li .fuzi:before {
	width: 1px;
	height: 72px;
	background-color: #ccc;
	position: absolute;
	left: -32px;
	top: 100px;
	content: "";
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.indexthree li .fuzi:after {
	width: 1px;
	height: 72px;
	background-color: #ccc;
	position: absolute;
	right: -32px;
	bottom: 100px;
	content: "";
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.indexthree li .fuzier {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -136px;
	color: #fff;
	z-index: 3;
	transition: opacity 400ms, transform 800ms;
	opacity: 0;
	transform: scale(0);
	margin-left: -200px;
}

.indexthree li:hover .fuzier {
	opacity: 1;
	transform: scale(1);
}

.indexthree li .fuzier .tou {
	width: 100%;
	line-height: 62px;
	font-size: 25px;
	text-align: center;
}

.indexthree li .fuzier .shen {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
	text-align: left;
}

.indexthree li .fuzier .more {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	text-align: center;
	border: 1px solid #fff;
	margin: 70px auto 0;
	border-radius: 50%;
}

.canshu-div {
	width: 1280px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 70px;
}

.canshu-div img {
	max-width: 100%;
	height: auto;
	/* text-align: center; */
}

.duliji_box {
	width: 1440px;
	margin: 0 auto;
	margin-top: 50px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
}

.duliji_slide_img {
	width: 790px;
	margin-left: 20%;
}
.duliji_slide_img img {
	height: 450px;
}
.duliji_slide_txt {
	width: 42%;
}

.duliji_slide_txt h3 {
	margin-top: 10%;
	font-size: 1.8vw;
}

.duliji_slide_txt span {
	display: block;
	width: 90px;
	height: 6px;
	background-color: #00a2e8;
	margin-top: 10px;
	margin-bottom: 7%;
}

.duliji_slide_txt p {
	font-size: 1vw;
	margin-bottom: 6%;
}

.duliji_slide_txt ul li {
	float: left;
	margin-right: 5%;
}

.duliji_slide_txt ul {
	margin-bottom: 13%;
}

.duliji_slide_txt a {
	color: #00a2e8;
	font-size: 1.2vw;
	font-weight: 100;
}

.duliji_box .duliji_pagination {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}

.duliji_pagination span {
	float: left;
	font-size: 0.9vw;
}

.duliji_pagination_bullet_active {
	color: #00a2e8;
	border-bottom: 2px solid #00a2e8;
}

#particular_txt_box {
	width: 100%;
	margin: 0 auto 4%;
	padding-top: 30px;
}

.particular_img_list {
	width: 330px;
	height: auto;
}
#particular_txt_box img {
	max-width: 100%;
}
.duliji_pagination span:hover {
	cursor: pointer;
}


@media screen and (max-width: 768px) {
	.duliji_box {
		width: 100%;
	}
	.duliji {
		width: 100%;
	}
	.duliji_slide_img {
		width: 100%;
	}
	.duliji_slide_img img {
		height: initial;
	}
	.duliji_pagination_bullet_active {
		border-bottom: 0;
	}
	
	.duliji_slide_txt {
		width: 100%;
	}
	.duliji_slide_txt h3 {
		    margin-top: 4%;
		font-size: 4.5vw;
	}
	.duliji_slide_txt span {
		margin-bottom: 3%;
	}
	.duliji_slide_box {
		padding: 4%;
	}
	.duliji_slide_txt p {
		font-size: 3.5vw;
		    margin-bottom: 4%;
	}
	.duliji_slide_txt a {
		    font-size: 4vw;
		    text-align: center;
		    display: inline-block;
		    width: 100%;
	}
	.duliji_slide_txt img {
		width: 50%;
	}
	.duliji_img_p {
		font-size: 3vw !important;
	}
	.duliji_slide_txt ul li {
		width: 25%;
		margin: 0;
		text-align: center;
	}
	.duliji_slide_txt ul {
		margin-bottom: 5%;
	}
	.duliji_box .duliji_pagination {
		display: initial;
		text-align: center;
	}
	.duliji_pagination span {
		font-size: 3.5vw;
		    width: 50%;
			line-height: 3;
	}
	.report_box {
		padding: 0;
	}
}