/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

ul,
ol,
dl {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	font-family: "microsoft yahei";
	color: #666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "microsoft yahei";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "microsoft yahei";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.margin-c {
	width: 1200px;
	margin: 0 auto;
	width: 1560px;
}

.header {
	position: fixed;
	background: rgba(0, 0, 0, 0.45);
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	height: 80px;
}

.header .header-list {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
	width: 1560px;
}

.header .header-list .logo {
	float: left;
	font-size: 0;
	line-height: 80px;
}

.header .header-list .logo img {
	width: 162px;
	height: 48px;
}

.header .header-list .nav {
	float: right;
	position: relative;
}

.header .header-list .nav li {
	/* float: left; */
	margin-right: 38px;
	display: inline-block;
	position: relative;
}

.header>.header-list>.nav>li {
	/* position: relative; */
}

.inner-ul {
	padding-top: 52px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	float: none !important;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	grid-gap: 0px;
}

.inner-ul li {
	height: 58px;
	width: 220px;
	background-size: 64px 60px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 50px;
}

.header .header-list .nav .inner-ul li {
	margin-right: 20px;
}

.header .header-list .nav .inner-ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.header .header-list .nav .inner-ul li a p {
	line-height: 30px;
	padding-left: 25px;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/pro_icon.png);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
	position: relative;
}

.header .header-list .nav .inner-ul li a:hover {
	color: #2386ee;
}

.header .header-list .nav .inner-ul li.hot a p::after {
	content: " ";
	display: block;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/hot_icon.png);
	width: 28px;
	height: 14px;
	background-size: 28px 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.header .header-list .nav .inner-ul li a span {
	border-top: 1px solid #eee;
	display: block;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	line-height: initial;
	padding-top: 8px;
	margin-top: 8px;
}

.w1200 {
	display: none;
	height: 287px;
	width: 100%;
	cursor: pointer;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 999;
	box-shadow: 0px 3px 14px rgba(0, 21, 52, 0.1);
	background-color: #fff;
}

.header .header-list {
	position: relative;
}

.header .header-list .nav {
	position: absolute;
	left: 0;
	right: 116px;
	top: 0;
	margin: auto;
	left: 407px;
	/* overflow: hidden; */
}

.header .header-list .nav ul {
	/* overflow: hidden; */
	float: left;
	font-size: 0;
	white-space: nowrap;
}

.header .header-list .nav li a {
	font-size: 18px;
	line-height: 90px;
	line-height: 80px;
	color: #fff;
	position: relative;
	display: block;
}

.header .header-list .nav li a:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	content: "";
	height: 2px;
	background: rgba(255, 255, 255, 0.45);
	width: 0;
	transition: all 0.5s;
	margin: auto;
}

.header .header-list .nav li a.on:before {
	width: 100%;
}

.header .header-list .nav li a:hover:before {
	width: 100%;
}

.header .header-list .nav li:last-child {
	margin-right: 0;
}

.header .header-list b {
	float: right;
	font-size: 18px;
	line-height: 90px;
	line-height: 80px;
	color: #fff;
	font-family: arial;
	/* padding-left: 32px; */
	/* background: url(/html/UserData/zhengxiegw/Images/Default/tel.png) no-repeat left center; */
	/* margin-left: 35px; */
}

.banner img {
	width: 100%;
	height: auto;
}

.index-title {
	text-align: center;
	padding: 35px 0;
	padding: 70px 0 40px;
}

.index-title h3 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	/* font-weight: normal; */
}

.index-title p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

.marginb40 {
	margin-bottom: 40px;
}

.product {
	/* background: url(/html/UserData/zhengxiegw/Images/Default/product.png) no-repeat center; */
	background-size: cover;
	/* padding-bottom: 80px; */
	background-color: #f2f6ff;
}

.product-list {
	/* width: 1200px; */
	/* margin: 0 auto; */
	/* background: #fff; */
	/* width: 1560px; */
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: #f2f6ff;
}

.product-list::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 59px;
	background-color: #fff;
	width: 100%;
	z-index: 10;
}

.product-list .hd {
	position: relative;
	z-index: 20;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 9.1vw;
}

.product-list .hd li {
	/* width: 50%; */
	height: 58px;
	line-height: 40px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #333;
	transition: all 0.5s;
	background: #fff;
	/* width: 25%; */
	width: calc(100% / 3);
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.product-list .hd li.on {
	/* background: linear-gradient(to right, #008aff, #005aff); */
	/* color: #fff; */
	font-weight: bold;
	border-bottom: 2px solid #2386ee;
}

.product-list .hd li img {
	margin-right: 10px;
}

.product-list .bd li {
	/* padding: 0 40px; */
	background-color: #f2f6ff;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
	margin: 0 auto 80px;
	width: 1560px;
}

.product-list .bd li .product-list-box div,
.product-list .bd li .product-list-box {
	padding: 0;
}

.product-list .bd li .product-list-box {
	background-color: #fff;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/product-list-box.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding: 0 40px;
	overflow: hidden;
	height: 200px;
}

.product-list-left {
	float: left;
	width: 1100px;
}

.product-list-right a {
	margin-top: 76px;
	display: inline-block;
	margin-left: 20px;
	height: 48px;
	line-height: 46px;
	box-sizing: border-box;
	border: 1px solid #2386ee;
	background-color: #2386ee;
	color: #fff;
	font-size: 16px;
	transition: 0.4s;
	width: 140px;
	border-radius: 2px;
	text-align: center;
}

.product-list-right a:nth-child(2) {
	background-color: #fff;
	color: #2386ee;
}

.product-list-right a:nth-child(1):hover {
	background-color: #fff;
	color: #2386ee;
}

.product-list-right a:nth-child(2):hover {
	background-color: #2386ee;
	color: #fff;
}

.product-list-right {
	float: right;
	width: calc(100% - 1100px);
	text-align: right;
}

.product-list .bd li h3 {
	font-size: 20px;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid #2386ee;
	line-height: 20px;
	height: 20px;
	margin: 36px 0 14px;
	font-weight: 600;
}

.product-list .bd li p {
	font-size: 15px;
	line-height: 1.6;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.product-list .bd li div {
	overflow: hidden;
	padding: 20px 0;
}

.product-list .bd li div div {
	padding: 0 40px;
}

.product-list .bd li div dl {
	float: left;
	/* width: 20%; */
	/* width: 16.666%; */
	/* margin: 18px 0; */
	width: 230px;
	height: 200px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

.product-list .bd li div dl:nth-child(6n) {
	margin-right: 0;
}

.product-list .bd li div dl:hover dt {
	transform: rotate(360deg);
}

.product-list .bd li div dt {
	font-size: 0;
	text-align: center;
	margin: 42px auto 0;
	transition: 0.4s;
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.product-list .bd li div dd {
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.price {
	background: url(/html/UserData/zhengxiegw/Images/Default/price.png) no-repeat center;
	background-size: cover;
	padding-bottom: 95px;
}

.price .index-title h3 {
	color: #fff;
}

.price .index-title p {
	color: #fff;
}

.price-list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 1560px;
	padding: 0 10px;
}

.price-list .bd li {
	float: left;
	width: 277px;
	margin-right: 30px;
	width: 366px;
	/* padding: 10px 0; */
	position: relative;
	background: #fff;
}

.price-list dl {
	margin: 0 auto;
	float: left;
	/* margin-right: 30px; */
	padding: 0 23px;
	transition: 0.4s;
	width: 266px;
	padding: 0 38px;
	position: relative;
	z-index: 20;
	width: 100%;
	box-sizing: border-box;
}

.price-list .bd li::after {
	content: " ";
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #b5d6ff, #ffffff);
}

.price-list dl:nth-child(4n) {
	margin-right: 0;
}

.price-list dl dt {
	text-align: center;
	font-size: 0;
	height: 155px;
	overflow: hidden;
	line-height: 155px;
	margin-top: 45px;
}

.price-list dl dt img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s;
}

.price-list dl:hover dt img {
	transform: scale(1.05);
}

.price-list dl:hover {
	/* box-shadow: 0 0 4px 4px #AAAAAA; */
}

.price-list dl dd h3 {
	/* font-size: 24px; */
	font-size: 23px;
	color: #333;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
}

.price-list dl dd div {
	/* border: 1px dashed #e5e5e5; */
	/* padding: 5px 0; */
	line-height: 50px;
	height: 50px;
	font-size: 0;
	padding: 0;
	margin-bottom: 70px;
}

.price-list dl dd div span {
	font-size: 18px;
	color: #fff;
	background-color: #2386ee;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	cursor: pointer !important;
}

.price-list dl:nth-child(1) dd div span:hover {
	cursor: inherit;
	color: #ff0000;
}

.price-list dl dd div span:hover {
	cursor: pointer;
	color: #2386ee;
}

.price-list dl dd div em {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	background-color: #e0edff;
	color: #2386ee;
	text-decoration: line-through;
}

.price-list dl dd div em b::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: url(/html/UserData/zhengxiegw/Images/Default/line.png) no-repeat center;
	display: none;
}

.price-list dl:nth-child(1) dd div em b::before {
	display: none;
}

.price-list dl dd p {
	font-size: 18px;
	line-height: 1.75;
	margin: 15px 0;
	min-height: auto;
	color: #666666;
	height: 157px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.price-list .hd {
	text-align: center;
	margin-top: 30px;
}

.price-list .hd li {
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.35;
	margin: 0 10px;
}

.price-list .hd li.on {
	opacity: 1;
}

.advantage {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
	width: 1560px;
	zoom: 1;
}

.advantage:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.advantage-list {
	float: right;
	/* overflow: hidden; */
	width: 922px;
	width: 1165px;
	zoom: 1;
}

.advantage-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.advantage-list dl {
	float: left;
	width: 33.333%;
	width: 31.5%;
	margin: 0px 2.75% 30px 0;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
	height: 255px;
}

.advantage-list dl:nth-child(3n) {
	margin-right: 0;
}

.advantage-list dl dt {
	font-size: 0;
	text-align: center;
	width: 80px;
	height: 88px;
	line-height: 88px;
	margin: 45px auto 10px;
	overflow: hidden;
}

.advantage-list dl dt img {
	max-width: 100%;
	max-width: 100%;
	transition: all 0.4s;
}

.advantage-list dl:hover dt img {
	transform: rotateY(180deg);
}

.advantage-list dl dd {
	margin: 10px 20px;
	text-align: center;
	overflow: hidden;
}

.advantage-list dl dd h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	font-size: 20px;
}

.advantage-list dl dd p {
	font-size: 17px;
	color: #666;
	font-weight: normal;
	margin: 5px 0 50px;
	font-size: 16px;
	margin-bottom: 20px;
}

.advantage-more {
	float: left;
	width: 278px;
	/* background: #f2f8fe; */
	text-align: center;
	width: 366px;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/advantage-/html/UserData/zhengxiegw/Images/Default/more.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	height: 540px;
}

.advantage-more h3 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin: 40px 0 10px;
	margin: 60px 0 10px;
}

.advantage-more p {
	color: #fff;
	margin: 0 25px;
	text-align: left;
	font-size: 16px;
	text-align: center;
}

.advantage-more img {
	margin: 45px 0;
}

.advantage-more .btn {
	display: block;
	width: 217px;
	height: 43px;
	margin: 0 auto;
	background: #4a99ec;
	border-radius: 43px;
	color: #fff;
	line-height: 43px;
	font-size: 17px;
	margin-bottom: 35px;
	transition: 0.4s;
	cursor: pointer;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-bottom: 100px;
}

.advantage-more .btn:hover {
	background-color: #FF0000;
}

.news {
	background: #f2f6ff;
	margin-top: 50px;
	overflow: hidden;
	padding-bottom: 40px;
}

.news-list {
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
	width: 1560px;
}

.news-list::after {
	content: " ";
	display: block;
	clear: both;
}

.news-list dl {
	float: left;
	/* width: 377px; */
	/* width: 383px; */
	width: 420px;
	background: #fff;
	margin-right: 25px;
	transition: all 0.5s;
}

.news-list dl:nth-child(3n) {
	margin-right: 0;
}

.news-list dl:nth-child(2),
.news-list dl:nth-child(3),
.news-list dl:nth-child(4),
.news-list dl:nth-child(5) {
	/* width: 385px; */
	height: 212px;
	margin-bottom: 28px;
	width: 540px;
}

.news-list dl:nth-child(2) dt,
.news-list dl:nth-child(3) dt,
.news-list dl:nth-child(4) dt,
.news-list dl:nth-child(5) dt {
	display: none;
}

.news-list dl:nth-child(5) {
	margin-right: 0;
}

.news-list.news-innerlist dl {
	margin-bottom: 35px;
}

.inner-nav ul {
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 45px;
	margin-top: 30px;
}

.inner-nav ul li {
	display: inline-block;
	margin: 0 15px 15px;
	margin: 0 10px 15px;
}

.inner-nav ul li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 20px;
	background-color: #fff;
	font-size: 18px;
	color: #333;
	border-radius: 18px;
	transition: 0.4s;
	/* padding: 5px 0; */
	line-height: 40px;
	min-width: 105px;
	border-radius: 2px;
	font-size: 16px;
	box-sizing: content-box;
}

.inner-nav ul li a.on {
	background-color: #2386ee;
	color: #fff;
}

.inner-nav ul li a:hover {
	background-color: #2386ee;
	color: #fff;
}

.news-innerlist {
	padding-bottom: 50px
}

.news-innerlist dl {
	width: 502px;
}

.news-list.news-innerlist dl:nth-child(2),
.news-list.news-innerlist dl:nth-child(3) {
	height: auto;
	width: 502px;
}

.news-list.news-innerlist dl:nth-child(2) dt,
.news-list.news-innerlist dl:nth-child(3) dt {
	display: block;
}

.news-list.news-innerlist dl:nth-child(4),
.news-list.news-innerlist dl:nth-child(5),
.news-list.news-innerlist dl:nth-child(6),
.news-list.news-innerlist dl:nth-child(7),
.news-list.news-innerlist dl:nth-child(8),
.news-list.news-innerlist dl:nth-child(9),
.news-list.news-innerlist dl:nth-child(10),
.news-list.news-innerlist dl:nth-child(11),
.news-list.news-innerlist dl:nth-child(12) {
	width: 383px;
	height: 212px;
	margin-bottom: 28px;
	width: 502px;
}

.news-list.news-innerlist dl:nth-child(4) dt,
.news-list.news-innerlist dl:nth-child(5) dt,
.news-list.news-innerlist dl:nth-child(6) dt,
.news-list.news-innerlist dl:nth-child(7) dt,
.news-list.news-innerlist dl:nth-child(8) dt,
.news-list.news-innerlist dl:nth-child(9) dt,
.news-list.news-innerlist dl:nth-child(10) dt,
.news-list.news-innerlist dl:nth-child(11) dt,
.news-list.news-innerlist dl:nth-child(12) dt {
	display: none;
}

.news-list.news-innerlist dl:nth-child(5) {
	margin-right: 28px;
}

.news-list.news-innerlist dl:nth-child(1),
.news-list.news-innerlist dl:nth-child(2),
.news-list.news-innerlist dl:nth-child(3) {
	margin-bottom: 28px;
}

.news-list dl dt {
	height: 254px;
	height: 280px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.news-list dl dt img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	object-fit: cover;
}

.news-list dl:hover dt img {
	transform: scale(1.05);
}

.news-list dl dd {
	padding: 25px;
	padding: 30px;
}

.news-list dl dd h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
}

.news-list dl dd div {
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}

.news-list dl dd p {
	margin: 45px 0 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/html/UserData/zhengxiegw/Images/Default/more03.png) no-repeat right center;
}

.news-list dl dd p em {
	font-size: 16px;
	color: #999;
	font-family: arial;
	display: block;
	padding-left: 25px;
	background: url(/html/UserData/zhengxiegw/Images/Default/date.png) no-repeat left center;
}

.news-list dl dd span {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/html/UserData/zhengxiegw/Images/Default/more.png) no-repeat center;
	margin: 35px 0 15px;
	transition: all 0.5s;
	margin: 35px 0 5px;
	display: none;
}

.news-list dl:hover dd span {
	background: url(/html/UserData/zhengxiegw/Images/Default/more02.png) no-repeat center;
}

.news-list dl:hover {
	box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.07);
}

.news-more {
	display: block;
	width: 140px;
	height: 44px;
	margin: 30px auto;
	border: 1px solid #c9c9c9;
	text-align: center;
	line-height: 44px;
	font-size: 17px;
	border-radius: 44px;
	transition: 0.4s;
}

.news-more:hover {
	background-color: #2386ee;
	color: #FFFFFF;
}

.index-news-list.news-list dl:nth-child(1) {
	width: 500px;
	height: 560px;
	box-sizing: border-box;
	padding: 0 30px;
	border-bottom: 3px solid #2386ee;
	position: relative;
	margin-right: 30px;
}

.index-news-list.news-list dl:nth-child(1) dt {
	margin: 24px 10px;
}

.index-news-list.news-list dl:nth-child(1) dd {
	padding: 0;
}

.index-news-list.news-list dl dd h3 {
	font-size: 18px;
	margin: 30px 0 10px;
	transition: 0.4s;
}

.index-news-list.news-list dl:nth-child(1) dd h3 {
	margin: 45px 0 15px;
	font-weight: bold;
}

.index-news-list.news-list dl:nth-child(1) dd h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: block;
	height: 74px;
	margin-bottom: 45px;
	white-space: pre-wrap;
	color: #999999;
}

.index-news-list.news-list dl dd p {
	font-size: 16px;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
}

.index-news-list.news-list dl:nth-child(1) dd span {
	position: absolute;
	bottom: 60px;
	right: 30px;
	display: block;
	width: 24px;
	height: 6px;
	background: url(/html/UserData/zhengxiegw/Images/Default/moree.png) no-repeat center;
	transition: all 0.5s;
	margin: 0;
	display: block;
}

.index-news-list.news-list dl:nth-child(1):hover dd span {
	background: url(/html/UserData/zhengxiegw/Images/Default/moree02.png) no-repeat center;
}

.index-news-list.news-list dl:nth-child(1):hover h3 {
	color: #2386ee;
}

.index-news-list.news-list dl:nth-child(2),
.index-news-list.news-list dl:nth-child(3),
.index-news-list.news-list dl:nth-child(4),
.index-news-list.news-list dl:nth-child(5) {
	width: 1030px;
	height: 125px;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 0 30px 0 155px;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
}

.index-news-list.news-list dl:nth-child(1) dd p {
	position: initial;
	height: auto;
	width: 100%;
	text-align: left;
}

.index-news-list.news-list dl:nth-child(1) dd p::after {
	display: none;
}

.index-news-list.news-list dl dd p {
	font-size: 16px;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 125px;
	background: none;
	margin: 0;
	text-align: center;
	color: #999999;
}

.index-news-list.news-list dl dd p::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 40px;
	background-color: #dddddd;
	transition: 0.4s;
}

.index-news-list.news-list dl dd p span {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
	display: inline-block;
	transition: 0.4s;
}

.index-news-list.news-list dl dd p span:nth-child(1) {
	font-size: 36px;
	margin-top: 20px;
	display: block;
}

.index-news-list.news-list dl dd p span:nth-child(2) {
	font-size: 18px;
	margin-top: -5px;
}

.index-news-list.news-list dl dd {
	padding: 0;
}

.index-news-list.news-list dl dd h4 {
	color: #999999;
	font-size: 14px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: block;
	height: auto;
	white-space: nowrap;
	transition: 0.4s;
}


.index-news-list.news-list dl:nth-child(1):hover dd h4 {
	color: #999999;
}

.index-news-list.news-list dl:nth-child(1):hover {
	background-color: #fff;
}

.index-news-list.news-list dl:hover {
	background-color: #2386ee;
}

.index-news-list.news-list dl:hover dd p::after {
	background-color: #fff;
}

.index-news-list.news-list dl:hover dd h3,
.index-news-list.news-list dl:hover dd p span,
.index-news-list.news-list dl:hover h4 {
	color: #fff;
}




.footer {
	background: #313131 url(footer-bg.png) no-repeat bottom center;
	overflow: hidden;
	width: 100%;
}

.footer-list {
	width: 1200px;
	margin: 0 auto;
	/* width: 1560px; */
}

.footer-list-top {
	overflow: hidden;
	margin-top: 45px;
}

.footer-list-top .apply {
	/* float: left; */
}

.footer-list-top .apply p {
	font-size: 17px;
	color: #fff;
	line-height: 47px;
	float: left;
}

.footer-list-top .apply .open-form {
	display: block;
	float: right;
	width: 142px;
	float: right;
	height: 47px;
	border-radius: 47px;
	font-size: 17px;
	color: #fff;
	line-height: 47px;
	/* margin-top: 20px; */
	text-indent: 55px;
	background: #2386ee url(apply.png) no-repeat 18px center;
	transition: 0.4s;
	cursor: pointer;
	display: none;
}

.open-form {
	cursor: pointer;
}

.footer-list-top .apply .open-form:hover {
	color: #fff;
	background-color: #FF0000;
}

.footer-list-promotion {
	overflow: hidden;
	margin: 40px 0 0;
	display: none;
}

.footer-list-promotion .link {
	float: left;
	font-size: 17px;
	color: #c0c0c0;
}

.footer-list-promotion .link span {
	color: #fff;
}

.footer-list-promotion .tel {
	float: left;
	font-size: 17px;
	color: #c0c0c0;
	margin-left: 50px;
}

.footer-list-promotion .tel b {
	color: #fff;
}

.footer-list-link {
	overflow: hidden;
	margin-top: 50px;
}

.footer-list-link span {
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}

.footer-list-link ul {
	overflow: hidden;
}

.footer-list-link li {
	float: left;
	margin-right: 20px;
}

.footer-list-link li a {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}

.footer-list-link li a:hover {
	text-decoration: underline;
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 15px;
	color: #fff;
	opacity: 0.4;
	text-align: center;
	padding: 25px 0;
	margin-top: 20px;
}

.copyright a {
	font-size: 15px;
	color: #fff;
}

.innerBanner {
	height: 450px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.innerBanner img {
	position: absolute;
	left: -960px;
	top: 0;
	margin-left: 50%;
}

.CPPCC-title {
	width: 1200px;
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0 25px;
}

.CPPCC-title h3 {
	font-weight: normal;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;
	font-size: 36px;
}

.CPPCC-title p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.75;
	text-align: center;
}

.CPPCC-product {
	background: #f8f8f8;
	padding-bottom: 30px;
}

.CPPCC-side {
	width: 1200px;
	margin: 20px auto;
	text-align: center;
	font-size: 0;
}

.CPPCC-product-list {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.CPPCC-product-list dl {
	float: left;
	width: 25%;
	overflow: hidden;
	margin: 25px 0;
}

.rendacp .CPPCC-product-list dl {
	width: 20%;
}

.CPPCC-product-list dl dt {
	height: 96px;
	line-height: 96px;
	font-size: 0;
	text-align: center;
}

.CPPCC-product-list dl dt img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s;
}

.CPPCC-product-list dl:hover dt img {
	transform: rotateY(180deg);
}

.CPPCC-product-list dl dd {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin: 10px;
}

.CPPCC-characteristic {
	background: url(/html/UserData/zhengxiegw/Images/Default/cppcc-img10.png) no-repeat center;
	overflow: hidden;
	padding-bottom: 130px;
}

.CPPCC-characteristic .index-title h3 {
	color: #fff;
}

.CPPCC-characteristic .index-title p {
	color: #fff;
}

.CPPCC-characteristic-list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}

.CPPCC-characteristic-list dl {
	float: left;
	width: 218px;
	background: #fff;
	margin-right: 27px;
	transition: 0.4s;
}

.CPPCC-characteristic-list dl:hover {
	box-shadow: 0 0 4px 4px #AAAAAA;
}

.CPPCC-characteristic-list dl:nth-child(5n) {
	margin-right: 0;
}

.CPPCC-characteristic-list dl dt {
	height: 115px;
	line-height: 115px;
	text-align: center;
	line-height: 115px;
	font-size: 0;
	margin: 30px 0 10px;
}

.CPPCC-characteristic-list dl dt img {
	transition: 0.4s;
}

.CPPCC-characteristic-list dl:hover dt img {
	transform: rotateY(180deg);
}

.CPPCC-characteristic-list dl dd h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.CPPCC-characteristic-list dl dd p {
	font-size: 17px;
	text-align: center;
	margin: 10px 0 65px;
}

.CPPCC-brief {
	width: 1200px;
	margin: 0 auto;
}

.CPPCC-brief-list .hd {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.CPPCC-brief-list .hd li {
	float: left;
	font-size: 20px;
	color: #333;
	padding-bottom: 15px;
	text-align: center;
	width: 20%;
	z-index: 1;
	cursor: pointer;
}

.CPPCC-brief-list .hd li:last-child {
	margin-right: 0;
}

.CPPCC-brief-list .hd li.on {
	border-bottom: 3px solid #005dff;
}

.CPPCC-brief-list .hd .active-nav {
	border-bottom: 3px solid #005dff;
}

.CPPCC-brief-list {
	overflow: hidden;
}

.preview .arrow-left {
	background-image: url(/html/UserData/zhengxiegw/Images/Default/index_tab_l.png);
	background-repeat: repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 6px;
	width: 10px;
	height: 20px;
	z-index: 10;
}

.preview .arrow-right {
	background-image: url(/html/UserData/zhengxiegw/Images/Default/index_tab_r.png);
	background-repeat: repeat;
	background-size: cover;
	position: absolute;
	right: 1px;
	top: 6px;
	width: 10px;
	height: 20px;
	z-index: 10;
}

.CPPCC-brief-list .bd li dl {
	overflow: hidden;
	padding: 50px 0;
}

.CPPCC-brief-list .bd li dl dt {
	float: right;
	width: 760px;
	font-size: 0;
	text-align: right;
}

.CPPCC-brief-list .bd li dl dt img {
	max-width: 100%;
}

.CPPCC-brief-list .bd li dl dd {
	float: left;
	width: 360px;
}

.CPPCC-brief-list .bd li dl dd h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-top: 20px;
}

.CPPCC-brief-list .bd li dl dd p {
	font-size: 17px;
	color: #ff0000;
	margin-top: 5px;
}

.CPPCC-brief-list .bd li dl dd div {
	font-size: 17px;
	color: #666;
	line-height: 30px;
	margin: 20px 0;
}

.szzx-ewm {
	width: 120px;
}

.CPPCC-brief-list .bd li dl dd .szzx-text {
	font-size: 16px;
	color: #999;
}

.CPPCC-brief-list .bd li dl dd .open-form {
	display: block;
	width: 217px;
	height: 43px;
	background: #2386ee;
	border-radius: 20px;
	text-align: center;
	line-height: 43px;
	color: #fff;
	font-size: 17px;
	transition: 0.4s;
}

.CPPCC-brief-list .bd li dl dd .open-form:hover {
	background: #FF0000;
}

.CPPCC-user {
	background: #f8f8f8;
}

.CPPCC-user-list {
	width: 1230px;
	margin: 0 auto;
}

.CPPCC-user-list .swiper-container {
	padding: 15px 15px 155px 15px;
}

.CPPCC-user-list .swiper-slide {
	background: #fff;
	box-shadow: 0 0 10px 1px #dedede;
}

.CPPCC-user-list .swiper-slide dl {
	padding: 35px 0;
}

.CPPCC-user-list .swiper-slide dl dt {
	height: 133px;
	line-height: 133px;
	font-size: 0;
	text-align: center;
}

.CPPCC-user-list .swiper-slide dl dt img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.CPPCC-user-list .swiper-slide dl:hover dt img {
	transform: scale(1.15);
}

.CPPCC-user-list .swiper-slide dl dd {
	font-size: 20px;
	color: #333;
	text-align: center;
	padding: 0 35px;
	margin-top: 20px;
}

.CPPCC-user-list .swiper-pagination {
	bottom: 100px !important;
}

.CPPCC-user-list .swiper-pagination .swiper-pagination-bullet {
	width: 72px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	opacity: 1;
}

.CPPCC-user-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4296f4;
}

.zhrd-banner01 {
	margin-top: 105px;
	overflow: hidden;
	margin-bottom: 120px;
}

.zhrd-banner01-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.zhrd-banner01-right-title {
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}

.zhrd-banner01-right-text {
	color: #666666;
	font-size: 17px;
	line-height: 2;
}

.zhrd-banner02 {
	overflow: hidden;
	/* background-color: #f8f8f8; */
	position: relative;
	padding-bottom: 60px;
}

.zhrd-banner02-title {
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 5px;
}

.zhrd-banner02-title-text {
	text-align: center;
	color: #666666;
	font-size: 17px;
	margin-bottom: 55px;
}

.zhrd-banner02-img {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
	width: 383px;
	height: 309px;
}

.zhrd-banner02-item {
	margin-bottom: 35px;
	float: left;
	width: 51%;
}

.zhrd-banner02-item-title {
	color: #333333;
	width: 342px;
	font-size: 20px;
	margin-bottom: 8px;
}

.yyzzmm {
	margin-bottom: 30px;
}

.yyzzmm input {
	width: 69% !important;
}

.zhrd-banner02-item-title img {
	margin-right: 5px;
}

.zhrd-banner02-item-text {
	color: #666666;
	width: 342px;
	font-size: 17px;
	line-height: 1.75;
}

.zhrd-banner02-lits-right {
	float: right;
	width: 342px;
	margin-top: 35px;
}

.zhrd-banner02-item:nth-child(4) {
	position: absolute;
	top: 35px;
	right: 60px;
	width: 342px;
}

.zhrd-banner02-item:nth-child(5) {
	position: absolute;
	top: 200px;
	right: 60px;
	width: 342px;
}

.zhrd-banner02-lits-right .zhrd-banner02-item:nth-child(1) {
	margin-bottom: 85px;
}

.zhrd-banner02-list {
	overflow: hidden;
	position: relative;
}

.zhrd-banner02-list-left {
	float: left;
	width: 342px;
}

.zhrd-banner03 {
	width: 100%;
	overflow: hidden;
	height: auto;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/zhrd-banner03.png);
	background-repeat: repeat;
	background-size: cover;
	padding-bottom: 20px;
}

.zhrd-banner03 .zhrd-banner02-title {
	color: #FFFFFF;
}

.zhrd-banner03 .zhrd-banner02-title-text {
	color: #FFFFFF;
}

.zhrd-banner05 .zhrd-banner02-title {
	color: #FFFFFF;
}

.zhrd-banner05 .zhrd-banner02-title-text {
	color: #FFFFFF;
}

.zhrd-banner03-list {
	overflow: hidden;
}

.zhrd-banner03-item {
	width: 228px;
	height: 275px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 14px;
	margin-bottom: 23px;
}

.zhrd-banner03-item:nth-child(5n) {
	margin-right: 0;
}

.zhrd-banner03-item-head {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #EEEEEE;
	margin: 20px auto 8px;
	position: relative;
}

.zhrd-banner03-item-head img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 0.41s;
}

.zhrd-banner03-item:hover .zhrd-banner03-item-head img {
	transform: rotate(360deg);
}

.zhrd-banner03-item-title {
	color: #333333;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zhrd-banner03-item-text {
	color: #666666;
	font-size: 17px;
	padding: 5px 18px 0;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.zhrd-banner04 {
	height: 979px;
}

.zhrd-banner04-content {
	background-color: #f4f9fe;
}

.zhrd-banner04-content .hd {
	float: left;
	width: 228px;
}

.zhrd-banner04-content .hd .on {
	background-color: #2386ee;
	color: #FFFFFF;
	font-weight: 600;
}

.zhrd-banner04-content .hd li {
	width: 100%;
	height: 66px;
	background-color: #d5e8fc;
	color: #333333;
	font-size: 18px;
	line-height: 66px;
	border-bottom: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding-left: 15px;
	cursor: pointer;
}

.zhrd-banner04-content .bd {
	background-color: #f4f9fe;
	float: left;

}

.zhrd-banner04-content .bd li {
	width: 972px;
	height: 660px;
	overflow: hidden;
}

.zhrd-banner04-item-title {
	color: #2386ee;
	font-size: 24px;
	margin: 50px 0 10px 50px;
}

.zhrd-banner04-item-title-text {
	color: #666666;
	font-size: 17px;
	margin-left: 50px;
}

.zhrd-banner04-item-content {
	box-sizing: border-box;
	padding: 20px;
	font-size: 17px;
	color: #333333;
	line-height: 1.6;
}

.zhrd-banner04-item-content * {
	max-width: 100%;
}

.zhrd-banner05 {
	width: 100%;
	height: 1125px;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/zhrd-banner05-bgi.png);
	overflow: hidden;
	background-repeat: repeat;
	background-size: cover;
	display: none;
}

.djfw-title {
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin: 35px 0 45px;
}

.djfw-tab {
	border-collapse: collapse;
	width: 100%;
}

.djfw-tab th {
	height: 138px;
	border: 1px solid #EEEEEE;
}

.djfw-tab th:nth-child(1) {
	color: #2386ee;
	font-size: 24px;
	font-weight: 400;
}

.djfw-tab th:nth-last-child(1) {
	color: #2386ee;
	font-size: 18px;
}

.djfw-tab td {
	border: 1px solid #EEEEEE;
	position: relative;
	height: 150px;
}

.djfw-tab td .duigou {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.djfw-tab-left {
	float: left;
	position: relative;
	height: 100%;
	border-right: 1px solid #EEEEEE;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	padding: 40px 20px;
	width: 155px;
}

.djfw-tab-left-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 70px;
}

.djfw-tab-left img {
	margin-bottom: 5px;
}

.djfw-tab-left p {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}

.djfw-tab-right {
	float: left;
	width: 110px;
	font-size: 17px;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 1.75;
}


.djfw-tab td:nth-last-child(1) {
	color: #666666;
	font-size: 17px;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
	width: 150px;
	line-height: 1.75;
}

.djfw-innertitle {
	text-align: center;
	line-height: 90px;
	color: #2386ee;
	font-size: 24px;
	font-weight: 600;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.shouf-tab {
	width: 100%;
	margin-bottom: 70px;
}

.shouf-tab table {
	width: 100%;
	border-collapse: collapse;
}

.shouf-tab table th {
	height: 95px;
	position: relative;
	border: 1px solid #EEEEEE;
}

.shouf-tab table th:nth-child(1) {
	width: 162px;
	line-height: 95px;
	color: #FFFFFF;
	background-color: #91c2f6;
	font-size: 18px;
}

.shouf-tab-th-span {
	width: 56px;
	height: 1px;
	background-color: #EEEEEE;
	margin: 0 auto;
}

.shouf-tab table th:nth-child(2) {
	width: 110px;
}

.shouf-tab table th:nth-child(3) {
	width: 785px;
}

.shouf-tab-th {
	float: left;
	width: 130px;
	box-sizing: border-box;
	border-right: 1px solid #EEEEEE;
	line-height: 95px;
	height: 100%;
	color: #666666;
	font-size: 17px;
	font-weight: 400;
	transition: 0.4s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shouf-tab-th:hover {
	color: #2386ee;
}

.shouf-tab-th:nth-last-child(1) {
	border: none;
}

.shouf-tab-th-mianf {
	color: #FFFFFF;
	width: 100px;
	height: 37px;
	border-radius: 18px;
	font-size: 18px;
	background-color: #2386ee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	line-height: 37px;
	transition: 0.4s;
}

.shouf-tab-th-mianf:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.shouf-tab table th:nth-child(4) {
	color: #666666;
	font-size: 17px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.75;
}

.shouf-tab table td {
	border: 1px solid #EEEEEE;
	height: 95px;
}

.shouf-tab table tr td:nth-child(1) {
	width: 162px;
	color: #FFFFFF;
	background-color: #91c2f6;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	padding: 0 15px;
	box-sizing: border-box;
}

.shouf-tab table td:nth-child(4) {
	color: #666666;
	font-size: 17px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.75;
}

.shouf-tab table td:nth-child(3) {
	text-align: center;
}

.shouf-tab table td:nth-child(3) p {
	color: #666666;
	font-size: 17px;
}

.shouf-tab table td:nth-child(3) p span {
	color: #ff0000;
	font-size: 30px;
}

.yssy-banner01 {
	height: 973px;
	overflow: hidden;
	position: relative;
}

.yssy-img {
	margin-top: -20px;
}

.yssy-banner01-btn {
	position: absolute;
	bottom: 78px;
	left: 0;
	right: 0;
	margin: auto;
	width: 290px;
	height: 47px;
	border-radius: 23px;
	color: #FFFFFF;
	font-size: 17px;
	background-color: #2386ee;
	line-height: 47px;
	text-align: center;
	transition: 0.4s;
}

.yssy-banner01-btn:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.yssy-banner02 {
	width: 100%;
	height: 972px;
	background-image: url(/html/UserData/zhengxiegw/Images/Default/yssy-banner02.png);
	background-repeat: repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.yssy-banner02 .zhrd-banner02-title {
	color: #FFFFFF;
}

.yssy-banner02 .zhrd-banner02-title-text {
	color: #FFFFFF;
}

.yssy-img01 {
	text-align: center;
}

.yssy-banner02 .yssy-banner01-btn {
	background-color: #FFFFFF;
	color: #333333;
	bottom: 160px;
}

.yssy-banner02 .yssy-banner01-btn:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.f7f8fb {
	background-color: #f7f8fb;
	overflow: hidden;
}

.cshz-banner01-list {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.cshz-banner01-item {
	float: left;
	width: 276px;
	height: 264px;
	height: 300px;
	background-color: #FFFFFF;
	transition: 0.4s;
	width: 20%;
	width: 24.666%;
}

.cshz-banner01-item-head {
	/* margin: 19px 48px 10px 26px; */
	transition: 0.4s;
	text-align: center;
}

.cshz-banner01-item-head img {
	width: 55%;
}

.cshz-banner01-item:hover .cshz-banner01-item-head {
	transform: rotateY(360deg);
}

.cshz-banner01-item-title {
	text-align: center;
	color: #333333;
	font-size: 24px;
	margin-bottom: 8px;
	transition: 0.4s;
}

.cshz-banner01-item-text {
	color: #666666;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 20px;
	transition: 0.4s;
	line-height: 1.75;
	text-align: center;
}

.cshz-banner01-item:hover {
	background-color: #2386ee;
}

.cshz-banner01-item:hover .cshz-banner01-item-title {
	color: #FFFFFF;
}

.cshz-banner01-item:hover .cshz-banner01-item-text {
	color: #FFFFFF;
}

.cshz-banner01-inner {
	float: left;
	width: 185px;
	/* height: 264px; */
	text-align: center;
	width: 23.333%;
	width: 13%;
}

.cshz-banner01-inner-img {
	/* margin-top: 90px; */
	margin-bottom: 23px;
}

.cshz-banner01-inner p {
	color: #666666;
	font-size: 17px;
}

.cshz-banner02 {
	overflow: hidden;
	margin-bottom: 55px;
	text-align: center;
	font-size: 0;
}

.cshz-banner02-left {
	/* float: left; */
	margin-right: 100px;
	display: inline-block;
	vertical-align: middle;

}

.cshz-banner02-right {
	/* float: left; */
	/* margin-top: 65px; */
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.cshz-banner02-item {
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
}

.cshz-banner02-item img {
	width: 30px;
	margin-right: 20px;
}

.cshz-banner03-list {
	text-align: center;
	/* overflow: hidden; */
	margin-bottom: 100px;
	zoom: 1;
}

.cshz-banner03-list:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.cshz-banner03-item {
	float: left;
	width: 23%;
	padding: 30px 0 20px;
	border-radius: 10px;
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
	margin-right: 2.666%;
}

.cshz-banner03-item:nth-child(4n) {
	margin-right: 0;
}

.cshz-banner03-item-head {
	transition: 0.4s;
}

.cshz-banner03-item:hover .cshz-banner03-item-head {
	transform: rotateY(180deg);
}

.cshz-banner03-item-text {
	color: #333333;
	font-size: 24px;
	margin-top: 5px;
	transition: 0.4s;
}

.cshz-banner03-item:hover .cshz-banner03-item-text {
	color: #2386ee;
}

.gywm-banner01 {
	overflow: hidden;
	height: 515px;
	position: relative;
}

.gywm-banner01 img {
	margin-top: 40px;
}

.gywm-banner01-title {
	color: #333333;
	font-size: 36px;
	position: absolute;
	top: 88px;
	left: 435px;
	top: 140px;
}

.gywm-banner01-text {
	color: #666666;
	font-size: 17px;
	position: absolute;
	top: 163px;
	left: 435px;
	line-height: 2;
	text-indent: 2em;
	top: 210px;
}

.gywm-banner02 {
	margin-top: 100px;
	overflow: hidden;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-around;
}

.gywm-banner02-item {
	/* width: 50%; */
	float: left;
	margin-bottom: 70px;
	overflow: hidden;
	/* width: 25%; */
	/* display: inline-block; */
	/* width: auto; */
	/* float: none; */
}

.gywm-banner02-item-left {
	/* float: left; */
	width: 121px;
	height: 96px;
	/* margin-right: 30px; */
	margin: auto;
}

.gywm-banner02-item-left img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.gywm-banner02-item:hover .gywm-banner02-item-left img {
	transform: rotateY(180deg);
}

.gywm-banner02-item-title {
	color: #333333;
	font-size: 24px;
}

.gywm-banner02-item-right {
	/* float: left; */
	text-align: center;
}

.gywm-banner02-item-text {
	color: #666666;
	font-size: 17px;
	margin-top: 10px;
	/* width: 385px; */
	line-height: 1.75;
}

.gywm-banner02-item:hover .gywm-banner02-item-title {
	color: #2386ee;
}

.gywm-banner02-item:hover .gywm-banner02-item-text {
	color: #2386ee;
}

.gywm-banner03 {
	width: 100%;
	height: 586px;
	background-color: #e1eefc;
	overflow: hidden;
	position: relative;
}

.gywm-banner03 .zhrd-banner02-title {
	margin-top: 60px;
}

.gywm-banner03 dl {
	height: 280px;
	position: relative;
	box-sizing: border-box;
}

.gywm-banner03 .CPPCC-user-list {
	margin-top: 40px;
	width: 1200px;
	padding: 0;
	width: 1560px;
}

.gywm-banner03 .CPPCC-user-list .swiper-container {
	padding: 0 0 185px 0;
}

.gywm-banner03 dl dt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
}

.gywm-banner03 .CPPCC-user-list .swiper-slide dl {
	padding: 0;
}

.gywm-banner03 .CPPCC-user-list .swiper-slide dl dt {
	height: 99%;
	width: 99%;
	max-width: inherit;
	overflow: hidden;
	position: relative;
}

.gywm-banner03 .CPPCC-user-list .swiper-slide dl dt img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.gywm-banner04 {
	/* height: 520px; */
	overflow: hidden;
}

.gywm-banner04 .zhrd-banner02-title {
	margin-top: 80px;
	margin-bottom: 40px;
}

.gywm-banner04-list {
	overflow: hidden;
	margin-bottom: 30px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.gywm-banner04-item {
	text-align: center;
	/* width: 25%; */
	float: left;
	width: 22%;
}

.gywm-banner04-item-img {
	transition: 0.4s;
}

.gywm-banner04-item:hover .gywm-banner04-item-img {
	transform: rotateY(180deg);
}

.gywm-banner04-item-text {
	/* width: 200px; */
	/* width: 190px; */
	margin: 0 auto;
	color: #666666;
	font-size: 17px;
	margin-top: 10px;
	line-height: 1.75;
}

.gywm-banner04-item-title {
	color: #333333;
	font-size: 24px;
}

.gywm-banner04-item:hover .gywm-banner04-item-title {
	color: #2386ee;
}

.gywm-banner04-item:hover .gywm-banner04-item-text {
	color: #2386ee;
}

.gywm-banner05 {
	width: 100%;
	height: 660px;
	background-color: #f7f8fb;
	box-sizing: border-box;
	padding-top: 60px;
}

.gywm-banner05-left {
	float: left;
	width: 570px;
	/* margin-right: 50px; */
	width: 36.5%;
}

.gywm-banner05-left-top {
	color: #333333;
	font-size: 36px;
	text-transform: uppercase;
}

.gywm-banner05-left-text {
	margin-top: 25px;
	color: #666666;
	font-size: 17px;
	line-height: 1.75;
}

.gywm-banner05-left-dz {
	color: #666666;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.gywm-banner05-left-list {
	overflow: hidden;
}

.gywm-banner05-left-item {
	text-align: center;
	width: 125px;
	float: left;
	margin-right: 100px;
}

.gywm-banner05-left-item-img {
	width: 100%;
	margin-bottom: 20px;
}

.gywm-banner05-left-item-img img {
	width: 100%;
}

.gywm-banner05-left-item-text {
	color: #666666;
	font-size: 17px;
}

.gywm-banner05-left-item:nth-child(2) .gywm-banner05-left-item-img {
	margin-bottom: 25px;
}

.gywm-banner05-right {
	float: right;
	width: 577px;
	height: 560px;
	box-shadow: 0 0 20px 20px #ebeff5;
	box-sizing: border-box;
	padding: 10px 30px 0;
	background-color: #FFFFFF;
	width: 58.5%;
}

.form-list-item {
	float: left;
	width: 243px;
	border-bottom: 1px solid #EEEEEE;
	/* margin-right: 30px; */
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	width: 47%;
}

.form-list-item:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.form-list-item input {
	border: none;
	font-size: 17px;
	width: 85%;
}

.form-text-title {
	font-size: 17px;
	color: #666666;
	line-height: 60px;
	float: left;
	width: 100%;
}

.form-text textarea {
	width: 100%;
	height: 172px;
	border: 1px solid #EEEEEE;
	resize: none;
	font-size: 17px;
	box-sizing: border-box;
	padding: 10px;
}


.form-foot {
	text-align: center;
}

.form-foot .chongzhi {
	display: inline-block;
	text-align: center;
	width: 142px;
	height: 47px;
	line-height: 47px;
	font-size: 17px;
	color: #ffffff;
	background-color: #dcdcdc;
	border-radius: 23px;
	cursor: pointer;
	margin: 0 13px;
	transition: 0.4s;
}

.form-foot .chongzhi:hover {
	color: #000000;
}

.form-foot .form-btn {
	display: inline-block;
	text-align: center;
	width: 142px;
	height: 47px;
	line-height: 47px;
	font-size: 17px;
	color: #ffffff;
	background-color: #2386ee;
	border: none;
	border-radius: 23px;
	margin: 0 13px;
	cursor: pointer;
	transition: 0.4s;
	vertical-align: inherit;
}

.form-foot .form-btn:hover {
	color: #fff;
	background-color: #FF0000;
}

.details-right {
	float: right;
	width: 25.6%;
	margin-top: 40px;
	background: #f7f7f7;
}

.details-right h3 {
	line-height: 100px;
	background: #2386ee;
	text-indent: 30px;
	color: #fff;
	font-size: 24px;
}

.details-right ul li {
	margin: 25px 30px;
}

.details-right ul li p {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.details-right ul li span {
	font-size: 14px;
	display: block;
	margin-top: 8px;
}

.details-left {
	float: left;
	width: 71%;
}

.qiye-info-title {
	font-size: 30px;
	color: #333333;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.qiye-info-text {
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.qiye-info-text span {
	color: #999999;
	font-size: 16px;
	margin: 0 12px;
	margin: 0 16px;
}

.qiye-info-text span img {
	margin-top: 5px;
	vertical-align: top;
	margin-right: 3px;
}

.qiye-info-fuwenben {
	margin-top: 30px;
	line-height: 2.2;
	color: #333333;
	font-size: 17px;
	min-height: 200px;
	padding-bottom: 30px;
}

.qiye-info-fuwenben * {
	max-width: 100%;
	font-family: "microsoft yahei" !important;
}

.qiye-info-fuwenben a {
	font-size: 17px;
	font-weight: bold;
	color: #0067ed;
}

.info-foot-left-item {
	margin-bottom: 5px;
	margin-bottom: 10px;
	color: #333;
	font-size: 17px;
	font-size: 0;
	overflow: hidden;
}

.info-foot-left-item em {
	color: #333;
	font-size: 17px;
	font-size: 14px;
	width: 70px;
	height: 30px;
	background: #2386ee;
	color: #fff;
	margin-right: 20px;
	float: left;
	text-align: center;
	line-height: 30px;
}

.info-foot-left-item span {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.info-foot-right {
	float: right;
	display: block;
	width: 187px;
	height: 55px;
	background-color: #0056b5;
	text-align: center;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 17px;
}

.info-foot-right img {
	margin-right: 15px;
}

.info-foot-left a {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.info-foot {
	border-top: 1px dashed #DDDDDD;
	padding-top: 25px;
	overflow: hidden;
	padding-bottom: 25px;
	padding: 40px 150px 40px 0;
	position: relative;
}

.info-foot .back {
	position: absolute;
	right: 0;
	top: 40px;
	width: 120px;
	height: 46px;
	background: #2386ee;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
}

.relevant-title {
	font-size: 24px;
	font-size: 16px;
	color: #333;
	color: #999;
	font-weight: 400;
	margin-bottom: 20px;
	margin-bottom: 15px;
	/* border-bottom: 1px dashed #DDDDDD; */
	/* padding-bottom: 5px; */
	padding-left: 25px;
	background: url(/html/UserData/zhengxiegw/Images/Default/label.png) no-repeat left center;
}

.relevant-list {
	margin-bottom: 20px;
	overflow: hidden;
}

.relevant-list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.relevant-list ul li a {
	display: block;
	padding: 5px 20px;
	padding: 7px 17px;
	transition: 0.4s;
	font-size: 16px;
	border: 1px dashed #DDDDDD;
	color: #333;
}

.relevant-list ul li a:hover {
	color: #FF0000;
	border: 1px dashed #FF0000;
}



.layui-laypage * {
	margin-right: 5px !important;
	font-size: 16px !important;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 0px !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #EEEEEE !important;
}

.layui-laypage-em {
	color: #FFFFFF !important;
	background-color: #2386ee !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #2386ee !important;
}


.recut-list .layui-laypage {
	margin-top: 60px;
	margin-bottom: 0 !important;
}

.banner01-text {
	position: absolute;
	z-index: 999;
	color: #FFFFFF;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1470px;
}

.banner01-title01 {
	margin-top: 190px;
	color: #ffffff;
	font-size: 19px;
	margin-bottom: 10px;
}

.banner01-title02 {
	font-weight: 600;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 25px;
}

.banner01-title03 {
	width: 534px;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.75;
}

.banner01-title04 {
	margin-top: 55px;
	width: 130px;
	height: 43px;
	border-radius: 21px;
	text-align: center;
	line-height: 43px;
	background-color: #2386ee;
	font-size: 17px;
	cursor: pointer;
	transition: 0.4s;
}

.banner01-title04:hover {
	background-color: #FF0000;
}


.innerBanner-btn {
	margin-top: 50px;
	width: 145px;
	height: 43px;
	border-radius: 21px;
	text-align: center;
	line-height: 43px;
	background-color: #2386ee;
	font-size: 17px;
	cursor: pointer;
	transition: 0.4s;
	z-index: 1;
}

.innerBanner-btn:hover {
	background-color: #FF0000;
}

.inner-title {
	margin-top: 170px;
	/* font-weight: 600; */
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 20px;
}

.inner-title-text {
	width: 720px;
	color: #ffffff;
	font-size: 16px;
	/* line-height: 1.75; */
	opacity: 0.75;
}

.inner-title-name {
	width: 720px;
	text-align: right;
	color: #ffffff;
	font-size: 16px;
	opacity: 0.75;
}

.fix-bar {
	position: fixed;
	right: 20px;
	z-index: 999;
	border-radius: 2px;
	top: 40%;
	box-shadow: 0 6px 15px 0 rgb(6 12 19 / 14%);
}

.fix-bar a {
	position: relative;
	display: block;
	width: 68px;
	height: 68px;
	padding: 8px;
	background-color: #0067ed;
	transition: 0.4s;
}

.fix-bar a:hover {
	background-color: #FF0000;
}

.fix-bar a img {
	display: block;
	margin: 10px auto;
}

.fix-bar a span {
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
}

.innerPosition {
	background: #f7f7f7;
}

.innerPosition p {
	width: 1560px;
	margin: 0 auto;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	padding-left: 22px;
	background: url(/html/UserData/zhengxiegw/Images/Default/position.png) no-repeat left center;
	box-sizing: border-box;
}

.innerPosition p a {
	color: #333;
	font-size: 16px;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}




.cooperation-form {
	position: fixed;
	width: 100%;
	background: #fff;
	padding: 70px 0 40px;
	z-index: 1000;
	color: #333;
	display: none;
	top: 0;
	left: 0;
	max-height: 100%;
	overflow: auto;
}

.cooperation-form .form-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	width: 1560px;

}

.cooperation-form .cooperation-close {
	position: absolute;
	background: url(/html/UserData/zhengxiegw/Images/Default/icon-close.png) no-repeat center/100% 100%;
	right: 0;
	top: -45px;
	width: 50px;
	height: 50px;
}

.cooperation-form .form-left {
	float: left;
	width: 450px;
	width: 37.5%;
}

.cooperation-form .form-left h2 {
	font-size: 40px;
	color: #2386ee;
}

.cooperation-form .form-left h3 {
	font-size: 36px;
	margin: 30px 0 60px;
	line-height: 45px;
}

.cooperation-form .form-left p {
	font-size: 14px;
	line-height: 25px;
}

.cooperation-form .form-left h4 {
	font-size: 24px;
	color: #2386ee;
	margin: 60px 0 30px;
}

.cooperation-form .form-right {
	float: left;
	width: 568px;
	/* margin-left: 70px; */
	float: right;
	width: 58.5%;
}

.cooperation-form .form-right h3 {
	font-size: 24px;
	margin-bottom: 16px;
}

.cooperation-form .form-right .baseinfo li {
	margin-bottom: 8px;
	overflow: hidden;
}

.cooperation-form .form-right .baseinfo li label {
	display: block;
	/* width: 545px; */
	height: 40px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	padding: 0 10px;
}

.cooperation-form .form-right .baseinfo li input {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	color: #333;
	border: 0;
	outline: none;
	background: transparent;
}

.cooperation-form .form-right .baseinfo li:last-child label {
	float: left;
	width: 255px;
	width: 49%;
	box-sizing: border-box;
}

.cooperation-form .form-right .baseinfo li:last-child .tel {
	/* margin-right: 12px; */
	float: right;
}

.cooperation-form .form-right h4 {
	font-size: 22px;
	margin: 30px 0 25px;
}

.cooperation-form .form-right h4 span {
	display: block;
	font-size: 30px;
}

.cooperation-form .form-right .project-type li {
	float: left;
	width: 15.41%;
	height: 60px;
	height: 70px;
	font-size: 14px;
	line-height: 60px;
	margin-right: 5px;
	margin-right: 1.5%;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
	box-sizing: border-box;
	padding-top: 5px;

}

.cooperation-form .form-right .project-type li:nth-last-child(1) {
	margin: 0;
}

.cooperation-form .form-right .project-type li label {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.cooperation-form .form-right .project-type li label input {
	outline: none;
	border: 0;
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cooperation-form .form-right .project-type li div {
	width: 100%;
}

.cooperation-form .form-right .project-type li label input[type=radio]:checked {
	border: 1px solid #2386ee !important;
	background: url(/html/UserData/zhengxiegw/Images/Default/icon-choose.png) right bottom no-repeat;
	border: none;
}


.cooperation-form .form-right .budget-title {
	font-size: 24px;
	margin: 20px 0 15px;
}

.cooperation-form .form-right .budget label {
	margin-right: 10px;
	margin-right: 30px;
	font-size: 16px;
}

.cooperation-form .form-right .budget .layui-form-radio {
	margin-right: 0;
}

.cooperation-form .form-right .budget input {
	margin: 1px 3px 0 0;
	padding: 0;
	width: 14px;
	height: 14px;
}

.cooperation-form .form-right .verification {
	margin: 30px 0 25px;
}

.cooperation-form .form-right .verification label {
	display: inline-block;
	width: 270px;
	height: 40px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	width: 450px;
}

.cooperation-form .form-right .verification img {
	width: 132px;
	height: 40px;
	vertical-align: top;
}

.form-right .verification label input {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	outline: none;
}

.cooperation-form .form-right .submit {
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	outline: none;
	border: 0;
	line-height: 54px;
	font-size: 24px;
	color: #fff;
	background: #2386ee;
}

.cpinfo .cpinfo-right {
	width: 1278px;
	float: right;
	margin-top: 20px;
}

.cpinfo .cpinfo-left {
	margin-top: 40px;
	width: 255px;
	float: left;
	overflow: hidden;
	height: auto;
	background-color: #f8f8f8;
}

.dddwww img {
	margin-right: 10px;
}

.dddwww {
	color: #666666;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.dddwww a {
	color: #666666;
	font-size: 16px;
}

.dddwww a:nth-last-child(1) {
	color: #3378eb;
}

.cpinfo .cpinfo-right .qiye-info-text {
	padding-bottom: 15px;
	border-bottom: none;
}

.cpinfo-left>ul>li {
	position: relative;
}

.cpinfo-left>ul>li>a {
	display: block;
	line-height: 50px;
	font-size: 20px;
	color: #666666;
	font-weight: 600;
	min-height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	transition: 0.4s;
}

.cpinfo-left>ul>li>a.active {
	color: #FFFFFF;
	background-color: #3378eb;
}

.cpinfo-left>ul>li>b {
	position: absolute;
	display: block;
	width: 20%;
	height: 50px;
	right: 0;
	top: 0;
	background: url(/html/UserData/zhengxiegw/Images/Default/ulli-right.png) no-repeat center;
	background-size: 40%;
}

.cpinfo-left>ul>li>ul {
	display: none;
}

.cpinfo-left>ul>li:nth-child(1)>ul {
	display: block;
}

.cpinfo-left>ul>li>b.nex {
	background: url(/html/UserData/zhengxiegw/Images/Default/ulli-rightt.png) no-repeat center;
}


.cpinfo-left>ul>li>ul>li>a {
	display: block;
	margin: 0 auto;
	color: #333333;
	font-size: 16px;
	line-height: 45px;
	width: 236px;
	border-bottom: 1px solid #EEEEEE;
	background: url(/html/UserData/zhengxiegw/Images/Default/ullia-rightt.png) no-repeat right;
	background-size: 4%;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: #FFFFFF;
	background-position: 210px;
	transition: 0.4s;
}

.cpinfo-left>ul>li>ul>li>a:hover {
	background: url(/html/UserData/zhengxiegw/Images/Default/ullia-righttt.png) no-repeat right;
	background-color: #edf7ff;
	color: #3378eb;
}

.pc-hide {
	display: none;
}


.newCPPCC-brief {
	width: 1300px;
	margin: 30px auto 0;
	position: relative;
}

.newCPPCC-brief dl {
	text-align: center;
}

.newCPPCC-brief dd a {
	display: block;
	width: 180px;
	height: 54px;
	border-radius: 3px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	background: #2386ee;
	font-size: 16px;
	margin: 70px auto 0;
}

.newCPPCC-brief-list div {
	width: 160px;
	height: 160px;
	border: 1px solid #dedede;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
	position: absolute;
}

.newCPPCC-brief-list div:nth-child(1) {
	left: 0;
	top: 0;
}

.newCPPCC-brief-list div:nth-child(2) {
	right: 0;
	top: 0;
}

.newCPPCC-brief-list div:nth-child(3) {
	left: 50px;
	bottom: 120px;
}

.newCPPCC-brief-list div:nth-child(4) {
	right: 50px;
	bottom: 120px;
}

.newCPPCC-brief-list div p {
	height: 60px;
	font-size: 0;
	width: 60px;
	line-height: 60px;
	margin: 32px auto 15px;
}

.newCPPCC-brief-list div p img {
	max-width: 100%;
	max-height: 100%;
}

.newCPPCC-brief-list div span {
	font-size: 20px;
}

.newCPPCC-type {
	background: url(/html/UserData/zhengxiegw/Images/Default/newCPPCC-img22.png) no-repeat center;
	margin: 80px auto 0;
}

.newCPPCC-type .CPPCC-title h3 {
	color: #fff;
}

.newCPPCC-type .newCPPCC-type-list {

	width: 1560px;
	margin: 0 auto;

	padding-bottom: 80px;
}

.newCPPCC-type .newCPPCC-type-list div {
	display: flex;
	flex-wrap: wrap;
}

.newCPPCC-type .newCPPCC-type-list dl {
	width: 24%;
	margin-right: 1.333%;
	margin-top: 20px;
	border-radius: 10px;
	background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(35, 134, 238, 0.15) 100%);
	/* background: linear-gradient( 360deg, rgb(255,255,255) 0%, rgb(35,134,238) 100%); */
	background: linear-gradient(to bottom, #d9e4f1, #ffffff);
}

.newCPPCC-type .newCPPCC-type-list dl:nth-child(4n) {
	margin-right: 0;
}

.newCPPCC-type .newCPPCC-type-list dl dt {
	text-align: center;
	font-size: 0;
	margin: 42px 0 15px;
}

.newCPPCC-type .newCPPCC-type-list dl dd {
	padding: 0 45px 35px;
	text-align: center;
}

.newCPPCC-type .newCPPCC-type-list dl dd h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.newCPPCC-type .newCPPCC-type-list dl dd p {
	font-size: 14px;
	margin-top: 5px;
}

.newCPPCC-characteristic-list {
	width: 1560px;
	margin: 20px auto 0;
	position: relative;
}

.newCPPCC-characteristic-list dt {
	font-size: 0;
	text-align: center;
}

.newCPPCC-characteristic-list dd {
	margin-top: 20px;
	position: absolute;
	left: 50px;
	right: 50px;
	top: 0;
}

.newCPPCC-characteristic-list dd p {
	border: 1px solid #b2d9ff;
	line-height: 52px;
	background: #f1f8ff;
	border-radius: 52px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 0 25px;
	min-width: 350px;
	width: auto;
	position: absolute;
	/* left: 0; */
	/* top: 0; */
}

.newCPPCC-characteristic-list dd p:nth-child(1) {
	left: 100px;
	top: 0;
}

.newCPPCC-characteristic-list dd p:nth-child(2) {
	right: 100px;
	top: 0px;
}

.newCPPCC-characteristic-list dd p:nth-child(3) {
	left: 50px;
	top: 90px;
}

.newCPPCC-characteristic-list dd p:nth-child(4) {
	right: 50px;
	top: 90px;
}

.newCPPCC-characteristic-list dd p:nth-child(5) {
	left: 0;
	top: 185px;
}

.newCPPCC-characteristic-list dd p:nth-child(6) {
	right: 0;
	top: 185px;
}

.newCPPCC-characteristic-list dd p:nth-child(7) {
	left: 50px;
	top: 280px;
}

.newCPPCC-characteristic-list dd p:nth-child(8) {
	right: 50px;
	top: 280px;
}

.newCPPCC-characteristic-list dd p:nth-child(9) {
	left: 100px;
	top: 380px;
}

.newCPPCC-characteristic-list dd p:nth-child(10) {
	right: 100px;
	top: 380px;
}

.newCPPCC-system {
	margin-top: 150px;
	background: url(/html/UserData/zhengxiegw/Images/Default/newCPPCC-img24.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.newCPPCC-system .CPPCC-title h3 {
	color: #fff;
}

.newCPPCC-system .newCPPCC-system-list {
	width: 1560px;
	margin: 20px auto 80px;
	overflow: hidden;
	background: #fff;
}

.newCPPCC-system .newCPPCC-system-list .hd {
	float: left;
	width: 300px;
	background: #f8f8f8;
}

.newCPPCC-system .newCPPCC-system-list .hd li {
	font-size: 18px;
	color: #333;
	text-align: center;
	position: relative;
	transition: all 0.35s;
}

.newCPPCC-system .newCPPCC-system-list .hd li:before {
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 16px;
	content: "";
	transition: all 0.35s;
	background: url(/html/UserData/zhengxiegw/Images/Default/newCPPCC-img26.png) no-repeat center;
	opacity: 0;
}

.newCPPCC-system .newCPPCC-system-list .hd li.on {
	background: #2386ee;
	color: #fff;
}

.newCPPCC-system .newCPPCC-system-list .hd li.on:before {
	opacity: 1;
}

.newCPPCC-system .newCPPCC-system-list .bd {
	float: right;
	width: calc(100% - 300px);
}

.newCPPCC-system .newCPPCC-system-list .bd li {
	overflow: hidden;
	padding: 50px 80px 80px;
}

.newCPPCC-system .newCPPCC-system-list .bd li dt {
	float: right;
	font-size: 0;
	width: 500px;
	margin-top: 30px;
}

.newCPPCC-system .newCPPCC-system-list .bd li dt img {
	max-width: 100%;
}

.newCPPCC-system .newCPPCC-system-list .bd li dd {
	float: left;
	width: 520px;
}

.newCPPCC-system .newCPPCC-system-list .bd li dd h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}

.newCPPCC-system .newCPPCC-system-list .bd li dd p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 25px;
}

.newCPPCC-system .newCPPCC-system-list .bd li dd a {
	display: block;
	width: 150px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	background: #2386ee;
	border-radius: 3px;
	margin-top: 60px;
}

.newCPPCC-custom-list {
	width: 1590px;
	margin: 0 auto;
}

.newCPPCC-custom-list .swiper-container {
	padding: 20px 15px 60px;
}

.newCPPCC-custom-list dl {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 35px 0;
	transition: all 0.35s;
}

.newCPPCC-custom-list dl dt {
	text-align: center;
	height: 140px;
	font-size: 0;
	overflow: hidden;
}

.newCPPCC-custom-list dl dt img {
	max-width: 90%;
	max-height: 100%;
}

.newCPPCC-custom-list dl dd {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 20px 20px 10px;
}

.newCPPCC-custom-list dl:hover {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.newCPPCC-custom-list .swiper-pagination .swiper-pagination-bullet {
	width: 72px;
	height: 8px;
	border-radius: 8px;
	background: #f2f2f2;
	opacity: 1;
}

.newCPPCC-custom-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2386ee;
}

.newCPPCC-support {
	background: #f7f8fb;
	overflow: hidden;
	margin-top: 30px;
}

.newCPPCC-support-list {
	width: 1560px;
	margin: 20px auto 100px;
	overflow: hidden;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.03);
}

.newCPPCC-support-list .hd {
	float: left;
}

.newCPPCC-support-list .hd li {
	font-size: 0;
	/* text-align: center; */
	background: #f8f8f8;
	width: 320px;
}

.newCPPCC-support-list .hd li em {
	font-size: 36px;
	color: #eeeeee;
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
	font-family: Century Gothic;
	font-weight: bold;
	font-style: italic;
}

.newCPPCC-support-list .hd li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #333;
	margin-left: 30px;
}

.newCPPCC-support-list .hd li.on {
	background: #2386ee;
}

.newCPPCC-support-list .hd li.on em {
	color: #fff;
}

.newCPPCC-support-list .hd li.on span {
	color: #fff;
}

.newCPPCC-support-list .bd {
	float: right;
	width: calc(100% - 320px);
	background: #fff;
}

.newCPPCC-support-list .bd li {
	padding: 0 100px;
}

.newCPPCC-support-list .bd li dl {
	overflow: hidden;
}

.newCPPCC-support-list .bd li dt {
	float: right;
	width: 450px;
	font-size: 0;
	padding: 35px 0;
	height: 380px;
	line-height: 380px;
}

.newCPPCC-support-list .bd li dt img {
	max-width: 100%;
}

.newCPPCC-support-list .bd li dd {
	float: left;
	width: 500px;
	padding-bottom: 45px;
}

.newCPPCC-support-list .bd li h3 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-top: 55px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.newCPPCC-support-list .bd li p {
	font-size: 16px;
	/* padding-left: 15px; */
	position: relative;
	/* margin-top: 28px; */
}

.newCPPCC-support-list .bd li p:before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	content: "";
	background: #2386ee;
	border-radius: 50%;
	display: none;
}

.newCPPCC-support-list .bd li a {
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #2386ee;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	/* margin-top: 80px; */
}

.newCPPCC-support-list-box {
	/* overflow: hidden; */
	width: 1560px;
	margin: 0 auto;
	zoom: 1;
}

.newCPPCC-support-list-box::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newCPPCC-support-list-box .newCPPCC-support-list {
	float: left;
	width: 67%;
	width: calc(100% - 520px);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd {
	width: 100%;
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd li {
	height: 90px !important;
	line-height: 90px !important;
	float: left;
	width: 33.333%;
	background: none;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd li:last-child {
	border-right: none;
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd li em {
	font-size: 22px;
	color: #333;
	margin: 0;
	font-family: "微软雅黑";
	font-weight: normal;
	font-style: normal;
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd li span {
	margin: 0;
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd li.on {
	background: #2386ee;
}

.newCPPCC-support-list-box .newCPPCC-support-list .hd li.on em {
	color: #fff;
}

.newCPPCC-support-list-box .newCPPCC-support-list .bd {
	width: 100%;
}

.newCPPCC-support-list-box .newCPPCC-support-list .bd li {
	padding: 0 80px;
}

.newCPPCC-support-list-box .newCPPCC-support-list .bd li dt {
	width: 45%;
	width: calc(100% - 480px);
	height: 300px;
	line-height: 300px;
}

.newCPPCC-support-list-box .newCPPCC-support-list .bd li dd {
	width: 50%;
	width: 440px;
}

.newCPPCC-support-list-box .newCPPCC-support-news {
	float: right;
	width: 31.5%;
	width: 490px;
	padding: 0 30px;
	box-sizing: border-box;
	margin-top: 20px;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.newCPPCC-support-list-box .newCPPCC-support-news div {
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #eeeeee;
}

.newCPPCC-support-list-box .newCPPCC-support-news div h3 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	float: left;
}

.newCPPCC-support-list-box .newCPPCC-support-news div a {
	font-size: 16px;
	color: #999;
	float: right;
}

.newCPPCC-support-list-box .newCPPCC-support-news dl {
	overflow: hidden;
	margin-top: 20px;
	margin-top: 33px;
}

.newCPPCC-support-list-box .newCPPCC-support-news dl dt {
	width: 160px;
	height: 90px;
	font-size: 0;
	overflow: hidden;
	float: left;
}

.newCPPCC-support-list-box .newCPPCC-support-news dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newCPPCC-support-list-box .newCPPCC-support-news dl dd {
	float: right;
	width: 245px;
}

.newCPPCC-support-list-box .newCPPCC-support-news dl dd h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newCPPCC-support-list-box .newCPPCC-support-news dl dd p {
	font-size: 14px;
	color: #ccc;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	line-height: 24px;
}

.newCPPCC-support-list-box .newCPPCC-support-news ul {
	margin-top: 10px;
	padding-bottom: 20px;
	/* padding-bottom: 17px; */
}

.newCPPCC-support-list-box .newCPPCC-support-news ul li a {
	display: block;
	padding-left: 18px;
	position: relative;
	overflow: hidden;
	line-height: 44px;
}

.newCPPCC-support-list-box .newCPPCC-support-news ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #cccccc;
	margin: auto;

}

.newCPPCC-support-list-box .newCPPCC-support-news ul li a p {
	float: left;
	font-size: 16px;
	color: #333;
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newCPPCC-support-list-box .newCPPCC-support-news ul li a span {
	float: right;
	font-size: 15px;
	font-family: arial;
	color: #ccc;
}

.newSICF-brief {
	width: 1450px;
	margin: 80px auto 50px;
}

.newSICF-brief dl {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.newSICF-brief dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 666px;
	font-size: 0;
}

.newSICF-brief dl dt img {
	max-width: 100%;
}

.newSICF-brief dl dd {
	display: inline-block;
	vertical-align: middle;
	width: 680px;
	text-align: left;
	margin-left: 90px;
}

.newSICF-brief dl dd h3 {
	font-size: 36px;
	color: #333;
	font-weight: normal;
}

.newSICF-brief dl dd p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.newSICF-brief dl dd a {
	display: block;
	width: 180px;
	height: 54px;
	background: #2386ee;
	color: #fff;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 80px;
}

.newSICF-function {
	background: url(/html/UserData/zhengxiegw/Images/Default/newSICF-img02.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.newSICF-function .CPPCC-title h3 {
	color: #fff;
}

.newSICF-function .newSICF-function-list {

	width: 1560px;
	margin: 20px auto 70px;
}

.newSICF-function .newSICF-function-list div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newSICF-function .newSICF-function-list div div {
	width: 19%;
	background: #fff;
	margin: 10px 0;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	display: block;
}

.newSICF-function .newSICF-function-list div dl {
	overflow: hidden;
}

.newSICF-function .newSICF-function-list div dl dt {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	overflow: hidden;
	float: left;
}

.newSICF-function .newSICF-function-list div dl dt img {
	max-width: 100%;
}

.newSICF-function .newSICF-function-list div dl dd {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
	margin-left: 15px;
	line-height: 50px;
}

.newSICF-function .newSICF-function-list div p {
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
}

.newSICF-value .newSICF-value-list {
	width: 1560px;
	margin: 0 auto;
	/* overflow: hidden; */
	padding: 20px 0;
	zoom: 1;
	display: flex;
	justify-content: space-between;
}

.newSICF-value .newSICF-value-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newSICF-value .newSICF-value-list dl {
	float: left;
	width: 19%;
	margin-right: 1.25%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
	min-height: 360px;
	transition: all 0.35s;
}

.newSICF-value .newSICF-value-list dl:nth-child(5n) {
	margin-right: 0;
}

.newSICF-value .newSICF-value-list dl dt {
	width: 92px;
	height: 82px;
	font-size: 0;
	position: relative;
	overflow: hidden;
	margin: 115px auto 0;
	transition: all 0.35s;
}

.newSICF-value .newSICF-value-list dl dt img {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.35s;
}

.newSICF-value .newSICF-value-list dl dd {
	text-align: center;
}

.newSICF-value .newSICF-value-list dl dd h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-top: 25px;
}

.newSICF-value .newSICF-value-list dl dd p {
	font-size: 15px;
	opacity: 0;
	transition: all 0.35s;
	height: 0;
	overflow: hidden;
	margin: 0 40px;
	margin-top: 15px;
}

.newSICF-value .newSICF-value-list dl.on {
	width: 34.35%;
	background: -moz-linear-gradient(-45deg, rgb(1, 186, 208) 0%, rgb(35, 134, 238) 100%);
	background: -webkit-linear-gradient(-45deg, rgb(1, 186, 208) 0%, rgb(35, 134, 238) 100%);
	background: -ms-linear-gradient(-45deg, rgb(1, 186, 208) 0%, rgb(35, 134, 238) 100%);
}

.newSICF-value .newSICF-value-list dl.on dt {
	margin-top: 60px;
}

.newSICF-value .newSICF-value-list dl.on dt img {
	bottom: -82px;
}

.newSICF-value .newSICF-value-list dl.on dd h3 {
	color: #fff;
	font-weight: bold;
}

.newSICF-value .newSICF-value-list dl.on dd p {
	opacity: 1;
	height: auto;
	color: #fff;
}

.newSICF-value .newSICF-value-list dl.noon {
	width: 15.16%;
}

.newSICF-PlatformDisplay-list {
	width: 1200px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}

.newSICF-PlatformDisplay-list p:nth-child(1) {
	position: absolute;
	bottom: 0;
	left: 0;
}

.newSICF-PlatformDisplay-list p:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 205px;
}

.newSICF-PlatformDisplay-list p:nth-child(3) {
	position: relative;
	z-index: 9;
}

.newSICF-PlatformDisplay-list p:nth-child(4) {
	position: absolute;
	bottom: 0;
	right: 205px;
	z-index: 8;
}

.newSICF-PlatformDisplay-list p:nth-child(5) {
	position: absolute;
	bottom: 0;
	right: 0;
}

.newSICF-ProductFeatures {
	background: #f7f8fb;
	margin: 50px 0;
	overflow: hidden;
}

.newSICF-ProductFeatures-list {
	width: 1400px;
	margin: 20px auto 65px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.newSICF-ProductFeatures-list .newSICF-ProductFeatures-list-item {
	/* position: relative; */
}

.newSICF-ProductFeatures-list dl {
	/* float: left; */
	overflow: hidden;
	width: 380px;
	position: absolute;
}

.newSICF-ProductFeatures-list dl:nth-child(1) {
	left: 0;
	top: 0;
}

.newSICF-ProductFeatures-list dl:nth-child(2) {
	right: 0;
	top: 0;
}

.newSICF-ProductFeatures-list dl:nth-child(3) {
	left: 0;
	top: 205px;
}

.newSICF-ProductFeatures-list dl:nth-child(4) {
	right: 0;
	top: 205px;
}

.newSICF-ProductFeatures-list dl:nth-child(5) {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
}

.newSICF-ProductFeatures-list dl dt {
	float: left;
}

.newSICF-ProductFeatures-list dl dd {
	float: right;
	width: 272px;
	text-align: left;
}

.newSICF-ProductFeatures-list dl dd h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.newSICF-ProductFeatures-list dl dd p {
	font-size: 15px;
	margin-top: 10px;
}

.newSTU-brief {
	width: 1560px;
	margin: 80px auto;
}

.newSTU-brief dl dt {
	/* float: left; */
}

.newSTU-brief dl dd {
	width: 825px;
	/* float: right; */
	margin: 0;
	margin-left: 68px;
}

.newSTU-brief dl dd ul {
	overflow: hidden;
	margin-top: 40px;
}

.newSTU-brief dl dd ul li {
	float: left;
	text-align: center;
	margin: 0 65px 0 30px;
}

.newSTU-brief dl dd ul li:last-child {
	margin-right: 0;
}

.newSTU-brief dl dd ul li em {
	display: block;
}

.newSTU-brief dl dd ul li span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 15px;
}

.newSTU-brief dl dd a {
	margin-top: 40px;
}

.newSTU-function {
	background: url(/html/UserData/zhengxiegw/Images/Default/newSTU-img05.png) no-repeat center;
	overflow: hidden;
}

.newSTU-function .CPPCC-title h3 {
	color: #fff;
}

.newSTU-function-list {
	width: 1560px;
	margin: 20px auto 80px;
	overflow: hidden;

}

.newSTU-function-list div {
	display: flex;
	flex-wrap: wrap;
}

.newSTU-function-list dl {
	float: left;
	text-align: center;
	background: #fff;
	width: 11.5%;
	margin: 8px 1.142% 8px 0;
	border-radius: 10px;
	padding: 45px 0 35px;
}

.newSTU-function-list dl:nth-child(8n) {
	margin-right: 0;
}

.newSTU-function-list dl dt {
	font-size: 0;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
}

.newSTU-function-list dl dt img {
	max-height: 100%;
}

.newSTU-function-list dl dd {
	font-size: 18px;
	margin-top: 25px;
	color: #333;
}

.newSTU-advantage-title {
	text-align: center;
	margin-top: 20px;
}

.newSTU-advantage-title span {
	display: inline-block;
	color: #fff;
	background: #2386ee;
	font-size: 24px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 30px;
}

.newSTU-advantage-list {
	overflow: hidden;
	width: 1420px;
	margin: 40px auto 0;
	position: relative;
}

.newSTU-advantage-list:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	margin: auto;
	content: "";
	background: url(/html/UserData/zhengxiegw/Images/Default/newSTU-img05-5.png) no-repeat center;
}

.newSTU-advantage-list div {
	float: left;
	width: 49.3%;
	background: #e9f3fd;
	border-radius: 10px;
	overflow: hidden;
}

.newSTU-advantage-list div h3 {
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	background: #2386ee;
	color: #fff;
}

.newSTU-advantage-list div ul {
	padding: 20px 50px;
}

.newSTU-advantage-list div ul li {
	line-height: 80px;
	border-bottom: 1px solid #cae3fe;
	text-align: center;
	font-size: 0;
}

.newSTU-advantage-list div ul li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.newSTU-advantage-list div ul li:last-child {
	border-bottom: none;
}

.newSTU-advantage-list div:nth-child(even) {
	float: right;
	background: #f2f2f2;
}

.newSTU-advantage-list div:nth-child(even) h3 {
	background: #999999;
}

.newSTU-advantage-list div:nth-child(even) ul li {
	border-color: #e1e1e1;
}

.newSTU-OnlineActivities-title {
	text-align: center;
	font-size: 16px;
	color: #333;
}

.newSTU-OnlineActivities-list {
	text-align: center;
	font-size: 0;
	margin: 50px 0 0px;
}

.newSTU-OnlineActivities-list p {
	display: inline-block;
	font-size: 0;
	margin: 0 25px;
}

.newSTU-OnlineActivities-list p img {
	max-width: 100%;
}

.newNPC-brief dl dd a {
	width: 200px;
	background: #2386ee url(newNPC-img01.png) no-repeat 50px center;
	text-align: left;
	text-indent: 86px;
}

.newNPC-FAQ {
	background: url(/html/UserData/zhengxiegw/Images/Default/newNPC-img02.png) no-repeat center;
	overflow: hidden;
	background-size: cover;
}

.newNPC-FAQ .CPPCC-title h3 {
	color: #fff;
}

.newNPC-FAQ .CPPCC-title p {
	color: #fff;
	margin-top: 5px;
}

.newNPC-FAQ-list {
	width: 1560px;
	margin: 30px auto 80px;
	overflow: hidden;
}

.newNPC-FAQ-list .hd {
	float: left;
	width: 300px;
	background: #f8f8f8;
}

.newNPC-FAQ-list .hd li:nth-child(even) {
	background: #f2f2f2;
}

.newNPC-FAQ-list .hd li.on {
	background: #2386ee;
}

.newNPC-FAQ-list .hd li.on:before {
	opacity: 1;
}

.newNPC-FAQ-list .hd li.on em img {
	top: 0;
}

.newNPC-FAQ-list .hd li.on span {
	color: #fff;
}

.newNPC-FAQ-list .hd li {
	text-align: center;
	font-size: 0;
	transition: all 0.35s;
	position: relative;
}

.newNPC-FAQ-list .hd li:before {
	position: absolute;
	right: -10px;
	width: 10px;
	height: 16px;
	content: "";
	background: url(/html/UserData/zhengxiegw/Images/Default/newCPPCC-img26.png) no-repeat center;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.35s;
}

.newNPC-FAQ-list .hd li em {
	height: 24px;
	position: relative;
	width: 24px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.newNPC-FAQ-list .hd li em img {
	position: absolute;
	left: 0;
	top: -24px;
	transition: all 0.35s;
}

.newNPC-FAQ-list .hd li span {
	font-size: 16px;
	color: #333;
	margin-left: 18px;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.35s;
}

.newNPC-FAQ-list .bd {
	float: left;
	width: calc(100% - 300px);
	background: #f3f7fc;
}

.newNPC-FAQ-list .bd li {
	padding: 50px 60px 50px 70px;
}

.newNPC-FAQ-list .bd li dl {
	overflow: hidden;
}

.newNPC-FAQ-list .bd li dl dt {
	float: right;
	width: 540px;
	font-size: 0;
}

.newNPC-FAQ-list .bd li dl dt img {
	max-width: 100%;
}

.newNPC-FAQ-list .bd li dl dd {
	float: left;
	width: 520px;
}

.newNPC-FAQ-list .bd li dl dd h3 {
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 35px;
}

.newNPC-FAQ-list .bd li dl dd p {
	font-size: 16px;
	margin-top: 40px;
	line-height: 36px;
}

.newNPC-SystemComposition .CPPCC-title p {
	margin-top: 5px;
}

.newNPC-SystemComposition-list {
	width: 1560px;
	margin: 0 auto;
	zoom: 1;
	/* overflow: hidden; */
}

.newNPC-SystemComposition-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newNPC-SystemComposition-list dl {
	float: left;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-radius: 10px;
	height: 250px;
	width: 18.4%;
	margin: 15px 2% 15px 0;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.35s;
}

.newNPC-SystemComposition-list dl:nth-child(5n) {
	margin-right: 0;
}

.newNPC-SystemComposition-list dl dt {
	height: 120px;
	line-height: 120px;
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}

.newNPC-SystemComposition-list dl dt img {
	max-height: 100%;
	max-width: 100%;
}

.newNPC-SystemComposition-list dl dd {
	font-size: 18px;
	text-align: center;
	color: #333;
	margin-top: 15px;
	margin: 15px 30px 0;
}

.newNPC-SystemComposition-list dl:hover {
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}

.newNPC-advantage {
	background: url(/html/UserData/zhengxiegw/Images/Default/newNPC-img20.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	margin-top: 70px;
}

.newNPC-advantage .CPPCC-title h3 {
	color: #fff;
}

.newNPC-advantage .CPPCC-title p {
	color: #fff;
	margin-top: 5px;
}

.newNPC-advantage-list {
	width: 1560px;
	margin: 0 auto 70px;
	overflow: hidden;
}

.newNPC-advantage-list dl {
	float: left;
	background: #fff;
	border-radius: 10px;
	width: 18.4%;
	margin: 10px 2% 10px 0;
}

.newNPC-advantage-list dl:nth-child(5n) {
	margin-right: 0;
}

.newNPC-advantage-list dl dd {
	margin: 0 35px;
	text-align: center;
}

.newNPC-advantage-list dl dd h3 {
	font-size: 18px;
	color: #333;
	margin: 50px 0 10px;
	font-weight: bold;
}

.newNPC-advantage-list dl dd p {
	font-size: 14px;
	line-height: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 54px;
}

.newNPC-advantage-list dl dt {
	font-size: 0;
	text-align: center;
	padding: 40px 0 55px;
	height: 85px;
	line-height: 85px;
}

.newNPC-advantage-list dl dt img {
	max-width: 100%;
}

.newNPC-ApplicationScenario .CPPCC-title p {
	margin-top: 5px;
}

.newNPC-ApplicationScenario-list {
	width: 1560px;
	margin: 0 auto;

}

.newNPC-ApplicationScenario-list div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newNPC-ApplicationScenario-list dl {
	position: relative;
	padding-top: 53px;
	width: 32.05%;
	margin: 20px 0 10px;
}

.newNPC-ApplicationScenario-list dl dt {
	position: absolute;
	top: 0;
	height: 106px;
	line-height: 106px;
	font-size: 0;
	text-align: center;
	left: 0;
	right: 0;
}

.newNPC-ApplicationScenario-list dl dt img {
	max-width: 100%;
}

.newNPC-ApplicationScenario-list dl dd {
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
	padding-top: 75px;
	border-radius: 10px;
	/* min-height: 185px; */
	/* min-height: 160px; */
	padding-bottom: 30px;
	transition: all 0.35s;
	height: 65%;
}

.newNPC-ApplicationScenario-list dl dd h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.newNPC-ApplicationScenario-list dl dd span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 13px auto;
	background: #2386ee;
}

.newNPC-ApplicationScenario-list dl dd p {
	margin: 0 50px;
	font-size: 16px;
	text-align: center;
}

.newNPC-ApplicationScenario-list dl:hover dd {
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}

.newNPC-custom {
	background: #f8f8f8;
	margin-top: 80px;
	padding-bottom: 50px;
}

.newNPC-custom .CPPCC-title p {
	margin-top: 5px;
}

.newNPC-custom .newCPPCC-custom-list dl {
	background: #fff;
	border: none;
}


@media only screen and (max-width:1650px) {
	.header .header-list {
		width: 90%;
	}

	.header .header-list .nav li {
		margin-right: 30px;
	}

	.header .header-list .nav li a {
		font-size: 17px;
	}

	.banner01-text {
		width: 90%;
	}

	.banner01-title01 {
		margin-top: 125px;
	}

	.product-list {
		width: 100%;
	}

	.product-list .bd li {
		width: 90%;
	}

	.product-list .bd li div dl {
		width: 15.38%;
		margin-right: 1.54%;
	}

	.product-list-left {
		width: 75%;
	}

	.product-list-right {
		width: 25%;
	}

	.product-list-right a {
		width: 40%;
	}

	.price-list {
		width: 90%;
	}

	.price-list .bd li {
		width: 25%;
		margin-right: 0;
	}

	.price-list dl {
		width: auto;
		box-sizing: border-box;
		margin: 0 10px;
	}

	.advantage {
		width: 90%;
	}

	.advantage-list {
		width: calc(100% - 400px);
	}

	.news-list {
		width: 90%;
	}

	.news-list dl {
		width: 27%;
		margin-right: 1.5%;
	}

	.news-list dl:nth-child(2),
	.news-list dl:nth-child(3),
	.news-list dl:nth-child(4),
	.news-list dl:nth-child(5) {
		width: 35%;
		margin-right: 1.5%;
	}

	.news-list dl:nth-child(3n) {
		margin-right: 0;
	}

	.news-list dl:nth-child(5n) {
		margin-right: 0;
	}

	.news-list.news-innerlist dl:nth-child(1),
	.news-list.news-innerlist dl:nth-child(2),
	.news-list.news-innerlist dl:nth-child(3),
	.news-list.news-innerlist dl:nth-child(4),
	.news-list.news-innerlist dl:nth-child(5),
	.news-list.news-innerlist dl:nth-child(6),
	.news-list.news-innerlist dl:nth-child(7),
	.news-list.news-innerlist dl:nth-child(8),
	.news-list.news-innerlist dl:nth-child(9),
	.news-list.news-innerlist dl:nth-child(10),
	.news-list.news-innerlist dl:nth-child(11),
	.news-list.news-innerlist dl:nth-child(12) {
		width: 32.333%;
		margin-right: 1.5%;
	}

	.index-news-list.news-list dl:nth-child(1) {
		width: 30%;
		margin-right: 2%;
	}

	.index-news-list.news-list dl:nth-child(2),
	.index-news-list.news-list dl:nth-child(3),
	.index-news-list.news-list dl:nth-child(4),
	.index-news-list.news-list dl:nth-child(5) {
		width: 68%;
	}

	.news-list.news-innerlist dl:nth-child(3n) {
		margin-right: 0;
	}

	.footer-list {
		width: 90%;
	}

	.newCPPCC-type .newCPPCC-type-list {
		width: 90%;
	}

	.newCPPCC-characteristic-list {
		width: 90%;
	}

	.newCPPCC-characteristic-list dd {
		left: 0;
		right: 0;
	}

	.newCPPCC-system .newCPPCC-system-list {
		width: 90%;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dt {
		width: 45.5%;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dd {
		width: 47%;
	}

	.newCPPCC-custom-list {
		width: 90%;
	}

	.newCPPCC-support-list {
		width: 90%;
	}

	.newCPPCC-support-list .bd li {
		padding: 0 75px;
	}

	.newCPPCC-support-list .bd li dt {
		width: 43%;
	}

	.newCPPCC-support-list .bd li dd {
		width: 51%;
	}

	.newSICF-brief {
		width: 90%;
	}

	.newSICF-brief dl dt {
		width: 46%;
	}

	.newSICF-brief dl dd {
		width: 50%;
		margin-left: 4%;
	}

	.newSICF-function .newSICF-function-list {
		width: 90%;
	}

	.newSICF-value .newSICF-value-list {
		width: 90%;
	}

	.newSTU-brief dl dd ul {
		margin-top: 30px;
	}

	.newNPC-FAQ-list {
		width: 90%;
	}

	.newNPC-FAQ-list .bd li {
		padding: 50px;
	}

	.newNPC-FAQ-list .bd li dl dt {
		width: 48%;
	}

	.newNPC-FAQ-list .bd li dl dd {
		width: 46%;
	}

	.newNPC-SystemComposition-list {
		width: 90%;
	}

	.newNPC-advantage-list {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
	}

	.newNPC-advantage-list dl dd {
		margin: 0 20px;
	}

	.newNPC-ApplicationScenario-list {
		width: 90%;
	}

	.newSTU-function-list {
		width: 90%;
	}

	.margin-c {
		width: 90%;
	}

	.innerPosition p {
		width: 90%;
	}

	.cooperation-form .form-content {
		width: 90%;
	}

	.gywm-banner03 .CPPCC-user-list {
		width: 90%;
	}

	.newCPPCC-support-list-box {
		width: 90%;
	}


}

@media only screen and (max-width:1600px) {
	.header .header-list .nav li a {
		font-size: 16px;
	}

	.newCPPCC-characteristic-list dt {
		line-height: 440px;
	}

	.newCPPCC-characteristic-list dt img {
		width: 450px;
	}
}

@media only screen and (max-width:1550px) {
	.header .header-list .nav li {
		margin-right: 25px;
	}

	/* .newCPPCC-characteristic-list dt img{width: 400px;} */
	.newCPPCC-characteristic-list dd p:nth-child(1) {
		left: 50px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(2) {
		right: 50px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(3) {
		left: 25px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(4) {
		right: 25px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(7) {
		left: 25px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(8) {
		right: 25px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(9) {
		left: 50px;
	}

	.newCPPCC-characteristic-list dd p:nth-child(10) {
		right: 50px;
	}

	.newSICF-ProductFeatures-list {
		width: 90%;
		padding: 0 420px;
		box-sizing: border-box;
	}

	.newSICF-ProductFeatures-list img {
		max-width: 100%;
	}

	.newSTU-brief dl dd p {
		margin-top: 20px;
	}

	.newSTU-brief dl dd a {
		margin-top: 30px;
	}

	.newSTU-advantage-list {
		width: 90%;
	}

	.newSTU-OnlineActivities-list {
		width: 90%;
		margin: 50px auto 0;
	}

	.newSTU-OnlineActivities-list p {
		width: 23%;
		margin: 0 1%;
	}
}

@media only screen and (max-width:1500px) {
	.header .header-list .nav li {
		margin-right: 20px;
	}

	.price-list dl {
		padding: 0 25px;
	}

	/* .newCPPCC-characteristic-list dt img{width: 380px;} */
	.newCPPCC-characteristic-list dt img {
		width: 400px;
	}

	.gywm-banner01-title {
		top: 90px;
	}

	.gywm-banner01-text {
		top: 165px;
	}
}

@media only screen and (max-width:1450px) {
	.newSICF-ProductFeatures-list {
		padding: 0;
	}

	.newSICF-ProductFeatures-list img {
		width: 460px;
	}

	.newSICF-ProductFeatures-list dl dt img {
		width: auto;
	}

	.newSICF-ProductFeatures-list dl {
		width: calc((100% - 500px)/2);
	}

	.newSICF-ProductFeatures-list dl dd {
		width: calc(100% - 110px);
	}

	.newSTU-brief dl dd ul {
		margin-top: 25px;
	}

	.newSTU-brief dl dd p {
		margin-top: 15px;
	}

	.newSTU-brief dl dd ul li {
		margin-right: 35px;
	}

}

@media only screen and (max-width:1399px) {
	.cshz-banner02-left {
		margin-right: 75px;
	}

	.cshz-banner02-right {
		width: calc(100% - 405px);
	}

	.newCPPCC-characteristic-list dt img {
		width: 350px;
	}

	.newCPPCC-brief {
		width: 90%;
	}

	.advantage-more {
		width: 300px;
	}

	.advantage-more .btn {
		margin-bottom: 75px;
	}

	.advantage-list {
		width: calc(100% - 330px);
	}

	.advantage-list dl dd p {
		font-size: 14px;
	}

	.margin-c {
		width: 1150px;
	}

	.header .header-list {
		width: 1150px;
	}

	.banner01-title01 {
		margin-top: 110px;
		font-size: 18px;
	}

	.banner01-title02 {
		font-size: 44px;
		margin-bottom: 20px;
	}

	.banner01-title03 {
		font-size: 16px;
	}

	.banner01-title04 {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 750px) {
	.pc-hide {
		display: block;
	}

	.iphone-hide {
		display: none;
	}

	* {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	html,
	body {
		margin: 0 auto;
	}

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	hr,
	p,
	blockquote,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	pre,
	form,
	fieldset,
	legend,
	button,
	input,
	textarea,
	th,
	td,
	header,
	section,
	footer {
		margin: 0;
		padding: 0
	}

	body,
	button,
	input,
	select,
	textarea {
		font: 12px/1.5 "microsoft yahei";
		color: #666;
		font-weight: normal;
	}

	body {
		overflow-x: hidden;
	}

	address,
	cite,
	dfn,
	em,
	var,
	i {
		font-style: normal
	}

	ul,
	ol,
	dl {
		list-style: none
	}

	a {
		text-decoration: none;
		outline: none;
		font-family: "microsoft yahei";
		color: #666;
		cursor: pointer;
		font-size: 12px;
	}

	li {
		font-size: 12px;
		font-family: "microsoft yahei";
		list-style: none;
		margin: 0;
		padding: 0;
	}

	em {
		font-style: normal;
		font-size: 12px;
	}

	body,
	p,
	span {
		font-family: "microsoft yahei";
	}

	img {
		border: none;
	}

	p {
		margin: 0px;
		padding: 0px;
		word-wrap: break-word;
	}

	:focus {
		outline: none;
	}

	img {
		border: 0;
		vertical-align: middle;
		display: inline-block;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		mainContent: "";
		clear: both;
	}

	.transtion {
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		content: "";
		clear: both;
	}

	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		height: 1rem;
		max-width: 750px;
		margin: 0 auto;
		z-index: 999;
		background: rgba(0, 0, 0, 0.3);
		background: rgba(0, 0, 0, 0.5);
	}

	.header a.log {
		float: left;
		margin-left: 0.25rem;
		font-size: 0;
		/* width: 1.94rem; */
		height: 0.8rem;
		margin-top: 0.1rem;
	}

	.header .log img {
		max-width: 100%;
		max-height: 90%;
	}

	.icon {
		float: right;
		width: 0.5rem;
		height: 0.5rem;
		background: url("/html/UserData/zhengxiegw/Images/Default/nav.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		right: 0.25rem;
		top: 0.21rem;
	}

	.menu_list_bor {
		position: fixed;
		height: 100%;
		width: 100%;
		right: -100%;
		top: 0;
		z-index: 9999;
	}

	.colse_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}

	.menu_right {
		width: 70%;
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 9999;
		overflow-x: hidden;
	}

	.menu_top {
		width: 100%;
		height: 1rem;
		border-bottom: 1px solid #bbbbbb;
	}

	.clo {
		line-height: 1rem;
		color: #333;
		font-size: 0.3rem;
		width: 1.8rem;
		margin-left: 0.3rem;
		height: 1rem;
		background-size: auto 0.25rem;
		padding-left: 0.35rem;
		float: left;
		margin-right: 0.6rem;
	}

	.menu_list {
		width: 100%;
	}

	.clo b {
		float: left;
		height: 100%;
		width: 20px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		background: url('/html/UserData/zhengxiegw/Images/Default/fl.png') no-repeat right center;
		background-size: 40%;
	}

	.clo span {
		display: inline-block;
		line-height: 0.8rem;
		margin-left: 0.1rem;
	}

	.menu_top>a {
		float: left;
		padding: 0 0.25rem;
		height: 1rem;
		color: #333333;
		font-size: 0.3rem;
		text-align: center;
		line-height: 1rem;
	}

	.menu_list>ul>li,
	.menu_list>ul>li>ul>li {
		line-height: 0.8rem;
		*height: 0.8rem;
		position: relative;
		border-bottom: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul {
		display: none;
	}

	.menu_list>ul>li>a,
	.menu_list>ul>li>ul>li>a {
		line-height: 0.8rem;
		*height: 0.8rem;
		color: #333;
		font-size: 0.28rem;
		display: inline-block;
		padding-left: 0.65rem;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 0.6rem;
	}

	.menu_list>ul>li>ul>li {
		border: 0;
		border-top: 1px solid #e9e9e9;
		padding-left: 0.3rem;
	}

	.menu_list>ul>li>ul>li>a {
		color: #575757;
	}

	.menu_list>ul>li>b,
	.menu_list>ul>li>ul>li b {
		position: absolute;
		display: block;
		width: 20%;
		height: 0.8rem;
		right: 0;
		top: 0;
		background: url('/html/UserData/zhengxiegw/Images/Default/fl.png') no-repeat center;
		background-size: 18%;
	}

	.menu_list>ul>li>ul>li li {
		border-top: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul>li li a {
		padding-left: 1rem;
		color: #333;
		font-size: 0.28rem;
		display: inline-block;
		line-height: 0.4rem;
		vertical-align: middle;
		white-space: nowrap;
	}

	.menu_list>ul>li>b.nex,
	.menu_list>ul>li>ul>li b.nex {
		background: url('/html/UserData/zhengxiegw/Images/Default/nex.png') no-repeat center;
		background-size: 30%;
	}

	.menu_list>ul>li {
		line-height: 0.8rem;
	}

	.maxw700 {
		max-width: 7.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.margin-c {
		margin: 0 0.25rem;
		width: 7rem;
	}

	.banner01-title01 {
		display: none;
	}

	.banner01-title02 {
		font-weight: 400;
		font-size: 0.4rem;
		margin-bottom: 0.1rem;
		margin-top: 1.25rem;
	}

	.banner01-title03 {
		width: 59%;
		font-size: 0.24rem;
		line-height: initial;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		/* -webkit-line-clamp: 2; */
		-webkit-box-orient: vertical;
	}

	.banner01-title04 {
		margin-top: 0.25rem;
		width: 2rem;
		height: 0.8rem;
		border-radius: 0.4rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.index-title {
		padding: 0.5rem 0.25rem;
	}

	.index-title h3 {
		font-size: 0.36rem;
	}

	.index-title p {
		font-size: 0.28rem;
		margin-top: 0.1rem;
	}

	.product-list {
		width: 7.5rem;
	}

	.marginb40 {
		margin-bottom: 0.25rem;
	}

	.product-list .hd li {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.32rem;
		font-size: 0.3rem;
	}

	.product-list .bd li {
		padding: 0 0.25rem;
		margin-bottom: 0.5rem;
	}

	.product-list .bd li h3 {
		font-size: 0.32rem;
		padding-left: 0.25rem;
		border-left: 0.1rem solid #005dff;
		line-height: 0.6rem;
		height: 0.6rem;
		margin: 0.25rem 0;
	}

	.product-list .bd li p {
		font-size: 0.28rem;
		/* line-height: 1.65; */
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
		height: initial;
		height: 3.1rem;
		line-height: initial;
	}

	.product-list .bd li div {
		padding: 0.25rem 0;
		padding: 0.1rem 0;
	}

	.product-list .bd li div div {
		overflow: initial;
	}

	.product-list .bd li div dt {
		/* border: 1px solid #e5e5e5; */
		width: 1.6rem;
		height: 1.6rem;
		line-height: 1.6rem;
		margin: 0.25rem auto 0;
	}

	.product-list .bd li div dt img {
		width: 80%;
	}

	.product-list .bd li div dl {
		margin: 0.25rem 0;
		height: auto;
	}

	.product-list .bd li div dd {
		font-size: 0.28rem;
		margin-top: 0.1rem;
		margin-bottom: 0.25rem;
	}

	.product {
		padding-bottom: 0.6rem;
	}

	.price-list {
		width: 7rem;
		padding: 0.25rem;
	}

	.price-list dl {
		width: 7rem;
		margin-right: 0;
		padding: 0 0.25rem;
		margin-bottom: 0.25rem;
	}

	.price-list dl:nth-child(2n) {
		float: right;
	}

	.price-list dl dt {
		height: 1.6rem;
		line-height: 1.6rem;
		margin-top: 0.25rem;
	}

	.price-list dl dd h3 {
		font-size: 0.32rem;
	}

	.price-list dl dd div {
		/* border: 1px dashed #e5e5e5; */
		padding: 0;
		line-height: 0.8rem;
		margin-top: 0.25rem;
		margin-bottom: 0;
	}

	.price-list dl dd div span {
		font-size: 0.32rem;
		width: 49%;
	}

	.price-list dl dd div em {
		line-height: 0.8rem;
		width: 50%;
	}

	.price-list dl dd div em b {
		width: 0.72rem;
		font-size: 0.32rem;
	}

	.price-list dl dd p {
		font-size: 0.28rem;
		line-height: 1.6;
		margin: 0.25rem 0;
		height: 2.3rem;
		-webkit-line-clamp: 5;
	}

	.price {
		padding-bottom: 0.45rem;
	}

	.advantage {
		width: 7rem;
	}

	.advantage-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0.5rem;
	}

	.advantage-list:after {
		display: none;
	}

	.advantage-list dl {
		margin-bottom: 0.35rem;
		box-shadow: 0px 2px 0.2rem 0px rgb(0 0 0 / 10%);
		width: 48%;
		margin: 0.15rem 0;
		height: auto;
	}

	.advantage-list dl dt {
		font-size: 0;
		text-align: center;
		margin: 0;
		height: 1.6rem;
		overflow: hidden;
		margin: 0.25rem auto;
	}

	.advantage-list dl dt img {
		max-height: 100%;
	}

	.advantage-list dl dd {
		margin: 0.25rem;
	}

	.advantage-list dl dd h3 {
		font-size: 0.30rem;
	}

	.advantage-list dl dd p {
		font-size: 0.28rem;
		margin: 0.1rem 0 0.25rem;
	}

	.advantage-more {
		width: 100%;
		height: auto;
	}

	.advantage-more h3 {
		font-size: 0.36rem;
		margin: 0.25rem 0 0.05rem;
	}

	.advantage-more p {
		font-size: 0.30rem;
		margin: 0 25px;
		text-align: center;
	}

	.advantage-more img {
		margin: 0.25rem 0;
	}

	.advantage-more .btn {
		width: 4rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
		margin-bottom: 0.5rem;
	}

	.news {
		margin-top: 0.5rem;
		padding-bottom: 0.4rem;
	}

	.news-list {
		width: 7rem;
	}

	.news-list dl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.news-list dl dt {
		height: auto;
	}

	.news-list dl dt img {
		height: auto;
	}

	.news-list dl dd {
		padding: 0.25rem;
	}

	.news-list dl dd h3 {
		font-size: 0.32rem;
	}

	.news-list dl dd p {
		margin: 0.15rem 0;
		font-size: 0.28rem;
	}

	.news-list dl dd span {
		width: 0.44rem;
		height: 0.44rem;
		margin: 0.25rem 0;
	}

	.news-list dl:nth-child(2),
	.news-list dl:nth-child(3),
	.news-list dl:nth-child(4),
	.news-list dl:nth-child(5) {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.news-more {
		width: 2.8rem;
		height: 0.88rem;
		margin: 0.1rem auto;
		line-height: 0.88rem;
		font-size: 0.30rem;
		border-radius: 0.88rem;
	}

	.footer-list {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.footer-list-top {
		margin-top: 0.25rem;
	}

	.footer-list-top .apply {
		float: none;
	}

	.footer-list-top .apply p {
		font-size: 0.30rem;
	}

	.footer-list-top .apply .open-form {
		display: block;
		width: 2.8rem;
		height: 0.8rem;
		border-radius: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.8rem;
		margin-top: 0.25rem;
		text-indent: 1.2rem;
	}

	.footer-list-top .tel {
		float: none;
		font-size: 0.3rem;
		margin-left: 0;
		margin-top: 0.25rem;
	}

	.footer-list-top .link {
		float: none;
		font-size: 0.3rem;
		color: #c0c0c0;
		margin-top: 0.25rem;
	}

	.footer-list-link {
		display: none;
	}

	.copyright {
		font-size: 0.28rem;
		padding: 0.25rem 0;
		margin-top: 0.2rem;
	}

	.copyright a {
		font-size: 0.28rem;
	}

	.cooperation-form .form-content {
		width: 100%;
	}

	.cooperation-form {
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.cooperation-form .cooperation-close {
		top: 0.25rem;
		width: 1rem;
		height: 1rem;
	}

	.cooperation-form .form-left {
		width: 100%;
	}

	.cooperation-form .form-left h2 {
		font-size: 0.42rem;
		margin-top: 0.25rem;
	}

	.cooperation-form .form-left h3 {
		font-size: 0.36rem;
		margin: 0.15rem 0;
		line-height: initial;
		font-weight: bold;
	}

	.cooperation-form .form-left p {
		font-size: 0.28rem;
		line-height: 1.5;
	}

	.cooperation-form .form-left h4 {
		font-size: 0.36rem;
		margin: 0.5rem 0 0.15rem;
	}

	.cooperation-form .form-right {
		width: 100%;
		margin-left: 0;
		margin-top: 0.25rem;
		margin-bottom: 1rem;
	}

	.cooperation-form .form-right h3 {
		font-size: 0.4rem;
		margin-bottom: 0.25rem;
		font-weight: bold;
		margin-top: 0.5rem;
	}

	.cooperation-form .form-right .baseinfo li {
		margin-bottom: 0.15rem;
	}

	.cooperation-form .form-right .baseinfo li label {
		width: 100%;
		height: 0.8rem;
		padding: 0 0.15rem;
		box-sizing: border-box;
	}

	.cooperation-form .form-right .baseinfo li input {
		width: 100%;
		font-size: 0.3rem;
		line-height: 0.8rem;
		height: 0.8rem;
		border: 0;
		padding-left: 0;
	}

	.cooperation-form .form-right .baseinfo li:last-child label {
		float: left;
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.cooperation-form .form-right .baseinfo li:last-child .name {
		margin-right: 0;
	}

	.cooperation-form .form-right h4 {
		font-size: 0.4rem;
		margin: 0.25rem 0;
	}

	.cooperation-form .form-right h4 span {
		font-size: 0.4rem;
	}

	.cooperation-form .form-right .project-type li {
		width: 31%;
		height: 1.2rem;
		font-size: 0.28rem;
		line-height: 1.2rem;
		margin-right: 0.1rem;
		padding-top: 0;
		line-height: 60px;
		height: 60px;
	}

	.cooperation-form .form-right .project-type li span {
		display: none;
	}

	.cooperation-form .form-right .budget-title {
		font-size: 0.32rem;
		margin: 0.15rem 0;
	}

	.cooperation-form .form-right .budget label {
		margin-right: 0.25rem;
		font-size: 0.3rem;
	}

	.CPPCC-title {
		width: 7rem;
		margin: 0 auto;
		padding: 0.25rem;
		padding: 0.5rem 0.25rem;
	}

	.cooperation-form .form-right .budget input {
		margin: 0.02rem 0.06rem 0 0;
		padding: 0;
		width: 0.28rem;
		height: 0.28rem;
	}

	.cooperation-form .form-right .verification {
		margin: 0.15rem 0 0.25rem;
		font-size: 0;
	}

	.cooperation-form .form-right .verification label {
		width: 3.8rem;
		height: 0.8rem;
		padding: 0 0.2rem;
		margin-right: 0.25rem;
		box-sizing: border-box;
	}

	.cooperation-form .form-right .verification img {
		width: 2.6rem;
		height: 0.8rem;
	}

	.cooperation-form .form-right .submit {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.32rem;
		margin-bottom: 0.3rem;
	}

	.innerBanner img {
		left: -3.75rem;
		margin-left: 50%;
		width: 100%;
		height: 5rem;
	}

	.innerBanner {
		height: 5rem;
	}

	.innerBanner-btn {
		margin-top: 0.25rem;
		width: 2rem;
		height: 0.8rem;
		border-radius: 0.4rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.inner-title {
		margin-top: 1.25rem;
		font-size: 0.4rem;
		margin-bottom: 0.1rem;
	}

	.inner-title-text {
		width: 59%;
		color: #ffffff;
		font-size: 0.24rem;
		line-height: initial;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		/* -webkit-line-clamp: 2; */
		-webkit-box-orient: vertical;
	}

	.CPPCC-title h3 {
		font-size: 0.4rem;
		font-weight: bold;
	}

	.CPPCC-title p {
		font-size: 0.3rem;
		margin-top: 0.15rem;
		line-height: 1.65;
		font-size: 0.26rem;
	}

	.CPPCC-side {
		width: 7rem;
		margin: 0.25rem auto;
	}

	.CPPCC-side img {
		width: 100%;
	}

	.CPPCC-product {
		padding: 0.25rem;
	}

	.CPPCC-product-list {
		width: 7rem;
	}

	.CPPCC-product-list dl dd {
		font-size: 0.28rem;
		margin: 0 0.25rem;
		height: 1.68rem;
	}

	.CPPCC-product-list dl dt {
		height: 1.3rem;
		line-height: 1.3rem;
		box-sizing: border-box;
		padding: 0 0.1rem;
	}

	.CPPCC-product-list dl {
		margin: 0;
	}

	.CPPCC-characteristic {
		padding-bottom: 0.8rem;
	}

	.banner img {
		height: 5rem;
	}

	.CPPCC-characteristic-list {
		width: 7rem;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.CPPCC-characteristic-list dl {
		float: none;
		width: 30%;
		margin-right: 0;
		display: inline-block;
		margin: 0 0.09rem 0.25rem;
	}

	.CPPCC-characteristic-list dl dt {
		height: 1.6rem;
		line-height: 1.6rem;
		margin: 0.25rem 0 0.1rem;
	}

	.CPPCC-characteristic-list dl dd h3 {
		font-size: 0.32rem;
		color: #333;
		font-weight: bold;
		text-align: center;
	}

	.CPPCC-characteristic-list dl dd p {
		font-size: 0.24rem;
		text-align: center;
		margin: 0 0 0.25rem;
	}

	.CPPCC-characteristic-list dl dt img {
		width: 75%;
	}

	.CPPCC-brief {
		width: 7rem;
		margin: 0 auto;
	}

	.CPPCC-brief-list .hd li {
		font-size: 0.24rem;
		padding-bottom: 0.15rem;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.25rem 0.15rem;
	}

	.CPPCC-brief-list .bd li dl {
		padding: 0.25rem 0;
	}

	.CPPCC-brief-list .bd li dl dt {
		width: 100%;
	}

	.CPPCC-brief-list .bd li dl dd {
		width: 100%;
	}

	.CPPCC-brief-list .bd li dl dd h3 {
		font-size: 0.36rem;
		margin-top: 0.25rem;
	}

	.CPPCC-brief-list .bd li dl dd p {
		font-size: 0.32rem;
		color: #ff0000;
		margin-top: 0;
	}

	.CPPCC-brief-list .bd li dl dd div {
		font-size: 0.32rem;
		line-height: 1.5;
		margin: 0.25rem 0;
	}

	.CPPCC-brief-list .bd li dl dd .open-form {
		width: 4rem;
		height: 0.8rem;
		border-radius: 0.4rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.CPPCC-user-list {
		width: 7rem;
		overflow: hidden;
	}

	.CPPCC-user-list .swiper-container {
		padding: 0 0 1.2rem;
		overflow: visible;
	}

	.CPPCC-user-list .swiper-slide dl {
		padding: 0.25rem 0;
	}

	.CPPCC-user-list .swiper-slide dl dt {
		height: 1.8rem;
		line-height: 1.8rem;
	}

	.CPPCC-user-list .swiper-slide dl dd {
		font-size: 0.28rem;
		padding: 0 0.15rem;
		margin-top: 0.25rem;
	}

	.CPPCC-user-list .swiper-pagination {
		bottom: 0.5rem !important;
	}

	.CPPCC-user-list .swiper-pagination .swiper-pagination-bullet {
		width: 1rem;
		height: 0.15rem;
		border-radius: 0.15rem;
		width: 0.5rem;
		height: 0.1rem;
		margin: 0 0.05rem;
	}

	.zhrd-banner01 {
		margin-top: 0.5rem;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}

	.zhrd-banner01-left {
		float: left;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.zhrd-banner01-left img {
		width: 100%;
	}

	.zhrd-banner01-right-title {
		font-size: 0.4rem;
		margin-bottom: 0.15rem;
	}

	.zhrd-banner01-right-text {
		font-size: 0.28rem;
		line-height: 1.6;
	}

	.zhrd-banner02 {
		padding-bottom: 0.5rem;
	}

	.zhrd-banner02-title {
		font-size: 0.4rem;
		margin-top: 0.25rem;
		margin-bottom: 0.1rem;
	}

	.zhrd-banner02-title-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.zhrd-banner02-img {
		top: 2rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
		height: auto;
		position: initial;
	}

	.zhrd-banner02-img img {
		width: 80%;
	}

	.zhrd-banner02-list {
		margin-top: 0.25rem;
	}

	.zhrd-banner02-item {
		margin-bottom: 0.25rem;
		width: 100%;
	}

	.zhrd-banner02-item-title {
		width: 100%;
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}

	.zhrd-banner02-item-text {
		width: 100%;
		font-size: 0.28rem;
		line-height: 1.6;
	}

	.zhrd-banner02-item-title img {
		margin-right: 0.1rem;
	}

	.zhrd-banner02-item:nth-child(4) {
		position: inherit;
		top: 0;
		right: 0;
		width: 100%;
	}

	.zhrd-banner02-item:nth-child(5) {
		position: inherit;
		top: 0;
		right: 0;
		width: 100%;
	}

	.zhrd-banner03-item {
		width: 48%;
		height: 5rem;
		background-color: #FFFFFF;
		float: left;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.zhrd-banner03-item:nth-child(2n) {
		float: right;
	}

	.zhrd-banner03-item-head {
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		margin: 0.4rem auto 0.16rem;
	}

	.zhrd-banner03-item-title {
		font-size: 0.32rem;
	}

	.zhrd-banner03-item-text {
		color: #666666;
		font-size: 0.28rem;
		padding: 0.1rem 0.25rem 0;
		line-height: 1.6;
	}

	.zhrd-banner03 {
		height: auto;
		padding-bottom: 0.35rem;
	}

	.zhrd-banner04 {
		height: auto;
		padding-bottom: 0.45rem;
	}

	.zhrd-banner04-content .hd {
		float: none;
		width: 100%;
	}

	.zhrd-banner04-content .hd ul {
		overflow: hidden;
	}

	.zhrd-banner04-content .hd li {
		width: 50%;
		float: left;
		height: 1rem;
		font-size: 0.32rem;
		line-height: 1rem;
		padding-left: 0;
		text-align: center;
		border-right: 1px solid #fff;
	}

	.zhrd-banner04-content .bd li {
		width: 100%;
		height: auto;
	}

	.zhrd-banner04-item-title {
		font-size: 0.36rem;
		margin: 0.25rem;
	}

	.zhrd-banner04-item-title-text {
		font-size: 0.3rem;
		margin-left: 0.25rem;
	}

	.zhrd-banner04-item-content {
		padding: 0.25rem;
		font-size: 0.28rem;
	}

	.cshz-banner01-list {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		flex-wrap: wrap;
	}

	.cshz-banner01-item {
		width: 100%;
		height: auto;
	}

	.cshz-banner01-inner {
		width: 100%;
		height: auto;
		margin: 0.25rem 0;
	}

	.cshz-banner01-inner p {
		font-size: 0.3rem;
	}

	.cshz-banner01-inner-img {
		/* display: none; */
		overflow: hidden;
		margin-bottom: 0.1rem;
		height: 25px;
	}

	.cshz-banner01-inner-img img {
		transform: rotate(90deg);
	}

	.cshz-banner01-item-head img {
		/* width: 36%; */
		margin: 0.35rem 0 !important;
		height: 1.5rem !important;
	}

	.cshz-banner01-item-title {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}

	.cshz-banner01-item-text {
		font-size: 0.28rem;
		padding: 0 0.25rem;
		margin-bottom: 0.25rem;
		text-align: center;
	}

	.cshz-banner02 {
		margin-bottom: 0.45rem;
	}

	.cshz-banner02-left {
		margin-right: 0;
		text-align: center;
		width: 100%;
		display: none;
	}

	.cshz-banner02-right {
		margin-top: 0.25rem;
		width: 100%;
	}

	.cshz-banner02-item {
		font-size: 0.32rem;
		margin-bottom: 0.25rem;
	}

	.cshz-banner02-item img {
		width: 0.6rem;
		width: 0.4rem;
		margin-right: 0.25rem;
		margin-right: 0.1rem;
	}

	.cshz-banner03-list {
		margin-bottom: 0.45rem;
	}

	.cshz-banner03-item {
		width: 50%;
		margin-top: 0.25rem;
		margin: 0;
	}

	.cshz-banner03-item-head {
		height: 1.7rem;
	}

	.cshz-banner03-item-head img {
		width: 40%;
	}

	.cshz-banner03-item-text {
		font-size: 0.36rem;
		margin-top: 0rem;
	}

	.liuc-img img {
		width: 100%;
	}

	.gywm-banner01 {
		height: auto;
		overflow: hidden;
	}

	.gywm-banner01 img {
		margin-top: 0.25rem;
	}

	.gywm-banner01-title {
		color: #333333;
		font-size: 0.36rem;
		position: initial;
		top: initial;
		left: initial;
		margin-top: -1.25rem;
		margin-top: 0.4rem;
		text-align: center;
		font-weight: bold;
	}

	.gywm-banner01-text {
		font-size: 0.3rem;
		position: initial;
		top: initial;
		left: initial;
		line-height: 1.6;
		text-indent: 2em;
		margin-top: 0.15rem;
		margin-bottom: 0.45rem;
	}

	.gywm-banner01 img {
		margin-top: 0.25rem;
		width: 170%;
		display: none;
	}

	.gywm-banner02 {
		margin-top: 0.45rem;
		margin-bottom: 0.45rem;
		flex-wrap: wrap;
	}

	.gywm-banner02-item {
		margin: 0.25rem 0;
		width: 50%;
	}

	.gywm-banner02-item-left {
		float: none;
		width: 2.4rem;
		height: 2rem;
		margin-right: 0;
		margin: 0 auto 0.2rem;
	}

	.gywm-banner02-item-right {
		float: none;
		text-align: center;
	}

	.gywm-banner02-item-title {
		font-size: 0.32rem;
	}

	.gywm-banner02-item-text {
		font-size: 0.28rem;
		margin-top: 0.1rem;
		width: 100%;
		line-height: 1.6;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.gywm-banner03 {
		height: auto;
	}

	.gywm-banner03 .zhrd-banner02-title {
		margin-top: 0.25rem;
	}

	.gywm-banner03 .CPPCC-user-list {
		margin-top: 0.25rem;
		width: 7rem;
	}

	.gywm-banner03 .CPPCC-user-list .swiper-container {
		padding: 0 0 1.2rem 0;
	}

	.gywm-banner03 dl {
		height: auto;
	}

	.gywm-banner04 .zhrd-banner02-title {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.gywm-banner04-list {
		margin-bottom: 0.25rem;
		flex-wrap: wrap;
	}

	.gywm-banner04-item {
		width: 50%;
		margin-bottom: 0.35rem;
	}

	.gywm-banner04-item-img img {
		width: 44%;
	}

	.gywm-banner04-item-img {
		height: 1.55rem;
	}

	.gywm-banner04-item-title {
		font-size: 0.32rem;
	}

	.gywm-banner04-item-text {
		width: 100%;
		font-size: 0.28rem;
		margin-top: 0.1rem;
		line-height: 1.6;
		box-sizing: border-box;
		padding: 0 0.2rem;
	}

	.gywm-banner05 {
		width: 100%;
		height: auto;
		padding-top: 0.25rem;
		overflow: hidden;
	}

	.gywm-banner05-left {
		width: 100%;
		margin-right: 0;
	}

	.gywm-banner05-left-top {
		font-size: 0.4rem;
	}

	.gywm-banner05-left-text {
		margin-top: 0.15rem;
		font-size: 0.3rem;
		line-height: 1.6;
	}

	.gywm-banner05-left-dz {
		font-size: 0.3rem;
		margin-top: 0.15rem;
		margin-bottom: 0.15rem;
	}

	.gywm-banner05-left-item {
		width: 2.5rem;
		margin-right: 0;
	}

	.gywm-banner05-left-item-img {
		margin-bottom: 0rem;
	}

	.gywm-banner05-left-item-text {
		color: #666666;
		font-size: 0.3rem;
	}

	.gywm-banner05-right {
		width: 100%;
		height: auto;
		box-shadow: 0 0 0.08rem 0.08rem #ebeff5;
		box-sizing: border-box;
		padding: 0.25rem;
		background-color: #FFFFFF;
		margin-top: 0.45rem;
		margin-bottom: 0.45rem;
	}

	.form-list-item {
		width: 100%;
		margin-right: 0;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.form-list-item input {
		font-size: 0.32rem;
		width: 85%;
	}

	.form-text {
		margin-bottom: 0.25rem;
	}

	.form-text-title {
		font-size: 0.32rem;
		line-height: 1rem;
		width: 100%;
	}

	.form-text textarea {
		height: 3.2rem;
		font-size: 0.32rem;
		padding: 0.2rem;
	}

	.form-foot .form-btn {
		width: 40%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		border-radius: 0.4rem;
		margin: 0 0.25rem;
	}

	.form-foot .chongzhi {
		width: 40%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		border-radius: 0.4rem;
		margin: 0 0.25rem;
	}

	.news-list.news-innerlist dl:nth-child(1),
	.news-list.news-innerlist dl:nth-child(2),
	.news-list.news-innerlist dl:nth-child(3) {
		margin-bottom: 0.25rem;
		display: none;
	}

	.news-list.news-innerlist dl:nth-child(1) {
		display: block;
		width: 100%;
	}

	.news-list.news-innerlist dl:nth-child(4),
	.news-list.news-innerlist dl:nth-child(5),
	.news-list.news-innerlist dl:nth-child(6),
	.news-list.news-innerlist dl:nth-child(7),
	.news-list.news-innerlist dl:nth-child(8),
	.news-list.news-innerlist dl:nth-child(9),
	.news-list.news-innerlist dl:nth-child(10),
	.news-list.news-innerlist dl:nth-child(11),
	.news-list.news-innerlist dl:nth-child(12) {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.news-innerlist {
		padding-bottom: 0.45rem;
	}

	.innerColumn {
		height: 0.95rem;
		background: #f6f6f6;
		position: relative;
		margin-bottom: 0.25rem;
	}

	.innerColumn .back {
		float: left;
		padding: 0 0.25rem;
		font-size: 0;
		line-height: 0.95rem;
	}

	.innerColumn .back img {
		width: 0.44rem;
	}

	.innerColumn p {
		font-size: 0.36rem;
		color: #333333;
		line-height: 0.95rem;
		float: left;
		position: absolute;
		left: 1rem;
		right: 1rem;
		text-align: center;
	}

	.innerColumn em {
		float: right;
		line-height: 0.95rem;
		padding: 0 0.25rem;
	}

	.innerColumn em img {
		width: 0.47rem;
	}

	.innerColumn .innerColumn-list {
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		background: #fff;
		top: 0.95rem;
		padding: 0.1rem 0.25rem;
		z-index: 99;
		box-shadow: 0rem 0.04rem 0.06rem 0.04rem #dedede;
		display: none;
	}

	.innerColumn .innerColumn-list li {
		float: left;
		width: 50%;
		text-align: center;
	}

	.innerColumn .innerColumn-list li a {
		display: block;
		font-size: 0.3rem;
		color: #666;
		line-height: 0.6rem;
	}

	.qiye-info-title {
		font-size: 0.38rem;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.qiye-info-text {
		padding-bottom: 0.25rem;
	}

	.qiye-info-text span {
		font-size: 0.28rem;
		margin: 0 0.15rem;
	}

	.qiye-info-fuwenben {
		margin-top: 0.25rem;
		line-height: 1.6;
		font-size: 0.28rem;
		min-height: 4rem;
	}

	.qiye-info-fuwenben a {
		font-size: 0.28rem;
	}

	.info-foot {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-right: 0;
	}

	.info-foot-left-item {
		margin-bottom: 0.15rem;
		font-size: 0.28rem;
	}

	.CPPCC-brief-list .bd li dl dd .szzx-text {
		font-size: 0.3rem;
	}

	.szzx-ewm {
		width: 2rem;
	}

	.relevant-title {
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
		/* padding-bottom: 0.1rem; */
		font-size: 0.32rem;
	}

	.relevant-list {
		margin-bottom: 0.2rem;
	}

	.relevant-list ul li {
		margin-right: 0.2rem;
		margin-right: 0.1rem;
		margin-bottom: 0.2rem;
		margin-bottom: 0.1rem;
	}

	.relevant-list ul li a {
		display: block;
		padding: 0.1rem 0.15rem;
		border: 1px dashed #DDDDDD;
		transition: 0.4s;
		font-size: 0.28rem;
		color: #333;
	}

	.relevant-list ul li a:hover {
		border: 1px dashed #DDDDDD;
		color: #333;
	}


	.info-foot-left a {
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.info-foot .back {
		position: relative;
		top: 0;
		display: none;
		width: 2rem;
		line-height: 0.8rem;
		height: 0.8rem;
		font-size: 0.3rem;
	}

	.info-foot-left-item em {
		font-size: 0.26rem;
		width: auto;
		padding: 0 0.25rem;
		line-height: 0.5rem;
		height: 0.5rem;
		margin-right: 0.1rem;
	}

	.cpinfo .cpinfo-right {
		width: 100%;
		margin-top: 0rem;
	}

	.dddwww {
		font-size: 0.32rem;
		line-height: 1rem;
	}

	.cpinfo .cpinfo-right .qiye-info-text {
		padding-bottom: 0;
		border-bottom: none;
	}

	.cpinfo .cpinfo-left {
		display: none;
	}

	.gywm-banner03 .CPPCC-user-list .swiper-slide dl dt {
		height: 5.2rem;
	}

	.gywm-banner03 .CPPCC-user-list .swiper-slide dl dd {
		margin-bottom: 0.15rem;
	}

	.yyzzmm input {
		width: 50% !important;
	}

	.yyzzmm {
		height: 1.15rem !important;
	}

	.yyzzmm .validateCode {
		height: 0.75rem;
	}

	.newCPPCC-brief {
		width: auto;
		margin: 0.5rem 0.25rem 0;
	}

	.newCPPCC-brief dl dt img {
		width: 100%;
	}

	.newCPPCC-brief dd a {
		width: 3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		margin: 1rem auto 0;
	}

	.newCPPCC-brief-list {
		display: none;
	}

	.newCPPCC-brief-list div {
		width: 1.5rem;
		height: 1.5rem;
		position: relative;
	}

	.newCPPCC-brief-list div p {
		height: 0.6rem;
		width: 0.6rem;
		line-height: 0.6rem;
		margin: 0.3rem auto 0.06rem;
	}

	.newCPPCC-brief-list div span {
		font-size: 0.3rem;
	}

	.newCPPCC-type {
		margin: 1rem auto 0;
		background-size: cover;
	}

	.newCPPCC-type .newCPPCC-type-list {
		width: auto;
		margin: 0 0.25rem;
		justify-content: space-between;
		padding-bottom: 0.8rem;
	}

	.newCPPCC-type .newCPPCC-type-list div {
		flex-wrap: nowrap;
	}

	.newCPPCC-type .newCPPCC-type-list dl {
		width: 48%;
		margin: 0.1rem 0;
		height: auto;
	}

	.newCPPCC-type .newCPPCC-type-list dl dt {
		margin: 0.5rem 0 0.25rem;
	}

	.newCPPCC-type .newCPPCC-type-list dl dt img {
		height: 1.5rem;
	}

	.newCPPCC-type .newCPPCC-type-list dl dd {
		padding: 0 0.25rem 0.25rem;
	}

	.newCPPCC-type .newCPPCC-type-list dl dd h3 {
		font-size: 0.32rem;
	}

	.newCPPCC-type .newCPPCC-type-list dl dd p {
		font-size: 0.26rem;
		margin-top: 0.1rem;
	}

	.newCPPCC-characteristic {
		/* margin-top: 0.5rem; */
	}

	.newCPPCC-characteristic-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.newCPPCC-characteristic-list dt {
		line-height: 9rem;
	}

	.newCPPCC-characteristic-list dt img {
		width: 100%;
		opacity: 0.25;
	}

	.newCPPCC-characteristic-list dd {
		margin-top: 0;
	}

	.newCPPCC-characteristic-list dd p {
		width: auto;
		line-height: initial;
		padding: 0.1rem 0.25rem;
		font-size: 0.3rem;
		font-size: 0.28rem;
		min-width: initial;
		left: initial !important;
		right: initial !important;
		top: initial !important;
		position: relative;
		margin: 0rem 0 0.15rem;
	}

	.newCPPCC-system {
		margin-top: 1rem;
		margin-top: 0.5rem;
		/* padding-top: 0.25rem; */
	}

	.newCPPCC-system .newCPPCC-system-list {
		width: auto;
		margin: 0 0.25rem 0.5rem;
	}

	.newCPPCC-system .newCPPCC-system-list .hd {
		width: 100%;
		overflow: hidden;
	}

	.newCPPCC-system .newCPPCC-system-list .hd li {
		width: 25%;
		height: 1rem !important;
		line-height: 1rem !important;
		float: left;
		font-size: 0;
	}

	.newCPPCC-system .newCPPCC-system-list .hd li:before {
		display: none;
	}

	.newCPPCC-system .newCPPCC-system-list .hd li span {
		font-size: 0.3rem;
		display: inline-block;
		vertical-align: middle;
		line-height: 0.4rem;
		padding: 0 0.15rem;
	}

	.newCPPCC-system .newCPPCC-system-list .bd {
		width: 100%;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li {
		padding: 0.5rem;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dt {
		width: 100%;
		margin: 0;
		float: none;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dd {
		width: 100%;
		float: none;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dd h3 {
		font-size: 0.32rem;
		padding: 0.5rem 0 0.2rem;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dd p {
		font-size: 0.28rem;
		line-height: 0.5rem;
		margin-top: 0.2rem;
	}

	.newCPPCC-system .newCPPCC-system-list .bd li dd a {
		width: 3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		margin: 0.5rem 0 0;
	}

	.newCPPCC-custom {
		margin-top: 0.5rem;
	}

	.newCPPCC-custom-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.newCPPCC-custom-list .swiper-container {
		padding: 0 0 0.85rem 0;
	}

	.newCPPCC-custom-list .swiper-pagination .swiper-pagination-bullet {
		width: 1rem;
		height: 0.1rem;
		border-radius: 0.1rem;
	}

	.newCPPCC-custom-list dl {
		padding: 0.5rem 0;
	}

	.newCPPCC-custom-list dl dd {
		margin: 0.25rem 0.25rem 0;
		font-size: 0.32rem;
	}

	.newCPPCC-support {
		margin-top: 0.5rem;
		padding-top: 0.5rem;
	}

	.newCPPCC-support-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.newCPPCC-support-list .hd {
		width: 100%;
	}

	.newCPPCC-support-list .hd li {
		width: 33.333%;
		height: 1rem !important;
		line-height: 1rem !important;
		float: left;
	}

	.newCPPCC-support-list .hd li em {
		font-size: 0.4rem;
		margin-left: 0.25rem;
	}

	.newCPPCC-support-list .hd li span {
		font-size: 0.32rem;
		margin-left: 0.1rem;
	}

	.newCPPCC-support-list .bd {
		width: 100%;
	}

	.newCPPCC-support-list .bd li {
		padding: 0 0.5rem;
	}

	.newCPPCC-support-list .bd li dt {
		width: 100%;
		height: auto;
		line-height: initial;
		padding: 0.5rem 0;
	}

	.newCPPCC-support-list .bd li dd {
		width: 100%;
	}

	.newCPPCC-support-list .bd li h3 {
		margin-top: 0.5rem;
		margin-bottom: 0.2rem;
	}

	.newSICF-brief {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.newSICF-brief dl dt {
		width: 100%;
	}

	.newSICF-brief dl dd {
		width: 100%;
		margin: 0.5rem 0;
	}

	.newSICF-brief dl dd h3 {
		font-size: 0.44rem;
	}

	.newSICF-brief dl dd p {
		font-size: 0.28rem;
		margin-top: 0.25rem;
		line-height: 0.5rem;
	}

	.newSICF-brief dl dd a {
		width: 3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		margin: 0.5rem 0 0;
	}

	.newSICF-function {
		padding: 0.25rem 0;
	}

	.newSICF-function .newSICF-function-list {
		margin: 0.25rem;
		width: auto;
	}

	.newSICF-function .newSICF-function-list div.swiper-wrapper {
		width: auto;
		background: none;
		padding: 0;
		margin: 0;
		flex-wrap: nowrap;
	}

	.newSICF-function .newSICF-function-list div.swiper-slide {
		width: 49%;
		padding: 0.25rem 0.35rem;
		margin: 0.1rem 0;
		height: auto;
	}

	.newSICF-function .newSICF-function-list div.swiper-slide dl dt {
		width: 0.8rem;
		height: 0.8rem;
	}

	.newSICF-function .newSICF-function-list div.swiper-slide dl dd {
		font-size: 0.32rem;
		line-height: 0.8rem;
		margin-left: 0.2rem;
	}

	.newSICF-function .newSICF-function-list div.swiper-slide p {
		font-size: 0.26rem;
		margin-top: 0.2rem;
		line-height: 0.4rem;
	}

	.newSICF-value {
		margin-top: 0.25rem;
	}

	.newSICF-value .newSICF-value-list {
		width: auto;
		padding: 0.1rem;
		margin: 0.25rem;
	}

	.newSICF-value .newSICF-value-list dl {
		box-shadow: 0px 2px 0.1rem 0px rgb(0 0 0 / 10%);
		min-height: initial;
		height: auto;
	}

	.newSICF-value .newSICF-value-list dl dt {
		margin: 0.5rem auto 0;
		width: 1rem;
		height: 1rem;
	}

	.newSICF-value .newSICF-value-list dl dt img {
		width: 100%;
	}

	.newSICF-value .newSICF-value-list dl dd h3 {
		font-size: 0.32rem;
		margin-top: 0.25rem;
	}

	.newSICF-value .newSICF-value-list dl dd p {
		font-size: 0.28rem;
		height: auto;
		opacity: 1;
		margin: 0.25rem;
	}

	.newSICF-PlatformDisplay-list {
		width: auto;
		margin: 0.25rem;
	}

	.newSICF-PlatformDisplay-list p {
		position: relative !important;
		left: initial !important;
		right: initial !important;
		bottom: initial !important;
		text-align: center;
	}

	.newSICF-PlatformDisplay-list p img {
		max-width: 100%;
	}

	.newSICF-ProductFeatures {
		padding: 0.25rem 0;
		margin: 1rem 0 0;
	}

	.newSICF-ProductFeatures-list {
		width: auto;
		margin: 0.25rem;
	}

	.newSICF-ProductFeatures-list img {
		display: none;
	}

	.newSICF-ProductFeatures-list dl {
		position: relative !important;
		left: initial !important;
		right: initial !important;
		top: initial !important;
		width: 100%;
		margin-bottom: 0.25rem;
	}

	.newSICF-ProductFeatures-list dl dt img {
		display: block;
		width: 1rem;
	}

	.newSICF-ProductFeatures-list dl dd {
		width: 5.7rem;
	}

	.newSICF-ProductFeatures-list dl dd h3 {
		font-size: 0.32rem;
	}

	.newSICF-ProductFeatures-list dl dd p {
		font-size: 0.26rem;
		margin-top: 0.1rem;
	}

	.newNPC-brief dl dd a {
		background: #2386ee;
		text-align: center;
		text-indent: 0;
	}

	.newNPC-FAQ {
		padding-bottom: 0.5rem;
	}

	.newNPC-FAQ-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.newNPC-FAQ-list .hd {
		width: 100%;
		overflow: hidden;
	}

	.newNPC-FAQ-list .hd li {
		float: left;
		width: 33.333%;
		height: 1rem !important;
		line-height: 1rem !important;
	}

	.newNPC-FAQ-list .hd li:before {
		display: none;
	}

	.newNPC-FAQ-list .hd li em {
		width: 0.36rem;
		height: 0.36rem;
	}

	.newNPC-FAQ-list .hd li em img {
		width: 100%;
		top: -0.36rem;
	}

	.newNPC-FAQ-list .hd li span {
		margin-left: 0.15rem;
		font-size: 0.28rem;
	}

	.newNPC-FAQ-list .bd {
		width: 100%;
	}

	.newNPC-FAQ-list .bd li {
		padding: 0.5rem;
	}

	.newNPC-FAQ-list .bd li dl dt {
		width: 100%;
	}

	.newNPC-FAQ-list .bd li dl dd {
		width: 100%;
	}

	.newNPC-FAQ-list .bd li dl dd h3 {
		margin-top: 0.4rem;
		font-size: 0.4rem;
		padding-bottom: 0.2rem;
	}

	.newNPC-FAQ-list .bd li dl dd p {
		font-size: 0.28rem;
		line-height: 0.45rem;
		margin-top: 0.25rem;
	}

	.newNPC-SystemComposition {
		margin: 0 0.25rem;
	}

	.newNPC-SystemComposition-list {
		width: auto;
	}

	.newNPC-SystemComposition-list dl {
		margin: 0.3rem 0;
		height: auto;
	}

	.newNPC-SystemComposition-list dl dt {
		height: 2rem;
		line-height: 2rem;
		margin-top: 0.5rem;
	}

	.newNPC-SystemComposition-list dl dd {
		font-size: 0.3rem;
		margin: 0.5rem 0.15rem;
	}

	.newNPC-advantage {
		padding: 0 0.25rem;
	}

	.newNPC-advantage-list {
		width: auto;
		margin: 0rem 0 0.5rem;
	}

	.newNPC-advantage-list dl dd {
		margin: 0 0.25rem;
	}

	.newNPC-advantage-list dl dd h3 {
		font-size: 0.32rem;
		margin: 0.5rem 0 0.15rem;
	}

	.newNPC-advantage-list dl dd p {
		font-size: 0.28rem;
	}

	.newNPC-advantage-list dl dt {
		padding: 0.5rem 0;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.newNPC-advantage-list dl dt img {
		max-height: 100%;
	}

	.newNPC-ApplicationScenario {
		margin: 0 0.25rem;
	}

	.newNPC-ApplicationScenario-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.newNPC-ApplicationScenario-list div {
		flex-wrap: nowrap;
	}

	.newNPC-ApplicationScenario-list dl {
		padding-top: 0.75rem;
		margin: 0;
		height: auto;
	}

	.newNPC-ApplicationScenario-list dl dt {
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin: auto;
	}

	.newNPC-ApplicationScenario-list dl dd {
		padding-top: 1rem;
		height: auto;
		padding-bottom: 0.5rem;
		margin: 0 0.25rem 0.25rem;
		height: 3rem;
		box-shadow: 0px 2px 0.2rem 0px rgb(0 0 0 / 6%);
	}

	.newNPC-ApplicationScenario-list dl dd h3 {
		font-size: 0.32rem;
	}

	.newNPC-ApplicationScenario-list dl dd span {
		margin: 0.15rem auto;
	}

	.newNPC-ApplicationScenario-list dl dd p {
		font-size: 0.28rem;
		margin: 0 0.45rem;
	}

	.newSTU-brief dl dd ul {
		margin-top: 0.5rem;
	}

	.newSTU-brief dl dd ul li {
		margin: 0;
		width: 25%;
	}

	.newSTU-brief dl dd ul li em {
		font-size: 0;
		height: 1rem;
	}

	.newSTU-brief dl dd ul li em img {
		height: 100%;
	}

	.newSTU-brief dl dd ul li span {
		margin-top: 0.15rem;
		font-size: 0.3rem;
	}

	.newSTU-function {
		padding: 0 0.25rem 0.5rem;
	}

	.newSTU-function-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.newSTU-function-list div {
		flex-wrap: nowrap;
	}

	.newSTU-function-list dl dd {
		font-size: 0.32rem;
	}

	.newSTU-advantage-title {
		margin-top: 0;
	}

	.newSTU-advantage-title span {
		font-size: 0.36rem;
		line-height: 0.8rem;
		border-radius: 0.8rem;
	}

	.newSTU-advantage-list {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.newSTU-advantage-list:before {
		width: 1rem;
		height: 1rem;
		background-size: cover;
	}

	.newSTU-advantage-list div h3 {
		font-size: 0.36rem;
		line-height: 1rem;
	}

	.newSTU-advantage-list div ul {
		padding: 0.25rem;
	}

	.newSTU-advantage-list div ul li {
		line-height: 1.5rem;
	}

	.newSTU-advantage-list div ul li p {
		font-size: 0.28rem;
		line-height: 0.4rem;
	}

	.newSTU-OnlineActivities-title {
		font-size: 0.3rem;
		margin: 0 0.25rem;
	}

	.newSTU-OnlineActivities-list {
		width: auto;
		margin: 0.25rem;
	}

	.newSTU-OnlineActivities-list p {
		width: 25%;
		margin: 0;
	}

	.innerPosition p {
		width: auto;
		margin: 0 0.25rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
	}

	.innerPosition p a {
		font-size: 0.3rem;
	}

	.details-left {
		width: 100%;
	}

	.qiye-info-text span {
		font-size: 0.26rem;
		margin: 0 0.1rem;
	}

	.qiye-info-text span img {
		margin-top: 0.06rem;
		margin-right: 0rem;
		display: none;
	}

	.details-right {
		display: none;
	}

	.inner-title-name {
		width: 4rem;
		font-size: 0.3rem;
		margin-top: 0.15rem;
	}

	.newCPPCC-support-list-box {
		width: auto;
		margin: 0 0.25rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-list {
		width: 100%;
		margin: 0;
	}

	.newCPPCC-support-list-box .newCPPCC-support-list .hd li {
		height: 1rem !important;
		line-height: 1rem !important;
	}

	.newCPPCC-support-list-box .newCPPCC-support-list .hd li em {
		font-size: 0.3rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-list .hd li span {
		font-size: 0.3rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-list .bd li {
		padding: 0 0.5rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news {
		width: 100%;
		padding: 0 0.25rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news div {
		line-height: 1rem;
		height: 1rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news div h3 {
		font-size: 0.32rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news div a {
		font-size: 0.26rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news dl {
		margin-top: 0.25rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news dl dt {
		width: 2.8rem;
		height: 1.3rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news dl dd {
		width: 3.5rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news dl dd h3 {
		margin-top: 0;
		font-size: 0.3rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news dl dd p {
		font-size: 0.26rem;
		line-height: initial;
		margin-top: 0.1rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news ul li a {
		line-height: 0.7rem;
		padding-left: 0.2rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news ul li a:before {
		width: 0.08rem;
		height: 0.08rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news ul li a p {
		width: 4rem;
		font-size: 0.3rem;
	}

	.newCPPCC-support-list-box .newCPPCC-support-news ul li a span {
		font-size: 0.26rem;
	}

	.product-list .bd li .product-list-box {
		padding: 0;
		height: auto;
	}

	.product-list-left {
		width: 100%;
	}

	.product-list-right {
		width: 100%;
		text-align: center;
	}

	.product-list-right a {
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		display: inline-block;
		margin: 0.25rem;
		width: 35%;
	}

	.product-list .bd li div div {
		padding: 0;
	}

	.index-news-list.news-list dl:nth-child(1) {
		width: 100%;
		margin-right: 0;
		height: auto;
		padding: 0.25rem;
	}

	.index-news-list.news-list dl:nth-child(1) dt {
		height: auto !important;
		margin: 0.15rem 0;
	}

	.index-news-list.news-list dl:nth-child(1) dd h3 {
		margin: 0.1rem 0;
		font-size: 0.32rem;
	}

	.index-news-list.news-list dl:nth-child(1) dd h4 {
		height: 1.48rem;
		margin-bottom: 0;
	}

	.index-news-list.news-list dl:nth-child(1) dd p {
		margin-top: 0.15rem !important;
	}

	.index-news-list.news-list dl:nth-child(1) dd span {
		bottom: 0.44rem;
		right: 0.25rem;
		width: 0.48rem;
		height: 0.12rem;
	}

	.index-news-list.news-list dl:nth-child(2),
	.index-news-list.news-list dl:nth-child(3),
	.index-news-list.news-list dl:nth-child(4),
	.index-news-list.news-list dl:nth-child(5) {
		width: 100%;
		height: 1.75rem;
		margin-right: 0;
		margin-bottom: 0.25rem;
		padding: 0 0.25rem 0 1.75rem;
	}

	.index-news-list.news-list dl dd h3 {
		font-size: 0.32rem;
		margin: 0.3rem 0 0.1rem;
	}

	.index-news-list.news-list dl dd h4 {
		font-size: 0.28rem;
	}

	.index-news-list.news-list dl dd p {
		font-size: 0.32rem;
		width: 1.5rem;
		height: 1.75rem;
		margin: 0;
	}

	.index-news-list.news-list dl dd p span:nth-child(1) {
		font-size: 0.48rem;
		margin-top: 0.25rem;
	}

	.index-news-list.news-list dl dd p span:nth-child(2) {
		font-size: 0.28rem;
		margin-top: 0;
	}







}