.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.index .banner .navs-wrapper {
	min-height: 27rem;
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
}

@media (max-width: 980px) {
	.index .banner .banner_box {
		height: 580px;
	}
}

.index .banner .banner_box {
	display: inline-block;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 265px;
}

.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: 18px;
	color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
	background: #4F0599 !important;
	color: #fff;
}

.index .banner .banner1 {
	background-color: #c8e6f4;
}

.index .banner .banner2 {
	background-color: #F4F5F6;
}

.index .banner .banner3 {
	background-color: #fff;
}

.index .banner_fot .dots {
	display: none;
}

.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;
}

.index .zycp {
	width: 100%;
	margin-top: 16px;
}

.index .zycp .zycp_pic {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index .zycp .zycp_pic ul {
	width: 100%;
	transition: all .5s;
}

.index .zycp .zycp_pic ul li {
	display: inline-block;
	padding: 0 !important;
	float: none;
}

.index .zycp .zycp_pic ul li .zcjs {
	/*  box-shadow: 0 0 5px #ccc;*/
}

.index .zycp .zycp_pic ul li .zc_pic {
	text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic h4 {
	margin: 0;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	background-color: #f1c01c;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.index .zycp .zycp_pic ul li .zc_pic img {
	width: 100%;
	HEIGHT: 208PX;
}

.index .zycp .zycp_pic ul li .fot_li {
	background: #f7f7f7;
	overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
	padding: 20px 0;
	text-align: left;
	overflow: hidden;
	height: 89px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
	border-bottom: 1px solid #ececec;
	margin-left: 9%;
	float: left;
	line-height: 32px;
	width: 85%;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
	color: #333;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
	display: inline-block;
	margin-right: 7px;
	width: 0;
	height: 0;
	border-width: 0px 0px 5px 5px;
	border-style: none solid solid;
	border-color: transparent transparent #252525;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn {
	text-align: center;
	padding: 20px 0;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
	font-size: 1.5rem;
	width: 162px;
	height: 43px;
	background: white;
	color: #007bff;
	outline: none;
	border: 0;
	transition: 0.6s;
	border-radius: 0.3rem;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
	background: #007bff;
	color: #fff;
}

.index .zycp .zycp_pic ul li:hover {
	box-shadow: 2px 2px 20px #ccc;
}

.index .zycp .zycp_pic ul li:hover button {
	color: #fff !important;
	background: #007bff !important;
}

.index .zycp .cpsub_btn {
	text-align: center;
	margin-bottom: 38px;
}

.index .zycp .cpsub_btn button {
	width: 200px;
	height: 50px;
	border: 1px solid #007bff;
	color: #007bff;
	/* border: 0; */
	border-radius: 0.5rem;
	outline: none;
	background: #fff;
	transition: 0.6s;
	font-size: 1.25rem;
}

.index .zycp .cpsub_btn button:hover {
	color: #fff !important;
	background: #007bff !important;
}

.item_title {
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 35px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: 0.3rem;
	margin: 0 auto;
	max-width: 1200px;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.jumbotron .h1,
.jumbotron h1 {
	font-size: 36px;
	font-weight: 500;
	color: #333;
}

.jumbotron p {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 200;
	color: #333;
	LINE-HEIGHT: 35PX;
}

.my-4 {
	margin-bottom: 1.5rem !important;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 1rem 5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.3rem;
	font-size: 16px;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

/* 首页新闻 */
.our-news {
	background-color: #ffffff;
}

.our-news-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.our-news-item a:hover {
	text-decoration: none;
}

.our-news-item .media-left a {
	width: 140px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 0;
}

.our-news-item img {
	object-fit: cover;
	width: 100%;
	height: 100px;
}

.our-news-item .media-body {
	padding: 22px;
	/* background: #f7f7f7;
  border-radius: 0.3rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important; */
}


.our-news-item h4 {
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	font-size: 24px;
	font-weight: 200;
}

.our-news-item h4:hover {
	font-weight: 200;
	color: #007bff;
}

.our-news-item .dynamic-li {
	color: #999;
	padding: 5px 0;
	font-size: 14px;
}

.our-news-item .dynamic-li b {
	float: right;
	font-weight: 400;
	width: 30px;
}

.our-news-item .dynamic-li a {
	float: left;
	display: inline-block;
	font-weight: 300;
	color: #f1c01c;
	margin-right: 10px;
	line-height: 35px;
}

.our-news-item .dynamic-li a:hover {
	color: #007bff;
}

.our-news-item .dynamic-li .pic-glob {
	float: right;
	display: inline-block;
	width: 13px;
	height: 10px;
	background-position: -131px -58px;
	margin: 4px 5px 0 0;
	background-image: url(../images/icons/glob-pic.png);
	background-repeat: no-repeat;
}

.our-news-item p {
	color: #919191;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 12px;
}

.our-news-more {
	text-align: center;
}

.zysearcha {
	position: relative;
	margin: 0 auto;
	background: url(../image/bcg.png);
	background-position-x: center;
	height: 416px !important;
}

@media (max-width: 768px) {
	.zysearcha_sj {
		position: relative;
		margin: 0 auto;
		background: url(../image/bcg_sj.png);
		background-position-x: center;
		height: 416px !important;
	}

	.zysearcha_sj::before {}

	.zysearcha {
		display: none;
		position: relative;
		margin: 0 auto;
		background: url(../image/bcg.png);
		background-position-x: center;
		height: 416px !important;
	}

	.jumbotron h1 {
		font-size: 19px;
		font-weight: bold;
		color: #333;
		line-height: 28px;
		margin-bottom: 0;
	}

	.jumbotron p {
		margin-bottom: 12px;
		font-size: 14px;
		font-weight: normal;
		color: #333;
		line-height: 28px;
	}
}

/* 合作案例开始 */
.box {
	font-family: 'Dosis', sans-serif;
	position: relative;
	overflow: hidden;
}

.box:before,
.box:after {
	content: '';
	/* background: linear-gradient( #000dff 0%,#6b73ff 100%); */
	height: 150%;
	width: 100%;
	border-radius: 0 100% 0 0;
	opacity: 0;
	position: absolute;
	left: -50%;
	top: 100%;
	z-index: 1;
	transition: border-radius .5s ease-out, top .5s ease-out, opacity .3s ease-out;
}

.box:after {
	border-radius: 100% 0 0 0;
	left: 50%;
}

.box:hover:before,
.box:hover:after {
	top: -50%;
	opacity: 0.9;
	border-radius: 0 35% 0 0;
}

.box:hover:after {
	border-radius: 35% 0 0 0;
}

.box img {
	width: 100%;
	height: auto;
}

.text_a {
	float: left;
	text-align: center;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 14px;
}

/* 合作案例结束 */
