@charset "utf-8";

* {
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	white-space: normal;
	padding: 0px;
	margin: 0px
}

body {
	font-size: 14px;
	background-color: white;
	overflow-x: hidden;
	visibility: hidden;
	max-width: 2400px;
	margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold
}

img {
	max-width: 100%;
}

ul,
li {
	list-style: none
}

p {
	margin: 0;
	padding: 0
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none
}

a:hover {}

a:hover,
a:active,
a:focus {
	outline: 0;

}

input,
button,
textarea,
select {
	outline: none;
	border-style: none;
}

hr {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbd8d8
}

input {
	background-color: transparent;
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

button:active {
	opacity: 0.6;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}

:focus {
	outline: none
}

::-moz-focus-inner {
	border: 0
}

.clearfix {
	_zoom: 1
}

.font12 {
	font-size: 12px
}

.font14 {
	font-size: 14px
}

.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font20 {
	font-size: 20px
}

.center {
	text-align: center
}

.font-weight {
	font-weight: bold
}

.no_weight {
	font-weight: 500
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.txt-cut2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.txt-cut3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.txt-cut4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.txt-cut5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.txt-cut6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

::-webkit-scrollbar {
	display: none
}

.clearfix {
	clear: both;
}

.container {
	width: 100%;
	margin: auto;
	padding: 0;
	overflow-y: hidden;
	min-height: 500px;
}

.mobile-header,
.close-mobile-menu {
	display: none;
	background: url("../img/close_white.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/close_white.png*/
		)no-repeat center;
	background-size: 50% auto;
}

img {
	vertical-align: middle;
}

.return-top {
	width: 50px;
	height: auto;
	position: fixed;
	right: 25px;
	bottom: 20%;
	z-index: 2;
	width: 50px;
	height: 50px;
	background: #7F7F7F;
	box-shadow: 0px 3px 7px 0px rgba(205, 206, 212, 0.35);
	border-radius: 10px;

	align-items: center;
	justify-content: center;
	display: none;
}

.return-top:hover {
	cursor: pointer;
	background-color: #0762d5;
}

.return-top img {
	width: 20px;
	height: auto;
}

/* /右边贴边 */
.sild-float {
	position: fixed;
	z-index: 6;
	right: 0;
	top: 288px;
	width: 46px;
}

.sild-float .list {
	margin-bottom: 2px
}

.sild-float .list>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	background: rgba(0, 0, 0, 0.5) no-repeat center center;
	transition: all 0.5s ease
}

.sild-float .list a.a1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sild-float .list:hover>a {
	background-color: #0762d5;
	transition: all 0.5s ease
}

.sild-float .list .rolme {
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	position: absolute;
	right: 46px;
	top: 0;
	padding: 10px;
	line-height: 26px;
	width: 184px;
	background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
	font-size: 20px;
	color: #fff;
	text-align: center;
	word-break: break-all;
}

.sild-float .list .rolme .emv img {
	border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
	border-top-left-radius: 5px;
	overflow: hidden
}

.sild-float .list:last-child>a {
	border-bottom-left-radius: 5px;
	overflow: hidden
}

.sild-float .bpmaeb {
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease
}

.sild-float .fplae {
	display: flex;
	align-items: center;
	line-height: 46px;
	height: 46px;
	width: 226px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease
}

.sild-float .fplae:hover {
	transform: translateX(-180px);
	transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
	background-color: #0762d5;
	transition: all 0.5s ease
}

.sild-float .fplae .ltt {
	width: 180px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	word-break: break-all;
}

.sild-float .email .fplae .ltt {
	font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
	font-size: 14px;
}

.sild-float .friends .fplae .ltt {
	font-size: 14px;
}

.pointer:hover {
	cursor: pointer;
}

/* /右边贴边end */


/* 首页----------------------------------------------------------------------------------- */
.header {
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	background-color: white;
}

.header-content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;

}

.header-content-logo {
	width: 245px;
	height: 50px;
	margin-right: 20px;
}

.header-content-nav {
	min-width: 520px;
	height: 65px;
	display: flex;
	justify-content: end;
	margin-top: 65px;
}

.nav-active .blue_icon {
	display: block;
	margin-left: 5px;
}

.blue_icon {
	width: 14px;
	height: auto;
	margin-left: 5px;
	display: none;
}

.header-content-nav li {
	/* width: 20%; */
	/* text-align: center; */
	height: 65px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 50px;
	transition: ease-in-out 0.5s;
	display: flex;
	align-items: center;
	max-width: 150px;
	text-align: center;
	justify-content: end;
	text-align: right;
	position: relative;
	padding-left: 40px;

}

.header-content-nav li:hover {
	cursor: pointer;
	font-weight: bold;
}

.blue-line {
	display: none;
}

.nav-active {
	font-weight: bold !important;
}

.nav-active .blue-line {
	display: inline-block;
	position: absolute;
	height: 2px;
	background: #432D87;
	margin-top: 50px;
	transition: step-start;
}

.header-content-right {
	width: 328px;
	height: 65px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	justify-content: end;
}

.mobile-menu {
	display: none;
}

.china {
	width: 22px;
	height: auto;
	margin-left: 18px;
	margin-right: 0;
	margin-top: -2px;
}

.forganen-en {
	padding-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.forganen-en:hover {
	color: #432D87;
	cursor: pointer;
}

.en-shuLine {
	width: 1px;
	height: 12px;
	background: #000000;
	display: inline-block;
}

.header-content-right-search {
	width: 185px;
	height: 35px;
	background: #FFFFFF url("../img/search.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/search.png*/
		)no-repeat 150px center;
	background-size: 18px 18px;
	border: 1px solid #CCCCCC;
	border-radius: 19px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #CCCCCC;
	line-height: 35px;
	text-indent: 14px;
}

.header-content-nav .nav-active {
	color: #432D87;
}

.index-banner {
	width: 100%;
	margin: auto;
	margin-top: 98px;
	/* background: url("../img/index_banner.png")no-repeat center/cover; */
}

.index-banner .bannerImg {
	width: 100%;
	height: auto;
}

.index-sesstion-one {
	width: 100%;
	height: 398px;
	background-color: white;
}

.index-sesstion-one-conent {
	width: 100%;
	max-width: 1090px;
	margin: auto;
	height: 398px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-news_xiangqingContainer p img {
	/* margin-left: -2em; */
}

.index-sesstion-one-conent div {
	width: 510px;
	height: 291px;
	overflow: hidden;
	border-radius: 20px;
}

.index-sesstion-one-conent img {
	width: 510px;
	height: 291px;
	transition: all 1s ease
}

.index-sesstion-one-conent img:hover {
	transform: scale(1.2);
	cursor: pointer;
}

.index-sesstion-one-conent div span {
	display: inline-block;
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	margin-left: -300px;
	margin-top: 125px;
}

.index-sesstion-two {
	width: 100%;
	height: 660px;
	background: #E6E6E6;
}

.index-sesstion-two-content {
	width: 100%;
	max-width: 1200px;
	height: 660px;
	margin: auto;

}

.index-sesstion-two-content-top {
	width: 100%;
	height: 154px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-sesstion-two-content-top .p1 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9C9C9C;
	text-align: center;
}

.index-sesstion-two-content-top .p2 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	text-align: center;
}

.index-sesstion-two-content-center {
	width: 100%;
	height: auto;
	/* background-color: white; */
}

.in-se-tcont-center-nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
}

.in-se-tcont-center-cont {
	width: 100%;
	min-height: 285px;
	overflow: hidden;
	background-color: white;
}

.in-se-tcont-center-cont-children {
	height: 70px;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
}

.newsSpan {
	width: 90px;
	height: 22px;
	background: #6B7789;
	display: inline-block;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	margin-right: 32px;
}

.in-se-tcont-center-cont-children .time {
	margin-left: 11px;
	margin-right: 30px;
}

.in-se-tcont-center-cont a:nth-of-type(4) .in-se-tcont-center-cont-children {
	border-bottom: 0;
}

.in-se-tcont-center-nav-children {
	width: 50%;
	float: left;
	height: 60px;
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
}

.in-se-tcont-center-nav .newsActive2 {
	height: 60px;
	background: linear-gradient(21deg, #281E6F, #5C27AD, #7028BC);
	color: white;
	transition: step-start 0.3s;
}

.inse-tcont-center-contc-img {
	width: 16px;
	height: 16px;
	margin-left: 25px;
}

.index-sesstion-two-content-bottom {
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-sesstion-two-content-bottom-button {
	width: 270px;
	height: 54px;
	border: 1px solid #9C9C9C;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #9C9C9C;
	transition: ease-in-out 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-sesstion-two-content-bottom-button:hover {
	border: 1px solid #6B20C0;
	background-color: #6B20C0;
	color: white;
	cursor: pointer;
}

.in-se-tcont-center-cont-children:hover {
	cursor: pointer;
	color: #432d87;
}

.index-sesstion-three {
	width: 100%;
	/* height: 928px; */
	background-color: white;
}

.index-sesstion-three-content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	/* height: 928px; */

}

.index-sesstion-three-content-top {
	width: 100%;
	height: 164px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-sesstion-three-content-top .p1 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9C9C9C;
	text-align: center;
}

.index-sesstion-three-content-top .p2 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #010101;
	text-align: center;
}

.index-sesstion-three-content-center {
	width: 100%;
	/* height: 624px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.index-sesstion-three-content-c-children {
	width: 299px;
	height: 312px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #432D87;
	line-height: 30px;
	content: pointer;
	transition: all 2s;
	-webkit-transition: all 2s;

}

.index-sesstion-three-content-c-children span {
	display: block;
	height: 85px;
	line-height: 85px;
}

.index-sesstion-three-content-c-children img {
	width: 100%;
	height: 220px;
	transition: all 2s;
	-webkit-transition: all 2s;
	object-fit: cover;
}

.index-sesstion-three-content-bottom {
	width: 100%;
	height: 140px;
}

.index-sesstion-three-content-c-children:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);



}

.index-sesstion-three-content-c-children:hover span {
	color: #432D87;
}

.index-sesstion-three-content-bottom-botton {
	width: 270px;
	height: 54px;
	border: 1px solid #9C9C9C;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #9C9C9C;
	transition: ease-in-out 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: 20px;
}

.index-sesstion-three-content-bottom-botton:hover {
	border: 1px solid #6B20C0;
	background-color: #6B20C0;
	color: white;
	cursor: pointer;
}

.index-sesstion-four {
	width: 100%;
	height: 290px;
	background: url("../img/join_usBanner.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/join_usBanner.png*/
		) no-repeat center;
}

.index-sesstion-four-top {
	height: 165px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-sesstion-four-top .p1 {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.index-sesstion-four-top .p2 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.index-sesstion-four-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-sesstion-four-bottom-children {
	width: 270px;
	height: 54px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #5A3E9C;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/join_1.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/join_1.png*/
		)no-repeat center;
	background-size: 100%;
	transition: ease-in-out 0.5s;
}

.index-sesstion-four-bottom-children:hover {
	/* font-size: 18px; */
	cursor: pointer;
	opacity: 0.9;
}

.margin-left-chld {
	margin-right: 70px;
}

.common-footer {
	width: 100%;
	height: 341px;
	background-color: #E6E6E6;
	overflow: hidden;
}

.common-footer-top {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.common-footer-top img {
	width: 245px;
	height: 50px;
}

.common-footer-center {
	width: 843px;
	margin: auto;
	height: 84px;
	border-bottom: 1px solid #F4F4F4;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.common-footer-center span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	padding-left: 41px;
	padding-right: 41px;
}

.common-footer-bottom {
	width: 100%;
	height: 136px;
	display: flex;
	flex-direction: column;

}

.common-footer-bottom-top {
	width: 100%;
	height: 78px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-footer-bottom-top span {
	padding-left: 35px;
	padding-right: 35px;
}

.common-footer-bottom-bottom {
	width: 100%;
	height: 52px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}

/* //关于我们下拉 */
.aboutUs-prop {
	width: 100%;
	height: 316px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	opacity: 0.96;
	position: fixed;
	top: 130px;
	left: 0;
	z-index: 6;
	display: none;
}

.aboutUs-prop-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	height: 316px;
}

.bigScreenShow {
	width: auto;
	height: 45%;
	position: fixed;
	z-index: 6;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}

.coverwhite {
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 5;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 8;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.cover2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 8;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.aboutUs-prop-content-left,
.aboutUs-prop-content-right {
	width: 50%;
	height: 316px;
	float: left;
}

.aboutUs-prop-content-right {
	width: 50%;
	height: 316px;
	float: left;
}

.aboutUs-prop-content-right {
	display: flex;
}

.aboutUs-prop-content-left {
	display: flex;
	flex-direction: column;
}

.aboutUs-prop-content-left .p1 {
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 49px;
}

.aboutUs-prop-content-left .p2 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 39px;
}

.aboutUs-prop-content-left .p2 a {
	color: white;
}

.aboutUs-prop-content-left .p2 span:nth-of-type(2),
.aboutUs-prop-content-left .p2 span:nth-of-type(3) {
	padding-left: 72px;
	padding-right: 72px;
}

.aboutUs-prop-content-left .p2 span:nth-of-type(1) {
	margin-right: 72px;
}

.aboutUs-prop-content-left .p2 span {
	height: 50px;
	transition: ease-in-out 0.5s;
}

.aboutUs-prop-content-left .p2 span .iLing {
	display: inline-block;
	width: 8px;
	height: 1px;
	background: #FFFFFF;
	position: relative;
	top: -5px;
	left: -3px;
}

.aboutUs-prop-content-left .p2 span:hover {
	opacity: 0.7;
	cursor: pointer;
}

.aboutUs-prop-content-ri-content {
	width: 351px;
	height: 316px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.aboutUs-prop-content-ri-content:hover {
	cursor: pointer;
}

.aboutUs-prop-content-ri-content:nth-of-type(1) {
	margin-right: 49px;
}

.aboutUs-prop-content-ri-content .img {
	width: 351px;
	height: 201px;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 15px;
}

.aboutUs-prop-content-ri-content .img img {
	width: 100%;
	height: 201px;
	transition: ease-in-out 0.5s;
}

.aboutUs-prop-content-ri-content .img img:hover {
	transform: scale(1.1);
}

.aboutUs-prop-content-ri-content span {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.aboutUs-prop-content-ri-content span:hover {
	opacity: 0.7;
}

/* ///产品服务下拉菜单 */
.productServices-prop {
	width: 100%;
	min-height: 277px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	opacity: 0.96;
	position: fixed;
	top: 98px;
	left: 0;
	z-index: 6;
	display: none;
}

.productServices-prop-content {
	width: 100%;
	max-width: 1520px;
	margin: auto;
	min-height: 277px;
	overflow: hidden;
}

.productServices-prop-content-title {
	height: 95px;
	line-height: 95px;
	margin-top: 18px;
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.productServices-prop-content-main {
	width: 100%;
	min-height: 277px;
	display: flex;
	flex-wrap: wrap;
}

.productServices-prop-content-main-children {
	width: 25%;
	height: 277px;
}

.productServices-prop-content-main-children-div {
	width: 90.5%;
	height: 277px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: ease-in-out 0.5s;
}

.productServices-prop-content-main-children-div:hover p {
	opacity: 0.8;
	cursor: pointer;
}

.productServices-prop-content-main-children-div .img {
	width: 100%;
	height: 200px;
	border-radius: 15px;
	overflow: hidden;
}

.productServices-prop-content-main-children-div .img img {
	width: 100%;
	height: 200px;
	border-radius: 15px;
	transition: ease-in-out 0.5s;
}

.productServices-prop-content-main-children-div .img img:hover {
	cursor: pointer;
	transform: scale(1.2);
}

.productServices-prop-content-main-children-div p {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	height: 77px;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

/* 新闻活动下拉菜单 */
.newsActivities-prop {
	width: 100%;
	height: 304px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	opacity: 0.96;
	position: fixed;
	top: 130px;
	left: 0;
	z-index: 6;
	display: none;
}

.newsActivities-prop-content {
	width: 100%;
	max-width: 1520px;
	height: 304px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.newsActivities-prop-content-left,
.newsActivities-prop-content-right {
	/* width: 50%; */
	height: 304px;
}

.newsActivities-prop-content-left .p1 {
	height: 88px;
	margin-top: 10px;
	line-height: 88px;
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.newsActivities-prop-content-left .p2 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 39px;
}

.newsActivities-prop-content-left .p2 a {
	color: white;
}

.newsActivities-prop-content-left .p2 span:nth-of-type(2),
.newsActivities-prop-content-left .p2 span:nth-of-type(3) {
	padding-left: 72px;
	padding-right: 72px;
}

.newsActivities-prop-content-left .p2 span:nth-of-type(1) {
	margin-right: 72px;
}

.newsActivities-prop-content-left .p2 span {
	height: 50px;
	transition: ease-in-out 0.5s;
}

.newsActivities-prop-content-left .p2 span .iLing {
	display: inline-block;
	width: 8px;
	height: 1px;
	background: #FFFFFF;
	position: relative;
	top: -5px;
	left: -3px;
}

.newsActivities-prop-content-left .p2 span:hover {
	opacity: 0.7;
	cursor: pointer;
}

.newsActivities-prop-content-right-children {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.newsActivities-prop-content-right-children img {
	width: 16px;
}

.newsActivities-prop-content-right a:first-of-type .newsActivities-prop-content-right-children {
	margin-top: 10px;
}

.newsActivities-prop-content-right a:last-of-type .newsActivities-prop-content-right-children {
	border: 0;
}

.newsActivities-prop-content-right-children .time {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
}

.newsActivities-prop-content-right-children .news {
	display: inline-block;
	width: 90px;
	height: 22px;
	background: #FFFFFF;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5A3E9C;
	margin-left: 10px;
	margin-right: 15px;
}

.newsActivities-prop-content-right-children:hover {
	cursor: pointer;
	color: aqua;
}

/* 招聘信息下拉菜单 */
.joinUs-prop {
	width: 100%;
	height: 316px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	opacity: 0.96;
	position: fixed;
	top: 98px;
	left: 0;
	z-index: 6;
	display: none;
}

.joinUs-prop-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	height: 316px;
}

.joinUs-prop-content-left,
.joinUs-prop-content-right {
	width: 50%;
	height: 316px;
	float: left;
}

.joinUs-prop-content-right {
	width: 50%;
	height: 316px;
	float: left;
}

.joinUs-prop-content-right {
	display: flex;
}

.joinUs-prop-content-left {
	display: flex;
	flex-direction: column;
}

.joinUs-prop-content-left .p1 {
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 49px;
}

.joinUs-prop-content-left .p2 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 39px;
}

.joinUs-prop-content-left .p2 a {
	color: white;
}

.joinUs-prop-content-left .p2 span:nth-of-type(2),
.joinUs-prop-content-left .p2 span:nth-of-type(3) {
	padding-left: 72px;
	padding-right: 72px;
}

.joinUs-prop-content-left .p2 span:nth-of-type(1) {
	padding-right: 72px;
}

.joinUs-prop-content-left .p2 span {
	height: 50px;
	transition: ease-in-out 0.5s;
}

.joinUs-prop-content-left .p2 span .iLing {
	display: inline-block;
	width: 8px;
	height: 1px;
	background: #FFFFFF;
	position: relative;
	top: -5px;
	left: -3px;
}

.joinUs-prop-content-left .p2 span:hover {
	opacity: 0.7;
	cursor: pointer;
}

.joinUs-prop-content-ri-content {
	width: 351px;
	height: 316px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.joinUs-prop-content-ri-content:hover {
	cursor: pointer;
}

.joinUs-prop-content-ri-content:nth-of-type(1) {
	margin-right: 49px;
}

.joinUs-prop-content-ri-content .img {
	width: 351px;
	height: 201px;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 15px;
}

.joinUs-prop-content-ri-content .img img {
	width: 100%;
	height: 201px;
	transition: ease-in-out 0.5s;
}

.joinUs-prop-content-ri-content .img img:hover {
	transform: scale(1.1);
}

.joinUs-prop-content-ri-content span {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.joinUs-prop-content-ri-content span:hover {
	opacity: 0.7;
}


/* 首页end----------------------------------------------------------------------------------- */

/* 关于我们页面 ----------------------------------------------------------------------------------*/

.about-us-content-one {
	width: 100%;
	min-height: 592px;
	background-color: #ffffff;
}

.about-us-content-one-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	min-height: 592px;
	display: flex;
	justify-content: space-between;
}

.about-us-content-one-content-left {
	width: 75%;
	min-height: 592px;
	line-height: 42px;
}

.about-us-content-one-content-left .title {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	background: url("../img/address_house.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/address_house.png*/
		)no-repeat left center;
	background-size: 20px 20px;
	color: #5A3E9C;
	text-indent: 25px;
	display: none;
}

.about-us-content-one-content-left .title span {
	color: #9C9C9C;
	font-size: 16px;
	font-weight: 200;
}

.about-us-content-one-content-left .title span a:hover {
	color: #432d87;
}

.about-us-content-one-content-left .name {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #777777;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	min-height: 70px;
	line-height: 80px;

}

.company-name {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	margin-top: 36px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	/* justify-content: space-between; */

}

.roba {
	display: none;
}

.zizhiyurongyu-name {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 19px;
}

.zizhiyurongyu-logo {
	display: flex;
	flex-wrap: wrap;
}

.zizhiyurongyu-logo-children {
	width: 12.5%;
	height: 150px;
	font-size: 12px;
	color: black;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.zizhiyurongyu-logo-children img {
	width: 40%;
	height: auto;
}

.about-us-content-one-content-left .p {
	color: #666666;
	/* display: flex; */
	align-items: center;
	font-size: 16px;
}

.about-us-content-one-content-left .lianxiUsP {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.about-us-content-one-content-left .lianxiUsP2 {
	margin-top: 5px;
}

.about-us-content-one-content-left div span {
	/* color: #5A3E9C; */
	/* font-size: 24px;
	font-weight: bold; */
	font-weight: bold;
}

.about-us-content-one-content-right {
	width: 20%;
	height: 592px;
}

.aboutUsCntentnecontentright-content {
	width: 100%;
	height: 378px;
}

.about-us-content-one-content-left2 {
	width: 53%;
}

.about-us-content-one-content-right2 {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-us-content-one-content-right-title {
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #777777;
	margin-top: 63px;
}

.about-us-content-one-content-right-children {
	width: 100%;
	min-height: 250px;
	margin-top: 24px;

}

.auconeContentrighchildren-child {
	width: 100%;
	height: 60px;
	margin-bottom: 2px;
	background: #FAFAFA;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.right-1 {
	width: 18px;
	height: 10px;
	margin-right: 32px;
}

.right-2 {
	width: 18px;
	height: 10px;
	margin-right: 32px;
}

.auconeContentrighchildren-child .right-2 {
	display: none;
}

.auconeContentrighchildren-child span {
	margin-left: 24px;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.auconeContentrighchildren-child:hover .right-2 {
	display: block;
}

.auconeContentrighchildren-child:hover .right-1 {
	display: none;
}

p {
	color: #777777;
}

/* .auconeContentrighchildren-child::after{
	background: linear-gradient(21deg,#281E6F,#5C27AD,#7828BC);
	position: absolute;
	top: 9;
	left: 0;
	width: 0%;
	height: 100%;
	content:'';
	transition: all ease-out .3s;
	color: #FFFFFF;


} */
.auconeContentrighchildren-child:hover {
	background: linear-gradient(21deg, #281E6F, #5C27AD, #7828BC);
	color: white;
}

@media screen and (min-width:1024px) {


	.auconeContentrighchildren-child:hover::after {
		width: 100%;

	}

	.auconeContentrighchildren-child:hover span {
		color: white;

	}
}

.aboutUS-active {
	background: linear-gradient(21deg, #281E6F, #5C27AD, #7828BC);
	color: #FFFFFF;
}

.auconeContentrighchildren-child:hover .right-2,
.aboutUS-active .right-2 {

	display: block;
	position: relative;
	z-index: 6;
}

.auconeContentrighchildren-child:hover .right-1,
.aboutUS-active .right-1 {
	display: none;
}

.about-us-content-two {
	width: 100%;
	height: 448px;
	background: #16153D url("../img/bannerBGM.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/bannerBGM.png*/
		) no-repeat center/cover;
	margin: auto;
}

.about-us-content-two-content {
	width: 100%;
	max-width: 1600px;
	height: 448px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.about-us-content-two-content-children {
	width: 30%;
	height: 448px;
	display: flex;
	align-items: center;
}

.about-us-content-two-content-children .content {
	width: 100%;
	height: 250px;
	background: linear-gradient(21deg, #281E6F, #5C27AD, #7028BC);
	border-radius: 10px;
	display: flex;
	justify-content: center;
}

.abucontwcon-children-img {
	width: 150px;
	height: 150px;
	/* background: #FFFFFF; */
	border-radius: 50%;
	position: absolute;
	/* margin-top: -57px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.abucontwcon-children-img img {
	transition: ease-in-out 0.5s;
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
	transform: scale(0.9);
}

.abucontwcon-children-word {
	margin-top: 115px;
	height: 125px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
}

.about-us-content-three {
	width: 100%;
	height: 509px;
}

.about-us-content-three-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	height: 509px;
	display: flex;
	justify-content: space-between;
}

.aboutuscontentthreecontent-children {
	width: 21.8%;
	height: 509px;
	display: flex;
	align-items: center;
}

.auctc-children-child {
	width: 100%;
	height: 76.6%;
	background: #F2EFF9;
	border: 1px solid #F2EFF9;
	border-radius: 10px;
}

.auctc-children-child-top {
	height: 160px;
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 160px;
}

.samdg_mgdsagdspan {
	height: 30px;
	line-height: 30px;
	color: white;
	background: linear-gradient(21deg, #281E6F, #5C27AD, #7028BC);
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}

.auctc-children-child-bottom {
	/* width:100%; */
	margin: auto;
	height: auto;
	text-align: center;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	padding: 0 22px 0 22px;
}

.about-us-content-two-content-children:hover .abucontwcon-children-word {
	/* text-decoration: underline; */
}

.about-us-content-two-content-children:hover .abucontwcon-children-img img {
	/* transform: scale(1.5); */
}

/* .auctc-children-child:hover .auctc-children-child-top {
	color: #6B20C0;
} */

/* .auctc-children-child:hover .auctc-children-child-bottom {
	color: #6B20C0;
	text-decoration: underline;
} */

.rongyuzhengshu-box {
	width: 98%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: space-between;
	margin-top: 20px;
	margin-left: 0;
}

.rongyuzhengshu-box-children {
	width: 23.5%;
	height: 330px;
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	background: linear-gradient(to right, #1A79DA, #1A79DA) no-repeat left bottom;
	background-size: 0 2px;
	transition: background-size 1300ms;
}

.rongyuzhengshu-box-children:hover {
	background-size: 100% 2px;
}

.rongyuzhengshu-box-childrenBOX {
	width: 89.2%;
	/* height: 190px; */
	background: #F4F5F6;
	margin-top: 15px;
	overflow: hidden;
}

.rongyuzhengshu-box-childrenBOX img {
	width: 100%;
	/* height: 190px; */
	transition: ease-in-out 0.5s;
	object-fit: cover;
}

.rongyuzhengshu-box-childrenBOX img:hover {
	transform: scale(1.1);
}

.rongyuzhengshu-box-children:hover .rongyuzhengshu-box-childrenWord {
	font-weight: bold;
	text-decoration: underline;
}

.rongyuzhengshu-box-childrenWord {
	width: 100%;
	text-align: center;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5A3E9C;
}

/* 关于我们页面 ----------------------------------------------------------------------------------*/
/* 产品与服务页面 --------------------------------------------------------------------------------*/


.produce-severe-one {
	width: 100%;
}

.produce-severe-one-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	min-height: 592px;
	display: flex;
	margin-bottom: 40px;
}

.produce-severe-one-content-left {
	width: 100%;
	min-height: 592px;
	line-height: 42px;
}

.produce-severe-one-content-left .title {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	background: url("../img/address_house.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/address_house.png*/
		)no-repeat left center;
	background-size: 20px 20px;
	color: #5A3E9C;
	text-indent: 25px;
	display: none;
}

.produce-severe-one-content-left .title span {
	color: #9C9C9C;
	font-size: 16px;
}

.produce-severe-one-content-left .name {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	padding-top: 20px;

}

.produce-severe-one-content-left-main {
	width: 100%;
	height: 505px;
	background: #F3F1F9;
	margin-top: 32px;
	overflow: hidden;
}

.produce-severe-one-p1 {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 52px;
	margin-bottom: 18px;
}

.produce-severe-one-p2 {
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}

.produce-severe-one-center {
	/* width: 705px; */
	height: 360px;
	/* position: absolute; */
	left: 0;
	right: 0;
	margin: auto;
	/* margin-top: 100px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;


}

.produce-severe-one-center-child {
	width: 200px;
	height: 68px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	margin-top: 82px;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}

.produce-severe-one-center-child-p1 {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
}

.produce-severe-one-center-child-p2 {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
}

.produce-severe-one-center-child:hover p {
	color: rgba(255, 255, 255, 0.7);
}

.position-center-word {
	width: 705px;
	position: absolute;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #5A3E9C;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	margin-top: 170px;
}

.position-produce-model {
	width: 299px;
	height: 215px;
	/* position: absolute; */
	/* border-radius: 10px; */
	overflow: hidden;
	transition: ease-in-out 0.5s;
	cursor: pointer;
}

.position-produce-model img {
	width: 100%;
	height: 215px;
	/* border-radius: 10px; */
	transition: ease-in-out 0.5s;
}

/* .posadress1 {
	margin-left: -400px;
	margin-top: -20px;
}

.posadress2 {
	margin-left: 800px;
	margin-top: -20px;
}

.posadress3 {
	margin-left: -400px;
	margin-top: 213px;
}

.posadress4 {
	margin-left: 800px;
	margin-top: 213px;
}

.posadress5 {
	margin-left: -400px;
	margin-top: 445px;
}

.posadress6 {
	margin-left: 800px;
	margin-top: 445px;
}

.posadress7 {
	margin-left: 0px;
	margin-top: 445px;
}

.posadress8 {
	margin-left: 406px;
	margin-top: 445px;
} */

.position-produce-modelp {
	width: 299px;
	/* height: 30px; */
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #5A3E9C;
	height: 88px;
	line-height: 25px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
	/* 	background: rgba(0, 0, 0, 0.5);
		border-radius: 0px 0px 10px 10px; */
	/* margin-top: -30px; */
	text-align: center;
	justify-content: center;
	/* display: none; */
	transition: ease-in-out 0.5s;
}

.position-produce-model:hover img {
	transform: scale(1.2);
}

/* .position-produce-model:hover .position-produce-modelp {
	display: block;
} */

.produce-severe-two {
	width: 100%;
}

.produce-severe-two-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	min-height: 592px;
	display: flex;
}

.produce-severe-two-content-left {
	width: 100%;
	min-height: 592px;
	line-height: 42px;
}

.produce-severe-two-content-left .title {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	background: url("../img/address_house.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/address_house.png*/
		)no-repeat left center;
	background-size: 20px 20px;
	color: #5A3E9C;
	text-indent: 25px;
	display: none;
}

.produce-severe-two-content-left .title span {
	color: #9C9C9C;
	font-size: 16px;
}

.produce-severe-two-content-left .name {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	padding-top: 20px;

}

.produce-severe-two-content-left-main {
	width: 100%;
	height: 950px;
	background: #F2EFF9 url("../img/huizhuan.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/huizhuan.png*/
		)no-repeat center;
	background-size: 419px auto;
	margin-top: 32px;
	overflow: hidden;
}

.produce-severe-two-content-left-content {
	width: 98%;
	height: 530px;
	display: flex;
	justify-content: space-between;
}

.prosece-towp-left-children {
	width: 48.5%;
	min-height: 340px;
	margin-top: 10px;

}

.prosece-towp-left-childrenp1 {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
}

.prosece-towp-left-childrenp2 {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.prosece-towp-left-children:hover .prosece-towp-left-childrenp1,
.prosece-towp-left-children:hover .prosece-towp-left-childrenp2 {
	/* text-decoration: underline;
	color: #0762d5; */
}

.prosece-towp-left-children-img {
	width: 100%;
	height: 381px;
	overflow: hidden;
}

.prosece-towp-left-children-img img {
	width: 100%;
	height: 381px;
	transition: ease-in-out 0.5s;
}

.prosece-towp-left-children-img img:hover {
	transform: scale(1.2);
}

.produce-severe-two-content-right {
	width: 20%;
	min-height: 592px;
	margin-bottom: 50px;
}

.produce-severe-two-content-right-title {
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	margin-top: 63px;
}

.produce-severe-two-content-right-children {
	width: 100%;
	min-height: 250px;
	margin-top: 24px;

}

.produce-meun-content {
	width: 100%;
	height: 60px;
	background: #7F7F7F;
	display: flex;
	justify-content: center;
}

.produce-meun-content-childSpan {
	height: 60px;
	padding-left: 80px;
	padding-right: 80px;
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
}

.produce-meun-content-childSpan:hover {
	text-decoration: underline;
	/* font-weight: bold; */
}

/* 产品与服务页面 ------------------------------------------end*/

/* 新闻活动页面 --------------------------------------------------------------*/
.news-container-one {
	width: 100%;
	/* min-height: 900px; */
}

.news-container-one-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	display: flex;
}

.news-container-one-content-left {
	width: 80%;
	min-height: 900px;
}

.news-container-one-content-left .title {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	background: url("../img/address_house.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/address_house.png*/
		)no-repeat left center;
	background-size: 20px 20px;
	color: #5A3E9C;
	text-indent: 25px;
	display: none;
}

.news-container-one-content-left .title span {
	color: #9C9C9C;
	font-size: 16px;
}

.news-container-one-content-left .name {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;

}

.news-container-one-content-right {
	width: 20%;
	min-height: 900px;
}

.select-month {
	width: 110px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	margin-left: 20px;
}

.date-mothselet {
	width: 90%;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	margin-right: 10%;
}

.date-mothselet-child {
	width: 8.2%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #9C9C9C;
	height: 65px;
	display: flex;
	align-items: center;
}

.date-mothselet-child img {
	width: 12px;
	margin-left: 10px;
}

.date-mothselet-child-img1 {
	display: block;
}

.date-mothselet-child-img2 {
	display: none;
}

.date-moActive .date-mothselet-child-img1 {
	display: none;
}

.date-moActive .date-mothselet-child-img2 {
	display: block;
}

.date-mothselet-child:hover .date-mothselet-child-img2 {
	display: flex;
}

.date-mothselet-child span {
	color: #9C9C9C !important;
	font-size: 16px !important;
}

.date-mothselet-child:hover span,
.date-moActive span {
	font-weight: bold;
	color: #5A3E9C !important;
}

.date-mothselet-child:hover .date-mothselet-child-img1 {
	display: none;
}

.news-date-data-main {
	width: 100%;
}

.newsdatedata-main-child {
	width: 100%;
	height: auto;
}

.newsdatedata-mothd {
	height: 35px;
	border-left: 1px solid #9C9C9C;
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	text-indent: 12px;
}

.newsdatedata-main-child-children {
	width: 100%;
	min-height: 100px;
}

.newsdatedatacildren-childd {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
	flex-direction: column;
}

.newsdatedatacildren-childdp1 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
}

.newsdatedatacildren-childdp2 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #777777;
	line-height: 38px;
}

.spanBlcokg {
	display: inline-block;
	width: 90px;
	height: 22px;
	background: #6B7789 !important;
	font-size: 12px !important;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF !important;
	text-align: center;
	line-height: 22px;
	margin-left: 15px;
}

.about-news_xiangqingContainer {
	/* width: 96%;
	margin-right: 4%; */
	/* margin-left: 0; */
}

.about-news_xiangqingContainer-title {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	padding-top: 20px;
}

.about-news_xiangqingContainer-time {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #9C9C9C;
	line-height: 48px;
	height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.about-news_xiangqingContainerWord {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 40px;
	padding-top: 20px;
}

.about-news_xiangqingContainerWord img {
	/* width: 100%; */
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.about-news_xiangqingContainerWordp {
	margin-top: 32px;
	line-height: 35px;
}

.about-news_xiangqingContainerWordp img {
	max-width: 100%;

}

.about-news_xiangqingContaineStep {
	max-width: 100%;
	height: 124px;
	display: flex;
	margin-bottom: 20px;
}

.about-news_xiangqingContaineStepLeft {
	width: 80%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5A3E9C;
	line-height: 36px;
	height: 124px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-news_xiangqingContaineStepLeft p:hover {
	cursor: pointer;
	font-weight: bold;
}

.about-news_xiangqingContaineStepright {
	width: 20%;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	height: 124px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.about-news_xiangqingContaineSteprightBoutton {
	width: 110px;
	height: 40px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	text-align: center;
	line-height: 40px;
	color: white !important;
}

.about-news_xiangqingContaineSteprightBoutton:hover {
	cursor: pointer;
	color: white
}

/* 新闻活动页面end --------------------------------------------------------------*/

/* 招聘信息页面 -------------------------------------------------------------------------*/
.zhaoPin-content-one {
	width: 100%;
	min-height: 616px;
}

.zhaoPin-content-one-content {
	width: 100%;
	max-width: 1640px;
	margin: auto;
	display: flex;
}

.zhaoPin-content-one-content-left {
	width: 82%;
	min-height: 616px;
}

.zhaoPin-content-one-content-left .title {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	background: url("../img/address_house.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/address_house.png*/
		)no-repeat left center;
	background-size: 20px 20px;
	color: #5A3E9C;
	text-indent: 25px;
	width: 99%;
	margin-left: 1%;
	display: none;
}

.zhaoPin-content-one-content-left .title span {
	color: #9C9C9C;
	font-size: 16px;
}

.zhaoPin-content-one-content-left .name {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	width: 99%;
	margin-left: 1%;

}

.zhaoPin-content-one-content-right {
	width: 18%;
	min-height: 616px;
}

.zhaoPincontentleft-main {
	width: 100%;
	height: 400px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}

.zhaoPincontentleft-main-child1 {
	width: 404px;
	height: 400px;
	overflow: hidden;
	background-size: 100% 100%;
}

.zhaoPincontentleft-main-child2 {
	width: 483px;
	height: 400px;
	overflow: hidden;
	background-size: 100% 100%;
}

.zhaoPincontentleft-main-child3 {
	width: 402px;
	height: 400px;
	overflow: hidden;
	background-size: 100% 100%;
}

.zhaoPincontentleft-main-child2 .img,
.zhaoPincontentleft-main-child .img,
.zhaoPincontentleft-main-child3 .img {
	width: 100%;
	height: 400px;
}

.clerarImgPic {
	width: 40px;
	height: 57px;
	position: absolute;
	margin-left: 32px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 57px;
	text-align: center;
	background: url("../img/zc_pic.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/zc_pic.png*/
		)no-repeat center;
	background-size: 100% 100%;
	margin-top: -400px;
	z-index: 2;
}

.zhaoPincontentleft-main-child:hover .clerarImgPic,
.zhaoPincontentleft-main-child2:hover .clerarImgPic,
.zhaoPincontentleft-main-child3:hover .clerarImgPic {
	background: url("../img/zc_active.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/zc_active.png*/
		)no-repeat center;
}

.rightShowrhover {
	width: 399px;
	height: 400px;
	position: absolute;
	margin-left: -399px;
	visibility: hidden;
}

.rightShowrhover2 {
	width: 404px;
	height: 400px;
	position: absolute;
	margin-left: -404px;
}

.leftShowhover {
	width: 403px;
	height: 400px;
	position: absolute;
	margin-left: -403px;
	visibility: hidden;
}

.leftShowhover2 {
	width: 403px;
	height: 400px;
	position: absolute;
	margin-left: -403px;

}


.hoverImg {
	width: 483px;
	height: 400px;
	position: absolute;
	margin-left: -483px;
}

.hoverImg2 {
	width: 483px;
	height: 400px;
	position: absolute;
	margin-left: -483px;
}

@-moz-document url-prefix() {
	.rightShowrhover {
		width: 399px;
		height: 400px;
		position: absolute;
		margin-left: 0px;
		visibility: hidden;
		margin-top: -400px;
	}

	.rightShowrhover2 {
		width: 404px;
		height: 400px;
		position: absolute;
		margin-left: 0px;
		margin-top: -400px;
	}

	.leftShowhover {
		width: 403px;
		height: 400px;
		position: absolute;
		margin-left: 0px;
		visibility: hidden;
		margin-top: -400px;
	}

	.leftShowhover2 {
		width: 403px;
		height: 400px;
		position: absolute;
		margin-left: 0px;
		margin-top: -400px;
	}


	.hoverImg {
		width: 483px;
		height: 400px;
		position: absolute;
		margin-left: 0;
		margin-top: -400px;
	}

	.hoverImg2 {
		width: 483px;
		height: 400px;
		position: absolute;
		margin-left: 0;
		margin-top: -400px;
	}
}

.zhaoPincontentleft-main-child:hover .leftShowhover,
.zhaoPincontentleft-main-child2:hover .hoverImg,
.zhaoPincontentleft-main-child3:hover .rightShowrhover {
	visibility: visible;
}

.zhaoPincontentleft-main-child:hover .leftShowhover2,
.zhaoPincontentleft-main-child2:hover .hoverImg2,
.zhaoPincontentleft-main-child3:hover .rightShowrhover2 {
	visibility: hidden;
}

.zhaopin-yjbys-container {
	width: 100%;
	min-height: 70px;
}

.zhaopin-yjbys-container-children {
	width: 90%;
	min-height: 63px;
	line-height: 63px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px rgba(205, 206, 212, 0.35);
	border-radius: 10px;
	margin-bottom: 32px;
	margin-left: 1%;
	text-indent: 25px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;

}

.zhaopin-yjbys-container-children:hover {
	/* background: linear-gradient(0deg, #4A39D6, #731ABA); */
	/* background: #731ABA;
	color: white; */
}

.active25 {
	background: linear-gradient(21deg, #281E6F, #5C27AD, #7828BC);
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.activedddmm {
	color: #0762d5;
}

.zhaopin-yjbys-container-children:first-of-type {
	margin-top: 32px;
}

.rihgt_small,
.white_small {
	width: 27px;
	float: right;
	display: flex;
	align-items: center;
	margin-top: 17px;
	margin-right: 20px;
}

.white_small {
	display: none;
}

.active25 .rihgt_small {
	display: none !important;
}

.active25 .white_small {
	display: block !important;
}

.active25:hover .white_small {
	display: block !important;
}

.children-show-zhaopin {
	/* min-height: 200px; */
	width: 100%;
	background: #FAFAFA;
	box-shadow: 0px 0px 7px 0px rgba(205, 206, 212, 0.35);
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
	display: none;
}

.children-show-zhaopin-content {
	width: 96%;
	margin: auto;
	text-indent: 0;

}

.children-show-zhaopin-contentp1 {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #010101;
	line-height: 45px;
	margin-top: 20px;
}

.children-show-zhaopin-contentp2 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #9C9C9C;
}

.children-show-zhaopin-contentp2 span {
	padding-left: 3px;
	padding-right: 3px
}

.children-show-zhaopin-contentDiv {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: black;
	line-height: 35px;
	margin-top: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}

.children-show-zhaopin-contentSubmit {
	width: 150px;
	height: 40px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	margin-bottom: 34px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	transition: ease-in-out 0.5s;
}

.children-show-zhaopin-contentSubmit:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.applay_propSubmit {
	width: 883px;
	height: 620px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	display: none;
}

.filePread {
	width: 100%;
	text-indent: 33px;
	line-height: 35px;
}

.applay_propSubmitTitle {
	width: 883px;
	height: 50px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	text-indent: 31px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}

.applay_propSubmitTitlecloseImg {
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
}

.applay_contentWord {
	width: 100%;
}

.applay_contentWorddiv1 {
	width: 100%;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
	text-indent: 32px;
}

.applay_contentWorddiv2 {
	min-height: 80px;
	line-height: 40px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	display: flex;
	flex-wrap: wrap;
}

.applay_contentWorddiv2-children {
	width: 252px;
	height: 80px;
	background: #FFFFFF;
	margin-left: 32px;
	margin-bottom: 23px;

}

.produce-meun-content {
	display: none;
}

.applay_contentWorddiv2-children input,
.applay_contentWorddiv2-children select {
	width: 100%;
	height: 40px;
	border: 1px solid #EEEEEE;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	text-indent: 12px;
}

.applay_contentWorddiv2-children select {
	text-indent: 0;
	color: rgba(0, 0, 0, 0.5);
	padding-left: 12px;
}

.applay_contentWorddiv2-childrenButton {
	width: 154px;
	height: 40px;
	border: 1px solid #9C9C9C;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	transition: ease-in-out 0.5s;
	margin-left: 33px;
	text-align: center;
	text-indent: 0;
}

.submitZhaopinBotton {
	width: 154px;
	height: 40px;
	color: white;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	position: absolute;
	/* margin-left: 260px; */
	right: 31px;
	margin-top: -5px;
}

.applay_contentWorddiv2-childrenButton:hover {
	opacity: 0.9;
	cursor: pointer;
}

.applay_contentWorddiv2-children_p {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #9C9C9C;
	text-indent: 32px;
	margin-bottom: 30px;
}

.applay_contentWorddiv2-childrenButton input {
	width: 257px;
	position: absolute;
	margin-left: -157px;
	height: 40px;
	z-index: 9;
}

/* 招聘信息页面end ------------------------------------------------------------------------*/
.fenpage {
	width: 415px;
	margin: auto;
	height: 36px;
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: black;
	margin-left: 43%;
}

.produce-severe-one-center-childNull {
	visibility: hidden;
}

.fenpage span {
	color: #666666 !important;
	font-size: 14px !important;
	display: inline-block;
	width: 35px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.fenpage span img {
	width: 20px;
}

.fenpagenext img {
	width: 20px;
	height: 20px;
}

.pageUlm {
	display: flex;
}

.pageUlm li {
	width: 35px;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 2px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}

.pageUlm .pageActive,
.pageUlm li:hover {
	background: #5A3E9C;
	border-radius: 2px;
	border: 1px solid #5A3E9C;
	color: white;
}

.lianxiUS-content-one {
	width: 100%;
	margin: auto;
}

.lianxiUS-content-one-content {
	width: 100%;
	max-width: 1600px;
	margin: auto;

}

.lianxiUS-content-one-contenp1 {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.lianxiUS-content-one-conten-input {
	width: 100%;
	min-height: 80px;
	line-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.lianxiUS-content-one-conten-inputDiv {
	width: 48%;
	height: 65px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-bottom: 24px;
}

.lianxiUS-content-one-conten-inputDiv input {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 0;
	text-indent: 24px;
}

.mySwipernewss {
	display: none;
}

.lianxiUS-content-one-conten-textarea {
	width: 100%;
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

.lianxiUS-content-one-conten-textarea textarea {
	width: 98%;
	height: 160px;
	margin: auto;
}

.lianxiwomenButtonIDV {
	width: 100%;
	margin-bottom: 20px;
}

.lianxiwomenButton {
	width: 195px;
	height: 53px;
	background: linear-gradient(0deg, #4A39D6, #731ABA);
	text-align: center;
	line-height: 53px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

/* //移动端头部搜索-------------------------------------------------------------------------------- */
.top-search {
	width: 100%;
	height: 0;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
}

.search:hover {
	cursor: pointer;
}

.top-search .top-search-show {
	width: 100%;
	max-width: 1600px;
	height: 50px;
	margin: auto;
	/* border-bottom: 1px solid #e1e1e1; */
	display: flex;
	align-items: center;
}

/* 关闭搜索 */
.hide-close {
	width: 50px;
	height: 55px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.hide-close::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35%;
	margin-top: -35%;
	background: #000;
	transform: rotate(45deg);
}

.hide-close::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 1px;
	height: 35%;
	margin-top: -35%;
	background: #000;
	transform: rotate(-45deg);
}

.top-search-show .form {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-search-show .form .search-input {
	width: calc(100% - 30px);
	font-size: 15px;
	padding: 0 15px 0 5px;
	border-bottom: 1px solid #e1e1e1;
	height: 50px;
	line-height: 50px;
}

.form .search-btn {
	cursor: pointer;
	width: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	background: url("../img/search.png"
			/*tpa=http://t39597.web8.35demo.cn/public/img/search.png*/
		) no-repeat center/60% auto;
}

.top-search .form .search-btn {
	margin-right: 10px;
}

.white_smallright1,
.white_small1 {
	display: none;
	height: 0.6rem;
}

.zhappin_bottom-word1,
.zhappin_bottom-word2,
.zhappin_bottom-word3 {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	position: absolute;
	margin-top: -68px;
}

.zhappin_bottom-word1 {
	margin-left: 40px;
}

.zhappin_bottom-word2 {
	margin-left: 130px;
}

.zhappin_bottom-word3 {
	margin-left: 130px;
}

/* 媒体查询 */
@media screen and (max-width:1700px) {
	.header-content {
		max-width: 1600px;
	}

}

@media screen and (max-width:1620px) {

	.header-content,
	.aboutUs-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content {
		max-width: 1550px;
	}

	.zhaoPin-content-one-content {
		width: 98%;
	}

	.productServices-prop-content-title {
		height: 80px;
		line-height: 80px;
	}

	.produce-severe-one-content-left-main {
		transform: scale(0.99);
	}

}

@media screen and (max-width:1553px) {

	.header-content,
	.aboutUs-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		width: 98%;
		margin-left: 1%;
	}

	.zhaoPin-content-one-content {
		overflow-x: hidden;
	}

	.productServices-prop-content-main,
	.productServices-prop-content-main-children {
		min-height: 220px;
	}

	.productServices-prop-content {
		max-width: 1450px;
	}

	.productServices-prop-content-main-children-div .img {
		height: 170px;
	}

	.productServices-prop-content-main-children {
		height: 240px;
	}

	.productServices-prop-content-main-children-div {
		height: 240px;
	}

	.produce-severe-one-content-left-main {
		transform: scale(0.99);
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 370px;
	}

	.zhaoPincontentleft-main-child {
		width: 380px;
		height: 400px;

	}

	.zhaoPincontentleft-main-child2 {
		width: 456px;
		height: 400px;

	}

	.zhaoPincontentleft-main-child3 {
		width: 380px;
		height: 400px;
	}

	.hoverImg {
		width: 456px;
		height: 400px;
		position: absolute;
		margin-left: -456px;
	}

	.hoverImg2 {
		width: 456px;
		height: 400px;
		position: absolute;
		margin-left: -456px;
	}

	.leftShowhover {
		width: 403px;
		height: 400px;
		position: absolute;
		margin-left: -405px;
	}

	.leftShowhover2 {
		width: 403px;
		height: 400px;
		position: absolute;
		margin-left: -405px;
	}

	.rightShowrhover {
		width: 378px;
		height: 400px;
		position: absolute;
		margin-left: -378px;
	}

	.rightShowrhover2 {
		width: 378px;
		height: 400px;
		position: absolute;
		margin-left: -378px;
	}
}

@media screen and (max-width:1502px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1450px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 48%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 52%;
		height: 316px;
		float: left;
	}

	.produce-severe-one-content-left-main {
		transform: scale(0.99);
	}

	.posadress-one,
	.posadress-three,
	.posadress-five {
		margin-left: -360px;
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 765px;
	}

	.zhaoPincontentleft-main-child {
		width: 360px;
		height: 400px;

	}

	.zhaoPincontentleft-main-child2 {
		width: 432px;
		height: 400px;

	}

	.zhaoPincontentleft-main-child3 {
		width: 360px;
		height: 400px;
	}

	.hoverImg {
		width: 432px;
		height: 400px;
		position: absolute;
		margin-left: -430px;
	}

	.hoverImg2 {
		width: 432px;
		height: 400px;
		position: absolute;
		margin-left: -430px;
	}

	.leftShowhover {
		width: 359px;
		height: 400px;
		position: absolute;
		margin-left: -362px;
	}

	.leftShowhover2 {
		width: 359px;
		height: 400px;
		position: absolute;
		margin-left: -362px;
	}

	.rightShowrhover {
		width: 357px;
		height: 400px;
		position: absolute;
		margin-left: -355px;
	}

	.rightShowrhover2 {
		width: 357px;
		height: 400px;
		position: absolute;
		margin-left: -355px;
	}

	@-moz-document url-prefix() {
		.hoverImg {
			width: 432px;
			height: 400px;
			position: absolute;
			margin-left: 0;
			margin-top: -400px;
		}

		.hoverImg2 {
			width: 432px;
			height: 400px;
			position: absolute;
			margin-left: 0;
			margin-top: -400px;
		}

		.leftShowhover {
			width: 359px;
			height: 400px;
			position: absolute;
			margin-left: 0;
			margin-top: -400px;
		}

		.leftShowhover2 {
			width: 359px;
			height: 400px;
			position: absolute;
			margin-left: 0;
			margin-top: -400px;
		}

		.rightShowrhover {
			width: 357px;
			height: 400px;
			position: absolute;
			margin-left: 0;
			margin-top: -400px;
		}

		.rightShowrhover2 {
			width: 357px;
			height: 400px;
			position: absolute;
			margin-left: 0;
			margin-top: -400px;
		}
	}
}

@media screen and (max-width:1440px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1370px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 46.5%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 53.5%;
		height: 316px;
		float: left;
	}

	.posadress-one,
	.posadress-three,
	.posadress-five {
		margin-left: -330px;
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 745px;
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 350px;
	}

	.zhaoPincontentleft-main-child {
		width: 330px;
		height: 370px;

	}

	.zhaoPincontentleft-main-child2 {
		width: 396px;
		height: 370px;

	}

	.zhaoPincontentleft-main-child3 {
		width: 330px;
		height: 370px;
	}

	.hoverImg {
		width: 396px;
		height: 370px;
		position: absolute;
		margin-left: -400px;
	}

	.hoverImg2 {
		width: 396px;
		height: 370px;
		position: absolute;
		margin-left: -400px;
	}

	.leftShowhover {
		width: 330px;
		height: 370px;
		position: absolute;
		margin-left: -336px;
	}

	.leftShowhover2 {
		width: 330px;
		height: 370px;
		position: absolute;
		margin-left: -336px;
	}

	.rightShowrhover {
		width: 332px;
		height: 370px;
		position: absolute;
		margin-left: -332px;
	}

	.rightShowrhover2 {
		width: 332px;
		height: 370px;
		position: absolute;
		margin-left: -332px;
	}

	@-moz-document url-prefix() {
		.hoverImg {
			width: 396px;
			height: 370px;
			position: absolute;
			margin-left: 0;
			margin-top: -370px;
		}

		.hoverImg2 {
			width: 396px;
			height: 370px;
			position: absolute;
			margin-left: 0;
			margin-top: -370px;
		}

		.leftShowhover {
			width: 330px;
			height: 370px;
			position: absolute;
			margin-left: 0;
			margin-top: -370px;
		}

		.leftShowhover2 {
			width: 330px;
			height: 370px;
			position: absolute;
			margin-left: 0;
			margin-top: -370px;
		}

		.rightShowrhover {
			width: 332px;
			height: 370px;
			position: absolute;
			margin-left: 0;
			margin-top: -370px;
		}

		.rightShowrhover2 {
			width: 332px;
			height: 370px;
			position: absolute;
			margin-left: 0;
			margin-top: -370px;
		}
	}
}

@media screen and (max-width:1390px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1320px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 44.5%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 55.5%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-left .p2 span:nth-of-type(2),
	.aboutUs-prop-content-left .p2 span:nth-of-type(3) {
		padding-left: 50px;
		padding-right: 50px;
	}

	.aboutUs-prop-content-ri-content:nth-of-type(1) {
		margin-right: 30px;
	}

	.joinUs-prop-content-left .p2 span:nth-of-type(2),
	.joinUs-prop-content-left .p2 span:nth-of-type(3) {
		padding-left: 50px;
		padding-right: 50px;
	}

	.joinUs-prop-content-ri-content:nth-of-type(1) {
		margin-right: 30px;
	}

	.productServices-prop-content-title {
		height: 50px;
		line-height: 50px;
		margin-top: 8px;
		font-size: 28px;
	}

	.posadress-one,
	.posadress-three,
	.posadress-five {
		margin-left: -295px;
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 725px;
	}

	.position-produce-model {
		width: 280px;
		height: 205px;
	}

	.posadress-seven {
		margin-left: 40px;
	}

	.produce-severe-one-center {
		/* width: 680px;
		height: 408px; */
	}

	.position-produce-model img {
		height: 205px;
	}

	.posadress-eight {
		margin-left: 396px;
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 340px;
	}

}

@media screen and (max-width:1340px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1280px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 44%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 56%;
		height: 316px;
		float: left;
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 330px;
	}

	.zhaoPincontentleft-main-child {
		width: 300px;
		height: 340px;

	}

	.zhaoPincontentleft-main-child2 {
		width: 360px;
		height: 340px;

	}

	.zhaoPincontentleft-main-child3 {
		width: 300px;
		height: 340px;
	}

	.zhaoPincontentleft-main-child2 .img,
	.zhaoPincontentleft-main-child .img,
	.zhaoPincontentleft-main-child3 .img {
		height: 340px;
	}

	.rightShowrhover {
		width: 300px;
		height: 340px;
		position: absolute;
		margin-left: -298px;
	}

	.rightShowrhover2 {
		width: 300px;
		height: 340px;
		position: absolute;
		margin-left: -298px;
	}

	.hoverImg {
		width: 360px;
		height: 340px;
		position: absolute;
		margin-left: -358px;
	}

	.hoverImg2 {
		width: 360px;
		height: 340px;
		position: absolute;
		margin-left: -358px;
	}

	.leftShowhover {
		width: 300px;
		height: 340px;
		position: absolute;
		margin-left: -305px;
	}

	.leftShowhover2 {
		width: 300px;
		height: 340px;
		position: absolute;
		margin-left: -305px;
	}

	@-moz-document url-prefix() {
		.hoverImg {
			width: 360px;
			height: 340px;
			position: absolute;
			margin-left: 0;
			margin-top: -340px;
		}

		.hoverImg2 {
			width: 360px;
			height: 340px;
			position: absolute;
			margin-left: 0;
			margin-top: -340px;
		}

		.leftShowhover {
			width: 300px;
			height: 340px;
			position: absolute;
			margin-left: 0;
			margin-top: -340px;
		}

		.leftShowhover2 {
			width: 300px;
			height: 340px;
			position: absolute;
			margin-left: 0;
			margin-top: -340px;
		}

		.rightShowrhover {
			width: 300px;
			height: 340px;
			position: absolute;
			margin-left: 0;
			margin-top: -340px;
		}

		.rightShowrhover2 {
			width: 300px;
			height: 340px;
			position: absolute;
			margin-left: 0;
			margin-top: -340px;
		}
	}

	.zhappin_bottom-word1 {
		margin-left: 30px;
	}

	.zhappin_bottom-word2 {
		margin-left: 110px;
	}

	.zhappin_bottom-word3 {
		margin-left: 120px;
	}
}

@media screen and (max-width:1300px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1230px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 43%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 57%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-ri-content:nth-of-type(1) {
		margin-right: 15px;
	}

	.joinUs-prop-content-ri-content:nth-of-type(1) {
		margin-right: 15px;
	}

	.productServices-prop-content-title {
		height: 60px;
		line-height: 60px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.productServices-prop-content-main-children {
		height: 220px;
	}

	.productServices-prop-content-main-children-div p {
		height: 50px;
		line-height: 50px;
	}

	.productServices-prop-content-title {
		height: 40px;
		height: 40px;
	}

	.joinUs-prop-content-left .p2 span:nth-of-type(1) {
		padding-right: 30px !important;
	}

	.produce-severe-one-center {
		/* width: 660px;
		height: 400px; */
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 680px;
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 300px;
	}

	.clerarImgPic {
		margin-top: -340px;
	}

	.china {
		margin-left: 8px;
	}

	.newsActivities-prop-content-left .p2 span:nth-of-type(1) {
		margin-right: 0;
	}

	.aboutUs-prop-content-left .p2 span:nth-of-type(1) {
		margin-right: 40px;
	}

	.newsActivities-prop-content-left {
		width: 40%;
	}
}

@media screen and (max-width:1260px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1210px;
	}

	.index-sesstion-three-content-c-children {
		width: 270px;
		font-size: 16px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 42%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right {
		width: 58%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-left .p2 span:nth-of-type(2),
	.aboutUs-prop-content-left .p2 span:nth-of-type(3) {
		padding-left: 30px;
		padding-right: 30px;
	}

	.aboutUs-prop-content-ri-content {
		width: 345px;
		height: 316px;
	}

	.joinUs-prop-content-left .p2 span:nth-of-type(2),
	.joinUs-prop-content-left .p2 span:nth-of-type(3) {
		padding-left: 30px;
		padding-right: 30px;
	}

	.joinUs-prop-content-ri-content {
		width: 345px;
		height: 316px;
	}

	.produce-severe-one-center-child {
		width: 190px;
		margin-left: 8px;
		margin-right: 8px;
	}

	.position-produce-model {
		width: 260px;
		height: 190px;
	}

	.position-produce-model img {
		height: 190px;
	}

	.posadress-one,
	.posadress-three,
	.posadress-five {
		margin-left: -280px;
	}

	.posadress-eight {
		margin-left: 376px;
	}

	.auconeContentrighchildren-child span {
		font-size: 16px;
	}

}

@media screen and (max-width:1220px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		width: 96%;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 40.5%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 59.5%;
		height: 316px;
		float: left;
	}

	.posadress-one,
	.posadress-three,
	.posadress-five {
		margin-left: -260px;
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 660px;
	}

	.posadress-eight {
		margin-left: 360px;
	}

	.produce-severe-one-center {
		/* width: 650px;
		height: 390px; */
	}

	.produce-severe-one-center-child {
		width: 185px;
	}

	.produce-severe-one-center-child-p1 {
		font-size: 21px;
	}

	.produce-severe-one-center-child-p2 {
		font-size: 23px;
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 280px;
	}

	.auconeContentrighchildren-child span {
		font-size: 16px;
	}

	.zhaoPincontentleft-main-child {
		width: 280px;
		height: 330px;

	}

	.zhaoPincontentleft-main-child2 {
		width: 336px;
		height: 330px;

	}

	.zhaoPincontentleft-main-child3 {
		width: 280px;
		height: 330px;
	}

	.zhaoPincontentleft-main-child2 .img,
	.zhaoPincontentleft-main-child .img,
	.zhaoPincontentleft-main-child3 .img {
		height: 330px;
	}

	.hoverImg {
		width: 340px;
		height: 330px;
		position: absolute;
		margin-left: -337px;
	}

	.hoverImg2 {
		width: 340px;
		height: 330px;
		position: absolute;
		margin-left: -337px;
	}

	.leftShowhover {
		width: 280px;
		height: 330px;
		position: absolute;
		margin-left: -282px;
	}

	.leftShowhover2 {
		width: 280px;
		height: 330px;
		position: absolute;
		margin-left: -275px;
	}

	.rightShowrhover {
		width: 280px;
		height: 330px;
		position: absolute;
		margin-left: -278px;
	}

	.rightShowrhover2 {
		width: 280px;
		height: 330px;
		position: absolute;
		margin-left: -278px;
	}

	@-moz-document url-prefix() {
		.hoverImg {
			width: 340px;
			height: 330px;
			position: absolute;
			margin-left: 0;
			margin-top: -330px;
		}

		.hoverImg2 {
			width: 340px;
			height: 330px;
			position: absolute;
			margin-left: 0;
			margin-top: -330px;
		}

		.leftShowhover {
			width: 280px;
			height: 330px;
			position: absolute;
			margin-left: 0;
			margin-top: -330px;
		}

		.leftShowhover2 {
			width: 280px;
			height: 330px;
			position: absolute;
			margin-left: 0;
			margin-top: -330px;
		}

		.rightShowrhover {
			width: 280px;
			height: 330px;
			position: absolute;
			margin-left: 0;
			margin-top: -330px;
		}

		.rightShowrhover2 {
			width: 280px;
			height: 330px;
			position: absolute;
			margin-left: 0;
			margin-top: -330px;
		}
	}

}

@media screen and (max-width:1420px) {

	.about-us-content-one,
	.lianxiUS-content-one {
		width: 96%;
		margin: auto;
	}
}

@media screen and (max-width:1180px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1130px;
	}

	.prosece-towp-left-children-img img,
	.prosece-towp-left-children-img {
		height: 260px;
	}

	.index-sesstion-three-content-c-children {
		width: 260px;
	}

	.aboutUs-prop-content-left {
		width: 39%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right {
		width: 61%;
		height: 316px;
		float: left;
	}

	.joinUs-prop-content-left {
		width: 39%;
		height: 316px;
		float: left;
	}

	.joinUs-prop-content-right {
		width: 61%;
		height: 316px;
		float: left;
	}

	.productServices-prop-content-main-children,
	.productServices-prop-content-main-children-div {
		height: 190px;
		min-height: 190px;
	}

	.productServices-prop-content-title {
		height: 35px;
		line-height: 35px;
		font-size: 26px;
	}

	.produce-severe-one-center {
		/* width: 630px;
		height: 380px; */
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 630px;
	}

	.auconeContentrighchildren-child span {
		font-size: 15px;
	}

	.zhaoPincontentleft-main-child {
		width: 250px;
		height: 280px;

	}

	.zhaoPincontentleft-main-child2 {
		width: 300px;
		height: 280px;

	}

	.zhaoPincontentleft-main-child3 {
		width: 250px;
		height: 280px;
	}

	.zhaoPincontentleft-main-child2 .img,
	.zhaoPincontentleft-main-child .img,
	.zhaoPincontentleft-main-child3 .img {
		height: 280px;
	}

	.hoverImg {
		width: 300px;
		height: 280px;
		position: absolute;
		margin-left: -300px;
	}

	.hoverImg2 {
		width: 300px;
		height: 280px;
		position: absolute;
		margin-left: -300px;
	}

	.leftShowhover {
		width: 250px;
		height: 280px;
		position: absolute;
		margin-left: -252px;
	}

	.rightShowrhover {
		width: 250px;
		height: 280px;
		position: absolute;
		margin-left: -248px;
	}

	.rightShowrhover2 {
		width: 250px;
		height: 280px;
		position: absolute;
		margin-left: -248px;
	}

	@-moz-document url-prefix() {
		.hoverImg {
			width: 300px;
			height: 280px;
			position: absolute;
			margin-left: 0;
			margin-top: -280px;
		}

		.hoverImg2 {
			width: 300px;
			height: 280px;
			position: absolute;
			margin-left: 0;
			margin-top: -280px;
		}

		.leftShowhover {
			width: 250px;
			height: 280px;
			position: absolute;
			margin-left: 0;
			margin-top: -280px;
		}

		.leftShowhover2 {
			width: 250px;
			height: 280px;
			position: absolute;
			margin-left: 0;
			margin-top: -280px;
		}

		.rightShowrhover {
			width: 250px;
			height: 280px;
			position: absolute;
			margin-left: 0;
			margin-top: -280px;
		}

		.rightShowrhover2 {
			width: 250px;
			height: 280px;
			position: absolute;
			margin-left: 0;
			margin-top: -280px;
		}
	}

	.clerarImgPic {
		margin-top: -280px;
	}

	.produce-meun-content-childSpan {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media screen and (max-width:1140px) {

	.header-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1090px;
	}

	.aboutUs-prop-content-left,
	.joinUs-prop-content-left {
		width: 39%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-right,
	.joinUs-prop-content-right {
		width: 61%;
		height: 316px;
		float: left;
	}

	.aboutUs-prop-content-ri-content,
	.joinUs-prop-content-ri-content {
		width: 325px;
		height: 316px;
	}

	.aboutUs-prop-content-ri-content .img,
	.joinUs-prop-content-ri-content .img {
		width: 325px;
	}

	.newsActivities-prop-content-left .p2 span:nth-of-type(1) {
		padding-right: 30px;
	}

	.produce-severe-one-center {
		/* width: 608px; */
	}

	.produce-severe-one-center-child {
		height: 58px;
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 605px;
	}

	.posadress-seven {
		margin-left: 30px;
	}

	.posadress-eight {
		margin-left: 320px;
	}
}

@media screen and (max-width:1100px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 1060px;
	}

	.aboutUs-prop-content-left .p2 span:nth-of-type(2),
	.aboutUs-prop-content-left .p2 span:nth-of-type(3) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.joinUs-prop-content-left .p2 span:nth-of-type(2),
	.joinUs-prop-content-left .p2 span:nth-of-type(3) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.produce-severe-one-center {
		/* width: 600px; */
	}

	.produce-severe-one-center-child {
		width: 150px;
		height: 53px;
	}

	.produce-severe-one-center-child-p1 {
		font-size: 17px;
	}

	.produce-severe-one-center-child-p2 {
		font-size: 20px;
	}

	.position-produce-model {
		width: 240px;
		height: 180px;
	}

	.position-produce-model img {
		height: 180px;
	}

	.posadress-one,
	.posadress-three,
	.posadress-five {
		margin-left: -240px;
	}

	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin-left: 600px;
	}

	.posadress-seven {
		margin-left: 40px;
	}

	.position-produce-modelp {
		font-size: 18px;
	}

	.auconeContentrighchildren-child span {
		font-size: 14px;
	}

}

@media screen and (max-width:1050px) {

	.header-content,
	.aboutUs-prop-content,
	.productServices-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		max-width: 980px;
	}
}

/* ////移动端 */
@media screen and (max-width:1024px) {
	.about-us-content-one-content-left * {
		color: #777 !important;
		line-height: 0.62rem !important;
		font-size: 16px !important;
		word-break: break-all;
	}

	.about-news_xiangqingContaineSteprightBoutton {
		color: #fff !important;
		line-height: 40px !important;
	}

	.about-news_xiangqingContaineStep {
		line-height: 1 !important;
		align-items: center;
	}

	.about-news_xiangqingContaineStep,
	.about-news_xiangqingContaineStepLeft {
		height: auto;
	}

	.header-content,
	.aboutUs-prop-content,
	.newsActivities-prop-content,
	.joinUs-prop-content,
	.about-us-content-one-content,
	.about-us-content-two-content,
	.produce-severe-two-content,
	.news-container-one-content,
	.zhaoPin-content-one {
		width: 100%;
		margin: 0 auto;
	}

	.container .header {
		display: none;
	}

	.mobile-header {
		position: fixed;
		width: 100%;
		z-index: 7;
		left: 0;
		top: 0;
		height: 1rem;
		line-height: 1rem;
		background-color: white;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.m-showMeun,
	.m-logo,
	.m-logo img,
	.m-showMeun img {
		width: auto;
		height: 0.5rem;
		font-size: 0.25rem;
		color: #000000;
	}

	.m-showMeun,
	.m-logo {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.m-showMeun {
		margin-left: 0.5rem;
	}

	.m-search {
		width: auto;
		height: 0.35rem;
		margin-right: 0.5rem;
	}

	.m-search2 {
		width: auto;

		margin-right: 0.0rem;
		order: 3;
		width: 1rem;
		height: 1rem;

		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 0.5rem;
	}

	.m-search2 img {
		height: 0.35rem;
		margin-top: 0.07rem;
	}

	.m-search2 span {
		line-height: 0.5rem;
		font-size: 0.24rem;
		color: #333333;
	}

	.index-banner {
		width: 100%;
		margin-top: 1rem;

	}

	.index-banner img {
		width: 100%;
		min-height: 200px;
		object-fit: cover
	}

	.index-sesstion-one {
		width: 96%;
		margin: auto;
		height: auto;
		margin-top: 0.2rem;
	}

	.index-sesstion-one-conent {
		display: block;
		height: auto;
	}

	.index-sesstion-one-conent div {
		width: 100%;
		height: auto;
		margin-bottom: 0.2rem;
	}

	.index-sesstion-one-conent img {
		width: 100%;
		height: auto;
	}

	.index-sesstion-one-conent img:hover {
		transform: scale(1);
	}

	/* ///首页新闻中心 */
	.index-sesstion-two {
		height: auto;
	}

	.index-sesstion-two-content {
		height: auto;
	}

	.index-sesstion-two-content-top,
	.index-sesstion-three-content-top {
		height: 1.2rem;
		display: flex;
		align-items: center;
	}

	.index-sesstion-two-content-top .p1,
	.index-sesstion-three-content-top .p1 {
		font-size: 0.28rem;
	}

	.index-sesstion-two-content-top .p2,
	.index-sesstion-three-content-top .p2 {
		font-size: 0.3rem;
	}

	.in-se-tcont-center-cont-children {
		display: flex;
		height: 1.5rem;
		flex-direction: column;
		justify-content: center;
	}

	.in-se-tcont-center-cont-children .time {
		background: url("../img/sh2e_07.png"
				/*tpa=http://t39597.web8.35demo.cn/public/img/sh2e_07.png*/
			)no-repeat 0.15rem center;
		background-size: 0.32rem auto;
		display: block;
		width: 100%;
		margin-right: 0;
		text-indent: 0.52rem;
		margin-left: 0;
		color: #666666;
		margin-bottom: 0.1rem;
	}

	.inse-tcont-center-contc-img {
		display: none;
	}

	.newsSpan {
		display: none;
	}

	.scrollWordIndex {
		/* background: url("../img/content_sma.png") no-repeat 0 center; */
		/* background-size: 0.32rem auto; */
		height: 0.5rem;
		line-height: 0.5rem;
		width: 98.6%;
		display: block;
		margin-left: 0.1rem;
		/* text-indent: 0.42rem; */
	}

	.index-sesstion-two-content-bottom,
	.index-sesstion-three-content-bottom {
		/* height: 1.2rem; */
		height: 2rem;
	}

	.index-sesstion-two-content-bottom-button {
		width: 200px;
		height: 40px;
	}

	.index-sesstion-two-content-bottom,
	.index-sesstion-three-content-bottom {
		/* height: 0.9rem; */
	}

	.index-sesstion-three,
	.index-sesstion-three-content,
	.index-sesstion-three-content-center {
		height: auto;
	}

	.index-sesstion-four {
		height: 3rem;
	}

	.index-sesstion-four-top {
		height: auto;
		height: 1.4rem;
		display: flex;
		align-items: center;
	}

	.index-sesstion-four-top .p1,
	.index-sesstion-four-top .p2 {
		font-size: 0.3rem;
	}

	.index-sesstion-four-bottom {
		display: flex;
	}

	.index-sesstion-four-bottom-children {
		width: 3.3rem;
		height: 1.2rem;
		line-height: 1.2rem;
		background-size: contain;
	}

	.index-sesstion-four-bottom a {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.margin-left-chld {
		margin-left: 0;
		margin-right: 0
	}

	.common-footer {
		height: auto;
		overflow: hidden;
	}

	.common-footer-top {
		margin-top: 0.2rem
	}

	.common-footer-top img {
		width: auto;
		height: 0.5rem;
	}

	.index-sesstion-three-content-c-children {
		width: 50%;
		margin: auto;
		height: auto;
	}

	.common-footer-bottom {
		height: auto;
	}

	.common-footer-center {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
	}

	.common-footer-center span {
		padding: 0;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		font-size: 13px;
	}

	.common-footer-bottom-top {
		height: auto;
		flex-direction: column;
		height: 2rem;
	}

	.common-footer-bottom-top span {
		padding: 0;
		padding-top: 0.1rem;
		padding-bottom: 0.1rem;
	}

	.index-sesstion-one-conent div span {
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		margin-top: 1.7rem;
	}

	.common-footer-bottom-bottom {
		font-size: 0.25rem;
	}

	/* //// */
	.mobile-menu {
		display: block;
		position: fixed;
		top: 0rem;
		height: 100%;
		left: 0;
		width: 0%;
		z-index: 9;
		background: rgba(44, 25, 65, 0.95);
		overflow: hidden;
	}

	.mobile-menu-ul {
		width: 100%;
		margin-top: 1rem;
	}

	.mobile-menu-ul a {
		width: 100%;
		color: #000;
	}

	.mobile-menu-ul a li {
		width: 100%;
		height: 0.9rem;
		line-height: 0.9rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		font-size: 0.33rem;
		text-indent: 0.7rem;
		background: url("../img/yuan_h.png"
				/*tpa=http://t39597.web8.35demo.cn/public/img/yuan_h.png*/
			)no-repeat 0.3rem center;
		background-size: 0.2rem auto;
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.mobile-menu-ul a .mobile-active {
		background: url("../img/yuan_b.png"
				/*tpa=http://t39597.web8.35demo.cn/public/img/yuan_b.png*/
			)no-repeat 0.3rem center;
		background-size: 0.2rem auto;
		color: #e87627;
		background-position: 0.3rem 0.35rem;
	}

	.close-mobile-menu {
		position: fixed;
		top: 0;
		left: 0%;
		width: 1rem;
		height: 1rem;
		display: none;
		text-align: center;
		line-height: 1rem;
		color: white;
		z-index: 9;
		font-size: 0.7rem;
		width: 70px;
		height: 70px;
	}

	.return-top {
		right: 5px;
	}

	/* 关于我们 */
	.about-us-content-one-content {
		display: flex;
		height: auto;
		flex-direction: column;
	}

	.about-us-content-one-content-left {
		width: 100%;
		line-height: 0.62rem;
	}

	.about-us-content-one-content-right {
		width: 100%;
	}

	.about-us-content-one-content-left .title,
	.produce-severe-one-content-left .title,
	.produce-severe-two-content-left .title,
	.zhaoPin-content-one-content-left .title {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.27rem;
		background: url("../img/address_house.png"
				/*tpa=http://t39597.web8.35demo.cn/public/img/address_house.png*/
			)no-repeat 0.1rem center;
		background-size: 0.3rem 0.3rem;
	}

	.about-us-content-one-content-left .title span {
		font-size: 0.28rem;
	}

	.about-us-content-one-content-left .title a:hover {
		color: #432d87;
	}

	.about-us-content-one-content-left .name,
	.produce-severe-one-content-left .name,
	.produce-severe-two-content-left .name,
	.zhaoPin-content-one-content-left .name {
		width: 94%;
		font-size: 0.4rem !important;
		margin: auto;
		color: #777777;
		padding: 0.2rem 0 0.2rem 0;
	}

	.about-us-content-one-content-left div span {
		font-weight: normal;
		font-size: 0.32rem;
	}

	.company-name {
		width: 100%;
		margin: auto;
		font-size: 0.28rem;
		margin-top: 0 !important;
		text-indent: 0.2rem;

	}

	.normal-word,
	.about-us-content-one-content-left .p {
		width: 94%;
		margin: auto;
	}

	.about-us-content-one-content-left {
		/* min-height: 3rem; */
		order: 2
	}

	.about-us-content-one-content-right {
		height: auto;
		order: 1;
		display: none;
	}

	.about-us-content-one-content-right-title {
		width: 100%;
		text-indent: 3%;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.33rem;
		margin-top: 0;
		background: #fafafa;
		color: white;
		font-weight: normal;
		background-size: 0.6rem auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #333333;
	}

	.about-us-content-one-content-right-title span {
		width: 4rem;
		display: block;
		text-indent: 0.2rem;
	}

	.about-us-content-one-content-right-children {
		margin-top: 0;
		height: 0;
		min-height: 0;
		overflow: hidden;
	}

	.white_smallright1 {
		display: block;
	}

	.about-us-content-two {
		height: auto;
		background: white;
	}

	.about-us-content-two-content {
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.about-us-content-two-content-children {
		width: 100%;
		height: 6.5rem;
	}

	.about-us-content-two-content-children:nth-of-type(1) {
		padding-top: 0rem;
	}

	.abucontwcon-children-img {
		width: 2.5rem;
		height: 2.5rem;
		/* background-color: #f7f7f7; */
	}

	.abucontwcon-children-word {
		font-size: 0.4rem;
	}

	.about-us-content-three {
		height: auto;
	}

	.about-us-content-three-content {
		flex-direction: column;
		justify-content: center;
		height: auto;
	}

	.aboutuscontentthreecontent-children {
		width: 94%;
		margin: auto;
		height: auto;
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
	}

	.auctc-children-child {
		height: auto;
		padding-bottom: 0.1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.auctc-children-child-top {
		height: 1.4rem;
		line-height: 1.4rem;
		font-size: 0.4rem;
	}

	.zizhiyurongyu-logo-children {
		width: 33.3%;
		height: auto;
	}

	.zizhiyurongyu-logo-children p {
		margin: auto;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 0.25rem;
	}

	.rongyuzhengshu-box {
		width: 94%;
		margin: auto;
		margin-top: 0.2rem;
	}

	.rongyuzhengshu-box-children {
		width: 100%;
		/* height: 300px; */
	}

	.rongyuzhengshu-box-childrenWord {
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.produce-severe-one-p1 {
		font-size: 0.35rem;
		margin-top: 0;
		height: 0.8rem;
		line-height: 0.8rem;
		margin-top: 0.3rem;
	}

	.produce-severe-one-p2 {
		font-size: 0.28rem;
		font-weight: 200;
		text-align: center;
	}

	.produce-severe-one-center-child {
		margin-top: 0.1rem;
	}

	.produce-severe-one-content,
	.produce-severe-one-content-left {
		min-height: auto;
	}

	.produce-severe-one-center-child:nth-of-type(2) {
		display: none !important;
	}

	.produce-severe-one-center {
		margin-top: 0.1rem;
		width: 100%;
		position: relative;
		height: auto;
	}

	.produce-severe-one-content-left-main {
		background: #F2EFF9 no-repeat center;

		min-height: 7rem;
		background-size: 80% auto;
	}

	.produce-severe-one-center-childNull {
		display: none;
	}

	.position-center-word {
		position: absolute;
		width: 40%;
		margin-top: 0;
		text-align: center;
		font-size: 0.4rem;
		margin: 0;
		display: none;
	}

	.produce-severe-one-center-child {
		float: left;
		width: 48%;
		margin: 0;
		margin-bottom: 0.2rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-left: 1%;
		margin-right: 1%;
	}

	.produce-severe-one-content-left-main {
		height: auto;
		overflow: hidden;
		margin-top: 0;
	}

	.position-center-word p {
		text-align: center;
	}

	.produce-severe-one-center-child-p2 {
		font-size: 0.28rem;
	}

	.produce-severe-one-center-child-p1 {
		font-size: 0.26rem;
	}

	.position-produce-model {
		position: static;
	}

	.posadress-one,
	.posadress-three,
	.posadress-five,
	.posadress-two,
	.posadress-four,
	.posadress-six {
		margin: 0;
	}

	.position-produce-modelp {
		width: 90%;
		position: absolute;
		height: 0.8rem;
		margin: 0;
		margin-top: -0.8rem;
		line-height: 0.8rem;
	}

	.position-produce-model {
		width: 90%;
		margin: auto;
		margin-bottom: 0.2rem;
		height: auto;
	}

	.position-produce-model img {
		height: auto;
	}

	.produce-meun-content-childSpan {
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		font-size: 0.28rem;
	}

	.produce-severe-two-content-right {
		width: 100%;
		height: auto;
		min-height: auto;
		margin-bottom: 0;
		order: 1;
		display: none;
	}

	.produce-severe-two-content-left {
		order: 2;
	}

	.produce-severe-two-content-left-content {
		width: 100%;
		height: auto;
		display: block;
	}

	.produce-severe-two-content {
		display: flex;
		flex-direction: column;
	}

	.prosece-towp-left-children {
		width: 100%;
	}

	.prosece-towp-left-childrenp1 {
		width: 96%;
		margin-left: 4%;
		font-size: 0.35rem;
	}

	.prosece-towp-left-childrenp2 {
		width: 96%;
		margin-left: 4%;
		font-size: 0.3rem;
	}

	.aboutUS-active {
		/* 	color: #4A39D6;background: transparent; */
	}

	.about-us-content-one-content-right-children {
		box-shadow: 0px 3px 7px 0px rgba(205, 206, 212, 0.35);
	}

	.news-container-one {
		min-height: auto;
	}

	.news-container-one-content {
		flex-direction: column;
	}

	.about-news_xiangqingContainer-title {
		width: 94%;
		margin: auto;
		font-size: 0.32rem;
		font-weight: bold;
		margin-top: 0.2rem;
		padding-top: 0;
	}

	.about-news_xiangqingContainer-time {
		width: 94%;
		margin: auto;
		font-size: 0.27rem;
		line-height: 0.48rem;
		height: 0.7rem;
		border-bottom: 0;
	}

	.about-news_xiangqingContainerWordp:nth-of-type(1) {
		font-size: 0.28rem;
		margin-top: 0;
	}

	.about-news_xiangqingContainerWordp {
		width: 94%;
		margin: auto;
		font-size: 0.28rem;
		line-height: 0.5rem;
		color: #666666;
		margin-top: 0.4rem;
	}

	.about-news_xiangqingContaineStepLeft p {
		width: 94%;
		margin: auto;
		font-size: 0.28rem;
		line-height: 0.4rem;
	}

	.about-news_xiangqingContaineStepLeft p a:hover {
		color: #666666;
	}

	.about-news_xiangqingContaineStepLeft p a {
		color: #666666;
	}

	.about-news_xiangqingContaineStepright {
		font-size: 0.28rem;
	}

	.date-mothselet {
		line-height: 0.45rem;
		height: auto;
		flex-wrap: wrap;
	}

	.date-mothselet-child {
		width: 20%;
		height: 0.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.select-month {
		width: 2.4rem;
		height: 0.5rem;
		margin-left: 0.2rem;
		font-size: 0.28rem;
		padding-left: 0.2rem;
	}

	.newsdatedatacildren-childd {
		height: 1.5rem;
	}

	.date-mothselet-child span,
	.newsdatedatacildren-childdp2,
	.newsdatedatacildren-childdp1 {
		font-size: 0.26rem;
	}

	.newsdatedata-mothd {
		width: 100%;
		margin: auto;
		border-left: 0;
		background-color: #f7f7f7;
	}

	.newsdatedata-main-child-children {
		width: 94%;
		margin: auto;
	}

	.fenpage {
		width: 100%;
		margin: 0;
		margin-bottom: 0.4rem;
	}

	.zhaoPin-content-one {
		height: auto;
		min-height: auto
	}

	.zhaoPin-content-one-content {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.zhaoPin-content-one-content-left {
		width: 100%;
		order: 2;
	}

	.zhaoPin-content-one-content-right {
		width: 100%;
		order: 1;
		height: auto;
		min-height: auto;
		display: none;
	}

	.hoverImg {
		display: none;
	}

	.hoverImg2 {
		display: none;
	}

	.leftShowhover {
		display: none;
	}

	.leftShowhover2 {
		display: none;
	}

	.rightShowrhover {
		display: none;
	}

	.rightShowrhover2 {
		display: none;
	}

	.zhaoPincontentleft-main {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
	}

	.zhaoPincontentleft-main-child2 .img,
	.zhaoPincontentleft-main-child .img,
	.zhaoPincontentleft-main-child3 .img {
		display: none;
	}

	.zhaoPincontentleft-main-child,
	.zhaoPincontentleft-main-child3,
	.zhaoPincontentleft-main-child2 {
		width: 94%;
		margin: auto;
		margin-bottom: 0.3rem;
	}

	.clerarImgPic {
		display: none;
	}

	.zhappin_bottom-word1 {
		width: 100%;
		margin-top: 100px;
		text-align: center;
		margin-left: 0;
	}

	.zhappin_bottom-word2 {

		margin: 0;
		margin-left: 35%;
		margin-top: 100px;
	}

	.zhappin_bottom-word3 {

		margin: 0;
		margin-left: 35%;
		margin-top: 100px;
	}

	.zhaopin-yjbys-container-children {
		width: 100%;
		/* border-radius: 0; */
		margin-left: 0;
	}

	.zhaopin-yjbys-container-children {
		font-size: 0.32rem;
		text-indent: 0.2rem;
	}

	.children-show-zhaopin-contentp1 {
		font-size: 0.32rem;
	}

	.children-show-zhaopin-contentp2 {
		font-size: 0.28rem;
	}

	.children-show-zhaopin-contentDiv {
		font-size: 0.28rem;
		margin-top: 0.2rem;
	}

	.applay_propSubmit {
		width: 90%;
		margin-left: 5%;
		height: 12.3rem;
	}

	.applay_contentWorddiv1 {
		/* display: none; */
		font-size: 0.28rem;
		text-indent: 0.1rem;
		line-height: 0.45rem;
		font-weight: normal
	}

	.applay_propSubmitTitle {
		width: 100%;
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.26rem;
	}

	.applay_contentWorddiv2 {
		font-size: 0.26rem;
	}

	.applay_contentWorddiv2-children {
		width: 100%;
		margin: 0;
		display: flex;
		align-items: center;
		height: 0.8rem;
	}

	.applay_contentWorddiv2-children p {
		width: 20%;
		line-height: 0.4rem;
		margin-left: 1%;
	}

	.applay_contentWorddiv2-children input,
	.applay_contentWorddiv2-children select {
		width: 78%;
		height: 0.5rem;
		font-size: 0.26rem;
	}

	.applay_contentWorddiv2-children_p {
		font-size: 0.26rem;
		text-indent: 0.1rem;
		line-height: 0.4rem;
	}

	.submitZhaopinBotton {
		margin-left: 0;
	}

	.applay_contentWorddiv2-childrenButton {
		width: 1.7rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.26rem;
	}

	.filePread {
		text-indent: 0.1rem;
		line-height: 0.4rem;
	}

	.applay_contentWorddiv2-children_p {
		height: auto;
	}

	.submitZhaopinBotton {
		position: absolute;
		margin-top: 0.55rem;
		width: 1.8rem;
		height: 0.6rem;
		text-align: center;
		line-height: 0.6rem;
		font-size: 0.28rem;
	}

	.applay_propSubmitTitlecloseImg {
		margin-top: 3px;
		width: 0.4rem;
		height: 0.4rem;
	}

	.zhaoPin-content-one-content-left {
		min-height: 4rem;
		font-size: 0.3rem;
		color: #666666;
	}

	.common-footer-bottom {
		height: 3rem;
	}

	.common-footer-bottom-bottom {
		width: 100%;
		height: 1rem;
		line-height: 0.4rem;
		font-size: 0.25rem;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: white;
	}

	.webuploader-pick {
		width: auto !important;
	}

	.header {
		display: none;
	}

	.children-show-zhaopin {
		border-radius: 0;
	}

	.about-news_xiangqingContainer {
		width: 92%;
		margin: auto;
	}

	.m-search {
		width: 1rem;
		height: 1rem;
		order: 2;
		margin-left: 4.7rem;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.m-search span {
		line-height: 0.5rem;
		font-size: 0.24rem;
	}

	.m-search img {
		height: 0.3rem;
		margin-top: 0.13rem;
	}

	.m-showMeun img {
		height: 0.35rem;
		margin-top: 0rem;
	}

	.m-logo {
		order: 1;
		height: 0.3rem;
		margin-left: 0.3rem;
		margin-right: 0;
		position: absolute;
		margin-top: -8px;

	}

	.m-showMeun {
		order: 4;
		margin-right: 0.2rem;
		width: 1rem;
		height: 1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.m-showMeun span {
		line-height: 0.5rem;
		font-size: 0.24rem;
	}

	.index-sesstion-three-content-c-children img {
		height: 120px;
	}

	.about-us-content-one-content-left .title span a:nth-of-type(1),
	.about-us-content-one-content-left .title span a:nth-of-type(3) {
		font-weight: bold;
	}

	.about-us-content-one-content-left .title span a:nth-of-type(3) {
		color: #7722AC;
		font-weight: bold;
	}

	.index-sesstion-three-content-c-children span {
		height: 40px;
		display: flex;
		align-items: center;
		font-size: 0.24rem;
		line-height: normal;
	}

	.index-sesstion-one-conent div {
		width: 95%;
		margin: auto;
		margin-bottom: 0.4rem;
	}

	.index-sesstion-one-conent div:nth-of-type(1) {
		margin-top: 0.2rem;
	}

	.index-sesstion-one-conent {
		padding: 0.2rem 0 0.2rem 0;
	}

	.index-sesstion-one-conent div span {
		margin-top: 1.4rem;
	}

	.right-1,
	.right-2 {
		display: none;
	}

	.auconeContentrighchildren-child:hover .right-2,
	.aboutUS-active .right-2 {
		display: none;
	}

	.index-sesstion-two,
	.index-sesstion-three {
		width: 92%;
		margin: auto;
	}

	.in-se-tcont-center-nav,
	.in-se-tcont-center-nav-children,
	.in-se-tcont-center-nav .newsActive2 {
		height: 45px;
		line-height: 45px;
	}

	.in-se-tcont-center-nav .newsActive2 {
		border-radius: 10px;
	}

	.index-sesstion-two-content-bottom-button,
	.index-sesstion-three-content-bottom-botton {
		width: 150px;
		height: 40px;
	}

	.index-sesstion-three-content-bottom-botton {
		margin-bottom: 0.2rem;
	}

	.index-sesstion-two-content-bottom,
	.index-sesstion-three-content-bottom {
		height: 1rem;
	}

	.common-footer-bottom-top {
		align-items: inherit;
		text-indent: 0.2rem;
	}

	.about-us-content-one-content-left .title,
	.produce-severe-one-content-left .title,
	.produce-severe-two-content-left .title,
	.zhaoPin-content-one-content-left .title {
		display: none;
	}

	.common-footer-top img {
		height: 0.7rem;
	}

	.produce-severe-one-p2 {
		display: none;
	}

	.produce-severe-one-center-child {
		display: none;
	}

	.zhaoPincontentleft-main-child,
	.zhaoPincontentleft-main-child3,
	.zhaoPincontentleft-main-child2 {
		width: 92%;
		margin: auto;
		margin-bottom: 0.4rem;
		position: relative;
	}

	.position-produce-model {
		display: none;
	}

	.mySwipernewss {
		display: block;
	}

	.mySwipernewss .swiper-backface-hidden .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.select-month {
		font-size: 0.26rem;
	}

	.spanBlcokg {
		display: none;
	}

	.newsdatedatacildren-childd {
		border-bottom: 1px dashed #cccccc;
		height: 1.5rem;
		display: block;
		margin-bottom: 0.2rem;
		width: 100%;
	}

	.newsdatedatacildren-childdp2 {
		line-height: normal;
	}

	.about-us-content-two-content-children {
		transform: scale(0.9);
	}

	.about-us-content-two-content-children:nth-of-type(1) {
		margin-top: 0;
	}

	.about-us-content-two-content-children {
		height: 5rem;
	}

	.auctc-children-child {
		width: 96%;
		margin-left: 2%;
	}

	.auctc-children-child-top {
		height: 1rem;
		line-height: 1rem;
	}

	.auctc-children-child-bottom {
		margin-top: 0;
	}

	.index-sesstion-two {
		width: 100%;
	}

	.index-sesstion-two-content-center {
		width: 90%;
		margin: auto;
		border-radius: 5px;
	}

	.in-se-tcont-center-cont {
		border-radius: 5px;
	}

	.in-se-tcont-center-nav {
		padding-bottom: 0.2rem;
	}

	.index-sesstion-two-content-bottom,
	.index-sesstion-three-content-bottom {
		height: 1.5rem;
	}

	.index-sesstion-two-content-bottom-button {
		margin: 0.2rem 0 0.2rem 0;
		border-radius: 5px;
	}

	.about-us-content-one-content {
		width: 96%;
		margin: auto;
	}

	.auctc-children-child-bottom {
		font-size: 17px;
	}

	.index-sesstion-three-content-c-children:hover img {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);

	}

	.roba {
		display: block;
	}

	.produce-severe-one-center .swiper-button-prev,
	.swiper-rtl .swiper-button-next,
	.produce-severe-one-center .swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		border-radius: 5px;
		background: rgba(0, 0, 0, .2);
	}

	.produce-severe-one-center .swiper-button-prev:after,
	.produce-severe-one-center .swiper-button-next:after {
		color: #fff;
	}

	.produce-severe-one-center .swiper-pagination-bullet-active {
		background: #e87627;
	}

	.produce-severe-one-center .swiper-backface-hidden .swiper-slide:hover .rgba {
		position: absolute;
		width: 4.5rem;
		height: 4.5rem;
		background: rgba(0, 0, 0, .2);
		left: 50%;
		top: 0.2rem;
		border-radius: 50%;
		overflow: hidden;
		display: block;
		transform: translate(-50%);
	}

	.normal-word {
		animation-delay: 0.5s;
	}

	.applay_contentWord {
		width: 92%;
		margin: auto;
	}

	.applay_propSubmitTitle {
		text-indent: 0.2rem;
	}

	.applay_contentWorddiv2-children_p {
		font-size: 0.24rem;
	}

	.upload-box {
		margin-left: 0 !important;
	}

	.about-us-content-one,
	.about-us-content-one-content,
	.about-us-content-one-content-left {
		min-height: 300px;
	}

	.about-news_xiangqingContainerWord img,
	.about-news_xiangqingContainerWord {
		padding-top: 0;
	}

	.about-news_xiangqingContainerWord img {
		padding-bottom: 0px;
	}

	.zhaopin-yjbys-container-children {
		margin-bottom: 14px;
	}

	.abucontwcon-children-img img {
		transform: scale(1);
	}
}

.abucontwcon-children-word p {
	color: white;
}

.mobile_u {
	width: 78% !important;
}

.mobile_u li {
	font-size: 16px;
	float: left;
	padding: 0 5px 0 5px;
	margin-left: 20px;

}

.mobile_u li:hover a {
	cursor: pointer;
	color: #4D249C;
}

.about-us-content-one-content-left .name {

	margin-top: 10px;
	margin-bottom: 10px;
}

.mobile_u {
	height: 70px;
	margin-top: 6px;
}

@media screen and (max-width:750px) {
	.about-us-content-one-content-left .name {
		min-height: 38px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.mobile_u {
		width: 70% !important;
		height: auto;
		margin-top: 0;
	}

	.about-us-content-one-content-left .name span {
		max-width: 28% !important;
		font-weight: bold;
		font-size: 0.38rem !important;
	}
}

/* 20231130-移动端二级导航*/
.mobile-menu-ul {
	height: 80%;
	overflow: hidden;
}

/* .mobile_u {
	width:78%!important;margin-left: 2%;
} */
.mobile_u li a {
	font-size: 0.26rem !important;
}

.mobile-menu-ul a {
	display: block;
	height: auto;
	position: relative;
}

.mobile-menu-ul strong {
	display: block;
	width: 80%;
	font-weight: normal;
}

.mobile-menu-ul a li {
	background-position: 0.3rem 0.35rem;
	height: auto;
	position: relative;
}

.mobile-menu-extend {
	/* content: ''; */
	display: flex;
	width: 20%;
	height: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 33;
	justify-content: center;
	align-items: center;
}



.mobile-menu-extend img {
	width: 12px;
	height: 12px;
}

.mobile-menu-extend::after {
	/* content: ''; */
	display: block;
	/* background: url('../img/right-2.png') no-repeat; */
	width: 18px;
	height: 10px;
	transform: scale(0.95);
}

.mobile-menu-sitem {
	display: none;
	padding-bottom: 0.2rem;
}

.mobile-menu-sitem span {
	width: 100%;
	display: block;
	font-size: 0.28rem;
	color: #c9c9c9;
}

.mobile-menu-language {
	z-index: 3;
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.mobile-menu-language span {
	color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-language a {
	width: 50%;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
}