body {
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
}

.container {
	max-width: 1600px;
	width: 95%;
}

@media (max-width:1024px) {
	.container {
		width: 100%;
	}
}

a:focus,
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/*-----------------------------
		header
-------------------------------*/
.header_box,
.header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 1rem;
	background-color: #fff;
	z-index: 9999;
	transition: all 0.3s;
	border-bottom: 0.07rem solid #ff6111;
}

.header_fixed {
	position: fixed;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .header_logo {
	float: left;
	flex: 1;
	height: 0.6rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.header .header_logo img {
	width: auto;
	height: 100%;
}

.header .header_logo p {
	display: inline-block;
	margin: 0;
	font-size: 0.24rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
	padding-left: 0.6rem;
	vertical-align: middle;
}

.header .right {
	float: right;
}

.header .nav_btn {
	cursor: pointer;
	width: 50px;
}

.header .nav_btn a{
	display: block;
	width: 50px;
	height: 35px;
	position: relative;
}

.header .nav_btn a span{
	top: 50%;
	margin-top: 0;
}

.header .nav_btn a span:first-child {
	content: "";
	top: 7px;
	left: 0;
}
.header .nav_btn a span:nth-child(2) {
	top: 17px;
}
.header .nav_btn a span:last-child {
	content: "";
	top: auto;
	bottom: 5px;
	left: 0;
}

.header .nav_btn a span,
.header .nav_btn a span:first-child,
.header .nav_btn a span:last-child {
	left: 5px;
	position: absolute;
	background: #ff6111;
	-webkit-transition: all 0.5s ease;
	width: 40px;
	height: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav_btn .on span {
	opacity: 0;
}

.nav_btn .on span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 15px!important;
	opacity: 1;
}

.nav_btn .on span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 16px!important;
	opacity: 1;
}
.header .header_nav {
	display: block;
	position: fixed;
	z-index: 90;
	top: 1rem;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: #ff6111;
	box-sizing: border-box;
	padding: 0 0;
	transform: translateX(100%);
	transition: 0.6s ease-in-out;
}

.header .navon {
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}

.header .header_nav ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0.5rem 0;
}

.header .header_nav ul li {
	list-style: none;
}

.header .header_nav ul li a {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	display: block;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	width: 100%;
}

@media (max-width:1024) {
	.header .header_logo p {
		font-size: 0.28rem;
		padding-left: 0.6rem;
	}
}

@media (max-width:992px) {
	.header .header_logo p {
		padding-left: 0.3em;
		font-size: 0.28rem;
	}
}

@media (max-width:720px) {
	.header .header_logo {
		height: 0.6rem;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.header .header_logo p {
		padding-left: 0.1rem;
	}
}


/*-----------------------------
		footer
-------------------------------*/
.footer {
	overflow: hidden;
	background: #000000;
	padding: 1.6rem 0 0.3rem;
}

.footer .footer-nav {
	overflow: hidden;
}

.footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer-nav li {
	float: left;
	margin-right: 15px;
	list-style: none;
}

.footer .footer-nav li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.footer .footer-info {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	overflow: hidden;
}

.footer .footer-info .footer-company {
	overflow: hidden;
}

.footer .footer-info .footer-company .footer-nav#show {
	display: none;
}

.footer .footer-info .footer-company .footer-logo {
	overflow: hidden;
	margin-bottom: 50px;
	width: 245px;
}
.footer .footer-info .footer-company .footer-logo img{
	width: 100%;
}
.footer .footer-info .footer-company .display-felx {
	display: flex;
	align-items: center;
}

.footer .footer-info .footer-company .display-felx p {
	color: #fff;
	opacity: 0.7;
	font-size: 0.14rem;
	margin: 0;
	margin-right: 15px;
}

.footer .footer-info .footer-company .display-felx a {
	color: #fff;
	opacity: 0.7;
	font-size: 0.14rem;
	display: block;
}

.footer .footer-info .footer-tel {
	overflow: hidden;
}

.footer .footer-info .footer-tel span {
	color: #fff;
	font-size: 0.18rem;
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
}

.footer .footer-info .footer-tel a {
	color: #ff6111;
	font-size: 0.4rem;
	display: block;
	font-weight: bold;
	line-height: 0.6rem;
}

.footer .footer-info .footer-code {
	overflow: hidden;
	width: 16%;
}

.footer .footer-info .footer-code span {
	display: block;
	width: 100%;
	background: #fff;
	padding: 10px;
}

.footer .footer-info .footer-code span img {
	width: 100%;
	display: block;
}

.footer .footer-info .footer-code p {
	font-size: 0.18rem;
	color: #000;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

@media (max-width:1024px) {
	.footer {
		padding: 1rem 0;
	}

	.footer .footer-info {
		flex-direction: column;
	}

	.footer .footer-info .footer-company {
		width: 100%;
	}

	.footer .footer-info .footer-company .footer-logo {
		text-align: center;
		width: 60%;
		margin: 0 auto 20px;
	}

	.footer .footer-info .footer-company .display-felx {
		flex-wrap: wrap;
		line-height: 1.7;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.footer .footer-info .footer-company .display-felx p {
		width: 100%;
		text-align: center;
		font-size: 0.24rem;
		margin: 0;
	}

	.footer .footer-info .footer-company .display-felx a {
		width: 100%;
		text-align: center;
		font-size: 0.24rem;
	}

	.footer .footer-info .footer-tel {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .footer-info .footer-code {
		text-align: center;
	}

	.footer .footer-info .footer-nav#show {
		display: block !important;
	}

	.footer .footer-info .footer-nav#show ul li {
		width: 100%;
		margin-right: 0;
		text-align: center;
		line-height: 2;
	}

	.footer .footer-info .footer-nav#show ul li a {
		font-size: 0.32rem;
	}

	.footer .footer-nav#hide {
		display: none;
	}

	.footer .footer-info .footer-tel span {
		margin-bottom: 0.1rem;
		font-size: 0.36rem;
	}

	.footer .footer-info .footer-tel a {
		font-size: 0.6rem;
		line-height: 0.6rem;
	}

	.footer .footer-info .footer-code {
		width: 50%;
		margin: 0 auto;
	}

	.footer .footer-info .footer-code span {
		padding: 0.2rem;
	}

	.footer .footer-info .footer-code p {
		font-size: 0.28rem;
	}
}


/*-----------------------------
		banner
-------------------------------*/
.banner {
	overflow: hidden;
	position: relative;
	background: #FF6111;
}

.banner .banner-list {
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
}

.banner .banner-list .banner-text {
	overflow: hidden;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0.5rem;
}

.banner .banner-list .banner-text ._pic {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner .banner-list .banner-text ._pic img {
	max-width: 100%;
	width: 70%;
}
.banner .banner-list .banner-text ._pic img:last-child{
	margin-top: 0.15rem;
}
.banner .banner-list .banner-text ._txt {
	overflow: hidden;
}

.banner .banner-list .banner-text ._txt h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	margin: 20px 0;
	color: #fff;
}

.banner .banner-list .banner-text ._txt p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 1.7;
	color: #fff;
}

.banner .banner-list .banner-pic {
	display: table-cell;
	width: 50%;
	overflow: hidden;
	vertical-align: bottom;
}

.banner .banner-list .banner-pic img {
	max-width: 100%;
	display: block;
	width: 100%;
}

@media (max-width:1024px) {
	.banner .banner-list .banner-text {
		display: block;
		width: 85%;
		margin: 0 auto;
	}

	.banner .banner-list .banner-pic {
		display: block;
		width: 100%;
	}

	.banner .banner-list .banner-text ._txt h4 {
		font-size: 0.36rem;
		margin: 0.2rem 0;
	}

	.banner .banner-list .banner-text ._txt p {
		font-size: 0.28rem;
	}
	.banner .banner-list .banner-text ._pic img {
		max-width: 100%;
		width: 100%;
	}
}

/*-----------------------------
		advertisement
-------------------------------*/
.advertisement {
	overflow: hidden;
	background: #898989;
	padding: 10% 0;
}

.advertisement .display-felx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advertisement ._logo{
	width: 35%;
	overflow: hidden;
}

.advertisement ._text {
	overflow: hidden;
	width: 48%;
}

.advertisement ._text p {
	font-size: 28px;
	color: #fff;
	margin: 0;
	line-height: 1.8;
	font-size: 32px;
}

@media (max-width:1024px) {
	.advertisement .display-felx {
		flex-wrap: wrap;
	}

	.advertisement ._logo {
		width: 60%;
		text-align: center;
		margin: 0 auto 20px;
	}

	.advertisement ._text {
		width: 80%;
		margin: 0 auto;
	}

	.advertisement ._text p {
		font-size: 0.36rem;
	}
}

/*-----------------------------
		products
-------------------------------*/
.products {
	overflow: hidden;
}

.products .products-list {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.products .products-list li {
	width: 33.33333%;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.products .products-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.products .products-list li img {
	width: 100%;
}

.products .products-list li .text-align {
	position: absolute;
	top: -100%;
	text-align: center;
	box-sizing: border-box;
	transition: 0.5s ease-in-out 0.1s;
	background-color: #ff6111;
	opacity: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.2rem 0.1rem;
}

.products .products-list li .text-align h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.products .products-list li .text-align p {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.products .products-list li:hover .text-align {
	top: 0;
	opacity: 1;
}

.products .products-btn {
	text-align: center;
	margin: 1.47rem auto;
}

.products .products-btn a {
	color: #ff6111;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #ff6111;
	border-radius: 30px;
	padding: 10px 30px;
}

@media (max-width:1024px) {
	.products .container {
		padding: 0;
	}

	.products .products-list li {
		width: 100%;
	}

	.products .products-list li:nth-of-type(n+4) {
		display: none;
	}

	.products .products-list li .text-align {
		position: inherit;
		top: 0;
		padding: 0.5rem;
		opacity: 1;
		background-color: inherit;
		display: block;
	}

	.products .products-list li .text-align h3 {
		color: #000;
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.products .products-list li .text-align p {
		color: #000;
		font-size: 0.28rem;
		margin: 0;
		line-height: 1.7;
	}

	.products .products-btn {
		margin: 2rem auto;
	}

	.products .products-btn a {
		font-size: 0.36rem;
	}
}

/*-----------------------------
		news
-------------------------------*/
.news {
	overflow: hidden;
	background: #ebebeb;
}

.news .news-list {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news .news-list li {
	width: 33.33333%;
	color: #fff;
	cursor: pointer;
	list-style: none;
	padding: 10px 30px;
}

.news .news-list li a {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 2.38rem;
	background: #fff;
	padding: 0.3rem;
	border: 1px solid #ccc;
}

.news .news-list li h3 {
	font-size: 0.24rem;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 0.4rem;
	color: #000;
	font-weight: bold;
}

.news .news-list li p {
	font-size: 0.14rem;
	color: #000;
	margin: 0;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 1rem;
	position: relative;
}

.news .news-list li:hover h3 {
	color: #ff6111;
}

.news .news-btn {
	text-align: center;
	margin: 1.29rem auto;
}

.news .news-btn a {
	color: #ff6111;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #ff6111;
	border-radius: 30px;
	padding: 10px 30px;
}

@media (max-width:1024px) {
	.news .container {
		padding: 0;
	}

	.news .news-list li {
		width: 100%;
		padding: 0.2rem 0.3rem;
	}

	.news .news-list li:nth-of-type(n+4) {
		display: none;
	}

	.news .news-btn {
		margin: 2rem auto;
	}

	.news .news-list li a {
		padding: 0.3rem;
	}

	.news .news-list li h3 {
		font-size: 0.36rem;
		margin-bottom: 0.4rem;
	}

	.news .news-list li p {
		font-size: 0.24rem;
		max-height: 2rem;
	}

	.news .news-btn a {
		font-size: 0.36rem;
	}
}




/*-----------------------------
		server
-------------------------------*/
.server {
	overflow: hidden;
	background: #ff6111;
}

.server .server-title {
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 0.32rem;
	letter-spacing: 2px;
	padding: 0.8rem 0;
	font-weight: bold;
}

.server .server-list {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.server .server-list li {
	overflow: hidden;
	width: 33.333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.server .server-list li .server-top {
	background-color: #fff;
	color: #ff6111;
	font-size: 0.32rem;
	padding: 0.3rem 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.server .server-list li .server-top span {
	position: absolute;
	font-size: 1rem;
	color: #ebebeb;
	line-height: 0.6rem;
	top: 50%;
	transform: translate(0%, -50%);
	left: 0.2rem;
}

.server .server-list li .server-top h3 {
	font-size: 0.38rem;
	color: #ff6111;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 9;
}

.server .server-list li .server-bottom {
	background: #ebebeb;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 0.8rem 0.1rem;
	text-align: center;
	margin-top: 5px;
}

.server .server-btn {
	text-align: center;
	margin: 1.46rem auto;
}

.server .server-btn a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 10px 30px;
}

@media (max-width:1024px) {
	.server .container {
		padding: 0;
	}

	.server .server-title {
		padding: 0.8rem 0;
		font-size: 0.4rem;
	}

	.server .server-list {
		width: 90%;
	}

	.server .server-list li {
		width: 48%;
		margin-right: 4%;
		padding: 0;
		margin-bottom: 4%;
	}

	.server .server-list li .server-top span {
		font-size: 0.6rem;
	}

	.server .server-list li .server-top h3 {
		margin-left: 0.2rem;
	}

	.server .server-list li:nth-child(3n) {
		margin-right: 4%;
	}

	.server .server-list li:nth-child(2n) {
		margin-right: 0;
	}

	.server .server-btn {
		margin: 2rem auto;
	}

	.server .server-btn a {
		font-size: 0.36rem;
	}

	.server .server-list li .server-top h3 {
		font-size: 0.36rem;
	}

	.server .server-list li .server-bottom {
		padding: 1.2rem 0.2rem;
		font-size: 0.32rem;
	}
}


/*-----------------------------
		contact
-------------------------------*/
.contact {
	overflow: hidden;
	padding-top: 1rem;
}

.contact .container {
	width: 80%;
}

.contact .contact_1 {
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.contact .contact_1 p {
	font-size: 0.24rem;
	color: #000;
	margin: 0;
	line-height: 1.7;
}

.contact .contact_2 {
	overflow: hidden;
	margin-bottom: 1rem;
}

.contact .contact_2 p,
.contact .contact_2 span {
	font-size: 0.24rem;
	color: #000;
	line-height: 1.7;
	margin: 0;
}

.contact .contact_2 span a {
	color: #ff6111;
}

.contact .contact_3 {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.contact .contact_3 .contact_3_left {
	overflow: hidden;
	width: 48%;
}

.contact .contact_3 .contact_3_left p {
	font-size: 0.24rem;
	color: #000;
	margin: 0;
	line-height: 1.7;
}

.contact .contact_3 .contact_3_left a {
	font-size: 0.9rem;
	color: #ff6111;
	font-weight: bold;
}

.contact .contact_3 .contact_3_right {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 40%;
	justify-content: space-between;
}

.contact .contact_3 .contact_3_right span {
	display: block;
	width: 45%;
}

.contact .contact_3 .contact_3_right span img {
	width: 100%;
	display: block;
}

.contact .contact_3 .contact_3_right span p {
	margin: 0;
	color: #000;
	font-size: 0.16rem;
	text-align: center;
	padding-top: 0.2rem;
}

.contact .contact_3 .contact_3_right span p em {
	font-style: inherit;
	color: #ff6111;
}

.contact .contact_4 {
	width: 100%;
	overflow: hidden;
}

.contact .contact_4 img {
	width: 100%;
	display: block;
}

.contact .contact_4 .molibe {
	display: none;
}

@media (max-width:1024px) {
	.contact .container {
		width: 90%;
	}

	.contact .contact_1 p {
		font-size: 0.36rem;
	}

	.contact .contact_2 p,
	.contact .contact_2 span {
		font-size: 0.36rem;
	}

	.contact .contact_3 {
		flex-wrap: wrap;
	}

	.contact .contact_3 .contact_3_left {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.contact .contact_3 .contact_3_left p {
		font-size: 0.36rem;
	}

	.contact .contact_3 .contact_3_left a {
		font-size: 0.8rem;
	}

	.contact .contact_3 .contact_3_right {
		width: 100%;
	}

	.contact .contact_3 .contact_3_right span p {
		font-size: 0.32rem;
	}

	.contact .contact_4 .pc {
		display: none;
	}

	.contact .contact_4 .molibe {
		display: block;
	}
}


/*-----------------------------
		list
-------------------------------*/

/*---------------- article -------------*/
.article {
	overflow: hidden;
	min-height: 600px;
	background: #ebebeb;
}

.article .article-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.article .article-list li {
	width: 33.33333%;
	color: #fff;
	cursor: pointer;
	list-style: none;
	padding: 10px 30px;
	background: #ebebeb;
}

.article .article-list li a {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 2.38rem;
	background: #fff;
	padding: 0.3rem;
	border: 1px solid #ccc;
}

.article .article-list li h3 {
	font-size: 0.24rem;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 0.4rem;
	color: #000;
	font-weight: bold;
}

.article .article-list li p {
	font-size: 0.14rem;
	color: #000;
	margin: 0;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 1rem;
	position: relative;
}

.article .article-list li:hover h3 {
	color: #ff6111;
}

@media (max-width:1024px) {
	.article .container {
		padding: 0;
	}

	.article .article-list li {
		width: 100%;
		padding: 0.2rem 0.3rem;
	}

	.article .article-btn {
		margin: 2rem auto;
	}

	.article .article-list li a {
		padding: 0.3rem;
	}

	.article .article-list li h3 {
		font-size: 0.36rem;
		margin-bottom: 0.4rem;
	}

	.article .article-list li p {
		font-size: 0.24rem;
		max-height: 2rem;
	}

	.article .article-btn a {
		font-size: 0.36rem;
	}
}

/*-------------- multi -------------------*/
.multi {
	overflow: hidden;
	min-height: 600px;
}

.multi .multi-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.multi .multi-list li {
	width: 33.33333%;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.multi .multi-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.multi .multi-list li img {
	width: 100%;
}

.multi .multi-list li .text-align {
	position: absolute;
	top: -100%;
	text-align: center;
	box-sizing: border-box;
	transition: 0.5s ease-in-out 0.1s;
	background-color: #ff6111;
	opacity: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.2rem 0.1rem;
}

.multi .multi-list li .text-align h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.multi .multi-list li .text-align p {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.multi .multi-list li:hover .text-align {
	top: 0;
	opacity: 1;
}

.multi .multi-btn {
	text-align: center;
	margin: 100px auto;
}

.multi .multi-btn a {
	color: #ff6111;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #ff6111;
	border-radius: 30px;
	padding: 10px 30px;
}

@media (max-width:1024px) {
	.multi .container {
		padding: 0;
	}

	.multi .multi-list li {
		width: 100%;
	}

	.multi .multi-list li .text-align {
		position: inherit;
		top: 0;
		padding: 0.5rem;
		opacity: 1;
		background-color: inherit;
		display: block;
	}

	.multi .multi-list li .text-align h3 {
		color: #000;
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.multi .multi-list li .text-align p {
		color: #000;
		font-size: 0.28rem;
		margin: 0;
	}
}

/*-----------------------------
		detail
-------------------------------*/
/*------------- article -------------*/
.detai_article {
	overflow: hidden;
}

.detai_article .article-title {
	font-size: 0.24rem;
	text-align: center;
	background: #f2f2f2;
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid #a0a0a0;
	font-weight: bold;
	width: 100%;
}

.detai_article .article-mian {
	overflow: hidden;
	padding: 0.5rem 0 0;
	width: 85%;
	margin: 0 auto;
}

.next-map {
	overflow: hidden;
	padding: 1.19rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.next-map a {
	color: #000;
	font-size: 0.24rem;
	font-weight: bold;
	width: 48%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.next-map a em {
	color: #ff6111;
	font-style: inherit;
}

.detai_article .article-adv {
	width: 100%;
	overflow: hidden;
}

.detai_article .article-adv img {
	width: 100%;
	display: block;
}

.detai_article .article-adv .molibe {
	display: none;
}

.detai_article .article_list {
	overflow: hidden;
}

.detai_article .article_list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.detai_article .article_list ul li {
	width: 33.33333%;
	color: #fff;
	cursor: pointer;
	list-style: none;
	padding: 10px 30px;
	background: #ebebeb;
}

.detai_article .article_list ul li:hover a h3{
	color: #ff6111;
}

.detai_article .article_list ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 2.38rem;
	background: #fff;
	padding: 0.3rem;
	border: 1px solid #ccc;
}

.detai_article .article_list ul li a h3 {
	font-size: 0.24rem;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 0.4rem;
	color: #000;
	font-weight: bold;
}

.article_list ul li p {
	font-size: 0.14rem;
	color: #000;
	margin: 0;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 1rem;
	position: relative;
}

@media (max-width:1024px) {
	.detai_article .article-title {
		font-size: 0.36rem;
		padding: 1rem 0.5rem;
		line-height: 1.7;
	}

	.detai_article .article-adv .pc {
		display: none;
	}

	.detai_article .article-adv .molibe {
		display: block;
	}

	.detai_article .article_list ul li {
		width: 100%;
		padding: 0.2rem 0.3rem;
	}

	.detai_article .article_list ul li a {
		padding: 0.3rem;
	}

	.detai_article .article_list ul li a h3 {
		font-size: 0.36rem;
		margin-bottom: 0.4rem;
	}

	.detai_article .article_list li p {
		font-size: 0.24rem;
		max-height: 2rem;
	}
}

/*------------- multi -------------*/
.detail_multi {
	overflow: hidden;
}

.detail_multi .multi-title {
	overflow: hidden;
	text-align: center;
	padding: 0.5rem 0;
	width: 100%;
}

.detail_multi .multi-title h2 {
	text-align: center;
	font-size: 0.24rem;
	text-align: center;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

.detail_multi .multi-title p {
	font-size: 0.18rem;
	color: #000;
	margin: 0;
}

.detail_multi ._thumb {
	width: 100%;
	overflow: hidden;
}

.detail_multi ._thumb img {
	width: 100%;
	display: block;
}

.detail_multi .multi-mian {
	overflow: hidden;
	padding: 0.5rem 0 0;
	width: 85%;
	margin: 0 auto;
}

.next-map {
	overflow: hidden;
	padding: 1.19rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.next-map a {
	color: #000;
	font-size: 0.24rem;
	font-weight: bold;
	width: 48%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.next-map a em {
	color: #ff6111;
	font-style: inherit;
}

.detail_multi .multi-adv {
	width: 100%;
	overflow: hidden;
}

.detail_multi .multi-adv img {
	width: 100%;
	display: block;
}

.detail_multi .multi-adv .molibe {
	display: none;
}

.detail_multi .multi_list {
	overflow: hidden;
}

.detail_multi .multi_list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.detail_multi .multi_list ul li {
	width: 33.33333%;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.detail_multi .multi_list ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.detail_multi .multi_list ul li img {
	width: 100%;
}

.detail_multi .multi_list ul li .text-align {
	position: absolute;
	top: -100%;
	text-align: center;
	box-sizing: border-box;
	transition: 0.5s ease-in-out 0.1s;
	background-color: #ff6111;
	opacity: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.2rem 0.1rem;
}

.detail_multi .multi_list ul li .text-align h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.detail_multi .multi_list ul li .text-align p {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.detail_multi .multi_list ul li:hover .text-align {
	top: 0;
	opacity: 1;
}

@media (max-width:1024px) {
	.detail_multi .multi-title {
		padding: 0.5rem;
	}

	.detail_multi .multi-title h2 {
		font-size: 0.36rem;
		line-height: 1.7;
		margin-bottom: 0.2rem;
	}

	.detail_multi .multi-title p {
		font-size: 0.28rem;
		line-height: 1.7;
	}

	.next-map {
		flex-wrap: wrap;
	}

	.next-map a {
		font-size: 0.36rem;
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.detail_multi .multi-adv .pc {
		display: none;
	}

	.detail_multi .multi-adv .molibe {
		display: block;
	}

	.detail_multi .multi_list .container {
		padding: 0;
	}

	.detail_multi .multi_list ul li {
		width: 100%;
	}

	.detail_multi .multi_list ul li .text-align {
		position: inherit;
		top: 0;
		padding: 0.5rem;
		opacity: 1;
		background-color: inherit;
		display: block;
	}

	.detail_multi .multi_list ul li .text-align h3 {
		color: #000;
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.detail_multi .multi_list ul li .text-align p {
		color: #000;
		font-size: 0.28rem;
		margin: 0;
	}
}


/*-----------------------------
		about
-------------------------------*/
.about_1 {
	overflow: hidden;
	padding: 1.5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	margin: 0 auto;
}

.about_1 .about_1_left {
	overflow: hidden;
	width: 60%;
}

.about_1 .about_1_left img {
	width: 50%;
	display: block;
	margin-bottom: 0.5rem;
}

.about_1 .about_1_left p {
	font-size: 0.30rem;
	margin: 0;
	line-height: 1.7;
}

.about_1 .about_1_left p em {
	color: #ff6111;
	font-style: inherit;
}

.about_1 .about_1_rgiht {
	overflow: hidden;
	width: 40%;
}

.about_1 .about_1_rgiht li {
	list-style: none;
	font-size: 0.36rem;
	text-align: right;
	line-height: 1.7;
	margin-bottom: 0.2rem;
	font-weight: bold;
	padding-right: 0.5rem;
}

@media (max-width:1024px) {
	.about_1 {
		flex-wrap: wrap;
	}

	.about_1 .about_1_left {
		width: 100%;
	}

	.about_1 .about_1_left img {
		margin: 0 auto 0.5rem;
	}

	.about_1 .about_1_rgiht {
		width: 100%;
		margin-top: 0.5rem;
	}
	.about_1 .about_1_rgiht li{
		text-align: center;
		padding-right: 0;
	}

	.about_1 .about_1_left p {
		font-size: 0.32rem;
	}
}

.about_2 {
	overflow: hidden;
	padding: 1rem 0;
	background: #efefef;
}

.about_2 .about_2_title {
	font-size: 0.42rem;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.8rem;
}

.about_2 .about_2_title em {
	color: #ff6111;
	font-style: inherit;
}

.about_2 p {
	font-size: 0.30rem;
	width: 85%;
	margin: 0 auto;
	color: #000;
	line-height: 2;
}

@media (max-width:1024px) {
	.about_2 .about_2_title {
		margin-bottom: 0.4rem;
		font-size: 0.4rem;
	}

	.about_2 p {
		font-size: 0.32rem;
	}
}

.about_3,
.about_8 {
	width: 100%;
	overflow: hidden;
}
.about_3{
	padding:1rem 0;
	background: url(../images/about_advbg.jpg) no-repeat center;
	background-size: cover;
}
.about_3 .about_adv{
	width: 35%;
	margin: 0 auto;
}
.about_3 img,
.about_8 img {
	width: 100%;
	display: block;
}

.about_3 .moblie,
.about_8 .moblie {
	display: none;
}

@media (max-width:1024px) {
	.about_3{padding: 0.5rem 0;}
	.about_3 .pc,
	.about_8 .pc {
		display: none;
	}

	.about_3 .moblie,
	.about_8 .moblie {
		display: block;
	}
	.about_3 .about_adv{
		width: 80%;
	}
}

.about_4 {
	overflow: hidden;
}

.about_4 .about_4_title {
	text-align: center;
	background: #efefef;
	font-size: 0.32rem;
	font-weight: bold;
	padding: 0.6rem 0;
	margin: 0;
}

.about_4 .about_4_list {
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 85%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1rem 0;
}

.about_4 .about_4_list li {
	width: 25%;
	overflow: hidden;
	list-style: none;
	text-align: center;
}

.about_4 .about_4_list li img {
	width: 100%;
	display: block;
}

@media (max-width:1024px) {
	.about_4 .about_4_list {
		width: 95%;
		padding: 0;
	}

	.about_4 .about_4_title {
		background: #fff;
		font-size: 0.4rem;
	}

	.about_4 .about_4_list li {
		width: 33.333%;
	}
}

.about_5 {
	overflow: hidden;
	padding: 0.6rem 0 1rem;
	background: #efefef;
}

.about_5 .about_5_title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.about_5 .about_5_list {
	padding: 0;
	list-style: none;
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
}

.about_5 .about_5_list li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.about_5 .about_5_list li:nth-child(3n) {
	margin-right: 0;
}

.about_5 .about_5_list li h3 {
	background: #ff6111;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0.3rem 0;
	position: relative;
}
.about_5 .about_5_list li h3 span{
    position: absolute;
    font-size: 0.6rem;
    color: #bd4001;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0.2rem;	
}

.about_5 .about_5_list li p {
	display: block;
	background: #fff;
	overflow: hidden;
	font-size: 0.18rem;
	color: #000;
	border: 2px solid #ccc;
	border-top: none;
	margin: 0;
	padding: 0.3rem 0.2rem;
	line-height: 2;
	min-height: 2.85rem;
}

@media (max-width:1024px) {
	.about_5 .about_5_list {
		width: 95%;
	}

	.about_5 .about_5_title {
		font-size: 0.4rem;
	}

	.about_5 .about_5_list li {
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.about_5 .about_5_list li h3 {
		font-size: 0.36rem;
	}

	.about_5 .about_5_list li p {
		font-size: 0.24rem;
	}

	.about_5 .about_5_list li:nth-child(3n) {
		margin-right: 2%;
	}

	.about_5 .about_5_list li:nth-child(2n) {
		margin-right: 0;
	}
}

.about_6 {
	overflow: hidden;
	padding: 0.6rem 0 1rem;
}

.about_6 .about_6_title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.6rem;
}

.about_6 .about_6_list {
	overflow: hidden;
	padding: 0;
	width: 85%;
	margin: 0 auto;
	list-style: none;
}

.about_6 .about_6_list li {
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	float: left;
}

.about_6 .about_6_list li:nth-child(3n) {
	margin-right: 0;
}

.about_6 .about_6_list ._title {
	overflow: hidden;
	background-color: #ff6111;
	position: relative;
	min-height: 4.5rem;
}

.about_6 .about_6_list ._title span {
	position: absolute;
	color: #000;
	font-size: 4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font-weight: bold;
	opacity: 0.2;
}

.about_6 .about_6_list ._title h2 {
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 9;
	margin: 0;
	width: 100%;
	font-weight: bold;
}

.about_6 .about_6_list dl {
	overflow: hidden;
	padding: 0.1rem;
	margin-bottom: 0;
}

.about_6 .about_6_list dl dt {
	line-height: 2;
	font-size: 0.18rem;
	color: #000;
	font-weight: inherit;
}

.about_6 .about_6_list dl dt em {
	font-style: normal;
	color: #ff6111;
}

.about_6 .about_6_list dl dt:first-child span {
	font-size: 0.24rem;
	font-weight: bold;
}

@media (max-width:1024px) {
	.about_6 .about_6_list {
		width: 95%;
	}

	.about_6 .about_6_title {
		font-size: 0.4rem;
	}

	.about_6 .about_6_list ._title {
		min-height: 5rem;
	}

	.about_6 .about_6_list ._title h2 {
		font-size: 0.32rem;
	}

	.about_6 .about_6_list li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		margin-right: 0;
		margin-bottom: 5%;
	}

	.about_6 .about_6_list ._title {
		width: 50%;
	}

	.about_6 .about_6_list dl {
		width: 50%;
		padding: 0 0 0 0.3rem;
	}

	.about_6 .about_6_list dl dt {
		font-size: 0.24rem;
	}

	.about_6 .about_6_list dl dt:first-child span {
		font-size: 0.32rem;
	}

}

.about_7 {
	overflow: hidden;
	background: #EFEFEF;
	padding: 0.5rem 0 1rem;
}

.about_7 .about_7_title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

.about_7 .about_7_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	margin: 0 auto;
}
.about_7 .about_7_list{
	width: 52%;
	overflow: hidden;
	padding: 0;
	margin-bottom: -1%;
}

.about_7 .about_7_list2 {
	overflow: hidden;
	width: 49.5%;
	padding: 0;
	margin-bottom: -1%;
}

.about_7 .about_7_list li {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	position: relative;
	list-style: none;
}

.about_7 .about_7_list li:nth-child(2n) {
	margin-right: 0;
}

.about_7 .about_7_list li img {
	width: 100%;
	display: block;
}

.about_7 .about_7_list li p,.about_7 .about_7_list2 li p{position: absolute;bottom: 0;color: #fff;font-size: 0.14rem;left: 10px;font-weight: 600;}

.about_7 .about_7_list2 {
	margin-left: 0.5%;
}

.about_7 .about_7_list2 li {
	width: 100%;
	margin-bottom: 1%;
	list-style: none;
	position: relative;
}

.about_7 .about_7_list2 li img {
	width: 100%;
	display: block;
}

@media (max-width:1024px) {
	.about_7 {
	    overflow: hidden;
	    padding: 0.6rem 0 1rem;
	}
	.about_7 .about_7_title{
		font-size: 0.4rem;
	}
	.about_7 .about_7_box{
		width: 95%;
		flex-wrap: wrap;
	}
	.about_7 .about_7_list{
		width: 100%;
	}
	.about_7 .about_7_list2{
		width: 100%;
		margin-left: 0;
		margin-top: 1%;
	}
}
