@font-face {
	font-family: "GillSans";
	src: url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff"), url("../fonts/GillSans.ttf") format("truetype"), url("../fonts/GillSans.eot") format("embedded-opentype"), url("../fonts/GillSans.svg") format("svg")
}

@font-face {
	font-family: "GillSans-Bold";
	src: url("../fonts/GillSans-Bold.woff2") format("woff2"), url("../fonts/GillSans-Bold.woff") format("woff"), url("../fonts/GillSans-Bold.ttf") format("truetype"), url("../fonts/GillSans-Bold.eot") format("embedded-opentype"), url("../fonts/GillSans-Bold.svg") format("svg")
}

@font-face {
	font-family: "agenor_regular";
	src: url("../fonts/agenor_regular.woff2") format("woff2"), url("../fonts/agenor_regular.woff") format("woff"), url("../fonts/agenor_regular.ttf") format("truetype"), url("../fonts/agenor_regular.eot") format("embedded-opentype"), url("../fonts/agenor_regular.svg") format("svg")
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 2423307 */
  src: url('//at.alicdn.com/t/c/font_2423307_gh0jpw8ajwn.woff2?t=1692952426933') format('woff2'),
       url('//at.alicdn.com/t/c/font_2423307_gh0jpw8ajwn.woff?t=1692952426933') format('woff'),
       url('//at.alicdn.com/t/c/font_2423307_gh0jpw8ajwn.ttf?t=1692952426933') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
svg {
	overflow: hidden;
	display: inline-block;
	fill: currentColor
}

.hidden-svg {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0
}

body {
	color: #333;
	font-size: 14px;
	position: relative;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif
}

body,
html {
	width: 100%;
	font-weight: normal;
	background-color: #f5f5f5
}

#wrapper {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff
}

a {
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none
}

.winH {
	position: relative
}

.target-fix {
	position: relative;
	top: -70px;
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none
}

.target-fix:focus {
	outline: 0
}

.w {
	padding-left: 10%;
	padding-right: 10%
}

@media (max-width: 1180px) {
	.w {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width: 968px) {
	.w {
		padding-left: 20px;
		padding-right: 20px
	}
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 0px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 16px;
	margin-left: 0px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	border-radius: 0px;
	margin-right: 15px;
	font-family: 'CenturyGothic-Bold', "Microsoft YaHei";
	transition: all .5s
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 0px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0px;
	margin: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #fff;
	background: #ffc32c;
	border-color: #ffc32c
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ffc32c;
	border-color: #ffc32c
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #666;
	cursor: not-allowed;
	background-color: #ddd;
	border-color: #ddd
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
#loading {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center
}

.loading_logo {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 668px) {
	.loading_logo {
		width: 50px;
		height: 50px
	}
}

.loading_logo svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.la-ball-clip-rotate,
.la-ball-clip-rotate>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.la-ball-clip-rotate {
	display: block;
	font-size: 0;
	color: #fff
}

.la-ball-clip-rotate.la-dark {
	color: #333
}

.la-ball-clip-rotate>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor
}

.la-ball-clip-rotate {
	width: 32px;
	height: 32px
}

.la-ball-clip-rotate>div {
	width: 32px;
	height: 32px;
	background: transparent;
	border-width: 2px;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate .75s linear infinite;
	-moz-animation: ball-clip-rotate .75s linear infinite;
	-o-animation: ball-clip-rotate .75s linear infinite;
	animation: ball-clip-rotate .75s linear infinite
}

.la-ball-clip-rotate.la-sm {
	width: 16px;
	height: 16px
}

.la-ball-clip-rotate.la-sm>div {
	width: 16px;
	height: 16px;
	border-width: 1px
}

.la-ball-clip-rotate.la-2x {
	width: 64px;
	height: 64px
}

.la-ball-clip-rotate.la-2x>div {
	width: 64px;
	height: 64px;
	border-width: 4px
}

.la-ball-clip-rotate.la-3x {
	width: 200px;
	height: 200px
}

@media (max-width: 668px) {
	.la-ball-clip-rotate.la-3x {
		width: 100px;
		height: 100px
	}
}

.la-ball-clip-rotate.la-3x>div {
	width: 200px;
	height: 200px;
	border-width: 3px
}

@media (max-width: 668px) {
	.la-ball-clip-rotate.la-3x>div {
		width: 100px;
		height: 100px
	}
}

@-webkit-keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes ball-clip-rotate {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes ball-clip-rotate {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.header {
	width: 100%;
	background: rgba(84, 82, 77, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	transition: all .5s
}

.header.nobg {
	background: rgba(84, 82, 77, 0)
}

.header_inner {
	max-width: 1920px;
	height: 110px;
	padding: 0 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	transition: all .5s
}

@media (max-width: 1440px) {
	.header_inner {
		height: 90px;
		padding: 0 40px
	}
}

@media (max-width: 1180px) {
	.header_inner {
		height: 60px;
		padding: 0 20px
	}
}

.scroll .header_inner {
	height: 70px
}

@media (max-width: 1440px) {
	.scroll .header_inner {
		height: 60px
	}
}

.header_logo {
	flex-shrink: 0;
	width: 235px;
	height: 70px;
	transition: all .5s
}

@media (max-width: 1440px) {
	.header_logo {
		width: 185px;
		height: 55px
	}
}

@media (max-width: 1180px) {
	.header_logo {
		width: 134px;
		height: 40px
	}
}

.scroll .header_logo {
	width: 185px;
	height: 55px
}

@media (max-width: 1440px) {
	.scroll .header_logo {
		width: 134px;
		height: 40px
	}
}

.header_logo svg {
	width: 100%;
	height: 100%;
	color: #fff;
	transition: all .5s
}

.header_nav {
	margin-left: 5%
}

@media (max-width: 1440px) {
	.header_nav {
		margin-left: 8%
	}
}

@media (max-width: 1180px) {
	.header_nav {
		display: none !important
	}
}

.header_nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.header_nav>ul>li {
	position: relative
}

.header_nav>ul>li>a {
	display: block;
	padding: 0 30px;
	font-size: 18px;
	line-height: 110px;
	color: #fff;
	transition: all .5s
}

@media (max-width: 1440px) {
	.header_nav>ul>li>a {
		line-height: 90px;
		font-size: 16px;
		padding: 0 25px
	}
}

@media (max-width: 1180px) {
	.header_nav>ul>li>a {
		line-height: 60px
	}
}

.scroll .header_nav>ul>li>a {
	line-height: 70px;
	font-size: 16px
}

@media (max-width: 1440px) {
	.scroll .header_nav>ul>li>a {
		line-height: 60px;
		font-size: 14px
	}
}

.header_nav>ul>li>a>span {
	display: inline-block;
	line-height: 38px;
	white-space: nowrap;
	position: relative
}

.header_nav>ul>li>a>span:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.header_nav>ul>li.on>a>span:after {
	width: 100%;
	left: 0
}

.sub_pro {
	display: none;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20
}

.sub_pro>.inner {
	height: 100%;
	display: flex
}

.sub_pro .sub_pro_side {
	width: 42%;
	padding: 10vh 6vh;
	background-color: #eee;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_side {
		width: 36%;
		padding: 6vh
	}
}

.sub_pro .sub_pro_side_title b {
	display: block;
	font-size: 26px;
	font-weight: normal
}

.sub_pro .sub_pro_side_title span {
	display: block;
	margin-top: 30px;
	font-family: "GillSans-Bold";
	font-size: 80px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.sub_pro .sub_pro_side_title span {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_side_title span {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.sub_pro .sub_pro_side_title span {
		font-size: 50px
	}
}

.sub_pro .sub_pro_side_title span em {
	display: block;
	font-style: normal;
	font-size: 90px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.sub_pro .sub_pro_side_title span em {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_side_title span em {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.sub_pro .sub_pro_side_title span em {
		font-size: 50px
	}
}

.sub_pro .sub_pro_side_title span i {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em
}

.sub_pro .sub_pro_content {
	width: 58%;
	padding: 10vh 6vh 0 10vh;
	position: relative
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_content {
		width: 64%;
		padding: 6vh 6vh 0 6vh
	}
}

.sub_pro_hd {
	max-width: 450px
}

.sub_pro_hd>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.sub_pro_hd>ul>li {
	width: 50%;
	margin-bottom: 10px
}

.sub_pro_hd>ul>li button {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	position: relative
}

@media (max-width: 1440px) {
	.sub_pro_hd>ul>li button {
		font-size: 14px;
		line-height: 30px
	}
}

@media (max-width: 1380px) {
	.sub_pro_hd>ul>li button {
		line-height: 26px
	}
}

.sub_pro_hd>ul>li button:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.sub_pro_hd>ul>li.on button {
	font-weight: bold;
	color: #ffc32c;
	font-weight: bold
}

.sub_pro_hd>ul>li.on button:after {
	width: 100%
}

.sub_pro_bd {
	max-width: 430px
}

.sub_pro_bd>* {
	position: relative;
	z-index: 2
}

.sub_pro_bd .title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #ffc32c
}

@media (max-width: 1380px) {
	.sub_pro_bd .title {
		font-size: 20px
	}
}

.sub_pro_bd .des {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 35px 0 50px
}

@media (max-width: 1440px) {
	.sub_pro_bd .des {
		margin: 20px 0 30px
	}
}

.sub_pro_bd .list>ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.sub_pro_bd .list>ul>li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px
}

.sub_pro_bd .list>ul>li>a {
	display: block;
	white-space: nowrap;
	border: 1px solid #7f7f7f;
	padding: 0 20px;
	font-size: 16px;
	line-height: 42px;
	border-radius: 21px;
	color: #7f7f7f;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1681px) {
	.sub_pro_bd .list>ul>li>a {
		font-size: 14px
	}
}

.sub_pro_bd .list>ul>li>a:hover {
	background-color: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.sub_pro_bd .more {
	margin-top: 10vh;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1440px) {
	.sub_pro_bd .more {
		margin-top: 5vh
	}
}

.sub_pro_bd .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.sub_pro_bd .more:hover {
	background-color: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.sub_pro_bd .more:hover svg {
	color: #fff
}

.sub_pro_bd .img {
	width: 40%;
	text-align: right;
	position: absolute;
	right: 6vh;
	bottom: 6vh;
	z-index: 1
}

@media (max-width: 1440px) {
	.sub_pro_bd .img {
		width: 35%
	}
}

@media (max-width: 1380px) {
	.sub_pro_bd .img {
		width: 30%
	}
}

.sub_pro_bd .img img {
	max-width: 100%
}

.subNav_slide {
	display: none;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20
}

.subNav_slide>.inner {
	display: flex
}

.subNav_slide .subNav_slide_side {
	width: 42%;
	padding: 10vh 6vh;
	background-color: #eee;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between
}

.subNav_slide .subNav_slide_side_title b {
	display: block;
	font-size: 26px;
	font-weight: normal
}

.subNav_slide .subNav_slide_side_title span {
	display: block;
	margin-top: 30px;
	font-family: "GillSans-Bold";
	font-size: 80px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.subNav_slide .subNav_slide_side_title span {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_side_title span {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_side_title span {
		font-size: 50px
	}
}

.subNav_slide .subNav_slide_side_title span em {
	display: block;
	font-style: normal;
	font-size: 90px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.subNav_slide .subNav_slide_side_title span em {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_side_title span em {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_side_title span em {
		font-size: 50px
	}
}

.subNav_slide .subNav_slide_side_title span i {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em
}

.subNav_slide .subNav_slide_content {
	width: 58%;
	padding: 10vh;
	position: relative
}

.subNav_slide .subNav_slide_content .sub {
	max-width: 600px
}

.subNav_slide .subNav_slide_content .sub>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.subNav_slide .subNav_slide_content .sub>ul>li {
	margin-right: 40px;
	margin-bottom: 20px
}

.subNav_slide .subNav_slide_content .sub>ul>li a {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	position: relative
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_content .sub>ul>li a {
		font-size: 14px;
		line-height: 30px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_content .sub>ul>li a {
		line-height: 26px
	}
}

.subNav_slide .subNav_slide_content .sub>ul>li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.subNav_slide .subNav_slide_content .sub>ul>li a:hover {
	font-weight: bold;
	color: #ffc32c;
	font-weight: bold
}

.subNav_slide .subNav_slide_content .sub>ul>li a:hover:after {
	width: 100%
}

.subNav_slide .subNav_slide_content .sub_cid3 {
	max-width: 600px
}

.subNav_slide .subNav_slide_content .sub_cid3>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li {
	display: block;
	margin-bottom: 30px
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a {
	display: inline-block;
	font-size: 18px;
	line-height: 2em;
	color: #ffc32c;
	white-space: nowrap;
	font-weight: bold;
	position: relative
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a {
		font-size: 16px
	}
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a:hover {
	font-weight: bold;
	color: #ffc32c;
	font-weight: bold
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a:hover:after {
	width: 100%
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li {
	margin-right: 40px
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a {
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	position: relative
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a {
		font-size: 14px;
		line-height: 30px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a {
		line-height: 26px
	}
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a:hover {
	font-weight: bold;
	color: #ffc32c;
	font-weight: bold
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a:hover:after {
	width: 100%
}

.header_icons {
	margin-left: auto;
	display: flex;
	align-items: center
}

.header_icons button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0
}

.header_icons a.search {
	margin-right: 30px;
	width: 20px;
	height: 20px;
	position: relative
}

@media (max-width: 1180px) {
	.header_icons a.search {
		margin-right: 15px
	}
}

.header_icons a.search svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.header_icons a.lang {
	color: #fff;
	margin: 0 30px;
	font-weight: lighter;
	font-size: 16px;
	height: 20px;
	line-height: 20px
}

@media (max-width: 1180px) {
	.header_icons a.lang {
		margin: 0 15px
	}
}

.header_icons a.phone {
	margin-right: 30px;
	width: 20px;
	height: 20px;
	position: relative
}

@media (max-width: 1180px) {
	.header_icons a.phone {
		margin-right: 15px
	}
}

.header_icons a.phone svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.header_icons a.phone span {
	display: none;
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	z-index: 2
}

.header_icons a.phone span:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.header_icons a.phone span em {
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	background-color: #fff;
	font-family: "GillSans-Bold";
	color: #ffc32c;
	font-size: 18px;
	padding: 0 20px;
	line-height: 40px
}

.header_icons a.phone:hover span {
	display: inline-block
}

@media (max-width: 1180px) {
	.header_icons a.phone:hover span {
		display: none
	}
}

.header_icons .wechat {
	width: 20px;
	height: 20px;
	position: relative
}

.header_icons .wechat svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.header_icons .wechat .qr {
	display: none;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -50px;
	z-index: 2
}

.header_icons .wechat .qr:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.header_icons .wechat .qr img {
	width: 100%
}

.header_icons .wechat .qr span {
	display: block;
	width: 100%;
	line-height: 24px;
	background-color: #fff;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: center;
	color: #666
}

.header_icons .wechat:hover .qr {
	display: block
}

.header_icons .menu {
	display: block;
	width: 25px;
	height: 16px;
	position: relative
}

.header_icons .menu .line {
	width: 100%;
	height: 2px;
	line-height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all .5s
}

.header_icons .menu .line.line01 {
	top: 0
}

.header_icons .menu .line.line02 {
	top: 7px
}

.header_icons .menu .line.line03 {
	width: 60%;
	bottom: 0
}

.header_icons .menu.toggle .line.line01 {
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.header_icons .menu.toggle .line.line02 {
	width: 0
}

.header_icons .menu.toggle .line.line03 {
	width: 100%;
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}

.header_menu {
	display: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/header_menu_bg.jpg");
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30
}

.header_menu>.inner {
	max-width: 1540px;
	margin: 0 auto;
	padding: 28vh 20px 0
}

@media (max-width: 1681px) {
	.header_menu>.inner {
		max-width: 1340px
	}
}

@media (max-width: 1440px) {
	.header_menu>.inner {
		max-width: 1240px
	}
}

@media (max-width: 1380px) {
	.header_menu>.inner {
		max-width: 1140px
	}
}

.header_menu>.inner>ul {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between
}

.header_menu>.inner>ul>li {
	position: relative
}

.header_menu>.inner>ul>li.m1,
.header_menu>.inner>ul>li.m2 {
	position: static
}

.header_menu>.inner>ul>li>a {
	display: block;
	position: relative;
	padding-right: 20px;
	padding-bottom: 10vh;
	font-size: 32px;
	line-height: 32px;
	color: #7a838f;
	transition: all .5s
}

@media (max-width: 1681px) {
	.header_menu>.inner>ul>li>a {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 8vh
	}
}

@media (max-width: 1440px) {
	.header_menu>.inner>ul>li>a {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 6vh
	}
}

@media (max-width: 1380px) {
	.header_menu>.inner>ul>li>a {
		font-size: 20px;
		line-height: 20px
	}
}

.header_menu>.inner>ul>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	line-height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	opacity: 0;
	transition: all .5s
}

.header_menu>.inner>ul>li .sub {
	display: none;
	padding-top: 10vh;
	position: absolute;
	left: 0;
	top: 10vh;
	z-index: 3
}

@media (max-width: 1681px) {
	.header_menu>.inner>ul>li .sub {
		top: 8vh
	}
}

@media (max-width: 1440px) {
	.header_menu>.inner>ul>li .sub {
		top: 6vh
	}
}

.header_menu>.inner>ul>li .sub_line {
	width: 75%
}

.header_menu>.inner>ul>li .sub_line>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.header_menu>.inner>ul>li .sub_line>ul>li {
	width: 20%
}

.header_menu>.inner>ul>li .sub_line>ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #7a838f;
	transition: all .5s
}

@media (max-width: 1380px) {
	.header_menu>.inner>ul>li .sub_line>ul>li>a {
		line-height: 50px
	}
}

.header_menu>.inner>ul>li .sub_line>ul>li>a:hover {
	font-weight: bold;
	color: #fff
}

.header_menu>.inner>ul>li .sub_block>ul>li {
	display: block
}

.header_menu>.inner>ul>li .sub_block>ul>li>a {
	display: block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 50px;
	color: #7a838f;
	transition: all .5s
}

@media (max-width: 1380px) {
	.header_menu>.inner>ul>li .sub_block>ul>li>a {
		line-height: 40px
	}
}

.header_menu>.inner>ul>li .sub_block>ul>li>a:hover {
	font-weight: bold;
	color: #fff
}

.header_menu>.inner>ul>li.on>a,
.header_menu>.inner>ul>li:hover>a {
	font-weight: bold;
	color: #fff
}

.header_menu>.inner>ul>li.on>a:after,
.header_menu>.inner>ul>li:hover>a:after {
	width: 100%;
	opacity: 1
}

.icon_mnav {
	display: none
}

.side_bar {
	display: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/header_menu_bg.jpg");
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30
}

.side_bar_inner {
	width: 200px;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	left: -250px;
	right: 0;
	top: 0;
	z-index: 502;
	transition: all .5s
}

.side_bar_logo {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}

.side_bar_logo img {
	width: 80px;
	height: 80px;
	color: #ffc32c
}

.side_bar_list ul {
	margin: 0;
	padding: 0
}

.side_bar_list ul>li {
	display: block
}

.side_bar_list ul>li>a {
	display: block;
	line-height: 40px;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.side_bar_list ul>li.menu-item-has-children {
	position: relative
}

.side_bar_list ul>li.menu-item-has-children i.icon {
	display: block;
	width: 40px;
	height: 40px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

.side_bar_list ul>li.menu-item-has-children i.icon svg {
	width: 20px;
	height: 20px;
	color: #333;
	vertical-align: top;
	margin-top: 10px;
	transition: all .5s
}

.side_bar_list ul>li.menu-item-has-children i.icon.on svg {
	transform: rotate(90deg)
}

.side_bar_list ul>li .sub {
	display: none;
	opacity: 1 !important;
	margin: 0;
	padding: 10px 0 0 0
}

.side_bar_list ul>li .sub li {
	display: block
}

.side_bar_list ul>li .sub li a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #666
}

.side_bar_list ul>li .sub li a:before {
	content: '-';
	display: inline-block;
	margin-right: 5px
}

.toggleHeaderMenu_Mobile .side_bar {
	display: block
}

.toggleHeaderMenu_Mobile .side_bar_inner {
	left: 0;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #fff;
	border-color: #fff
}

.pro_cate {
	background: #fff
}

.pro_cate>ul {
	margin: 0;
	padding: 0
}

.pro_cate>ul>li {
	display: block;
	padding: 20px 0;
	background-color: #fff
}

@media (max-width: 668px) {
	.pro_cate>ul>li {
		padding: 20px
	}
}

.pro_cate>ul>li a {
	display: flex;
	align-items: center
}

@media (max-width: 668px) {
	.pro_cate>ul>li a {
		flex-direction: column
	}
}

.pro_cate>ul>li a .txt {
	width: 50%;
	padding: 0 5% 0 10%
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .txt {
		padding: 0 40px 0 40px
	}
}

@media (max-width: 968px) {
	.pro_cate>ul>li a .txt {
		padding: 0 20px 0 20px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt {
		width: 100%;
		padding: 0
	}
}

.pro_cate>ul>li a .txt .subt {
	display: block;
	font-size: 55px;
	line-height: 1em;
	font-family: "GillSans-Bold";
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase
}

@media (max-width: 1681px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 45px
	}
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 22px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 20px
	}
}

.pro_cate>ul>li a .txt .t {
	display: block;
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	color: #000;
	margin: 40px 0 20px;
	transition: all .5s
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .txt .t {
		margin: 20px 0
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt .t {
		font-size: 20px
	}
}

.pro_cate>ul>li a .txt .des {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.pro_cate>ul>li a .txt .more {
	margin-top: 10%;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .txt .more {
		margin-top: 5vh
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt .more {
		margin: 20px 0;
		width: 150px
	}
}

.pro_cate>ul>li a .txt .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.pro_cate>ul>li a .img {
	width: 50%;
	padding: 0 0 0 6%;
	position: relative
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .img {
		padding: 0 0 0 40px
	}
}

@media (max-width: 968px) {
	.pro_cate>ul>li a .img {
		padding: 0 0 0 20px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .img {
		width: 100%;
		padding: 0
	}
}

.pro_cate>ul>li a .img img {
	max-width: 100%;
	position: relative;
	z-index: 2
}

@media (max-width: 1681px) {
	.pro_cate>ul>li a .img img {
		max-width: 80%
	}
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .img img {
		max-width: 70%
	}
}

.pro_cate>ul>li a .img .bg {
	display: block;
	width: 68%;
	height: 48%;
	background: #f5f5f5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .img .bg {
		width: 60%
	}
}

.pro_cate>ul>li a .img .bg:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	line-height: 10px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

@media (min-width: 668px) {
	.pro_cate>ul>li a:hover .txt .t {
		color: #ffc32c
	}

	.pro_cate>ul>li a:hover .txt .more {
		background-color: #ffc32c;
		border-color: #ffc32c;
		color: #fff
	}

	.pro_cate>ul>li a:hover .txt .more svg {
		color: #fff
	}

	.pro_cate>ul>li a:hover .img .bg:after {
		width: 100%
	}
}

.pro_cate>ul>li:nth-of-type(even) {
	background-color: #f5f5f5
}

.pro_cate>ul>li:nth-of-type(even) a .txt {
	padding: 0 10% 0 5%
}

@media (max-width: 1180px) {
	.pro_cate>ul>li:nth-of-type(even) a .txt {
		padding: 0 40px
	}
}

@media (max-width: 968px) {
	.pro_cate>ul>li:nth-of-type(even) a .txt {
		padding: 0 20px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li:nth-of-type(even) a .txt {
		padding: 0
	}
}

.pro_cate>ul>li:nth-of-type(even) a .img {
	order: -1;
	padding: 0 6% 0 0;
	text-align: right
}

@media (max-width: 668px) {
	.pro_cate>ul>li:nth-of-type(even) a .img {
		order: 0;
		padding: 0
	}
}

.pro_cate>ul>li:nth-of-type(even) a .img .bg {
	background: #fff;
	left: 0
}

.pro_cate>ul>li:nth-of-type(even) a .img .bg:after {
	left: auto;
	right: 0
}

.pro_list_top {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex
}

@media (max-width: 1681px) {
	.pro_list_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_list_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_list_top {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column
	}
}

.pro_list_top .txt {
	width: 50%
}

@media (max-width: 668px) {
	.pro_list_top .txt {
		width: 100%
	}
}

.pro_list_top .txt h1.title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 1em
}

@media (max-width: 1681px) {
	.pro_list_top .txt h1.title {
		font-size: 36px
	}
}

@media (max-width: 1440px) {
	.pro_list_top .txt h1.title {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.pro_list_top .txt h1.title {
		font-size: 22px
	}
}

.pro_list_top .txt .des {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 50px 0 120px
}

@media (max-width: 1681px) {
	.pro_list_top .txt .des {
		margin: 50px 0
	}
}

@media (max-width: 1440px) {
	.pro_list_top .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

@media (max-width: 668px) {
	.pro_list_top .txt .des {
		margin: 20px 0
	}
}

.pro_list_top .txt .des img {
	max-width: 100%
}

.pro_list_top .txt .btn_download {
	width: 220px;
	height: 58px;
	line-height: 56px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	font-size: 14px;
	line-height: 1em;
	transition: all .5s
}

@media (max-width: 1440px) {
	.pro_list_top .txt .btn_download {
		width: 180px
	}
}

@media (max-width: 668px) {
	.pro_list_top .txt .btn_download {
		width: 140px;
		height: 52px;
		line-height: 50px
	}
}

.pro_list_top .txt .btn_download svg {
	width: 25px;
	height: 25px;
	color: #999;
	margin-left: 10px;
	transition: all .5s
}

.pro_list_top .txt .btn_download:hover {
	background-color: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.pro_list_top .txt .btn_download:hover svg {
	color: #fff
}

.pro_list_top .img {
	width: 50%;
	text-align: right
}

@media (max-width: 668px) {
	.pro_list_top .img {
		order: -1;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		justify-content: center
	}
}

.pro_list_top .img img {
	max-width: 100%
}

.pro_list_filter {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
	overflow: hidden
}

@media (max-width: 1681px) {
	.pro_list_filter {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_list_filter {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_list_filter {
		padding-top: 40px;
		padding-bottom: 0
	}
}

.pro_list_filter .title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 40px;
	color: #000
}

@media (max-width: 1440px) {
	.pro_list_filter .title {
		font-size: 26px
	}
}

@media (max-width: 668px) {
	.pro_list_filter .title {
		font-size: 20px;
		margin-bottom: 20px
	}
}

.pro_list_filter .row {
	margin: 0 -5px
}

.pro_list_filter .row>div {
	padding: 0 5px;
	width: 14.28%
}

@media (max-width: 1180px) {
	.pro_list_filter .row>div {
		margin-bottom: 10px;
		width: 25%
	}
}

@media (max-width: 668px) {
	.pro_list_filter .row>div {
		width: 100%
	}
}

.pro_list_filter .col {
	padding: 0 10px;
	border: 1px solid #ddd;
	background-color: #fff
}

@media (max-width: 1440px) {
	.pro_list_filter .col {
		padding: 0 5px
	}
}

.pro_list_filter .col .hd {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 668px) {
	.pro_list_filter .col .hd {
		height: 55px
	}
}

.pro_list_filter .col .hd span {
	font-size: 16px;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden
}

@media (max-width: 668px) {
	.pro_list_filter .col .hd span {
		font-size: 14px;
		font-weight: normal
	}
}

.pro_list_filter .col .hd button {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	background: none;
	outline: 0;
	border: none
}

.pro_list_filter .col .hd button svg {
	width: 100%;
	height: 100%;
	color: #999;
	transition: all .5s
}

.pro_list_filter .col .bd {
	display: none;
	padding-bottom: 30px
}

@media (max-width: 1440px) {
	.pro_list_filter .col .bd {
		padding-bottom: 15px
	}
}

.pro_list_filter .col .bd .bd_col {
	width: 100%;
	overflow: hidden
}

.pro_list_filter .col .bd .bd_col>ul {
	margin: 0 -2px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.pro_list_filter .col .bd .bd_col>ul>li {
	flex: 1;
	padding: 0 2px
}

.pro_list_filter .col .bd .bd_col>ul>li p {
	display: block;
	margin-bottom: 0;
	position: relative;
	padding: 0 25px 0 0;
	line-height: 40px;
	border: 1px solid #dedede
}

.pro_list_filter .col .bd .bd_col>ul>li p input {
	width: 100%;
	line-height: 40px;
	border: none;
	padding: 0 5px;
	outline: 0
}

.pro_list_filter .col .bd .bd_col>ul>li p em {
	display: block;
	width: 30px;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0
}

.pro_list_filter .col .bd .bd_col>ul>li p.no_unit {
	padding: 0
}

.pro_list_filter .col .bd .bd_button {
	margin-top: 20px
}

@media (max-width: 1440px) {
	.pro_list_filter .col .bd .bd_button {
		margin-top: 10px
	}
}

.pro_list_filter .col .bd .bd_button>ul {
	margin: 0 -7px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.pro_list_filter .col .bd .bd_button>ul>li {
	flex: 1;
	padding: 0 7px
}

.pro_list_filter .col .bd .bd_button>ul>li button {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background-color: #f5f5f5;
	color: #aaa;
	transition: all .5s
}

.pro_list_filter .col .bd .bd_button>ul>li button:hover {
	background-color: #ffc32c;
	color: #fff
}

.pro_list_filter .col.active .hd button svg {
	transform: rotate(180deg);
	color: #ffc32c
}

.pro_list_content {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff
}

@media (max-width: 1681px) {
	.pro_list_content {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_list_content {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_list_content {
		padding-top: 20px;
		padding-bottom: 10px
	}
}

.pro_list_content .table {
	font-size: 16px
}

@media (max-width: 668px) {
	.pro_list_content .table {
		font-size: 14px
	}
}

.pro_list_content .table thead {
	background-color: #ffc32c;
	color: #fff
}

.pro_list_content .table thead tr th {
	text-align: center;
	padding: 20px 10px
}

@media (max-width: 668px) {
	.pro_list_content .table thead tr th {
		padding: 5px
	}
}

.pro_list_content .table thead tr td {
	text-align: center;
	padding: 20px 10px
}

@media (max-width: 668px) {
	.pro_list_content .table thead tr td {
		padding: 5px
	}
}

.pro_list_content .table tbody tr td {
	text-align: center;
	padding: 20px 10px
}

@media (max-width: 668px) {
	.pro_list_content .table tbody tr td {
		padding: 5px
	}
}

.pro_content_top {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center
}

@media (max-width: 1681px) {
	.pro_content_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_content_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_content_top {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column
	}
}

.pro_content_top .img {
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 668px) {
	.pro_content_top .img {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		justify-content: center
	}
}

.pro_content_top .img img {
	max-width: 100%
}

.pro_content_top .txt {
	flex: 1;
	padding-left: 10%
}

@media (max-width: 668px) {
	.pro_content_top .txt {
		width: 100%;
		padding: 0
	}
}

.pro_content_top .txt h1.title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 50px;
	line-height: 1em;
	color: #ffc32c;
	font-weight: normal
}

@media (max-width: 1681px) {
	.pro_content_top .txt h1.title {
		font-size: 36px
	}
}

@media (max-width: 1440px) {
	.pro_content_top .txt h1.title {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.pro_content_top .txt h1.title {
		font-size: 22px
	}
}

.pro_content_top .txt .des {
	font-size: 18px;
	line-height: 2em;
	color: #000;
	margin: 20px 0 60px
}

@media (max-width: 1440px) {
	.pro_content_top .txt .des {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.pro_content_top .txt .des {
		font-size: 14px;
		margin: 20px 0
	}
}

.pro_content_top .txt .links>ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex
}

.pro_content_top .txt .links>ul>li {
	padding: 0 10px
}

.pro_content_top .txt .links>ul>li a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.pro_content_top .txt .links>ul>li a {
		width: 130px;
		height: 40px;
		line-height: 40px
	}
}

.pro_content_top .txt .links>ul>li a span {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 1em
}

.pro_content_top .txt .links>ul>li a svg {
	width: 18px;
	height: 18px;
	color: #fff;
	margin-left: 10px;
	transition: all .5s
}

.pro_content_top .txt .links>ul>li:nth-of-type(1) a {
	background-color: #00893d
}

.pro_content_top .txt .links>ul>li:nth-of-type(1) a:hover {
	background-color: #ffc32c
}

.pro_content_top .txt .links>ul>li:nth-of-type(2) a {
	background-color: #485a64
}

.pro_content_top .txt .links>ul>li:nth-of-type(2) a:hover {
	background-color: #ffc32c
}

.pro_content_title {
	border-bottom: 1px solid #bcbcbc
}

.pro_content_title span {
	display: inline-block;
	position: relative;
	font-size: 30px;
	line-height: 96px;
	padding-right: 60px;
	color: #ffc32c
}

@media (max-width: 1180px) {
	.pro_content_title span {
		font-size: 26px;
		line-height: 50px;
		padding-right: 20px
	}
}

.pro_content_title span::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	line-height: 3px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2
}

.pro_content_info {
	padding: 80px 0;
	display: flex;
	align-items: center
}

@media (max-width: 1180px) {
	.pro_content_info {
		padding: 20px 0
	}
}

@media (max-width: 968px) {
	.pro_content_info {
		flex-direction: column
	}
}

.pro_content_info .img {
	width: 50%;
	padding-right: 6%;
	text-align: center
}

@media (max-width: 1180px) {
	.pro_content_info .img {
		padding-right: 10px
	}
}

@media (max-width: 968px) {
	.pro_content_info .img {
		width: 100%;
		padding: 0 0 20px
	}
}

.pro_content_info .img img {
	max-width: 100%
}

.pro_content_info .info {
	width: 50%;
	padding-left: 3%
}

@media (max-width: 1180px) {
	.pro_content_info .info {
		padding-left: 10px
	}
}

@media (max-width: 968px) {
	.pro_content_info .info {
		width: 100%;
		padding: 0
	}
}

.pro_content_info .info .table-bordered>tbody>tr>td,
.pro_content_info .info .table-bordered>tbody>tr>th,
.pro_content_info .info .table-bordered>tfoot>tr>td,
.pro_content_info .info .table-bordered>tfoot>tr>th,
.pro_content_info .info .table-bordered>thead>tr>td,
.pro_content_info .info .table-bordered>thead>tr>th {
	border-color: #999
}

.pro_content_info .info .table>tbody>tr>td,
.pro_content_info .info .table>tbody>tr>th,
.pro_content_info .info .table>tfoot>tr>td,
.pro_content_info .info .table>tfoot>tr>th,
.pro_content_info .info .table>thead>tr>td,
.pro_content_info .info .table>thead>tr>th {
	padding: 15px
}

.pro_content_info .info .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff
}

.pro_content_info .info .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f5f5f5
}

.pro_content_info .info .table th,
.pro_content_info .info .table td {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #000
}

.pro_content_info .info .table th {
	font-weight: normal;
	width: 150px;
	background-color: #fff
}

.application_list {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 55px
}

@media (max-width: 1681px) {
	.application_list {
		padding-top: 80px;
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.application_list {
		padding-top: 40px;
		padding-bottom: 20px
	}
}

@media (max-width: 668px) {
	.application_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.application_list>ul {
	margin: 0 -40px 0 0;
	padding: 0
}

@media (max-width: 1440px) {
	.application_list>ul {
		margin: 0 -20px 0 0
	}
}

.application_list>ul .grid-sizer,
.application_list>ul .grid-item {
	width: 33.33%
}

@media (max-width: 668px) {

	.application_list>ul .grid-sizer,
	.application_list>ul .grid-item {
		width: 100%
	}
}

.application_list>ul .grid-item {
	padding-right: 40px;
	margin-bottom: 40px
}

@media (max-width: 1440px) {
	.application_list>ul .grid-item {
		padding-right: 20px;
		margin-bottom: 20px
	}
}

.application_list>ul>li {
	display: block
}

@media (max-width: 668px) {
	.application_list>ul>li {
		height: 350px
	}
}

.application_list>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.application_list>ul>li a:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	line-height: 10px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	opacity: 0;
	transition: all .5s
}

.application_list>ul>li a .txt {
	width: 100%;
	height: 100%;
	padding: 10% 15% 10% 10%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5
}

.application_list>ul>li a .txt .inner {
	width: 100%;
	height: 100%;
	position: relative
}

.application_list>ul>li a .txt .inner .title span {
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	font-family: "GillSans-Bold";
	text-transform: uppercase
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .title span {
		font-size: 24px
	}
}

@media (max-width: 1440px) {
	.application_list>ul>li a .txt .inner .title span {
		font-size: 20px
	}
}

.application_list>ul>li a .txt .inner .title b {
	display: block;
	font-size: 26px;
	line-height: 1em;
	font-weight: normal;
	margin-top: 20px
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .title b {
		font-size: 22px
	}
}

@media (max-width: 1440px) {
	.application_list>ul>li a .txt .inner .title b {
		font-size: 18px;
		margin-top: 10px
	}
}

.application_list>ul>li a .txt .inner .icon {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .icon {
		width: 60px;
		height: 60px
	}
}

@media (max-width: 1440px) {
	.application_list>ul>li a .txt .inner .icon {
		width: 50px;
		height: 50px
	}
}

.application_list>ul>li a .txt .inner .icon svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.application_list>ul>li a .txt .inner .des {
	width: 100%;
	font-size: 16px;
	line-height: 1.75em;
	height: 5.25em;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 2;
	opacity: 0;
	transition: all .5s
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .des {
		font-size: 14px
	}
}

.application_list>ul>li a .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.application_list>ul>li a .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: .6;
	transition: all .5s
}

.application_list>ul>li a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all .5s
}

.application_list>ul>li a .img span.bg01 {
	opacity: 1
}

.application_list>ul>li a .img span.bg02 {
	opacity: 0
}

.application_list>ul>li a:hover:after {
	width: 100%;
	opacity: 1
}

.application_list>ul>li a:hover .txt .inner .icon {
	bottom: -20px;
	opacity: 0
}

.application_list>ul>li a:hover .txt .inner .des {
	bottom: 0;
	opacity: 1
}

.application_list>ul>li a:hover .img:after {
	opacity: .5
}

.application_list>ul>li a:hover .img span.bg01 {
	opacity: 0
}

.application_list>ul>li a:hover .img span.bg02 {
	opacity: 1
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(1) {
		height: 660px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(1) {
		height: 500px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(1) {
		height: 400px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(2) {
		height: 380px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(2) {
		height: 350px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(3) {
		height: 535px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(3) {
		height: 450px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(4) {
		height: 535px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(4) {
		height: 400px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(4) {
		height: 300px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(5) {
		height: 660px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(5) {
		height: 500px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(5) {
		height: 400px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(6) {
		height: 470px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(6) {
		height: 350px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(7) {
		height: 535px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(7) {
		height: 400px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(7) {
		height: 300px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(8) {
		height: 740px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(8) {
		height: 600px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(8) {
		height: 500px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(9) {
		height: 675px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(9) {
		height: 595px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(9) {
		height: 500px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(10) {
		height: 380px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(10) {
		height: 330px
	}
}

.application_content_top {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center
}

@media (max-width: 1681px) {
	.application_content_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.application_content_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.application_content_top {
		flex-direction: column;
		padding-bottom: 20px
	}
}

@media (max-width: 668px) {
	.application_content_top {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.application_content_top .txt {
	width: 35%
}

@media (max-width: 968px) {
	.application_content_top .txt {
		width: 100%;
		margin-bottom: 20px
	}
}

.application_content_top .txt .title {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 2px solid #e5e5e5
}

@media (max-width: 968px) {
	.application_content_top .txt .title {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

.application_content_top .txt .title span {
	display: block;
	max-width: 250px;
	font-family: "GillSans-Bold";
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.2em;
	color: rgba(0, 0, 0, 0.3)
}

@media (max-width: 1440px) {
	.application_content_top .txt .title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.application_content_top .txt .title span {
		font-size: 22px
	}
}

@media (max-width: 668px) {
	.application_content_top .txt .title span {
		font-size: 20px
	}
}

.application_content_top .txt .title b {
	display: block;
	font-size: 26px;
	line-height: 1em;
	color: #000;
	font-weight: normal;
	margin: 20px 0 0
}

@media (max-width: 668px) {
	.application_content_top .txt .title b {
		font-size: 24px
	}
}

.application_content_top .txt .des {
	font-size: 16px;
	line-height: 1.875em;
	color: #666
}

@media (max-width: 1440px) {
	.application_content_top .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.application_content_top .img {
	width: 57%;
	margin-left: auto
}

@media (max-width: 968px) {
	.application_content_top .img {
		width: 100%
	}
}

.application_content_top .img img {
	width: 100%
}

.application_content_related {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #f5f5f5
}

@media (max-width: 1440px) {
	.application_content_related {
		padding-top: 60px;
		padding-bottom: 0px
	}
}

@media (max-width: 968px) {
	.application_content_related {
		padding-top: 40px
	}
}

.application_content_related .title {
	margin: 0 0 60px;
	padding: 0;
	font-size: 26px;
	line-height: 1em
}

@media (max-width: 1440px) {
	.application_content_related .title {
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.application_content_related .title {
		font-size: 24px
	}
}

.application_content_related .list {
	overflow: hidden
}

.application_content_related .list>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.application_content_related .list>ul>li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 968px) {
	.application_content_related .list>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.application_content_related .list>ul>li>a {
	background-color: #fff;
	padding: 10px 10px 10px 40px;
	display: flex;
	align-items: center
}

@media (max-width: 1440px) {
	.application_content_related .list>ul>li>a {
		padding-left: 40px
	}
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a {
		padding: 20px;
		flex-direction: column
	}
}

.application_content_related .list>ul>li>a .txt {
	width: 50%;
	padding-right: 5%;
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .txt {
		width: 100%
	}
}

.application_content_related .list>ul>li>a .txt b.t {
	display: block;
	font-size: 22px;
	line-height: 1em;
	font-family: "GillSans-Bold";
	color: #000;
	transition: all .5s
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .txt b.t {
		font-size: 18px
	}
}

.application_content_related .list>ul>li>a .txt .des {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 20px 0 50px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

@media (max-width: 1440px) {
	.application_content_related .list>ul>li>a .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.application_content_related .list>ul>li>a .txt .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .txt .more {
		margin: 20px 0;
		width: 150px
	}
}

.application_content_related .list>ul>li>a .txt .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.application_content_related .list>ul>li>a .img {
	width: 50%;
	height: 300px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 1440px) {
	.application_content_related .list>ul>li>a .img {
		height: 250px
	}
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .img {
		width: 100%;
		height: auto;
		padding: 0
	}
}

.application_content_related .list>ul>li>a .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 1s
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .img img {
		max-width: 60%
	}
}

@media (min-width: 668px) {
	.application_content_related .list>ul>li>a:hover .txt b.t {
		color: #4f9a89
	}

	.application_content_related .list>ul>li>a:hover .txt .more {
		background-color: #4f9a89;
		border-color: #4f9a89;
		color: #fff
	}

	.application_content_related .list>ul>li>a:hover .txt .more svg {
		color: #fff
	}

	.application_content_related .list>ul>li>a:hover .img img {
		transform: scale(1.1)
	}
}

.service_list>ul {
	margin: 0;
	padding: 0
}

.service_list>ul>li {
	padding: 120px 0 120px 10%;
	background-color: #fff
}

@media (max-width: 1681px) {
	.service_list>ul>li {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.service_list>ul>li {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.service_list>ul>li {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.service_list>ul>li {
		padding: 20px
	}
}

.service_list>ul>li a {
	display: flex;
	align-items: center
}

@media (max-width: 968px) {
	.service_list>ul>li a {
		flex-direction: column
	}
}

.service_list>ul>li a .txt {
	width: 38%;
	padding: 0 8% 0 0
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt {
		padding-right: 40px
	}
}

@media (max-width: 968px) {
	.service_list>ul>li a .txt {
		width: 100%;
		padding: 20px 0 0
	}
}

.service_list>ul>li a .txt .inner .title span {
	display: block;
	font-size: 50px;
	line-height: 1em;
	font-family: "GillSans-Bold";
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase
}

@media (max-width: 1681px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 45px
	}
}

@media (max-width: 1440px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 22px
	}
}

@media (max-width: 668px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 20px
	}
}

.service_list>ul>li a .txt .inner .title b {
	display: block;
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	color: #000;
	margin: 40px 0 20px;
	transition: all .5s
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt .inner .title b {
		margin: 20px 0
	}
}

@media (max-width: 668px) {
	.service_list>ul>li a .txt .inner .title b {
		font-size: 20px
	}
}

.service_list>ul>li a .txt .inner .des {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

@media (max-width: 1440px) {
	.service_list>ul>li a .txt .inner .des {
		font-size: 14px;
		line-height: 26px
	}
}

.service_list>ul>li a .txt .inner .icon {
	margin-top: 20%;
	width: 90px;
	height: 90px;
	border: 1px solid #ffc32c;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 1440px) {
	.service_list>ul>li a .txt .inner .icon {
		width: 70px;
		height: 70px
	}
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt .inner .icon {
		margin-top: 40px
	}
}

@media (max-width: 668px) {
	.service_list>ul>li a .txt .inner .icon {
		width: 60px;
		height: 60px;
		margin-top: 20px
	}
}

.service_list>ul>li a .txt .inner .icon svg {
	width: 33.33%;
	height: 33.33%;
	color: #ffc32c;
	transition: all .5s
}

.service_list>ul>li a .img {
	width: 62%;
	position: relative
}

@media (max-width: 968px) {
	.service_list>ul>li a .img {
		width: 100%;
		order: -1
	}
}

.service_list>ul>li a .img:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	line-height: 10px;
	background-color: #ffc32c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: all .5s
}

.service_list>ul>li a .img img {
	width: 100%
}

@media (min-width: 668px) {
	.service_list>ul>li a:hover .txt .inner .title b {
		color: #ffc32c
	}

	.service_list>ul>li a:hover .txt .inner .icon {
		background-color: #ffc32c
	}

	.service_list>ul>li a:hover .txt .inner .icon svg {
		color: #fff
	}

	.service_list>ul>li a:hover .img:after {
		width: 100%;
		opacity: 1
	}
}

.service_list>ul>li:nth-of-type(even) {
	padding-left: 0;
	padding-right: 10%;
	background-color: #f5f5f5
}

@media (max-width: 968px) {
	.service_list>ul>li:nth-of-type(even) {
		padding-left: 20px;
		padding-right: 20px
	}
}

.service_list>ul>li:nth-of-type(even) a .txt {
	padding: 0 0 0 8%
}

@media (max-width: 1180px) {
	.service_list>ul>li:nth-of-type(even) a .txt {
		padding-left: 40px
	}
}

@media (max-width: 968px) {
	.service_list>ul>li:nth-of-type(even) a .txt {
		padding: 20px 0 0
	}
}

.service_list>ul>li:nth-of-type(even) a .img {
	order: -1
}

.service_list>ul>li:nth-of-type(even) a .img:after {
	left: auto;
	right: 0
}

.video_list {
	padding-top: 100px;
	padding-bottom: 60px
}

@media (max-width: 1681px) {
	.video_list {
		padding-top: 80px;
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.video_list {
		padding-top: 60px;
		padding-bottom: 30px
	}
}

@media (max-width: 1180px) {
	.video_list {
		padding-top: 40px;
		padding-bottom: 10px
	}
}

@media (max-width: 668px) {
	.video_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.video_list01>ul {
	height: 640px;
	position: relative;
	margin: 0 -20px;
	padding: 0;
	list-style: none
}

@media (max-width: 1681px) {
	.video_list01>ul {
		height: 550px;
		margin: 0 -15px
	}
}

@media (max-width: 1440px) {
	.video_list01>ul {
		height: 490px
	}
}

@media (max-width: 1180px) {
	.video_list01>ul {
		height: 430px
	}
}

@media (max-width: 668px) {
	.video_list01>ul {
		height: auto;
		margin: 0 -10px
	}
}

.video_list01>ul>li {
	display: block;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 1681px) {
	.video_list01>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.video_list01>ul>li {
		padding: 0 10px;
		margin-bottom: 20px
	}
}

@media (min-width: 668px) {
	.video_list01>ul>li:nth-of-type(1) {
		width: 66.66%;
		height: 100%;
		padding-right: 20px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.video_list01>ul>li:nth-of-type(1) {
		padding-right: 15px
	}
}

@media (min-width: 668px) {
	.video_list01>ul>li:nth-of-type(1) a {
		height: 100%
	}

	.video_list01>ul>li:nth-of-type(2) {
		width: 33.33%;
		position: absolute;
		right: 0;
		top: 0
	}

	.video_list01>ul>li:nth-of-type(3) {
		width: 33.33%;
		position: absolute;
		right: 0;
		bottom: -40px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.video_list01>ul>li:nth-of-type(3) {
		bottom: -30px
	}
}

.video_list02 {
	margin-top: 40px
}

@media (max-width: 1681px) {
	.video_list02 {
		margin-top: 30px
	}
}

@media (max-width: 668px) {
	.video_list02 {
		margin-top: 20px
	}
}

.video_list02>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.video_list02>ul {
		margin: 0 -15px
	}
}

.video_list02>ul>li {
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 1681px) {
	.video_list02>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.video_list02>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

a.video_item {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden
}

@media (max-width: 1681px) {
	a.video_item {
		height: 260px
	}
}

@media (max-width: 1440px) {
	a.video_item {
		height: 230px
	}
}

@media (max-width: 1180px) {
	a.video_item {
		height: 200px
	}
}

a.video_item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all .5s
}

a.video_item .title_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding-top: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	transition: all .5s
}

a.video_item .title_hover svg {
	width: 50px;
	height: 50px;
	color: #fff;
	margin-bottom: 20px
}

a.video_item .title_hover span {
	font-size: 16px;
	line-height: 1em
}

@media (max-width: 1681px) {
	a.video_item .title_hover span {
		font-size: 14px
	}
}

a.video_item .title {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 1440px) {
	a.video_item .title {
		height: 60px
	}
}

a.video_item .title span {
	font-size: 16px;
	color: #fff;
	text-align: center
}

@media (max-width: 1681px) {
	a.video_item .title span {
		font-size: 14px
	}
}

a.video_item .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

a.video_item .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	transition: all 1s
}

a.video_item:hover:after {
	background-color: rgba(0, 0, 0, 0.8)
}

a.video_item:hover .title_hover {
	padding-top: 0;
	opacity: 1
}

a.video_item:hover .title {
	transform: translateY(100%)
}

a.video_item:hover .img span {
	transform: scale(1.1)
}

.news_col {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5
}

@media (max-width: 1681px) {
	.news_col {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.news_col {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.news_col {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.news_col {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.news_col_top>ul {
	margin: 0 -22px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.news_col_top>ul {
		margin: 0 -20px
	}
}

@media (max-width: 1440px) {
	.news_col_top>ul {
		margin: 0 -15px
	}
}

@media (max-width: 968px) {
	.news_col_top>ul {
		margin: 0 -10px
	}
}

.news_col_top>ul>li {
	width: 33.33%;
	padding: 0 22px
}

@media (max-width: 1681px) {
	.news_col_top>ul>li {
		padding: 0 20px
	}
}

@media (max-width: 1440px) {
	.news_col_top>ul>li {
		padding: 0 15px
	}
}

@media (max-width: 968px) {
	.news_col_top>ul>li {
		padding: 0 10px
	}
}

@media (max-width: 668px) {
	.news_col_top>ul>li {
		width: 100%
	}
}

.news_col_top>ul>li:nth-of-type(1) {
	width: 66.66%
}

@media (max-width: 668px) {
	.news_col_top>ul>li:nth-of-type(1) {
		width: 100%
	}
}

.news_hot {
	height: 100%;
	position: relative
}

@media (max-width: 668px) {
	.news_hot {
		height: 350px;
		margin-bottom: 20px
	}
}

.news_hot a.cate {
	display: block;
	width: 76px;
	height: 24px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 6;
	transition: all .5s
}

@media (max-width: 1440px) {
	.news_hot a.cate {
		right: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.news_hot a.cate {
		right: 20px;
		top: 30px
	}
}

.news_hot a.cate:hover {
	background-color: #ffc32c;
	border-color: #ffc32c
}

.news_hot .item {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.news_hot .item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4
}

.news_hot .item .date {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	font-family: "GillSans";
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 5
}

@media (max-width: 1440px) {
	.news_hot .item .date {
		left: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.news_hot .item .date {
		left: 20px;
		top: 30px
	}
}

.news_hot .item .date em {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em;
	font-family: "GillSans-Bold"
}

.news_hot .item .txt {
	width: 100%;
	padding: 0 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5
}

@media (max-width: 1440px) {
	.news_hot .item .txt {
		padding: 0 30px
	}
}

@media (max-width: 668px) {
	.news_hot .item .txt {
		padding: 0 20px
	}
}

.news_hot .item .txt .t {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	transition: all .5s
}

@media (max-width: 1440px) {
	.news_hot .item .txt .t {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.news_hot .item .txt .t {
		font-size: 14px
	}
}

.news_hot .item .txt .des {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff
}

.news_hot .item .txt .info {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: 40px;
	height: 80px;
	color: #fff;
	display: flex;
	align-items: center
}

@media (max-width: 1440px) {
	.news_hot .item .txt .info {
		height: 60px
	}
}

@media (max-width: 668px) {
	.news_hot .item .txt .info {
		margin-top: 20px;
		height: 40px
	}
}

.news_hot .item .txt .info .ele {
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	display: flex;
	align-items: center
}

.news_hot .item .txt .info .ele svg {
	width: 18px;
	height: 18px;
	color: #fff;
	margin-right: 5px
}

.news_hot .item .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.news_hot .item .img .bg {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 1s
}

.news_hot .item:hover .txt a.t {
	color: #ffc32c
}

.news_hot .item:hover .img .bg {
	transform: scale(1.1)
}

.news_list_slide {
	margin-top: 45px;
	position: relative
}

@media (max-width: 1681px) {
	.news_list_slide {
		margin-top: 40px
	}
}

@media (max-width: 1440px) {
	.news_list_slide {
		margin-top: 30px
	}
}

@media (max-width: 968px) {
	.news_list_slide {
		margin-top: 20px
	}
}

.news_list_slide .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	outline: 0;
	background-color: #989898;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.news_list_slide .arrows .arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px
	}
}

.news_list_slide .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #fff
}

.news_list_slide .arrows .arrow.news_list_prev {
	left: -100px
}

@media (max-width: 1180px) {
	.news_list_slide .arrows .arrow.news_list_prev {
		left: -25px
	}
}

@media (max-width: 668px) {
	.news_list_slide .arrows .arrow.news_list_prev {
		left: -20px
	}
}

.news_list_slide .arrows .arrow.news_list_next {
	right: -100px
}

@media (max-width: 1180px) {
	.news_list_slide .arrows .arrow.news_list_next {
		right: -25px
	}
}

@media (max-width: 668px) {
	.news_list_slide .arrows .arrow.news_list_next {
		right: -20px
	}
}

.news_list_slide .arrows .arrow:hover {
	background-color: #ffc32c
}

.item_news {
	position: relative
}

.item_news a.cate {
	display: block;
	width: 76px;
	height: 24px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 6;
	transition: all .5s
}

@media (max-width: 1440px) {
	.item_news a.cate {
		right: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.item_news a.cate {
		right: 20px;
		top: 30px
	}
}

.item_news a.cate:hover {
	background-color: #ffc32c;
	border-color: #ffc32c
}

.item_news a.item .img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative
}

@media (max-width: 1440px) {
	.item_news a.item .img {
		height: 250px
	}
}

@media (max-width: 1180px) {
	.item_news a.item .img {
		height: 200px
	}
}

.item_news a.item .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4
}

.item_news a.item .img .date {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	font-family: "GillSans";
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 5
}

@media (max-width: 1440px) {
	.item_news a.item .img .date {
		left: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.item_news a.item .img .date {
		left: 20px;
		top: 30px
	}
}

.item_news a.item .img .date em {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em;
	font-family: "GillSans-Bold"
}

@media (max-width: 1440px) {
	.item_news a.item .img .date em {
		font-size: 30px
	}
}

.item_news a.item .img .bg {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 1s
}

.item_news a.item .txt {
	width: 100%;
	padding: 30px 50px 0;
	background-color: #fff
}

@media (max-width: 1440px) {
	.item_news a.item .txt {
		padding: 30px 30px 0
	}
}

@media (max-width: 668px) {
	.item_news a.item .txt {
		padding: 20px 20px 0
	}
}

.item_news a.item .txt .t {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	height: 3em;
	font-weight: bold;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	transition: all .5s
}

@media (max-width: 1440px) {
	.item_news a.item .txt .t {
		font-size: 16px
	}
}

.item_news a.item .txt .des {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 20px 0 40px;
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	color: #666
}

.item_news a.item .txt .info {
	border-top: 1px solid rgba(51, 51, 51, 0.4);
	height: 70px;
	color: #333;
	display: flex;
	align-items: center
}

@media (max-width: 1440px) {
	.item_news a.item .txt .info {
		height: 60px
	}
}

.item_news a.item .txt .info .ele {
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	display: flex;
	align-items: center
}

.item_news a.item .txt .info .ele svg {
	width: 18px;
	height: 18px;
	color: #333;
	margin-right: 5px
}

.item_news a.item:hover .txt a.t {
	color: #ffc32c
}

.item_news a.item:hover .img .bg {
	transform: scale(1.1)
}

.news_content {
	padding-bottom: 80px;
}

@media (max-width: 1440px) {
	.news_content {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 1180px) {
	.news_content {
		padding: 20px
	}
}

.news_content_wrap {
	padding: 40px;
	background-color: #fff
}

@media (max-width: 1180px) {
	.news_content_wrap {
		padding: 20px
	}
}

.news_content_title {
	margin-bottom: 0;
	font-size: 22px;
	text-align: center
}

@media (max-width: 668px) {
	.news_content_title {
		font-size: 16px;
		line-height: 30px
	}
}

.news_content_title.color {
	color: #ffc32c
}

.news_content_info {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	color: #999
}

@media (max-width: 668px) {
	.news_content_info {
		margin-top: 10px;
		padding-bottom: 10px
	}
}

.news_content_txt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 16px;
	line-height: 30px
}

@media (max-width: 668px) {
	.news_content_txt {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 26px
	}
}

.news_content_txt p {
	/*text-indent: 2em*/
}

.news_content_txt img {
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 10px
}

.updown {
	margin: 20px 0 0;
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 28px;
	border-top: 1px solid #ddd
}

@media (max-width: 1380px) {
	.updown {
		padding: 20px 0 0;
		font-size: 12px;
		line-height: 22px
	}
}

@media (max-width: 1180px) {
	.updown {
		padding: 10px 0 0
	}
}

.updown .ele a {
	color: #333;
	transition: all .5s
}

.updown .ele a:hover {
	color: #ffc32c
}

.updown .inner {
	width: 100%;
	padding-right: 150px;
	position: relative
}

@media (max-width: 668px) {
	.updown .inner {
		padding: 0
	}
}

.updown .btn_back {
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	padding: 0 30px;
	border-radius: 40px;
	border: 1px solid #5b5b5b;
	color: #5b5b5b;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	transition: all .5s
}

@media (max-width: 668px) {
	.updown .btn_back {
		position: static;
		margin: 20px auto 0
	}
}

.updown .btn_back span {
	display: block;
	float: right;
	margin: 15px 0 0 5px;
	width: 15px;
	height: 12px;
	position: relative
}

.updown .btn_back span:before,
.updown .btn_back span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #5b5b5b;
	position: absolute;
	left: 0;
	transition: all .5s
}

.updown .btn_back span:before {
	top: 0
}

.updown .btn_back span:after {
	bottom: 0
}

.updown .btn_back span i {
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #5b5b5b;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all .5s
}

.updown .btn_back:hover {
	background: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.updown .btn_back:hover span:before,
.updown .btn_back:hover span:after {
	width: 10px;
	background: #fff
}

.updown .btn_back:hover span:before {
	top: 2px;
	transform: rotate(-45deg)
}

.updown .btn_back:hover span:after {
	bottom: 2px;
	transform: rotate(45deg)
}

.updown .btn_back:hover span i {
	opacity: 0
}

.news_share {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 668px) {
	.news_share {
		flex-direction: column
	}
}

.news_share span.t {
	font-weight: bold;
	font-size: 14px;
	color: #666
}

.news_searchlist {
	background-color: #fff
}

.news_searchlist>ul {
	margin: 0 -22px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1440px) {
	.news_searchlist>ul {
		margin: 0 -15px
	}
}

@media (max-width: 968px) {
	.news_searchlist>ul {
		margin: 0 -10px
	}
}

.news_searchlist>ul>li {
	width: 33.33%;
	padding: 0 22px;
	margin-bottom: 44px
}

@media (max-width: 1440px) {
	.news_searchlist>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 968px) {
	.news_searchlist>ul>li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px
	}
}

@media (max-width: 668px) {
	.news_searchlist>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.news_searchlist>ul>li .item_news .txt {
	background-color: #f5f5f5
}

.intro_title {
	margin: 0;
	padding: 0
}

.intro_title span {
	display: block;
	font-size: 55px;
	font-family: "GillSans-Bold";
	line-height: 1em;
	color: rgba(0, 0, 0, 0.3)
}

@media (max-width: 1681px) {
	.intro_title span {
		font-size: 50px
	}
}

@media (max-width: 1440px) {
	.intro_title span {
		font-size: 40px
	}
}

@media (max-width: 1380px) {
	.intro_title span {
		font-size: 30px
	}
}

.intro_title b {
	display: block;
	font-size: 40px;
	line-height: 2.5em;
	font-weight: normal;
	position: relative;
}
.intro_title b::after {
   content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 55px;
    background: #4f9a89;
}
.intro_title p{font-size: 18px;padding: 20px 0;line-height: 1.5;}
@media (max-width: 1681px) {
	.intro_title b {
		font-size: 30px
	}
}

@media (max-width: 1440px) {
	.intro_title b {
		font-size: 24px
	}
}

@media (max-width: 1380px) {
	.intro_title b {
		font-size: 22px
	}
}

.intro_title.white b {
	color: #fff
}

.intro_about {
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (max-width: 1681px) {
	.intro_about {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_about {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_about {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_about {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_about .txt {
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
	margin: 30px 0 
}
.intro_about .txt p{margin-bottom:10px;}
@media (max-width: 1440px) {
	.intro_about .txt {
		font-size: 14px
	}
}

.intro_about .txt:before {
/* 	content: '';*/
	display: block;
	width: 50px;
	height: 3px;
	line-height: 3px;
	background-color: #ffc32c;
	margin: 30px 0 
}
.intro_title_center {
    text-align: center;
    padding: 80px 0;
}
.intro_title_center b:after{right:0;margin:0 auto;}
@media (max-width: 1380px) {
	.intro_about .txt:before {
		margin: 20px 0
	}
}

.intro_nums {
	padding-top: 130px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/intronums_bg.jpg");
	background-attachment: fixed
}

@media (max-width: 1681px) {
	.intro_nums {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1180px) {
	.intro_nums {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_nums {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_nums>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.intro_nums>ul>li {
	width: 33.33%;
	text-align: center;
	position: relative;
	color: #fff
}

.intro_nums>ul>li:after {
	content: '';
	display: block;
	width: 1px;
	height: 40%;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}

.intro_nums>ul>li:nth-last-of-type(1):after {
	display: none
}

.intro_nums>ul>li span {
	font-size: 100px;
	line-height: 1em;
	font-family: "GillSans-Bold"
}

@media (max-width: 1440px) {
	.intro_nums>ul>li span {
		font-size: 70px
	}
}

.intro_nums>ul>li p {
	font-size: 18px;
	line-height: 1em;
	font-weight: lighter;
	margin: 40px 0
}

@media (max-width: 1440px) {
	.intro_nums>ul>li p {
		font-size: 16px;
		margin: 30px 0
	}
}

.intro_nums>ul>li svg {
	width: 55px;
	height: 55px;
	color: #fff
}

@media (max-width: 1440px) {
	.intro_nums>ul>li svg {
		width: 40px;
		height: 40px
	}
}

.intro_history {
	padding: 90px 0;
	background-color: #fff
}

@media (max-width: 1681px) {
	.intro_history {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_history {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_history {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_history {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_history .title {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 668px) {
	.intro_history .title {
		flex-direction: column
	}
}

.intro_history .title .arrows {
	display: flex;
	align-items: center
}

.intro_history .title .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	outline: 0;
	margin-left: 40px;
	background-color: #989898;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.intro_history .title .arrows .arrow {
		margin: 0 20px;
		width: 40px;
		height: 40px
	}
}

.intro_history .title .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #fff
}

.intro_history .title .arrows .arrow:hover {
	background-color: #ffc32c
}

.intro_history_top {
	padding: 110px 0 90px
}

@media (max-width: 1681px) {
	.intro_history_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_history_top {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_history_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_history_top {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_history_top .swiper-slide {
	display: flex;
	justify-content: center
}

.intro_history_top .swiper-slide .item {
	position: relative
}

@media (max-width: 668px) {
	.intro_history_top .swiper-slide .item {
		padding: 0 20px
	}
}

.intro_history_top .swiper-slide .item .txt {
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.5em;
	color: #fff
}

@media (max-width: 1681px) {
	.intro_history_top .swiper-slide .item .txt {
		font-size: 18px
	}
}

@media (max-width: 1440px) {
	.intro_history_top .swiper-slide .item .txt {
		font-size: 16px
	}
}

@media (max-width: 1180px) {
	.intro_history_top .swiper-slide .item .txt {
		font-size: 14px
	}
}

.intro_history_top .swiper-slide .item .year {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "GillSans-Bold";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.12)
}

@media (max-width: 1681px) {
	.intro_history_top .swiper-slide .item .year {
		font-size: 160px
	}
}

@media (max-width: 1440px) {
	.intro_history_top .swiper-slide .item .year {
		font-size: 100px
	}
}

@media (max-width: 1180px) {
	.intro_history_top .swiper-slide .item .year {
		font-size: 80px
	}
}

.intro_history_top .swiper-slide .item .img img {
	max-width: 100%;
	background-color: #999
}

.intro_history_year:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 10px
}

.intro_history_year .swiper-slide .item {
	padding-top: 20px;
	cursor: pointer;
	position: relative
}

.intro_history_year .swiper-slide .item:before,
.intro_history_year .swiper-slide .item:after,
.intro_history_year .swiper-slide .item i {
	content: '';
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	transition: all .5s
}

.intro_history_year .swiper-slide .item:before {
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #999;
	margin-left: -4px;
	top: 6px;
	z-index: 3
}

.intro_history_year .swiper-slide .item:after {
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-color: #ddd;
	margin-left: -7px;
	top: 3px;
	z-index: 2
}

.intro_history_year .swiper-slide .item i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: rgba(0, 154, 58, 0.2);
	margin-left: -10px;
	top: 0;
	z-index: 1;
	opacity: 0
}

.intro_history_year .swiper-slide .item span {
	display: block;
	font-size: 20px;
	line-height: 40px;
	color: #999;
	text-align: center
}

@media (max-width: 668px) {
	.intro_history_year .swiper-slide .item span {
		font-size: 16px
	}
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item:before {
	background-color: #ffc32c
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item:after {
	background-color: rgba(0, 154, 58, 0.3)
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item i {
	opacity: 1
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item span {
	color: #ffc32c
}

.intro_honor {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5
}

@media (max-width: 1681px) {
	.intro_honor {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_honor {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_honor {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_honor {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_honor .inner {
	position: relative
}

.intro_honor .inner .intro_honor_hot {
	width: 28%;
	position: absolute;
	right: 0;
	bottom: 0
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_hot {
		width: 100%;
		position: static
	}
}

.intro_honor .inner .intro_honor_hot a {
	display: block;
	width: 100%
}

.intro_honor .inner .intro_honor_hot a .img {
	width: 100%
}

.intro_honor .inner .intro_honor_hot a .img img {
	width: 100%
}

.intro_honor .inner .intro_honor_hot a b.t {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
	font-weight: normal;
	color: #000
}

@media (max-width: 1440px) {
	.intro_honor .inner .intro_honor_hot a b.t {
		font-size: 14px
	}
}

.intro_honor .inner .intro_honor_slide {
	width: 60%;
	margin: 0
}

@media (max-width: 1681px) {
	.intro_honor .inner .intro_honor_slide {
		width: 65%
	}
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide {
		width: 100%
	}
}

.intro_honor .inner .intro_honor_slide .arrows {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-end
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide .arrows {
		margin: 40px 0 20px
	}
}

.intro_honor .inner .intro_honor_slide .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #989898;
	outline: 0;
	margin-left: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide .arrows .arrow {
		margin: 0 0 0 20px;
		width: 40px;
		height: 40px
	}
}

.intro_honor .inner .intro_honor_slide .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #989898
}

.intro_honor .inner .intro_honor_slide .arrows .arrow:hover {
	border-color: #ffc32c;
	background-color: #ffc32c;
	transition: all .5s
}

.intro_honor .inner .intro_honor_slide .arrows .arrow:hover svg {
	color: #fff
}

.intro_honor .inner .intro_honor_slide a {
	display: block
}

.intro_honor .inner .intro_honor_slide a .img {
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff
}

@media (max-width: 1440px) {
	.intro_honor .inner .intro_honor_slide a .img {
		height: 330px
	}
}

@media (max-width: 1380px) {
	.intro_honor .inner .intro_honor_slide a .img {
		height: 300px
	}
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide a .img {
		height: 200px
	}
}

.intro_honor .inner .intro_honor_slide a .img img {
	max-width: 100%;
	max-height: 100%
}

.intro_honor .inner .intro_honor_slide a b.t {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
	font-weight: normal;
	color: #000
}

@media (max-width: 1440px) {
	.intro_honor .inner .intro_honor_slide a b.t {
		font-size: 14px
	}
}

.intro_wechat {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/introabout_bg.png")
}

@media (max-width: 1440px) {
	.intro_wechat {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_wechat {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_wechat {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_wechat .intro_title {
	margin-bottom: 40px
}

@media (max-width: 668px) {
	.intro_wechat .intro_title {
		margin-bottom: 20px
	}
}

.intro_wechat .intro_title b {
	font-weight: bold
}

.intro_wechat .txt {
	font-size: 16px;
	line-height: 1.75em;
	color: #666
}

@media (max-width: 1440px) {
	.intro_wechat .txt {
		font-size: 14px
	}
}

.contact_list {
	padding-top: 112px;
	padding-bottom: 112px;
	background-color: #f5f5f5;
	display: flex
}

@media (max-width: 1681px) {
	.contact_list {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1180px) {
	.contact_list {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.contact_list {
		flex-direction: column;
		padding-bottom: 20px
	}
}

@media (max-width: 668px) {
	.contact_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.contact_list .title {
	width: 35%
}

@media (max-width: 1681px) {
	.contact_list .title {
		width: 25%
	}
}

@media (max-width: 968px) {
	.contact_list .title {
		width: 100%
	}
}

.contact_list .title .intro_title {
	margin: 0;
	padding: 0
}

@media (max-width: 1681px) {
	.contact_list .title .intro_title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.contact_list .title .intro_title span {
		font-size: 22px
	}
}

.contact_list .list {
	width: 100%;
}

@media (max-width: 1681px) {
	.contact_list .list {
		width: 100%
	}
}

@media (max-width: 968px) {
	.contact_list .list {
		padding-left: 0;
		width: 100%
	}
}

.contact_list .list .hd {
	margin-bottom: 50px
}

@media (max-width: 1440px) {
	.contact_list .list .hd {
		margin-bottom: 30px
	}
}

@media (max-width: 968px) {
	.contact_list .list .hd {
		margin: 20px 0
	}
}

.contact_list .list .hd>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex
}

.contact_list .list .hd>ul>li {
	margin-right: 50px
}

@media (max-width: 668px) {
	.contact_list .list .hd>ul>li {
		margin-right: 30px
	}
}

.contact_list .list .hd>ul>li span {
	display: block;
	cursor: pointer;
	font-size: 24px;
	line-height: 1em;
	color: #999;
	font-weight: bold
}

@media (max-width: 1440px) {
	.contact_list .list .hd>ul>li span {
		font-size: 20px
	}
}

@media (max-width: 668px) {
	.contact_list .list .hd>ul>li span {
		font-size: 18px
	}
}

.contact_list .list .hd>ul>li.on span {
	color: #ffc32c
}

.contact_list .list .bd>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.contact_list .list .bd>ul {
		margin: 0 -10px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul {
		flex-direction: column
	}
}

.contact_list .list .bd>ul>li {
	flex: 1;
	padding: 0 20px
}

@media (max-width: 1681px) {
	.contact_list .list .bd>ul>li {
		padding: 0 10px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.contact_list .list .bd>ul>li .item {
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding:30px 0 40px 0;
	border-top: 2px solid #4f9a89;
}

@media (max-width: 1440px) {
	.contact_list .list .bd>ul>li .item {
		padding: 20px
	}
}

.contact_list .list .bd>ul>li .item .txt {
	display: block;
	text-align: center;
}

.contact_list .list .bd>ul>li .item .txt em.t {
	display: block;
	font-style: normal;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 20px;
}

.contact_list .list .bd>ul>li .item .txt .des {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	height: 4.2em;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000
}
.mapBox{width: 100%;height: 550px;border: 4px solid #fff;margin-bottom: 120px;}
@media (max-width: 1440px) {
	.contact_list .list .bd>ul>li .item .txt .des {
		font-size: 14px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul>li .item .txt .des {
		height: auto
	}
}

.contact_list .list .bd>ul>li .item .txt .des a {
	color: #000;
	font-family: "GillSans-Bold";
	transition: all .5s
}

.contact_list .list .bd>ul>li .item .txt .des a:hover {
	color: #4f9a89
}

.contact_list .list .bd>ul>li .item .icon {
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border:1px solid #4f9a89;
	margin: 0 auto;
}

.contact_list .list .bd>ul>li .item .icon img {
	width: 38px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.contact_list .list .bd>ul>li .item .icon svg {
		width: 36px;
		height: 36px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul>li .item .icon svg {
		width: 30px;
		height: 30px
	}
}

.contact_list .list .qr_list {
	margin-top: 60px
}

@media (max-width: 668px) {
	.contact_list .list .qr_list {
		margin: 0 0 20px
	}
}

.contact_list .list .qr_list>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex
}

@media (max-width: 668px) {
	.contact_list .list .qr_list>ul {
		margin: 0 -5px
	}
}

.contact_list .list .qr_list>ul>li {
	padding: 0 20px
}

@media (max-width: 668px) {
	.contact_list .list .qr_list>ul>li {
		width: 33.33%;
		padding: 0 5px
	}
}

.contact_list .list .qr_list>ul>li img {
	display: block;
	width: 160px
}

@media (max-width: 1380px) {
	.contact_list .list .qr_list>ul>li img {
		width: 120px
	}
}

@media (max-width: 668px) {
	.contact_list .list .qr_list>ul>li img {
		width: 100%
	}
}

.contact_list .list .qr_list>ul>li span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	color: #000
}

@media (max-width: 1380px) {
	.contact_list .list .qr_list>ul>li span {
		font-size: 14px
	}
}

.job_list .item_col>ul>li a .info p span {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #999;
	font-weight: lighter;
	margin-bottom: 0.5em
}

.job_list .item_col>ul>li a:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25)
}

.job_list .item_col>ul>li a:hover b.t span {
	color: #ffc32c
}

.job_list .item_col>ul>li a:hover b.t .icon:before {
	transform: rotate(90deg)
}

.job_list .item_col>ul>li a:hover b.t .icon:after {
	transform: rotate(180deg)
}

.job_content {
	padding-bottom: 20px
}

.job_content p {
	text-indent: 0
}

.job_content a {
	color: #ffc32c
}

.job_content_info p {
	text-indent: 0
}

.job_content_info p span {
	font-weight: bold
}

.job_content_title {
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 15px
}

.job_content_title span {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background-color: #ffc32c;
	color: #fff;
	font-weight: bold;
	font-size: 14px
}

.contact_survey {
	padding-top: 110px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/contactsurvey_bg.jpg");
	background-attachment: fixed;
	color: #fff
}

@media (max-width: 1681px) {
	.contact_survey {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1180px) {
	.contact_survey {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.contact_survey {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.contact_survey .txt {
	font-size: 16px;
	line-height: 2em;
	margin: 50px 0 110px
}

@media (max-width: 1440px) {
	.contact_survey .txt {
		font-size: 14px;
		margin: 40px 0 60px
	}
}

@media (max-width: 668px) {
	.contact_survey .txt {
		margin: 20px 0
	}
}

.contact_survey .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #fff;
	border-radius: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

.contact_survey .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #fff
}

.contact_survey .more:hover {
	background-color: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.contact_survey .more:hover svg {
	color: #fff
}

.survey {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffffff
}

@media (max-width: 1681px) {
	.survey {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.survey {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.survey {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.survey {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.survey_title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold
}

.survey_txt {
	margin: 20px 0 70px;
	font-size: 16px;
	line-height: 2em;
	color: #666
}

@media (max-width: 1440px) {
	.survey_txt {
		margin: 20px 0 40px;
		font-size: 14px
	}
}

.survey_form_col .form-group {
	margin-bottom: 0
}

.survey_form_col .form-group-top input[type="text"],
.survey_form_col .form-group-top input[type="email"] {
	border-radius: 0;
	height: 62px;
	line-height: 60px;
	padding: 0 20px
}

@media (max-width: 1440px) {

	.survey_form_col .form-group-top input[type="text"],
	.survey_form_col .form-group-top input[type="email"] {
		height: 52px;
		line-height: 50px
	}
}

.survey_form_col .row>div {
	margin-bottom: 40px
}

@media (max-width: 1440px) {
	.survey_form_col .row>div {
		margin-bottom: 25px
	}
}

.survey_form_col .t {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 10px
}

@media (max-width: 1440px) {
	.survey_form_col .t {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.survey_form_col .t {
		font-size: 14px
	}
}

.survey_form_col .t sub {
	font-size: 12px;
	font-weight: lighter;
	margin-left: 5px;
	bottom: 0
}

.survey_form_col .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.survey_form_col .item label {
	font-size: 16px;
	height: 38px;
	font-weight: normal;
	display: flex;
	align-items: center;
	color: #666666
}

@media (max-width: 1440px) {
	.survey_form_col .item label {
		font-size: 14px
	}
}

.survey_form_col .item .checkbox-inline+.checkbox-inline,
.survey_form_col .item .radio-inline+.radio-inline {
	margin-left: 2%
}

.survey_form_col .item input[type=checkbox],
.survey_form_col .item input[type=radio] {
	margin-top: 0
}

.survey_form_col .item .inline_other {
	display: flex;
	align-items: center;
	margin-left: 3%;
	margin-bottom: 0
}

.survey_form_col .item .inline_other.single {
	margin-left: 0
}

.survey_form_col .item .inline_other span {
	white-space: nowrap;
	margin-right: 5px
}

.survey_form_col .item .inline_other input[type="text"] {
	border-radius: 0;
	height: 38px;
	line-height: 36px;
	padding: 0 20px
}

.survey_form_col .form_bottom {
	border-top: 1px solid #ddd;
	padding-top: 50px;
	display: flex;
	justify-content: space-between
}

@media (max-width: 668px) {
	.survey_form_col .form_bottom {
		padding-top: 20px
	}
}

.survey_form_col .verify {
	width: 202px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative
}

@media (max-width: 668px) {
	.survey_form_col .verify {
		width: 48%
	}
}

.survey_form_col .verify input {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	border-radius: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 80px 0 10px
}

.survey_form_col .verify img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.survey_form_col .submit_col {
	width: 200px
}

@media (max-width: 668px) {
	.survey_form_col .submit_col {
		width: 48%
	}
}

.survey_form_col .submit {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ffc32c;
	color: #fff;
	border: none;
	transition: all .5s
}

.survey_form_col .submit:hover {
	background-color: #00b444
}

.index_application_wraper {
	padding: 60px 5%;
	background-color: #fff
}

@media (max-width: 1440px) {
	.index_application_wraper {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 1180px) {
	.index_application_wraper {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.index_application_wraper {
		padding: 20px
	}
}

@media (max-width: 668px) {
	.index_application_wraper {
		padding: 10px
	}
}

.index_application {
	height: 800px;
	background-color: #ffc32c;
	overflow: hidden;
	position: relative
}

@media (max-width: 1681px) {
	.index_application {
		height: 700px
	}
}

@media (max-width: 1440px) {
	.index_application {
		height: 650px
	}
}

@media (max-width: 1380px) {
	.index_application {
		height: 600px
	}
}

@media (max-width: 1180px) {
	.index_application {
		height: 500px
	}
}

@media (max-width: 968px) {
	.index_application {
		padding-top: 20px;
		height: 450px
	}
}

@media (max-width: 668px) {
	.index_application {
		height: 400px
	}
}

.index_application .inner {
	width: 78vw;
	height: 78vw;
	margin: 0 auto;
	transform: translateY(10%);
	position: relative;
	z-index: 2
}

@media (max-width: 1440px) {
	.index_application .inner {
		transform: translateY(12%)
	}
}

@media (max-width: 1380px) {
	.index_application .inner {
		transform: translateY(10%)
	}
}

@media (max-width: 1180px) {
	.index_application .inner {
		transform: translateY(15%)
	}
}

@media (max-width: 668px) {
	.index_application .inner {
		width: 80vw;
		height: 80vw
	}
}

.index_application .arrows {
	position: relative;
	z-index: 10
}

.index_application .hd {
	width: 100%;
	height: 100%;
	border: 1px dashed rgba(255, 255, 255, 0.35);
	border-radius: 100%
}

.index_application .hd ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transform: rotate(0deg);
	transition: all .5s
}

.index_application .hd ul li {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.index_application .hd ul li .icon {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 100%;
	overflow: visible;
	visibility: visible;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -40px;
	transition: all .5s
}

@media (max-width: 668px) {
	.index_application .hd ul li .icon {
		width: 40px;
		height: 40px;
		top: -20px;
		margin-left: -20px
	}
}

.index_application .hd ul li .icon svg {
	width: 50%;
	height: 50%;
	color: #ffc32c;
	transition: all .5s
}

.index_application .hd ul li.active .icon {
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	background-color: #ffc32c;
	top: -60px;
	margin-left: -60px
}

@media (max-width: 668px) {
	.index_application .hd ul li.active .icon {
		width: 60px;
		height: 60px;
		top: -30px;
		margin-left: -30px
	}
}

.index_application .hd ul li.active .icon svg {
	color: #fff
}

.index_application .bd {
	width: 50vw;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	z-index: 2;
	display: flex;
	align-items: center
}

@media (max-width: 668px) {
	.index_application .bd {
		width: calc(100% + 40px);
		top: 46vw
	}
}

.index_application .bd .bd_col {
	width: 100%;
	position: relative
}

.index_application .bd .arrow {
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 5
}

@media (max-width: 668px) {
	.index_application .bd .arrow {
		width: 20px;
		height: 20px;
		margin-top: -10px
	}
}

.index_application .bd .arrow svg {
	width: 100%;
	height: 100%;
	color: #fff
}

@media (max-width: 668px) {
	.index_application .bd .arrow svg {
		color: #666
	}
}

.index_application .bd .arrow.prev {
	left: 0
}

.index_application .bd .arrow.next {
	right: 0
}

.index_application .bd .txt {
	display: none;
	padding: 0 60px;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	position: relative;
	transition: all .5s
}

@media (max-width: 668px) {
	.index_application .bd .txt {
		padding: 20px 20px 40px;
		background-color: #fff;
		color: #333
	}
}

.index_application .bd .txt .title {
	width: 100%;
	height: 80px;
	margin-bottom: 100px;
	position: relative
}

@media (max-width: 1380px) {
	.index_application .bd .txt .title {
		height: 50px;
		margin-bottom: 50px
	}
}

@media (max-width: 968px) {
	.index_application .bd .txt .title {
		margin-bottom: 20px
	}
}

@media (max-width: 668px) {
	.index_application .bd .txt .title {
		height: 30px
	}
}

.index_application .bd .txt .title b {
	display: block;
	font-size: 40px;
	font-weight: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

@media (max-width: 1380px) {
	.index_application .bd .txt .title b {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.index_application .bd .txt .title b {
		font-size: 20px
	}
}

.index_application .bd .txt .title span {
	display: block;
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "GillSans-Bold";
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff;
	opacity: .15;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0
}

@media (max-width: 1380px) {
	.index_application .bd .txt .title span {
		font-size: 50px;
		height: 50px;
		line-height: 50px
	}
}

@media (max-width: 668px) {
	.index_application .bd .txt .title span {
		color: rgba(0, 0, 0, 0);
		-webkit-text-stroke: 1px #000;
		font-size: 30px;
		height: 30px;
		line-height: 30px
	}
}

.index_application .bd .txt .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

.index_application .bd .txt .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.index_application .bd .txt .more:hover {
	background-color: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.index_application .bd .txt .more:hover svg {
	color: #fff
}

.index_application .bd .txt.active {
	display: block
}

.index_application .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.index_application .bg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.index_application .bg span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all .5s
}

.index_pro_wraper {
	padding: 0 5%;
	background-color: #fff
}

@media (max-width: 1180px) {
	.index_pro_wraper {
		padding: 0 40px
	}
}

@media (max-width: 968px) {
	.index_pro_wraper {
		padding: 0 20px
	}
}

@media (max-width: 668px) {
	.index_pro_wraper {
		padding: 0 10px
	}
}

.index_pro {
	width: 100%;
	background-color: #131e2c;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 50px 480px
}

@media (max-width: 1440px) {
	.index_pro {
		padding: 0 0 0 400px
	}
}

@media (max-width: 1180px) {
	.index_pro {
		padding: 0 0 0 300px
	}
}

@media (max-width: 968px) {
	.index_pro {
		padding: 80px 20px 0
	}
}

@media (max-width: 668px) {
	.index_pro {
		padding: 40px 0 0
	}
}

.index_pro .hd {
	width: 800px;
	height: 800px;
	position: absolute;
	left: -320px;
	top: 50%;
	margin-top: -400px;
	z-index: 2
}

@media (max-width: 1681px) {
	.index_pro .hd {
		width: 700px;
		height: 700px;
		left: -300px;
		margin-top: -350px
	}
}

@media (max-width: 1440px) {
	.index_pro .hd {
		width: 650px;
		height: 650px;
		left: -260px;
		margin-top: -300px
	}
}

@media (max-width: 1180px) {
	.index_pro .hd {
		width: 600px;
		height: 600px;
		left: -250px;
		margin-top: -300px
	}
}

@media (max-width: 968px) {
	.index_pro .hd {
		display: none
	}
}

.index_pro .hd:before {
	content: '';
	width: 780px;
	height: 780px;
	border-radius: 100%;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -390px;
	z-index: 1
}

@media (max-width: 1681px) {
	.index_pro .hd:before {
		width: 680px;
		height: 680px;
		left: -50px;
		margin-top: -340px
	}
}

@media (max-width: 1180px) {
	.index_pro .hd:before {
		width: 580px;
		height: 580px;
		left: -50px;
		margin-top: -290px
	}
}

.index_pro .hd ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	transform: rotate(0deg);
	transition: all .5s
}

.index_pro .hd ul li {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.index_pro .hd ul li .item {
	display: block;
	overflow: visible;
	visibility: visible;
	cursor: pointer;
	white-space: nowrap;
	color: #fff;
	transform: none;
	transition: all .5s;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	display: flex
}

.index_pro .hd ul li .item span {
	display: block;
	transform: translateX(0px);
	line-height: 50px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0);
	position: relative;
	transition: all .5s
}

@media (max-width: 1180px) {
	.index_pro .hd ul li .item span {
		line-height: 40px;
		border-radius: 20px
	}
}

.index_pro .hd ul li .item span:before,
.index_pro .hd ul li .item span:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	height: 2px;
	background-color: #ffc32c;
	position: absolute;
	right: 20px;
	top: 50%;
	mask-type: -1px;
	opacity: 0;
	transition: all .5s
}

.index_pro .hd ul li .item span:after {
	transform: rotate(90deg)
}

.index_pro .hd ul li .item span em {
	font-style: normal;
	font-family: "GillSans-Bold";
	font-size: 17px;
	opacity: .4;
	margin-right: 10px
}

@media (max-width: 1180px) {
	.index_pro .hd ul li .item span em {
		font-size: 14px
	}
}

.index_pro .hd ul li .item span i {
	font-size: 16px;
	font-style: normal
}

@media (max-width: 1180px) {
	.index_pro .hd ul li .item span i {
		font-size: 14px
	}
}

.index_pro .hd ul li.active .item span {
	transform: translateX(100px);
	color: #ffc32c;
	padding: 0 130px 0 30px;
	font-weight: bold;
	background: #fff
}

@media (max-width: 1180px) {
	.index_pro .hd ul li.active .item span {
		transform: translateX(20px);
		padding: 0 30px 0 30px
	}
}

.index_pro .hd ul li.active .item span:before,
.index_pro .hd ul li.active .item span:after {
	opacity: 1
}

.index_pro .bd {
	width: 100%;
	height: 750px
}

@media (max-width: 1681px) {
	.index_pro .bd {
		height: 650px
	}
}

@media (max-width: 1440px) {
	.index_pro .bd {
		height: 700px
	}
}

@media (max-width: 968px) {
	.index_pro .bd {
		height: auto !important
	}
}

.index_pro .bd .arrow {
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, 0.2);
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 10
}

@media (max-width: 968px) {
	.index_pro .bd .arrow {
		width: 20px;
		height: 20px;
		margin-top: -10px
	}
}

.index_pro .bd .arrow svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.index_pro .bd .arrow.prev {
	left: 5%
}

@media (max-width: 968px) {
	.index_pro .bd .arrow.prev {
		left: 5px
	}
}

.index_pro .bd .arrow.next {
	right: 5%
}

@media (max-width: 968px) {
	.index_pro .bd .arrow.next {
		right: 5px
	}
}

.index_pro .bd .txt {
	display: none;
	width: 100%;
	height: 100%
}

@media (max-width: 968px) {
	.index_pro .bd .txt {
		height: 300px;
		overflow: hidden
	}
}

.index_pro .bd .txt .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative
}

.index_pro .bd .txt .inner>* {
	position: relative;
	z-index: 2
}

.index_pro .bd .txt .inner .des {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5
}

.index_pro .bd .txt .inner .des .title {
	display: block;
	font-size: 40px;
	margin-bottom: 120px
}

@media (max-width: 1440px) {
	.index_pro .bd .txt .inner .des .title {
		font-size: 30px;
		margin-bottom: 80px
	}
}

@media (max-width: 668px) {
	.index_pro .bd .txt .inner .des .title {
		font-size: 22px;
		margin-bottom: 40px
	}
}

.index_pro .bd .txt .inner .des .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

.index_pro .bd .txt .inner .des .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.index_pro .bd .txt .inner .des .more:hover {
	background-color: #ffc32c;
	border-color: #ffc32c;
	color: #fff
}

.index_pro .bd .txt .inner .des .more:hover svg {
	color: #fff
}

.index_pro .bd .txt .inner .bg {
	width: 100%;
	opacity: .1
}

@media (max-width: 968px) {
	.index_pro .bd .txt .inner .bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}
}

.index_pro .bd .txt .inner .bg img {
	width: 100%;
	transform: translateY(20%)
}

@media (max-width: 968px) {
	.index_pro .bd .txt .inner .bg img {
		transform: translateY(0%)
	}
}

.index_pro .bd .txt.active {
	display: block
}

.target-fix {
	position: relative;
	top: -70px;
	display: block;
	height: 1px;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none
}

@media (max-width: 1440px) {
	.target-fix {
		top: -60px
	}
}

.target-fix:focus {
	outline: 0
}

.pt {
	padding-top: 110px
}

@media (max-width: 1440px) {
	.pt {
		padding-top: 90px
	}
}

@media (max-width: 1180px) {
	.pt {
		padding-top: 60px
	}
}

.scroll .pt {
	padding-top: 70px
}

@media (max-width: 1440px) {
	.scroll .pt {
		padding-top: 60px
	}
}

.index_banner {
	width: 100%;
	position: relative;
	z-index: 2
}

.index_banner .inner {
	width: 100%;
	padding-left: 10%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

@media (max-width: 668px) {
	.index_banner .inner {
		padding-left: 20px;
		padding-right: 20px
	}
}

.index_banner .inner .txt {
	color: #fff
}

@media (max-width: 1681px) {
	.index_banner .inner .txt {
		width: 300px
	}
}

@media (max-width: 1380px) {
	.index_banner .inner .txt {
		width: 250px
	}
}

@media (max-width: 668px) {
	.index_banner .inner .txt {
		width: 200px
	}
}

.index_banner .inner .txt img {
	max-width: 100%
}

.index_banner .inner .txt .col span {
	display: block;
	white-space: nowrap;
	font-size: 100px;
	line-height: 1em;
	font-family: "GillSans-Bold"
}

@media (max-width: 1681px) {
	.index_banner .inner .txt .col span {
		font-size: 80px
	}
}

@media (max-width: 1380px) {
	.index_banner .inner .txt .col span {
		font-size: 60px
	}
}

@media (max-width: 668px) {
	.index_banner .inner .txt .col span {
		font-size: 40px
	}
}

.index_banner .inner .txt .col span.t1 {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.index_banner .inner .txt .col span.t2 {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.index_banner .inner .txt .col.active span.t1 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index_banner .inner .txt .col.active span.t2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index_banner .inner form {
	margin-top: 40px;
	padding: 0 40px;
	width: 520px;
	height: 70px;
	border-radius: 35px;
	background: rgba(84, 82, 77, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1380px) {
	.index_banner .inner form {
		margin-top: 30px;
		width: 400px;
		height: 60px;
		border-radius: 30px;
		padding: 0 30px
	}
}

@media (max-width: 668px) {
	.index_banner .inner form {
		width: 100%;
		margin-top: 20px;
		height: 50px;
		border-radius: 25px;
		padding: 0 20px
	}
}

.index_banner .inner form .btn1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	color: #fff;
	margin: 0;
	padding: 0 20px 0 0;
	border: none;
	background: none;
	outline: 0
}

.index_banner .inner form .btn1::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.index_banner .inner form .btn1::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.index_banner .inner form .btn1:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.index_banner .inner form .btn1:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

@media (max-width: 1380px) {
	.index_banner .inner form .btn1 {
		font-size: 14px
	}

	.index_banner .inner form .btn1::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}

	.index_banner .inner form .btn1::-moz-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}

	.index_banner .inner form .btn1:-moz-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}

	.index_banner .inner form .btn1:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}
}

.index_banner .inner form .btn2 {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_banner .inner form .btn2 svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.index_banner .inner form .btn2:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.index_banner_slide .item {
	display: block
}

.index_banner_slide .item .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media (max-width: 968px) {
	.index_banner_slide .item .img {
		display: none
	}
}

.index_banner_slide .item .mimg {
	display: none
}

@media (max-width: 968px) {
	.index_banner_slide .item .mimg {
		display: block
	}

	.index_banner_slide .item .mimg img {
		width: 100%
	}
}

.index_banner_slide .index_banner_page {
	width: 100%;
	padding-left: 10%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2
}

@media (max-width: 668px) {
	.index_banner_slide .index_banner_page {
		padding-left: 20px;
		bottom: 20px
	}
}

.index_banner_slide .index_banner_page .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	line-height: 6px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_banner_slide .index_banner_page .swiper-pagination-bullet-active {
	width: 60px;
	background: #ffc32c
}

@media (max-width: 668px) {
	.index_banner_slide .index_banner_page .swiper-pagination-bullet-active {
		width: 50px
	}
}

.index_box>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 968px) {
	.index_box>ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 668px) {
	.index_box>ul {
		padding: 10px 10px 0
	}
}

.index_box>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%
}

@media (max-width: 968px) {
	.index_box>ul>li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
}

@media (max-width: 668px) {
	.index_box>ul>li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-bottom: 10px
	}
}

.index_box>ul>li a {
	display: block;
	height: 100%;
	padding: 45px 50px;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_box>ul>li a {
		padding: 30px 40px
	}
}

@media (max-width: 1180px) {
	.index_box>ul>li a {
		padding: 20px
	}
}

@media (max-width: 668px) {
	.index_box>ul>li a {
		padding: 10px
	}
}

.index_box>ul>li a>* {
	position: relative;
	z-index: 2
}

.index_box>ul>li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_box>ul>li a .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index_box>ul>li a .title b {
	font-size: 18px;
	line-height: 2em;
	color: #fff;
	position: relative
}

@media (max-width: 1180px) {
	.index_box>ul>li a .title b {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.index_box>ul>li a .title b {
		font-size: 15px
	}
}

.index_box>ul>li a .title b:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_box>ul>li a .title .icon {
	width: 30px;
	height: 30px;
	color: #fff;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 668px) {
	.index_box>ul>li a .title .icon {
		width: 20px;
		height: 20px
	}
}

.index_box>ul>li a .title .icon img {
	max-width: 100%;
	max-height: 100%
}

.index_box>ul>li a .des {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.6em;
	height: 6.4em;
	color: #fff;
	font-weight: lighter;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

@media (max-width: 1440px) {
	.index_box>ul>li a .des {
		font-size: 14px
	}
}

@media (max-width: 1180px) {
	.index_box>ul>li a .des {
		margin-top: 20px;
		font-size: 13px;
		font-weight: normal
	}
}

@media (max-width: 668px) {
	.index_box>ul>li a .des {
		margin: 20px 0;
		font-size: 12px
	}
}

.index_box>ul>li a .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff
}

@media (max-width: 1440px) {
	.index_box>ul>li a .more {
		font-size: 12px
	}
}

.index_box>ul>li a .more svg {
	width: 10px;
	height: 10px;
	color: #fff;
	margin-left: 8px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_box>ul>li a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15)
}

.index_box>ul>li a:hover::after {
	opacity: 1
}

.index_box>ul>li a:hover .title b:after {
	width: 100%;
	opacity: 1
}

.index_box>ul>li a:hover .title icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.index_box>ul>li a:hover .more svg {
	margin-left: 12px
}

.index_col {
	padding: 110px calc(5% - 20px) 110px 5%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 1681px) {
	.index_col {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.index_col {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-right: calc(5% - 10px)
	}
}

@media (max-width: 1180px) {
	.index_col {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.index_col {
		padding: 20px
	}
}

@media (max-width: 668px) {
	.index_col {
		padding: 40px 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.index_col .index_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 90px
}

@media (max-width: 1681px) {
	.index_col .index_title {
		margin-bottom: 60px
	}
}

@media (max-width: 1440px) {
	.index_col .index_title {
		margin-bottom: 40px
	}
}

@media (max-width: 668px) {
	.index_col .index_title {
		margin-bottom: 20px
	}
}

.index_col .index_title h3 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	color: #000
}

@media (max-width: 1681px) {
	.index_col .index_title h3 {
		font-size: 28px
	}
}

@media (max-width: 1440px) {
	.index_col .index_title h3 {
		font-size: 26px
	}
}

@media (max-width: 1180px) {
	.index_col .index_title h3 {
		font-size: 22px
	}
}

.index_col .index_pagenation .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	margin-left: 20px;
	outline: 0;
	background: none;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_col .index_pagenation .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin-left: 10px
	}
}

.index_col .index_pagenation .swiper-pagination-bullet-active {
	background-color: #ffc32c;
	border-color: #ffc32c
}

.index_ebook {
	width: 42.8%
}

@media (max-width: 1440px) {
	.index_ebook {
		width: 45%
	}
}

@media (max-width: 668px) {
	.index_ebook {
		width: 100%
	}
}

@media (max-width: 668px) {
	.index_ebook .index_title {
		padding: 0 10px
	}
}

.index_ebook_slide {
	position: relative
}

.index_ebook_slide a {
	display: block;
	padding: 30px 0;
	text-align: center
}

.index_ebook_slide a img {
	width: 300px;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_ebook_slide a img {
		width: 250px
	}
}

@media (max-width: 968px) {
	.index_ebook_slide a img {
		width: 220px
	}
}

.index_ebook_slide a:hover img {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3)
}

.index_ebook_slide .arrow {
	width: 34px;
	height: 34px;
	outline: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 2
}

.index_ebook_slide .arrow svg {
	width: 100%;
	height: 100%;
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_ebook_slide .arrow.index_ebook_prev {
	left: 0
}

.index_ebook_slide .arrow.index_ebook_next {
	right: 0
}

.index_ebook_slide .arrow:hover svg {
	color: #ffc32c
}

.index_news {
	width: 43%
}

@media (max-width: 1440px) {
	.index_news {
		width: 45%
	}
}

@media (max-width: 668px) {
	.index_news {
		width: 100%;
		padding-top: 20px
	}
}

.index_news .index_title {
	padding: 0 20px
}

@media (max-width: 1440px) {
	.index_news .index_title {
		padding: 0 10px
	}
}

.index_news_slide {
	padding-top: 15px
}

.index_news_slide a {
	display: block;
	padding: 0 20px 20px
}

@media (max-width: 1440px) {
	.index_news_slide a {
		padding: 0 10px 10px
	}
}

.index_news_slide a .img {
	width: 100%;
	height: 215px;
	overflow: hidden
}

@media (max-width: 1440px) {
	.index_news_slide a .img {
		height: 180px
	}
}

.index_news_slide a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.index_news_slide a .txt {
	padding: 20px 30px 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_news_slide a .txt {
		padding: 15px 15px 0;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15)
	}
}

.index_news_slide a .txt b.t {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 1.8em;
	height: 7.2em;
	font-weight: normal;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 1.8em;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1681px) {
	.index_news_slide a .txt b.t {
		font-size: 16px
	}
}

@media (max-width: 1440px) {
	.index_news_slide a .txt b.t {
		font-size: 14px
	}
}

.index_news_slide a .txt .info {
	border-top: 1px solid #f1f1f1;
	line-height: 20px;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_news_slide a .txt .info .date {
	font-size: 14px;
	color: #333;
	font-family: "agenor_regular"
}

.index_news_slide a .txt .info svg {
	width: 12px;
	height: 12px;
	color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_news_slide a:hover .img span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.index_news_slide a:hover .txt {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3)
}

@media (max-width: 1440px) {
	.index_news_slide a:hover .txt {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
	}
}

.index_news_slide a:hover .txt b.t {
	color: #ffc32c
}

.index_news_slide a:hover .txt .info {
	border-color: #ddd
}

.index_news_slide a:hover .txt .info svg {
	color: #ffc32c
}

.footer_top {
	padding: 80px 5% 100px 5%;
	background-color: #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 1440px) {
	.footer_top {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.footer_top {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.footer_top {
		padding: 20px
	}
}

.footer_nav {
	width: 68%
}

@media (max-width: 1180px) {
	.footer_nav {
		width: 80%
	}
}

@media (max-width: 968px) {
	.footer_nav {
		display: none
	}
}

.footer_nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer_nav>ul>li>a {
	display: block;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1180px) {
	.footer_nav>ul>li>a {
		font-size: 16px
	}
}

.footer_nav>ul>li>a:hover {
	color: #ffc32c
}

.footer_nav>ul>li .sub {
	margin-top: 20px;
	display: block !important;
	opacity: 1 !important
}

.footer_nav>ul>li .sub ul {
	margin: 0;
	padding: 0
}

.footer_nav>ul>li .sub ul li {
	display: block
}

.footer_nav>ul>li .sub ul li a {
	display: block;
	font-size: 14px;
	line-height: 2.14em;
	white-space: nowrap;
	color: #555;
	opacity: .6;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_nav>ul>li .sub ul li a:hover {
	opacity: 1;
	color: #ffc32c
}

.footer_social {
	width: 160px
}

@media (max-width: 968px) {
	.footer_social {
		width: 100%
	}
}

.footer_social>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 968px) {
	.footer_social>ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 968px) {
	.footer_social>ul>li {
		margin: 0 10px
	}
}

.footer_social>ul>li a {
	display: block;
	width: 26px;
	height: 26px
}

@media (max-width: 1180px) {
	.footer_social>ul>li a {
		width: 20px;
		height: 20px
	}
}

.footer_social>ul>li a svg {
	width: 100%;
	height: 100%;
	color: #9c9c9c;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_social>ul>li a.wechat {
	position: relative
}

.footer_social>ul>li a.wechat .qr {
	display: none;
	width: 100px;
	position: absolute;
	left: 50%;
	bottom: 26px;
	margin-left: -50px;
	z-index: 2
}

@media (max-width: 1180px) {
	.footer_social>ul>li a.wechat .qr {
		bottom: 20px
	}
}

.footer_social>ul>li a.wechat .qr:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.footer_social>ul>li a.wechat .qr img {
	width: 100%
}

.footer_social>ul>li a.wechat .qr span {
	display: block;
	width: 100%;
	line-height: 24px;
	background-color: #fff;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: center;
	color: #666
}

.footer_social>ul>li a.wechat:hover .qr {
	display: block
}

.footer_social>ul>li:hover a svg {
	color: #ffc32c
}

.footer_copyright {
	background-color: #969592;
	padding: 0 5%;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 2.142em;
	color: #fff
}

@media (max-width: 1180px) {
	.footer_copyright {
		height: 70px
	}
}

@media (max-width: 968px) {
	.footer_copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 20px 0;
		text-align: center
	}
}

@media (max-width: 668px) {
	.footer_copyright {
		font-size: 12px;
		line-height: 1.5em
	}
}

.footer_copyright br {
	display: none
}

@media (max-width: 668px) {
	.footer_copyright br {
		display: block
	}
}

.footer_copyright a {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_copyright a:hover {
	text-decoration: underline
}

.footer_copyright p {
	margin-bottom: 0
}

.footer_copyright p:nth-last-of-type(1) a {
	opacity: 0.3;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_copyright p:nth-last-of-type(1) a:hover {
	opacity: 1
}

.n_banner {
	position: relative;
	overflow: hidden;
}

.n_banner_txt {
	/* width: 100%; */
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1180px) {
	.n_banner_txt {
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.n_banner_txt {
		padding-bottom: 20px
	}
}

.n_banner_txt .title {
	color: #fff
}

.n_banner_txt .title b {
	display: block;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 30px
}

@media (max-width: 668px) {
	.n_banner_txt .title b {
		margin-bottom: 10px;
		font-size:22px;
	}
}

.n_banner_txt .title span {
	display: block;
	font-family: "GillSans-Bold"
}

.n_banner_txt .title span em {
	display: block;
	font-style: normal;
	font-size: 90px;
	line-height: 1em;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.n_banner_txt .title span em {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.n_banner_txt .title span em {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.n_banner_txt .title span em {
		font-size: 50px
	}
}

@media (max-width: 1180px) {
	.n_banner_txt .title span em {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.n_banner_txt .title span em {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px)
	}
}

.n_banner_txt .title span i {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em
}

@media (max-width: 1180px) {
	.n_banner_txt .title span i {
		font-size: 20px
	}
}

.n_banner img {
	width: 100%;
	  object-fit: cover;
		 animation: scaleDraw 5s ease infinite;
	    -webkit-animation: scaleDraw 5s ease 1;
	    -ms-animation: scaleDraw 5s ease 1
}
@keyframes slideUp {
    0% {
        transform: translateY(100%);
        -ms-transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1
    }
}
@keyframes scaleDraw {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}
.bread {
	width: 100%;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #666
}

@media (max-width: 1440px) {
	.bread {
		font-size: 14px
	}
}

.bread .inner {
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1180px) {
	.bread .inner {
		height: 60px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 668px) {
	.bread .inner {
		height: auto;
		padding: 20px 0
	}
}

.bread .inner a {
	color: #666;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 668px) {
	.bread .inner a {
		font-size: 12px
	}
}

.bread .inner a:after {
	content: '>';
	display: inline-block;
	margin: 0 5px
}

.bread .inner a:hover {
	color: #ffc32c
}

.bread .inner a:nth-last-of-type(1):after {
	display: none
}

.sidebar {
	width: 44px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100
}

@media (max-width: 668px) {
	.sidebar {
		right: 10px;
		bottom: 10px
	}
}

.sidebar>ul {
	margin: 0;
	padding: 0
}

.sidebar>ul>li {
	display: block;
	margin-bottom: 15px
}

.sidebar>ul>li:nth-last-of-type(1) {
	margin-bottom: 0
}

.sidebar>ul>li .item {
	width: 44px;
	height: 44px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	background-color: #ffc32c;
	border: none;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sidebar>ul>li .item svg {
	color: #fff;
	width: 20px;
	height: 20px
}

.sidebar>ul>li .item:hover {
	background-color: #00b444
}

.sidebar>ul>li.sidebar_qr {
	position: relative
}

.sidebar>ul>li.sidebar_qr .col {
	display: none;
	width: 150px;
	position: absolute;
	right: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50
}

.sidebar>ul>li.sidebar_qr .col img {
	width: calc(100% - 5px)
}

.sidebar>ul>li.sidebar_qr .col::after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #fff;
	border-right: none
}

.sidebar>ul>li.sidebar_qr:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

.sidebar>ul>li.sidebar_qr:hover .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#pop_message {
	display: none;
	border-radius: 4px;
	padding: 0;
	overflow: hidden
}

@media (max-width: 968px) {
	#pop_message {
		width: 100%
	}
}

#pop_message form {
	width: 500px;
	background-color: #f5f5f5
}

@media (max-width: 968px) {
	#pop_message form {
		width: 100%
	}
}

.pop_message_top {
	padding: 0 60px
}

@media (max-width: 1440px) {
	.pop_message_top {
		padding: 0 30px
	}
}

@media (max-width: 968px) {
	.pop_message_top {
		padding: 0 20px
	}
}

.pop_message_top .title {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 968px) {
	.pop_message_top .title {
		padding: 20px 0
	}
}

.pop_message_top .title h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1em;
	color: #ffc32c
}

@media (max-width: 1440px) {
	.pop_message_top .title h3 {
		font-size: 24px
	}
}

.pop_message_top .title .pop_message_close {
	border-radius: 4px;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0
}

@media (max-width: 1440px) {
	.pop_message_top .title .pop_message_close {
		width: 30px;
		height: 30px
	}
}

.pop_message_top .title .pop_message_close svg {
	vertical-align: top;
	color: #ffc32c;
	width: 100%;
	height: 100%
}

.pop_message_top .list>ul {
	margin: 0;
	padding: 0
}

.pop_message_top .list>ul>li {
	display: block;
	margin-bottom: 20px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li {
		margin-bottom: 10px
	}
}

.pop_message_top .list>ul>li input.form-control {
	padding: 1em 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	height: auto;
	line-height: 1em;
	color: #666
}

.pop_message_top .list>ul>li input.form-control::-webkit-input-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li input.form-control::-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li input.form-control:-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li input.form-control:-ms-input-placeholder {
	color: #666;
	font-size: 14px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li input.form-control {
		padding: 1em 20px
	}
}

.pop_message_top .list>ul>li textarea.form-control {
	padding: 1em 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	height: 8em;
	line-height: 1.5em;
	color: #666
}

.pop_message_top .list>ul>li textarea.form-control::-webkit-input-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li textarea.form-control::-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li textarea.form-control:-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li textarea.form-control:-ms-input-placeholder {
	color: #666;
	font-size: 14px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li textarea.form-control {
		padding: 1em 20px;
		height: 6em
	}
}

.pop_message_top .list>ul>li.verify {
	width: 50%;
	position: relative
}

.pop_message_top .list>ul>li.verify input {
	width: 100%;
	padding: 1em 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	height: auto;
	line-height: 1em;
	color: #666
}

.pop_message_top .list>ul>li.verify input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li.verify input::-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li.verify input:-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li.verify input:-ms-input-placeholder {
	color: #666;
	font-size: 14px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li.verify input {
		padding: 1em 20px
	}
}

.pop_message_top .list>ul>li.verify img {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pop_message_submit {
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.pop_message_submit .submit {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffc32c;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.pop_message_submit .submit:hover {
	background-color: #00b444
}

#pop_search {
	width: 800px
}

@media (max-width: 668px) {
	#pop_search {
		width: 100%
	}
}

#pop_search form {
	padding: 0 40px;
	width: 100%;
	height: 70px;
	border-radius: 35px;
	background: rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1380px) {
	#pop_search form {
		height: 60px;
		border-radius: 30px;
		padding: 0 30px
	}
}

@media (max-width: 668px) {
	#pop_search form {
		width: 100%;
		height: 50px;
		border-radius: 25px;
		padding: 0 20px
	}
}

#pop_search form .btn1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	color: #333;
	margin: 0;
	padding: 0 20px 0 0;
	border: none;
	background: none;
	outline: 0
}

#pop_search form .btn1::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

#pop_search form .btn1::-moz-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

#pop_search form .btn1:-moz-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

#pop_search form .btn1:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

@media (max-width: 1380px) {
	#pop_search form .btn1 {
		font-size: 14px
	}

	#pop_search form .btn1::-webkit-input-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}

	#pop_search form .btn1::-moz-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}

	#pop_search form .btn1:-moz-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}

	#pop_search form .btn1:-ms-input-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}
}

#pop_search form .btn2 {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#pop_search form .btn2 svg {
	width: 100%;
	height: 100%;
	color: #333
}

#pop_search form .btn2:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}


.inboxnav{display: flex;justify-content: center;margin-top: 80px;}
.inboxnav li{list-style: none;margin: 0 5px;}
.inboxnav li a{border: 1px solid #c1c1c1;width: 120px;height: 40px;display: block;line-height: 40px;border-radius: 5px;text-align: center;}
.inboxnav li a.active{width: 120px;height: 40px;background: #4f9a89;color: #fff;display: block;line-height: 40px;text-align: center;border-radius: 5px;border: none;}
.clmBox{position:absolute; left:0;right: 0; bottom:0; z-index: 99; }
.columMenu{ margin:0 auto; background:rgba(255,255,255,0.25); list-style: none; display:flex; align-items: center; justify-content:center;}
.columMenu li{width:100%; height:85px;}
.columMenu li a{height:85px; display:flex; align-items: center; transition: all 0.8s;}
.columMenu li a p{text-align: center; margin:0 auto; width:100%; box-sizing:border-box;}
.columMenu li a p i{display: block; margin:0 auto; width:48px; overflow: hidden;font-size: 36px;color: #fff;}
.columMenu li a p img{display: block; margin:0 auto }
.columMenu li a p span{display:block; margin-top:5px; font-size:16px; font-weight:bold; color:#fff;}
.columMenu li a:hover,.columMenu li a.active{background:rgba(255,255,255,0.9); }
.columMenu li a:hover img,.columMenu li a.active img{margin-top:-37px; }
.columMenu li a:hover p span,.columMenu li a:hover p i,.columMenu li a.active p span,.columMenu li a.active p i{display:block; color:#2893ae; }
.columMenu li:last-child a{border-right:none;}
/* 发展历程 */
.fzItem {
    padding: 80px 0 100px !important;
    margin-left: 25% !important;
}
.fzlcBg{background:#f1f1f1; }
.fzlcBgBox{width:100%; height:136px; padding-top:45px; box-sizing:border-box;
	background:-moz-linear-gradient(90deg, #4f9a89, #3495a3);
	background:-webkit-linear-gradient(90deg, #4f9a89, #3495a3);
	background:-webkit-gradient(linear, 0 100%, 0 0, from(#4f9a89), to(#3495a3));
	background:-o-linear-gradient(90deg, #4f9a89, #3495a3);
	background:linear-gradient(90deg, #4f9a89, #3495a3);
}

.fzlcBox{width: ; margin:0 auto; display:flex; align-items:center; justify-content:space-between; position: relative;}

.fzlcTit{text-align:left; margin-right:0.4rem;}
.fzlcTit h2{font-size:40px ;position: relative; font-weight:bold; color:#fff; padding-bottom:30px;}
.fzlcTit h2::after{content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width:50px; background:#fff;}

.fzYearBox{width:80%;}
.fzYear{font-size:20px; color:#fff; overflow: inherit !important;}
.fzYear .swiper-wrapper{justify-content:flex-end;}
.fzYear .swiper-slide{width:15% !important; text-align: center;}
.fzYear a{display:inline-block; position:relative; cursor: pointer; color:#fff; }

.fzYear a.cur,
.fzYear a:hover {color:#fff;}
.fzYear a.cur::after,
.fzYear a:hover::after {opacity: 1;}
.fzYear a:after {content:''; position:absolute; left:24%; top:30px; width:20px; height:3px; background:#f1f1f1;  opacity: 0; color:#fff; font-size:28px; transition: all 0.5s;}

.fzline{width:100%;}
.fzline::after{content: ""; position: absolute; left: 0; top:144px; height:4px; width:100%; background:#f4e0ca;}
/*.fzItem .swiper-slide{width: auto !important;}*/
.fzlist{list-style: none; font-size:0; list-style: none; display: flex;}
.fzlist li{margin-left:64px; position:relative; padding-top:104px; }
.fzlist li::after{content: ""; position:absolute; left: 0; border-radius:50%; top:56px; height:12px; width:12px; border:9px rgba(255,158,48,0) solid; background-color: rgba(255,158,48,0.5) ;}
.fzlist li::before{content: ""; position:absolute; left:3px; border-radius:50%; top:59px; height:12px; width:12px; background:#ff9e30; }

.fzlist li h3{font-size:30px; color:#222; position:absolute; left:0; top:0; }
.fzlist li h4{font-size:28px; color:#222;}
.fzlist li h4 span{font-size:16px; color:#222;}
.fzlist li p{font-size:16px;line-height:2; color:#222; width: 300px; display: block; height: auto; overflow: hidden;}

.fzline .fzitemGo{position: absolute; left:26%; top:118px; width:53px; height:53px; background:url("../images/fzprev.png") no-repeat center; cursor: pointer; z-index: 8;}
.fzline .fzitemGo2{position: absolute; right:6%; top:118px; width:53px; height:53px; background:url("../images/fzprev.png") no-repeat center; cursor: pointer; z-index: 8;transform:rotateY(180deg)}
.navbigBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.fzline {
    width: 100%;
}
.fzline .fzitemGo {
    position: absolute;
    left: 18%;
    top: 118px;
    width: 53px;
    height: 53px;
    background: url(../images/fzprev.png) no-repeat center;
    cursor: pointer;
    z-index: 8;
}
.swiper-container-horizontal{
    touch-action: pan-y;
}
/* 价值观 */
.valuesbox{background: url(../images/about_02.jpg) no-repeat center;}
.values .fzlcTit{text-align: center;}
.values .fzlcTit h2::after{left: 50%;-webkit-transform: translateX(-25px);transform: translateX(-25px)}
.values{padding-top: 118px;padding-bottom: 118px}
.valueslist{margin-top: 78px;}
.valueslist ul {display: flex;justify-content:space-between;}
.valueslist ul li{width: 29%;border:2px solid #fff;text-align: center;padding: 3% 1%;list-style: none;border-radius: 10px;}
.valueslist ul li h1{font-size: 24px;color: #fff;font-weight: bold;line-height: 3;}
.valueslist ul li p{font-size: 18px;color: #fff;}
.valueslist ul li i{font-size: 48px;color: #fff;padding: 15px;border-radius: 50%;border: 2px solid #fff;text-align: center;}
/* 新闻*/
.newsmid{ padding-bottom:4.8125em;
background-color:#fff; overflow:hidden}
.newsmid_1_2{
overflow:hidden;}
.newsmid_1_2 img{
width:100%;}
.newsmid_1_1{
font-size:1.875em; color:#000; margin-top:2.333333333333333em; margin-bottom:1.2em;}
.newsmid_1_3{ margin-top:2em; margin-bottom:2em;
position:relative; padding-left:6.875em;}
.newsmid_1_3_right{overflow:hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; min-height:3.6em;   
overflow: hidden;word-wrap:break-word;
word-break:break-all;
font-size:0.9375em; color:#000; line-height:1.8;}
.newsmid_1_3_left{ font-family:Arial, Helvetica, sans-serif;
position:absolute; left:0; top:0; width:4.6875em; text-align:center; background-position:right center; background-repeat:no-repeat; background-image:url(../images/news/img3.jpg);}
.newsmid_1_3_left_1{
font-size:2.5em; color:#000; font-weight:bold; line-height:1;}
.newsmid_1_3_left_2{
font-size:0.75em; color:#666;}
.newsmid_2_1 ul{ padding:118px 0;overflow: hidden;}
.newsmid_2_1 ul li{ float:left; width:100%; list-style: none;margin-bottom: 46px;}
.newsmid_2_1_mid_1{
overflow:hidden; width:35%;height:100%; float:left; padding:0px;}
.newsmid_2_1_mid_1 img{
width:100%; height:100%; }
.newsmid_2_1_mid {position:relative;
background-color:#fff; height:288px;overflow: hidden;border:2px solid #e6e6e6;border-radius: 10px;}

a:hover .newsmid_2_1_mid .newsmid_2_1_mid_1 img { transform:scale(1.07) }
.newsmid_2_1_mid_2{
padding:3.5625em  4.5625em 4.5625em 2.5625em;width:64%;float:right;padding-left: 20px;}
.newsmid_2_1_mid_2_1{ margin-bottom:0.35em; margin-top:0.2em;  float:left; width:10%; border-right:1px solid #CCC; text-align:center; height:120px;  
color:#204993; font-size:0.875em; font-family:'Barlow-Regular'; padding-right:10px; margin-right:20px;}
.newsmid_2_1_mid_2_1 b { font-size:54px; color:#0360bf; font-family:'Barlow-Regular'; display:block;}
.newsmid_2_1_mid_2_1 i {font-size:18px; color:#0360bf; font-family:'Barlow-Regular'; font-style:normal; display:block;  }
.newsmid_2_1_mid_2_2{ height:200px;}
.newsmid_2_1_mid_2_2 h3 {font-size: 28px;color: #000; line-height: 38px;font-weight: 400;padding:10px 0;}
.newsmid_2_1_mid_2_2 .dates2{display:none;}
.newsmid_2_1_mid_2_2 p {font-size: 16px;color: #666; line-height: 35px;}
.cssimg, .cssimgp img {transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.newsmid_2_1_mid2 .newsmid_2_1_mid_2{width: 100%;}
.li2 .newsmid_2_1_mid{height:192px;border: none;border-bottom: 1px #e6e6e6 solid;border-radius: 0;}
.li2 .newsmid_2_1_mid_2{padding: 20px 0;}
.newsmid_2_1 ul .li2{border:none;}
.li2 .newsmid_2_1_mid_2_1{background:#4d998b;}
.li2 .newsmid_2_1_mid_2_1 b{color: #ffff;}
.li2 .newsmid_2_1_mid_2_1 i{color: #ffff;}
.newsmid_2_1 ul .li2{margin-bottom: 10px;}

@media (max-width: 668px) {
.clmBox{display:none;}
.columMenu li a p i{display:none;}
.columMenu li a.active p i{display:none;}
.columMenu li a p span{color: #666;}
.valueslist ul{display:block;}
.valueslist ul li{width:48%;float:left;border: 1px solid #fff;margin: 1%;padding: 6% 1%;}
.fzlcTit h2{font-size:22px;}
.valuesbox{overflow:hidden;}
.values{padding: 30px 4%;}
.valueslist ul li h1{font-size:18px;}
.valueslist ul li i{font-size: 38px;}
.valueslist ul li p{font-size:14px;height:46px;}
.valueslist ul li:nth-child(3){width:98%;}
.valueslist{margin-top: 30px;overflow:hidden;}
.fzItem{ margin-left: 0% !important;padding: 30px 0 30px !important;}
.fzline .fzitemGo{left:4%;}
.fzline .fzitemGo2{right:4%}
/*新闻*/
.newsmid_2_1 ul li{margin-bottom: 20px;}
.newsmid_2_1 ul{padding: 30px 0;}
.newsmid_2_1_mid{height:auto;}
.newsmid_2_1_mid_1{width:100%;}
.newsmid_2_1_mid_2{width:100%;padding:10px;}
.newsmid_2_1_mid_2_2 h3{font-size:18px;line-height: 1.5;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newsmid_2_1_mid_2_2 .dates2{display:block;}
.li2 .newsmid_2_1_mid_2_1{display:none;}
.newsmid_2_1_mid_2_2 p{line-height:1.5;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2 ;
-webkit-box-orient: vertical;}
.newsmid_2_1_mid_2_2{height:auto;}
.li2 .newsmid_2_1_mid{height:auto;}
.w{padding-left:4%;padding-right:4%}
.intro_title_center{padding: 30px 0;}
.inboxnav{margin-top:30px;}
.mapBox{margin-bottom:30px;}
.contact_list .list .bd>ul>li .item .txt em.t{font-size:22px;}
.contact_list .list .bd>ul>li .item .icon{width:70px;height:70px;padding-top: 20px;}
.contact_list .list .bd>ul>li .item .icon img{width:28px;}
.fzlist li h3{font-size:22px;}
.fzlist li{padding-top: 140px;}
.fzlist li::after{top: 107px;}
.fzlist li::before{top: 110px;}
.intro_title p{font-size:14px;color:#666;padding-bottom:0;}



}


