/* CSS Document */
@charset "utf-8";


body,
div,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

/* NotoSansSC字体从粗到细 start */
@font-face {
	font-family: "NotoSansSC-Black";
	src: url('../fonts/NotoSansSC-Black.otf?t=1607405988532');
}

@font-face {
	font-family: "NotoSansSC-Bold";
	src: url('../fonts/NotoSansSC-Bold.otf?t=1607405988532');
}

@font-face {
	font-family: "NotoSansSC-Medium";
	src: url('../fonts/NotoSansSC-Medium.otf?t=1607405988532');
}

@font-face {
	font-family: "NotoSansSC-Regular";
	src: url('../fonts/NotoSansSC-Regular.otf?t=1607405988532');
}

@font-face {
	font-family: "NotoSansSC-Light";
	src: url('../fonts/NotoSansSC-Light.otf?t=1607405988532');
}

@font-face {
	font-family: "NotoSansSC-Thin";
	src: url('../fonts/NotoSansSC-Thin.otf?t=1607405988532');
}

/* NotoSansSC字体从粗到细 end */

body {
	/* background-color: #fff; */
	/* color: #333333; */
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overdata-x: hidden;
	/* font-size: 12px; */
	padding-top: 0px;
	_padding-top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	text-decoration: none;
	/* color: #666; */
	/*transition: all 0.5s ease;*/
	outline: none;
	-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
	/* color: #ffc001; */
}

img {
	border: 0px;
	/*max-width: 100%*/
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	/* font-size: 100%; */
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	/* display: block;
	list-style: none; */
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
}


.red {
	color: #ffc001
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
}

em {
	font-style: normal;
}

i,
em {
	font-style: normal;
}












/* 栏目标题2 start */
.typename-box2 {
	margin-bottom: 50px;
}

.type-name2 {
	font-size: 25px;
	font-size: 20px;
	/* line-height: 45px; */
}

.type-desc-en2 {
	font-size: 22px;
}

.type-desc-en2 {
	line-height: 40px;
}

.desc-en2-line {
	font-size: 18px;
}

.desc-en2-info {
	margin: 0 15px;
}

.youshi-list-type-desc {
	color: #666666;
	width: 170px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	border: 1px solid #666666;
	margin: 20px auto;
}

@media (max-width: 1200px) {
	.typename-box2 {
		margin-bottom: 40px;
	}

	.type-name2 {
		font-size: 28px;
	}

	.type-desc-en2 {
		font-size: 20px;
	}

	.desc-en2-line {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.typename-box2 {
		margin-bottom: 30px;
	}

	.type-name2 {
		font-size: 25px;
		line-height: 1.6;
	}

	.type-desc-en2 {
		font-size: 18px;
		line-height: 1.6;
	}

	.desc-en2-line {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.typename-box2 {
		margin-bottom: 20px;
	}

	.type-name2 {
		font-size: 20px;
	}

	.type-desc-en2 {
		font-size: 16px;
	}

	.desc-en2-line {
		display: none;
	}
}

@media (max-width: 666px) {
	.typename-box2 {
		margin-bottom: 15px;
	}

	.type-name2 {
		font-size: 18px;
	}

	.type-desc-en2 {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.typename-box2 {
		margin-bottom: 10px;
	}

	.type-name2 {
		font-size: 16px;
	}

	.type-desc-en2 {
		font-size: 14px;
	}
}

/* 栏目标题2 end */





/* 留言 start */
.form-box {}

.form-title {
	margin-bottom: 10px;
}

.form-row {
	position: relative;
	margin: 15px 0;
}

.form-label {
	float: left;
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.form-input-bg {
	line-height: 20px;
	overflow: hidden;
}

.form-input,
.form-textarea,
.form-select {
	background-color: transparent;
	display: block;
	padding: 0 5px;
	height: 40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	width: 100%;
	line-height: 25px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #efefef;
}

.form-textarea {
	height: 100px;
}


.form-tips-bg {
	padding-top: 10px;
	/* font-size: 16px; */
}

.form-tips-start {
	position: relative;
	top: 3px;
	color: #801E01;
}

.cfff .form-tips-start {
	color: #fff;
}

.form-tips-title {
	font-size: inherit;
}

.form-tips-info {
	font-size: inherit;
	margin-top: 20px;
	line-height: 2;
	color: #666;
}

.form-btn-box {
	text-align: center;
	margin-top: 30px;
}

.form-btn {
	display: inline-block;
	width: 120px;
	text-align: center;
	background: #801E01;
	color: #fff;
	line-height: 40px;
	border: 0;
	cursor: pointer;
}

.form-btn:hover {
	opacity: .9;
}

.team-search-form-box .form-label {
	line-height: 23px;
}

.team-search-form-box .form-input,
.team-search-form-box .form-textarea,
.team-search-form-box .form-select {
	border: 0;
	height: 23px;
	box-shadow: none;
}

.team-search-form-box .form-select {
	height: 22px;
}

@media (max-width: 768px) {
	.form-tips-bg {
		padding-top: 20px;
	}

	.form-label {
		line-height: 33px;
	}

	.form-input,
	.form-select {
		height: 34px;
		line-height: 20px;
	}

	.form-textarea {
		line-height: 20px;
	}

	.form-btn-box {
		margin-top: 20px;
	}
}

@media (max-width: 560px) {
	.form-box {
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
	.form-box {
		margin-top: 15px;
	}

	.form-label {
		font-size: 14px;
	}

	.form-tips-bg {
		font-size: 14px;
		padding: 0;
	}

	.form-tips-info {
		margin-top: 10px;
		line-height: 1.5
	}

	.form-input,
	.form-textarea {
		box-shadow: none;
	}

	.form-btn-box {
		margin-top: 15px;
	}

	.form-btn {
		line-height: 36px;
	}
}

/* 留言 end */

/* 留言表单 start */
.msg-page-body-bg {
	/* margin-top: 2.7%; */
	border-radius: 10px;
	padding: 55rem 5%;
	background-color: #fff;
	/* box-shadow: 23px 0 90px rgba(29,56,75,.17); */
}

.msg-page-box {}

.msg-form-box-bg {
	padding: 10px 0;
}

.msg-page-bg {
	padding: 80px 30px;
}

.msg-page-right {
	width: 50%;
	float: left;
	margin-right: 80px;
}

.msg-right-bg {
	margin-top: 38px;
}

.msg-listarc-link {
	border-bottom-style: dashed;
}


.msg-form-row {
	margin: 15px 0;
}

.msg-form-row-item {
	width: 33.333333%;
	float: left;
}

.msg-form-row-bg {
	margin: 5px 0;
}

.msg-form-label {
	/* width: 60px; */
	width: 50px;
	text-align: right;
}

.msg-form-input-bg {
	box-shadow: 0 0 5px #dedede inset;
	background-color: #fff;
}

.msg-form-input,
.msg-form-textarea,
.msg-form-select {
	/* background-color: #fff; */
	padding: 7px 8px;
}

.msg-form-btn-box {
	/* text-align: left; */
}

@media (max-width: 768px) {
	.msg-page-right {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.msg-right-bg {
		margin-top: 0;
	}

	.msg-page-bg {
		padding: 30px 10px;
	}

	.msg-form-row-item {
		float: none;
		width: auto;
		margin: 8px 0;
	}
}

@media (max-width: 480px) {
	.msg-form-row {
		margin: 0;
	}

	.msg-form-label {
		width: 40px;
		font-size: 14px;
	}
}

/* 留言表单 end */


/* tab切换 start */
.tab-type-title {
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.tab-type-item.cur .tab-type-title {
	color: #801E01;
	border-color: #801E01;
}

.tab-body-item {
	display: none;
}

.tab-body-item.cur {
	display: block;
}

/* tab切换 end */


/* 列表页banner start */
.list-banner-image-box {
	padding-bottom: 15.625%;
	/* padding-bottom: 28.6540483701%; */
}

.list-banner-image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.list-banner-image:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

@media (max-width: 768px) {

	/* .banner-page-box {padding-top: 50px;} */
	.list-banner-image-box {
		/* padding-bottom: 30%; */
		padding-bottom: 23.5%;
	}
}

/* 列表页banner end */



/* 板块标题 start */
.type-entitle,
.type-subtitle {
	font-size: 32px;
	color: #333333;
	line-height: 1.6;
}

.type-subtitle {
	font-weight: normal;
	margin-bottom: 30px;
}

.cfff .type-entitle {
	color: #fff;
}

.cfff .type-subtitle {
	color: #fff;
}

.type-subtitle .type-desc {
	margin-top: 20px;
}

.type-subtitle .type-more {
	font-size: 22px;
	font-weight: bold;
}

@media (max-width: 1200px) {

	.type-entitle,
	.type-subtitle {
		font-size: 28px;
	}

	.type-subtitle {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {

	.type-entitle,
	.type-subtitle {
		font-size: 22px;
		text-align: center;
	}

	.type-subtitle {
		margin-bottom: 20px;
	}

	.type-subtitle .type-desc {
		float: none;
		margin-top: 0;
	}

	.type-subtitle .type-more {
		display: none;
	}
}

@media (max-width: 480px) {

	.type-entitle,
	.type-subtitle {
		font-size: 20px;
	}

	.type-subtitle {
		margin-bottom: 15px;
	}
}

@media (max-width: 414px) {

	.type-entitle,
	.type-subtitle {
		font-size: 18px;
	}

	.type-subtitle {
		margin-bottom: 10px;
	}
}

@media (max-width: 380px) {

	.type-entitle,
	.type-subtitle {
		font-size: 16px;
	}

	.type-subtitle {
		margin-bottom: 8px;
	}
}

/* 板块标题 end */


@media (max-width: 768px) {
	.list-page-box, .detail-page-box {
		min-height: calc(100vh - 239px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}





/****************************** 首页 start ******************************/


/* 企业愿景 start */
.yuanjing-page-box {
	/* padding-top: 0; */
}

.yuanjing-page-body {
	background-color: #444;
	position: relative;
}

.yuanjing-page-left {
	float: left;
	width: 50%;
}

.yuanjing-page-image-box {
	padding-bottom: 62.5%;
}

.yuanjing-page-right {
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 0;
	top: 0;
}

.yuanjing-page-right-bg {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	padding: 50px;
	color: #fff;
}

.yuanjing-page-right-desc {
	height: 100%;
	overflow: auto;
	line-height: 30px;
	font-size: 15px;
}

@media (max-width: 1200px) {
	.yuanjing-page-right-bg {
		padding: 30px;
	}

	.yuanjing-page-right-desc {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media (max-width: 992px) {
	.yuanjing-page-right-bg {
		padding: 20px;
	}

	.yuanjing-page-right-desc {
		font-size: 14px;
	}
}

@media (max-width: 888px) {
	.yuanjing-page-right-bg {
		padding: 15px;
	}

	.yuanjing-page-right-desc {
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 768px) {
	.yuanjing-page-left {
		float: none;
		width: auto;
	}

	.yuanjing-page-right {
		position: static;
		width: auto;
	}

	.yuanjing-page-right-bg {
		position: static;
	}

	.yuanjing-page-right-bg {}
}

/* 企业愿景 end */

/****************************** 首页 end ******************************/


/* 当前位置 start */
.nav-position-bg {
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	background-color: #f6f6f6;
	font-size: 15px;
}

.position-home-icon {
	margin-top: 1px;
	width: 18px;
	height: 18px;
}

.nav-position-bg a {
	margin: 0 5px;
	line-height: 21px;
}

.nav-position-text a:first-child {
	font-weight: bold;
}

@media (max-width: 1200px) {
	.nav-position-bg .wrap {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.nav-position-bg {
		font-size: 14px;
		height: auto;
		padding: 8px 0;
	}
}

/* 当前位置 end */


/* 列表页面子导航1 start */
/* .nav-child-box {
	background-color: #F6F6F6;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
}

.nav-child-li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	display: block;
	color: #373737;
	font-size: 15px;
	padding: 15px 0;
	line-height: 30px;
}

.nav-child-link:hover,
.nav-child-li.cur a {
	background-color: #801E01;
	color: #fff;
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}

@media (max-width:768px) {
	.nav-child-li {
		width: 33.33333%;
	}

	.nav-child-link {
		font-size: 14px;
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		padding: 4px 0;
	}
} */
/* 列表页面子导航1 end */


/* 列表页面子导航 start */
.nav-child-box {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
	/* background-color: #fff; */
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
	/* padding:5px; */
	margin: 0 -30px;
}

.nav-child-li {
	float: left;
	/* width: 25%; */
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	/* background-color: #fff; */
	/* margin: 0 1px; */
	display: block;
	color: #373737;
	font-size: 18px;
	padding: 15px 0;
	line-height: 30px;
	margin: 0 30px;
	position: relative;
}

@media (min-width: 769px) {
	.nav-child-link:before {
		content: '';
		background-color: #801E01;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 0;
		opacity: 0;
		transition: all 0.36s;
	}

	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		/* background-color: #801E01; */
		color: #801E01;
	}

	.nav-child-link:hover:before,
	.nav-child-li.cur .nav-child-link:before {
		width: 100%;
		opacity: 1;
	}
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}

@media (max-width:768px) {
	.nav-child-box {
		background-color: #f5f5f5;
		border-bottom: 0;
	}

	.nav-child-box .wrap,
	.nav-child-box .w1400 {
		padding: 8px;
	}

	.nav-child-ul {
		margin: -3px;
	}

	.nav-child-li {
		width: 33.3333333333%;
	}

	.nav-child-link {
		margin: 3px;
		border: 0;
		font-size: 14px;
		padding: 10px 5px;
		border-radius: 3px;
		background-color: #fff;
	}

	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		background-color: #801E01;
		color: #fff;
	}
}

@media (max-width: 480px) {
	.nav-child-ul {
		margin: -3px;
	}

	.nav-child-li {
		width: 50%;
	}

	.nav-child-link {
		margin: 3px;
		border: 0;
		font-size: 12px;
		padding: 5px;
		border-radius: 3px;
		background-color: #fff;
	}
}

/* 列表页面子导航 end */


/* 翻页 start */
.pagesize {
	text-align: center;
	padding: 30px 0;
}

.pagesize li {
	display: inline-block;
}

.pagesize a,
.pagesize select {
	display: inline-block;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #707070;
	font-size: 14px;
	line-height: 32px;
	/* background-color: #dedede; */
	border: 1px solid #dedede;
	border-radius: 3px;
	text-align: center;
}

.pagesize a:hover,
.pageBox a:active,
.pagesize .cur {
	background-color: #ffc001;
	color: #FFFFFF;
	border-color: #ffc001;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.pagesize {
		padding: 5px 0 0;
	}

	.pagesize a {
		padding: 0 9px;
		line-height: 24px;
		height: auto;
		font-size: 12px;
		margin-bottom: 5px;
	}
}

/* 翻页 end */


/* 关于我们横幅 start */
.hengfu2-page-box {
	padding-top: 80rem;
	padding-bottom: 80rem;
}

.hengfu2-page-bg-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: scalefz1 10s linear infinite;
}

@keyframes scalefz1 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.5);
	}
}

.hengfu2-page-zhezhao {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #004896;
	width: 100%;
	height: 100%;
	opacity: 0.45;
}

/* @media (min-width: 480px) {
	.hengfu2-page-box {
		padding-top: 80rem;
		padding-bottom: 80rem;
	}
} */
@media (min-width: 769px) {
	.hengfu2-page-box {
		padding-top: 120rem;
		padding-bottom: 120rem;
	}
}

@media (min-width: 993px) {
	.hengfu2-page-box {
		padding-top: 160rem;
		padding-bottom: 160rem;
	}
}

@media (min-width: 1201px) {
	.hengfu2-page-box {
		padding-top: 220rem;
		padding-bottom: 220rem;
	}
}

.hengfu-page-webname {
	text-align: center;
}

.hengfu-page-short {
	margin-top: 30rem;
	text-align: center;
	font-size: 28rem;
}

@media (min-width: 769px) {
	.hengfu-page-webname {
		font-size: 50rem;
		/* font-weight: bold; */
	}

	.about-banner-page-box {
		padding-top: 90rem;
	}
}

@media (min-width: 993px) {
	.about-banner-page-box {
		padding-top: 120rem;
	}
}

@media (min-width: 1201px) {
	.about-banner-page-box {
		padding-top: 150rem;
	}
}

.hengfu-page-info {
	padding: 20rem 190rem;
	display: inline-block;
	position: relative;
	/* max-width: 800rem; */
}

.hengfu-page-info-marks {
	position: absolute;
	/* font-weight: bold;
	font-size: 68rem;
	color: #fff;
	font-family: '楷体'; */
}

.hengfu-page-info-marks1 {
	top: 0;
	left: 0;
}

.hengfu-page-info-marks2 {
	right: 0;
	bottom: 0;
}

.hengfu-page-info-marks-icon {
	display: block;
}

.hengfu-page-desc {
	font-size: 20rem;
	/* font-size: 22rem; */
	color: #fff;
	/* font-weight: bold; */
	/* text-align: left; */
	line-height: 36rem;
	position: relative;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
}

.hengfu-page-link-row {
	margin-top: 22rem;
}

.hengfu-page-link {
	display: block;
	width: 170rem;
	line-height: 40rem;
	margin: 0 auto;
	background: #f13a3a;
	text-align: center;
	line-height: 40rem;
	font-size: 15rem;
	color: #fff;
}

.hengfu-page-link:hover {
	text-decoration: underline;
}

@media(max-width: 992px) {
	.hengfu-page-webname {
		/* font-size: 50rem; */
	}

	.hengfu-page-short {
		font-size: 20rem;
	}

	.hengfu-page-desc {
		display: inline;
		font-size: 18rem;
		line-height: 2;
	}
}

@media(max-width: 768px) {

	/* .hengfu2-page-box {
		padding-top: 80rem;
		padding-bottom: 80rem;
	} */
	.about-banner-page-box {
		padding-top: 60rem;
	}

	.hengfu-page-webname {
		/* font-size: 45rem;
		line-height: 50rem; */
	}

	.hengfu-page-short {
		font-size: 18rem;
	}

	.hengfu-page-desc {
		display: inline;
		font-size: 16rem;
		line-height: 1.8;
	}

	.hengfu-page-info-marks {
		font-size: 45rem;
	}

	.hengfu-page-info-marks-icon {
		width: 30rem;
	}

	.hengfu-page-info {
		padding: 10rem 50rem;
	}

	.hengfu-page-link {
		width: 150rem;
		line-height: 36rem;
		font-size: 13rem;
	}
}

@media(max-width: 480px) {
	.hengfu-page-webname {
		/* font-size: 38rem; */
	}

	.hengfu-page-short {
		margin-top: 10rem;
		font-size: 16rem;
	}

	.about-banner-page-box {
		padding-top: 40rem;
	}

	.hengfu-page-info-marks {
		font-size: 45rem;
	}

	.hengfu-page-info-marks-icon {
		width: 20rem;
	}

	.hengfu-page-info {
		padding: 0 30rem;
	}

	.hengfu-page-desc {
		font-size: 14rem;
	}
}

/* 关于我们横幅 end */

/* 关于我们列表 start */
.about-list-ul {
	overflow: hidden;
	padding: 10px 0;
}

.about-list-li {
	width: 33.333333333%;
	float: left;
	transition: .5s;
}

.list-youshi-li {
	width: 33.3333333%;
}

.about-list-link {
	cursor: unset;
	color: #fff;
}

.about-list-li-bg {
	padding: 0 10px;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}


.about-list-icon {
	display: block;
	height: 50px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.about-list-title {
	margin-top: 15px;
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
}

.about-list-desc {
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	display: block;
	line-height: 24px;
}


@media (max-width: 768px) {

	.about-list-li {
		/* width: 48%;
		margin: 1%; */
	}

	.about-list-li-bg {
		padding: 0;
	}

	.about-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.about-list-ul {
		padding: 0;
	}

	.about-list-icon {
		height: 40px;
	}

	.about-list-title {
		font-size: 14px;
		margin: 10px 0;
	}


}

@media (max-width: 480px) {
	.about-list-icon {
		margin: 0 auto;
		height: 35px;
	}

	.about-list-title {
		margin: 5px 0;
		text-align: center;
	}

	.about-list-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.about-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.about-list-li em {
		display: none;
	}

}

/* 关于我们列表 end */


/* 关于我们 start */
.about-page-box-bg {
	width: 100%;
	height: 590px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: left center;
	background-repeat: repeat-x left center;
	-webkit-animation: animate-cloud 30s linear infinite;
	animation: animate-cloud 30s linear infinite;
}

@keyframes animate-cloud {
	from {
		background-position: 1920px 100%;
	}

	to {
		background-position: 0 100%;
	}
}

.about-page-left {}

@media (min-width: 769px) {
	.about-page-left {
		/* width: 90%; */
		width: 35%;
		position: absolute;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
}

.about-page-image-box-bg {
	/* margin-top: 100px; */
}

.about-page-image-box {
	/* padding-bottom: 75%; */
	/* padding-bottom: 33.6848635236%; */
	padding-bottom: 96.6%;
}

.about-page-image {
	/* object-fit: cover; */
	object-fit: contain;
}

.about-page-right {
	width: 48%;
}

.about-page-right-bg {
	color: #555;
	/* padding-bottom: 300px; */
	padding-bottom: 200px;
}

.about-typename-box {
	position: relative;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 15px;
}

.about-type-name {
	color: #000;
}

.about-type-desc {
	position: relative;
	color: #333;
	padding-left: 25px;
	font-size: 16px;
}

.about-type-desc-icon {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}



.about-page-more-row {
	margin-top: 60px;
}

.about-page-more-icon {
	display: block;
	padding: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background-color: #801E01;
	/* color: #fff;
	text-align: center; */
	margin-right: 15px;
	background-size: 13px;
	transition: all .5s;
}

.about-page-more-text {
	font-size: 14px;
	color: #801E01;
	position: relative;
	line-height: 2;
}

.about-page-more-text:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #801E01;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
}

.about-page-more-row:hover .about-page-more-icon {
	margin-right: 10px;
	transform: scale(0.9);
}

.about-page-more-row:hover .about-page-more-text:after {
	width: 0;
}


@media (min-width: 769px) {
	.about-typename-box {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.about-type-name {
		/* font-size: 30px; */
	}

	.about-type-desc {
		margin-top: 20px;
		font-size: 22px;
	}

	.about-type-desc-icon {}
}

@media (min-width: 1201px) {
	.about-type-name {
		/* font-size: 40px; */
	}

	.about-type-desc {
		padding-left: 55px;
		margin-top: 30px;
		/* font-size: 28px; */
	}

	.about-type-desc-icon {
		width: 30px;
		height: 25px;
		margin-top: -12.5px;
	}
}

.about-type-line {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background-color: #801E01;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.about-page-content {
	/* font-size: 16px; */
	line-height: 2;
	/* color: #666; */
	/* height: 400px; */
}

.cfff .about-page-content {
	color: #fff;
}

.about-page-content img {
	max-width: 100%;
}

.about-page-ul {}

.about-page-li {
	width: 46%;
	margin: 15px 2%;
	float: left;
	padding: 30px 0;
}

.about-page-li3 {
	width: 96%;
	padding-top: 70px;
	border-top: 1px dashed #E6E6E6;
}

.about-page-link {
	display: block;
	position: relative;
	overflow: hidden;
}


.about-page-bg-image {
	z-index: -1;
	position: absolute;
	top: -20px;
	right: 30%;
	height: 276px;
}


@media (max-width:1200px) {
	.about-page-left {}

	.about-page-image-box {
		/* padding-bottom: 460px; */
	}

	.about-page-right {}
}

@media (max-width:992px) {
	.about-page-content {
		padding: 0;
		line-height: 1.8;
		/* height: 154px; */
	}
}

@media (max-width:768px) {
	.about-page-box {
		background-size: cover;
		padding-bottom: 20px;
	}

	.about-page-box-pstr,
	.about-page-body-bg {
		position: static;
	}

	.about-page-left {
		position: absolute;
		/* top: 0; */
		right: 0;
		bottom: 0;
		left: 50%;
	}

	.about-page-image-box-bg {
		/* max-width: 300px; margin: 0 auto; */
		opacity: .4;
	}

	.about-page-image-box {
		/* padding-bottom: 56%; */
		/* border-radius: 5px; */
	}

	.about-page-right {
		width: auto;
		padding-top: 10px;
	}

	.about-page-right-bg {
		padding-bottom: 0;
	}

	.about-type-name {
		text-align: center;
	}

	.about-type-desc {
		text-align: left;
	}

	.about-page-content {
		height: auto;
	}
}

@media (max-width:620px) {
	.about-page-body {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 480px) {
	.about-page-content {
		font-size: 14px;
	}

}

@media (max-width: 414px) {
	.about-page-right {
		padding-bottom: 0;
	}

}

@media (max-width: 380px) {}

@media (max-width: 360px) {}


.about-hengfu-image-box {
	padding-bottom: 41.6666666667%;
}

/* 关于我们 end */


/* 企业数据 start */
.data-list-ul {
	display: block;
	margin: 60px 0;
	overflow: hidden;
}

.data-list-li {
	/* width: 25%; */
	width: 33.3333333333333%;
	float: left;
}

.data-list-bg {
	/* border-left: 1px solid #fff; text-align: center; */
	padding: 0 5px;
}

.data-list-li:first-child .data-list-bg {
	border: 0;
}

.data-list-title-row {
	display: block;
	font-size: 0;
	font-weight: bold;
}

.data-list-title {
	/* font-size: 110px; */
	font-size: 68px;
	color: #801E01;
}

.data-list-short {
	font-size: 14px;
}

.data-list-desc {
	font-size: 14px;
	font-weight: normal;
}


@media (min-width: 1921px) {
	.data-list-ul {
		margin: 3.125vw;
	}

	.data-list-title {
		font-size: 4.16666vw;
	}

	.data-list-short {
		font-size: 0.729166666667vw;
	}

	.data-list-desc {
		font-size: 0.729166666667vw;
	}
}

@media (max-width: 1200px) {
	.data-list-ul {
		margin: 40px 0;
	}

	.data-list-title {
		font-size: 50px;
	}

	/* .data-list-short {font-size: 30px;} */
}

@media (max-width:992px) {
	/* .data-list-short {font-size: 20px;} */
}

@media (max-width:888px) {
	.data-list-ul {
		margin-right: 0;
		margin-top: 20px;
	}

	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px) {
	.data-list-ul {
		margin: 20px 0;
	}

	.data-list-bg {
		text-align: center;
	}

	.data-list-short {
		font-size: 14px;
	}

	.data-list-desc {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.data-list-li {
		float: left;
	}

	.data-list-bg {
		padding: 0 3px;
	}

	.data-list-title {
		font-size: 30px;
	}

	/* .data-list-desc {font-size: 13px; } */
}

@media (max-width: 414px) {
	.data-list-ul {
		margin: 0 -10px;
	}

	.data-list-title {
		font-size: 25px;
	}

	/* .data-list-desc {font-size: 12px; } */
}

@media (max-width: 380px) {}

@media (max-width: 360px) {
	/* .data-list-desc {height: 34px; line-height: 17px; } */

}

/* 企业数据 end */


/* 合作伙伴 start */
/* .partner-list-ul {
	padding: 30px 10px 0;
} */

.partner-list-li {
	float: left;
	width: 16.66666666667%;
}

.partner-list-link {
	margin: 10px;
	cursor: unset;
	display: block;
	box-shadow: 0 0 2px #dedede;
}

.partner-list-image-box {
	position: relative;
	padding-bottom: 50%;
	background-color: #fff;
}

.partner-list-image {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.partner-list-more-box {
	margin-top: 30px;
}

.partner-list-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background-color: #801E01;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.partner-list-more:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}

	.partner-list-link {
		margin: 12px;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}

	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.partner-list-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5px;
	}

	.partner-list-more-box {
		margin-top: 10px;
	}
}

/* 合作伙伴 end */


/* 联系我们 start */
:root {
	--fs12: 12rem;
	--fs14: 14rem;
	--fs16: 16rem;
	--fs18: 18rem;
	--fs20: 20rem;
	--fs22: 22rem;
	--fs24: 24rem;
	--fs26: 26rem;
	--fs28: 28rem;
	--fs30: 30rem;
	--fs32: 32rem;
	--fs34: 34rem;
	--fs36: 36rem;
	--fs38: 38rem;
	--fs40: 40rem;
	--fs42: 42rem;
	--fs44: 44rem;
	--fs46: 46rem;
	--fs48: 48rem;
	--fs50: 50rem;
	--fs52: 52rem;
	--fs54: 54rem;
	--fs56: 56rem
}

.contact-page-box {
	/* padding: 70rem 0 110rem; */
}

.contact-tab-type-row {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-top: 40rem
}

.contact-tab-type-item {
	width: 220rem;
	height: 150rem;
	padding: 26rem 10rem 0;
	margin: 0 18rem;
	background: #f7f9f8;
	border-radius: 10rem;
	cursor: pointer
}

.contact-tab-type-icon-box {
	position: relative;
	width: 50rem;
	height: 50rem;
	margin: 0 auto
}

.contact-tab-type-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s
}

.contact-tab-type-icon2 {
	opacity: 0
}

.contact-tab-type-title {
	margin-top: 5rem;
	font-size: var(--fs20);
	text-align: center;
	color: #666;
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s
}

.contact-tab-type-entitle {
	font-size: var(--fs12);
	text-align: center;
	color: rgba(31, 31, 31, 0.3);
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s
}

.contact-tab-type-item:hover {
	background: linear-gradient(90deg, #801E01, #108be3)
}

.contact-tab-type-item:hover .contact-tab-type-icon-box .img1 {
	opacity: 0
}

.contact-tab-type-item:hover .contact-tab-type-icon2 {
	opacity: 1
}

.contact-tab-type-item:hover .contact-tab-type-title {
	color: #fff
}

.contact-tab-type-item:hover .contact-tab-type-entitle {
	color: rgba(255, 255, 255, 0.3)
}

.contact-tab-type-item.cur {
	background: linear-gradient(90deg, #801E01, #108be3)
}

.contact-tab-type-item.cur .contact-tab-type-icon2 {
	opacity: 0
}

.contact-tab-type-item.cur .contact-tab-type-icon2 {
	opacity: 1
}

.contact-tab-type-item.cur .contact-tab-type-title {
	color: #fff
}

.contact-tab-type-item.cur .contact-tab-type-entitle {
	color: rgba(255, 255, 255, 0.3)
}

.contact-tab-body-row {
	position: relative;
	width: 100%;
	height: auto;
	/* margin-top: 65rem; */
	margin-top: 30rem;
}

.contact-tab-body-item {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 30rem;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s
}

.contact-tab-body-item-bg+.contact-tab-body-item-bg {
	margin-top: 40px;
}

.contact-tab-body-item-bg {
	display: flex;
	justify-content: flex-start;
	/* width: 380rem; */
	height: auto
}

.contact-tab-body-icon-box {
	width: 60rem;
	height: auto
}

.contact-tab-body-icon {
	width: 100%
}

.contact-tab-body-info {
	width: calc(100% - 60rem);
	height: auto;
	padding-left: 26rem
}

.contact-tab-body-title {
	font-size: var(--fs18);
	color: #333
}

.contact-tab-body-short {
	margin-top: 10rem;
	font-size: var(--fs30);
	color: #801E01
}

.contact-tab-body-desc {
	margin-top: 10rem;
	font-size: var(--fs18);
	line-height: 30rem;
	color: #666
}

.contact-tab-body-item.cur {
	position: relative;
	top: 0;
	opacity: 1;
	visibility: visible;
	/* display: flex; */
}


@media (max-width: 992px) {
	:root {
		--fs12: 12px !important;
		--fs14: 14px !important;
		--fs16: 16px !important;
		--fs18: 18px !important;
		--fs20: 20px !important --fs22: 11rem;
		--fs24: 12rem;
		--fs26: 13rem;
		--fs28: 14rem;
		--fs30: 15rem;
		--fs32: 16rem;
		--fs34: 17rem;
		--fs36: 18rem;
		--fs38: 19rem;
		--fs40: 20rem;
		--fs42: 21rem;
		--fs44: 22rem;
		--fs46: 23rem;
		--fs48: 24rem;
		--fs50: 25rem;
		--fs52: 26rem;
		--fs54: 27rem;
		--fs56: 28rem
	}

	.contact-page-box {
		height: auto;
		padding: 35rem 5rem 55rem;
		background-position: bottom left;
	}

	.contact-tab-type-row {
		display: flex;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-top: 20rem
	}

	.contact-tab-type-item {
		width: 110rem;
		height: 110rem;
		padding: 10rem 5rem 0;
		margin: 0 9rem;
		background: #fff;
		border-radius: 5rem;
		cursor: pointer
	}

	.contact-tab-type-icon-box {
		position: relative;
		width: 32rem;
		height: 32rem;
		margin: 0 auto
	}

	.contact-tab-type-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transition: all .5s;
		-o-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s
	}

	.contact-tab-type-icon2 {
		opacity: 0
	}

	.contact-tab-type-title {
		margin-top: 2rem;
		font-size: var(--fs28);
		text-align: center;
		color: #666;
		transition: all .5s;
		-o-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s
	}

	.contact-tab-type-entitle {
		font-size: var(--fs24);
		text-align: center;
		color: rgba(31, 31, 31, 0.3);
		transition: all .5s;
		-o-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s
	}

	.contact-tab-type-item:hover {
		background: linear-gradient(90deg, #801E01, #108be3)
	}

	.contact-tab-type-item:hover .contact-tab-type-icon-box .img1 {
		opacity: 0
	}

	.contact-tab-type-item:hover .contact-tab-type-icon2 {
		opacity: 1
	}

	.contact-tab-type-item:hover .contact-tab-type-title {
		color: #fff
	}

	.contact-tab-type-item:hover .contact-tab-type-entitle {
		color: rgba(255, 255, 255, 0.3)
	}

	.contact-tab-type-item.cur {
		background: linear-gradient(90deg, #801E01, #108be3)
	}

	.contact-tab-type-item.cur .contact-tab-type-icon1 {
		opacity: 0
	}

	.contact-tab-type-item.cur .contact-tab-type-icon2 {
		opacity: 1
	}

	.contact-tab-type-item.cur .contact-tab-type-title {
		color: #fff
	}

	.contact-tab-type-item.cur .contact-tab-type-entitle {
		color: rgba(255, 255, 255, 0.3)
	}

	.contact-tab-body-row {
		position: relative;
		width: 100%;
		height: auto;
		/* margin-top: 32rem; */
		margin-top: 20rem;
	}

	.contact-tab-body-item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		position: absolute;
		top: 15rem;
		left: 0;
		width: 100%;
		height: auto;
		opacity: 0;
		visibility: hidden;
		transition: all 1s;
		-o-transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
	}

	.contact-tab-body-item-bg+.contact-tab-body-item-bg {
		margin-top: 20px;
	}

	.contact-tab-body-item-bg {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		margin-bottom: 27rem
	}

	.contact-tab-body-icon-box {
		width: 40rem;
		height: auto
	}

	.contact-tab-body-icon {
		width: 100%
	}

	.contact-tab-body-info {
		width: calc(100% - 40rem);
		height: auto;
		padding-left: 15rem
	}

	.contact-tab-body-title {
		font-size: var(--fs30);
		color: #333
	}

	.contact-tab-body-short {
		margin-top: 2rem;
		font-size: var(--fs42);
		color: #801E01
	}

	.contact-tab-body-desc {
		margin-top: 5rem;
		font-size: var(--fs30);
		line-height: 23rem;
		color: #666
	}

	.contact-tab-body-item.cur {
		position: relative;
		top: 0;
		opacity: 1;
		visibility: visible
	}
}

/* 联系我们 end */



/* 联系方式 start */
.contact-page-body {}

.contact-body-row+.contact-body-row {
	margin-top: 60px;
}

.contact-page-left {
	float: left;
	/* width: 50%; */
	/* width: 60%; */
	width: 40%;
}
.contact-page-middle {
	width: 20%;
}
.contact-page-right {
	width: 40%;
	float: right;
	/* width: 60%; */
}
.contact-page-image-row {
	/* max-width: 300px; */
	/* margin-right: 60px; */
}
.contact-page-image-box {
	/* padding-bottom: 50%; */
}

.contacnt-info-bg {
	padding-top: 50px;
	padding-right: 60px;
}

.contact-type-name {
	color: #444;
}

@media (min-width: 481px) {
	.contact-type-name {
		font-size: 20px;
	}
}

.contacnt-info {
	line-height: 30px;
	color: #777;
}

.contact-page-right-bg {
	padding: 30px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.contacnt-list-image {
		height: 70px;
	}

	.contacnt-list-desc {
		line-height: 20px;
	}
}

@media (max-width: 992px) {
	.contact-page-left-bg {
		padding: 0 20px 0 0;
	}

	.contact-page-right-bg {
		padding: 25px
	}
}

@media (max-width: 768px) {
	.contact-page-right-bg {
		padding: 20px
	}

	.contacnt-info-bg {
		padding: 8px;
	}
	.contact-page-row-bg {display: block;}
	.contact-page-middle {width: 100%;}
	.contact-page-left,
	.contact-page-right {
		width: auto;
		float: none;
	}

	.contact-page-left-bg {
		padding: 0;
	}
	
	.contact-page-image-box {padding-bottom: 60%; position: relative;}
	.contact-page-image {position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
}

@media (max-width: 480px) {
	.contact-page-right-bg {
		padding: 20px 0 0;
	}

	.contacnt-info-bg {
		padding: 5px;
	}

	.contacnt-info {
		line-height: 25px;
	}
}

/* 联系方式 end */


/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	height: 330px;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532px;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

#shadow-root {
	display: none;
}

#baidu_jsapi_watermark_span00 {
	display: none;
}

@media (max-width: 1200px) {
	.map-box {
		height: 300px;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.map-box {
		margin-top: 25px;
		height: 220px;
	}

	.BMap_bubble_content {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15px;
		height: 200px;
	}

	.BMap_bubble_content {
		font-size: 13px;
	}
}

/* 地图 end */



/* 联系地址 start */
.contact-address-bg {
	margin-top: 60px;
	background-color: #f6f6f6;
	color: #000;
	padding: 30px 0;
	font-size: 0;
	text-align: center;
}

.contact-item {
	/* width: 33.3333%;
	float: left; */
	display: inline-block;
	font-size: 14px;
}

.contact-item-bg {
	padding: 0 20px 50px;
	width: 260px;
	margin: 41px 15px 0;
	text-align: center;
	/* background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	position: relative;
	/* background-color: #fff;
	border: #e6e6e6 solid 1px;
	box-shadow: 0px 5px 20px #E6E6E6; */
	background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.contact-item-icon {
	margin-top: -41px;
}

.contact-item-info {
	line-height: 25px;
	margin: 20px 0 0 0;
}

.contact-item-title {
	margin-top: 10px;
	font-size: 18px;
}

.contact-item-desc {
	margin: 30px 0 10px;
	height: 50px;
	overflow: hidden;
}

.contact-item-btn {
	background-color: #ffb82a;
	border-radius: 1px 1px 1px 1px;
	width: 100px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	margin: 0 auto;
}

.contact-btn-Contact {
	background-color: #91bb4f;
}

.contact-btn-Mailbox {
	background-color: #4accd9;
}


.page-body-image {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.contact-item-bg {
		width: 220px;
	}

	.contact-item-title {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.page-body-bg {
		padding: 30px 10px;
	}

	.contact-item {
		width: 33.33333%;
	}

	.contact-item-bg {
		width: auto;
	}

	.contact-item-info {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
		margin-top: 30px;
	}

	.contact-item {
		width: 48%;
	}

	.contact-item-bg {
		margin-top: 60px;
		padding-bottom: 60px;
	}

	.contact-item-desc {
		margin-top: 10px;
		/* height: auto; */
	}
}

@media (max-width:480px) {
	.contact-address-bg {
		margin-top: 15px;
	}

	.page-body-bg {
		padding: 0;
	}

	.contact-item {
		width: 96%;
	}

	.contact-item-bg {
		padding-bottom: 60px;
	}

	.contact-item-info {
		height: auto;
		font-size: 14px;
	}

	.contact-item-desc {
		height: auto;
	}

	.contact-item-btn {
		margin-top: 20px;
	}
}

/* 联系地址 end */


/* 招聘 start */
.job-list {
	padding: 15px 0;
}

.job-detail-title {
	font-size: 18px;
}

.job-item-title {
	font-size: 16px;
}

@media (max-width: 768px) {
	.job-list {
		padding: 0 5px 10px;
	}

	.job-detail-title {
		font-size: 14px;
		color: #000;
	}

	.job-attr-box {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}

	.job-item-title {
		font-size: 14px;
		color: #000;
	}

	.job-item-info {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}
}

/* 招聘 end */


/* 图片列表 start */
.listimg-li {
	width: 25%;
	float: left;
	text-align: center;
}

.listimg-link {
	margin: 10px;
	display: block;
	position: relative;
}

.listimg-image-box {
	overflow: hidden;
	/* padding: 10px;
	background-color: #dedede; */
	padding-bottom: 100%;
	position: relative;
}

.listimg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.listimg-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.listimg-info {
	padding: 8px;
	/* background-color: #f5f5f5; */
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.listimg-title {
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.listimg-link:hover .listimg-info {
	/* background-color: rgba(196,0,0,.7); */
	/* background-color: rgba(179,141,84,.7); */
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}


@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}

@media (max-width: 992px) {
	.listimg-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}

	/* .listimg-image-box {padding: 5px;} */
	.listimg-image {
		/* height: 195px; */
	}

	.listimg-info {
		padding: 5px;
	}

	.listimg-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listimg-link {
		margin: 8px;
	}

	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-link {
		margin: 5px;
	}

	.listimg-image {
		/* height: 120px; */
	}
}

/* 图片列表 end */


/* 案例列表 start */
.list-case-page-body>div {
	animation-fill-mode: both;
}

.list-case-page-body-bg {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list-case-ul {
	height: auto;
	overflow: hidden;
	margin: 16rem auto;
}

.list-case-li {
	position: relative;
	overflow: hidden;
}

.list-case-link {
	display: block;
	margin: 20px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}


.list-case-image-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 230px;
}

.list-case-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}

.list-case-info {
	position: relative;
	overflow: hidden;
	/* height: 130px; */
	padding: 20px 20px 10px;
	border: 1px solid #f2f2f2;
}

.list-case-title {
	font-size: 16rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.list-case-desc {
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
	text-overflow: ellipsis;
}

.list-case-more-row {
	position: relative;
	display: block;
	color: #777;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #e5e5e5;
}

.list-case-arrow-bg {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
	width: 30px;
}

.list-case-arrow-bg img {
	position: absolute;
	transition: all .5s ease;
}

.list-case-arrow2 {
	opacity: 0;
}

.list-case-image-zhezhao {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: all 0.5s ease;
}

.list-case-image-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 16rem;
	padding: 8rem 0;
}

.list-case-image-title::before,
.list-case-image-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background-color: #fff;
	transition: all .5s ease;
}

.list-case-image-title::before {
	top: 0px;
}

.list-case-image-title::after {
	bottom: 0px;
}


.list-case-link:hover .list-case-image-zhezhao {
	opacity: 1;
}

.list-case-link:hover .list-case-image {
	transform: translate(-50%, -50%) scale(1.1);
}

.list-case-link:hover .list-case-image-title::before,
.list-case-link:hover .list-case-image-title::after {
	width: 16rem;
}

.list-case-link:hover .list-case-arrow1 {
	opacity: 0;
}

.list-case-link:hover .list-case-arrow2 {
	opacity: 1;
}


@media only screen and (min-width: 769px) {
	.list-case-ul {
		max-width: 1400px;
	}

	.list-case-li {
		width: 33.333333%;
		height: 400px;
		float: left;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.list-case-ul {
		max-width: 900px;
	}

	.list-case-li {
		width: 50%;
		height: 400px;
	}
}

.listimg-page-box>div {
	animation-fill-mode: both;
}

.listimg-page-box {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

@media (max-width: 768px) {
	.list-case-link {
		margin: 5px 10px;
	}
}

/* 案例列表 end */


/* 案例展示 start */
.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 12px;
	background-color: #eee;
	/* border: 1px solid #eee; */
	display: block;
	overflow: hidden;
}

.listcase-title {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	transition: all ease 300ms;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-weight: normal;
}

@media (min-width: 769px) {
	.listcase-link:hover {
		background-color: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent;
	}

	.listcase-link:hover .listcase-title {
		color: #333;
	}

	.listcase-link:hover .list-image {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	.listcase-link {
		margin: 10px;
	}

	.listcase-title {
		line-height: 30px;
		height: auto;
		font-size: 14px;
	}
}

@media (max-width: 666px) {}

@media (max-width: 560px) {}

@media (max-width: 480px) {
	.listcase-li {
		width: 50%;
	}

	.listcase-link {
		margin: 5px;
	}
}

/* 案例展示 end */


/* 首页产品左侧导航 start */
.product-page-body-row {
	padding-top: 20px;
}

.product-page-left {
	margin-right: 15px;
}

.product-nav-left {
	float: left;
	width: 280px;

}

.product-nav-left-bg {
	background-color: #fff;
	overflow: hidden;
	/* border-radius: 10rem; */
	overflow: hidden;
}

.product-nav-type-bg {
	padding: 23px;
	/* background-color: #801E01; */
	background-color: #e58e8b;
	margin-bottom: 1px;
	color: #000;
}

.product-nav-type-icon {
	margin-top: 4px;
	height: 22px;
	margin-right: 15px;
	display: none;
}

.product-nav-type {
	font-size: 20px;
	line-height: 1;
}

.product-nav-left-ul {
	/* margin: 0 10px 30px; */
	background-color: #fff;
	/* margin: 10rem;
	padding: 10rem; */
	border-radius: 10rem;
}

.product-nav-left-li {
	font-weight: normal;
	position: relative;

}

.product-nav-left-li+.product-nav-left-li {
	/* border-top: 1px solid #efefef; */
	border-top: 1px solid #dedede;
}

.product-nav-link-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #801E01;
	border-radius: 60px 0px 0px 60px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.product-nav-left-link {
	/* line-height: 30px; */
	display: block;
	font-size: 16px;
	color: #333;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/* box-shadow: 0 0 1px #dedede; */

	line-height: 1.5;
}

.product-nav-icon-bg {
	position: absolute;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 100%;
	left: 0;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.product-nav-icon {
	display: block;
	width: 40px;
	height: 40px;
}

@media (min-width: 769px) {

	/* .product-nav-left-li.cur .product-nav-left-link, */
	.product-nav-left-link:hover {
		/* color: #801E01; */
		/* background-color: #801E01;
		color: #fff; */
		color: #ff6600;
	}

	.product-nav-left-li.cur .product-nav-icon-bg,
	.product-nav-left-link:hover .product-nav-icon-bg {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.product-nav-left-li.cur .product-nav-link-bg,
	.product-nav-left-link:hover .product-nav-link-bg {
		/* left: -70px; */
		opacity: 1;
	}
}

@media (max-width:1200px) {
	.product-nav-left {
		width: 200px;
	}

	.product-nav-left-li,
	.product-nav-left-li.cur {
		background-image: none;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.product-page-left {
		margin-right: 0;
		float: none;
		width: auto;
	}

	.product-nav-left {
		width: auto;
		float: none;
		/* display: none; */
		margin: -10px -10px 0;
		background-image: none !important;
	}

	.left-typename-box {
		display: none;
	}

	.yunu-column {
		margin: 5px -3px 0;
	}

	.product-nav-left-bg {
		background-color: transparent;
	}

	.product-nav-left-ul {
		padding: 0;
		background-color: transparent;
	}

	.product-nav-left-li {
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		background: none;
		text-align: center;
		border: 0;
	}
	.product-nav-left-li+.product-nav-left-li {border: 0;}
	.product-nav-left-link {
		margin: 10px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
		background-color: #fff;
		color: #000;
		height: 40px;
		border: 0;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		background-image: none;
		background-color: #efefef;
		border: 0;
	}

	.product-nav-left-li.cur .product-nav-left-link {
		background-color: #801E01;
		border-color: #801E01;
		color: #fff;
		background-image: none;
	}

}

@media (max-width: 480px) {
	.product-nav-left {
		margin: 0 0 10rem;
	}

	.product-nav-left-li,
	.product-nav-left-li.cur {}

	.product-nav-left-li {
		width: 50%;
	}

	.product-nav-left-link {
		margin: 3px;
		font-size: 13px;
		height: 34px;
		line-height: 16px;
		padding: 0;
	}
}

/* 首页产品左侧导航 end */
/* 产品列表-列表 start */
.listpro-ul {
	/* padding: 0 10px; */
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .listpro-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.listpro-link {
	margin: 22px;
	border: 1px solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.listpro-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 56%; */
	/* padding: 20px; */
	/* background-color: rgba(0, 0, 0, .7); */
	position: relative;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199, 0, 0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.listpro-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.listpro-button-box {
	/* margin-top: 10px; */
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 25px;
	color: #B8914E;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {
		height: 190px;
	}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8px 20px 8px 8px;
		color: #666;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220px;
	}

	.listpro-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.listpro-title-line {
		margin-bottom: 5px;
	}

	.listpro-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36px;
	}

	/* .listpro-button {
		background-color: #B8914E;
		color: #fff;
	} */

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160px;
	}

	.listpro-right {
		padding: 5px;
	}

	.listpro-info {
		height: 68px;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}

	.listpro-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5px;
	}

	.listpro-title {
		line-height: 25px;
		font-size: 13px;
	}

	.listpro-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.listpro-image {
		height: 150px;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130px;
	}
}

/* 产品列表-列表 end */
/* 产品列表2 start */
.list-product-ul-box {
	max-width: 1100px;
	margin: 0 auto;
}

.list-product-dl-row {
	padding-top: 15px;
	border-top: 1px solid #000;
}
.list-product-dl-row+.list-product-dl-row {
	margin-top: 15px;
}
.list-product-type-name-box {
	margin-bottom: 15px;
}
.list-product-dl-row-catdir {
	position: relative;
	top: -64px;
}

@media (max-width: 768px) {
	.list-product-dl-row-catdir {
		top: -50px;
	}
}

.product-type-name {
	color: #801E01;
	font-weight: bold;
	font-family: "宋体";
}

.list-product-dl {
	/* background-color: #fff; */
	margin: 0;
}

.list-product-dt,
.list-product-link {
	margin: 0;
	display: flex;
	justify-content: space-between;
	/* border-radius: 10px; */
	box-sizing: border-box;
}

.list-product-dt {
	/* background-color: #801E01;
  color: #ffffff; */
	/* border-radius: 20px 20px 0 0; */
	padding: 0 5%;
	/* height: 78px; */
	align-items: center;
	/* font-size: 20px; */

	/* height: 32px; */
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	/* height: 40px; */
	font-size: 15px;
	line-heigt: 24px;

	padding: 0;
	font-weight: bold;
	color: #801E01;
}

.list-product-dd {
	margin: 0;
	position: relative;
	/* background-color: #ffffff; */
	transition: 0.3s;
	-webkit-transition: 0.3s;
	/* color: #666; */
	/* font-size: 16px; */
	/*padding: 20px 5%;
  margin-top: 15px;
  border-radius: 10px; */

	/* padding: 6px 5%; */
	padding: 0;
	/* border-bottom: 1px solid #dedede; */
	overflow: hidden;
}

.list-product-dd+.list-product-dd {border-top: 1px solid #dedede;}
.list-product-item {
	line-height: 1.5;
	flex-shrink: 0;
	/* margin-right: 2%;
  width: 24%; */
	/* margin-right: 1%; */
	width: 20%;
	text-align: center;
	padding: 6px 0;
}

.list-product-name {
	display: none;
}

/* .list-product-item:nth-child(2) {
  width: 30%;
}
.list-product-item:nth-child(3) {
  width: 16%;
} */
/* .list-product-dd-1 .list-product-item-1 {
	background-color: #e58e8b;
	color: #fff;
}
.list-product-item-1 {
	background-color: #e58e8b;
	color: #fff;
} */

.list-product-item:nth-child(5) {
	margin-right: 0;
	text-align: center;
}

.list-product-icon {
	height: 21px;
}

.list-product-dd .list-product-item-1:hover {
	font-weight: bold;
	/* color: #801E01; */
	color: #e58e8b;
}

@media (min-width: 993px) {
	.list-product-dd:hover {
		/* background-color: #801E01;
	    color: #ffffff; */
		/* background-color: #f8f8f8; */
	}

	.list-product-dd:hover .list-product-icon {
		/* filter: invert(1); */
		/* filter: brightness(100) contrast(100) saturate(0); */
		opacity: .9;
	}
}

@media (max-width: 992px) {

	.list-product-dt,
	.list-product-dd {
		padding: 14px 5%;
	}

	.list-product-dt {
		height: auto;
		border-radius: 10px 10px 0 0;
	}

	.list-product-dd {
		/* margin-top: 8px; */
		font-size: 15px;
	}
}

@media (max-width: 768px) {

	.list-product-dl-row+.list-product-dl-row {
		margin-top: 30px;
	}
	.list-product-dt {
		display: none;
	}

	.list-product-dd {
		display: block;
		box-shadow: 0 3px 10px rgba(235, 241, 252, 0.9);
		font-size: 14px;
	}

	.list-product-link {
		display: block;
		padding-right: 20px;
		position: relative;
	}

	.list-product-msg-btn {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}

	.list-product-item {
		width: 100% !important;
		margin-right: 0;
		display: flex;
		text-align: left !important;
	}

	.list-product-name {
		display: block;
		flex-shrink: 0;
		margin-right: 10px;
		color: #801E01;
		min-width: 60px;
		text-align: left;
	}
}
/* 产品列表2 end */


/* 视频列表 start */
.listvideo-li {
	width: 25%;
	float: left;
	text-align: center;
}

.listvideo-link {
	margin: 10px;
	display: block;
	position: relative;
}

.listvideo-image-box {}

.listvideo-image {}

.listvideo-title-box {
	padding: 10px 10px 0;
}

.listvideo-title {
	font-size: 16px;
}


.listvideo-link:hover {
	color: #801E01;
}

@media (max-width: 992px) {
	.listvideo-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.listvideo-li {
		width: 50%;
	}

	.listvideo-title-box {
		padding: 8px 8px 0;
	}

	.listvideo-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listvideo-link {
		margin: 8px;
	}
}

@media (max-width: 380px) {
	.listvideo-link {
		margin: 5px;
	}
}

/* 视频列表 end */


/* 新闻资讯 start */
.listnews-ul {
	margin: 0 -10px;
	;
}

.listnews-li {
	width: 50%;
}

.listnews-link {
	display: block;
	margin: 10px;
	padding: 35px;
}

.listnews-link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.listnews-left {
	margin-right: 30px;
}

.listnews-time {
	border-right: 1px solid #e7e7e7;
	line-height: 20px;
	padding: 25px 60px;
}

.listnews-time-up {
	font-size: 48px;
	line-height: 48px;
}

.listnews-time-line {
	width: 25px;
	height: 3px;
	margin: 15px 0;
	background: #e7e7e7;
}

.listnews-time-down {}

.listnews-info {
	padding: 0 30px;
}

.listnews-title {
	font-size: 18px;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.listnews-desc {
	margin-top: 25px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	text-align: justify;
}

.listnews-more-row {
	margin-top: 30px;
	vertical-align: top;
}

.listnews-more-icon {
	display: inline-block;
	width: 0;
	height: 10px;
	opacity: 0;
	vertical-align: middle;
}

.listnews-more {
	color: #666;
	margin-left: -3px;
}

.listnews-link:hover:before {
	box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	-o-transform: scale(1.025);
	transform: scale(1.025);
}

.listnews-link:hover .listnews-more-icon {
	width: 21px;
	opacity: 1;
}

@media (max-width: 1200px) {
	.listnews-link {
		padding: 25px;
	}

	.listnews-left {
		margin-right: 30px;
	}

	.listnews-time {
		padding: 20px 50px;
	}

	.listnews-time-up {
		font-size: 45px;
		line-height: 1;
	}

	.listnews-info {
		padding: 0 30px;
	}

	.listnews-more-row {
		margin-top: 30px;
	}
}

@media (max-width: 992px) {
	.listnews-link {
		padding: 20px;
	}

	.listnews-left {
		margin-right: 20px;
	}

	.listnews-time {
		padding: 15px 40px;
	}

	.listnews-time-up {
		font-size: 40px;
	}

	.listnews-info {
		padding: 0 20px;
	}

	.listnews-title {
		font-size: 17px;
	}

	.listnews-desc {
		margin-top: 10px;
	}

	.listnews-more-row {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.listnews-li {
		float: none;
		width: auto;
	}

	.listnews-link {
		padding: 15px;
	}

	.listnews-left {
		margin-right: 20px;
	}

	.listnews-time {
		padding: 15px 30px;
	}

	.listnews-time-up {
		font-size: 35px;
	}

	.listnews-time-line {
		margin: 10px 0;
		width: 20px;
	}

	.listnews-info {
		padding: 0 15px;
	}

	.listnews-title {
		font-size: 16px;
	}

	.listnews-desc {
		margin-top: 8px;
	}

	.listnews-more-row {
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	.listnews-ul {
		margin: 0;
	}

	.listnews-li {}

	.listnews-link {
		margin: 8px 0;
	}

	.listnews-link:before {}

	.listnews-left {
		margin-right: 10px;
	}

	.listnews-time {
		padding: 10px 20px;
	}

	.listnews-time-up {
		font-size: 30px;
	}

	.listnews-info {
		padding: 0 10px;
	}

	.listnews-title {
		font-size: 15px;
	}

	.listnews-desc {
		font-size: 13px;
		line-height: 17px;
		height: 32px;
	}
}

/* 新闻资讯 end */



/* 文章详情 start */
.detail-page-box-bg {
	background-color: #f6f9fb;
}

.detail-title-box {
	position: relative;
	text-align: center;
}

.detail-news-title {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
	/* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.detail-title-time {
	color: #adadad;
	/* font-size: 13px; */
	margin-bottom: 20px;
}

.detail-time-svg {
	vertical-align: top;
}

.detail-title-line {
	border: 1px solid #f0efef;
	border-bottom: none;
	margin: 20px 0;
}

.detail-body {
	line-height: 30px;
	/* color: #676767; */
}

.arc-detail-body {
	min-height: 220px;
}
@media (max-width: 768px){
	.arc-detail-body {min-height: 360px;}
}

.detail-body img {
	max-width: 100%;
}

.detail-body ul,
.about-info-content ul,
.page-content ul {
	padding-left: 40px;
}

.detail-body li,
.about-info-content li,
.page-content li {
	display: list-item;
	list-style: disc;
	/* list-style: revert; */
	/* list-style: revert-layer; */
	/* list-style: unset; */
}

.detail-body video {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}

@media (max-width: 1200px) {
	.detail-body video {
		height: auto;
	}
}

.detail-body iframe {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}

.detail-body iframe video {
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.detail-body iframe {
		height: 440px;
	}
}

@media (max-width: 992px) {
	.detail-body iframe {
		height: 380px;
	}
}

@media (max-width: 768px) {
	.detail-body iframe {
		height: 320px;
	}
}

@media (max-width: 480px) {
	.detail-body iframe {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.detail-news-title {
		font-size: 18px;
		margin-bottom: 12px;
		line-height: 25px;
	}

	.detail-title-box {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.detail-news-title {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.detail-title-time {
		margin-bottom: 8px;
	}

	.detail-title-line {
		margin: 8px 0;
	}

	.detail-time {
		padding: 5px 0;
		display: none;
	}

	.detail-body {
		line-height: 25px;
		font-size: 13px;
	}
}

/* 文章详情 end */


/* 图片详情 start */
.product-detail-page-box-bg {
	background-position: center bottom;
	background-repeat: no-repeat;
	/* background-color: #f6f9fb; */
	background-color: #f8f8f8;
}
.product-detail-bg {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.product-detail-bg1 {
	width: 40.3125%;
}

.product-detail-bg2 {
	width: 36.45833%;
}
@media (max-width: 768px) {
	.product-detail-page-box-bg {background-color: #fff; background-image: none !important;}
	.product-detail-bg {display: none;}
}

.img-desc-box {
	/* padding:15px 0 30px; */
	overflow: hidden;
}

.desc-left {
	margin-top: 10rem;
	width: 40%;
	float: left;
	margin-right: 10%;
}

.desc-image-box {}

.desc-image {}

.desc-right {
	overflow: hidden;
	margin-top: 10px;
}

.desc-title {
	line-height: 1.2;
	/* font-size: 28rem; */
	font-size: 22rem;
	color: #000000;
	margin-bottom: 15rem;
	font-weight: 700;
}

.desc-bd {
	margin-top: 10px;
	font-size: 16rem;
	line-height: 1.75;
	color: rgba(0, 0, 0, .7);
}

.desc-attr-box {
	padding: 20rem 0;
	font-size: 16rem;
	line-height: 1.6875;
	color: #000;
	min-height: 35px;
}

.desc-attr-row {
	font-size: 24rem;
	font-weight: 700;
	color: #801E01;
	vertical-align: bottom;
	line-height: 1.45;
	margin-right: 10rem;
}

.desc-hr {
	margin: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.desc-right-type {
	position: relative;
	margin-top: 45rem;
	padding: 20rem 0;
	line-height: 0.75;
	font-size: 50rem;
	text-transform: uppercase;
	color: #eff3f6;
	letter-spacing: 3rem;
	white-space: nowrap;
}

.detai-product-page-right-bg {
	max-width: 1100px;
}

.detail-page-row+.detail-page-row {
	margin-top: 15px;
}

.product-detail-info-bg {
	/* border-radius: 10px; */
	background-color: #fff;
	padding: 55rem 5%;
	/* margin-top: 2.7%; */
	/* box-shadow: 23px 0 90px rgba(29,56,75,.17); */
	/* box-shadow: 0 0 2px rgba(29,56,75,.17); */
}

.img-typename-box {
	border-bottom: 1px solid #dedede;
}

.img-typename {
	line-height: 40px;
	font-weight: normal;
	margin-bottom: -1px;
	border-bottom: 1px solid #333;
	display: inline-block;
	font-size: 16px;
}


@media (min-width:1200px) {
	.desc-bd {
		/* min-height:90px; */
	}
}

.desc-button-box {
	margin-top: 20px;
}

.desc-icon {
	margin-right: 3px;
	margin-top: 9px;
	height: 20px;
}

.desc-button {
	border: 1px solid #233;
	border-radius: 5px;
	color: #233;
	line-height: 38px;
	font-size: 16px;
	cursor: pointer;
	padding: 0 20px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.image-bshare {
	overflow: hidden;
}


.img-detail {
	padding: 20px 0;
	overflow: hidden;
}

.detail-image-ul {
	padding: 20px 0;
}

.detail-image-li {
	text-align: center;
}

.detail-image-li img {
	max-width: 100%;
	margin: 5px 0;
	display: block;
}


.arc-typename-box {
	border-bottom: 1px solid #801E01;
}

.arc-typename {
	line-height: 40px;
	font-weight: normal;
	margin-bottom: -1px;
	border-bottom: 1px solid #801E01;
	display: inline-block;
	font-size: 18px;
}

.detail-bd {
	padding: 20px 0;
	line-height: 2;
	color: #333;
	font-size: 16px;
}

.detail-bd img {
	max-width: 100%;
}

@media (max-width:1200px) {
	.desc-left {}

	.desc-right {
		margin-left: 410px;
	}
}

@media (max-width:992px) {
	.desc-left {}

	.desc-right {
		margin-left: 390px;
	}

	.desc-title {
		font-size: 22px;
	}
}

@media (max-width:920px) {
	.desc-left {}

	.desc-title {
		font-size: 20px;
	}

	.desc-bd {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.img-desc-box {
		padding: 0;
	}

	.desc-left {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.desc-right {
		margin-left: 0;
		/* display: none; */
		padding-top: 10px;
	}

	.desc-title {
		margin: 0;
		font-size: 18px;
		font-weight: bold;
	}

	.desc-bd {
		line-height: 1.6;
		font-size: 14px;
		min-height: auto;
	}

	.desc-button-box {
		margin-top: 10px;
	}

	.desc-button {
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
	}

	.desc-icon {
		height: 18px;
		margin: 6px 0;
	}

	.image-bshare {
		display: none;
	}

	.img-detail {
		padding: 10px 0 0;
	}

	.arc-typename {
		line-height: 30px;
		font-size: 14px;
	}

	.detail-image-ul {
		padding: 8px 0;
	}

	.detail-image-li img {
		margin: 3px 0;
	}

	.detail-bd {
		padding: 10px 5px;
		line-height: 1.75;
		font-size: 14px;
	}

	.desc-attr-box {
		padding: 10rem 0;
		min-height: auto;
	}

	.desc-right-type {
		margin-top: 15rem;
		padding: 10rem 0;
		font-size: 30rem;
		/* text-align: center; */
	}

	.product-detail-info-bg {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.desc-right {
		margin-top: 0;
	}

	.desc-title {
		font-size: 16px;
	}

}

/* 图片详情 end */


/* 业务领域 start */
.bus-list-entitle,
.bus-list-subtitle {
	color: #333333;
}

.bus-list-entitle {
	font-size: 28px;
	margin-bottom: 10px;
}

.bus-list-subtitle {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 30px;
}

.bus-list-link {
	display: block;
	margin: 50px 0;
}

.bus-list-left {
	width: 870px;
	max-width: 100%;
}

.bus-list-left-odd {
	float: right;
}

.bus-list-left-even {
	float: left;
}

.bus-list-image {
	width: 100%;
	/* height: 582px; */
}

.bus-list-info {
	position: relative;
	/* overflow: hidden; */
}

.bus-list-info-bg {
	position: absolute;
	top: 50%;
	background-color: #fff;
	padding: 60px 35px;
	box-shadow: 0 0 10px #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bus-list-info-bg-odd {
	left: 0;
	margin-left: 10px;
}

.bus-list-info-bg-even {
	right: 0;
	margin-right: 10px;
}

.bus-list-content {
	max-width: 390px;
}

.bus-list-desc {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #8c8c8c;
}

.bus-list-more-row {
	margin-top: 50px;
}

.bus-list-more {
	display: block;
	width: 128px;
	line-height: 43px;
	background-color: #ffc001;
	color: #fff;
	text-align: center;
}

@media (max-width: 768px) {
	.bus-list-link {
		margin: 30px 0;
	}

	.bus-list-left-odd,
	.bus-list-left-even {
		float: none;
	}

	.bus-list-info-bg {
		position: static;
		transform: none;
		padding: 30px;
	}

	.bus-list-info-bg-odd,
	.bus-list-info-bg-even {
		margin: 0;
	}

	.bus-list-entitle {
		font-size: 20px;
	}

	.bus-list-subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.bus-list-more-row {
		margin-top: 20px;
	}
}

@media (max-width: 560px) {
	.bus-list-link {
		margin: 0 0 20px;
	}

	.bus-list-info-bg {
		padding: 20px;
	}

	.bus-list-entitle {
		font-size: 18px;
	}

	.bus-list-subtitle {
		font-size: 16px;
	}

	.bus-list-desc {
		line-height: 25px;
	}

	.bus-list-more-row {
		margin-top: 10px;
	}

	.bus-list-more {
		width: 100px;
		line-height: 32px;
		font-size: 13px;
	}
}

/* 业务领域 end */


/* 团队精英 start */
.team-list-ul {
	padding-top: 30px;
}

.team-list-li {
	width: 25%;
	float: left;
}

.team-list-link {
	display: block;
	margin: 10px;
}

.team-list-image-box {
	padding-bottom: 133.333333333%;
}

.team-list-image {}

.team-list-info {
	padding: 10px;
	text-align: center;
	color: #999;
}

.team-list-title {
	font-size: 16px;
	color: #666;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team-list-short {
	margin-top: 15px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team-list-desc {
	line-height: 25px;
	margin-top: 15px;

}

@media (max-width: 1200px) {
	.team-list-image {
		height: 260px;
	}
}

@media (max-width: 992px) {
	.team-list-image {
		height: 220px;
	}
}

@media (max-width: 888px) {
	.team-list-image {
		height: 180px;
	}
}

@media (max-width: 768px) {
	.team-list-ul {
		padding-top: 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* .team-list-li { width: 50%; } */
	.team-list-image {
		height: 220px;
	}

	.team-list-title {
		margin-top: 10px;
	}

	.team-list-short {
		margin-top: 10px;
	}

	.team-list-desc {
		margin-top: 10px;
		font-size: 13px;
		line-height: 20px;
		height: 57px;
	}
}

@media (max-width: 560px) {
	.team-list-li {
		width: 100%;
		float: none;
	}

	.team-list-link {
		margin: 5px;
	}

	.team-list-image {
		height: 190px;
	}

	.team-list-title {
		margin-top: 8px;
	}

	.team-list-short {
		margin-top: 8px;
	}

	.team-list-desc {
		margin-top: 8px;
	}
}

@media (max-width: 480px) {
	.team-list-ul {
		padding-top: 10px;
	}

	.team-list-image {
		height: 160px;
	}

	.team-list-title {
		margin-top: 6px;
		font-size: 15px;
	}

	.team-list-short {
		margin-top: 6px;
	}

	.team-list-desc {
		margin-top: 6px;
	}
}

@media (max-width: 414px) {
	.team-list-image {
		height: 150px;
	}

	.team-list-title {
		font-size: 14px;
	}
}

/* 团队精英 end */

/* 搜索列表 start */
.search-list-li {}

.search-list-link {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	transition: all 0.2s linear 0s;
	border-top: 1px solid #efefef;
	font-size: 16px;
}

.search-list-link1 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.search-list-title {}

.search-list-info {
	overflow: hidden;
}

.search-list-time {
	display: block;
	margin-left: 30px;
}

.search-list-link:hover {}

.search-list-li:hover .search-list-title {
	color: #d04411;
}

@media (max-width: 1200px) {}

@media (max-width: 768px) {
	.search-list-link {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
	}

	.search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	.search-list-link {
		margin-top: 8px;
		padding-top: 8px;
		font-size: 13px;
	}

	.search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}

	.search-list-time {
		margin-left: 5px;
	}
}

/* 搜索列表 end */


/* 企业优势 start */
.youshi-list-page-bg {
	padding: 20px 0;
}

.qiye-youshi-ul {
	font-size: 0;
}

.qiye-youshi-li {
	overflow: hidden;
	width: 50%;
	display: inline-block;
}

.qiye-youshi-link {
	display: block;
	margin: 20px;
	padding: 30px;
	background-color: rgba(255, 255, 255, .1);
}


.qiye-youshi-info {}

.honor-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}


.qiye-youshi-title {
	font-size: 26px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00a0e9;
}

.qiye-youshi-desc {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

.page-line-row {
	height: 19px;
	margin: 30px 0;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

@media (max-width: 992px) {
	.qiye-youshi-ul {
		padding-left: 0;
	}

	.qiye-youshi-link {
		margin: 10px;
	}

	.qiye-youshi-info {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.qiye-youshi-line-bg {
		margin: 0 10px;
	}

	.qiye-youshi-info {
		margin-left: 25px;
	}

	.qiye-youshi-title {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.qiye-youshi-desc {
		line-height: 25px;
		font-size: 14px;
		height: 75px;
	}

	.page-line-row {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.youshi-list-page-bg {
		padding-top: 10px;
		padding-bottom: 0;
	}

	.qiye-youshi-ul {
		padding-bottom: 10px;
	}

	.qiye-youshi-li {
		width: auto;
		display: block;
	}

	.qiye-youshi-link {
		margin: 10px;
	}

	.qiye-youshi-info {
		margin: 0;
	}

	.qiye-youshi-desc {
		height: auto;
	}

	.page-line-row {
		margin-top: 0;
		display: none;
	}
}

/* 企业优势 end */


/* 新闻资讯 start */
.news-list-li {
	width: 50%;
}

.news-list-link {
	display: block;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 28px;
	transition: all 0.2s linear 0s;
}

.news-list-title {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-info {
	overflow: hidden;
}

.news-list-desc {
	font-size: 14px;
	margin-top: 5px;
	line-height: 25px;
	height: 50px;
	color: #999;
	text-align: justify;
}

.news-list-time {
	display: block;
	width: 75px;
	height: 90px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
}

.news-list-time-up {
	margin-top: 13px;
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}

.news-list-link:hover {
	border: 1px solid #801E01;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.news-list-li:hover .news-list-title {
	color: #801E01;
}

.news-page-more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	background-color: #444;
	color: #fff;
}

.news-page-more:hover {
	background-color: #801E01;
	color: #fff;
	text-indent: 10px;
}

@media (max-width: 1200px) {
	.news-list-link {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.news-list-item {
		float: none;
		width: auto;
	}
}

@media (max-width: 480px) {
	.news-list-li {
		margin-right: 0;
		float: none;
		width: auto;
		padding-right: 0;
	}

	.news-list-link {
		margin: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}

	.news-list-time {
		width: 60px;
		height: 75px;
		padding-right: 10px;
		margin-right: 10px;
	}

	.news-list-time-up {
		margin-top: 3px;
	}

	.news-list-title {
		font-size: 15px;
	}

	.news-list-desc {
		font-size: 13px;
		line-height: 17px;
		height: 49px;
	}

	.news-page-more {
		margin-top: 20px;
	}
}

/* 新闻资讯 end */

/* 首页新闻 start */
.swiper-home-news {
	/* margin-right: -14.6%; */
	margin-right: -29%;
}

.home-news-swiper-page-bg {
	padding: 0;
	margin: 0;
}

.home-news-list-ul {}

.home-news-list-ul::-webkit-scrollbar {
	display: none;
}

.home-news-list-li {
	width: 28.8%;
	display: inline-block;
	font-size: 16px;
	white-space: normal;
}

.home-news-list-link {
	display: block;
	border-radius: 30rem;
	margin: 0 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .4);
	/* background: #ffffff;
	-webkit-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	-moz-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	-ms-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	-o-background-image: linear-gradient(to bottom right, #fff, #E6E6E6);
	background-image: linear-gradient(to bottom right, #fff, #E6E6E6); */
}

.home-news-list-image-box {
	padding-bottom: 50%;
}

.home-news-list-image {}

.home-news-li-info {
	/* box-shadow: 0 0 10px #dedede; */
	padding: 50px 40px;
	overflow: hidden;
}

.home-news-li-time {
	color: #666;
	letter-spacing: -1px;
	line-height: 20px;
	/* font-weight: normal; */
}

.home-news-li-row+.home-news-li-row {
	margin-top: 25px;
}

.home-news-li-title {
	font-size: 22px;
	line-height: 30px;
	/* height: 60px; */
}

.home-news-li-line {
	width: 80rem;
	height: 3px;
	background-color: #801E01;
}

.home-news-li-desc {
	/* display: block; */
	color: #555;
	line-height: 35px;
	height: 110px;
}

.home-news-li-more {
	margin-top: 25px;
	font-size: 15px;
}




.home-news-page-body-bg {
	position: relative;
	margin-top: 120px;
	padding: 60px 0;
}

.home-news-swiper-button-row {
	position: absolute;
	top: 0;
	left: 0;
}

.home-news-swiper-button-next,
.home-news-swiper-button-prev {
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	position: static;
	margin-top: 0;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 5px #129cff;

	/* text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #000; */
	background-size: 12px;
	background-image: url(../images/newsarrow1.png);
}

.home-news-swiper-button-prev {
	margin-right: 8rem;
}

.home-news-swiper-button-next {
	margin-right: 8rem;
	transform: rotate(180deg);
}

.home-news-swiper-button-next:hover,
.home-news-swiper-button-prev:hover {
	background-color: #801E01;
	background-image: url(../images/newsarrow2.png);
}

.home-news-list-link:hover {
	box-shadow: 0 0 10rem #efefef;
	background-color: #fff;
}


@media (max-width: 1200px) {
	.home-news-list-ul {
		/* overflow: auto; */
	}

	.home-news-list-li {
		/* width: 40%; */
	}
}

@media (max-width: 768px) {
	.swiper-home-news {
		margin-right: 0;
	}

	.home-news-list-ul {
		/* margin-top: 20px;
		display: block; */
	}

	.home-news-list-link {
		box-shadow: 0 0 10rem #efefef;
	}

	.home-news-li-info {
		padding: 35px 30px;
	}

	.home-news-li-title {
		font-size: 18px;
		line-height: 28px;
	}

	.home-news-li-desc {
		font-size: 100%;
		line-height: 30px;
		height: auto;
		-webkit-line-clamp: 4;
		font-size: 15px;
	}
}

@media (max-width: 666px) {
	.home-news-list-li {
		/* width: 60%; */
	}
}

@media (max-width: 480px) {

	/* .home-news-page-body {
		margin: 0 -15px;
	}
	.home-news-swiper-button-row {padding: 0 15px;} */
	.home-news-page-body-bg {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.home-news-list-ul {
		/* width: auto;
		float: none;
		padding-left: 20px; */
	}

	.home-news-list-li {
		/* width: 66%; */
	}

	.home-news-list-link {}

	.home-news-li-row+.home-news-li-row {
		margin-top: 15px;
	}

	.home-news-li-info {
		padding: 30px 25px;
	}

	.home-news-li-time {
		color: #aaa;
	}

	.home-news-li-title {
		line-height: 25px;
	}

	.home-news-li-desc {
		line-height: 25px;
		height: auto;
		font-size: 14px;
	}

}

/* 首页新闻 end */


/* 列表左侧 start */
.listimg-left {
	paddding: 20px 0;
}

.listimg-left-ul {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

.listimg-left-li {
	display: inline-block;
	overflow: hidden;
	margin: 0 10px;
}

.listimg-left-link {
	display: block;
	overflow: hidden;
	line-height: 36px;
	text-align: left;
	font-size: 16px;
	color: #666;
	transition: all 0.4s;
	padding: 0 25px;
	border-radius: 20px;
}

.cur .listimg-left-link,
.listimg-left-li:hover .listimg-left-link {
	color: #fff;
	background-color: #ffc001;
}

/* 列表左侧 end */


/* 合作联盟，优势互补好经营 start */
.hezuo-desc {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}

/* 合作联盟，优势互补好经营 end */




.typename-line {
	/* background-color: #FFC100; */
}








/* 团队高层风采 start */
.gaoceng-list-li {
	/* width: 25%; */
	width: 32%;
	float: left;
}

.gaoceng-list-link {
	display: block;
	/* cursor: unset; */
	margin: 10px;
}

.gaoceng-list-image-box {
	padding-bottom: 125%;
}

.gaoceng-list-info {
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}

.gaoceng-list-title {
	font-size: 16px;
}

@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}

/* 团队高层风采 end */


/* 服务介绍 start */
.fuwu-page-more-bg {
	border-radius: 50px;
	display: inline-block;
	min-width: 160px;
	text-align: center;
	color: #fff;
	height: 50rem;
	line-height: 50rem;
	position: relative;
	padding: 0 30px
}

.fuwu-page-more-title {
	color: inherit;
	position: relative;
	z-index: 3
}

.fuwu-page-more-arrow {
	color: inherit;
	position: relative;
	z-index: 3;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	display: inline-block
}

.fuwu-page-more-bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50px;
	background: linear-gradient(45deg, #108be3 0, #801E01 100%);
	z-index: 2;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	pointer-events: none;
	box-sizing: border-box
}

.fuwu-page-more-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50px;
	z-index: 1;
	border-style: solid;
	border-color: #59a9ff;
	border-width: 3px;
	background: 0 0;
	pointer-events: none;
	box-sizing: border-box
}

.fuwu-page-more-bg:hover:after {
	opacity: 1
}

.fuwu-page-more-bg:hover:before {
	transform: scaleX(1.2);
	-webkit-transform: scaleX(1.2);
	-moz-transform: scaleX(1.2);
	-o-transform: scaleX(1.2);
	-ms-transform: scaleX(1.2);
	opacity: 0;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out
}

.fuwu-page-more-bg:hover>i {
	transform: translateX(4px);
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-o-transform: translateX(4px);
	-ms-transform: translateX(4px)
}

.fuwu-page-box {
	position: relative
}

.fuwu-page-box * {
	box-sizing: border-box
}

.fuwu-list-ul,
.fuwu-page-body-bg {
	position: relative;
	z-index: 10
}

.fuwu-type-box {
	opacity: 0;
	pointer-events: none
}

.fuwu-list-ul {
	margin-top: 100rem;
	min-height: 560px;
	text-align: right
}

.fuwu-list-li {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(30px);
	transition: all .8s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.fuwu-list-li.cur {
	z-index: 3;
	opacity: 1;
	transform: none;
	visibility: visible;
	pointer-events: auto
}

.fuwu-list-left {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 33.33333%
}

.fuwu-list-left-bg,
.fuwu-list-left-li,
.fuwu-list-left-ul {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.fuwu-list-left-li {
	opacity: 0;
	padding: 10rem 0 20%;
	pointer-events: none;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transition: all .5s ease-out;
	visibility: hidden
}

.fuwu-list-left-li.cur {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	visibility: visible
}

.fuwu-list-left-li-title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 30px
}

.fuwu-list-left-li-desc {
	font-size: 14px;
	color: #7f8c94;
	line-height: 2;
}

.fuwu-list-left-link {
	bottom: 6%;
	left: 0;
	position: absolute
}

.fuwu-list-left-li-more {
	font-size: 16px
}

.fuwu-list-left-li-arrow {
	margin-left: 42px
}

.fuwu-list-right {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 66.66667%
}

.fuwu-list-right-bg {
	height: 560px;
	margin: auto;
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	width: 75%
}

.fuwu-list-right-ul {
	z-index: 5
}

.fuwu-list-right-li,
.fuwu-list-right-ul {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.fuwu-list-right-li {
	background-color: #fff;
	background-size: contain;
	border-radius: 30px;
	box-shadow: 0 23px 90px -10px rgba(29, 56, 75, .17);
	opacity: 0;
	pointer-events: none;
	transform: scale(.4) translateX(-90px);
	-webkit-transform: scale(.4) translateX(-90px);
	-moz-transform: scale(.4) translateX(-90px);
	-o-transform: scale(.4) translateX(-90px);
	-ms-transform: scale(.4) translateX(-90px);
	transform-origin: 0 50%;
	transition: all .7s cubic-bezier(.18, .88, .23, .9);
	z-index: 2;
	overflow: hidden;
}

.fuwu-list-right-li-pic {
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	position: relative;
	top: 0;
	z-index: 10;
	/* background-size:contain;top:10%;width:66.66667%;height:70%; */
	background-size: cover;
	height: 100%;
	border-radius: 30px;
}

.fuwu-list-right-li-pic,
.fuwu-list-right-li-title {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0
}

.fuwu-list-right-li-title {
	color: #eff3f6;
	height: 90%;
	letter-spacing: 30px;
	line-height: 150px;
	text-align: center;
	top: 0;
	width: 90%;
	z-index: 3
}

.fuwu-list-right-li-desc {
	bottom: 8%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform-origin: 100% 50%;
	white-space: nowrap;
	z-index: 5
}

.fuwu-list-right-li-num {
	bottom: 20px;
	display: inline-block;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 16.66667%;
	z-index: 5
}

.fuwu-list-right-li.cur {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateX(0);
	-webkit-transform: scale(1) translateX(0);
	-moz-transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	z-index: 10
}

.fuwu-list-right-li.cur .fuwu-list-right-li-pic {
	opacity: 1
}

.fuwu-list-right-li.n1 {
	opacity: .8;
	transform: scale(.8) translateX(-30px);
	-webkit-transform: scale(.8) translateX(-30px);
	-moz-transform: scale(.8) translateX(-30px);
	-o-transform: scale(.8) translateX(-30px);
	-ms-transform: scale(.8) translateX(-30px);
	z-index: 8
}

.fuwu-list-right-li.n2 {
	opacity: .6;
	transform: scale(.6) translateX(-70px);
	-webkit-transform: scale(.6) translateX(-70px);
	-moz-transform: scale(.6) translateX(-70px);
	-o-transform: scale(.6) translateX(-70px);
	-ms-transform: scale(.6) translateX(-70px);
	z-index: 7
}

.fuwu-list-right-li.move {
	opacity: 0;
	pointer-events: none;
	transform: scale(1) translateX(30px);
	-webkit-transform: scale(1) translateX(30px);
	-moz-transform: scale(1) translateX(30px);
	-o-transform: scale(1) translateX(30px);
	-ms-transform: scale(1) translateX(30px);
	z-index: 7
}

.fuwu-list-right-li.cur_move {
	opacity: 1;
	pointer-events: none;
	transform: scale(1) translateX(0);
	-webkit-transform: scale(1) translateX(0);
	-moz-transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	z-index: 10
}

.fuwu-list-right-bg {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	float: right;
}

.fuwu-list-right-li.cur .fuwu-list-right-li-pic {
	animation: fadeInDownSmall .8s ease
}

.fuwu-page-type-ol {
	display: flex;
	justify-content: flex-start;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	justify-content: center;
	padding-left: 0;
}

.fuwu-page-type-li {
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 20%;
	width: 33.33333333333333%;
	width: 40%;
}

.fuwu-page-type-li:before {
	background-color: #b3bfc3;
	bottom: 0;
	content: "";
	height: 1px;
	left: 20%;
	margin: auto;
	position: absolute;
	top: 0;
	width: 80%;
}

.fuwu-page-type-li:last-child:before {
	display: none;
}

.fuwu-page-type-li:last-child {
	width: auto;
}

.fuwu-page-type-li-icon-box {
	background-color: transparent;
	border-radius: 50%;
	display: block;
	width: 128rem;
	line-height: 64rem;
	text-align: center;
	position: relative;
	z-index: 10;
}

.fuwu-page-type-li-icon-bg {
	border-radius: 50%;
	content: "";
	height: 64rem;
	width: 64rem;
	margin: 0 auto;
}

.cur .fuwu-page-type-li-icon-bg {
	background-color: #fff;
}

.fuwu-page-type-li-icon {
	bottom: 0;
	display: inline-block;
	height: 28px;
	vertical-align: middle;
}

.fuwu-page-type-li-title {
	margin-top: 5px;
	display: inline-block;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	width: 128px;
	font-size: 16px;
	-webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
	-o-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	transform: translateY(-14px);
}

.fuwu-page-type-li-title {
	text-align: center;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out
}

.fuwu-page-type-li.cur:after,
.fuwu-page-type-li:hover:after {
	opacity: 1;
	transition-delay: 0.2s
}

.fuwu-page-type-li.cur>span,
.fuwu-page-type-li:hover>span {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none
}

.fuwu-page-type-last {
	position: relative;
	width: 20%
}

.fuwu-page-type-more {
	position: absolute;
	top: 8px;
	left: 10px;
	box-shadow: 0 23px 90px -10px rgba(29, 56, 72, .2);
	color: #333
}

.fuwu-page-type-more:after {
	background-color: #fff
}

.fuwu-page-type-more:before {
	border-color: #fff
}

.fuwu-page-box-bg {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 100%;
	background-image: url(../uploads/fuwubg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ebf5fa;
	background-position: 50% -231.82px
}

.fuwu-page-type-title {
	font-size: 16px;
	z-index: 3;
	position: relative
}

.fuwu-page-type-arrow {
	margin-left: 20px;
	font-size: 16px;
	font-style: normal;
	position: relative;
	z-index: 3;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: inline-block
}


@media (max-width:768px) {

	.fuwu-list-left,
	.fuwu-page-type-li-icon-box:after {
		display: none
	}

	.fuwu-list-right,
	.fuwu-list-right-bg {
		width: 100%
	}

	.fuwu-list-right-li-title {
		font-size: 40px;
		line-height: 1.6
	}

	.fuwu-list-right-li-desc {
		transform: rotate(90deg) scale(.7)
	}

	.fuwu-list-right .pro-page {
		bottom: -74px;
		height: 40px;
		width: 100%
	}

	.fuwu-list-right .pro-page>ol {
		align-items: center;
		display: flex;
		justify-content: space-between;
		width: 60%
	}

	.fuwu-list-right .pro-page>ol>li {
		display: inline-block;
		margin-bottom: 0
	}

	.fuwu-list-right .pro-page>ol>li>span {
		height: 36px;
		line-height: 36px;
		width: 36px
	}

	.fuwu-list-ul {
		margin-top: 128px;
		min-height: 350px
	}

	.fuwu-page-type-ol {
		justify-content: space-around;
		top: 70px;
		width: 100%;
		margin-top: 0;
	}

	.fuwu-page-type-li:before {
		display: none;
	}

	.fuwu-page-type-li-icon-box {
		width: auto;
		line-height: 50rem;
	}

	.fuwu-page-type-li-icon-bg {
		height: 50px;
		width: 50px
	}

	.fuwu-page-type-li-icon {
		height: 20px;
	}

	.fuwu-page-type-li-title {
		margin: 0;
		height: 28px;
		line-height: 28px;
		-webkit-transform: translateY(-12px);
		-moz-transform: translateY(-12px);
		-o-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
	}

	.fuwu-page-box .bg {
		height: 52%
	}

	.fuwu-page-type-li {
		margin-bottom: 0;
		text-align: center
	}

	.fuwu-page-type-last {
		display: none
	}
}

/* 服务介绍 end */

/* 服务优势 start */
.youshi-list-li {
	margin: 0;
}

.youshi-list-bg {
	display: block;
	overflow: hidden;
	/* padding: 50px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, .65);
	border-radius: 20px; */
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 769px) {
	.youshi-list-bg:hover {
		bottom: 10px;
		/* border-color: #dfdfdf;
		background-color: rgba(0, 0, 0, .05); */
	}
}

.youshi-list-left {
	float: right;
	/* width: 50%; */
	width: 720px;
}

@media (min-width: 769px) {
	.youshi-list-li-even .youshi-list-left {
		float: left;
	}
}

.youshi-list-image-box-bg {
	background-color: #fff;
	padding: 5px;
	border-radius: 0;
}

.youshi-list-image-box {
	/* padding-bottom: 260px; */
	padding-bottom: 56%;
	border-radius: 20px;
}

.youshi-list-right {
	/* margin-left: 50%; */
	overflow: hidden;
}

.youshi-list-right:after {
	content: "";
	display: block;
	clear: both;
}

.youshi-list-right-bg {
	padding: 60px 120px 0;
}

.youshi-pagination-num {
	float: left;
	text-align: center;
	width: 61px;
	height: 61px;
	line-height: 61px;
	background-color: #fff;
	font-size: 32px;
	color: #474747;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
}

.youshi-list-title-row {
	overflow: hidden;
	font-weight: normal;
}

.youshi-list-num {
	float: left;
	display: none;
	background: url(../images/typeIconBg.png) no-repeat center;
	/* color: #fff; */
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	/* color: #801E01; */
}

.youshi-list-title-box {
	display: block;
	/* margin-left: 85px; */
	/* padding: 1px 0; */
}

.youshi-list-title {
	font-size: 30px;
	/* font-weight: bold; */
	color: #666;
}

.youshi-list-short {
	margin-top: 5px;
	/* margin-top: 12px; */
	display: block;
	font-size: 18px;
	color: #999999;
	line-height: 1.1;
	text-transform: uppercase;
	/* padding: 0 10px;
	background-color: #333; */
}

.youshi-list-title-line {
	display: block;
	margin-top: 15px;
	width: 27px;
	height: 3px;
	background-color: #801E01;
}

.home-youshi-list-desc {
	margin-top: 45px;
	line-height: 38px;
	font-size: 28px;
	/* height: 115px; */
	/* color: #666; */
	/* height: 60px; */
	overflow: hidden;
}

.youshi-page-more-row {
	margin-top: 35px;
}

.youshi-page-more {}


.youshi-swiper-pagination {
	margin-top: 60px;
}

.youshi-swiper-pagination .swiper-pagination-bullet {
	width: 25%;
	border-radius: 0;
	height: auto;
	background-color: transparent;
	opacity: 1;
	display: block;
	float: left;
	box-sizing: border-box;
}

.youshi-pagination-bg {
	padding: 35px 0 35px 32px;
	background-color: #fff;
	margin: 5px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(72, 72, 72, 0.1);
	/* border-right: 2px solid #fff; */
}

.swiper-pagination-bullet:last-child .youshi-pagination-bg {
	border-right: 0;
}

.youshi-pagination-info {
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
}

.youshi-pagination-title {
	font-size: 24px;
}

.youshi-pagination-short {
	margin-top: 4px;
	color: #929292;
}

.swiper-pagination-bullet-active .youshi-pagination-bg,
.youshi-pagination-bg:hover {
	background-color: #801E01;
	color: #fff;
}

.swiper-pagination-bullet-active .youshi-pagination-short,
.youshi-pagination-bg:hover .youshi-pagination-short {
	color: #fff;
}

@media (max-width: 1500px) {
	.youshi-list-right-bg {
		padding: 40px 50px 0;
	}

	.youshi-list-short {
		font-size: 22px;
	}

	.youshi-list-title {
		font-size: 32px;
	}

	.youshi-page-more-row {
		margin-top: 30px;
	}

	.youshi-pagination-bg {
		padding: 20px 0 20px 20px;
	}

	.youshi-pagination-num {
		font-size: 30px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.youshi-pagination-title {
		font-size: 22px;
		line-height: 28px;
	}

	.youshi-pagination-short {
		font-size: 13px;
		line-height: 18px;
	}
}

@media (max-width: 1300px) {
	.youshi-list-right-bg {
		padding: 30px 50px 0;
	}

	.youshi-pagination-bg {
		padding: 15px 0 15px 15px;
	}

}

@media (max-width: 1200px) {
	.youshi-list-image-box {
		padding-bottom: 62.5%;
	}

	.youshi-list-right-bg {
		padding: 30px 30px 0;
	}

	.youshi-list-short {
		font-size: 20px;
	}

	.youshi-list-title {
		font-size: 28px;
	}

	.home-youshi-list-desc {
		font-size: 15px;
		line-height: 26px;
	}

	.youshi-page-more-row {
		margin-top: 25px;
	}

	.youshi-pagination-title {
		font-size: 20px;
	}

	.youshi-pagination-short {
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.youshi-list-bg {}

	.youshi-list-image-box {
		padding-bottom: 68.75%;
	}

	.youshi-list-title-row {
		margin-bottom: 15px;
	}

	.youshi-list-num {
		width: 66px;
		height: 66px;
		background-size: contain;
	}

	.youshi-list-title {
		font-size: 20px;
		line-height: 30px;
	}

	.youshi-list-short {
		font-size: 18px;
	}

	.home-youshi-list-desc {
		line-height: 20px;
		font-size: 14px;
	}

	.youshi-pagination-num {
		font-size: 25px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.youshi-pagination-bg {
		padding: 15px;
		text-align: center;
	}

	.youshi-pagination-title {
		font-size: 18px;
		line-height: 25px;
	}

	.youshi-pagination-short {
		margin-top: 0;
		line-height: 20px;
	}
}

@media (max-width: 888px) {
	.youshi-list-right-bg {
		padding: 25px 25px 0;
	}
}

@media (max-width: 768px) {
	.youshi-list-bg {
		/* padding: 20px; */
	}

	.youshi-list-left {
		width: auto;
		float: none;
	}

	.youshi-list-image-box {
		padding-bottom: 62.5%;
	}

	.youshi-list-right-bg {
		padding: 20px 0 0;
	}

	.youshi-list-title-row {
		margin-bottom: 10px;
	}

	.home-youshi-list-desc {
		margin-top: 20px;
		line-height: 22px;
		font-size: 14px;
		height: auto;
	}

	.youshi-page-more-row {
		text-align: left;
		margin-top: 20px;
	}

	.youshi-swiper-pagination {
		margin-top: 40px;
	}

	.youshi-pagination-bg {
		padding: 12px;
	}

	.youshi-pagination-info {
		font-size: 14px;
		line-height: 18px;
	}

	.youshi-pagination-num {
		display: none;
	}

	.youshi-pagination-title {
		font-size: 16px;
	}

	.youshi-pagination-short {
		display: none;
	}
}

@media (max-width: 480px) {
	.youshi-list-bg {
		margin: 0;
	}

	.youshi-list-image-box {
		padding-bottom: 56%;
	}

	.youshi-list-right-bg {
		padding-top: 15px;
	}

	.youshi-list-num {
		display: none;
	}

	.youshi-list-title-box {
		text-align: center;
	}

	.youshi-list-title {
		line-height: initial;
	}

	.youshi-list-short {}

	.youshi-list-title-line {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.home-youshi-list-desc {
		margin-top: 15px;
		overflow: hidden;
		text-align: justify;
	}

	.youshi-page-more-row {
		text-align: center;
	}

	.youshi-swiper-pagination {
		margin-top: 20px;
	}

	.youshi-pagination-bg {
		padding: 5px;
	}

	.youshi-pagination-info {
		height: 32px;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}

	.youshi-pagination-title {
		font-size: 14px;
		line-height: 16px;
		display: block;
		white-space: normal;
	}
}

@media (max-width: 380px) {
	.youshi-list-image-box {}
}

/* 服务优势 end */


/* 资质证书 start */

/* .honor-list-ul {
	padding: 30px 10px 0;
} */


.honor-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.honor-list-li.swiper-slide {
	margin-bottom: 0;
}

.honor-list-link {
	display: block;
	margin: 0 10px;
	/* border: 1px solid #dedede; */
	cursor: unset;
}

.honor-list-image-bg {
	padding: 17px;
}

.honor-list-image-box {
	padding-bottom: 70.75%;
	/* border-radius: 20px; */
}

.honor-list-image {
	object-fit: contain;
}

.honor-list-info {
	padding-top: 10px;
}

.honor-list-title {
	text-align: center;
}

.honor-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background-color: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.honor-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.honor-list-li {
		width: 25%;
	}

	.honor-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.honor-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.honor-list-page-body {
		padding: 30px;
	}

	.honor-list-ul {
		padding: 0;
	}

	.honor-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.honor-list-link {
		margin: 8px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.honor-list-page-body {
		padding: 0 30px 10px;
	}

	.honor-list-li {
		width: 50%;
	}

	.honor-list-link {
		margin: 5px;
	}
}




.zizhi-page-bg {
	padding-top: 50px;
}

.zizhi-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.zizhi-list-li.swiper-slide {
	margin-bottom: 0;
}

.zizhi-list-link {
	margin: 10px;
	border: 1px solid #dedede;
	cursor: unset;
}

.zizhi-list-image-bg {
	padding: 25px 17px;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.zizhi-list-image-box {
	padding-bottom: 136.5%;
}


.zizhi-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.zizhi-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background-color: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.zizhi-list-page-body {
		padding: 30px;
	}

	.zizhi-page-bg {
		padding-top: 15px;
	}

	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.zizhi-list-link {
		margin: 8px;
	}

	.zizhi-list-image-bg {
		padding: 19px 12px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30px 10px;
	}

	.zizhi-page-bg {
		padding-top: 10px;
	}

	.zizhi-list-li {
		/* width: 50%; */
		width: 33.33333333%;
	}

	.zizhi-list-link {
		margin: 5px;
	}
}

@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19px 10px;
	}
}

/* 资质证书 end */


/* 发展历程 start */
.history-page-box {}

.history-list-ul {
	padding-top: 30px;
	/* max-width: 1000px; */
	margin: 0 auto;
}

.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110px;
}

.history-list-right {
	margin-left: 110px;
	overflow: hidden;
	padding-bottom: 40px;
}


.history-list-info-box {
	margin-left: 70px;
}

.history-list-time-box {
	padding: 5px 0 20px;
	text-align: right;
	color: #666;
	font-weight: bold;
}

.history-list-year {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	display: inline;
}

.history-list-moon-day {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 36px;
	display: inline;
}


.history-list-line-box {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #f2f2f2;

}

.history-list-line {
	position: absolute;
	width: 2px;
	background-color: #dedede;
	height: 1000px;
	top: 0;
	left: 50%;
	margin-left: -1px;
	display: inline-block;
}

.history-list-line-bg {
	margin: 0 22px;
	display: inline-block;
	vertical-align: middle;
}

.line-circle-out {
	position: absolute;
	left: 50%;
	border-radius: 50%;
	top: 0;
	margin-left: -50px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	left: 50%;
	border: 5px solid #B9A769;
	background-color: #fff;
	margin-left: -12px;
	border: 2px solid #EBEBEB;
}

.line-circle-in {
	position: relative;
	width: 90px;
	height: 90px;
	width: 20px;
	height: 20px;
	/* opacity: .3; */
	border-radius: 50%;
}

.history-list-link:hover .history-list-time-box,
.history-list-li.cur .history-list-time-box {
	color: rgba(7, 108, 224, 1);
}

.history-list-link:hover .line-circle-out,
.history-list-li.cur .line-circle-out {
	border-color: rgba(7, 108, 224, .3);
}

.history-list-link:hover .line-circle-in,
.history-list-li.cur .line-circle-in {
	background-color: rgba(7, 108, 224, .9);
}

.history-list-link:hover .history-list-info,
.history-list-li.cur .history-list-info {
	color: rgba(7, 108, 224, 1);
}

.history-image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.history-list-info {
	margin-left: 100px;
}

.history-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {
		width: 100px;
	}

	/* .history-image {height: 85px;} */
	.history-list-right {
		margin-left: 70px;
	}

	.history-list-moon-day {
		font-size: 20px;
	}

	.history-list-info-box {
		margin-left: 20px;
	}

	.history-list-line-bg {
		margin: 0 10px;
	}

	.history-list-info {
		margin-left: 50px;
	}

	.history-list-title {
		font-size: 15px;
		margin-bottom: 8px;
	}

	.history-list-desc {
		line-height: 20px;
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.history-list-left {
		width: auto;
	}

	.history-list-year {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.history-list-moon-day {
		line-height: 1.5;
	}

	.history-list-right {
		margin-left: 50px;
	}

	.line-circle-out {
		border-width: 3px;
		margin-left: -31px;
	}

	.line-circle-in {
		width: 15px;
		height: 15px;
	}

	.history-list-line {
		left: -10px;
	}

	.history-list-info-box {
		margin-left: 30px;
	}

	.history-list-info {
		margin-left: 16px;
	}

	.history-list-title {
		line-height: 1.5;
		margin-bottom: 0;
		font-size: 14px;
	}

	.history-list-desc {
		font-size: 12px;
		height: auto;
	}

	.history-list-right {
		padding-bottom: 20px;
	}
}

/* 发展历程 end */



/* 推荐文章 start */
.listarc-tuijian-ul {}

.listarc-tuijian-li {}

.listarc-tuijian-link {
	display: block;
	position: relative;
	overflow: hidden;
	/* padding: 25px 0; */
}

.listarc-tuijian-link-bg {
	/* background-color: #F4F4F4; */
	background-color: #fff;
}


.listarc-tuijian-left {
	overflow: hidden;
	/* float: left; */
	width: 50%;
}

.listarc-tuijian-image-box {
	/* padding-bottom: 50%; */
	padding-bottom: 56%;
	/* border-radius: 15rem; */
}

/* .listarc-tuijian-left-bg {
	width: 84px;
	height: 84px;
	min-height: 23px;
    line-height: 23px;
	cursor: pointer;
    text-align: center;
    background: #f2f2f2;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}

.listarc-tuijian-day {
	font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
}

.listarc-tuijian-year-moon {
	font-size: 14px;
    line-height: 14px;
} */

.listarc-tuijian-right-bg {
	/* margin-left: 100px; */
	overflow: hidden;
	padding: 80px 80px 0;
}

.listarc-tuijian-title {
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listarc-tuijian-desc {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	line-height: 30px;
	height: 150px;
}

.listarc-tuijian-right-row+.listarc-tuijian-right-row {
	margin-top: 20px;
}

.listarc-tuijian-time {
	color: #767676;
	/* line-height: 21px; */
	font-size: 16rem;
}

.listarc-tuijian-list-time-icon {
	height: 21px;
	display: block;
	margin-right: 8px;
}

.listarc-tuijian-desc-more {
	/* color: #801E01; */
	font-size: 16rem;
	line-height: 28rem;
	color: #801E01;
}

.listarc-tuijian-desc-more-txt {
	padding-right: 18rem;
}

.listarc-tuijian-desc-more-icon {
	transition: all .36s;
}

.listarc-tuijian-swiper-button-next,
.listarc-tuijian-swiper-button-prev {
	top: auto;
	right: 20rem;
	bottom: 20rem;
	left: auto;
	background: none;

	font-size: 18px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-family: '宋体';
	border: 1px solid #ababab;
	color: #ababab;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	/* cursor: pointer;
    z-index: 10; */
}

.listarc-tuijian-swiper-button-next {
	padding-left: 3rem;
}

.listarc-tuijian-swiper-button-prev {
	padding-right: 3rem;
	right: 60rem;
}

.listarc-tuijian-swiper-button-next:hover,
.listarc-tuijian-swiper-button-prev:hover {
	border: 1px solid #801E01;
	background-color: #801E01;
	color: #fff;
}

.swiper-container-horizontal>.listarc-tuijian-swiper-pagination {
	position: static;
	margin-top: 30px;
	/* right: 0;
	bottom: 0;
	left: auto;
	width: calc(50% - 80rem);
	text-align: left; */
}

.swiper-container-horizontal>.listarc-tuijian-swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #ccc;
	margin: 0 10px;
}

.swiper-container-horizontal>.listarc-tuijian-swiper-pagination .swiper-pagination-bullet-active {
	background-color: #801E01;
}

.listarc-tuijian-link:hover .listarc-tuijian-title {
	color: #801E01;
}

.listarc-tuijian-link:hover .listarc-tuijian-desc-more-icon {
	transform: translateX(8px);
}

@media (max-width:1200px) {
	.listarc-tuijian-right-bg {
		padding: 30rem 0 0;
	}

	.swiper-container-horizontal>.listarc-tuijian-swiper-pagination {
		position: static;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 992px) {
	.listarc-tuijian-right-bg {
		padding-top: 25px;
	}

	.listarc-tuijian-title-box {}

	.listarc-tuijian-title {
		font-size: 16px;
	}

	.listarc-tuijian-right-row+.listarc-tuijian-right-row {
		margin-top: 10px;
	}

	.listarc-tuijian-desc {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
		-webkit-line-clamp: 3;
	}
}

@media (max-width:768px) {
	.listarc-tuijian-ul {}

	.listarc-tuijian-li {
		width: 50%;
		float: left;
	}

	.listarc-tuijian-link {
		/* margin: 10px; */
		padding: 0;
	}

	.listarc-tuijian-left {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.listarc-tuijian-image-box {
		/* padding-bottom: 62.5%; */
		padding-bottom: 75%;
	}

	.listarc-tuijian-title-box {}

	.listarc-tuijian-title {
		padding: 0;
		font-size: 14px;
	}

	.listarc-tuijian-desc-more {
		display: none;
	}

	.listarc-tuijian-time {
		font-size: 13px;
	}

	.listarc-tuijian-right-bg {
		padding: 20px;
	}

	.listarc-tuijian-day {
		font-size: 22px;
	}

	.listarc-tuijian-right-row+.listarc-tuijian-right-row {
		margin-top: 8px;
	}

	.listarc-tuijian-desc {
		margin: 0;
		font-size: 12px;
	}


	.swiper-container-horizontal>.listarc-tuijian-swiper-pagination {
		margin-top: 10px;
	}

	.swiper-container-horizontal>.listarc-tuijian-swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

@media (max-width:666px) {
	.listarc-tuijian-title-box {}

	.listarc-tuijian-image {
		height: 100px;
		width: 160px;
	}

	.listarc-tuijian-desc {
		line-height: 18px;
		height: 51px;
	}
}

@media (max-width:560px) {
	.listarc-tuijian-image {
		height: 80px;
		width: 120px;
	}
}

@media (max-width: 480px) {
	.listarc-tuijian-swiper {
		margin: 0 -5rem;
	}

	.listarc-tuijian-link {
		margin: 0 5rem;
	}

	.listarc-tuijian-image-box {
		border-radius: 5rem;
	}

	.listarc-tuijian-image {
		width: 100px;
		height: 66px;
	}

	/* .listarc-tuijian-left {} */
	.listarc-tuijian-right-bg {
		padding: 10px;
	}

	.listarc-tuijian-left-bg {
		width: 75px;
		height: 80px;
	}

	.listarc-tuijian-day {
		padding-top: 15px;
	}

	.listarc-tuijian-year-moon {
		font-size: 13px;
		margin-top: 5px;
	}

	.listarc-tuijian-right-row+.listarc-tuijian-right-row {
		margin-top: 5px;
	}

	.listarc-tuijian-desc {
		font-size: 12px;
	}
}

/* 推荐文章 end */


/* 新闻列表 start */
.list-news-ul {
	padding-top: 60rem;
	margin: -30rem;
}

.list-news-li {
	width: 33.333333333333333%;
	float: left;
	overflow: hidden;
	padding: 10rem;
	box-sizing: border-box;
}

.list-news-link {
	display: flex;
	flex-direction: column;
	padding: 20rem;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	/* border-radius: 10px; */
}

.list-news-image-box {
	/* border-radius: 16px; */
	overflow: hidden;
	position: relative;
	padding-bottom: 56%;
}

.list-news-info {
	/* padding-top: 30px; */
	padding-top: 20px;
}

.list-news-row+.list-news-row {
	margin-top: 8px;
}

.list-news-type {
	/* color: #801E01; */
	/* color: #801E01; */
	color: #801E01;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}

.list-news-time {
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	text-transform: uppercase;
}

.list-news-time-spot {
	margin: 0 8px;
}

.list-time-icon {
	margin-right: 5px;
}

.list-news-time-svg {
	display: block;
}

.list-news-title {
	font-weight: normal;
	font-size: 15px;
	line-height: 1.75;
}

.list-news-desc {
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
	/* height: 125px; */
	height: 50px;
	color: #999;
	text-align: justify;
}


.list-news-li:hover .list-news-title {
	/* color: #801E01; */
	color: #801E01;
}


@media (max-width: 1200px) {
	.list-news-ul {
		padding-top: 50rem;
	}

	.list-news-link {
		/* padding: 15px; */
	}
}

@media (max-width: 992px) {
	.list-news-ul {
		padding-top: 40rem;
		margin: -20rem;
	}

	.list-news-li {
		padding: 20rem;
	}

	.list-news-link {
		padding: 15rem;
	}

	.list-news-image-box {
		/* border-radius: 10rem; */
	}

	.list-news-info {
		padding-top: 25rem;
	}
}

@media (max-width: 768px) {
	.list-news-ul {
		padding-top: 30rem;
		margin: -10rem;
	}

	.list-news-li {
		width: 50%;
		padding: 10rem;
	}

	.list-news-link {
		padding: 10rem;
		margin: 0;
		background-color: #fff;
	}

	.list-news-image-box {
		/* border-radius: 8rem; */
	}

	.list-news-info {
		padding-top: 20rem;
	}

	.list-news-title {
		line-height: 1.6;
	}
}

@media (max-width: 480px) {
	.list-news-ul {
		padding-top: 0;
		margin: -5rem;
	}

	.list-news-li {
		padding: 5rem;
	}

	.list-news-image-box {
		/* border-radius: 5rem; */
	}

	.list-news-info {
		padding-top: 10rem;
	}

	.list-news-row+.list-news-row {
		margin-top: 5rem;
	}

	.list-news-time {
		margin-top: 5px;
	}

	.list-news-title {
		font-size: 14px;
		line-height: 1.5;
	}

	.list-news-desc {
		margin-top: 5px;
		font-size: 13px;
		line-height: 20px;
		height: 38px;
	}

	.article-page-right-bg {
		padding-left: 0;
	}
}

@media (max-width: 420px) {
	.list-news-ul {}

	.list-news-link {}

	.list-news-info {
		padding-top: 10rem;
	}
}

/* 新闻列表 end */


/* 文章列表 start */
.listarc-ul {}

.home-listarc-ul {
	padding: 10px 0;
}

.listarc-li {}

.listarc-li.last,
.listarc-li:nth-of-type(3n+3) {
	margin-right: 0;
}

.listarc-link {
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #e5e5e5;
	padding: 25px 0;
}

.home-listarc-link {
	padding: 15px 0;
}

.listarc-date-box {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.listarc-date-bg {
	padding: 15px;
	cursor: pointer;
	text-align: center;
	background-color: #f2f2f2;
	vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}

.listarc-day {
	font-size: 25px;
	line-height: 30px;
}

.listarc-year-moon {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
}

.listarc-info {
	overflow: hidden;
}

.listarc-title-box {
	padding: 3px 0;
}

.listarc-time {
	float: right;
	font-size: 15px;
}

.listarc-title {
	/* text-align: center; */
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	margin-right: 90px;
	white-space: nowrap;
	line-height: 1.4;
	text-overflow: ellipsis;
}

.listarc-desc {
	margin-top: 4px;
	font-size: 15px;
	line-height: 24px;
	color: #9B9B9B;
	height: 48px;
	/* margin-bottom: 6px; */
	overflow: hidden;
	/* white-space:nowrap;
	text-overflow:ellipsis; */
}


.listarc-link:hover .listarc-image {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.listarc-title:hover {
	color: #1857a4;
}

@media (max-width:1200px) {}

@media (max-width:992px) {
	.listarc-title-box {
		padding: 5px 0;
	}

	.listarc-title {
		font-size: 14px;
	}

	.listarc-desc {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
}

@media (max-width:768px) {
	.listarc-ul {
		padding: 0 8px;
	}

	.listarc-link {
		padding: 10px 0;
	}

	.listarc-title-box {}

	.listarc-title {
		padding: 0;
		font-size: 14px;
	}

	.listarc-time {
		font-size: 12px;
	}

	.listarc-day {
		font-size: 22px;
	}

	.listarc-desc {
		margin: 0;
		font-size: 12px;
		height: 80px;
	}
}

@media (max-width:666px) {
	.listarc-title-box {
		padding: 2px 0 3px;
	}

	.listarc-image {
		height: 100px;
		width: 160px;
	}

	.listarc-desc {
		line-height: 18px;
		height: 68px;
	}
}

@media (max-width:560px) {
	.listarc-image {
		height: 80px;
		width: 120px;
	}

	.listarc-desc {
		height: 51px;
	}
}

@media (max-width:480px) {
	.listarc-link {
		padding: 8px 0;
	}

	.listarc-image {
		width: 100px;
		height: 66px;
	}

	.listarc-date-box {
		margin-right: 8px;
	}

	.listarc-date-bg {}

	.listarc-day {
		line-height: 25px;
	}

	.listarc-year-moon {
		font-size: 13px;
	}

	/* .listarc-desc {height: 36px;} */
}

/* 文章列表 end */
/* 文章列表2 start */
.listarc2-ul {}

.listarc2-li {}

.listarc2-link {
	display: block;
	position: relative;
	overflow: hidden;
	/* padding: 25px 0; */
	padding: 15px 0;
}

.listarc2-link-bg {
	background-color: #F4F4F4;
}

/* .home-listarc2-link {
	padding: 15px 0;
} */

.listarc2-left {
	overflow: hidden;
	/* float: left; */
	width: 50%;
}

.listarc2-image-box {
	padding-bottom: 50%;
}

/* .listarc2-left-bg {
	width: 84px;
	height: 84px;
	min-height: 23px;
    line-height: 23px;
	cursor: pointer;
    text-align: center;
    background: #f2f2f2;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}

.listarc2-day {
	font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
}

.listarc2-year-moon {
	font-size: 14px;
    line-height: 14px;
} */

.listarc2-right-bg {
	/* margin-left: 100px; */
	overflow: hidden;
	/* padding: 60px 50px; */
	padding: 50px;
}

.listarc2-title {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listarc2-desc {
	font-size: 16px;
	color: #666;
	/* height: 90px; */
	/* margin-bottom: 6px; */
	overflow: hidden;
	/* white-space:nowrap;
	text-overflow:ellipsis; */
	line-height: 30px;
}

.listarc2-right-row {
	margin-top: 15px;
}

.listarc2-time {
	color: #767676;
	line-height: 21px;
}

.listarc2-list-time-icon {
	height: 21px;
	display: block;
	margin-right: 8px;
}

.listarc2-desc-more {
	color: #801E01;
	border: 1px solid transparent;
}


.listarc2-title:hover,
.listarc2-desc:hover,
.listarc2-time:hover {
	color: #801E01;
}

.listarc2-desc-more:hover {
	font-weight: bold;
}

@media (max-width:1200px) {
	.listarc2-right-bg {
		padding: 40px 40px 0;
	}
}

@media (max-width:992px) {
	.listarc2-right-bg {
		padding: 30px 30px 0;
	}

	.listarc2-title-box {}

	.listarc2-title {
		font-size: 16px;
	}

	.listarc2-right-row {
		margin-top: 10px;
	}

	.listarc2-desc {
		font-size: 14px;
		line-height: 20px;
		/* height: 40px; */
	}
}

@media (max-width:768px) {
	.listarc2-ul {}

	.listarc2-li {
		/* width: 50%;
		float: left; */
	}

	.listarc2-link {
		margin: 10px;
		padding: 0;
	}

	.listarc2-left {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.listarc2-image-box {
		/* padding-bottom: 62.5%; */
		padding-bottom: 75%;
	}

	.listarc2-title-box {}

	.listarc2-title {
		padding: 0;
		font-size: 14px;
	}

	.listarc2-desc-more {
		display: none;
	}

	.listarc2-time {
		font-size: 13px;
	}

	.listarc2-right-bg {
		padding: 20px;
	}

	.listarc2-day {
		font-size: 22px;
	}

	.listarc2-right-row {
		margin-top: 8px;
	}

	.listarc2-desc {
		margin: 0;
		font-size: 12px;
		/* height: 80px; */
	}
}

@media (max-width:666px) {
	.listarc2-title-box {}

	.listarc2-image {
		height: 100px;
		width: 160px;
	}

	.listarc2-desc {
		line-height: 18px;
		/* height: 68px; */
	}
}

@media (max-width:560px) {
	.listarc2-image {
		height: 80px;
		width: 120px;
	}

	.listarc2-desc {
		/* height: 51px; */
	}
}

@media (max-width:480px) {
	.listarc2-link {
		margin: 8px;
	}

	.listarc2-image {
		width: 100px;
		height: 66px;
	}

	.listarc2-left {}

	.listarc2-right-bg {
		padding: 10px;
	}

	.listarc2-left-bg {
		width: 75px;
		height: 80px;
	}

	.listarc2-day {
		padding-top: 15px;
	}

	.listarc2-year-moon {
		font-size: 13px;
		margin-top: 5px;
	}

	.listarc2-right-row {
		margin-top: 5px;
	}

	.listarc2-desc {
		font-size: 12px;
	}
}

/* 文章列表2 end */


/* 服务流程 start  */
.flow-page-bg {
	position: relative;
}

.flow-page-line {
	position: absolute;
	left: 50%;
	width: 21px;
	height: 100%;
	margin-left: -10px;
	background-position: top center;
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
}

.flow-list-ul {
	position: relative;
	padding-bottom: 50px;
}

.flow-list-li {}

/* .flow-list-li.odd {float: left;}
.flow-list-li.even {float: right;} */
.flow-list-link {
	width: 50%;
	margin-bottom: -50px;
}

.flow-list-link.odd {
	float: left;
}

.flow-list-link.even {
	float: right;
}

.flow-list-left {
	width: 240px;
}

.flow-list-left.odd {
	float: right;
	margin-right: 20px;
}

.flow-list-left.even {
	float: left;
	margin-left: 20px;
}

.flow-list-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flow-list-info {
	overflow: hidden;
}

.flow-list-info.odd {
	padding-right: 20px;
	text-align: right;

}

.flow-list-info.even {
	padding-left: 20px;
}

.flow-list-title {
	overflow: hidden;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	margin-top: 15px;
}


.flow-list-desc {
	line-height: 25px;
	color: #999;
	height: 125px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.flow-list-left {
		width: 200px;
	}

	.flow-list-info {}

	.flow-list-title {
		margin-top: 0;
	}

	.flow-list-image {
		line-height: 25px;
		font-size: 15px;
	}

	.flow-list-desc {
		line-height: 20px;
		height: 120px;
	}
}

@media (max-width: 888px) {
	.flow-list-left {
		width: 180px;
	}

	.flow-list-info.odd {
		padding-right: 10px;
	}

	.flow-list-info.even {
		padding-left: 10px;
	}
}

@media (max-width: 768px) {
	.flow-page-line {
		left: 5px;
	}

	.flow-list-ul {
		padding-left: 21px;
		padding-bottom: 0;
	}

	.flow-list-link {
		margin-bottom: 20px;
		width: auto;
	}

	.flow-list-link.odd,
	.flow-list-link.even {
		float: none;
	}

	.flow-list-left.odd,
	.flow-list-left.even {
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}

	.flow-list-info.odd,
	.flow-list-info.even {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}

	.flow-list-image {
		line-height: 22px;
		font-size: 14px;
	}

	.flow-list-desc {
		height: auto;
		font-size: 13px;
	}
}

@media (max-width: 666px) {
	.flow-list-left {
		width: 130px;
	}

	.flow-list-image {}
}

@media (max-width: 480px) {
	.flow-list-left {
		width: 110px;
	}

	.flow-list-image {}

	.flow-list-title {
		font-size: 15px;
		line-height: 20px;
	}

	.flow-list-desc {
		font-size: 12px;
		line-height: 16px;
	}
}

/* 服务流程 end  */