#nav_tem .w-nav>li:first-child {
	background: #272436;
}

#nav_tem .w-nav>li:first-child .w-subnav-link {
	color: #fff;
}

.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;
	height: 100%;
}

/* .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: 733px;
}

.banner {
	/* 	width: 100% !important;
	height: 100% !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_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;
}

.slides {
	height: 100%;
}

.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 .fl_pic {
	height: 250px;
}

.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;
}

@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: 400px; */
	}

	.outside-dots .dots>.dot {}

	.outside-dots .dots>.dot.active {
		background-color: #e97f18 !important;
	}

}

.item-icon {
	display: none;
}

.outside-dots .dots>.dot {
	background-color: #999 !important;
}

.navbar-toggle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}

.icon-bar {
	background-color: #888;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.jx-title {
	width: 90%;
	height: 160px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jx-title span:nth-child(1) {
	font-size: 39px;
	line-height: 50px;
	/* color: #e97f18; */
	font-weight: bold;
	position: relative;
	z-index: 999;
}

.jx-title span:nth-child(2) {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}

.jx-title span:nth-child(3) {
	position: relative;
	top: 3px;
	width: 50%;
	height: 2px;
	/* background-color: #e97f18; */
}

.jx-brand {
	margin-bottom: 22px;
	overflow: hidden;
	float: left;
	width: 100%;
}

.jx-brand li {
	width: 19%;
	height: 77px;
	border: 1px solid #ccc;
	float: left;
	margin: 6px;
}

.jx-brand li img {
	width: 100%;
	height: 100%;
}

.jx-scheme {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jx-scheme .industry {
	width: 32%;
	height: 296px;
	display: flex;
	flex-direction: column;
	padding: 12px 13px;
	background: #ffffff;
	margin-bottom: 27px;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}

.jx-scheme .industry .industry-img {
	width: 100%;
	height: 233px;
}

.jx-scheme .industry .industry-img img {
	width: 100%;
	height: 100%;
}

.industry-title {
font-size: 16px;
    margin: 15px 0;
    text-align: center;
    color: #333;
}

.industry-article {
	font-size: 16px;
	color: #444;
	/* border-top: 1px dotted #fff; */
	padding-top: 20px;
}

.hyjj {
	background-image: url(../../assets/image/jjfa.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.w-hyjj {
	background-color: rgba(0, 0, 0, 0);
}

.w-gywm {
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	padding: 60px 0;
}

.zypp {
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 30px;
}

.zypp .content {
	display: flex;
	justify-content: space-evenly;
}

.zypp .content ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.zypp .content ul li {
	width: 24%;
	text-align: center;
	margin: 8px 0;
	border: 1px solid #eaeaea;
	overflow: hidden;
	transition: all 0.5s;
}

.zypp .content ul li a img {
	width: 100%;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.zypp .content ul li:hover a img {
	transform: scale(1.15);
}

.zypp .content ul li a p {
	font-size: 14px;
	line-height: 45px;
	background: #eaeaea;
	margin: 0;
	transition: all 0.5s;
	color: #333;
	position: relative;
}

.zypp .content ul li:hover a p {
	background: #e97f18;
	color: #fff;
}

.zypp .content ul li:hover {
	border: 1px solid #e97f18;
}

.brand-t {
	overflow: hidden;
}

.b-item:hover img {
	scale: 1.2;
}

.b-item:hover .b-tit {
	background: #36404b;
}

.b-item:hover .find_more {
	background: #e97f18;
}

.hyjj {
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-bottom: 50px;
}

.jxs {
	margin-bottom: 40px;

}

.gywm {
	background: url(../../assets/image/gywm.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.about {
	display: flex;
	flex-direction: column;
	width: 65%;
	/* background: #0f58d6ba; */
	padding: 16px 40px 50px;
}

.about span:nth-child(1) {
	font-size: 50px;
	color: #ffffff;
	font-family: "Impact";
}

.about span:nth-child(2) {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-family: "Impact";
}

.about p {
	margin: 0;
	color: #fff;
	width: 100%;
	padding: 0px;
	text-indent: 2em;
	line-height: 28px;
}

.about a {
	text-decoration: none;
}

.more {
	display: block;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
	width: 41%;
	float: left;
	background: #fff;
	line-height: 42px;
	text-align: center;
	margin-top: 35px;
}

.more:hover {
	display: block;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
	width: 26%;
	float: left;
	background: #fff;
	line-height: 42px;
	text-align: center;
	margin-top: 35px;
}

.about-img {
	width: 44%;
	display: flex;
	align-items: center;
}

.about-img img {
	width: 100%;
}

.news-content {
	display: flex;
	justify-content: space-between;
}

.news-content .news-item {
	width: 32%;
	display: flex;
	flex-direction: column;
	background: #f2f2f2;
	padding: 15px 15px 35px;
}

.news-content .news-item a {
	text-decoration: none;
	color: #e97f18;
}

.news-content .news-item img {
	width: 100%;
	height: 220px;
	transition: transform .3s linear;
}

.news-content .news-item img:hover {
	transform: scale(1.3);
}

.w-news {
	display: flex;
	flex-direction: column;
	margin-top: 35px;
}

.news-item .news-img {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	height: 220px;
	overflow: hidden;
}

.news-item a img {
	width: 100%;
}

.news-item span:nth-of-type(1) {
	font-size: 16px;
	color: #404040;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 0;
	font-weight: bold;
}

.news-item span:nth-of-type(2) {
	font-size: 14px;
	color: #272727;
	line-height: 27px;
	text-indent: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 81px;
}

.news-item span:nth-of-type(3) {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 10px;
}


.b1_index {
	width: 100%;
	overflow: hidden;
}

.b1ul2 {
	width: 100%;
	overflow: hidden;
	margin-top: 10px
}

.b1ul2 li {
	width: 32%;
	float: left;
	margin: 0 19px 0 0;
	position: relative;
}

.b1ul2 li:nth-child(3n) {
	margin-right: 0;
}

.b1ul2 li .b1in3 {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.b1ul2 li .b1in3 img {
	width: 100%;
	height: 100%;
}

.b1ul2 li .b1in4 {
margin: 30px 13% 33px 59px;
    box-sizing: border-box;
    position: absolute;
    width: 70%;
    height: 184px;
    top: 0;
    left: 0;
    background: #ffffffab;
    padding: 50px 3%;
    text-align: center;
}

.b1ul2 li .b1in4 h3 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #f74a40;
	margin: 0;
}

.b1ul2 li .b1in4 p {
	margin: 19px 0 30px;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	color: #303030
}

.b1in5 {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 44px;
	letter-spacing: 1px;
	color: #373737;
}

.b1in5:hover {
	color: #f74a40;
}

/*品牌end*/


.nav_inde {
	width: 100%;
	margin: 10px 0px 30px;
	OVERFLOW: HIDDEN;
}

.nav_inde span {
	background: #f3f3f3;
	display: block;
	width: 25%;
	border: 1px solid #ebebeb;
	text-align: center;
	color: #666;
	float: left;
	cursor: pointer;
	padding: 5px 0;
}

.nav_inde span img {
	width: 40%;
}

.jxs-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
}

.jxs-content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.jxs-content ul li {
	width: 19%;
	overflow: hidden;
	padding: 29px;
	border: 1px solid #d0d0d0;
	transition: all 0.25s;
}

.jxs-content ul li a img {
	width: 100%;
}

.jxs-content ul li:hover {
	border: 1px solid #e97f18;
}

.deale-item:hover {
	cursor: pointer;
	transform: translateY(-3px);
	background-color: #FFF;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background-size: auto;
	border-top: 0px solid #0066cb;
	border-bottom: 2px solid #0066cb;
	border-right: 0px solid #0066cb;
	border-left: 0px solid #0066cb;
	-webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0.000000px 2.000000px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0.000000px 2.000000px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
	transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}


.industry a {
	text-decoration: none;
	transition: transform .2s linear;
}

.industry a:hover {
	transform: scale(0.99);
}

.industrial-content a {
	text-decoration: none;
}

.jxs-content a {
	text-decoration: none;
}





/* 移动端 */
@media (max-width: 980px) {
	.index .banner .banner_box {
		height: 160px;
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.nav_tem {
		display: none !important;
	}

	.banner .navs-wrapper {
		height: 160px !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;
	}


	.w-gywm {
		flex-direction: column;
	}

	.gywm .about {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 16px 10px 50px;
	}

	.gywm .about-img {
		width: 100%;
	}

	.gywm .about-img img {
		width: 100%;
		margin-bottom: 30px;
	}

	.about p {
		width: 100% !important;
		margin: 0px 0 !important;
	}

	.industrial-content {
		flex-direction: column;
	}

	.industrial-content .industrial-item {
		width: 90% !important;
	}

	.jxs-content {
		flex-direction: column;
	}

	.jxs-content .deale-item {
		width: 90% !important;
		margin-bottom: 20px;
	}

	.news-content {
		flex-direction: column;
	}

	.news-content .news-item {
		width: 90% !important;
	}

	.jx-scheme .industry {
    width: 45% !important;
    display: block;
    float: left;
    margin: 10px 9px;
    height: 196px;
    padding: 8px;
	}
	.jx-scheme .industry .industry-img {
	    width: 100%;
	    height: 140px;
	}

	.jx-title {
		width: 100% !important;
	}

	.jx-brand li img {
		width: 90% !important;
		height: 100% !important;
	}

	.jx-brand li {
		width: 18%;
		height: 47px;
		border: 1px solid #ccc;
		float: left;
		margin: 3px;
	}

	.zypp {
		margin-bottom: 0 !important;
	}

	.banner {
		height: 160px !important;
	}

	.ma5slider .slide img {
		height: 100% !important;
	}

	#example-01 {
		height: 100%;
	}

	.navs-wrapper {
		height: 100% !important;
	}

	.outside-dots .dots>.dot {
		background-color: #dcdcdc;
	}

	.outside-dots .dots>.dot.active {
		background-color: #0078ff !important;
	}

	.industrial-content {
		align-items: center;
		flex-direction: column;
	}

	.jx-scheme {
		align-items: center;
		flex-direction: column;
		display: block;
	}

	.jxs-content {
		align-items: center;
		flex-direction: column;
	}

	.news-content {
		flex-direction: column;
		align-items: center;
	}

	.news-content .news-item {
		margin-bottom: 30px;
	}

	.more {
		display: block;
		color: #000;
		font-weight: normal;
		text-decoration: none;
		font-size: 14px;
		transition: all 0.5s ease-in-out 0s;
		border-radius: 50px;
		width: 41%;
		float: left;
		background: #fff;
		line-height: 42px;
		text-align: center;
		margin-top: 35px;
	}

	.jx-title {
		width: 90%;
		height: 128px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.zypp .content .b-item {
		width: 50%;
		padding: 0px 5px 28px;
	}

	.jx-title span:nth-child(1) {
		font-size: 24px;
		line-height: 50px;
		color: #e97f18;
		font-weight: bold;
		position: relative;
		z-index: 999;
	}

	.jx-title span:nth-child(2) {
		font-size: 14px;
		line-height: 20px;
		color: #b5b5b5;
		position: relative;
		z-index: 999;
	}

	.nav_inde span img {
		width: 82%;
	}
	.zypp .content ul {
	    width: 100%;
	    overflow: hidden;
	    display: block;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.zypp .content ul li {
	    width: 44%;
	    text-align: center;
	    margin: 8px 11px;
	    border: 1px solid #eaeaea;
	    overflow: hidden;
	    transition: all 0.5s;
	    float: left;
	}
	.jx-title span:nth-child(2) {
	    text-align: center;
	    font-size: 16px;
	    color: #666666;
	    margin-top: 10px;
	}
	.b1ul2 li {
	    width: 48%;
	    float: left;
	    margin: 0 13px 0 0;
	    position: relative;
	}
	.b1ul2 li .b1in3 {
	    width: 100%;
	    height: 130px;
	    overflow: hidden;
	    position: relative;
	}
	.b1ul2 li .b1in4 {
	    margin: 29px 14px;
	    box-sizing: border-box;
	    position: absolute;
	    width: 85%;
	    height: 72px;
	    top: 0;
	    left: 0;
	    background: #ffffffab;
	    padding: 10px;
	    text-align: center;
	}
	.b1ul2 li .b1in4 h3 {
	    font-size: 18px;
	    line-height: 18px;
	    letter-spacing: 1px;
	    color: #f74a40;
	    margin: 0;
	}
	.b1ul2 li .b1in4 h3 img{
		width: 100%;
	}
	.b1ul2 li:nth-child(2n) {
	    margin-right: 0;
	}
	.b1ul2 li:nth-child(4n) {
	margin-right: 0;
	    float: right;
	}
}
