.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
	border-top: 2px solid #ec1b24;
}

.index .banner .navs-wrapper {
	/* min-height: 27rem; */
	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/ban01.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
}

.index .banner .banner2 {
	background-image: url(../image/ban02.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
}

.index .banner .banner3 {
	background-image: url(../image/ban03.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
}

.index .banner .banner4 {
	background-image: url(../image/ban04.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
}

.index .banner .banner5 {
	background-image: url(../image/ban05.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
}

.index .banner .banner6 {
	background-image: url(../image/ban06.jpg);
	height: 600px;
	background-position: center;
	background-size: cover;
} */

.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;
}

.index .zycp {
	width: 100%;
	position: relative;
	z-index: 999;
}

.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: 50px;
	line-height: 50px;
	/* background-color: #4e0499; */
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.index .zycp .zycp_pic ul li .zc_pic img {
	width: 100%;
}

.index .zycp .zycp_pic ul li .fot_li {
	background: #f7f7f7;
	overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
	padding: 25px 0;
	text-align: center;
	margin: 43px 43px 20px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	height: 170px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
	color: #4e4f63;
	line-height: 25px;
	width: 100%;
	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;
	width: 8px;
	height: 8px;
	border-radius: 10px;
}

.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: 20px;
	width: 150px;
	height: 51px;
	background: transparent;
	border: 0;
	border-radius: 30px;
	outline: none;
	border: 1px solid #5d7eb1;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
	background: #5d7eb1;
	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: #5d7eb1 !important;
}

.index .zycp .cpsub_btn {
	text-align: center;
	margin-top: 50px;
}

.index .zycp .cpsub_btn button {
	width: 200px;
	height: 50px;
	/* background: #5d7eb1; */
	color: #fff;
	border: 0;
	border-radius: 6px;
	outline: none;
}

/* 关于我们 */
.about {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.about h1 {
	font-size: 36px;
	color: #000;
	line-height: 55px;
	padding: 0;
	margin: 0;
}

.about span {
	font-size: 20px;
	line-height: 28px;
}

.about .bottom_a {
	width: 180px;
	height: 4px;
	background-color: #ec1b24;
	margin: 0 auto;
	margin-top: 4px;
}

.about .bottom_b {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-top: -1px;
	margin-bottom: 30px;
}

.about .about_box {
	max-width: 1250px;
	margin: 0 auto;
}

.about .about_box p {
	line-height: 35px;
	text-align: left;
	color: #333;
	text-indent: 2em;
	margin: 0;
	font-size: 15px;
}

.about .about_box .about_btn {
	width: 20%;
	margin: 0 auto;
	background-color: #ec1b24;
	height: 40px;
	margin-top: 10px;
}

.about .about_box .about_btn:hover {
	width: 20%;
	margin: 0 auto;
	background-color: #333;
	height: 40px;
	margin-top: 10px;
	transition: all 0.6s;
}

.about .about_box .about_btn a {
	color: #fff;
	line-height: 40px;
}

/* 品牌 */
.brand {
	width: 100%;
	background-color: #ec1b24;
	overflow: hidden;
	text-align: center;
}

.brand_a {
	max-width: 1250px;
	padding-bottom: 55px;
	margin: 0 auto;
	overflow: hidden;
}

.brand_a h1 {
	font-size: 36px;
	color: #fff;
	line-height: 55px;
	padding: 0;
	margin: 0;
}

.brand_a span {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.brand.brand_box {
	max-width: 1250px;
	margin: 0 auto;
}

/* 产品 */
.cp {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.cp h1 {
	font-size: 36px;
	color: #000;
	line-height: 55px;
	padding: 0;
	margin: 0;
}

.cp .cp_a {
	width: 180px;
	height: 4px;
	background-color: #ec1b24;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 25px;
}

.cp .cp_box p {
	line-height: 25px;
	text-align: center;
	color: #333;
	margin: 0;
	width: 75%;
	margin: 0 auto;
	font-size: 15px;
}

.cp .cp_box {
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
}

.cp .cp_box ul li {
	width: 366px;
	margin: 11px 25px 15px 25px;
	background-color: #e8e8e8;
	float: left;
}

.cp .cp_box ul li .img {
	width: 366px;
	height: 264px;
	overflow: hidden;
}


.cp .cp_box ul li .img img {
	width: 366px;
	cursor: pointer;
	transition: all 0.6s;
}

.cp .cp_box ul li .img img:hover {
	transform: scale(1.3);
}

.cp .cp_box ul li span {
	width: 100%;
	text-align: center;
	line-height: 60px;
}

.cp .cp_box ul li span a {
	color: #333;
}

.cp .cp_box ul li span a:hover {
	color: #ec1b24;
}

/* 生产实力 */
.scsl {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
	border-top: 6px solid #ec1b24;
}

.scsl_box {
	max-width: 1250px;
	padding-bottom: 25px;
	margin: 0 auto;
	overflow: hidden;
}

.scsl_box h1 {
	font-size: 28px;
	color: #000;
	line-height: 55px;
	text-align: left;
}

.scsl_box_r {
	float: right;
	margin-top: 79px;
	text-align: left;
	color: #333;
}

.scsl_box_r h2 {
	font-size: 28px;
	color: #000;
	line-height: 55px;
	text-align: left;
}

.scsl_box_r p {
	line-height: 28px;
	font-size: 15px;
}

.scsl_box_btn {
	width: 17%;
	float: left;
	background-color: #ec1b24;
	height: 40px;
	margin-top: 20px;
}

.scsl_box_btn:hover {
	width: 17%;
	float: left;
	background-color: #333;
	height: 40px;
	margin-top: 20px;
	transition: all 0.6s;
}

.scsl_box_btn a {
	color: #fff;
	line-height: 40px;
}

.scsl_box_btn a:hover {
	color: #fff;
	line-height: 40px;
}


/* 应用中心 */
.yyzx {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.yyzx_box {
	max-width: 1250px;
	padding-bottom: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.yyzx_box h1 {
	font-size: 28px;
	color: #000;
	line-height: 55px;
	text-align: left;
	border-bottom: 1px solid #999;
}

.yyzx_box_l {
	float: left;
	color: #333;
}

.yyzx_box_l ul li {
	width: 19%;
	margin-right: 48px;
	float: left;
	text-align: center;
	line-height: 45px;
}

.yyzx_box_l ul li .imga {
	height: 153px;
	width: 153px;
	border-radius: 50%;
	border: 2px solid #333;
	overflow: hidden;
}


.yyzx_box_l ul li .imga img {
	width: 153px;
	cursor: pointer;
	transition: all 0.6s;
}

.yyzx_box_l ul li .imga img:hover {
	transform: scale(1.3);
}



.yyzx_box_r {
	float: right;
	text-align: left;
	color: #333;
}

.yyzx_box_r ul li {
	width: 100%;
	float: left;
	margin-bottom: 15px;

}

.yyzx_box_r ul li a {
	font-size: 15px;
	color: #333;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.yyzx_box_r ul li a:hover {
	color: #ec1b24;
}

.yyzx_box_r ul li span {
	width: 100%;
	float: left;
	color: #999;
	font-size: 14px;
}

.yyzx_box_r h1 {
	font-size: 28px;
	color: #000;
	line-height: 55px;
	text-align: left;
	border-bottom: 1px solid #999;
}

.yyzx_box_btn {
	width: 17%;
	float: left;
	background-color: #ec1b24;
	height: 40px;
	margin-top: 20px;
}

.yyzx_box_btn:hover {
	width: 17%;
	float: left;
	background-color: #333;
	height: 40px;
	margin-top: 20px;
	transition: all 0.6s;
}

.yyzx_box_btn a {
	color: #fff;
	line-height: 40px;
}

.yyzx_box_btn a:hover {
	color: #fff;
	line-height: 40px;
}

.yyzx_box_btnr {
	width: 33%;
	float: left;
	background-color: #ec1b24;
	height: 40px;
	text-align: center;
}

.yyzx_box_btnr:hover {
	width: 33%;
	float: left;
	background-color: #333;
	height: 40px;
	text-align: center;
	transition: all 0.6s;
}

.yyzx_box_btnr a {
	color: #fff;
	line-height: 40px;
}

.yyzx_box_btnr a:hover {
	color: #fff;
	line-height: 40px;
}


@media (min-width: 980px) {
	.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: 600px;
	}

	.outside-dots .dots>.dot {
		width: 18px;
		margin: 4px 13px;
		height: 18px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #da251c !important;
		width: 18px;

	}

}

@media (max-width: 980px) {
	.index .banner .banner_box {
		height: 153px;
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 154px !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;
	}

	.brand_box img {
		margin-bottom: 5px;
	}

	.about .about_box {
		width: 92%;
		margin: 0 auto;
	}

	.about .about_box .about_btn {
		width: 50%;
		margin: 0 auto;
		background-color: #ec1b24;
		height: 40px;
		margin-top: 10px;
	}

	.cp .cp_box ul li {
		width: 45%;
		margin: 9px;
		background-color: #e8e8e8;
		float: left;
	}

	.cp .cp_box ul li .img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.cp .cp_box ul li .img img {
		width: 100%;
		cursor: pointer;
		transition: all 0.6s;
	}

	.cp .cp_box ul li span {
		width: 100%;
		text-align: center;
		line-height: 37px;
	}

	.scsl_box img {
		width: 100%;
	}

	.scsl_box_r {
		float: right;
		margin-top: 9px;
		text-align: left;
		color: #333;
	}

	.yyzx_box {
		width: 100%;
		padding-bottom: 40px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 0px;
	}

	.yyzx_box h1 {
		font-size: 28px;
		color: #000;
		line-height: 55px;
		text-align: left;
		border-bottom: 1px solid #999;
		margin-top: 0px;
	}

	.yyzx_box_l ul li {
		width: 49%;
		margin-right: 3px;
		float: left;
		text-align: center;
		line-height: 45px;
	}

	.yyzx_box_l ul li .imga {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #333;
		overflow: hidden;
	}

	.yyzx_box_l ul li .imga img {
		width: 100%;
		height: 100%;
		cursor: pointer;
		transition: all 0.6s;
	}

	.yyzx_box_btn {
		width: 33%;
		float: left;
		background-color: #ec1b24;
		height: 40px;
		margin-top: 20px;
	}

	.scsl_box_btn {
		width: 33%;
		float: left;
		background-color: #ec1b24;
		height: 40px;
		margin-top: 20px;
	}

/* 
	.index .banner .banner1 {
		background-image: url(../image/ban01.jpg);
		height: 154px;
		background-position: center;
		background-size: cover;
	}

	.index .banner .banner2 {
		background-image: url(../image/ban02.jpg);
		height: 154px;
		background-position: center;
		background-size: cover;
	}

	.index .banner .banner3 {
		background-image: url(../image/ban03.jpg);
		height: 154px;
		background-position: center;
		background-size: cover;
	}

	.index .banner .banner4 {
		background-image: url(../image/ban04.jpg);
		height: 154px;
		background-position: center;
		background-size: cover;
	}

	.index .banner .banner5 {
		background-image: url(../image/ban05.jpg);
		height: 154px;
		background-position: center;
		background-size: cover;
	}
	
	.index .banner .banner6 {
		background-image: url(../image/ban06.jpg);
		height: 154px;
		background-position: center;
		background-size: cover;
	} */

	header .tk_banner {
		position: absolute;
		width: 250px;
		height: auto;
		z-index: 9;
		left: -81px;
		display: none;
		text-align: center;
	}



}
