/* .section-content {
	width: 1400px;
	margin: 0 auto;
	padding-top: 70px;
	/* display: none;
} */
.select_language {
	position: absolute;
	right: 4%;
	top: 33%;
	font-size: 20px;
	color: #00a2e8;
}

/* .select_language a {
	color: #333;
} */

#indexPage7 .section-content {
	padding-top: 0px;
	padding-bottom: 100px;
	background-color: #c21515;
}

/* banner光点效果 */
#banner .swiper-slide1 .dot:nth-of-type(1) {
	top: 11vw;
	left: 28vw;
}

#banner .swiper-slide1 .dot:nth-of-type(2) {
	bottom: 9vw;
	left: 24vw;
}

#banner .swiper-slide1 .dot:nth-of-type(3) {
	bottom: 18vw;
	left: 41vw;
}

#banner .swiper-slide1 .dot:nth-of-type(4) {
	top: 27.86vw;
	left: 71.8vw;
}

#banner .swiper-slide2 .dot:nth-of-type(1) {
	top: 33.7vw;
	left: 27.6vw;
}

#banner .swiper-slide2 .dot:nth-of-type(2) {
	top: 27.6vw;
	left: 36.45vw;
}

#banner .swiper-slide2 .dot:nth-of-type(3) {
	top: 13.3vw;
	left: 46.25vw;
}

#banner .swiper-slide2 .dot:nth-of-type(4) {
	top: 27.86vw;
	left: 71.8vw;
}

#banner .swiper-slide3 .dot:nth-of-type(1) {
	top: 33.7vw;
	left: 27.6vw;
}

#banner .swiper-slide3 .dot:nth-of-type(2) {
	top: 27.6vw;
	left: 36.45vw;
}

#banner .swiper-slide3 .dot:nth-of-type(3) {
	top: 13.3vw;
	left: 46.25vw;
}

#banner .swiper-slide3 .dot:nth-of-type(4) {
	top: 27.86vw;
	left: 71.8vw;
}

#banner .swiper-slide3 .dot:nth-of-type(5),
#banner .swiper-slide1 .dot:nth-of-type(5),
#banner .swiper-slide2 .dot:nth-of-type(5) {
	top: 16.86vw;
	left: 60.8vw;
}

#banner .swiper-slide3 .dot:nth-of-type(6),
#banner .swiper-slide1 .dot:nth-of-type(6),
#banner .swiper-slide2 .dot:nth-of-type(6) {
	top: 8.86vw;
	left: 10.8vw;
}

#banner .swiper-slide .dots .dot {
	width: 46px;
	height: 46px;
	position: absolute;
}

#banner .swiper-slide .dots .dot:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
}

#banner .swiper-slide .dots .dot i {
	position: absolute;
	top: 100%;
	left: 50%;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #000;
}

#banner .swiper-slide .dot span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: scale 2s linear infinite;
	-moz-animation: scale 2s linear infinite;
	-ms-animation: scale 2s linear infinite;
	animation: scale 2s linear infinite;
}

#banner .swiper-slide .dot span:nth-of-type(2) {
	animation-delay: .7s;
}

#banner .swiper-slide .dot span:nth-of-type(3) {
	animation-delay: 1.4s;
}

@keyframes scale {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.video_pop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.video_pop .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.video_pop .close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url("../img/close.png") center no-repeat;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
	z-index: 2;
}

.video_pop .close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.video_pop video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	max-height: 60vh;
	max-width: 60vw;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hidden2 {
	overflow: hidden;
}

.jjqy-box .ilist1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
}

.jjqy-box .ilist1 .item {
	float: left;
	width: 33.3%;
	padding: 35px 0px 30px 0px;
	transition: all 300ms ease;
}

.jjqy-box .ilist1 .item img {
	display: block;
	height: 350px;
	margin: 0 auto 12px auto;
	width: 90%;
}

.jjqy-box .ilist1 .item .t {
	display: block;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
}

.jjqy-box .ilist1 .item .m {
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jjqy-box .ilist1 .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background-color: #fff;
}

.jjqy-box p.gsjj {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	margin-top: 30px;
}

.jjqy-box .but {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.jjqy-box .but .more {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	display: block;
	background-color: #02aeee;
	position: relative;
}

.jjqy-box .but .more span {
	display: inline-block;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none;
	position: relative;
	z-index: 5;
	font-weight: 700;
}

.jjqy-box .but .more:after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	background-color: #02aeee;
	content: '';
	top: 0;
	left: 0;
}

.jjqy-box .but .more:hover:after {
	animation: hoverAnimation .5s linear;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: hoverAnimation;
}

.jjqy-box .main {
	margin-top: 35px;
	position: relative;
	width: 1200px;
	margin: 30px auto;
}

.jjqy-box .main .img_block {
	overflow: hidden;
	position: relative;
}

.jjqy-box .main .img_block img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.jjqy-box .main .img_block:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.jjqy-box .main .img_block:hover i {
	background-image: url(../images/video_icon2.png);
}

.jjqy-box .main .img_block:hover i svg .cir2 {
	stroke-dashoffset: 0;
}

.jjqy-box .main .img_block:hover p {
	color: #00a2e8;
}

.jjqy-box .main a.more {
	display: block;
	width: 200px;
	margin: 0 auto;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #00a2e8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.jjqy-box .main a.more:hover {
	/* box-shadow: 0 10px 30px rgba(0, 87, 205, 0.5);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px); */
}

.comm_video_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
}

.comm_video_btn i {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/video_icon1.png);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comm_video_btn i svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.comm_video_btn i svg .cir1,
.comm_video_btn i svg .cir2 {
	stroke-width: 3px;
	fill: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comm_video_btn i svg .cir1 {
	stroke: #fff;
	stroke-dasharray: 305;
	stroke-dashoffset: 0;
}

.comm_video_btn i svg .cir2 {
	stroke: #00a2e8;
	stroke-width: 5px;
	stroke-dasharray: 308;
	stroke-dashoffset: 308;
}

.comm_video_btn p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video_pop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.video_pop .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.video_pop .close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url("../img/close.png") center no-repeat;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
	z-index: 2;
}

.video_pop .close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.video_pop video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	max-height: 60vh;
	max-width: 60vw;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hidden2 {
	overflow: hidden;
}

/*part-6 新闻资讯*/
.news_left {
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
	box-shadow: 0 8px 10px 8px rgba(0, 0, 0, 0.03);
}

.news_left>a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_left a img {
	width: 100%;
	height: auto;
	transition: all 600ms;
	min-height: 278px;
	max-height: 278px;
}

.news_left h4 {
	overflow: hidden;
}

.news_left:hover h4 img {
	transform: scale(1.05);
}

.news_left .news-content {
	padding: 24px;
	padding-bottom: 40px;
	padding-top: 30px;
}

.news_left .news-content .time {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-bottom: 15px;
}

.news_left .news-content h3 {
	font-size: 22px;
	color: #333;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_left:hover h3 {
	color: #02aeee;
}

.news_left .ljgd {
	margin-bottom: 35px;
}

.news_left .ljgd h6 {
	display: block;
	width: 120px;
	height: 38px;
	margin-left: 20px;
	/* margin: 0 auto; */
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #555;
	display: block;
	border: 1px solid #555;
	background-color: none;
	position: relative;
	cursor: pointer;
}

.news_left .ljgd h6 span {
	display: inline-block;
	z-index: 5;
	position: relative;
	z-index: 5;
}

.news_left .ljgd h6:after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	background-color: #02aeee;
	content: '';
	top: 0;
	left: 0;
	display: none;
}

.news_left:hover .ljgd h6 {
	background-color: #02aeee;
	border: 1px solid #02aeee;
	color: #fff;
}

.news_left .ljgd h6:hover:after {
	display: block;
	animation: hoverAnimation .5s linear;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: hoverAnimation;
}

.news_left .news-content .news-article {
	height: 60px;
	font-size: 16px;
	color: #555;
	text-align: left;
	line-height: 28px;
	/* text-indent: 2em; */
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_left:after {
	content: "";
	text-align: center;
	width: 0;
	height: 4px;
	background: #02aeee;
	border-radius: 4px;
	position: absolute;
	top: calc(100% - 4px);
	right: 100%;
	transition: all 1.2s;
}

.news_left:hover:after {
	right: 0%;
	width: 100%;
}

.news_left a a {
	font-size: 16px;
	color: #555;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.section6 {
	margin: 0;
}

.news {
	width: 1200px;
	margin: 30px auto;
	position: relative;
}

/* 企业 */
.section-content {
	width: 1400px;
	margin: 0 auto;
	padding-top: 70px;
	/* display:none; */
}

#indexPage4 .section-content {
	padding-top: 220px;
}

@media screen and (min-width: 1400px) {

	#indexPage5 .section-content,
	#indexPage6 .section-content,
	#indexPage8 .section-content {
		padding-top: 180px;
	}

	#indexPage7 .section-content {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}

.section-header {
	width: 100%;
	text-align: center;
}

.section-header .title {
	width: 100%;
	/* height: 40px; */
	text-align: center;
	line-height: 1.4;
	color: #00a2e8;
	font-size: 30px;
	/* font-weight: 600; */
	z-index: 1;
	margin-bottom: -8px;
}

.section-header .line {
	width: 100%;
	margin: 15px auto 0;
	z-index: 1;
	text-align: center;
}

.section-header .left-line,
.section-header .right-line {
	width: 112px;
	height: 1px;
	background: #d2d2d2;
	margin-top: 9px;
	margin-top: 0px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.section-header .subhead {
	color: #b4b4b4;
	letter-spacing: 4px;
	text-transform: uppercase;
	position: relative;
	padding: 0px 15px;
	padding: 0px 15px;
	display: inline-block;
}

.section-content .detail {
	margin-top: 30px;
	text-align: center;
	/* overflow: hidden; */
}

#indexPage4 .section-content .detail {
	margin-top: 70px;
}

#indexPage7 .section-content .detail {
	margin-top: 40px;
}

#indexPage8 .section-content .detail {
	margin-top: 60px;
}

/*part-2*/
.section2 .detail {
	background: #fff;
	padding: 15px;
}

.section2 .tab-content {
	width: 1400px;
	margin: 30px auto;
	overflow: hidden;
	margin-bottom: 0;
}

.section2 .tab-content .tab-nav {
	margin: 30px 0;
}

.section2 .tab-content .tab-nav ul li {
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #333;
}

.section2 .tab-content .tab-nav ul li a {
	font-size: 18px;
	color: #333;
}

.section2 .tab-content .tab-nav ul li.active a {
	color: #00a2e8;
}

.section2 .tab-content .tab-nav ul li a:hover {
	color: #c21515;
	text-decoration: underline;
}

.section2 .tab-content .list-box .b_content {
	width: 31.25%;
	margin: 14px;
	height: 255px;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: inherit;
}

.section2 .tab-content .list-box .b_content a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: inherit;
}

.section2 .tab-content .list-box .b_content .case-img {
	width: 100%;
	height: 100%;
}

.section2 .tab-content .list-box .b_content a::after {
	width: 390px;
	height: 260px;
	content: "";
	display: block;
	transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
	-moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
	-webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
	-ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
	-ms-filter: "alpha(opacity=$num)";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
	transform: scale(0.85);
	-moz-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	margin: -130px auto 0;
	z-index: 2;
	background-color: rgba(0, 162, 232, 0.6);
}

.section2 .tab-content .list-box .b_content a img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section2 .tab-content .list-box .b_content a:hover::after {
	-ms-filter: "alpha(opacity=$num)";
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
	transform: scale(0.92, 0.9);
	-moz-transform: scale(0.92, 0.9);
	-webkit-transform: scale(0.92, 0.9);
	-ms-transform: scale(0.92, 0.9);
}

.section2 .tab-content .list-box .b_content a:hover img {
	transform: scale(1.08, 1.08);
}

.section2 .tab-content .list-box .b_content a:hover .case-info {
	background-color: rgba(0, 0, 0, 0.2);
}

.section2 .tab-content .list-box .b_content a:hover .case-info p {
	color: #fff;
}

.section2 .tab-content .list-box .b_content a:hover .case-info p.teamtitle {
	color: #fa555b;
}

.section2 .tab-content .list-box .b_content a:hover .case-info p.title:after {
	width: 50px;
}

.section2 .tab-content .list-box .b_content .case-info {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out 0.3s;
}

.section2 .tab-content .list-box .b_content .case-info .center-box {
	width: 300px;
	position: relative;
	top: 42%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 999;
}

.section2 .tab-content .list-box .b_content .case-info .center-box p {
	color: transparent;
	/*text-align: center;*/
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.section2 .tab-content .list-box .b_content .case-info .center-box p.title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease-out 0s;
}

.section2 .tab-content .list-box .b_content .case-info .center-box p.title::after {
	width: 0%;
	content: '';
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin: auto;
}

.section2 .tab-content .list-box .b_content .case-info .center-box p.itemtitle {
	font-size: 15px;
	min-width: 200px;
	text-align: center;
	/*margin-left: 70px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section2 .tab-content .list-box .b_content .case-info-bottom-b {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000008c;
}

.section2 .tab-content .list-box .b_content a:hover .case-info-bottom-b {
	opacity: 0;
	transition: all 0.4s
}

.section2 .tab-content .list-box .b_content .case-info-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section2 .tab-content .list-box .b_content a:hover .case-info-bottom {
	opacity: 0;
	transition: all 0.4s
}

.section2 .tab-content .list-box .b_content .case-info-bottom p {
	line-height: 2.5;
	margin: 0;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
}

/* æŸ¥çœ‹æ›´å¤š */
.section2 .tab-content .but {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.section2 .tab-content .but .more {
	width: 180px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	display: block;
	background-color: #02aeee;
	position: relative;
}

.section2 .tab-content .but .more span {
	display: inline-block;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none;
	position: relative;
	z-index: 5;
	font-weight: 700;
}

.section2 .tab-content .but .more:after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	background-color: #02aeee;
	content: '';
	top: 0;
	left: 0;
}

.section2 .tab-content .but .more:hover:after {
	animation: hoverAnimation .5s linear;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: hoverAnimation;
}

#indexPage3 {
	margin-bottom: 5%;
}

.zuojiantou {
	position: absolute;
	cursor: pointer;
	top: 36%;
	left: -10%;
	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: 36%;
	right: -10%;
	margin-top: -27px;
	width: 50px;
	height: 50px;
	/* margin-top: -25px; */
	background: url(../images/jiantou.png) no-repeat right top #e5e5e5;
}

@media screen and (max-width: 768px) {
	.select_language {
		margin-right: 20%;
		top: 25%;
	}
	.swiper {
		width: 100%;
		height: initial !important;
	}

	.jjqy-box .main {
		width: 95%;
	}

	.section2 .tab-content {
		width: 95%;
	}

	.section2 .tab-content .list-box .b_content {
		width: 48%;
		margin: 0;
		margin-left: 1%;
		margin-bottom: 1%;
	}

	.list-box {
		display: flex;
		flex-wrap: wrap;
	}

	.section2 .tab-content .list-box .b_content a::after {
		width: 92%;
	}

	.section-content {
		width: 100%;
		padding-top: 5%;
	}

	.section2 .left-line {
		display: none;
	}

	.section2 .right-line {
		display: none;
	}

	.news {
		width: 100%;
		padding: 0 4%;
	}

	.news_left a img {
		min-height: initial;
		height: 400px;
		object-fit: cover
	}

	.news_left .news-content h3 {
		font-size: 4.5vw;
	}

	.news_left .news-content .news-article {
		font-size: 3vw;
		line-height: initial;
		height: initial;
	}

	.section-header .title {
		font-size: 5.5vw;
	}

	.jjqy-box .but .more {
		height: initial;
	}

	.jjqy-box .main a.more {
		width: 24%;
		line-height: 3;
		font-size: 2.5vw;
		bottom: -8%;
	}

	.section-header .subhead {
		font-size: 2vw;
		letter-spacing: 1px;
	}

	.section2 .tab-content .list-box .b_content .case-info .center-box p.title {
		font-size: 12px;
	}

	.section2 .tab-content .list-box .b_content .case-info .center-box {
		width: 100%;
	}

	.section2 .tab-content .list-box .b_content .case-info .center-box p.itemtitle {
		display: none;
	}

	.section2 .tab-content .list-box .b_content a:hover .case-info p.title:after {}

	.section-header .line {
		margin-top: 2%;
	}

	.news_left .news-content {
		padding-bottom: 30px;
	}

	.news_left .ljgd {
		margin-bottom: 10px;
	}

	.section2 .tab-content .list-box .b_content {
		height: 155px;
	}
}

