.index {
	position: relative;
	width: 100%;
	background-color: #f9f9f9;
	float: left;
}

.index .banner .ma5slider {
	/* margin-bottom: 10px; */
}

.index .banner .navs-wrapper {
	min-height: 62rem;
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 213px;
	width: 60%;
	margin: 0 auto;
}

.banner .navs-wrapper {
	/* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
	text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
	color: #4F0599;
	font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
	font-size: 1.15714286rem;
	color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
	/* background: #4F0599 !important; */
	color: #fff;
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4px;
}

.index .banner .banner1 {
	background-image: url(../image/banner01.jpg);
	height: 790px;
	background-position: center;
	background-size: cover;
	transform: scale(1.1);
}

.index .banner .banner2 {
	background-image: url(../image/banner02.jpg);
	height: 790px;
	background-position: center;
	background-size: cover;
	transform: scale(1.1);
}

.index .banner .banner3 {
	background-image: url(../image/banner03.jpg);
	height: 790px;
	background-position: center;
	background-size: cover;
	transform: scale(1.1);
}

.index .banner_fot .dots {
	display: none;

}

.index .banner_fot .banbox {
	background-color: #819ab1;
	color: #fff;
}

.index .banner_fot .slides_tit .banbox {
	font-size: 22px;
	line-height: 70px;
}

.index .banner_fot .slides_tit .banbox span {
	font-size: 16px;
	display: inline;
}

.index .banner_fot .slides_tit .banbox .more_btn {
	padding: 9px 35px;
	border: 2px solid #fff;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 100px;
}


/* banner开始 */
.slideshow {
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
	top: 110px;
}

.slideshow-item {
	width: inherit;
	height: inherit;
	position: absolute;
	opacity: 0;
	animation: slideanim 31s infinite;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
	animation-delay: 0;
}

.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
	animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
	animation-delay: 20s;
}

.slideshow-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: zoom 31s infinite;
}

.slideshow-item-text {
	max-width: 70%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
	color: #fff;
	padding: 10rem 5rem;
	font-family: 'Raleway', sans-serif;
}

.slideshow-item-text h5 {
	font-size: 6rem;
	letter-spacing: 3px;
	text-align: right;
}

.slideshow-item-text p {
	font-weight: 300;
	font-size: 5rem;
	margin-top: 2rem;
	text-align: right;
}

@keyframes slideanim {
	5% {
		opacity: 0.8;
	}

	35% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		transform: scale(1.2);
	}

}

@keyframes zoom {
	/* 	100% {
		transform: scale(1.2);
	} */
}

@media screen and (max-width: 1100px) {
	.slideshow-item-text {
		max-width: 75%;
	}
}

@media screen and (max-width: 768px) {
	.slideshow-item-text {
		padding: 3rem 1.5rem;
	}

	.slideshow {
		width: 100%;
		height: 200px;
		position: relative;
		overflow: hidden;
		top: 112px;
	}
}

@media screen and (max-width: 456px) {
	.slideshow-item-text {
		max-width: 100%;
		top: inherit;
		transform: translateY(0);
		bottom: 40px;
		right: 0;
	}

	.slideshow-item-text h5 {
		font-size: 24px;
	}

	.slideshow-item-text p {
		font-size: 18px;
	}
}

/* banner结束 */






/* 	产品滚动 css 开始 */

#wrap {
	width: 96%;
	margin: 0 auto;
	height: 420px;
	position: relative;
	overflow: hidden;
}

#list {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	-webkit-animation: 20s move infinite linear;
	width: 800%;
}

#list li {
	list-style: none;
	width: 400px;
	height: 270px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	float: left;
}

#list li img {
	width: 100%;
	transition: all 0.5s ease 0s;
	vertical-align: middle;
	height: 270px;
}

#list li img:hover {
	transform: scale(1.05);
	box-shadow: 1px 1px 5px #f5f5f5;
}

#list li p {
	text-align: center;
	line-height: 45px;
	color: #868686;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}

#ba {
	text-align: center;
	height: 1px;
	width: 70px;
	background-color: #999;
	margin: 0 auto;
}

@-webkit-keyframes move {
	0% {
		left: 0;
	}

	100% {
		left: -1380px;
	}
}

@keyframes move {
	0% {
		left: 0;
	}

	100% {
		left: -1380px;
	}
}

#wrap:hover #list {
	-webkit-animation-play-state: paused;
	/*动画暂停播放*/
}

/* 	产品滚动 css 结束 */





/* 关于我们样式 */
.ab_box {
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 70px;
	width: 100%;
	margin-top: 110px;
}

.about {
	line-height: 55px;
	text-align: left;
	font-size: 28px;
	color: #0146a7;
	margin-top: 85px;
}


.about_box_a {
	float: left;
	padding: 0;
}

.about_box_b {
	float: right;
	padding: 0;
}

.about_box_a img {
	float: right;
}

.about_box_a p {
	float: left;
	line-height: 27px;
	font-size: 14px;
	color: #6f6f6f;
	margin-top: 30px;
	font-weight: 300;
}

.about_box_b {
	float: right;
	padding: 0;
}

.ab_btn {
	text-align: center;
	/* padding: 20px 0; */
	float: left;
	width: 100%;
}

.ab_btn button {
	font-size: 14px;
	width: 33%;
	height: 43px;
	background: #ffffff;
	border: 0;
	outline: none;
	color: #0146a7;
	float: left;
	margin-top: 10%;
	font-weight: bold;
	border: 1px solid #0146a7;
	transition: all 0.5s ease-in-out 0s;
	font-weight: 400;
}

.ab_btn button:hover {
	background: #0146a7;
	color: #fff;
}

.video_box_list {
	width: 79% !important;
	float: left;
	box-shadow: 0 0 23px #d0d0d0;
	border: 14px solid #ffffff;
	margin-bottom: 19px;
}

.zycp {
	margin-top: 0px;
}

.cp_tit {
	background-color: #0146a7;
	padding: 8px 0px;
	height: 120px;
}

.cp_tit h1 {
	color: #fff;
	line-height: 59px;
	font-weight: bold;
	margin-right: 2%;
	float: left;
	font-size: 38px;
}

.cp_tit h4 {
	color: #fff;
	line-height: 93px;
	float: left;
	font-size: 14px;
}

.cp_tit p {
	float: left;
	margin: 0 8px;
	line-height: 112px;
}

.cp_tit p a {
	color: #fff;
	font-size: 14px;
	transition: all 0.6s;
}

.cp_tit p a:hover {
	color: #0146a7;
	font-size: 14px;
	background-color: #fff;
}

.cpyy {
	overflow: hidden;
}

.cpyy_l {
	background-color: #0146a7;
	padding: 39px 0;
	height: 336px;
}

.cpyy_l_w {
	width: 66%;
	float: right;
	margin-right: 3%;
}

.cpyy_l h1 {
	color: #fff;
	line-height: 36px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	/* font-weight: 300; */
}

.cpyy p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 35px;
	font-weight: 300;
}

.yy_btn {
	text-align: center;
	padding: 20px 0;
	float: left;
	width: 100%;
}

.yy_btn button {
	font-size: 13px;
	width: 47%;
	height: 43px;
	background: #ffffff;
	border: 0;
	outline: none;
	color: #0146a7;
	float: left;
	margin-top: 25px;
	font-weight: 400;
	border: 2px solid #0146a7;
	transition: all 0.5s ease-in-out 0s;
}

.yy_btn button:hover {
	background: #0146a7;
	color: #fff;
	border: 2px solid #fff;
}

.cpyy_r {
	background-color: #f7f8fa;
	/* padding: 39px 0; */
	padding: 0;
	height: 336px;
}

.cpyy_r_w {
	float: left;
}

.cpyy_r_w img {
	float: left;
}

.news {
	margin-top: 70px;
	float: left;
	width: 100%;
	margin-bottom: 150px;
}

.news h1 {
	text-align: left;
	width: 100%;
	/* margin: 0 auto; */
	line-height: 47px;
	/* border-bottom: 1px solid #999; */
	color: #3b3d49;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.ind3_btn {
	FLOAT: RIGHT;
	color: #999;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 0.4px;
}


.news ul li {
	width: 31%;
	margin: 0 45px;
	float: left;
	background-color: #fff;
	padding: 16px 16px 31px;
	box-shadow: 0 0 16px #e4e4e4;
	border: 1px solid #dcdcdc;
}

.news ul li a:hover {
	color: #0146a7;
	text-decoration: none;
}

.news ul li:first-child {
	width: 31%;
	float: left;
	background-color: #fff;
	padding: 16px 16px 31px;
	box-shadow: 0 0 16px #e4e4e4;
	border: 1px solid #dcdcdc;
	margin: 0;
}

.news ul li:last-child {
	width: 30%;
	float: right;
	background-color: #fff;
	padding: 16px 16px 31px;
	box-shadow: 0 0 14px #ececec;
	margin: 0;
}



.news ul li h3 {
	float: left;
	font-weight: bold;
	margin: -3px 0 16px;
	width: 100%;
	line-height: 33px;
}

.news ul li h3 a {
	font-size: 18px;
	line-height: 16px;
	font-weight: normal;
	margin: 15px 0;
	color: #505050;
	width: 100%;
	font-weight: 500;
}

.news ul li h4 {
	font-size: 12px;
	margin: 12px 0 10px;
	color: #999;
	float: left;
	width: 100%;
	font-weight: 300;
	/* text-align: center; */
}


.news ul li p {
	font-size: 14px;
	line-height: 25px;
	float: left;
	min-height: 100px;
	font-weight: 300;
	height: 140px;
	overflow: HIDDEN;
}

.ind2_more {

	text-transform: capitalize;
	float: left;
	font-size: 12px;
	/* border: 1px solid #ccc; */
	padding: 8px 25px;
	border-radius: 22px;
	background: #0146a7;
}

.ind2_more a {
	color: #fff;
}

.ind2_more a:hover {
	color: #fff !important;
}

.ind2_jt {
	font-family: "pfbicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 6px;
}

.news ul li span {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	margin-top: 4px;
	float: left;
}

.video_box_list {
	width: 100%;
	float: left;
}

.pushTime {
	width: 153px;
}

.cp_pica {
	overflow: hidden;
	background: #0146a7;
}

.cp_pica img {
	width: 100%;
	float: left;
	cursor: pointer;
	transition: all 0.6s;
	height: 250px;
	opacity: 0.7;
}

.cp_pica img:hover {
	transform: scale(1.1);
}

@media (min-width: 980px) {
	.player-container-id-dimensions {
		width: 500px !important;
		height: 281px !important;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 20px 0px !important;
	}

	.zycp_pic ul li {
		margin: 25px;
		width: 28%;
	}

	.index .banner .banner_box .bnerimg {
		padding: 75px 0;
		overflow: hidden;
	}

	.banner .navs-wrapper {
		height: 400px;
	}

	.outside-dots .dots>.dot {
		width: 22px;
		margin: 4px 13px;
		height: 22px;
		border-radius: 50px !important;
	}

	.outside-dots .dots>.dot.active {
		background-color: #0146a7 !important;
		width: 22px;
		height: 22px;
	}

}

@media (max-width: 980px) {
	.zycp {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.index .banner .banner_box {
		height: 174px;
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 172px !important;
	}

	.index .banner .banner_box .bnerimg img {
		height: 100px;
		width: 147px;
	}

	.index .banner .banner_box .bnerimg .banntit p {
		font-size: 12px;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 10px !important;
	}

	.bnerimg {
		overflow: hidden;
		padding: 20px 10px;
	}
}

@media (max-width:768px) {
	.player-container-id-dimensions {
		width: 100% !important;
		height: 223px !important;
	}

	#wrap {
		width: 96%;
		margin: 0 auto;
		height: 235px;
		position: relative;
		overflow: hidden;
	}

	#list {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		-webkit-animation: 25s move infinite linear;
		width: 1200%;
	}

	#list li {
		list-style: none;
		width: 220px;
		height: 172px;
		border: 1px solid #fff;
		color: #fff;
		text-align: center;
		float: left;
	}

	#list li p {
		text-align: center;
		line-height: 30px;
		color: #484848;
		font-size: 14px;
		text-decoration: none;
		margin: 0;
	}

	#ba {
		text-align: center;
		height: 2px;
		width: 50px;
		background-color: #0146a7;
		margin: 0 auto;
	}

	#list li img {
		width: 100%;
		transition: all 0.5s ease 0s;
		vertical-align: middle;
		height: 170px;
	}

	.cp_tit p {
		float: left;
		margin: 0 8px;
		line-height: 27px;
	}

	.index .banner .navs-wrapper {
		min-height: 15rem;
		padding: 0 !important;
	}

	.ab_box {
		max-width: 1300px;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 113px;
		padding: 10px;
	}

	.video_box_list {
		width: 100% !important;
		float: left;
		box-shadow: 0 0 0px #d0d0d0;
		border: 7px solid #ffffff;
		margin-bottom: 44px;
		margin: 0;
	}

	.about_box_b {
		float: right;
		padding: 0;
		margin-bottom: 30px;
	}

	.about {
		line-height: 41px;
		text-align: left;
		font-size: 17px;
		color: #0146a7;
		margin-top: 16px;
		font-weight: 300;
	}

	.about_box_a p {
		float: left;
		line-height: 24px;
		font-size: 13px;
		color: #6f6f6f;
		margin-top: 22px;
		font-weight: 300;
	}

	.ab_btn button {
		font-size: 14px;
		width: 50%;
		height: 35px;
		background: #ffffff;
		border: 0;
		outline: none;
		color: #0146a7;
		float: left;
		margin-top: 13px;
		font-weight: bold;
		border: 1px solid #0146a7;
		transition: all 0.5s ease-in-out 0s;
		margin-bottom: 16px;
		font-weight: 400;
	}

	.about_box_a img {
		float: left;
		margin: auto 16%;
	}

	.cp_tit h1 {
		color: #fff;
		line-height: 36px;
		font-weight: bold;
		/* margin-left: 2%; */
		float: left;
		font-size: 26px;
		padding: 0;
		margin: 0 2%;
	}

	.cp_tit {
		background-color: #0146a7;
		padding: 15px 0px;
		height: 153px;
	}

	.cp_tit h4 {
		color: #fff;
		line-height: 29px;
		float: left;
		font-size: 15px;
		width: 97%;
		margin: 0 2%;
	}

	.cpyy_l {
		background-color: #0146a7;
		padding: 22px 0;
		height: 336px;
	}

	.cpyy_l_w {
		width: 93%;
		float: left;
		margin-left: 2%;
	}

	.cpyy_r {
		background-color: #f7f8fa;
		/* padding: 39px 0; */
		padding: 0;
		height: 182px;
	}

	.news h1 {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		line-height: 79px;
		/* border-bottom: 4px solid #0146a7; */
		color: #4e4e4e;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 1px;
		text-indent: 0.2em;
	}

	.ind3_btn {
		FLOAT: RIGHT;
		color: #999;
		font-size: 14px;
		text-transform: capitalize;
		font-weight: bold;
		letter-spacing: 0.4px;
		margin-right: 4px;
	}

	.news ul li {
		width: 92%;
		margin: 0px;
		float: left;
		background-color: #fff;
		padding: 16px;
		box-shadow: 0 0 14px #ececec;
		margin: 5px 15px;
	}

	.news ul li:first-child {
		width: 92%;
		float: left;
		background-color: #fff;
		padding: 16px;
		box-shadow: 0 0 14px #ececec;
		margin: 5px 15px;
	}

	.news ul li:last-child {
		width: 92%;
		float: left;
		background-color: #fff;
		padding: 16px;
		box-shadow: 0 0 14px #ececec;
		margin: 5px 15px;
	}

	.news ul li img {
		width: 100%;
		float: left;
		cursor: pointer;
		transition: all 0.6s;
		height: 200px;
	}

	.news {
		margin-top: 0px;
		float: left;
		width: 100%;
		margin-bottom: 150px;
		/* display: none; */
	}

	.cpyy {
		overflow: hidden;
		display: none;
	}

}
