* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1901px) {
	html {
		font-size: 100px;
	}
}

@media (max-width: 1580px) {
	html {
		font-size: 66px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: calc(100vw/7.5);
	}
}

body {
	min-height: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #fff;
}

@media (max-width: 1580px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 0.28rem;
	}
}

img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.container {
	margin: 0 auto;
	width: 80.625%;
	max-width: 1740px;
}

@media (max-width: 1580px) {
	.container {
		width: 84%;
	}
}

@media (max-width: 1199px) {
	.container {
		width: 90%;
	}
}

.bg-color1 {
	background-color: #fff;
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 1.2rem;
		padding-bottom: 1.2em;
	}
}

.pt100 {
	padding-top: 1rem;
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 1.2rem;
	}
}

.pb100 {
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 1.2rem;
	}
}

.ptb140 {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
	.ptb140 {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
}

.pt140 {
	padding-top: 1.4rem;
}

@media (max-width: 767px) {
	.pt140 {
		padding-top: 1.2rem;
	}
}

.pb140 {
	padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
	.pb140 {
		padding-bottom: 1.2rem;
	}
}

.font14 {
	font-size: 14px;
}

@media (max-width: 1580px) {
	.font14 {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.font14 {
		font-size: 0.26rem;
	}
}

.font16 {
	font-size: 16px;
}

@media (max-width: 767px) {
	.font16 {
		font-size: 0.28rem;
	}
}

@media (max-width: 1580px) {
	.font16 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.font16 {
		font-size: 0.28rem;
	}
}

.font18 {
	font-size: 18px;
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.font18 {
		font-size: 0.3rem;
	}
}

.font20 {
	font-size: 0.2rem;
}

@media (max-width: 1580px) {
	.font20 {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.font20 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.font20 {
		font-size: 0.3rem;
	}
}

.font24 {
	font-size: 0.24rem;
}

@media (max-width: 1580px) {
	.font24 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.font24 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.font24 {
		font-size: 0.34rem;
	}
}

.font26 {
	font-size: 0.26rem;
}

@media (max-width: 1580px) {
	.font26 {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.font26 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.font26 {
		font-size: 0.34rem;
	}
}

.font30 {
	font-size: 0.3rem;
}

@media (max-width: 1199px) {
	.font30 {
		font-size: 0.36rem;
	}
}

@media (max-width: 767px) {
	.font30 {
		font-size: 0.4rem;
	}
}

.font32 {
	font-size: 0.32rem;
}

@media (max-width: 1199px) {
	.font32 {
		font-size: 0.36rem;
	}
}

@media (max-width: 767px) {
	.font32 {
		font-size: 0.51rem;
	}
}

.font34 {
	font-size: 0.34rem;
}

@media (max-width: 1199px) {
	.font34 {
		font-size: 0.38rem;
	}
}

@media (max-width: 767px) {
	.font34 {
		font-size: 0.4rem;
	}
}

.font36 {
	font-size: 0.36rem;
}

@media (max-width: 1199px) {
	.font36 {
		font-size: 0.4rem;
	}
}

@media (max-width: 767px) {
	.font36 {
		font-size: 0.42rem;
	}
}

.font40 {
	font-size: 0.4rem;
}

@media (max-width: 1199px) {
	.font40 {
		font-size: 0.4rem;
	}
}

@media (max-width: 767px) {
	.font40 {
		font-size: 0.42rem;
	}
}

.font48 {
	font-size: 0.48rem;
}

@media (max-width: 1199px) {
	.font48 {
		font-size: 0.4rem;
	}
}

@media (max-width: 767px) {
	.font48 {
		font-size: 0.42rem;
	}
}

.font54 {
	font-size: 0.54rem;
}

@media (max-width: 1199px) {
	.font54 {
		font-size: 0.5rem;
	}
}

@media (max-width: 767px) {
	.font54 {
		font-size: 0.44rem;
	}
}

.font60 {
	font-size: 0.6rem;
}

@media (max-width: 1199px) {
	.font60 {
		font-size: 0.54rem;
	}
}

@media (max-width: 767px) {
	.font60 {
		font-size: 0.48rem;
	}
}

.base_img {
	position: relative;
}

.base_img img {
	width: 100%;
	position: relative;
}

.base_img:before {
	content: "";
	display: block;
}

#hi-upgrade {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

#hi-upgrade .hi-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -177px 0 0 -450px;
	width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
	font-size: 30px;
	line-height: 40px;
	color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #000000;
}

#hi-upgrade .hi-wrap .hi-close:hover {
	text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
	color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
	color: #000000;
}

#hi-upgrade .hi-wrap .hi-text2 {
	position: relative;
	margin: 60px 0;
	color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
	position: relative;
	z-index: 5;
	padding: 0 30px;
	background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
	overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
	display: inline-block;
	width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
	margin: 0 auto 5px;
	width: 50px;
	height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
	color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
	color: #000000;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
	background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
	background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
	background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
	background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
	background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
	background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}

/* 公共分页 */
.basepage {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.basepage a,
.basepage span {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #e4e4e4;
	color: #666666;
	flex-shrink: 0;
	float: left;
	font-size: 18px;
	margin: 0 6px 10px;
}

@media (max-width: 1580px) {

	.basepage a,
	.basepage span {
		font-size: 16px;
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 991px) {

	.basepage a,
	.basepage span {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}

.basepage .active {
	border: 1px solid #333333;
	background-color: #333333;
	color: #fff;
}

.basepage .active:hover {
	color: #fff;
}

.basepage .prev,
.basepage .next {
	position: relative;
	color: #999999;
}

@media (max-width: 991px) {}

.basepage .prev i,
.basepage .next i {
	display: block;
}

.basepage .fan {
	width: auto;
	padding: 0 15px;
}

.basepage a:hover {
	border: 1px solid #333333;
	background-color: #333333;
	color: #fff;
}

.basepage .prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pagel1-1.png) no-repeat center / 15px auto;
}

@media (max-width: 767px) {
	.basepage .prev:after {
		background-size: 10px;
	}
}

.basepage .next:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pagel2-1.png) no-repeat center / 15px auto;
}

@media (max-width: 767px) {
	.basepage .next:after {
		background-size: 10px;
	}
}

.basepage .prev i {
	margin-right: 8px;
}

.basepage .prev:hover {
	background-color: #333333;
	border-color: #333333;
}

.basepage .prev:hover:after {
	background-image: url(../images/pagel1.png);
}

.basepage .next i {
	margin-left: 8px;
}

.basepage .next:hover {
	background-color: #333333;
	border-color: #333333;
}

.basepage .next:hover:after {
	background-image: url(../images/pagel2.png);
}

/* 面包屑 */
.breadbox .fcont {
	display: flex;
	align-items: center;
	padding: 0.6rem 0;
}

@media (max-width: 1580px) {}

@media (max-width: 991px) {
	.breadbox .fcont {
		padding: 12px 0;
	}
}

.breadbox .fcont a,
.breadbox .fcont span {
	transition: all 0.4s;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	zoom: 1;
}

@media (max-width: 1580px) {

	.breadbox .fcont a,
	.breadbox .fcont span {
		font-size: 14px;
		line-height: 24px;
	}
}

.breadbox .fcont a img,
.breadbox .fcont span img {
	float: left;
	width: 18px;
}

@media (max-width: 1580px) {

	.breadbox .fcont a img,
	.breadbox .fcont span img {
		width: 16px;
	}
}

.breadbox .fcont span {
	width: 6px;
	margin: 0 6px;
	display: block;
}

@media (max-width: 1580px) {
	.breadbox .fcont span {
		margin: 0 4px;
	}
}

@media (max-width: 991px) {}

.breadbox .fcont a:hover {
	color: #333333;
}

.breadbox .fcont .on {
	color: #47c0ff;
}

.breadbox .fcont a:last-child {
	color: #47c0ff;
}

@media (max-width: 991px) {
	.breadbox .fcont a:last-child {
		max-width: 36%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 375px) {
	.breadbox .fcont a:last-child {
		max-width: 30%;
	}
}

.breadbox .fcont .wofe {
	display: flex;
}

.breadbox .fcont .wofe .li {
	display: flex;
	align-items: flex-start;
	padding: 0 6px;
	border: 1px solid #4070f4;
	line-height: 24px;
	font-size: 14px;
	color: #000000;
}

.breadbox .fcont .wofe .li a {
	line-height: 1;
}

/* 文本编辑详情页 */
.make-text {
	line-height: 1.66666667;
	color: #666;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.make-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media (max-width: 1199px) {
	.make-text {
		line-height: 1.3;
	}
}

.make-text img {
	max-width: 100%;
}

.make-text table td {
	border: 1px solid #ddd;
}

.make-text ul,
.make-text li,
.make-text ol {
	list-style: inherit;
}

.make-text ul {
	padding-left: 20px;
}

.make-text p,
.make-text span {
	font-size: 16px;
	color: #666666;
}

@media (max-width: 767px) {

	.make-text p,
	.make-text span {
		line-height: 24px;
		font-size: 16px !important;
	}
}

.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
	font-weight: revert;
	line-height: 1.22;
	font-size: 0.24rem;
	color: #333;
}

@media (max-width: 1580px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 0.34rem;
	}
}

@media (max-width: 767px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 16px !important;
		line-height: 1.3;
	}
}

.bsTop {
	width: 100% !important;
}

.bsFrameDiv>div {
	height: 208px !important;
}

.bsFrameDiv img {
	margin: 16px !important;
}

/* 公共弹窗样式 */
.basealt {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 666;
	width: 100%;
	height: 100%;
}

.basealt .bag {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.basealt .cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.basealt .cont .fclose {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.5rem;
	cursor: pointer;
	height: 0.5rem;
}

@media (max-width: 767px) {
	.basealt .cont .fclose {
		width: 0.66rem;
		height: 0.66rem;
	}
}

.basealt .cont .fclose svg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.basealt .cont .fclose svg rect {
	transition: all 0.4s;
	fill: rgba(255, 255, 255, 0.2);
	stroke: #fff;
}

.basealt .cont .fclose svg path {
	fill: #ffffff;
}

.basealt .cont .fclose:hover svg rect {
	fill: #333333;
	stroke: #333333;
}

/* End */
.basemenubut {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 22px;
}

.basemenubut span {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.basemenubut span:last-child {
	margin-bottom: 0;
}

.basemenubut span:nth-child(2) {
	width: 80%;
}

.basemenubut2 span:nth-child(1) {
	transform: rotate(45deg);
	margin: 0;
	margin-top: 2px;
}

.basemenubut2 span:nth-child(2) {
	display: none;
}

.basemenubut2 span:nth-child(3) {
	transform: rotate(-45deg);
	margin: 0;
	margin-top: -2px;
}

/* 导航 */
.hadheight {
	display: none;
	height: 90px;
}

@media (max-width: 1580px) {
	.hadheight {
		height: 80px;
	}
}

@media (max-width: 1199px) {
	.hadheight {
		height: 70px;
	}
}

@media (max-width: 767px) {
	.hadheight {
		height: 60px;
	}
}

.hadbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hadbox-sec1 {
	transition: all 0.3s linear;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid transparent;
	line-height: 90px;
	height: 90px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 {
		height: 80px;
		line-height: 80px;
	}
}

@media (max-width: 1199px) {
	.hadbox-sec1 {
		height: 70px;
		line-height: 70px;
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 {
		height: 60px;
		line-height: 60px;
		border-color: #000000;
		background-color: rgba(0, 0, 0, 0.8);
	}
}

.hadbox-sec1>.container {
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.hadbox-sec1 .lt {
	display: flex;
	align-items: center;
	height: 100%;
}

.hadbox-sec1 .lt .logo {
	display: block;
	width: 3rem;
	overflow: hidden;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .lt .logo {
		width: 1.8rem;
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 .lt .logo {
		width: 1.5rem;
	}
}

@media (max-width: 567px) {
	.hadbox-sec1 .lt .logo {
		width: 2.6rem;
	}
}

.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
	float: left;
	width: 100%;
}

.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
	display: none;
}

.hadbox-sec1 .f_navbox {
	display: flex;
	align-items: center;
}

@media (max-width: 1199px) {
	.hadbox-sec1 .f_navbox {
		display: none;
	}
}

.hadbox-sec1 .f_navbox li {
	position: relative;
}

.hadbox-sec1 .f_navbox li .tit {
	display: flex;
	align-items: center;
	color: #46261e;
	font-size: 16px;
	transition: all 0.4s;
	position: relative;
	margin: 0 0.23rem;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit,
.hadbox:hover .hadbox-sec1 .f_navbox li .tit{color: #ffffff;}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: 14px;
	}
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: 14px;
		margin: 0 18px;
	}
}

@media (max-width: 1199px) {
	.hadbox-sec1 .f_navbox li .tit {
		margin: 0 12px;
	}
}

.hadbox-sec1 .f_navbox li .tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	margin-left: 10px;
	font-size: 13px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit i {
		width: 16px;
		height: 16px;
		margin-left: 6px;
		font-size: 11px;
	}
}

.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
	width: 100%;
	float: left;
}

.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
	display: none;
}

.hadbox-sec1 .f_navbox li .tit i svg {
	max-width: 50%;
	max-height: 50%;
}

.hadbox-sec1 .f_navbox li .tit i svg path {
	fill: none;
	stroke: #ffffff;
}

.hadbox-sec1 .f_navbox li .tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 66%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	background-color: #fff;
	height: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 2px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit:after {
		height: 2px;
	}
}

.hadbox-sec1 .f_navbox li ul {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	background-color: #000;
	line-height: 1.5;
	text-align: center;
	display: none;
	padding-top: 0.18rem;
	padding-bottom: 0.3rem;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox-sec1 .f_navbox li ul>li {
	margin-bottom: 0.18rem;
	padding: 0 0.1rem;
}

.hadbox-sec1 .f_navbox li ul>li:last-child {
	margin-bottom: 0;
}

.hadbox-sec1 .f_navbox li ul>li a {
	font-size: 16px;
	color: #fff;
}

@media (max-width: 767px) {
	.hadbox-sec1 .f_navbox li ul>li a {
		font-size: 0.28rem;
	}
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li ul>li a {
		font-size: 14px;
	}
}

.hadbox-sec1 .f_navbox li ul>li a:hover {
	text-decoration: underline;
}

.hadbox-sec1 .f_navbox li:hover .tit:after {
	width: 100%;
}

.hadbox-sec1 .f_navbox li:hover .fz_hover {
	visibility: visible;
	line-height: 80px;
	height: 80px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li:hover .fz_hover {
		line-height: 50px;
		height: 50px;
	}
}

.hadbox-sec1 .f_navbox li:hover .hover1 {
	display: block;
}

.hadbox-sec1 .f_navbox li.on .tit {
	color: #ffffff;
}

.hadbox-sec1 .f_navbox li.on .tit:after {
	width: 100%;
}

.hadbox-sec1 .gt {
	display: flex;
	align-items: center;
}

.hadbox-sec1 .gt .f_store,
.hadbox-sec1 .gt .f_search {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1580px) {

	.hadbox-sec1 .gt .f_store,
	.hadbox-sec1 .gt .f_search {
		width: 16px;
		height: 16px;
	}
}

.hadbox-sec1 .gt .f_store>svg,
.hadbox-sec1 .gt .f_search>svg {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.hadbox-sec1 .gt .f_store>svg path,
.hadbox-sec1 .gt .f_search>svg path {
	fill: #ffffff;
	opacity: 1;
}

.hadbox-sec1 .gt .f_search {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	margin-left: 0.3rem;
}

.hadbox-sec1 .gt .f_store {
	position: relative;
}

.hadbox-sec1 .gt .f_store>svg {
	cursor: pointer;
}

.hadbox-sec1 .gt .f_store .f_hover1 {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	padding-top: 0.1rem;
	background-color: #000;
	display: none;
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_store .f_hover1 {
		transform: translateX(-50%);
	}
}

.hadbox-sec1 .gt .f_store .f_hover1 .li {
	display: block;
	width: 100%;
	background-color: transparent;
	text-align: center;
	line-height: 1.4;
	padding: 5px 0;
	color: #888888;
	transition: all 0.4s;
	font-size: 14px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_store .f_hover1 .li {
		font-size: 14px;
	}
}

.hadbox-sec1 .gt .f_store .f_hover1 .li:last-child {
	border-color: transparent;
}

.hadbox-sec1 .gt .f_store .f_hover1 .li:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}

.hadbox-sec1 .gt .f_store:hover .f_hover1 {
	display: block;
}

.hadbox-sec1 .gt .qie {
	margin-left: 0.46rem;
	height: 100%;
}

@media (min-width: 1200px) {
	.hadbox-sec1 .gt .qie {
		display: none;
	}
}

.hadbox-sec1 .gt .qie span {
	background-color: #fff;
}

.hadbox-sec2 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 70px);
	background-color: #fff;
	display: none;
}

.hadbox-sec2 .container {
	position: relative;
}

@media (max-width: 1199px) {
	.hadbox-sec2 .container {
		height: 100%;
		padding: 0;
	}
}

@media (max-width: 1199px) {}

.hadbox-sec2 .container .f_portrait {
	width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #000000;
	border-radius: 4px;
	font-size: 14px;
}

.hadbox-sec2 .container .form {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	margin-bottom: 0.34rem;
	margin-top: 0.34rem;
}

.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
	height: 1rem;
}

.hadbox-sec2 .container .form .int {
	display: flex;
	align-items: center;
	width: calc(100% - 2.5rem);
	padding: 0 0.45rem;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .form .int {
		width: calc(100% - 1.5rem);
	}
}

.hadbox-sec2 .container .form .int i {
	width: 0.38rem;
	display: block;
	overflow: hidden;
}

.hadbox-sec2 .container .form .int i img {
	float: left;
	width: 100%;
}

.hadbox-sec2 .container .form .int .tx {
	width: calc(100% - 0.38rem);
	padding: 0.2rem 0.44rem;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .form .int .tx {
		font-size: 0.28rem;
		padding: 0.2rem 0.3rem;
	}
}

.hadbox-sec2 .container .form .f_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	color: #fff;
	background-color: #000000;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .form .f_sub {
		width: 1.5rem;
		font-size: 0.28rem;
	}
}

.hadbox-sec2 .container .navbox {
	padding: 0.4rem 0;
	line-height: 60px;
	height: 100%;
}

.hadbox-sec2 .container .navbox>ul {
	height: calc(100% - 90px);
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

.hadbox-sec2 .container .navbox>ul li {
	list-style: none;
}

.hadbox-sec2 .container .navbox>ul>li {
	border-bottom: 1px solid #ddd;
}

.hadbox-sec2 .container .navbox>ul>li .tit {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
}

.hadbox-sec2 .container .navbox>ul>li .tit i {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .navbox>ul>li .tit i {
		width: 16px;
		height: 16px;
	}
}

.hadbox-sec2 .container .navbox>ul>li .tit i img,
.hadbox-sec2 .container .navbox>ul>li .tit i svg {
	float: left;
	width: 100%;
	height: 100%;
}

.hadbox-sec2 .container .navbox>ul>li .tit i img path,
.hadbox-sec2 .container .navbox>ul>li .tit i svg path {
	fill: #333;
	stroke: none;
}

.hadbox-sec2 .container .navbox>ul>li ul {
	line-height: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: none;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a {
	font-size: 16px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i {
	width: 50px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img,
.hadbox-sec2 .container .navbox>ul>li ul>li a i svg {
	float: left;
	width: 30px;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img path,
.hadbox-sec2 .container .navbox>ul>li ul>li a i svg path {
	fill: #666;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:after,
.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	background-color: #999;
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
	transform: rotate(90deg);
}

.hadbox-sec2 .container .navbox>ul>li ul>li.active>a i:before {
	opacity: 0;
}

.hadbox-sec2 .container .navbox>ul>li ul ul a {
	font-size: 14px;
}

.hadbox-sec2 .container .navbox>ul>li.active .tit i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hadbox-sec2 .container .navbox>ul>li.on .tit {
	color: #000000;
}

.hadbox-sec3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000;
	color: #ffffff;
	display: none;
}

.hadbox-sec3 .container {
	padding: 0.96rem 0 1.8rem;
	position: relative;
}

@media (max-width: 767px) {
	.hadbox-sec3 .container {
		padding-bottom: 0.6rem;
	}
}

.hadbox-sec3 .f_close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 0.32rem;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s;
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_close {
		right: 0;
		top: 0.3rem;
	}
}

.hadbox-sec3 .f_close img {
	width: 100%;
	float: left;
}

.hadbox-sec3 .f_close img:nth-child(2) {
	display: none;
}

.hadbox-sec3 .f_close:hover {
	transform: rotate(90deg);
}

.hadbox-sec3 .f_cont {
	max-width: 1000px;
	margin: 0 auto;
}

.hadbox-sec3 .f_cont .fz_title {
	margin-bottom: 1.36rem;
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .fz_title {
		margin-bottom: 0.6rem;
	}
}

.hadbox-sec3 .f_cont .f_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.2rem;
	margin-bottom: 0.46rem;
	border-bottom: 1px solid rgba(194, 194, 194, 0.85);
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_form {
		padding-bottom: 0.3rem;
	}
}

.hadbox-sec3 .f_cont .f_form input {
	width: calc(100% - 26px);
	padding-right: 0.26rem;
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_form input {
		width: calc(100% - 0.36rem);
	}
}

.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.hadbox-sec3 .f_cont .f_form .f_sub {
	overflow: hidden;
	width: 26px;
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_form .f_sub {
		width: 0.36rem;
	}
}

.hadbox-sec3 .f_cont .f_form .f_sub img {
	float: left;
	width: 100%;
}

.hadbox-sec3 .f_cont .f_form .f_sub img:nth-child(2) {
	display: none;
}

.hadbox-sec3 .f_cont .f_jut {
	display: flex;
	line-height: 24px;
	align-items: flex-start;
}

.hadbox-sec3 .f_cont .f_jut .name {
	fill: 0 0 auto;
	margin-top: 1px;
	display: block;
	padding-right: 0.14rem;
}

.hadbox-sec3 .f_cont .f_jut .f_list {
	fill: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
}

.hadbox-sec3 .f_cont .f_jut .f_list .li {
	margin-bottom: 10px;
	color: #ffffff;
	display: block;
	margin-right: 0.26rem;
}

.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
	text-decoration: underline;
}

.hadbox-sec4 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox-sec4 .f_cont {
	padding: 20px 0 0.46rem;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	display: none;
}

.hadbox-sec4 .f_cont .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hadbox-sec4 .f_cont .container .item {
	width: 8.333%;
	padding: 0 0.1rem;
}

.hadbox-sec4 .f_cont .container .item .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
}

.hadbox-sec4 .f_cont .container .item .list .img {
	max-width: 100%;
	height: 0.58rem;
	margin-bottom: 0.22rem;
}

@media (max-width: 1580px) {
	.hadbox-sec4 .f_cont .container .item .list .img {
		height: 0.68rem;
	}
}

.hadbox-sec4 .f_cont .container .item .list .img img {
	transition: all 0.4s;
	height: 100%;
	width: auto;
}

.hadbox-sec4 .f_cont .container .item .list .fz_tit {
	text-align: center;
	opacity: 0.8;
	transition: all 0.4s;
}

.hadbox-sec4 .f_cont .container .item .list:hover .img img {
	transform: scale(1.1);
}

.hadbox-sec4 .f_cont .container .item .list:hover .fz_tit {
	opacity: 1;
	text-decoration: underline;
}

.hadbox:hover .hadbox-sec1 {
	background-color: #000000;
	border-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit {
	color: #ffffff;
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit:after {
	background-color: #ffffff;
}

.hadbox:hover.hadbox4 .hadbox-sec1 {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	background-color: rgba(249, 249, 249, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox:hover.hadbox4 .hadbox-sec1 .lt {
	border-color: #f1f1f1;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(1) {
	display: none;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(2) {
	display: block;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .lt .text {
	color: #999999;
	opacity: 1;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit {
	color: #666;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
	display: none;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
	display: block;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i {
	border-color: rgba(0, 0, 0, 0.2);
}

.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i svg path {
	stroke: #666;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_store svg path,
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_search svg path {
	fill: #666;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_store:hover svg path,
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_search:hover svg path {
	fill: #000000;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_store .f_hover1 .li:hover {
	color: #000;
}

.hadbox:hover.hadbox4 .hadbox-sec1 .gt .qie span {
	background-color: #666;
}

.hadbox2 .hadbox-sec1 {
	background-color: #000000;
	border-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox2.hadbox4 .hadbox-sec1 {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	background-color: rgba(249, 249, 249, 0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox2.hadbox4 .hadbox-sec1 .lt {
	border-color: #f1f1f1;
}

.hadbox2.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(1) {
	display: none;
}

.hadbox2.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(2) {
	display: block;
}

.hadbox2.hadbox4 .hadbox-sec1 .lt .text {
	color: #999999;
	opacity: 1;
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit {
	color: #222222;
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit:after {
	background-color: #222;
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
	display: none;
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
	display: block;
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i {
	border-color: rgba(0, 0, 0, 0.2);
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i svg path {
	stroke: #222222;
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li ul {
	background-color: #ffffff;
	background-color: rgba(249, 249, 249, 0.9);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li ul li a {
	color: #222222;
}

.hadbox2.hadbox4 .hadbox-sec1 .gt .f_store svg path,
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_search svg path {
	fill: #666;
}

.hadbox2.hadbox4 .hadbox-sec1 .gt .f_store:hover svg path,
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_search:hover svg path {
	fill: #000000;
}

.hadbox2.hadbox4 .hadbox-sec1 .gt .f_store .f_hover1 {
	background-color: #f9f9f9;
}

.hadbox2.hadbox4 .hadbox-sec1 .gt .qie span {
	background-color: #666;
}

.hadbox2.hadbox4 .hadbox-sec3 {
	background-color: #f9f9f9;
	background-color: rgba(249, 249, 249, 0.8);
}

.hadbox2.hadbox4 .hadbox-sec3 .f_close img {
	display: none;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_close img:nth-child(2) {
	display: block;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont {
	border-color: #ffffff;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .fz_title {
	color: #222222;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form {
	border-color: #c7c7c7;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input {
	color: #222222;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666666;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666666;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form .f_sub img {
	display: none;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form .f_sub img:nth-child(2) {
	display: block;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_jut .name {
	color: #666666;
}

.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_jut .f_list .li {
	color: #666666;
}

.hadbox2.hadbox4 .hadbox-sec4 {
	background-color: rgba(249, 249, 249, 0.9);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.hadbox2.hadbox4 .hadbox-sec4 .f_cont {
	background-color: #f9f9f9;
	background: transparent;
	box-shadow: 2px 3px 21px 0px rgba(0, 0, 0, 0.03);
}

.hadbox2.hadbox4 .hadbox-sec4 .f_cont .container .item .list .fz_tit {
	color: #222222;
}

.hadbot {
	background-color: #fff;
	height: calc(100vh - 110px);
}

@media (max-width: 1580px) {
	.hadbot {
		height: calc(100vh - 80px);
	}
}

@media (max-width: 767px) {
	.hadbot {
		height: auto;
	}
}

.hadbot .hadbot_cont {
	overflow: auto;
	height: calc(100% - 100px);
}

@media (max-width: 1580px) {
	.hadbot .hadbot_cont {
		height: calc(100% - 80px);
	}
}

@media (max-width: 767px) {
	.hadbot .hadbot_cont {
		height: auto;
	}
}

.hadbot .hadbot_cont::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #000000;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hadbot .hadbot_cont::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.hadbot .hadbot_jut {
	height: 100px;
	width: 100%;
	background: url(../images/coloedfdfbag1.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1580px) {
	.hadbot .hadbot_jut {
		height: 80px;
	}
}

@media (max-width: 767px) {
	.hadbot .hadbot_jut {
		display: none;
	}
}

.hadbot .hadbot_jut .container {
	height: 100%;
}

.hadbot .hadbot_jut .container .cont {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.38rem;
	color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt {
	display: flex;
}

.hadbot .hadbot_jut .container .cont .fz_lt .font {
	margin-right: 1rem;
}

.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
	line-height: 1;
	opacity: 0.5;
	font-size: 14px;
	margin-bottom: 10px;
}

@media (max-width: 1580px) {
	.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
		font-size: 12px;
	}
}

.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
	line-height: 0.8;
	font-size: 24px;
}

@media (max-width: 1580px) {
	.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
		font-size: 22px;
	}
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: #fff;
	width: 150px;
	color: #003686;
	transition: all 0.3s linear;
	font-size: 16px;
	height: 50px;
}

@media (max-width: 1580px) {
	.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
		width: 130px;
		font-size: 14px;
		height: 45px;
	}
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
	display: block;
	width: 0.2rem;
	margin-right: 0.2rem;
	overflow: hidden;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
	width: 100%;
	float: left;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img path,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg path {
	fill: #000000;
	stroke: #000000;
	stroke: none;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
	background-color: #d40400;
	color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
	fill: #fff;
}

.hadbot .hadbot_jut .container .cont .close {
	display: flex;
	align-items: center;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.hadbot .hadbot_jut .container .cont .close {
		font-size: 16px;
	}
}

.hadbot .hadbot_jut .container .cont .close i {
	display: block;
	overflow: hidden;
	width: 0.24rem;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-left: 0.2rem;
}

.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
	width: 100%;
	float: left;
}

.hadbot .hadbot_jut .container .cont .close:hover i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* End */
/* 底部 */
.fotbox {
	overflow: hidden;
	background-color: #000000;
	padding: 0.8rem 0 0;
}

.fotbox .fot_logo {
	display: block;
	width: 3rem;
	overflow: hidden;
	margin: 0 auto 0.8rem;
}

@media (max-width: 767px) {
	.fotbox .fot_logo {
		margin-bottom: 0.6rem;
		width: 3rem;
	}
}

.fotbox .fot_logo img {
	width: 100%;
	float: left;
}

.fotbox-sec1 {
	padding-bottom: 0.2rem;
}

@media (max-width: 767px) {
	.fotbox-sec1 {
		padding-bottom: 0rem;
	}
}

.fotbox-sec1 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fotbox-sec1 .container .lt {
	width: 78.1%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt {
		width: 100%;
		margin-bottom: 0.56rem;
		flex-wrap: wrap;
	}
}

.fotbox-sec1 .container .lt .fot_menu {
	display: flex;
	flex-wrap: wrap;
}
.fotbox-sec1 .container .lt .fot_menu:nth-child(1){width: 20%;justify-content: flex-end;margin-right: 20%;}
.fotbox-sec1 .container .lt .fot_menu:nth-child(2){width: 60%; justify-content: flex-end;}

.fotbox-sec1 .container .lt .fot_menu>li {
	width: 33%;
	padding-right: 0.22rem;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fot_menu>li {
		padding-right: 0;
		width: 100%;
		border-bottom: 1px solid #fff;
		padding-bottom: 0.26rem;
		margin-bottom: 0.26rem;
	}

	.fotbox-sec1 .container .lt .fot_menu>li:last-child {
		display: block;
	}
}

.fotbox-sec1 .container .lt .fot_menu>li .tit {
	display: block;
	width: 100%;
	color: #ffffff;
	transition: all 0.4s;
	justify-content: space-between;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .lt .fot_menu>li .tit {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fot_menu>li .tit {
		display: flex;
		align-items: center;
		font-size: 0.28rem;
	}
}

.fotbox-sec1 .container .lt .fot_menu>li .tit span {
	position: relative;
}

.fotbox-sec1 .container .lt .fot_menu>li .tit span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	border-radius: 2px;
	opacity: 0;
	transition: all 0.4s;
	display: none;
}

.fotbox-sec1 .container .lt .fot_menu>li .tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	height: 0.3rem;
	transition: all 0.4s;
}

@media (min-width: 768px) {
	.fotbox-sec1 .container .lt .fot_menu>li .tit i {
		display: none;
	}
}

.fotbox-sec1 .container .lt .fot_menu>li .tit i svg {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.fotbox-sec1 .container .lt .fot_menu>li .tit i svg path {
	fill: #ffffff;
	opacity: 1;
}

@media (min-width: 768px) {
	.fotbox-sec1 .container .lt .fot_menu>li .tit:hover {
		color: #ffffff;
	}

	.fotbox-sec1 .container .lt .fot_menu>li .tit:hover span:before {
		opacity: 1;
	}
}

.fotbox-sec1 .container .lt .fot_menu>li ul {
	width: 100%;
	padding-top: 0.18rem;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fot_menu>li ul {
		display: none;
		padding-top: 0.26rem;
		padding-bottom: 0.16rem;
	}
}

.fotbox-sec1 .container .lt .fot_menu>li ul li {
	margin-bottom: 10px;
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .lt .fot_menu>li ul li {
		margin-bottom: 6px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fot_menu>li ul li {
		margin-bottom: 0.26rem;
	}
}

.fotbox-sec1 .container .lt .fot_menu>li ul li:last-child {
	margin-bottom: 0;
}

.fotbox-sec1 .container .lt .fot_menu>li ul li .tit {
	color: #666666;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .lt .fot_menu>li ul li .tit {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fot_menu>li ul li .tit {
		font-size: 0.26rem;
		color: rgba(255, 255, 255, 0.6);
	}
}

.fotbox-sec1 .container .lt .fot_menu>li.on>.tit i {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.fotbox-sec1 .container .gt {
	width: 21.9%;
	color: #ffffff;
	padding-left: 4.02298851%;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .gt {
		padding-left: 0;
		width: 100%;
	}
}

.fotbox-sec1 .container .gt .tit {
	margin-bottom: 0.18rem;
	font-size: 18px;
}

.fotbox-sec1 .container .gt .f_addr,
.fotbox-sec1 .container .gt .f_name {
	color: #666666;
	font-size: 14px;
}

@media (max-width: 1580px) {

	.fotbox-sec1 .container .gt .f_addr,
	.fotbox-sec1 .container .gt .f_name {
		font-size: 12px;
	}
}

@media (max-width: 767px) {

	.fotbox-sec1 .container .gt .f_addr,
	.fotbox-sec1 .container .gt .f_name {
		font-size: 0.24rem;
	}
}

.fotbox-sec1 .container .gt .f_addr {
	margin-bottom: 0.16rem;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .f_addr {
		margin-bottom: 0.36rem;
	}
}

.fotbox-sec1 .container .gt .f_name {
	margin-bottom: 0.14rem;
	font-size: 16px;
}

.fotbox-sec1 .container .gt .f_tel {
	font-weight: 500;
	line-height: 0.8;
	color: #ffffff;
	margin-bottom: 0.3rem;
}

.fotbox-sec1 .container .fot_jut {
	width: 100%;

}

@media (min-width: 768px) {
	.fotbox-sec1 .container .fot_jut {
		display: flex;
		flex-direction: row-reverse;
	}
}

.fotbox-sec1 .container .fot_jut .f_shar {
	display: flex;
	flex-wrap: wrap;
}

.fotbox-sec1 .container .fot_jut .f_shar .li {
	position: relative;
	margin-right: 10px;
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .fot_jut .f_shar .li {
		margin-right: 6px;
	}
}

.fotbox-sec1 .container .fot_jut .f_shar .li:last-child {
	margin-right: 0;
}

.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: solid 1px #595959;
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon {
		width: 28px;
		height: 28px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon {
		width: 0.78rem;
		height: 0.78rem;
	}
}

.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon svg {
	width: 100%;
	height: 100%;
	max-width: 81.25%;
	max-height: 43.75%;
}

.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon svg path {
	opacity: 1;
	fill: #ffffff;
}

.fotbox-sec1 .container .fot_jut .f_shar .li .hover1 {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0.2rem;
	width: 1.2rem;
	display: none;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .fot_jut .f_shar .li .hover1 {
		width: 1.6rem;
	}
}

.fotbox-sec1 .container .fot_jut .f_shar .li .hover1 img {
	width: 100%;
	height: auto;
}

.fotbox-sec1 .container .fot_jut .f_shar .li .hover1:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ffffff;
}

.fotbox-sec1 .container .fot_jut .f_shar .li:hover .f_icon {
	border-color: #ffffff;
}

.fotbox-sec1 .container .fot_jut .f_shar .li:hover .hover1 {
	display: block;
}

.fotbox-sec1 .container .f_er {
	width: 64px;
	width: 1.6rem;
}

.fotbox-sec1 .container .f_er img {
	width: 100%;
}

.fotbox-sec2 .container {
	display: flex;
	border-top: 1px solid rgba(83, 83, 83, 0.4);
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.24rem 0 0.36rem;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container {
		padding: 0.34rem 0 0.6rem;
	}
}

.fotbox-sec2 .container p,
.fotbox-sec2 .container a {
	color: #666666;
	font-size: 14px;
}

@media (max-width: 1580px) {

	.fotbox-sec2 .container p,
	.fotbox-sec2 .container a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {

	.fotbox-sec2 .container p,
	.fotbox-sec2 .container a {
		font-size: 0.26rem;
	}
}

.fotbox-sec2 .container a {
	transition: all 0.4s;
}

.fotbox-sec2 .container a:hover {
	color: #ffffff;
}

.fotbox-sec2 .container .lt {
	display: flex;
	flex-wrap: wrap;
	width: 76%;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .lt {
		width: 100%;
		justify-content: center;
		text-align: center;
		margin-bottom: 0.16rem;
	}
}

.fotbox-sec2 .container .lt a {
	display: inline-block;
	margin-left: 0.14rem;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .lt a {
		margin-left: 0;
	}
}

.fotbox-sec2 .container .gt {
	display: flex;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt {
		justify-content: center;
		width: 100%;
	}
}

.fotbox-sec2 .container .gt .li {
	display: block;
	margin-right: 0.24rem;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .li {
		margin: 0 0.24rem;
	}
}

.fotbox-sec2 .container .gt .li:last-child {
	margin-right: 0;
}

/* End */
/* 首页 */
.hm_but {
	display: inline-block;
	transition: all 0.4s linear;
	color: #222222;
	font-size: 14px;
	position: relative;
	padding-bottom: 5px;
}

@media (max-width: 1580px) {
	.hm_but {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.hm_but {
		font-size: 0.26rem;
	}
}

.hm_but:before {
	content: "";
	display: block;
	width: 0%;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1px;
	background-color: #222222;
}

.hm_but:hover {
	opacity: 0.7;
}

.hm_but2 {
	color: #ffffff;
}

.hm_but2:before {
	background-color: #ffffff;
}

.hm-sec1 {
	overflow: hidden;
}

.hm-sec1 .hm1_cont {
	width: 100%;
}

.hm-sec1 .hm1_cont .swiper-slide {
	width: 100%;
}

.hm-sec1 .hm1_cont .swiper-slide .bag:after,
.hm-sec1 .hm1_cont .swiper-slide .video:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/hmbag1.png) left top / 100% 100% no-repeat;
	display: none;
}

.hm-sec1 .hm1_cont .swiper-slide .bag {
	width: 100%;
	position: relative;
}

.hm-sec1 .hm1_cont .swiper-slide .bag img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-sec1 .hm1_cont .swiper-slide .bag img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .swiper-slide .bag img {
		display: none;
		position: relative;
		height: auto;
	}
.hm-sec1 .hm1_cont .swiper-slide .bag{height: initial !important;padding-top: 60px;}
	.hm-sec1 .hm1_cont .swiper-slide .bag img:nth-child(2) {
		display: block;
	}
}

.hm-sec1 .hm1_cont .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.hm-sec1 .hm1_cont .swiper-slide .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

@media (max-width: 767px) {}

.hm-sec1 .hm1_cont .swiper-slide .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-sec1 .hm1_cont .swiper-slide .cont {
	position: absolute;
	bottom: 1.48rem;
	left: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont {
		bottom: 26%;
		transform: translateY(50%);
		text-align: center;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .cont .font {
	max-width: 394px;
	color: #ffffff;
}

.hm-sec1 .hm1_cont .swiper-slide .cont .font .name {
	color: #ffffff;
	opacity: 0.5;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

@media (max-width: 1580px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont .font .name {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont .font .name {
		font-size: 0.26rem;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .cont .font .tit {
	font-weight: 500;
	line-height: 1.66666667;
	margin-bottom: 0.34rem;
}

@media (max-width: 1199px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont .font .tit {
		line-height: 1.5;
	}
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont .font .hm_but {
		margin: 0 auto;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .cont2,
.hm-sec1 .hm1_cont .swiper-slide .cont3,
.hm-sec1 .hm1_cont .swiper-slide .cont4 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

@media (max-width: 767px) {

	.hm-sec1 .hm1_cont .swiper-slide .cont2,
	.hm-sec1 .hm1_cont .swiper-slide .cont3,
	.hm-sec1 .hm1_cont .swiper-slide .cont4 {
		display: none;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container,
.hm-sec1 .hm1_cont .swiper-slide .cont3 .container,
.hm-sec1 .hm1_cont .swiper-slide .cont4 .container {
	max-width: 1400px;
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .f_logo {
	margin-bottom: 0.26rem;
	height: 20px;
}

@media (max-width: 1580px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .f_logo {
		height: 16px;
	}
}

@media (max-width: 991px) {}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .f_logo img {
	height: 100%;
	max-width: 100%;
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .tit {
	color: #efd7b1;
	font-size: 1.18rem;
	line-height: 1;
	letter-spacing: 0.42rem;
	margin-bottom: 0.06rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .name {
	letter-spacing: 0.44rem;
	color: #efd7b1;
	font-size: 0.32rem;
	margin-bottom: 0.2rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .text {
	letter-spacing: 0.22rem;
	color: #efd7b1;
	margin-bottom: 0.82rem;
	font-size: 14px;
}

@media (max-width: 1580px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .text {
		font-size: 12px;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .fz_shi {
	font-size: 0.52rem;
	color: #ebd7b5;
	display: flex;
	align-items: center;
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .fz_shi .fzshijian {
	margin-left: 0.32rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .fz_shi .fzshijian span {
	font-weight: 100;
}

.hm-sec1 .hm1_cont .swiper-slide .cont3 .fzlo {
	width: 7.06rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont3 .fzlo img {
	width: 100%;
}

.hm-sec1 .hm1_cont .swiper-slide .cont3 .hm_but2 {
	margin-top: 0.56rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont4 .f_logo {
	width: 2.4rem;
	margin-bottom: 0.5rem;
	display: block;
}

.hm-sec1 .hm1_cont .swiper-slide .cont4 .f_logo img {
	width: 100%;
}

.hm-sec1 .hm1_cont .swiper-slide .cont4 .tit {
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 0.22rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont4 .name {
	color: #fff;
	font-size: 0.6rem;
	line-height: 1.2;
	margin-bottom: 0.12rem;
}

.hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
	font-size: 0.24rem;
	color: #fff;
}

@media (max-width: 1580px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
		font-size: 0.34rem;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .cont4 .hm_but2 {
	margin-top: 0.56rem;
}

.hm-sec1 .hm1_cont .swiper-slide .f_itme1 {
	display: none;
}

.hm-sec1 .hm1_cont .swiper-slide .f_itme1 iframe {
	display: none;
}

.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on {
	display: block;
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 {
		display: block;
		text-align: center;
		top: 11%;
		transform: translateY(0);
	}

	.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .tit {
		width: 100%;
		letter-spacing: 0.36rem;
		margin-left: 0.3rem;
	}

	.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .name {
		width: 100%;
		margin-top: 0.4rem;
		letter-spacing: 0.4rem;
		margin-left: 0.36rem;
		margin-bottom: 7.6rem;
	}

	.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .text {
		display: none;
	}

	.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .fz_shi {
		width: 100%;
		justify-content: center;
	}
}

.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on2 iframe {
	display: block;
}

.hm-sec1 .hm1_cont .f_page {
	position: absolute;
	left: 0;
	bottom: 0.66rem;
	width: 100%;
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .f_page {
		bottom: 0.44rem;
	}
}

.hm-sec1 .hm1_cont .f_page .hm1_pagin {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .f_page .hm1_pagin {
		justify-content: center;
		width: 100%;
	}
}

.hm-sec1 .hm1_cont .f_page .hm1_pagin span {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	opacity: 0.37;
	transition: all 0.4s;
	border: 2px solid transparent;
	margin-right: 0.18rem;
}

@media (max-width: 767px) {
	.hm-sec1 .hm1_cont .f_page .hm1_pagin span {
		margin: 0 0.2rem;
	}
}

.hm-sec1 .hm1_cont .f_page .hm1_pagin .swiper-pagination-bullet-active {
	background-color: transparent;
	border-color: #ffffff;
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 50% 82%, 0 100%, 0 0);
}

.hm-sec2 {
	position: relative;
	overflow: hidden;
}

.hm-sec2 .f_jut {
	transform: scale(1.3);
	transition: transform 1.2s;
}

.hm-sec2 .f_jut .bag {
	position: relative;
	width: 100%;
	padding-bottom: 42.60416667%;
}

@media (max-width: 767px) {
	.hm-sec2 .f_jut .bag {
		padding-bottom: 133.33333333%;
	}
}

.hm-sec2 .f_jut .bag img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-sec2 .f_jut .bag img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.hm-sec2 .f_jut .bag img {
		display: none;
	}

	.hm-sec2 .f_jut .bag img:nth-child(2) {
		display: block;
	}
}

.hm-sec2 .f_jut .f_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {}

.hm-sec2 .f_page {
	position: absolute;
	left: 0;
	bottom: 0.7rem;
	width: 100%;
}

@media (max-width: 767px) {}

.hm-sec2 .f_page .container {
	display: flex;
	align-items: center;
}

.hm-sec2 .f_page .container .f_play {
	position: relative;
	height: 0.54rem;
	width: 0.54rem;
	cursor: pointer;
}

@media (max-width: 767px) {
	.hm-sec2 .f_page .container .f_play {
		width: 0.8rem;
		height: 0.8rem;
	}
}

.hm-sec2 .f_page .container .f_play .f_circle {
	width: 100%;
	height: 100%;
}

.hm-sec2 .f_page .container .f_play .f_circle svg,
.hm-sec2 .f_page .container .f_play .f_circle img {
	width: 100%;
	height: 100%;
}

.hm-sec2 .f_page .container .f_play .f_circle svg circle,
.hm-sec2 .f_page .container .f_play .f_circle img circle {
	fill: transparent;
	stroke: rgba(255, 255, 255, 0.33);
	stroke-width: 2px;
}

.hm-sec2 .f_page .container .f_play .f_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22.22222222%;
	height: 22.22222222%;
}

.hm-sec2 .f_page .container .f_play .f_icon svg {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.hm-sec2 .f_page .container .f_play .f_icon svg:nth-child(2) {
	display: none;
}

.hm-sec2 .f_page .container .f_play .f_icon svg:nth-child(2) path {
	fill: #fff;
	stroke: #ffffff;
}

.hm-sec2 .f_page .container .f_play .f_icon svg path,
.hm-sec2 .f_page .container .f_play .f_icon svg rect {
	fill: #ffffff;
	opacity: 1;
}

.hm-sec2 .f_page .container .f_play.on .f_icon svg,
.hm-sec2 .f_page .container .f_play.on .f_icon img {
	display: none;
}

.hm-sec2 .f_page .container .f_play.on .f_icon svg:nth-child(2),
.hm-sec2 .f_page .container .f_play.on .f_icon img:nth-child(2) {
	display: block;
}

.hm-sec2 .f_page .container .f_radi {
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.26rem;
}

@media (max-width: 1580px) {
	.hm-sec2 .f_page .container .f_radi {
		width: 20px;
		height: 20px;
	}
}

.hm-sec2 .f_page .container .f_radi svg,
.hm-sec2 .f_page .container .f_radi img {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.hm-sec2 .f_page .container .f_radi svg:nth-child(2),
.hm-sec2 .f_page .container .f_radi img:nth-child(2) {
	display: none;
}

.hm-sec2 .f_page .container .f_radi svg path,
.hm-sec2 .f_page .container .f_radi img path {
	fill: #ffffff;
	opacity: 1;
}

.hm-sec2 .f_page .container .f_radi.on svg,
.hm-sec2 .f_page .container .f_radi.on img {
	display: none;
}

.hm-sec2 .f_page .container .f_radi.on svg:nth-child(2),
.hm-sec2 .f_page .container .f_radi.on img:nth-child(2) {
	display: block;
}

.hm-sec2.on .f_jut {
	transform: scale(1);
}

.hm-sec3 .f_jut .bag,
.hm-sec3 .f_jut .f_video {
	height: 100vh;
}

.hm-sec3 .cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.hm-sec3 .cont {
		top: 60%;
		transform: translateY(0%);
	}
}

.hm-sec3 .cont .container {
	max-width: 1400px;
	display: flex;
	flex-direction: row-reverse;
}

.hm-sec3 .cont .container .font {
	max-width: 490px;
}

@media (max-width: 767px) {
	.hm-sec3 .cont .container .font {
		max-width: 100%;
		text-align: center;
		padding: 0 0.36rem;
	}
}

.hm-sec3 .cont .container .font .name {
	color: #ffffff;
	opacity: 0.5;
	margin-bottom: 0.16rem;
}

.hm-sec3 .cont .container .font .tit {
	color: #ffffff;
	line-height: 1.66666667;
	margin-bottom: 0.5rem;
}

@media (max-width: 1199px) {
	.hm-sec3 .cont .container .font .tit {
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.hm-sec3 .cont .container .font .tit {
		margin-bottom: 0.8rem;
	}
}

@media (max-width: 767px) {
	.hm-sec3 .cont .container .font .hm_but {
		margin: auto;
	}
}

.hm-sec4 {
	overflow: hidden;
}

.hm-sec4 .hm4_cont {
	margin: 0 -6px;
}

.hm-sec4 .hm4_cont .hm4_prev,
.hm-sec4 .hm4_cont .hm4_next {
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.56rem;
	height: 0.56rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	background: rgba(255,255,255,0.7);
}


.hm-sec4 .hm4_cont .hm4_prev svg,
.hm-sec4 .hm4_cont .hm4_next svg {
	width: 0.4rem;
	height: 0.4rem;
}

.hm-sec4 .hm4_cont .hm4_prev svg path,
.hm-sec4 .hm4_cont .hm4_next svg path {
	opacity: 1;
	fill: #000000;
}

.hm-sec4 .hm4_cont .hm4_prev {
	left: 6px;
}

.hm-sec4 .hm4_cont .hm4_next {
	right: 6px;
}

.hm-sec4 .hm4_cont .swiper-slide {
	width: 38.64583333%;
	padding: 0 6px;
}

@media (max-width: 767px) {
	.hm-sec4 .hm4_cont .swiper-slide {
		width: 80%;
	}
}

.hm-sec4 .hm4_cont .swiper-slide .item {
	display: block;
}

.hm-sec4 .hm4_cont .swiper-slide .item .img {
	width: 100%;
	overflow: hidden;
}



.hm-sec4 .hm4_cont .swiper-slide .item .img img {
	transition: all 0.4s;
}

.hm-sec4 .hm4_cont .swiper-slide .item .font {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1.2rem 0.4rem;
	text-align: center;
	transition: all 0.4s;
	opacity: 0;
}

.hm-sec4 .hm4_cont .swiper-slide .item .font .tit {
	width: 100%;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hm-sec4 .hm4_cont .swiper-slide .item:hover .img img {
	transform: scale(1.04);
}

.hm-sec4 .hm4_cont .swiper-slide .item:hover .font {
	opacity: 1;
}

@media (max-width: 767px) {
	.hm-sec4 .hm4_cont .swiper-slide-active .item .font {
		opacity: 1;
	}
}

.hm-sec5 {
	padding: 0.92rem 0 0.6rem;
}

@media (max-width: 767px) {
	.hm-sec5 {
		padding: 0.34rem 0 0.4rem;
	}
}

.hm-sec5 .f_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.28rem;
}

.hm-sec5 .f_title .tit {
	color: #010101;
	font-weight: 500;
}

.hm-sec5 .f_title .but {
	font-size: 14px;
	position: relative;
	color: #000000;
}

@media (max-width: 1580px) {
	.hm-sec5 .f_title .but {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .f_title .but {
		font-size: 0.26rem;
	}
}

.hm-sec5 .f_title .but:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 0.4s;
	background-color: #111214;
}

.hm-sec5 .f_title .but:hover {
	opacity: 0.7;
}

.hm-sec5 .f_title .but:hover:before {
	opacity: 1;
}

.hm-sec5 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

@media (max-width: 767px) {
	.hm-sec5 .cont {
		margin: 0;
	}
}

.hm-sec5 .cont .item {
	width: 33.333%;
	padding: 0 7px;
	margin-bottom: 0.4rem;
}

.hm-sec5 .cont .item1 {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
}
.hm-sec5 .cont .item1:nth-child(4n){margin-right: 0;}
@media (max-width: 767px) {
	.hm-sec5 .cont .item {
		width: 100%;
		padding: 0;
		margin-bottom: 0.6rem;
	}

	.hm-sec5 .cont .item:last-child {
		margin-bottom: 0;
	}
	.hm-sec5 .cont .item1 {
		width: 48%;
		padding: 0;
		margin-bottom: 0rem;
		margin-right: 4%;
	}

	.hm-sec5 .cont .item1:last-child {
		margin-bottom: 0;
	}
	.hm-sec5 .cont .item1:nth-child(2n){margin-right: 0;}
	
}

.hm-sec5 .cont .item .list {
	display: block;
}

.hm-sec5 .cont .item .list .img {
	overflow: hidden;
}



.hm-sec5 .cont .item .list .img img {
	transition: all 0.4s;
}

.hm-sec5 .cont .item .list .font {
	width: 100%;
	padding: 0.22rem 0 0;
	padding-right: 0.77rem;
}


.hm-sec5 .cont .item1 .list {
	display: block;
}

.hm-sec5 .cont .item1 .list .img {
	overflow: hidden;
}



.hm-sec5 .cont .item1 .list .img img {
	transition: all 0.4s;
}

.hm-sec5 .cont .item1 .list .font {
	width: 100%;
	padding: 0.22rem 0 0;
	padding-right: 0.77rem;
}
#aboutid3 .hm-sec5 .cont .item1 .list .font {
	padding-right: 0 !important;
}

@media (max-width: 1580px) {
	.hm-sec5 .cont .item .list .font {
		padding-right: 0.6rem;
	}
	.hm-sec5 .cont .item1 .list .font {
		padding-right: 0.6rem;
	}

	
}

@media (max-width: 1199px) {
	.hm-sec5 .cont .item .list .font {
		padding-right: 0.4rem;
	}
	.hm-sec5 .cont .item1 .list .font {
		padding-right: 0.4rem;
	}
	
}

@media (max-width: 991px) {
	.hm-sec5 .cont .item .list .font {
		padding-right: 0;
	}
	
	.hm-sec5 .cont .item1 .list .font {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .item .list .font {
		padding-top: 0.32rem;
	}
	.hm-sec5 .cont .item1 .list .font {
		padding-top: 0.32rem;
	}
}

.hm-sec5 .cont .item .list .font .f_time {
	font-size: 14px;
	color: #666666;
	margin-bottom: 0.1rem;
	display: block;
}

.hm-sec5 .cont .item1 .list .font .f_time {
	font-size: 14px;
	color: #666666;
	margin-bottom: 0.1rem;
	display: block;
}

@media (max-width: 1580px) {
	.hm-sec5 .cont .item .list .font .f_time {
		font-size: 12px;
	}
	.hm-sec5 .cont .item1 .list .font .f_time {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .item .list .font .f_time {
		font-size: 0.26rem;
	}
	.hm-sec5 .cont .item1 .list .font .f_time {
		font-size: 0.26rem;
	}
}

.hm-sec5 .cont .item .list .font .tit {
	line-height: 1.57142857;
	color: #000000;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.14285714em;
	margin-bottom: 0.38rem;
}

.hm-sec5 .cont .item1 .list .font .tit {
	line-height: 1.57142857;
	color: #000000;
	display: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.14285714em;
	margin-bottom: 0.38rem;
}

@media (max-width: 767px) {
	.hm-sec5 .cont .item .list .font .tit {
		font-size: 0.28rem;
	}
	.hm-sec5 .cont .item1 .list .font .tit {
		font-size: 0.28rem;
	}
}

.hm-sec5 .cont .item .list:hover .img img {
	transform: scale(1.04);
}

.hm-sec5 .cont .item .list:hover .font .hm_but {
	opacity: 0.7;
}

.hm-sec5 .cont .item1 .list:hover .img img {
	transform: scale(1.04);
}

.hm-sec5 .cont .item1 .list:hover .font .hm_but {
	opacity: 0.7;
}

/* End */
.newsinfobox {
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.newsinfobox .bag {
	position: absolute;
	overflow: hidden;
}

.newsinfobox .bag img {
	width: 100%;
	float: left;
}

.newsinfobox .fzimg1 {
	width: 6.82rem;
	right: 0;
	top: -0.8rem;
}

.newsinfobox .fzimg2 {
	width: 6.11rem;
	left: 0.26rem;
	top: 6.88rem;
}

.newsinfobox .fzimg3 {
	width: 3.98rem;
	right: 0;
	bottom: 5.26rem;
}

.newsinfobox .breadbox {
	position: relative;
}

.newsinfobox-sec1 {
	position: relative;
	padding-top: 1.26rem;
	padding-bottom: 1.26rem;
}

.newsinfobox-sec1 .fztitle {
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 0.2rem;
}

.newsinfobox-sec1 .container {
	max-width: 1400px;
}

.newsinfobox-sec1 .jut {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #333333;
	font-weight: 500;
	margin-bottom: 0.95rem;
}

.newsinfobox-sec1 .jut .label1,
.newsinfobox-sec1 .jut .time {
	margin: 0 0.18rem;
}

@media (max-width: 767px) {

	.newsinfobox-sec1 .jut .label1,
	.newsinfobox-sec1 .jut .time {
		margin: 0 0.2rem;
	}
}

.newsinfobox-sec1 .jut .label1 {
	display: flex;
	flex-wrap: wr;
	line-height: 26px;
}

@media (max-width: 1580px) {
	.newsinfobox-sec1 .jut .label1 {
		font-size: 24px;
	}
}

.newsinfobox-sec1 .jut .label1 .li {
	color: #333333;
}

.newsinfobox-sec1 .jut .label1 span {
	display: block;
	margin: 0 8px;
	font-size: 12px;
}

.newsinfobox-sec1 .cont {
	background-color: #ffffff;
	padding: 0.54rem 1.8rem 0.95rem;
}

@media (max-width: 991px) {
	.newsinfobox-sec1 .cont {
		padding: 0.6rem 0.8rem 0.8rem;
	}
}

@media (max-width: 767px) {
	.newsinfobox-sec1 .cont {
		padding: 0.5rem 0.34rem 0.66rem;
	}
}

.newsinfobox-sec1 .cont .make-text {
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #dddddd;
}

.newsinfobox-sec1 .cont .fznei {
	margin-top: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.48rem;
}

.newsinfobox-sec1 .cont .fznei .fen {
	display: flex;
	align-items: center;
	color: #333333;
}

@media (max-width: 767px) {}

.newsinfobox-sec1 .cont .fznei .fen .share1 {
	display: flex;
	align-items: center;
	margin-left: 0.26rem;
	line-height: 1;
}

.newsinfobox-sec1 .cont .fznei .fen .share1 .help {
	font-size: 12px;
	display: none;
}

.newsinfobox-sec1 .cont .fznei .fen .share1 .icon-wechat .wechat-qrcode .qrcode {
	width: 100%;
}

.newsinfobox-sec1 .cont .fznei .fen .share1 .wechat-qrcode {
	left: 50%;
	transform: translateX(-50%);
	height: 160px;
	top: initial;
	bottom: 100%;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.newsinfobox-sec1 .cont .fznei .fen .share1 .wechat-qrcode {
		width: 3rem;
	}
}

.newsinfobox-sec1 .cont .fznei .fen .share1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	opacity: 1;
	font-size: 24px;
	color: #999999;
	margin-right: 0.22rem;
}

@media (max-width: 1580px) {}

@media (max-width: 991px) {
	.newsinfobox-sec1 .cont .fznei .fen .share1 a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {}

.newsinfobox-sec1 .cont .fznei .fen .share1 a:hover {
	color: #000000;
	background-color: transparent;
}

.newsinfobox-sec1 .cont .fznei .fbut {
	display: flex;
	align-items: center;
	color: #be000a;
}

.newsinfobox-sec1 .cont .fznei .fbut i {
	display: block;
	overflow: hidden;
	margin-right: 10px;
	width: 22px;
}

@media (max-width: 1580px) {
	.newsinfobox-sec1 .cont .fznei .fbut i {
		width: 18px;
		margin-right: 8px;
	}
}

@media (max-width: 767px) {
	.newsinfobox-sec1 .cont .fznei .fbut i {
		width: 0.3rem;
	}
}

.newsinfobox-sec1 .cont .fznei .fbut i svg {
	width: 100%;
	float: left;
	max-height: 100%;
}

.newsinfobox-sec1 .cont .fznei .fbut i svg path {
	fill: #000000;
}

.newsinfobox-sec1 .cont .qie .fprev,
.newsinfobox-sec1 .cont .qie .fnext {
	color: #333333;
	line-height: 34px;
	display: block;
	font-weight: 500;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.4s;
}

@media (max-width: 1580px) {

	.newsinfobox-sec1 .cont .qie .fprev,
	.newsinfobox-sec1 .cont .qie .fnext {
		line-height: 30px;
	}
}

@media (max-width: 767px) {

	.newsinfobox-sec1 .cont .qie .fprev,
	.newsinfobox-sec1 .cont .qie .fnext {
		line-height: 0.46rem;
	}
}

.newsinfobox-sec1 .cont .qie .fprev span,
.newsinfobox-sec1 .cont .qie .fnext span {
	font-weight: normal;
	color: #999999;
	display: inline-block;
	margin-right: 0.1rem;
}

.newsinfobox-sec1 .cont .qie .fprev:hover,
.newsinfobox-sec1 .cont .qie .fnext:hover {
	color: #000000;
}

.newsinfobox-sec1 .cont .qie .fprev {
	margin-bottom: 0.22rem;
}
.indexsemmargin{margin: 80px auto;}
.indexsemcon_bg {
	position: relative;
	width: 100%;
	overflow: hidden;
	
}

.mask_canvas {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

.replace {
	width: 100%;
	display: block;
}
.wapreplace{display: none;}

@media (max-width: 767px) {
	.pcreplace{display: none;}
	.wapreplace{display: block;}
}
/* 首页关于我们 */

.indexourgongc {
	position: relative;
}
.protitle {
	text-align: center;
	margin: 60px auto 160px;
}

.protitle1 {
	text-align: center;
	margin: 0px auto 60px;
}

.titname1 {
	font-size: 56px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	color: #4d4c4c;
	font-family: "mosheffieldss";
}

.titname1:before {
	content: "";
	display: block;
	width: 45%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background: #d68669;
}
.indextp:before {background: #d68669;}
.titname2 {
	margin-top: 20px;
	font-size: 30px;
	line-height:34px;
	color: #4d4c4c;
}

.indexourgongc:before {
	content: "";
	display: block;
	width: 100%;
	height: 105%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background: #f0f1f1;
}

.indexgcnrong {
	margin-top: -80px;
	padding: 10px 0px;
	z-index: 9;
	position: relative;
}
.indexourgongc .gongcbg a{display: block;overflow: hidden;}
.indexgcry { 
	background: #ffffff;
	padding: 30px 0;
}
.indexpropad{padding-top: 50px;}
.indexgcry ul {
	display: flex;
}

.indexgcry ul li {

	width: 25%;
	text-align: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.indexgcry ul li span#igcrytext1 {
	display: inline-block;
	color: #d68669;
	font-weight: bold;
	font-size: 30px;
}

.indexgcry ul li span#igcrytext2 {
	display: inline-block;
	color: #4d4c4c;
	font-weight: 100;
	font-size: 14px;
	vertical-align: super;
}

.indexgcry ul li span#igcrytext3 {
	display: block;
	width: 100%;
	color: #4d4c4c;
	font-weight: bold;
	font-size: 18px;
}

.gongcsming {
	overflow: hidden;
	width: 100%;
	display: flex;
	margin-top: 40px;
}

.gongcsming .gcsg1 {
	width: 50%;
	margin-right: 5%;
}

.gongcsming .gcsg2 {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.gongcsming .gcsg2 .viplayer{width: 70px;height: 70px;position: absolute;left: calc(50% - 35px);top: calc(50% - 70px);z-index: 9;}

.gcsgtitle {
	text-align: left;
}

.gtext1 {
	font-size: 56px;
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	padding-left: 30px;
	color: #4d4c4c;
}

.gtext1:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	background: #ffffff;
}

.gtext2 {
	font-size: 30px;
	line-height: 0;
	padding-left: 30%;
	color: #4d4c4c;
}

.gcsgpart {
	overflow: hidden;
	display: flex;
	width: 100%;
	position: relative;
}
/* .gcsgpart:before, *//* .inxservice-num:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    background: #ffffff;
} */

.gcsgpart ul {
	display: flex;
	margin-top: 10px;
}

.gcsgpart ul li {
	width: 50px;
	margin-right: 20px;
}

.gcsgpart ul li .gcsg_tex{text-align: center;padding: 0px 5px 8px;}
.gcsgcontent p {
	color: #4d4c4c;
}

.gongcsming .gcsg2 video {
	width: 100%;
}

.scroll-animation{margin-bottom: 0.9rem;}
.renews-skin{display: flex;justify-content: space-between;}
.renews-skin_renews{width: 48%;display: flex;flex-wrap: wrap;cursor: pointer;}
.renews-skin_renews-skint,.renews-skin_img{display: block;width: 100%;}
.renews-skin_renews:nth-child(2n){flex-direction: column-reverse;}
.renews-skin_renews .text-fz52{word-break: break-word;white-space: pre-wrap;font-size: 52px;line-height: 1.15;margin-bottom: 0.15rem;}
.renews-skin_renews:nth-child(2n) .text-fz52{margin-top: 0.25rem;}
.renews-skin_img{overflow: hidden;}
.renews-skin img{width: 100%;display: block;transition: all 0.4s;}
.renews-skin_renews:hover img{transform: scale(1.04);}




/* 产品内页分类 */
.containern {display: flex;justify-content: space-between;}
#productDetailList {
  position: -webkit-sticky;
  position: sticky;
  top: 0.9rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  z-index: 999;
  transition: all .6s ease;
}

#productDetailList.productDetailListDown {
  top: 2.9375rem;
  transform: translateY(-100%);
}

#productDetailList .title {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
#productDetailList .nav{display: flex;justify-content: space-between;}
#productDetailList .nav a {
  font-size: 16px;
  margin-right: 15px;
  color: #7D7D7D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#productDetailList .nav a:last-child {
  margin-right: 0px;
}

#productDetailList .nav a.active,
#productDetailList .nav a:hover {
  color: #000000;
}

/* 产品描述 */
#productIntro {
  padding: 0.3rem 0;
}

#productIntro .productIntroLeft {
  width: 42%;
  overflow: hidden;
}

#productIntro .container{display: flex;justify-content: space-between;}
#productIntro .productIntroLeft .productIntroImage .swiper-wrapper .swiper-slide img {width: 100%;}
#productIntro .productIntroLeft .productIntroList {
  width: 100%;
  margin-top: 10px;
}

#productIntro .productIntroLeft .productIntroList .swiper-wrapper .swiper-slide {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

#productIntro .productIntroLeft .productIntroList .swiper-wrapper .swiper-slide-thumb-active {
  background: #F5F5F5;
}

#productIntro .productIntroLeft .productIntroList .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#productIntro .productIntroRight {
  width: 55%;
}

#productIntro .productIntroRight .list {
  font-weight: 500;
  font-size: 14px;
  color: #0070E2;
  margin-bottom: 20px;
}

#productIntro .productIntroRight .title {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 10px;
}

#productIntro .productIntroRight .subTitle {
  font-size: 18px;
  color: #000000;
  margin-bottom:20px;
}

#productIntro .productIntroRight .line {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 25px;
}

#productIntro .productIntroRight .intro {
  font-weight: 300;
  font-size: 16px;
  color: #000;

}

#productIntro .productIntroRight .intro span {
  font-size: 16px !important;
  color: #000 !important;

}

#productIntro .productIntroRight .intro p {
  display: flex;
  margin-bottom: .1rem;
}

#productIntro .productIntroRight .intro p::before {
  font-size: 14px;
  margin-right: .125rem;
  content: '•';
}

#productIntro .productIntroRight .intro p:last-child {
  margin-bottom: 0px;
}

#productIntro .productIntroRight .intro2 {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8125rem;
  margin-bottom: 4.6875rem;
  margin-top: -1rem;
}

#productIntro .productIntroRight .intro2 span {
  font-size: 1.125rem !important;
  color: rgba(0, 0, 0, 0.8) !important;
  line-height: 1.8125rem !important;
}

#productIntro .productIntroRight .intro2 p {
  margin-bottom: 0.9375rem;
}

#productIntro .productIntroRight .intro2 p:last-child {
  margin-bottom: 0px;
}
.productIntroImage {max-height: 680px;overflow: hidden;}
#productIntro .productIntroRight .more {
  display: inline-block;
  min-width: 120px;
  margin-top: 30px;
  height: 40px;
  line-height:40px;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  background: #d68669;
  padding: 0px 15px;
  -webkit-transition: all 0.4s ease, color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s ease, color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#productIntro .productIntroRight .more .text {
  position: relative;
  z-index: 2;
}

#productIntro .productIntroRight .more i {
  font-size: 0.8125rem;
  margin-left: 0.6875rem;
}

#productIntro .productIntroRight .more:hover {
  color: #fff;
  border-color: #0070e2;
}

#productIntro .productIntroRight .more:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* 规格参数 */
#productSpecificationParam {
  padding: 0.6rem 0px;
  background: #f5f5f5;
}

#productSpecificationParam .productSpecificationParamList {
  margin-bottom: .4375rem;
}

#productSpecificationParam .productSpecificationParamList:last-child {
  margin-bottom: 0px;
}

#productSpecificationParam .productSpecificationParamList .productSpecificationParamListTitle {
  font-weight: 500;
  font-size: 42px;
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
}

#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table {
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  border-radius: 15px;
  overflow: hidden;
}

#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr:nth-child(odd) {
  background: #ffffff;
}

#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr:nth-child(even) {
  background: #f0f0f0;
}

#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr td {
  padding: 15px 20px;
  font-size: 16px;
  color: #666666;
  line-height: 2;
}

#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr td:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding: 10px;
  border-right: 1px dashed #dfdfdf;
}
#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr td:nth-child(3) {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding: 10px;
  border-right: 1px dashed #dfdfdf;
}

/* 咨询弹窗 */
.consultationPopupBox {
  width: 80%;
  height: auto;
  background: #FFFFFF;
  border-radius: 1.25rem;
}

.consultationPopupBox .layui-layer-setwin {
  right: 3.375rem;
  top: 5.5rem;
}

.consultationPopupBox .layui-layer-setwin .layui-layer-close2 {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.35481rem;
  color: #000;
  border: 0px;
  right: 0px;
  top: 0px;
  padding: 0px;
  background: none;
  font-weight: 500;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.consultationPopupBox .layui-layer-setwin .layui-layer-close2::after,
.consultationPopupBox .layui-layer-setwin .layui-layer-close2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  content: "";
  display: block;
}

.consultationPopupBox .layui-layer-setwin .layui-layer-close2::after {
  width: 0.25rem;
  height: 100%;
}

.consultationPopupBox .layui-layer-setwin .layui-layer-close2::before {
  width: 100%;
  height: 0.25rem;
}

.consultationPopupBox .consultationPopup {
  padding: 4.4375rem 5.5625rem 5.6875rem;
}

.consultationPopupBox .consultationPopup .consultationPopupTitle {
  font-weight: bold;
  font-size: 2.125rem;
  color: #000000;
  margin-bottom: 1.75rem;
}

.consultationPopupBox .consultationPopup .consultationPopupMain {
  margin: -0.625rem -0.375rem;
}

.consultationPopupBox .consultationPopup .consultationPopupMain .list {
  width: calc(50% - 0.75rem);
  margin: 0.625rem 0.375rem;
}

.consultationPopupBox .consultationPopup .consultationPopupMain .list .title {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.25rem;
}

.consultationPopupBox .consultationPopup .consultationPopupMain .list .title span {
  color: #E81010;
}

.consultationPopupBox .consultationPopup .consultationPopupMain .list .input input {
  width: 100%;
  height: 3.4375rem;
  font-size: 1rem;
  color: #666;
  padding: 0px 1.25rem;
  background: #F6F6F6;
  border-radius: 0.625rem;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn {
  margin-top: 1.8125rem;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button {
  width: 11.1875rem;
  height: 3.0625rem;
  font-size: 1rem;
  color: #FFFFFF;
  background: #0070E2;
  border: 0.0625rem solid #0070E2;
  border-radius: 1.5625rem;
  cursor: pointer;
  -webkit-transition: all 0.4s ease, color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s ease, color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
  overflow: hidden;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button::after {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button .text {
  position: relative;
  z-index: 2;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button i {
  font-size: 0.8125rem;
  margin-left: 0.6875rem;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button:hover {
  color: #0070e2;
  background: transparent;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.consultationPopupBox .consultationPopup .consultationPopupBtn button:hover .text {
  -webkit-animation: MoveUpInitial 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, MoveUpEnd 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
  animation: MoveUpInitial 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, MoveUpEnd 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
@keyframes leftRight {
  0% {
    right: 100px;
    transform: translateX(0%);
  }
  100% {
    right: 40%;
    transform: translateX(100%);
  }
}
@keyframes rightLeft {
  0% {
    left: 100px;
    transform: translateX(0%);
  }
  100% {
    left: 40%;
    transform: translateX(100%);
  }
}
@keyframes topBottom {
  0% {
    top: 20%;
    transform: translateY(0%);
  }
  100% {
    top: 60%;
    transform: translateY(100%);
  }
}
.scroll-animation .ball-bottom1:after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #ecf0f3;
    border-radius: 50%;
    position: absolute;
	z-index: -1;
    top: 10px;
    animation: rightLeft 15s -1s alternate infinite linear;
}
.scroll-animation .ball-bottom2:after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #ecf0f3;
    border-radius: 50%;
    position: absolute;
	z-index: -1;
    bottom: 10px;
    animation:leftRight 15s -1s alternate infinite linear;
}
.scroll-animation .ball-bottom3:after {
    content: '';
    width: 50px;
    height: 50px;
	z-index: 1111;
    background-color: #ecf0f3;
    border-radius: 50%;
    position: absolute;
    top:calc(50% - 25px);
	left:calc(50% - 25px);
    animation: topBottom 10s -1s alternate infinite linear;
}


.video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.video-btn img {
  width: 50px;
  height: 50px;
}

.video-modal {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 22px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px 15px;
}


.join4_bg_img{margin-top: 30px;}
.join4con{padding-top: 50px;}
.join4con_ul{display: flex;margin-top: 20px; justify-content: space-between;}
.join4con_li{width: 31%;}
.join4con_li .join4con_li_img{overflow: hidden;}
.join4con_li img{transition: all 0.4s;display: block;width: 100%;}
.join4con_li:hover img{transform: scale(1.04);}
.join4con_li .join4con_li_tit{font-size: 18px;display: flex;align-items: center;padding: 8px 0 20px;}
.join4con_li .join4con_li_tit span{font-size: 24px;background: #0070e2;width: 35px;display: flex;height: 35px;color: #ffffff;border-radius: 8px;align-items: center;justify-content: center;margin-right: 10px;}
.artpic{width: 100%;margin-top: 20px;overflow: hidden;}
.artpic ul{column-count: 3;column-gap: 16px;padding: 0px;overflow: hidden;}
.artpic ul li{width: 100%;display: block;margin-bottom: 16px;overflow: hidden;}
.artpic ul li img{display: block;width: 100%;transition: all 0.4s;}
.artpic ul li:hover img{transform: scale(1.04);}
.contactweb-box {padding: 20px 0 30px;width: 100%;overflow: hidden;}
.contactweb-box .container{display: flex; justify-content: space-between;flex-wrap:wrap;flex-direction: row-reverse;}
.contactweb-box .right {width: 58%;}
.contactweb-box .right img{display: block;width:100%;}
.contactweb-box .left {width: 40%;}
.ctbox{margin: auto; clear: both;overflow: hidden;position: relative;}
.couty{width: 100%;margin-bottom: 40px;}
.ctbox h3 {color: #333;margin-bottom: 20px;font-size: 38px;font-weight: bold;}
.ctbox h3 span {display: block; width: 3px;background: #333;display: inline-block;height: auto;margin-right: 5px;}
.couty h2 {line-height: 24px;margin-bottom: 20px;font-size: 18px;line-height: 24px;}
.divpdl{display: flex;flex-wrap: wrap;}
.divpdl p{width: 100%;}
.ctbox p {line-height: 22px;padding: 10px 0;color: #000;font-size: 20px;display: flex;align-items: center;}
.ctbox p:nth-child(3){font-weight: bold;}
.ctbox p.a1{background:url(../images/i3.png) no-repeat left center;}
.ctbox p.a2{background:url(../images/i6.png) no-repeat left center;}
.ctbox p.a3{background:url(../images/i5.png) no-repeat left center;}
.ctbox p.a4{background:url(../images/i7.png) no-repeat left center;}
.ctbox p.a5{background:url(../images/i8.png) no-repeat left center;}


.qaList {margin: 0px;}
.removeStyle {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.qaList ul li {width: 33.333333%;padding: 0 15px 20px;transition: all 0.4s;}
.qaList ul li:hover{margin-top: -8px;}
.qaList ul li .content {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eeeeee;
    padding: 3.385vw 2.083vw 4.167vw;
}
.qaList ul li .content .listTitleBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	min-height:70px;
}
.qaList ul li .content .listTitleBox .Q {
    min-width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #d68669;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.qaList ul li .content .listTitleBox .listTitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
	height: 64px;
	overflow: hidden;
    margin-left: 15px;
    font-weight: 600;
}
.qaList ul li .content .descMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.qaList ul li .content .descMain .A {
    min-width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #7e7e7e;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.qaList ul li .content .descMain .descBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
}
.qaList ul li .content .descMain .descBox .desc {
    font-size: 14px;
    color: #696969;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.qaList ul li .content .descMain .descBox .moreBtn {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #222;
}





.sampleformMain {
	padding: 30px;
	border-radius: 5px;
	background: #f0f1f1;

}

.sampleformMain .title {
	color: #fff;
	padding-bottom: 30px;
	text-align: center;
	font-size: 40px;
}

.sampleformMain .sampleform {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactweb-box .right .commonweb{width: 100%;}
.sampleformMain .sampleform .input {
	width: calc(50% - 0.584vw);
	padding-bottom: 1vw;

}
.sampleformMain .sampleform .input:last-child{width: 100%;}
.sampleformMain .sampleform .input p {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 5px;
}

.sampleformMain .sampleform .input p i {
	color: #ff0000;
}

.sampleformMain .sampleform .input label {
	display: block;
	position: relative;
	padding: 10px 15px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(104, 126, 145, 0.3);
}

.sampleformMain .sampleform .input label input {
	width: 100%;
	background: none;
	border: none;
	font-size: 12px;
}

.sampleformMain .sampleform .input label textarea {
	width: 100%;
	height: 75px;
	font-size: 12px;
}

.sampleformMain .sampleform .textareaInput {
	width: 100%;
}

.sampleformMain .sampleform .btn {
	padding-top: 10px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sampleformMain .sampleform .btn button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 20px 0px 30px;
	font-size: 14px;
	height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #d68669;
	color: #fff;
}

.sampleformMain .sampleform .btn button i {
	margin-left: 15px;
}


.fot_jut .f_shar dl {
  line-height: 1.576;
}
.fot_jut .f_shar dl dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.fot_jut .f_shar dl dt a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.fot_jut .f_shar dl dt:hover a {
  color: #d68669;
}
.fot_jut .f_shar dl dt.icon {
  font-size: 0;
}
.fot_jut .f_shar dl dt.icon a {
  font-size: 0;
  margin-right: 8px;
}
.fot_jut .f_shar dl dt.icon a:hover i {
  color: #d68669;
}
.fot_jut .f_shar dl dt.icon i {
  font-size: 32px;
  color: #d68669;
  transition: color .3s;
}
.articlebg{position: relative;}
#artclesub{position: absolute;bottom: 4vw;left: 0;width: 100%;z-index: 9;}
.articlebox .articleinput{border: 1px solid #ffffff;border-radius: 5px;overflow: hidden;padding: 10px 8px;font-size: 14px;min-width: 19.5vw;}
.articlebox .subn{background: #d68669;border-radius: 25px;padding: 10px 20px;font-size: 14px;display: flex;color: #ffffff;font-weight: bold;margin-left: 10px;}
.artitp p{color: #403533;font-size: 18px;letter-spacing: 0.8px;}
.font_tit{font-size: 0.28rem;height: 0.68rem;overflow: hidden;line-height: 0.34rem;margin-bottom: 15px;}
.text_info .font14{line-height: 26px;height: 156px;overflow: hidden;}
.footerformbox{display: flex;}
.footerformbox .articleinput{border: 1px solid #bbbbbb;border-bottom-left-radius: 5px;border-top-left-radius: 5px;overflow: hidden;padding: 10px 8px;font-size: 14px;}
.footerformbox .subn{width:40px;height:40px;color: #bbbbbb;position: relative;border: 1px solid #bbbbbb;border-left: hidden;border-bottom-right-radius: 5px;border-top-right-radius: 5px;}
.jiungsl{width: 43vw;display: flex;justify-content: space-between;margin-top: 1vw;}
.footerformbox .subn .arrow {
	position: absolute;
	bottom: 13px;
	right: 11px;
	display: inline-block;
	transition: transform .7s cubic-bezier(.075, .82, .165, 1);
}

.footerformbox .subn .arrow:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-color: currentcolor;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-radius: 0 2px 0 0;
	transform: rotate(45deg);
}

.footerformbox .subn .arrow:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 14px;
	height: 1px;
	background: currentColor;
	transition: width 1.4s cubic-bezier(.075, .82, .165, 1);
}
.awardtxtsec{padding-top: 0;}
#aboutid3{padding-bottom: 0;}
.awardtxt{margin: 50px 0 30px;display: flex;margin-left: 20%;justify-content: space-between;}
.awaedt-l{text-align: left;}
.awardtxtsec .cont .item1{width: 48%;margin-right: 4%;margin-bottom: 0;}
.awardtxtsec .cont .item1:last-child{margin-right: 0;}
.awaedt-r{color: #f0f0f0;font-size: 3.2vw;font-weight: bold;line-height: 3.8vw;text-align: left;}
.awardtxtsec .fonts{padding: 10px 5px;text-align:center;}
.footerico_img{width: 67.66666%;display: flex;}
.footerico_img p{width: 10%}
.footerico_img p img{display: block;width: 100%;}


@media (max-width: 767px) {
	.indexsemmargin{margin: 40px auto 20px;}
	.video-btn img{width: 25px;height: 25px;}
	.renews-skin_renews{width: 100%;}
	.renews-skin_renews-skint{margin-bottom: 20px;}
	.renews-skin_renews .text-fz52,.titname1,.gtext1{font-size: 28px;}
	.renews-skin_renews:nth-child(1){margin-bottom: 30px;}
	.renews-skin_renews:nth-child(2n){flex-direction: initial;}
	.scroll-animation .ball-bottom3:after{display: none;}
	.renews-skin,.indexgcry ul,.gongcsming{flex-wrap: wrap;}
	.titname1:before{height: 18px;}
	.protitle{margin: 20px auto 100px;}
	.indexgcry ul li{width: 100%;border-bottom: 1px dashed #ccc;padding-bottom: 10px;margin-bottom: 10px;}
	.indexgcry ul li span#igcrytext1{font-size: 26px;}
	.gongcsming .gcsg1{width: 100%;margin-right: 0;}
	.gongcsming .gcsg2{width: 100%;}
	.indexgcry{padding: 10px 0;}
	.gtext1{text-align: center;padding-left: initial;}
	.gtext1:before{width: 50%;height: 18px;}
	.indexourgongc:before{height: 100%;}
	.fotbox-sec1 .container .lt .fot_menu:nth-child(1),.fotbox-sec1 .container .lt .fot_menu:nth-child(2){width: 100%;margin-right: 0;}
	.fotbox-sec1 .container .lt .fot_menu:nth-child(1)>li{border-bottom: none;}
	.footerformbox .articleinput{width: calc(100% - 40px);}
	.jiungsl{width: 100%;flex-wrap: wrap;}
	.footerico_img{width: 100%;}
	.contactweb-box .container{flex-direction: column-reverse;}
	.contactweb-box .right{width: 100%;}
	.contactweb-box .left{width: 100%;}
	.sampleformMain .sampleform .input{    width: calc(100% - 0.584vw);}
	.qaList ul li{width: 100%;padding: 0 0 20px;}
	.qaList ul li .content .descMain{margin-top: 5px;}
	.qaList ul li .content .descMain .descBox .moreBtn{margin-top: 0px;}
	.titname2{font-size: 18px;line-height: 28px;}
	.hm-sec1{height: auto;}
	.hm-sec1 .hm1_cont{height: 100%;}
	.join4con{padding-top: 20px;}
	.join4con_ul{flex-wrap: wrap;}
	.join4con_li{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
	.hm-sec5 .f_title .tit,.join4con .zz-public-title2 .font40{font-size: 28px;font-weight: bold;text-align: center;}
	.join4con_li .join4con_li_tit{width: 100%;background: #eee;text-align: center;padding: 8px 0 8px;justify-content: center;margin-bottom: 10px;}
	.awaedt-r{display: none;}
	.awardtxt{margin: 30px auto;margin-left: 0;}
	.protitle1{margin-bottom: 30px;}
	#productDetailList{display: none;}
	#productIntro .container{flex-wrap: wrap;}
	#productIntro .productIntroLeft{width: 100%;}
	#productIntro .productIntroRight{width: 100%;}
	#productSpecificationParam .productSpecificationParamList .productSpecificationParamListTitle{font-size: 28px;font-weight: bold;}
	#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr td:nth-child(1),
	#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr td:nth-child(3){font-size: 14px;}
	#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr td{font-size: 14px;padding: 5px !important;line-height: 20px;}
	#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr:nth-child(even),
	#productSpecificationParam .productSpecificationParamList .productSpecificationParamListMain table tr:nth-child(odd){width: 100%;}
	#productIntro .productIntroRight .title{font-size: 18px;}
}
