.banner {
	width: 100%;
	display: block;
}

.banner img {
	width: 100%;
}

.banner_txt {
	height: 64px;
	width: 100%;
	background: url(../image/m11-icon2.jpg) no-repeat center top;
	background-size: 100% 64px;
	border-bottom: 1px solid #fa756e;
	overflow: hidden;
	display: none;
}

.banner_txt h2 {
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color: #414141;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.quick_links {
	width: 100%;
	height: 64px;
	line-height: 64px;
	display: none;
}

.quick_links .itmes {
	width: 33.33%;
	text-align: center;
	height: 64px;
	line-height: 64px;
	display: block;
	font-size: 18px;
	color: #222222;
	border-right: 1px solid #e9e9e9;
}

.quick_links .itmes:last-of-type {
	border-right: none;
}

.search_content {
	height: 84px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.search_content .content {
	width: calc(100% - 30px);
	height: 84px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_content .content p {
	display: flex;
}

.search_content .content p a {
	color: #808080;
	font-size: 16px;
	display: inline-block;
}

.search {
	height: 50px;
	line-height: 50px;
	display: flex;
}

.search #key {
	width: 372px;
	padding: 0 30px;
	background: #e2e2e3;
	color: #a0a0a1;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border: none;
}

.search .sumbit {
	width: 71px;
	height: 50px;
	background: #ffa400;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.search .sumbit img {
	width: 30px;
}

@media screen and (max-width: 1202px) {

	.search_content .content,
	.search_content {
		height: 66px;
	}

	.search_content .content p a {
		font-size: 14px;
	}

	.search {
		height: 40px;
		line-height: 40px;
	}

	.search #key {
		width: 280px;
		height: 40px;
		line-height: 40px;
	}

	.search .sumbit {
		width: 60px;
		height: 40px;
	}

	.search .sumbit img {
		width: 25px;
	}
}

@media screen and (max-width: 991px) {
	.banner {
		display: none;
	}

	.search_content {
		display: none;
	}

	.banner_txt {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.banner_txt {
		height: 42px;
	}

	.banner_txt h2 {
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}

	.quick_links {
		display: flex;
		height: 42px;
	}

	.quick_links .itmes {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
}

.bread_menu {
	display: flex;
	width: 90%;
	max-width: 1200px;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #dcdcdc;
	margin: 0 auto 20px;
	align-items: center;
}

.bread_menu b {
	display: block;
	margin-right: 10px;
	width: 10px;
	height: 20px;
	background: #2a2927;
}

.bread_menu a,
.bread_menu span {
	display: block;
	font-size: 14px;
	color: #666;
}

.bread_menu a:first-of-type {
	color: #2a2927;
}

.bread_menu span {
	padding: 0px 5px;
	color: #2a2927;
}

.news_content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}

.news_content .news_left {
	width: 240px;
}

.news_content .news_left .tit {
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	background: #ffa400;
	font-size: 24px;
	border-bottom: 1px solid #fff;
}

.news_content .news_left .news_list {
	width: 100%;
	border-bottom: 2px solid #fff;
}

.news_list .title {
	width: 100%;
	height: 50px;
	background: #4C4948;
	color: #fff;
	position: relative;
}

.news_left.new .news_list .title {
	background: #ececec;
}

.news_left.new .news_list.active .title {
	background: #ffa400;
}

.news_list .title a {
	font-size: 18px;
	color: #fff;
	width: 100%;
	display: block;
	height: 50px;
	padding: 0px 40px;
	line-height: 50px;
}

.news_left.new .news_list .title a {
	color: #666;
}

.news_left.new .news_list.active .title a {
	color: #fff;
}

.news_list .title:after {
	color: #fff;
	content: '+';
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 25px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 900;
	font-family: KaiTi;
}

.news_list.active .title:after,
.news_list:hover .title:after {
	content: '-';
}

.news_list .dd {
	width: 100%;
	padding: 3px 0px;
	/* display:none;*/
}

.news_list .dd .tt {
	width: 100%;
	background: #ececec;
	border-bottom: 1px solid #fff;
}

.news_list .dd .tt:last-of-type {
	border: none;
}

.news_list .dd .tt a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0px 54px;
	color: #666;
}

.news_list.active .title,
.news_list:hover .title {
	background: #ffa400;
}

.news_list.active .title a {
	color: #fff;
}

.news_list .dd .tt {
	position: relative;
}

.news_list .dd .tt.active a,
.news_list .dd .tt:hover a {
	color: #ffa400;
}

.news_list .dd .tt:after {
	color: #666;
	content: '>';
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 25px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 900;
	font-family: KaiTi;
}

.news_list .dd .tt.active:after,
.news_list .dd .tt:hover:after {
	color: #ffa400;
}

.news_list.active .dd {
	display: block;
}

.service {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}

.service .text_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0px;
	left: 0px;
}

.service .text_box span {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-left: 73px;
}

.service .text_box p {
	display: flex;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding-left: 73px;
}

.service .text_box p img {
	width: 18px;
	object-fit: contain;
	margin-right: 5px;
}

.news_content .news_right {
	width: calc(100% - 270px);
}

.news_content .news_right .items {
	border: 1px solid #dedede;
	margin-bottom: 20px;
	padding: 22px;
	background: #fff;
	display: flex;
}

.news_content .news_right .items a.img_box {
	width: 45%;
	display: block;
	padding-right: 2.3%;
}

.news_right .items a.img_box img {
	width: 100%;
}

.news_right .items .txt_box {
	width: 55%;
	display: block;
}

.news_right .items .txt_box h4 a {
	display: block;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}

.news_right .items .txt_box p {
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.news_right .items .txt_box .more_content {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.news_right .items .txt_box .more_content .pc_a {
	width: 134px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.news_right .items .txt_box .more_content .ip_a {
	width: 134px;
	height: 40px;
	display: inline-block;
	border: none !important;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	font-weight: 800;
}

.news_right .items:hover {
	border-color: #ffa400;
}

.news_right .items:hover .txt_box h4 a {
	color: #ffa400;
}

.news_right .items:hover .txt_box .more_content a {
	background: #ffa400;
	color: #fff;
}

.page_content {
	width: 100%;
	text-align: center;
	margin: 40px 0;
	height: 30px;
}

.page_content a {
	padding: 2px 8px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 2px;
	color: #666;
	font-size: 14px;
}

.page_content a.active,
.page_content a:hover {
	background: #ffa400;
	color: #fff;
	border-color: #ffa400;
}

@media screen and (max-width: 991px) {
	.bread_menu {
		display: none;
	}

	.news_content {
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.news_content .news_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.news_content .news_right {
		width: 100%;
	}

	.service,
	.news_content .news_left .tit {
		display: none;
	}

	.news_list .dd {
		display: none;
	}

	.news_list.active .dd {
		display: none;
	}

	.news_list .title {
		height: 40px;
	}

	.news_list .title a {
		font-size: 16px;
		height: 40px;
		padding: 0px 40px;
		line-height: 40px;
	}

	.news_list .title:after {
		height: 40px;
		line-height: 40px;
	}

	.news_list .dd .tt a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.news_list .dd .tt:after {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.news_right .items {
		border-right: none;
		border-left: none;
		padding: 22px 0px;
	}

	.news_right .items .txt_box h4 a {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.news_right .items .txt_box p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	.news_right .items .txt_box .more_content a {
		width: 75px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.page_content {
		margin: 10px 0px;
	}

	.news_content {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 500px) {
	.news_right .items .txt_box p {
		-webkit-line-clamp: 2;
	}

	/* .news_right .items .txt_box .more_content {
		display: none;
	} */
}

.footer {
	width: 100%;
	background: #2a2927;
}

.footer .content {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 43px 0px;
	display: flex;
}

.footer .content .items {
	background: url(../image/dfg.jpg) no-repeat right 0;
	background-size: 3px 100%;
}

.footer .content .items:first-of-type {
	width: 20%;
}

.footer .content .items:nth-of-type(2) {
	width: 15%;
}

.footer .content .items:nth-of-type(2) a {
	display: inline-block;
	float: left;
	width: 50%;
	font-size: 12px;
	color: #e0e0df;
	line-height: 36px;
	text-align: center;
}

.footer .content .items:nth-of-type(3) {
	padding-left: 35px;
	width: 35%;
}

.footer .content .items:nth-of-type(3) p {
	color: #ababab;
	font-size: 12px;
	line-height: 36px;
	padding-left: 30px;
}

.footer .content .items:nth-of-type(3) p:first-of-type {
	background: url(../image/db1.jpg) no-repeat 0 center;
}

.footer .content .items:nth-of-type(3) p:nth-of-type(2) {
	background: url(../image/db2.jpg) no-repeat 0 center;
}

.footer .content .items:nth-of-type(3) p:last-of-type {
	background: url(../image/db3.jpg) no-repeat 0 center;
}

.footer .content .items:nth-of-type(4) {
	display: flex;
	background: none;
	width: 30%;
}

.footer .content .items:nth-of-type(4) p {
	width: 100px;
	text-align: center;
	margin: 0px 8px;
}

.footer .content .items:nth-of-type(4) p:last-of-type {
	margin-right: 0px;
}

.footer .content .items:nth-of-type(4) p img {
	width: 100%;
	padding: 6px;
	border: 1px solid #555452;
}

.footer .content .items:nth-of-type(4) p span {
	font-size: 12px;
	text-align: center;
	color: #e0e0df;
	line-height: 32px;
}

.footer .content .logo {
	width: 215px;
	display: block;
	padding-bottom: 15px;
}

.footer .content h2 {
	font-size: 14px;
	color: #e0e0df;
	line-height: 26px;
}

.footer .content p {
	font-size: 14px;
	color: #e0e0df;
}

.footer .content p a {
	font-size: 14px;
	color: #e0e0df;
	margin-right: 15px;
}

.footer .content p a:last-of-type {
	margin-right: 0px;
}
/* @media screen and (max-width: 1300px) {
	.footer .content .items:nth-of-type(4) {
		display: none;
	}
} */
@media screen and (max-width: 1200px) {
	.footer .content .items:nth-of-type(4) {
		display: none;
	}

	.footer .content .items {
		width: 33.33% !important;
	}

	.footer .content .items:nth-of-type(2) {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0px;
	}

	.footer .content .items:nth-of-type(2) a {
		width: 50%;
		margin: 0px;
		text-align: center;
	}

	.footer .content .items:nth-of-type(3) {
		background: none;
	}
}

@media screen and (max-width: 991px) {
	.footer .content .items:nth-of-type(1) {
		width: 240px !important;
	}

	.footer .content .items:nth-of-type(2) {
		width: 180px !important;
	}

	.footer .content .items:nth-of-type(3) {
		width: calc(100% - 420px) !important;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		display: none;
	}

	.footer .content .items:nth-of-type(2) {
		display: none;
	}

	.footer .content .items:nth-of-type(3) {
		width: calc(100% - 240px) !important;
	}
}

@media screen and (max-width: 550px) {
	.footer .content {
		flex-wrap: wrap;
	}

	.footer .content .items:nth-of-type(3),
	.footer .content .items:nth-of-type(1) {
		width: 100% !important;
		padding-left: 0px;
		background: none;
	}

	.footer .content .items:nth-of-type(3) {
		margin-top: 15px;
	}
}

.news_content .news_right {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 260px);
}

.news_content .news_right h3.cplb {
	width: calc(100% - 20px);
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.news_content .news_right h3.cplb span {
	display: inline-block;
	height: 50px;
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px solid #2a2927;
}

.news_content .news_right .product_item {
	width: 33.33%;
	padding: 0px 10px;
	margin-bottom: 15px;
}

.news_content .news_right .product_item .itt {
	width: 100%;
	border: 1px solid #dedede;
	display: block;
}

.news_content .news_right .product_item img {
	width: 100%;
}

.news_content .news_right .product_item h4 {
	padding: 0px 20px 0px 20px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_content .news_right .product_item:hover .itt {
	border-color: #ffa400;
}

.news_content .news_right .product_item:hover h4 {
	color: #ffa400;
}

@media screen and (max-width: 991px) {
	.news_content .news_right {
		width: 100%;
	}

	.news_content .news_right h3.cplb {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.news_content .news_right .product_item {
		width: 50%;
	}

	.news_content .news_right .product_item .itt {
		border: none;
	}

	.news_content .news_right .product_item h4 {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
	.news_content .news_right .product_item {
		width: 50%;
		/* padding: 0px; */
	}
}

.news_content {
	flex-wrap: wrap;
}

.menu_list {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.menu_list .lists {
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	border-right: 1px solid #fff;
	background: #f1f1f1;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	flex: 1;
}

.menu_list .lists span {
	height: 55px;
	font-size: 18px;
	line-height: 55px;
}

.menu_list .lists:last-of-type {
	border: none;
}

.menu_list .lists.active,
.menu_list .lists:hover {
	background: url(../image/p16-icon6.png) no-repeat bottom center #ffa400;
	border-color: #ffa400;
}

.menu_list .lists.active span,
.menu_list .lists:hover span {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.menu_list {
		flex-wrap: wrap;
	}

	.menu_list .lists {
		width: 33.33%;
		flex: none;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.menu_list .lists {
		width: 50%;
		height: 45px;
		font-size: 16px;
		line-height: 45px;
	}
}

.pro_ject_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pro_ject_list .pro_ject {
	width: 25%;
	padding: 0px 10px;
	margin-bottom: 15px;
}

.pro_ject_list .pro_ject .img_box {
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.pro_ject_list .pro_ject .img_box img {
	width: 100%;
}

.pro_ject_list .pro_ject .img_box .zoom {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.pro_ject_list .pro_ject .img_box .zoom .img-wrap {
	opacity: 0;
	transform: scale(0.4);
}

.pro_ject_list .pro_ject .img_box.open .zoom {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in 0.2s;
	opacity: 1;
}

.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap {
	position: fixed;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%) scale(1);
	/* width: 40%; */
	border: 10px solid #f3f3f3;
	box-shadow: 0 0 5px #f3f3f3;
	height: auto;
	opacity: 1;
	transition: all ease-in 0.5s;
}

.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap img {
	width: auto;
	max-height: 70vh;
}

.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap img {
	border: 1px solid #999;
}

.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap p {
	padding: 10px;
	text-align: center;
	background: #f3f3f3;
}

.pro_ject_list .pro_ject .img_box.open .zoom .close {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	border: 3px solid #f3f3f3;
	font-size: 25px;
	font-weight: bold;
	color: #f3f3f3;
	transition: all ease-in 0.1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro_ject_list .pro_ject .img_box.open .zoom .close:hover {
	transform: scale(1.2);
}

@media screen and (max-width:1202px) {}

@media screen and (min-width:992px) and (max-width:1201px) {
	.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap {
		width: 50%;
	}
}

@media screen and (min-width:481px) and (max-width:991px) {
	.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap {
		width: 70%;
	}

}

@media screen and (max-width:480px) {

	.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap {
		width: 85%;
	}
}

.pro_ject_list .pro_ject .tit_box {
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.pro_ject_list .pro_ject {
		width: 33.33%;
	}
}

@media screen and (max-width: 767px) {
	.pro_ject_list .pro_ject {
		width: 50%;
	}
}

@media screen and (max-width: 420px) {
	.pro_ject_list .pro_ject {
		width: 100%;
		padding: 0px;
	}
}

.message_content {
	width: 100%;
	text-align: center;
}

.message_content h2 {
	/*background: url(../image/3f272c10b75b4869b4ea4846aa6f2845.jpg) no-repeat center -10px;*/
	margin: 20px 0;
	text-align: center;
	font-size: 32px;
}

.message_content p.b_tit {
	text-align: left;
	margin: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	display: none;
}

.message_content img {
	max-width: 100%;
	margin: 0 auto 15px;
}

.message_content h2 span {
	color: #ffa400;
}

@media screen and (max-width: 991px) {
	.message_content h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.message_content h2 {
		display: none;
	}

	.message_content p.b_tit {
		display: block;
	}
}

.contact_list {
	margin-top: 40px;
	width: 100%;
	margin-bottom: 41px;
	border: 1px solid #999;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.contact_list .items {
	width: 50%;
	padding: 15px 15px;
	border-right: 1px solid #000;
}

.contact_list .items .item_box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	justify-content: flex-start;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.contact_list .items:nth-child(2n) {
	border: none;
}

.contact_list .items img {
	width: 40px;
	margin: 0px;
	margin-bottom: 10px;
}

.contact_list .items p {
	padding-left: 20px;
	font-size: 16px;
}

.iw_poi_title {
	color: #cc5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: nowrap;
	word-wrap: break-word;
}

#dituContent {
	width: 100%;
	height: 340px;
	border: #ccc solid 1px;
}

.about_us {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: fixed;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	border-top: 1px solid #ffa400;
	display: none;
}

.about_us span {
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 2px 15px;
}

@media screen and (max-width: 991px) {
	.contact_list {
		border: none;
		margin-top: 0px;
	}

	.contact_list .items {
		width: 100%;
		border: none;
		padding: 8px 15px;
	}

	.contact_list .items .item_box {
		padding-bottom: 16px;
		
	}
}

@media screen and (max-width: 767px) {
	#dituContent {
		display: none;
	}

	.about_us {
		display: block;
	}

	.contact_list {
		margin-bottom: 0px;
	}

	.news_content .menu_list {
		position: fixed;
		bottom: 40px;
		transform: translateY(calc(100% + 40px));
		left: 0px;
		margin-bottom: 0px;
		border-top: 1px solid #ffa400;
		transition: all linear 0.3s;
	}

	.news_content .menu_list.show {
		transform: translateY(1px);
	}

	.news_content .menu_list .lists {
		width: 50%;
		height: 28px;
		font-size: 12px;
		line-height: 28px;
		background: rgba(0, 0, 0, 0.8);
		color: #fff;
		border: none;
		display: flex;
		justify-content: center;
		margin-bottom: 0px;
		border-bottom: 1px solid #fff;
	}

	.news_content .menu_list .lists span {
		height: 28px;
		font-size: 12px;
		line-height: 28px;
		color: #fff;
		display: block;
		width: 75px;
		text-align: left;
		position: relative;
	}

	.news_content .menu_list .lists span:before {
		content: '.';
		display: inline-block;
		font-size: 36px;
		position: absolute;
		line-height: 9px;
		left: -15px;
		top: -2px;
	}

	.news_content .menu_list .lists.active {
		background: rgba(0, 0, 0, 0.8);
		border-color: #fff;
	}
}

@media screen and (max-width: 500px) {
	.contact_list {
		padding: 0px;
	}

	.contact_list .items {
		padding: 10px 0px;
	}

	.contact_list .items img {
		width: 40px;
		padding-top: 6px;
	}

	.contact_list .items p {
		padding-left: 15px;
		font-size: 15px;
	}
}

.news_content .me_tit {
	width: 145px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #2a2927;
	font-weight: bold;
}

.news_content .form {
	width: 100%;
	border: 1px solid #bbb;
	background: url(../image/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
	padding: 40px 15%;
}

.news_content .form .form_con {
	width: 100%;
}

.form .form_con .item {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.form .form_con .item label {
	width: 120px;
	color: #666;
	vertical-align: top;
	text-align: right;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

.form .form_con .item label span {
	color: red;
}

.form .form_con .item .inputs {
	width: calc(100% - 155px);
	font-size: 14px;
	color: red;
	height: 33px;
	line-height: 32px;
	color: #666;
	margin-left: 10px;
	text-indent: 10px;
	border: 1px solid #eee;
	border-radius: 0px;
}

.form .form_con .item textarea.inputs {
	height: auto;
}

.form .form_con .item .inputs.yzm {
	width: 100px;
	margin-right: 10px;
}

.form .form_con .item .yzm_content {
	width: 100px;
}

.form .form_con .item .yzm_content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_content .form .submit {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 0;
	text-align: center;
	color: #fff;
	padding-left: 0;
	cursor: pointer;
	background: #ffa400;
	margin-left: 10px;
}

.form .form_con .item .inputs.input-bor {
	border: 1px solid red;
}

.form .form_con .item .inputs.input-bor::-webkit-input-placeholder {
	color: red !important;
}

.form .form_con .item .inputs.input-bor:-moz-placeholder {
	color: red !important;
}

.form .form_con .item .inputs.input-bor::-moz-placeholder {
	color: red !important;
}

.form .form_con .item .inputs.input-bor:-ms-input-placeholder {
	color: red !important;
}

@media screen and (max-width: 991px) {
	.form .form_con .item label {
		width: 80px;
		font-size: 12px;
	}

	.form .form_con .item .inputs {
		width: calc(100% - 80px);
		margin-left: 0px;
		font-size: 12px;
	}

	.form .form_con .item .inputs.yzm,
	.form .form_con .item .yzm_content {
		width: 70px;
	}

	.news_content .form {
		padding: 20px 20px;
	}
}

.news_content .news_right {
	display: block;
}

.news_content .news_right h1 {
	height: 38px;
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	color: #4b4a4a;
	text-align: center;
	width: 100%;
}

.news_content .news_right .small_pro {
	width: 100%;
	height: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.news_content .news_right .small_pro span {
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #aaa;
	margin-bottom: 20px;
}

.news_content .news_right .zyxx {
	width: 100%;
	padding: 16px 18px;
	border: 1px solid #d6d6d6;
	margin-bottom: 22px;
}

.news_content .news_right .zyxx p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.news_content .news_right .zyxx p span {
	color: #342f2e;
}

.news_content .news_right .tt_bb {
	width: 100%;
	margin-bottom: 40px;
}

.news_content .news_right .tt_bb p {
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0;
}

.news_content .news_right .tt_bb img {
	max-width: 100%;
}

.recommend {
	width: 100%;
	background: #f5f5f5;
	padding: 0 10px 0px;
}

.recommend .itess_title {
	width: 100%;
	height: 55px;
	font-size: 24px;
	line-height: 55px;
	color: #4b4a4a;
}

.recommend .itess {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed #dbdbdb;
}

.recommend .itess p {
	height: 55px;
	font-size: 14px;
	line-height: 55px;
	color: #4b4a4a;
}

.switch {
	width: 100%;
	margin-top: 40px;
}

.switch .itess {
	width: 100%;
	display: flex;
	height: 32px;
	justify-content: space-between;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 10px;
}

.switch .itess:last-of-type {
	border: none;
}

.switch .itess p {
	font-size: 14px;
	line-height: 32px;
	color: #4b4a4a;
	height: 32px;
}

.switch .itess p {
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.switch .itess p:last-of-type {
	width: 90px;
}

.switch .itess p span {
	background: #a2a2a2;
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	display: inline-block;
	width: 60px;
}

.back_list {
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 40px;
	display: flex;
	height: 32px;
	justify-content: space-between;
}

.back_list a {
	font-size: 14px;
	line-height: 32px;
	color: #4b4a4a;
	height: 32px;
}

.back_list a.back {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	height: 32px;
	padding: 0 6px;
	margin-left: 4px;
	background: #2a2927;
}

.news_content .news_left .news_tj {
	width: 100%;
	border: 1px solid #ddd;
}

.news_content .news_left .news_items {
	width: 100%;
	padding: 15px 12px 15px;
	border-bottom: 1px dashed rgba(153, 153, 153, 0.3);
}

.news_content .news_left .news_items:last-of-type {
	border: none;
}

.news_left .news_items img {
	width: 100%;
}

.news_left .news_items a {
	width: 100%;
	height: 34px;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_left .news_items a:hover {
	color: #ffa400;
}

.news_left .news_items p {
	width: 100%;
	height: 18px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_left .news_items span {
	width: 100%;
	height: 18px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

@media screen and (max-width: 991px) {
	.recommend {
		display: none;
	}
}

.news_content .news_right .project_detail {
	width: 100%;
	padding: 10px 40px;
	background: #eee;
}

.news_content .news_right .project_detail p {
	margin: 15px 0;
	border-left: 3px solid #2b2927;
	padding-left: 15px;
	font-size: 16px;
	color: #2b2927;
}

@media screen and (max-width: 991px) {
	.news_content .news_right .project_detail {
		width: 100%;
		padding: 10px 20px;
		background: #eee;
	}

	.news_content .news_right .project_detail p {
		font-size: 14px;
		margin: 8px 0;
	}
}

@media screen and (max-width: 767px) {
	.news_content .news_right h1 {
		font-size: 16px;
	}

	.news_content .news_right .small_pro {
		height: auto;
	}

	.news_content .news_right .small_pro span {
		line-height: 16px;
		height: auto;
	}

	.news_content .news_right .zyxx,
	.news_content .news_right .small_pro {
		margin-bottom: 14px;
	}

	.news_content .news_right .zyxx p {
		font-size: 12px;
		line-height: 20px;
	}

	.news_content .news_right .tt_bb p {
		font-size: 12px;
		margin: 0px 0;
	}

	.switch .itess p {
		font-size: 12px;
	}

	.switch .itess p span {
		height: 26px;
		line-height: 26px;
	}

	.back_list a {
		font-size: 12px;
	}

	.back_list a.back {
		padding: 0 10px;
		font-size: 14px;
	}
}

.history_one {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.history_one h1 {
	width: auto;
	display: inline-block;
	padding: 0px 100px;
	height: 50px;
	margin: 20px auto;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	position: relative;
}

/* .history_one h1:before {
	content: '';
	width: 60px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('../image/left_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.history_one h1:after {
	content: '';
	width: 60px;
	height: 50px;
	right: 0px;
	top: 0px;
	position: absolute;
	background-image: url('../image/right_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} */

.history_one h1 span {
	color: #ffa400;
}

.history_two {
	width: 100%;
	text-align: center;
}

.history_two h1 {
	width: auto;
	display: inline-block;
	padding: 0px 100px;
	height: 50px;
	margin: 20px auto;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	position: relative;
}

/* .history_two h1:before {
	content: '';
	width: 60px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('../image/left_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.history_two h1:after {
	content: '';
	width: 60px;
	height: 50px;
	right: 0px;
	top: 0px;
	position: absolute;
	background-image: url('../image/right_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} */

.history_two h3 {
	margin: 0px 0 15px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 3;
}

.history_two h1 span {
	color: #ffa400;
}

.history_two .partner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.history_two .partner .item {
	width: 20%;
	padding: 20px 10px 0px;
}

.history_two .partner .item .img_box {
	width: 100%;
	border: 1px solid #eee;
}

.history_two .partner .item .img_box img {
	width: 100%;
	height: auto;
}

.history_one .history_detail {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border: 1px solid #eee;
	align-items: center;
}

.history_one .history_detail .img_box {
	width: 45%;
	margin-bottom: 30px;
	position: relative;
	overflow: visible;
}

.history_detail .img_box img {
	width: 100%;
}

.history_detail .img_box .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffa400;
}

.history_detail .img_box .img_show {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 20px;
}

.history_detail .tt_box {
	width: 50%;
	padding: 20px;
	text-align: left;
}

.history_detail .tt_box p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.history_one {
		margin-bottom: 20px;
	}

	.history_two h1,
	.history_one h1 {
		font-size: 26px;
		padding: 0px;
	}

	.history_one h1:before,
	.history_one h1:after,
	.history_two h1:before,
	.history_two h1:after {
		display: none;
	}

	.history_one .history_detail {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.history_one .history_detail .img_box,
	.history_detail .tt_box {
		width: 100%;
	}

	.history_one .history_detail .img_box {
		width: calc(100% - 20px);
	}

	.history_two h3 {
		line-height: 2;
	}

	.history_two .partner .item {
		width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	.history_two {
		margin-bottom: 40px;
	}

	.history_two h1,
	.history_one h1 {
		font-size: 18px;
		margin: 0px auto 20px;
		height: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width: 500px) {
	.history_two .partner .item {
		width: 33.3%;
	}
}

.index_one {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 63px 0px 40px;
}

h2.index_title {
	font-weight: lighter;
	font-size: 45px;
	text-align: center;
	width: auto;
	display: inline-block;
	padding: 0px 100px;
	height: 50px;
	margin: 20px auto;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	line-height: 50px;
	position: relative;
}

h2.index_title span {
	font-weight: 500;
}

/* h2.index_title:before {
	content: '';
	width: 60px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../image/left_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

h2.index_title:after {
	content: '';
	width: 60px;
	height: 50px;
	right: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../image/right_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} */

h2.index_title {
	font-weight: 500;
}
h2.index_title {
	font-weight: none;
}

h3.index_pro {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.index_one .content {
	width: 100%;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.index_one .content .tt_box {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index_one .content .tt_box .tt_top {
	width: 90%;
	max-width: 290px;
}

.index_one .content .tt_box:last-of-type {
	align-items: flex-end;
}

.index_one .content .tt_box h4 {
	font-size: 24px;
	line-height: 70px;
	font-weight: normal;
	color: #ffa400;
	position: relative;
}

.index_one .content .tt_box h4 span {
	color: #333333;
}

.index_one .content .tt_box h4:after {
	content: '';
	display: inline-block;
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 4px;
	position: absolute;
	background: #ffa400;
}

.index_one .content .tt_box p {
	font-size: 14px;
	color: #666666;
	line-height: 27px;
	padding: 15px 0 0px;
}

.index_one .content .img_box {
	width: 40%;
	overflow: hidden;
}

.index_one .content .img_box img {
	width: 100%;
	height: auto;
	transition: all ease-out 0.5s;
}

.index_one .content .img_box:hover img {
	transform: scale(1.2);
}

.index_one .content .tt_box img {
	width: 40px;
}

.index_one .content .tt_box i {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-top: 5px;
	font-style: normal;
}

.index_one .content .tt_box span {
	/* height: 25px; */
	/* line-height: 20px; */
	/* text-align: center; */
	font-size: 12px;
	/* color: #666666; */
	/* display: block; */
	/* position: relative; */
}

.index_one .content .tt_box span:after {
	/* content: '';
	display: inline-block;
	bottom: 0px;
	left: 50%;
	width: 20px;
	height: 2px;
	position: absolute;
	background: #ffa400;
	transform: translate(-50%); */
}

.index_one .content .tt_box img,
.index_one .content .tt_box i {
	display: none;
}

@media screen and (max-width: 1200px) {
	.index_one .content .tt_box h4 {
		font-size: 18px;
		line-height: 42px;
	}

	.index_one .content .tt_box p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width: 991px) {
	.index_one .content .tt_box {
		width: 50%;
	}

	/* h2.index_title:before,
	h2.index_title:after {
		display: none;
	} */

	h2.index_title {
		font-size: 26px;
		padding: 0px;
	}

	.index_one .content .img_box,
	.index_one .content .tt_box h4,
	.index_one .content .tt_box p {
		display: none;
	}

	.index_one .content .tt_box img,
	.index_one .content .tt_box i {
		display: block;
	}

	.index_one .content .tt_box .tt_top {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border: 1px solid #eee;
		border-right: none;
		max-width: 100%;
		width: 100%;
		padding: 20px 10px;
	}

	.index_one .content {
		padding-top: 5px;
	}

	h2.index_title {
		font-weight: lighter;
		font-size: 24px;
	}

	h3.index_pro {
		font-size: 14px;
		display: none;
	}

	.index_one {
		padding: 35px 0px 20px;
	}
}

@media screen and (max-width: 767px) {
	h2.index_title {
		font-size: 24px;
		margin: 0px auto 20px;
		height: 35px;
		line-height: 35px;
	}
	.index_one .content .tt_box .tt_top {
		border-top: none;
	}
}

.index_two {
	width: 100%;
	/*max-width:1200px;*/
	margin: 0 auto;
	padding: 63px 0px 40px;
	background: #f7f6f1;
}

.index_two .content {
	width: 90%;
	padding-top: 40px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.index_two .two_item {
	width: 25%;
	padding: 0px 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.index_two .two_item:first-of-type {
	width: 50%;
}

.index_two .two_item .img_box {
	width: 100%;
	overflow: hidden;
}

.index_two .two_item img {
	width: 100%;
	transition: all ease-out 0.5s;
}

.index_two .two_item span {
	border: 1px solid #8d887f;
	position: absolute;
	padding: 0 10px;
	display: block;
	right: 29px;
	bottom: 26px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 22px;
}

.index_two .two_item .title_box {
	width: calc(100% - 20px);
	height: 100%;
	top: 0px;
	left: 10px;
	background: #ffa400d9;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
}

.index_two .two_item .title_box i {
	border-top: 1px solid #fbd8a9;
	border-bottom: 1px solid #fbd8a9;
	color: #ffffff;
	line-height: 39px;
	height: 39px;
	display: inline-block;
	font-size: 22px;
	padding: 0 12px;
	font-style: normal;
}

.index_two .two_item:hover span {
	display: none;
}

.index_two .two_item:hover img {
	transform: scale(1.2);
}

.index_two .two_item:hover .title_box {
	display: flex;
}

.index_two .pro_more {
	width: 90%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #ffa400;
	border-radius: 5px;
	display: none;
	/* margin-top: 40px; */
	margin: 20px auto 0;
}

@media screen and (max-width: 991px) {
	.index_two {
		padding: 35px 0px 20px;
	}

	.index_two .two_item {
		width: 100%;
		height: 95px;
		padding: 0;
		margin-bottom: 0;
	}

	.index_two .content {
		padding-top: 5px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		-ms-display: grid;
		-ms-grid-template-columns: 1fr 1fr;
		-ms-grid-gap: 10px;
	}

	.index_two .two_item:first-of-type {
		width: 100%;
		height: 100%;
		grid-row: span 2;
		-ms-grid-row: span 2;
	}

	.index_two .two_item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.index_two .two_item .img_box {
		height: 100%;
	}

	.index_two .two_item span {
		right: 5%;
		bottom: 10px;
		width: 90%;
		font-size: 14px;
		text-align: center;
		padding: 0 0px;
		border: none;
	}

	.index_two .pro_more {
		display: block;
	}
}

.index_three {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 63px 0px 40px;
}

.index_three h2 {
	text-align: center;
	margin: 20px 0;
}

.index_three h2 a {
	color: #333333;
	font-size: 32px;
	font-weight: normal;
}

.index_three .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
@media screen and (max-width:1200px) {

	.index_three .content {
		background: #f6f6f6;
		padding: 20px 10px 10px;
}
}

.index_three .content .items {
	width: 20%;
	padding: 0px 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.index_three .content .items .img_box {
	width: 100%;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}

.index_three .content .items .img_box img {
	width: 100%;
	transition: all ease-out 0.5s;
}

.index_three .content .items:hover .img_box img {
	transform: scale(1.2);
}

@media screen and (max-width: 991px) {
	.index_three .content .items {
		width: 33.33%;
		padding: 0px 5px;
		margin-bottom: 10px;
	}

	.index_three .content .items:nth-child(9)~.items {
		display: none;
	}

	.index_six .content .items:nth-child(4)~.items {
		display: none;
	}

	.index_three h2 a {
		font-size: 20px;
	}

	/* .index_three .content {
		padding-top: 20px;
	} */

	.index_three {
		padding: 0px 0px 0px;
	}
}

.index_four {
	width: 100%;
	position: relative;
}

.index_four img.bg {
	width: 100%;
	min-height: 240px;
}

.index_four .cotent {
	width: 90%;
	height: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: space-between;
}

.index_four .cotent .left {
	width: calc(100% - 230px);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index_four .cotent .left p.tis {
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}

.index_four .cotent .left p.tis span {
	height: 35px;
	line-height: 35px;
	background: #ffa400;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	display: inline-block;
	padding: 0px 30px;
}

.index_four .cotent .left h2 {
	line-height: 2;
	color: #fff;
	font-size: 35px;
}

.index_four .cotent .left h3 {
	line-height: 25px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}

.index_four .cotent .right {
	width: 230px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.index_four .cotent .right img {
	max-width: 100%;
}

.index_four .cotent .right p {
	font-size: 24px;
	color: #ffffff;
	line-height: 55px;
}

.index_four .cotent .right a.more {
	background: #ffa400;
	width: 107px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

@media screen and (max-width: 991px) {
	.index_four {
		/* padding: 20px 0px 0px; */
	}

	.index_four .cotent {
		flex-wrap: wrap;
		justify-content: center;
	}

	.index_four .cotent .left,
	.index_four .cotent .right {
		width: 100%;
		justify-content: flex-start;
	}

	.index_four .cotent .right {
		margin-top: 10px;
	}

	.index_four .cotent .left h3,
	.index_four .cotent .right img,
	.index_four .cotent .right a.more {
		display: none;
	}

	.index_four .cotent .left p.tis {
		text-align: center;
		margin-bottom: 10px;
	}

	.index_four .cotent .left h2 {
		font-weight: 900;
		font-size: 24px;
		text-align: center;
		line-height: 3;
	}

	.index_four .cotent .left {
		flex-direction: column-reverse;
	}

	.index_four .cotent .right p {
		font-size: 20px;
		border: 1px solid #c1bdbd;
		border-left: 0px;
		border-right: 0px;
		color: #ffa400;
		padding: 0px 10px;
		line-height: 40px;
	}

	.index_four .cotent .right p i {
		font-style: normal;
	}
}

@media screen and (max-width: 767px) {
	.index_four .cotent .left h2 {
		font-size: 30px;
	}

	.index_four .cotent .left p.tis span {
		font-size: 16px;
		padding: 0px 20px;
	}

	.index_four .cotent .right p {
		font-size: 16px;
		line-height: 30px;
		width: 40%;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	.index_four .cotent .left h2 {
		font-size: 26px;
	}

	.index_four .cotent .left p.tis span {
		font-size: 14px;
		padding: 0px 20px;
	}
	.index_four .cotent .right p {
		font-size: 16px;
		line-height: 30px;
		width: 50%;
		text-align: center;
	}

}
@media screen and (max-width: 460px) {
	.index_four .cotent .left h2 {
		font-size: 21px;
	}

	.index_four .cotent .left p.tis span {
		font-size: 12px;
		padding: 0px 20px;
	}

}

@media screen and (max-width: 363px) {
	.index_four .cotent .left h2 {
		font-size: 16px;
	}

	.index_four .cotent .left p.tis span {
		font-size: 12px;
		padding: 0px 20px;
	}

}

.index_five {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 63px 0px 40px;
}

.index_five .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}

.index_five .content .left {
	width: 45%;
	position: relative;
}

.index_five .content .left img {
	width: 115%;
	margin: 40px 0px;
}

.index_five .content .left .bgs {
	width: 180px;
	top: 0px;
	right: 0px;
	position: absolute;
	background: #ffa400;
	height: calc(100% - 40px);
	/* display: flex; */
	flex-direction: column;
	justify-content: flex-end;
}

.index_five .content .left .bgs p {
	text-transform: uppercase;
	font-size: 14px;
	color: #d8d8d8;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px 10px;
}

.index_five .content .p-left .bgs p {
	position: absolute;
	bottom: 0%;
	left: 50%;
    transform: translate(-50%, 0);
}

.index_five .content .left .img_box {
	width: 115%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 40px;
}

.index_five .content .left .img_box img {
	width: 100%;
	transition: all ease-out 0.5s;
}

.index_five .content .left:hover .img_box img {
	width: 100%;
	transform: scale(1.05);
}

.index_five .content .right {
	width: 55%;
	background: #f7f6f1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}

.index_five .content .right .item {
	width: 75%;
	display: flex;
	padding-top: 21px;
}

.index_five .content .right .item:first-of-type {
	padding-top: 0px;
}

.index_five .content .right .img_bi {
	width: 24px;
	margin-right: 10px;
}

.index_five .content .right .img_bi img {
	width: 100%;
}

.index_five .content .right .tt_n {
	width: calc(100% - 45px);
}

.index_five .content .right .tt_n .tst {
	font-size: 22px;
	color: #333333;
	display: block;
	font-weight: bold;
	padding-top: 0px;
	line-height: 1;
}

.index_five .content .right .tt_n p {
	display: block;
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	padding-top: 10px;
}

.index_five .content .right .item:nth-of-type(4),
.index_five .content .right .item:nth-of-type(5),
.index_five .content .right .item:nth-of-type(6) {
	display: none;
}

.index_five .content .right .item .item_content {
	width: 100%;
	/* border: 1px solid #eee; */
	padding: 26px 10px 10px;
	position: relative;
	display: none;
	box-shadow: 0 0 0.3rem 0.2rem #f6f6f6;
    border-radius: 0.2rem;
}

.index_five .item .item_content img {
	width: 40px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index_five .item .item_content p {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.index_five .item .item_content p.pro {
	color: #ffa400;
	line-height: 30px;
}

.index_five .content:nth-child(2n) .left {
	display: flex;
	justify-content: flex-end;
}

.index_five .content:nth-child(2n) .left .bgs {
	/* right: 0px; */
	left: 0px;
	top: 40px;
	align-items: flex-start;
	justify-content: flex-start;
}

.index_five .content:nth-child(2n) .left .img_box {
	/* right: 40px; */
	left: 40px;
}

.index_five .content:nth-child(2n) .right .item {
	width: 70%;
}

@media screen and (max-width: 1100px) {

	.index_five .content .left img,
	.index_five .content .left .img_box {
		width: 100%;
	}

	.index_five .content .right .item {
		width: 85%;
	}
}

@media screen and (max-width: 991px) {
	.index_eight {
		display: none;
	}

	.index_five {
		padding: 35px 0px 0px;
	}

	.index_five .content .left,
	.index_five .content:nth-child(2n) .left {
		display: none;
	}

	.index_five .content .right {
		width: 100%;
		background: transparent;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: normal;
	}

	.index_five .content .right .item .img_bi,
	.index_five .content .right .item .tt_n {
		display: none;
	}

	.index_five .content .right .item,
	.index_five .content:nth-child(2n) .right .item {
		width: 33.33%;
		padding: 0px 5px;
	}

	.index_five .content .right .item:nth-of-type(4),
	.index_five .content .right .item:nth-of-type(5),
	.index_five .content .right .item:nth-of-type(6) {
		display: flex;
	}

	.index_five .content .right .item .item_content {
		display: block;
		height: 100%;
	}
}

.index_five.mob {
	display: none;
}

@media screen and (max-width: 991px) {
	.index_five.pc {
		display: none;
	}

	.index_five.mob {
		display: block;
	}

	.index_five .content .right .item,
	.index_five .content:nth-child(2n) .right .item {
		width: 50%;
		margin-bottom: 40px;
	}
}

.index_six {
	width: 100%;
	padding: 63px 0px 40px;
	background: #f3f4f6;
}

.index_six .menu_list {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	background: #333;
	height: 73px;
	display: flex;
	position: relative;
	padding: 0px 40px 0 0;
}

.index_six .menu_list .item {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-left: 30px;
	height: 73px;
	line-height: 73px;
}

.index_six .menu_list .item:hover {
	color: #ffa400;
}

.index_six .menu_list .img_box {
	position: relative;
	top: -20px;
	left: 0px;
}

.index_six .menu_list .img_box img {
	height: 108px;
	width: auto;
}

.index_six .content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 30px 0px;
}

.index_six .content .items {
	width: 25%;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.index_six .content .items .imgs_show {
	width: 100%;
	overflow: hidden;
}

.index_six .content .items .imgs_show img {
	width: 100%;
	transition: all ease-out 0.5s;
}

.index_six .content .items:hover .imgs_show img {
	transform: scale(1.05);
}

.index_six .content .items p {
	line-height: 52px;
	height: 52px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_six .content .items:hover p {
	color: #ffa400;
}

@media screen and (max-width: 1300px) {
	.index_six .menu_list {
		padding: 0px 15px 0 0;
	}

	.index_six .menu_list .item {
		font-size: 14px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	.index_six {
		padding: 0px;
	}

	.index_six .menu_list .img_box {
		display: none;
	}

	.index_six .menu_list {
		height: auto;
		justify-content: space-between;
		flex-wrap: wrap;
		background: transparent;
	}

	.index_six .menu_list .item {
		margin-bottom: 20px;
		height: 35px;
		line-height: 35px;
		width: 22%;
		color: #333;
		border: 1px solid #333;
		border-radius: 35px;
		text-align: center;
		padding-left: 0px;
	}

	.index_six .menu_list .item:last-of-type {
		display: none;
	}

	.index_six .content .items {
		width: 33.33%;
	}
}

@media screen and (max-width: 767px) {
	.index_six .content .items {
		width: 50%;
	}

	.index_six .menu_list {
		justify-content: flex-start;
		padding: 20px 0;
	}

	.index_six .menu_list .item {
		height: 30px;
		line-height: 30px;
		width: 22%;
		/* margin: 0px 2% 15px; */
		font-size: 12px;
		margin: 10px auto;
	}
}

@media screen and (max-width: 400px) {
	.index_six .menu_list .item {
		height: 25px;
		line-height: 25px;
		width: 24%;
	}

	.index_six .content .items {
		width: 50%;
		margin: 0px 0 10px;
	}

	.index_six .content {
		background: transparent;
		padding: 15px 5px 0px;
	}
}

.index_seven {
	width: 100%;
	background: url('../image/pp_bg.jpg') no-repeat;
	background-size: cover;
}

.index_seven img.bg {
	width: 100%;
	height: auto;
}

.index_seven .seven_con {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0px;
}

.index_seven .seven_con .index_title,
.index_seven .seven_con .index_pro,
.index_seven .seven_con .index_title span {
	color: #fff;
}

.index_seven .seven_con .content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.index_seven .seven_con .content .item {
	width: 33.333%;
	padding: 0px 15px;
	position: relative;
}

.index_seven .seven_con .item_content {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index_seven .seven_con .item_content h3 {
	font-size: 22px;
	color: #333333;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-weight: normal;
	position: relative;
}

.index_seven .seven_con .item_content h3:after {
	width: 30px;
	height: 4px;
	content: '';
	display: inline-block;
	background: #ffa400;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.index_seven .seven_con .item_content p {
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 20px;
}

.index_seven .seven_con .item_content .img_box {
	width: 53px;
	margin: 10px auto 0px;
}

.index_seven .seven_con .item_content .img_box img {
	width: 100%;
}

.index_seven .seven_con .item .img_box img:first-of-type {
	display: block;
}

.index_seven .seven_con .item .img_box img:last-of-type {
	display: none;
}

.index_seven .seven_con .item:hover .img_box img:first-of-type {
	display: none;
}

.index_seven .seven_con .item:hover .img_box img:last-of-type {
	display: block;
}

.index_seven .seven_con .item .paes {
	width: 0px;
	border: 34px solid #000;
	height: 0px;
	border-top-color: #ffa400;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	transform: rotate(45deg) translate(-14px, 62px);
	position: absolute;
	bottom: 0px;
}

.index_seven .seven_con .item .paes span {
	position: absolute;
	color: #fff;
	font-size: 16px;
	transform: rotate(-45deg);
	top: -30px;
	left: -5px;
}

@media screen and (max-width: 1300px) {
	.index_seven .seven_con .item_content h3 {
		font-size: 18px;
		height: 58px;
		line-height: 58px;
	}

	.index_seven .seven_con .item_content p {
		font-size: 12px;
		line-height: 22px;
		padding-top: 10px;
	}

	.index_seven .seven_con .item_content .img_box {
		width: 40px;
	}
}

@media screen and (max-width: 991px) {
	.index_seven .seven_con .content .item {
		width: 100%;
		padding: 0px 15px;
		margin-bottom: 20px;
	}
}

/* .index_six .index_title {
	display: none;
} */

.index_eight {
	width: 100%;
	padding: 63px 0px 40px;
	background: #f3f4f6;
}

.index_eight .content {
	width: 100%;
	position: relative;
}

.index_eight .content .contes {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_eight .content:before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 100px;
	left: 0px;
	background: #dadada;
	content: '';
	display: inline-block;
}

.index_eight .content .item {
	max-width: 165px;
	padding: 0px 10px;
	flex: 1;
}

.index_eight .content .item .titels_s {
	display: flex;
	max-width: 140px;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	border: 2px solid transparent;
	position: relative;
	background: #f3f4f6;
}

.index_eight .content .item.active .titels_s {
	background: #fff;
	border-color: #ffa400;
}

.index_eight .content .item .titels_s:after {
	background: transparent;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: -10px;
	border-top: 10px solid #ffa400;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: none;
}

.index_eight .content .item.active .titels_s:after {
	display: block;
}

.index_eight .content .item .img_box img:first-of-type {
	display: block;
}

.index_eight .content .item .img_box img:last-of-type {
	display: none;
}

.index_eight .content .item.active .img_box img:first-of-type {
	display: none;
}

.index_eight .content .item.active .img_box img:last-of-type {
	display: block;
}

.index_eight .content .item span {
	font-size: 18px;
	color: #333333;
	display: block;
	text-align: center;
	line-height: 29px;
	margin-top: 10px;
}

.index_eight .content .item p {
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: center;
	line-height: 30px;
}

.index_eight .content .item .tile_box {
	margin-top: 30px;
	display: none;
	width: 210px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.index_eight .content .item.active .tile_box {
	display: block;
}

.index_eight .content .item .tile_box p {
	font-size: 14px;
	color: #333333;
	display: block;
	line-height: 25px;
	text-align: center;
	height: 110px;
}

@media screen and (max-width: 991px) {
	/* .index_six .index_title {
		display: block;
	} */

	.index_eight .content:before {
		display: none;
	}

	.index_eight .content .contes {
		justify-content: flex-start;
	}

	.index_eight .content .item {
		width: 25%;
		flex: none;
		max-width: 25%;
	}

	.index_five .item .item_content p {
		font-size: 12px;
	}

	.index_five .item .item_content p.pro {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.index_eight .content .item {
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.index_eight .content .item {
		width: 100%;
		max-width: 100%;
	}
}

.index_ten {
	width: 100%;
	padding: 63px 0px 40px;
	background: #f3f4f6;
}

.index_ten .content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0px 0px;
}

.index_ten .content .imgs_box {
	width: 50%;
	overflow: hidden;
	display: block;
}

.index_ten .content .imgs_box img {
	width: 100%;
	height: auto;
	transition: all ease-out 0.5s;
}

.index_ten .content .imgs_box:hover img {
	transform: scale(1.05);
}

.index_ten .content .tt_boxs {
	width: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	padding: 0px 5%;
}

.index_ten .content .tt_boxs h2 {
	position: relative;
}

.index_ten .content .tt_boxs h2 a {
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	/*  height: 90px;*/
	line-height: 1;
	display: block;
	padding-bottom: 30px;
}

.index_ten .content .tt_boxs h2:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 3px;
	background: #ffa400;
}

.index_ten .content .tt_boxs p {
	/* max-width:420px;*/
	font-size: 14px;
	line-height: 27px;
	color: #666666;
	padding-top: 20px;
	display: block;
	height: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	position: relative;
}

.index_ten .content .tt_boxs p a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
}

.index_ten .content .tt_boxs p a span {
	color: #ffa400;
}

.index_ten .content .a_box {
	display: block;
	padding-top: 36px;
	width: 100%;
	display: flex;
}

.index_ten .content .a_box a {
	width: 150px;
	height: 45px;
	background: #fff;
	color: #585858;
	line-height: 45px;
	padding: 0px 0px 0px 30px;
	text-indent: 30px;
	display: block;
	position: relative;
	border: 1px solid #b7b7b7;
}

.index_ten .content .a_box a:first-of-type {
	margin-right: 30px;
}

.index_ten .content .a_box a:last-of-type {
	display: none;
	background: #ffa400;
	color: #fff;
	border-color: #ffa400;
}

.index_ten .content .a_box a.active,
.index_ten .content .a_box a:hover {
	background: #ffa400;
	color: #fff;
	border-color: #ffa400;
}

.index_ten .content .a_box a .img_box {
	width: 20px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: 30px;
}

.index_ten .content .a_box a .img_box img {
	width: 20px;
	height: 45px;
	object-fit: contain;
}

.index_ten .content .a_box a .img_box img:first-of-type {
	display: block;
}

.index_ten .content .a_box a .img_box img:last-of-type {
	display: none;
}

.index_ten .content .a_box a:hover .img_box img:first-of-type,
.index_ten .content .a_box a.active .img_box img:first-of-type {
	display: none;
}

.index_ten .content .a_box a:hover .img_box img:last-of-type,
.index_ten .content .a_box a.active .img_box img:last-of-type {
	display: block;
}

@media screen and (max-width: 991px) {
	.index_ten {
		padding: 35px 0px 20px;
	}

	.index_ten .content {
		flex-direction: column;
		width: 100%;
	}

	.index_ten .content .imgs_box {
		width: 100%;
	}

	.index_ten .content .tt_boxs {
		width: 90%;
		margin: -30px auto 0px;
		padding: 20px 40px;
		background: #2b2927;
		align-items: center;
	}

	.index_ten .content .tt_boxs h2 a {
		font-size: 20px;
		color: #fff;
		padding-bottom: 20px;
	}

	.index_ten .content .tt_boxs h2:after {
		left: 50%;
		transform: translateX(-50%);
		width: 20px;
		height: 2px;
	}

	.index_ten .content .tt_boxs p {
		line-height: 27px;
		color: #fff;
		height: auto;
		position: static;
		text-align: center;
		-webkit-line-clamp: 4;
	}

	.index_ten .content .tt_boxs p a {
		display: none;
	}

	.index_ten .content .a_box {
		justify-content: center;
	}

	.index_ten .content .a_box a {
		display: none;
	}

	.index_ten .content .a_box a:last-of-type {
		display: block;
		width: 90%;
		/* max-width: 150px; */
		text-align: center;
		text-indent: 0px;
		padding: 0px 20px;
	}
}

@media screen and (max-width: 767px) {
	.index_ten .content .tt_boxs {
		padding: 20px 0px;
	}

	.index_ten .content .tt_boxs h2 a {
		font-size: 16px;
		padding-bottom: 16px;
	}

	.index_ten .content .tt_boxs p {
		padding: 16px 16px 0;
		line-height: 24px;
	}

	.index_ten .content .a_box {
		padding-top: 20px;
	}

	.index_ten .content .a_box a {
		height: 36px;
		line-height: 36px;
	}
}

.share_right {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 90;
}

.share_right .item {
	height: 70px;
	display: flex;
	margin-top: 2px;
	position: relative;
	overflow: visible;
	transform: translateX(calc(100% - 76px));
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}

.share_right .item.to_top {
	opacity: 0;
}

.share_right .item:hover {
	transform: translateX(0);
}

.share_right .item .left {
	width: 76px;
	height: 70px;
	padding: 5px;
	display: flex;
	background: #ffa400;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.share_right .item .left img {
	width: 24px;
}

.share_right .item .left p {
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.share_right .item .right {
	height: 70px;
	min-width: 20px;
	display: flex;
	background: #ffa400;
	justify-content: center;
	align-items: center;
}

.share_right .item .right p {
	color: #fff;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
}

.share_right .item .img_b {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 115px;
	left: -130px;
	display: none;
}

.share_right .item:hover .img_b {
	display: block;
}

.share_right .item .img_b img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.share_right {
		display: none;
	}

	.share_right .item {
		height: 52px;
		transform: translateX(calc(100% - 65px));
	}

	.share_right .item .left {
		width: 65px;
		height: 52px;
	}

	.share_right .item .right {
		height: 52px;
	}

	.share_right .item .left p {
		font-size: 10px;
	}

	.share_right .item .left img {
		width: 18px !important;
	}

	.share_right .item:first-of-type .left img {
		width: 18px !important;
	}

	.share_right .item:nth-of-type(2) .left img {
		width: 25px !important;
	}

	.share_right .item:nth-of-type(2) .left p {
		margin-top: 0px;
	}

	.share_right .item .right p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
}

.fl_dh {
	position: fixed;
	display: none;
	bottom: 40px;
	transform: translateY(calc(100% + 40px));
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 35px 10px 45px;
	border-top: 1px solid #ffa400;
	transition: all linear 0.3s;
}

.fl_dh a.title {
	width: 100%;
	text-align: left;
	display: block;
}

.fl_dh a.title span {
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	text-align: left;
	position: relative;
}

.fl_dh a.title span:before {
	content: '.';
	display: inline-block;
	font-size: 36px;
	position: absolute;
	line-height: 15px;
	left: -15px;
	top: -2px;
}

.fl_dh .list_t {
	width: 100%;
	border: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
}

.fl_dh .list_t a {
	display: block;
	width: 50%;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

.fl_dh.show {
	transform: translateY(1px);
}

@media screen and (max-width: 767px) {
	.fl_dh {
		display: block;
	}
}

.index_ele {
	width: 100%;
	padding: 0px 0px 40px;
	background: #f3f4f6;
}

.index_ele .content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px;
	padding: 0px 0px;
	display: flex;
}

.index_ele .content .left {
	width: 112px;
	background: #ffa400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
}

.index_ele .content .left span {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}

.index_ele .content .right {
	width: calc(100% - 112px);
	background: #fff;
	padding: 25px 25px 25px 50px;
}

.index_ele .content .right .swiper-slide img {
	width: 100%;
	transition: all linear 0.3s;
}

.index_ele .content .right .swiper-slide:hover img {
	transform: scale(1.05);
}

.index_ele .content .right .swiper-slide p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}









@media screen and (max-width: 767px) {
	.index_ele {
		padding-bottom: 100px;
		display: none;
	}
	.index_nine{
		display: none;
	}
	.index_seven{
		display: none;
	}

	.index_ele .content .left {
		width: 60px;
	}

	.index_ele .content .left span {
		font-size: 17px;
	}

	.index_ele .content .right {
		width: calc(100% - 60px);
		padding: 15px 15px 15px 25px;
	}
}


.index_nine {
	width: 100%;
	padding: 30px 0px 40px;
	background: #fff;
}

.index_nine .news_content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px;
	padding-top: 46px;
	position: relative;
}

.index_nine .news_content .list_news {
	width: 100%;
}

.index_nine .news_content .list_news .news_items {
	width: 100%;
	display: none;
}

.index_nine .news_content .list_news .items {
	width: 100%;
	display: flex;
}

.index_nine .news_content .items .left {
	width: 50%;
	padding-right: 60px;
	border-right: 1px solid #e5e5e5;
}

.index_nine .news_content .items .left .img_box {
	width: 100%;
	overflow: hidden;
	display: block;
}

.index_nine .news_content .items .left img {
	width: 100%;
	transition: all linear 0.3s;
}

.index_nine .news_content .items .left .img_box:hover img {
	transform: scale(1.05);
}

.index_nine .news_content .items .tit_box {
	width: 100%;
	display: flex;
	padding-top: 20px;
}

.index_nine .news_content .items .tit_left {
	width: 75px;
	border-right: 1px solid #e5e5e5;
}

.index_nine .news_content .items .tit_left span {
	font-size: 16px;
	color: #231815;
	line-height: 16px;
	position: relative;
}

.index_nine .news_content .items .tit_left span:after {
	content: '/';
	display: inline-block;
	top: -4px;
	right: -10px;
	transform: rotate(18deg);
	position: absolute;
	font-weight: 100;
}

.index_nine .news_content .items .tit_left p {
	font-size: 50px;
	color: #666;
	line-height: 55px;
}

.index_nine .news_content .items .tit_right {
	width: calc(100% - 75px);
	padding-left: 32px;
}

.index_nine .news_content .items .tit_right h3 a {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #010101;
	line-height: 26px;
}

.index_nine .news_content .items .tit_right h3 a:hover {
	color: #ffa400;
}

.index_nine .news_content .items .tit_right p {
	font-size: 14px;
	color: #9a9a9a;
	line-height: 22px;
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.index_nine .news_content .items .right {
	width: 50%;
	padding-left: 60px;
	padding-top: 40px;
}

.index_nine .news_content .items .right .tit_box {
	flex-direction: row-reverse;
	border-bottom: 1px dashed #dcdcdc;
	padding: 25px 0px;
}

.index_nine .news_content .items .right .tit_box:last-of-type {
	border-bottom: 0px;
}

.index_nine .news_content .items .right .tit_right h3 a {
	font-size: 16px;
	text-indent: 10px;
	position: relative;
}

.index_nine .news_content .items .right .tit_right h3 a:before {
	content: '·';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -10px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #000;
}

.index_nine .news_content .items .right .tit_right h3 a:hover:before {
	color: #ffa400;
}

.index_nine .news_content .items .tit_right {
	padding-right: 0px;
	padding-left: 20px;
}

.index_nine .news_content .items .right .tit_left {
	border-right: 0px;
}

.index_nine .news_content .items .right .tit_right {
	padding-right: 32px;
	padding-left: 0px;
}

.index_nine .news_content .list_type {
	width: calc(50% - 60px);
	position: absolute;
	top: 46px;
	right: 0px;
	display: flex;
	justify-content: flex-start;
}

.index_nine .news_content .list_type .items {
	padding: 0px 40px;
	position: relative;
	width: auto;
	cursor: pointer;
}

.index_nine .news_content .list_type .items:first-of-type {
	padding-left: 0px;
	position: relative;
	width: auto;
}

.index_nine .news_content .list_type .items:last-of-type {
	padding-right: 0px;
}

.index_nine .news_content .list_type .items a {
	font-size: 16px;
	color: #000;
}

.index_nine .news_content .list_type .items:after {
	content: '';
	display: inline-block;
	width: 1px;
	background: #000;
	height: 80%;
	position: absolute;
	top: 10%;
	right: 0px;
}

.index_nine .news_content .list_type .items:last-of-type:after {
	display: none;
}

.index_nine .news_content .list_type .type.active a,
.index_nine .news_content .list_type .type:hover a {
	font-weight: bold;
}

/*lg*/
@media screen and (max-width: 1202px) {
	.index_nine .news_content .items .left {
		padding-right: 35px;
	}

	.index_nine .news_content .items .right {
		padding-left: 35px;
		padding-top: 20px;
	}

	.index_nine .news_content .list_type {
		width: calc(50% - 35px);
	}
}

/*md*/
@media screen and (min-width: 992px) and (max-width: 1201px) {}

/*sm*/
@media screen and (max-width: 991px) {
	.index_nine .news_content .items .tit_left {
		width: 60px;
	}

	.index_nine .news_content .items .tit_left p {
		font-size: 35px;
		line-height: 40px;
	}

	.index_nine .news_content .items .tit_right h3 a {
		font-size: 16px;
		line-height: 16px;
	}

	.index_nine .news_content .items .tit_right p {
		font-size: 12px;
		line-height: 18px;
	}

	.index_nine .news_content .list_type .items a {
		font-size: 14px;
	}

	.index_nine .news_content .items .right .tit_right h3 a:before {
		height: 16px;
		line-height: 16px;
	}

	.index_nine .news_content .items .tit_right {
		width: calc(100% - 60px);
	}

	.index_nine .news_content .list_type .items {
		padding: 0px 24px;
	}

	.index_nine .news_content .items .right .tit_box {
		padding: 16px 0px;
	}

	.index_nine .news_content .items .right .tit_right h3 a {
		font-size: 14px;
	}
}

/*xs*/
@media screen and (max-width: 767px) {
	.index_nine .news_content {
		padding-top: 5px;
	}

	.index_nine .news_content .list_news .items {
		flex-direction: column;
	}

	.index_nine .news_content .items .left {
		width: 100%;
		padding-right: 0px;
		border: none;
	}

	.index_nine .news_content .items .right {
		width: 100%;
		padding-left: 0px;
		padding-top: 0px;
	}

	.index_nine .news_content .items .tit_box {
		padding: 16px 0px;
		border-bottom: 1px dashed #dcdcdc;
	}

	.index_nine .news_content .items .right .tit_box {
		flex-direction: row;
	}

	.index_nine .news_content .items .tit_left {
		border-right: 0px;
	}

	.index_nine .news_content .items .tit_right,
	.index_nine .news_content .items .right .tit_right {
		padding-left: 0px;
		padding-right: 0px;
	}

	.index_nine .news_content .items .tit_right h3 a {
		font-size: 14px;
		position: relative;
		text-indent: 10px;
	}

	.index_nine .news_content .items .tit_right h3 a:before {
		content: '·';
		display: inline-block;
		position: absolute;
		top: 0px;
		left: -10px;
		height: 16px;
		line-height: 16px;
		font-size: 20px;
		color: #000;
	}

	.index_nine .news_content .list_type {
		position: static;
		justify-content: center;
		width: 100%;
		padding-bottom: 20px;
	}
}

.linke_foot {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

.linke_foot .items {
	flex: 1;
	padding: 15px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #383634;
	background: #2b2927;
}

.linke_foot .items.active {
	background: #ffa400;
}

.linke_foot .items:last-of-type {
	border-right: 0px;
}

.linke_foot .items img {
	width: 24px;
}

.linke_foot .items p {
	text-align: center;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width:767px) {
	.linke_foot {
		display: flex;
	}
}

.banner {
	position: relative;
}

.banner .text_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.banner .text_box .banner_tt {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.banner .text_box .banner_tt h2 {
	position: relative;
	font-size: 3vw;
	letter-spacing: 12px;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	padding-bottom: 6px;
	text-shadow: 2px 4px 2px hsl(0deg 0% 0% / 69%);
	border-bottom: 1px solid #fff;
}

.banner .text_box .banner_tt h2:after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 5px;
	background: #ffa400;
	position: absolute;
	bottom: -3px;
	left: 0px;
}

.banner .text_box .banner_tt h4 {
	background: #ffa400;
	border-radius: 20px;
	height: 40px;
	display: flex;
	padding: 0px 20px;
	margin-top: 20px;
}

.banner .text_box .banner_tt h4 img {
	width: 70px;
	object-fit: contain;
	margin-right: 10px;
}

.banner .text_box .banner_tt h4 span {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
}

/*lg*/
@media screen and (max-width:1202px) {
	.banner .text_box .banner_tt h4 {
		height: 30px;
	}

	.banner .text_box .banner_tt h4 span {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.banner .text_box .banner_tt h4 img {
		width: 50px;
	}
}

.foot-mob {
	display: none;
}

@media screen and (max-width:767px) {
	.foot-mob {
		display: flex;
		background: #2b2927;
		position: fixed;
		bottom: 0px;
		width: 100%;
		height: 4rem;
		z-index: 9999;
	}

	.foot-mob a {
		width: 25%;
		height: 4.9rem;
		text-align: center;
		line-height: 2rem;
		border-right: 1px solid #383634;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.foot-mob a.active {
		background: #ff9000;
	}

	.foot-mob a img {
		display: block;
		width: 1.5rem;
	}

	.foot-mob a span {
		color: #fff;
		font-size: 0.9rem;
	}

	.index_four img.bg {
		min-height: 180px;
	}
}
.content .sp{
	position: relative;
}

.content .sp img {
	position: absolute;
    width: 25px !important;
	left: 39%;
	bottom: -10px;

}

@media (min-width: 992px) {
	.index_six .index_title {
		display: none;
	}
    .tt_top i{
		display: none;
	}
	.tt_top .sp{
		display: none;
	}



	/* .index_one .content .tt_right .tt_top h4:after {
		right: 0px !important;
		position: absolute;
	}

	.index_one .content .tt_left .tt_top h4:after {
		left: 0px !important;
		position: absolute;
	} */
}
@media (min-width: 992px) and (max-width: 1200px){
	.tt_top span{
		font-size: 18px !important;
	}
}
@media (min-width: 1201px){
	.tt_top span{
		font-size: 24px !important;
	}
	.index_title b {
		padding: 0 10px;
	}
	.index_five .index_title b {
		padding: 0 10px 0 0 !important;
	}
}




@media (min-width: 768px) {
	.ban_div2{
		display: none;
	}
	.pp_div{
		display: none;
	}
	.g-ft{
		display: none;
	}
	.ry_div{
		display: none;
	}
	.index_three .three_2h{
		display: none;
	}
	.index_img{
		display: none;
	}
	/* .index_one .content .tt_box .tt_top {
			border: 1px solid #eee;
	} */
}

@media (min-width: 641px) {
	.product-footer{
		display: none;
	}
	.project-footer{
		display: none;
	}
}
@media (max-width: 641px) {
	.news_content .news_left{
		display: none !important;
	}
}

@media (max-width: 769px) {
	.news_content{
		background-color: #fbfbfb !important;
		/* margin-bottom: 120px !important; */
	}
	.index_three .three_1h{
		display: none;
	}
	.pro_ject_list .pro_ject .img_box.open .zoom .img-wrap img{
		width: 100% !important;
	}
	.index_six {
		background: #fff;
		border-bottom: 1.2rem solid #f6f6f6;
	}
	.index_two {
		background: #fff;
		border-bottom: 1.2rem solid #f6f6f6;
		border-top: 1.2rem solid #f6f6f6;
	
	}
	.index_two .content{
		padding-top: 40px !important;
	}
}


@media all and (max-width: 460px) {
	.dbljh a {
		width: 150px !important;
	}
	h2.index_title{
		font-size: 20px;
	}


}

@media all and (max-width: 768px) {

/* 
	h2.index_title:before {
		content: '';
		width: 20px;
		height: 20px;
		left: -30px;
		top: 7px;
		position: absolute;
	}
	
	h2.index_title:after {
		content: '';
		width: 20px;
		height: 20px;
		right: -30px;
		top: 7px;
		position: absolute;
	} */

	.index_img{
		border-bottom: 1px solid #eee;
	}
	.index_img img{
		width: 25px;
		margin: 0 auto;
		margin-bottom: -5px;
		z-index: 9999;
		padding-bottom: 5px;
	}

}

@media (min-width: 769px) and (max-width: 991px) {


	/* h2.index_title:before {
		content: '';
		width: 20px;
		height: 20px;
		left: -30px;
		top: 15px;
		position: absolute;
	}
	
	h2.index_title:after {
		content: '';
		width: 20px;
		height: 20px;
		right: -30px;
		top: 15px;
		position: absolute;
	} */
}
.pp_div {
    background: #fff;
    width: 100%;
	padding: 40px 0px 20px;
    /* height: 43.75rem; */
    border-bottom: 1.2rem solid #f6f6f6;
}
.pp_div h4 {
    display: block;
}

.pp_div h4 img {
    width: 100%;
}

.wrap img {
    display: block;
    width: 100%;
}


.pp_nr {
    width: 92.5%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.5rem;
}


.pp_nr dl dt img {
    width: 100%;
    display: block;
}

.pp_nr dl dd {
    display: block;
}

.pp_nr dl dd h3 {
    padding-bottom: 0.3rem;
    background: url(/static/image/xt.jpg) no-repeat 0 bottom;
    background-size: 2rem 0.2rem;
    height: 3rem;
    line-height: 3rem;
    /* padding-top: 0.7rem; */
    display: block;
    font-size: 16px;
    color: #333333;
}

.pp_nr dl dd p {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 0.5rem;
}


.pp_div .swiper-pagination2 {
    text-align: center;
    width: 100%;
    display: block;
    height: 3rem;
    padding-top: 1.5rem;
}


.pp_div .swiper-pagination2 span {
    background: url(/static/image/li2.jpg) no-repeat 0 0;
    background-size: 0.55rem 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 0rem;
    margin-right: 0.6rem;
	opacity: 1 !important;
}

.pp_div .swiper-pagination2 span.swiper-pagination-bullet-active {
    background: url(/static/image/lic2.jpg) no-repeat 0 0;
    background-size: 0.55rem 0.55rem;
}

.clear {
    clear: both;
    line-height: 0px;
    overflow: hidden;
    zoom: 1;
    font-size: 0px;
    content: '.';
}



.g-ft {
    padding-bottom: 4.9rem;
    background: #fff;
    position: relative;
    width: 100%;
    padding-top: 1.8rem;
	/* margin-bottom: 20px; */
}
.f_con {
    width: 92.5%;
    margin: 0 auto;
}
.f_zcnr {
    width: 70%;
    float: left;
}

.f_con h2 {
    font-size: 14px;
    color: #333333;
    display: block;
    height: 2rem;
}
.f_zcnr p {
    font-size: 12px;
    color: #666666;
    line-height: 1.5rem;
    display: block;
}

.f_zcnr p a {
    color: #666666;
}



.f_ycnr {
    width: 30%;
    float: right;
}

.f_ycnr span {
    display: block;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 2rem;
}

.g-ft img {
    width: 100%;
	display: block;
}


.dbljh {
    padding: 20px 0 0;
}

.dbljh a {

    width: 13rem;
    height: 3rem;
    display: inline-block;
}
.dbljh a img {
	display: block;
    width: 100%;
}

.dbljh a.tpbt {
    float: right;
}


.ry_div {
    width: 100%;
	padding-top: 20px;
}

.ry_div h4, .ry_div p {
    display: block;
}

.ry_div h4 img, .ry_div .ry_img img {
    width: 100%;
	display: block;
}


/* 产品中心底部 */

.product-footer .main-footer-1 {
    position: relative;
    z-index: 98;
}

.product-footer .main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.product-footer .main-footer-1-list {
    border-top: 1px solid #fa756e;
    display: none;
    padding-bottom: 1rem;
}

.product-footer .main-footer-1-list li {
    width: 100%;
    font-size: 14px;
    line-height: 2.5rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10%;
    position: relative;
}

.main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 5%;
    top: 20px;
    background: #fff;
    border-radius: 100%;
}

.product-footer .main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-footer .main-footer-1-list li p {
    border: 1px solid #ababab;
    width: 90%;
    padding: 0 5%;
}

.product-footer .main-footer-1-list li p a {
    float: left;
    width: 50%;
    height: 2rem;
    font-size: 0.5rem;
    line-height: 2rem;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px dashed #ababab;
}

.product-footer .main-footer-1-list li p .non{
border: none;
}

.product-footer .main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.product-footer .main-footer-1-mata {
    background: #313131;
    border-top: 1px solid #fa756e;
    text-align: center;
    padding-bottom: 15px;
}

.product-footer .main-footer-1-mata p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    /* line-height: 26px; */
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
    margin-top: 15px;
}



/* 应用案例 */

.project-footer .main-footer-1 {
    height: 4.1rem;
    position: relative;
    z-index: 98;
}


.project-footer .main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}


.project-footer .main-footer-1-list {
    border-top: 1px solid #fa756e;
    display: none;
}


.project-footer .main-footer-1-list li {
    float: left;
    width: 50%;
    height: 30px;
    font-size: 14px;
    line-height: 2.5rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10%;
    position: relative;
}


.project-footer .main-footer-1-list li a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 30px;
}


.project-footer .main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 8%;
    top: 12px;
    background: #fff;
    border-radius: 100%;
}


.project-footer .main-footer-1-list .clear {
    border-bottom: 1px solid #fff;
}


.project-footer .clear {
    clear: both;
    display: block;
    height: 0;
    border: 0;
}


.project-footer .main-footer-1-mata {
    background: #313131;
    border-top: 1px solid #fa756e;
    text-align: center;
    padding-bottom: 15px;
}

.project-footer .main-footer-1-mata p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    /* line-height: 26px; */
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
    margin-top: 15px;
}
@media screen and (max-width:767px) {
	.lin_div{
		display: none;
	}
	.index_two .content .title_box{
		/* display: none !important; */
		background: none !important;
	}
	.index_two .two_item:hover .title_box {
		display: none !important;
	}
	.index_two .two_item:hover span {
		display: block;
	}

	.index_ten .content .imgs_box:hover img {
		transform: none;
	}
	.product_detail .detail_title h1{
		font-size: 14px !important;
	}
	.news_right .index_title{
		font-weight: 400;
	}

	.news_content{
		width: 100%;
		padding: 20px;
	}

	.news_content .news_right .items{
		padding: 5px;
	}


	.news_right .items .txt_box .more_content .ip_a {
		width: 130px;
		height: 20px;
		line-height: 20px;
	}

}
.lin_div {
	width: 100%;
    height: 52px;
    line-height: 52px;
}

.content {
	width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.lin_div em {
    width: 82px;
    height: 52px;
    line-height: 52px;
    text-align: left;
    color: #1f1f1f;
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
	font-style: normal
}
.fl {
    float: left;
}
.lin_div p {
    max-width: 720px;
}

.lin_div p a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    margin-right: 25px;
    line-height: 52px;
}

.lin_div .zzftqt, .lin_div .zzftqt a {
    font-size: 14px;
    color: #999999;
}
.fr {
    float: right;
}
.lin_div .zzftqt, .lin_div .zzftqt a {
    font-size: 14px;
    color: #999999;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

@media screen and (max-width: 767px)
{
	.product_detail .detail_title .tit_bo .dd{
		padding: 0 20px;
}

.product_detail .detail_title h1 {
    padding: 0 20px;
}
}

@media screen and (min-width: 768px){
 .index_four .cotent .right p a{
    color: #ffffff !important;
}
}

