@media screen and (max-width: 1200px) {
	.lmys>li {
		width: 48% !important;
		margin-bottom: 2% !important;
	}

	.lmys>li:hover {
		margin-bottom: 3% !important;
		margin-top: -1%;
	}
}

@media screen and (max-width: 500px) {
	.lmys>li {
		width: 98% !important;
		margin-bottom: 2% !important;
	}

	.hzly>.w1200 {
		flex-direction: column !important;
	}

	.hzly .left .con {
		font-size: 20px !important;
		display: flex;
		flex-wrap: wrap;
	}

	.hzly .left .but {
		margin-bottom: 10%;
	}

	.hzly .right {
		width: 100% !important;
	}

	.hzly {
		background-size: 100% 40%;
		background-position: top;
	}
}

/* @media screen and(max-width:1024px) {
	.hzly{
		background-size: 50% auto;
	}
} */
.lmys {}

.lmys>li {
	width: 23%;
	border: 1px solid #DEDEDE;
	margin: 0 1%;
	background: #FFFFFF;
	padding: 45px 0 26px;
	transition: all 0.2s;
}

.lmys>li:hover {
	margin-bottom: 1% !important;
	margin-top: -1%;
	position: relative;
	left: 0;
	bottom: 0;
}

.lmys>li>.banli_i {}

.lmys>li>.banli_bar {
	width: 44px;
	height: 4px;
	background: #FFE8B9;
	border-radius: 2px;
	margin: 0 auto 13px;
}

.lmys>li:nth-child(2)>.banli_bar {
	background: #B3F4EC;
}

.lmys>li:nth-child(3)>.banli_bar {
	background: #FFB2B2;
}

.lmys>li:nth-child(4)>.banli_bar {
	background: #D0E3FF;
}

.lmys>li>.banli_w {
	font-size: 18px;
	font-family: PingFangSC-Thin, PingFang SC;
	font-weight: 100;
	color: #999999;
	line-height: 30px;
}

.hzly {
	background-image: url(../images/bgi_1.png);

}

.hzly>.w1200 {
	display: flex;
	justify-content: space-between;
	text-align: left !important;
}

.hzly .left {
	flex: 1;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	flex-direction: column;
}

.hzly .left .top {
	font-size: 40px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 56px;
}

.hzly .left .con {
	font-size: 34px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 44px;
}

.hzly .left .but {
	width: 100px;
	height: 4px;
	background: #FDE902;
	margin-top: 50px;
}

.hzly .left p {}

.hzly .left p>text {
	color: rgba(253, 233, 2, 1);
}

.hzly .right {
	/* padding: 20px; */
	height: 500px;
	width: 60%;
	background: #FFFFFF;
}

.hzly .right>ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: url(../images/abgi.png) no-repeat bottom;
	background-size: 100% 70%;
}

.hzly .right>ul>li {
	width: 50%;
	/* height: 50%; */
	padding-left: 10%;
	display: flex;
	flex-direction: column;
}

.hzly .right>ul>li .banli_t {
	padding-top: 15%;
}

.hzly .right>ul>li .banli_i {
	margin-top: 5%;
	/* font-size: 22px; */
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	/* line-height: 30px; */
}

.hzly .right>ul>li .banli_w {
	/* font-size: 22px; */
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	/* line-height: 30px; */
}

.bgc {
	background: #F2F2F2;
}

.hzhb {
	display: flex;
	flex-wrap: wrap;
}

.hzhb>li {
	width: 18%;
	padding: 0;
	margin: 1%;
}

.hzhb>li>img {
	width: 100%;
}


.dropdown {}

.dropdown>button {
	border: 0px solid #000;
	text-align: left;
}

.btns-pan {
	float: right;
	position: relative;
	top: 7px;
}


.sqjm {

	display: flex;
	flex-wrap: wrap;
}


.sqjm>.a {
	padding: 0;
	width: 31%;
	margin: 1%;
}

.sqjm>.a .add>select {
	width: 100%;
	border: none;
	height: 45px;
	padding-left: 6%;
}

.sqjm>.a .add>ul {
	padding-left: 10%;
	padding-right: 10%;
}



.sqjm input {
	border: 0px solid #000;
	width: 93%;
	height: 45px;
	padding-left: 7%;
	/* padding-right: 20px; */
	background: #FFFFFF;
}

.sqjm textarea {
	border: 0px solid #000;
	width: 98%;
	height: 45px;
	padding-left: 2%;
	/* padding-right: 20px; */
	background: #FFFFFF;
	resize: none;
}

.sqjm .a:last-child {
	width: 97%;
	height: 94px;
}

.sqjm .a:last-child textarea {
	height: 100%;
	padding-top: 14px;
}

.card {
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(183, 202, 255, 0.25);
	border: 1px solid #D6E1FF;
	height: 100%;
	/* max-width: 30%;
	width: 20%; */
	margin: 0 10px;
	text-align: left;
	padding: 3%;
	line-height: 200%;
}

.card1 {
	position: relative;
	top: -4px;
}

.card2 {
	position: relative;
	top: 1px;
}

.card h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.card p {
	font-size: 16px;
	color: #666666;
}

.card p label {
	font-size: 30px;
	color: #FD6802;
}

.card h2 {
	font-size: 22px;
	text-align: center;
}

.card p span {
	font-size: 18px;
	color: #FD6802;
	text-align: center;
	line-height: 99px;
}

.card p span a {
	font-size: 18px;
	color: #FD6802;
}

.card img {
	padding-top: 30px;
	width: 90px;
}

.card button {
	background-color: #7D9CFF;
	color: #FFFFFF;
	border: none;
	height: 41px;
	width: 100%;
	margin-top: 30px;
}

.h200 {
	/* margin: 50px 0; */
	height: 250px;
}

/**
 * 涓撻椤甸潰
 */
body {
	background: #F6F7F8;
}

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

	.special-nav,
	.special-type {
		display: none !important;
	}

	.special-box {
		flex-direction: column;
	}

	.special-left,
	.special-right {
		width: 100% !important;
	}

	#owl-demo .item {
		height: 460px;
	}

	.special-card-right ul li a span {
		width: 100% !important;
	}

	.special-card-right>button {
		width: 100%;
	}

	.special-card-yellow>button {
		width: 94%;
	}

	.special-page {
		flex-wrap: wrap;
		line-height: 300%;
	}
}

@media screen and (max-width: 1200px) and (min-width:675px) {
	.special-card-right {
		width: 49%;
		float: left;
	}

	.special-card-right-first {
		margin-right: 2%;
		line-height: 27px;
	}

	.special-card-right ul li a img {
		width: 120px !important;
	}

	.special-card-right-last ul li a span {
		height: 80px;
		white-space: inherit !important;
	}
}

@media screen and (max-width:820px) {
	.special-card-text ul li a p:first-child {
		width: 75% !important;
	}

	#owl-demo .item {
		height: 280px;
	}

	.article-root ul li a>div>p {
		-webkit-line-clamp: 4 !important;
		line-clamp: 4 !important;
	}

	.article-root ul li a>div {
		height: 155px !important;
	}
}

@media screen and (max-width:675px) {
	.special-card {
		width: 100% !important;
	}

	.special-card-text ul li a p:first-child {
		width: 70% !important;
	}

	#owl-demo .item {
		height: 280px;
	}

	.special-card-right ul li a img {
		width: auto !important;
	}

	.special-card-right-last ul li a span {
		height: 80px;
		white-space: inherit !important;
	}

	.special-card-yellow>button {
		width: 89%;
	}

	.article-root ul li a {
		flex-direction: column;
	}

	.article-root ul li a>img {
		width: 100% !important;
	}

	.article-root ul li a>div {
		height: 150px !important;
		margin-top: 5px;
	}
}

@media screen and (max-width:425px) {
	#owl-demo .item {
		height: 150px;
	}

	#owl-demo .item h2,
	#owl-demo .item h3 {
		display: none;
	}

	.owl-theme .owl-controls {
		bottom: -25px;
	}

	.special-card-yellow>button {
		width: 85%;
		padding: 11px 30% !important;
	}

	.special-card-right>button {
		width: 100%;
		padding: 11px 30% !important;
	}

	.special-card-right-first li a span {
		width: 240px !important;
	}
}

.special-commer {
	float: left;
	width: 100%;
	padding-top: 20px;
	/* padding-bottom: 20px; */
}

.special-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.special-nav>div>img {
	width: 15px;
	margin-right: 5px;
}

.special-nav>div>a {
	margin-right: 5px;
}

.special-search {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	border-radius: 50px;
	background-color: #EAEAEA;
}

.special-search>input {
	border: 0;
	background-color: #EAEAEA;
}

.special-type {
	background-color: #fff;
	padding: 20px;
	display: flex;
	margin: 20px 0;
}

.special-type>ul>li {
	margin-right: 10px;
}

.special-type>ul,
.special-page>ul {
	display: inherit;
}

.special-type>ul>li.active>a {
	color: #FD6802;
}

.special-box {
	display: flex;
	justify-content: space-between;
}

.special-left {
	width: 70%;
}

#owl-demo .item h2 {
	position: absolute;
	bottom: 2em;
	left: 20px;
	color: #fff;
}

#owl-demo .item h3 {
	position: absolute;
	bottom: 1em;
	left: 20px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}

.owl-pagination {
	position: absolute;
	bottom: 2em;
	right: 2em;
}

.special-cardlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.special-card {
	width: 49%;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 10px 0px rgba(47, 47, 47, 0.09);
}

.special-card-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.special-card-title>p {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
}

.special-card-title>p>span {
	background: linear-gradient(135deg, #FF8F43 0%, #FD6802 100%);
	border-radius: 3px;
	padding: 0 2px;
	margin-right: 10px;
}

.special-card-title>a {
	color: #999999;
}

.special-card-imgtext {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.special-card-imgtext>img {
	width: 40%;
	margin-right: 15px;

	height: 100px;
}

.special-card-imgtext-text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: left;
	width: 60%;
}

.special-card-imgtext-text a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.special-card-imgtext-text a:first-child {
	color: #333;
	font-weight: 500;
}

.special-card-imgtext-text a:last-child {
	color: #666;
	font-size: 12px;
}

.special-card-text {
	height: 100px;
	overflow: hidden;
}

.special-card-text ul li {
	line-height: 25px
}

.special-card-text ul li a {
	display: flex;
	justify-content: space-between;
}

.special-card-text ul li a p:first-child {
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	text-align: left;
	font-weight: 500;
	color: #333333;
}

.special-card-text ul li a p:last-child {
	font-weight: 400;
	color: #999999;
}

.special-right {
	width: 28%;
}

.special-card-yellow {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(47, 47, 47, 0.09);
}

.scyellow-title {
	background: linear-gradient(135deg, #FF8F43 0%, #FD6802 100%);
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 0px 4px 4px rgba(211, 62, 0, 0.48);
	padding: 13px;
}

.scyellow-input {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E7E7E7;
	margin: 20px 30px;
	padding: 10px;
}

.scyellow-input>img {
	width: 20px;
	margin-right: 8px;
}

.scyellow-input>input {
	border: 0;
}

.special-card-yellow>button {
	background: #FE791F;
	box-shadow: 0px 4px 8px 0px rgba(215, 39, 10, 0.12);
	font-weight: 500;
	color: #FFFFFF;
	padding: 11px 110px;
	margin: 0 20px 20px 20px;
	border: 0;
}

.special-card-right {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	text-align: left;
	box-shadow: 0px 4px 10px 0px rgba(47, 47, 47, 0.09);
}

.special-card-right ul li a {
	display: inline-flex;
	/* margin: 7px 0; */
	color: #666;
	width: 100%;

}

.special-card-right-first ul li a {
	align-items: center;
	width: 100%;
}

.special-card-right ul li a img {
	width: 34%;
	height: 80px;
	margin-right: 10px;
}

.special-card-right-first ul li a span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.special-card-right-last ul li a span {
	margin: 7px 0;
	height: 65px;
	white-space: inherit !important;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 66%;
}

.special-card-right ul li a p {
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	margin-right: 10px;
}

.special-card-right ul li:nth-child(-n+4) a p {
	color: #fff;
	background: #FE5454;
}

.special-card-right ul li:nth-child(n+5) a p {
	background: #CACACA;
	color: #FFFFFF;
}

.special-card-right>button {
	background: #FE791F;
	box-shadow: 0px 4px 8px 0px rgba(215, 39, 10, 0.12);
	font-weight: 500;
	color: #FFFFFF;
	padding: 11px 115px;
	border: 0;
	margin-top: 10px;
}

.special-page {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}


.special-page ul li {
	margin: 0 10px;
}

.special-page ul li>a {
	padding: 7px 13px;
	border: 1px solid #DCDCDC;
}

.special-page ul li>a.active {
	color: #fff;
	background: #FD6802;
	border: 1px solid #FD6802;
}

.special-page ul li>input {
	width: 26px;
	height: 26px;
	padding: 5px;
	border: 1px solid #DCDCDC;
	margin: 0 10px;
}

.special-page ul li>button {
	padding: 8px 20px;
	border: 1px solid #DCDCDC;

}

/**
 * 涓撻姝ｆ枃
 */
.article-title>img {
	width: 100%;
}

.article-middle {
	margin: 15px 0;
	position: relative;
}

.article-content {
	padding: 40px;
	line-height: 30px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(47, 47, 47, 0.09);
	color: #333333;
	font-family: PingFangSC-Medium, PingFang SC;

}
.article-content img{ width: 100%;
     height: 100%;
     overflow: hidden;
     background-size: cover;
     background-position: center;}
.article-content>div {
	overflow: hidden;
}

.article-content h1,
.article-content h2 {
	font-weight: 600;
}

.article-content h1 {
	font-size: 20px;
	text-align: center;
}

.article-content h2 {
	font-size: 16px;

}

.article-content>div>img {
	width: 80%;
	margin: 10px 10%;
}

.look {
	color: #FE791F;
	text-align: right;
	position: absolute;
	bottom: 23px;
	right: 50px;
	cursor: pointer;
}

.look>img {
	width: 15px;
	transform: rotate(180deg);
}

.article-root li:first-child {
	margin-top: 0;
}

.article-root li {
	padding: 40px;
	line-height: 30px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(47, 47, 47, 0.09);
	margin: 15px 0;
}

.article-root li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article-root li a>img {
	width: 35%;
	margin-right: 2%;
	height: 170px;
}

.article-root li a>div {
	font-family: PingFangSC-Medium, PingFang SC;
	color: #333333;
	line-height: 24px;
	font-size: 12px;
	text-align: left;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: space-between; */
	height: 180px;
	width: 65%;
}

.article-root li a>div>h1 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}

.article-root li a>div>div {
	display: flex;
	align-items: center;
	color: #666;

}

.article-root li a>div>p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	margin: 10px 0;
	height: 100px;
}

.article-root li a>div>div>img {
	width: 13px;
	margin-right: 5px;
}

.article-root li a>div>div>p {
	margin-right: 15px;
	font-size: 14px;
}

#owl-demo .item{
	height: 380px!important;
}