/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#054b48}
::-webkit-scrollbar-thumb:window-inactive{background:#054b48}
::-webkit-scrollbar-thumb:vertical:hover{background:#054b48}

@font-face {
  font-family: "Gilroy-L";
  src: url("../fonts/Gilroy/GILROY-LIGHT-11.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "Gilroy-R";
  src: url("../fonts/Gilroy/GILROY-REGULAR-3.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "Gilroy-B";
  src: url("../fonts/Gilroy/GILROY-BOLD-4.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "阿里巴巴普惠体-R";
  src: url("../fonts/Alibaba/阿里巴巴普惠体-REGULAR.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "阿里巴巴普惠体-M";
  src: url("../fonts/Alibaba/阿里巴巴普惠体-MEDIUM.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "阿里巴巴普惠体-B";
  src: url("../fonts/Alibaba/阿里巴巴普惠体-BOLD.OTF") format("truetype");
	   font-weight: normal;
	   font-style: normal;
}

body{
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-width:320px;
	font-size:14px;
	color: #333;
	word-break: break-word;
	font-family: '阿里巴巴普惠体-R','Gilroy-R',Arial;
}
a {text-decoration: none;}
a:hover {color: #054b48;}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	border: none;
	outline: none;
}
.wrapper {
	min-height: 70vh;
	padding-top: 60px;
}
.wrapper-main {
	padding: 50px 0;
}
.index-main {
	position: relative;
	overflow: hidden;
}
.img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.ellipsis {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.clamp2 {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row>* {
	padding: 0 15px;
	margin-bottom: 30px;
}
.list a {
	display: block;
	color: #333;
}
.list .h2 {
	font-size: 18px;
	font-family: '阿里巴巴普惠体-R';
	margin: 15px 0 0;
}
.InfoContent {
	color: #666;
	line-height: 2;
}
.InfoContent p {
	margin: 0;
}
.InfoContent h2 {
	font-size: 20px;
	color: #333;
	font-family: '阿里巴巴普惠体-M';
	margin: 0 0 10px;
}
.InfoContent img {
	display: inline-block;
	max-width: 100%;
}

.title-more-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.title-more-box > .title {
	margin-bottom: 0;
}
.title {
	margin-bottom: 30px;
}
.title .cn {
	font-size: 24px;
	color: #000;
	line-height: 1;
	font-family: '阿里巴巴普惠体-B';
}
.title .en {
	font-size: 14px;
	color: #666;
	font-family: 'Arial';
	margin-top: 5px;
}
.title-more a {
	width: 130px;
	height: 40px;
	background-color: #f1f1f1;
	border-radius: 50px;
	font-size: 14px;
	color: #333;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-more a.border {
	background-color: transparent;
	border-color: #999!important;
}
.title-more a.border.text-white {
	border-color: #fff!important;
}
.title-more a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.title-more a.border.text-white::after {
	border-color: #fff;
}
.title-more a:hover {
	background-color: #054b48;
	color: #fff;
}
.title-more a:hover::after {
	border-color: #fff;
	margin-left: 20px;
}
.title-more a.border:hover {
	border-color: #054b48!important;
}

.swiper-button {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.swiper-button::before,
.swiper-button::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(232,232,232,.8);
}
.swiper-button::before {
	width: 30%;
	background-color: #054b48;
	margin-right: 10px;
}
.swiper-button::after {
	margin-left: 10px;
}
.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
	position: static;
	width: 12px;
	height: 12px;
	color: #bfbfbf;
	margin: 0;
}
.swiper-button .swiper-button-next {
	margin-left: 5px;
}
.swiper-button .swiper-button-next::after,
.swiper-button .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}
.swiper-button .swiper-button-next:hover,
.swiper-button .swiper-button-prev:hover {
	color: #666;
}

.submenu-breadcrumb-main {
	background-color: #f9f9f9;
	overflow: hidden;
}
.submenu-breadcrumb {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.submenu-breadcrumb>* {
	padding: 0 10px;
	max-width: 100%;
}
.submenu-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.submenu-nav .nav-item {
	width: auto;
}
.submenu-nav .nav-item+.nav-item {
	margin-left: 20px;
}
.submenu-nav .nav-link {
	font-size: 14px;
	color: #333;
	padding: 15px 0;
	position: relative;
}
.submenu-nav .nav-link:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #054b48;
    position: absolute;
    left: 0;
    bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link:hover {
	color: #054b48;
}
.submenu-nav .nav-link:hover::after,
.submenu-nav .active .nav-link:after {
	width: 100%;
}

.breadcrumb {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin: 20px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	padding: 0;
	margin-right: .5rem;
	margin-top: 9px;
	width: 6px;
	height: 6px;
	border-top: 2px #999 solid;
	border-right: 2px #999 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb-item img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.breadcrumb-item a {
	display: inline-block;
	color: #999;
}
.breadcrumb-item a:hover,
.breadcrumb-item.active {
	color: #054b48;
}

.pagination {
	flex-flow: row wrap;
	align-items: center;
	margin: 30px -5px 0;
	font-size: 16px;
	font-family: 'Gilroy-B';
}
.page-item {
	margin-top: 10px;
	padding: 0 5px;
}
.page-link {
	color: #666;
	border: none;
	background-color: transparent;
}
.page-item.active .page-link,
.page-item .page-link:hover,
.page-item .page-link:focus {
	background-color: transparent;
	color: #054b48;
	box-shadow: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 50%;
	border: 1px #333 solid;
	width: 36px;
	height: 36px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: .5;
}
.page-prev,
.page-next {
	font-size: 0;
}
.page-prev {
	margin-right: 15px;
}
.page-next {
	margin-left: 15px;
}
.page-prev .page-link::before,
.page-next .page-link::before {
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-prev .page-link::before {
	border-left: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin-left: 4px;
}
.page-next .page-link::before {
	border-top: 2px #333 solid;
	border-right: 2px #333 solid;
	margin-right: 4px;
}
.page-prev .page-link:hover::before,
.page-next .page-link:hover::before {
	border-color: #054b48;
}
.page-prev .page-link:hover,
.page-next .page-link:hover {
	opacity: 1;
	border-color: #054b48;
}

.InfoTitle {
	margin-bottom: 30px;
}
.InfoTitle .h2 {
	font-size: 20px;
	font-family: '阿里巴巴普惠体-M';
	margin: 0;
}
.InfoTitle .date {
	font-size: 14px;
	color: #999;
	font-family: 'Gilroy-R';
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.InfoTitle .date span {
	padding: 0 10px;
}
.InfoTitle .date img {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.InfoTitle.border-bottom {
	padding-bottom: 20px;
}

.info-prev-next {
	font-size: 16px;
	background-color: #f9f9f9;
	padding: 20px;
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.info-prev-next a {
	color: #333;
	display: flex;
	align-items: center;
}
.info-prev-next i {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.info-prev i {
	border-left: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin-right: 20px;
}
.info-next i {
	border-top: 2px #333 solid;
	border-right: 2px #333 solid;
	margin-left: 20px;
}
.info-prev-next a:hover i {
	border-color: #054b48;
}
.info-prev-next a:hover {
	color: #054b48;
}
.go-back {
	flex: 0 0 auto;
	margin: 5px 15px;
}
.go-back a {
	display: block;
	color: #054b48;
	text-align: center;
	width: 120px;
	height: 42px;
	line-height: 40px;
	border: 1px #054b48 solid;
}
.go-back a:hover {
	-webkit-animation: headShake .8s linear 1;
	animation: headShake .8s linear 1;
}

@media (min-width:576px) and (max-width:767px) {
	.container {
		max-width: none;
	}
}
@media (max-width:767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pc-show {
		display: none!important;
	}
}
@media (min-width:768px) {
	.wrapper {
		padding-top: 70px;
	}
	.wrapper-main {
		padding: 70px 0;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.min-show {
		display: none!important;
	}
	.InfoContent {
		font-size: 16px;
	}
	
	.title-more-box,
	.title {
		margin-bottom: 45px;
	}
	.title .cn {
		font-size: 32px;
	}
	.title .en {
		font-size: 16px;
	}
	.title-more a {
		width: 150px;
		height: 46px;
		font-size: 16px;
	}
	
	.submenu-nav .nav-link,
	.breadcrumb {
		font-size: 16px;
	}
	.submenu-nav .nav-link {
		padding: 20px 0;
	}
	.submenu-nav .nav-item+.nav-item {
		margin-left: 40px;
	}
	
	.page-item:first-child .page-link,
	.page-item:last-child .page-link {
		width: 50px;
		height: 50px;
	}
	
	.InfoTitle {
		margin-bottom: 50px;
	}
	.InfoTitle .h2 {
		font-size: 28px;
	}
	.InfoTitle .date {
		font-size: 16px;
	}
	.InfoTitle.border-bottom {
		padding-bottom: 30px;
	}
	
	.info-prev-next {
		padding: 20px 40px;
		margin-top: 60px;
	}
}
@media (min-width:1200px) {
	.title-more-box,
	.title {
		margin-bottom: 65px;
	}
	.title .cn {
		font-size: 40px;
	}
	.title .en {
		font-size: 18px;
	}
	.title-more a {
		width: 170px;
		height: 52px;
	}
	
	.submenu-nav .nav-link,
	.breadcrumb {
		font-size: 18px;
	}
	.breadcrumb-item img {
		width: 24px;
		height: 24px;
	}
	
	.InfoTitle .h2 {
		font-size: 36px;
	}
	.InfoTitle .date {
		font-size: 18px;
	}
}
@media (min-width:1400px) {
	.wrapper {
		padding-top: 100px;
	}
	.wrapper-main {
		padding: 100px 0;
	}
	.list .h2 {
		font-size: 20px;
	}
}
@media (min-width:1600px) {
	.container {
		width: 90%;
		max-width: 1440px;
	}
	.index-body .container,
	.header .container,
	.footer .container {
		max-width: 1720px;
	}
	
	.title .cn {
		font-size: 48px;
	}
}

/* header */
.header .navbar {
	padding: 0;
	background-color: #fff!important;
}
.header .container {
	position: relative;
}
.header .navbar-brand {
	padding: 10px 0;
}
.navbar-brand .navbar-brand-item {
	display: block;
	height: 40px;
}
.header .nav-link {
	color: #333;
}
.header .active .nav-link,
.header .nav-link:hover {
	color: #054b48;
}
.header .navbar-toggler {
	padding: 0;
	border: none;
	width: 30px;
	height: 30px;
}
.header .navbar-toggler:focus {
	box-shadow: none;
}
.header .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #333;
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .navbar-toggler .icon-bar+.icon-bar {
	margin-top: 6px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -4px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(2) {
	display: none;
}
.top-search-btn {
	flex: 0 0 auto;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.top-search-btn a {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #054b48;
	border-radius: 100%;
	position: relative;
}
.top-search-btn a::after {
	content: "";
	background-color: #054b48;
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	border-radius: 100%;
	opacity: .6;
	-webkit-transform: scale3d(.2,.2,1);
	transform: scale3d(.2,.2,1);
}
.top-search-btn a:hover::after {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
.top-search-btn a img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.top-search form {
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.top-search form input {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #282828;
	border: 0;
	padding: 0 15px 0 36px;
	color: #fff;
	outline: none;
}
.top-search form button {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 0;
	border: 0;
	background: url(../images/icon/icon-1.png) no-repeat center;
	background-size: 24px;
	width: 36px;
	height: 36px;
	padding: 0;
	outline: none!important;
}
.search-link {
	padding: 20px 40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.search-link .h3 {
	font-size: 14px;
	color: #888;
	margin: 0 0 8px;
	flex: 0 0 auto;
}
.search-link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.search-link-list li a {
	display: block;
	color: #333;
	padding: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.search-link-list li a:hover {
	color: #054b48;
}
.searchview-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	height: 36px;
	border: 0;
	background-color: transparent;
	color: #054b48;
	padding: 0;
	outline: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
}
.top-search~.searchview-close {
	width: 44px;
	height: 44px;
	right: 0;
	top: -44px;
	-webkit-transition-delay: .035s;
	transition-delay: .035s;	
}
.top-search~.searchview-close:hover {
	opacity: .65;
}
.searchview-close-wrapper {
	display: block;
	width: 100%;
	height: 100%;
}
.searchview-close-wrapper span {
	display: block;
	height: 18px;
	width: 2px;
	background-color: #fff;
	position: absolute;
	top: 11px;
}
.searchview-close-wrapper .searchview-close-left {
	right: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.searchview-close-wrapper .searchview-close-right {
	left: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.search-curtain {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1029;
	display: none;
}

.search-show .search-link {
	display: block;
}
.search-show .searchview-close {
	opacity: 1;
}

html.noscroll,
html.noscroll body {
	overflow: hidden !important;
	height: 100% !important
}
html.noscroll {
	overflow-y: scroll !important
}

.language {
	margin-left: auto;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 70px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.language .nav-link {
	font-size: 16px!important;
	font-family: 'Arial';
	padding: 0!important;
}
.language .nav-link i {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-left: 2px #054b48 solid;
	border-bottom: 2px #054b48 solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
	margin-bottom: 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.language .nav-link.show i {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 3px;
	margin-bottom: 0;
}

.header .dropdown-menu {
	border-radius: 0;
	border: none;
	margin-top: 0;
}
.header .dropdown-item {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 10px;
}
.header .dropdown-menu .dropdown-item+.dropdown-item {
	border-top: 1px #ddd solid;
}
.header .dropdown-item:hover {
	color: #054b48;
	background-color: transparent;
}

.header .language .dropdown-item {
	font-size: 16px;
}

@media (max-width:1199px) {
	.top-search-btn {
		display: none;
	}
	.header .navbar-toggler {
		position: absolute;
		right: 15px;
		top: 20px;
	}
	.language {
		position: absolute;
		top: 0;
		right: 55px;
	}
	
	.top-search {
		margin: 10px 0;
	}
	.top-search-form {
		position: relative;
	}
	.search-link {
		display: none;
	}
	.top-search~.searchview-close {
		display: none;
	}
	.search-show .top-search form {
		margin-right: 50px;
	}
}
@media (max-width:767px) {
	.language {
		height: 60px;
	}
	.header .navbar-toggler {
		top: 15px;
	}
}
@media (min-width:768px) {
	.navbar-brand .navbar-brand-item {
		height: 50px;
	}
	.header .nav-link {
		font-size: 16px;
		line-height: 30px;
	}
}
@media (min-width:1200px) {
	.header .nav-item {		
		padding: 25px 0;
	}
	.header .nav-item+.nav-item {
		margin-left: 25px;
	}
	.header .nav-link {
		padding: 0!important;
	}
	.language {
		height: 80px;
		margin-left: 25px;
		margin-right: 25px;
	}
	.top-search-btn {
		margin-left: 25px;
	}
	
	.header .dropdown-menu {
		box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
		text-align: center;
		padding: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}
	.header .language .dropdown-menu {
		min-width: 100px;
	}
	
	.top-search {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
		width: 66.666667%;
		height: calc(100vh - 18px);
		overflow: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		-webkit-transition: all .2s;
		transition: all .2s;
		-webkit-transition-delay: .455s;
		transition-delay: .455s;
		opacity: 0;
	}
	.top-search form input {
		height: 44px;
		padding-left: 44px;
		padding-right: 44px;
	}
	.top-search form button {
		width: 44px;
		height: 44px;
	}
	.top-search-form .searchview-close {
		display: none;
	}
	.search-link {
		background-color: #fff;
		max-height: calc(100% - 64px);
		overflow-y: auto;
	}
	
	.top-search-form,
	.search-link {
		-webkit-transition: all .8s;
		transition: all .8s;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		opacity: 0;
		-webkit-transition-delay: .035s;
		transition-delay: .035s;
	}
	.search-show .top-search-form,
	.search-show .search-link {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
		-webkit-transition-delay: .315s;
		transition-delay: .315s;
	}
	.search-show .search-link {
		-webkit-transition-delay: .385s;
		transition-delay: .385s;
	}
	.search-show .top-search {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition-delay: .035s;
		transition-delay: .035s;
		opacity: 1;
		top: 18px;
	}
	.search-show .top-search~.searchview-close {
		top: 18px;
	}
	.search-show~.search-curtain {
		display: block;
	}
	
	.navbar .nav-item {
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.navbar .nav-item:nth-child(1) {
		-webkit-transition-delay: .035s;
		transition-delay: .035s;
	}
	.navbar .nav-item:nth-child(2) {
		-webkit-transition-delay: .105s;
		transition-delay: .105s;
	}
	.navbar .nav-item:nth-child(3) {
		-webkit-transition-delay: .175s;
		transition-delay: .175s;
	}
	.navbar .nav-item:nth-child(4) {
		-webkit-transition-delay: .245s;
		transition-delay: .245s;
	}
	.navbar .nav-item:nth-child(5) {
		-webkit-transition-delay: .315s;
		transition-delay: .315s;
	}
	.navbar .nav-item:nth-child(6) {
		-webkit-transition-delay: .385s;
		transition-delay: .385s;
	}
	.navbar .nav-item:nth-child(7) {
		-webkit-transition-delay: .455s;
		transition-delay: .455s;
	}
	.navbar .nav-item:nth-child(8) {
		-webkit-transition-delay: .525s;
		transition-delay: .525s;
	}
	.navbar .nav-item:nth-child(9) {
		-webkit-transition-delay: .595s;
		transition-delay: .595s;
	}
	.navbar .language {
		-webkit-transition-delay: .665s;
		transition-delay: .665s;
	}
	.navbar .top-search-btn {
		-webkit-transition-delay: .735s;
		transition-delay: .735s;
	}
	
	.search-show .nav-item,
	.search-show .language,
	.search-show .top-search-btn {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		visibility: hidden;
	}
	.search-show .nav-item:nth-child(1) {
		-webkit-transition-delay: .735s;
		transition-delay: .735s;
	}
	.search-show .nav-item:nth-child(2) {
		-webkit-transition-delay: .665s;
		transition-delay: .665s;
	}
	.search-show .nav-item:nth-child(3) {
		-webkit-transition-delay: .595s;
		transition-delay: .595s;
	}
	.search-show .nav-item:nth-child(4) {
		-webkit-transition-delay: .525s;
		transition-delay: .525s;
	}
	.search-show .nav-item:nth-child(5) {
		-webkit-transition-delay: .455s;
		transition-delay: .455s;
	}
	.search-show .nav-item:nth-child(6) {
		-webkit-transition-delay: .385s;
		transition-delay: .385s;
	}
	.search-show .nav-item:nth-child(7) {
		-webkit-transition-delay: .315s;
		transition-delay: .315s;
	}
	.search-show .nav-item:nth-child(8) {
		-webkit-transition-delay: .245s;
		transition-delay: .245s;
	}
	.search-show .nav-item:nth-child(9) {
		-webkit-transition-delay: .175s;
		transition-delay: .175s;
	}
	.search-show .language {
		-webkit-transition-delay: .105s;
		transition-delay: .105s;
	}
	.search-show .top-search-btn {
		-webkit-transition-delay: .035s;
		transition-delay: .035s;
	}
}
@media (min-width:1400px) {
	.navbar-brand .navbar-brand-item {
		height: 60px;
	}
	.header .nav-item {
		padding: 35px 0;
	}
	.header .nav-item+.nav-item {
		margin-left: 30px;
	}
	.header .nav-link {
		font-size: 18px;
	}
	.language {
		height: 100px;
		margin-left: 30px;
	}
	.top-search-btn {
		margin-left: 30px;
	}
	
	.search-show .top-search,
	.search-show .top-search~.searchview-close {
		top: 28px;
	}
	.top-search {
		height: calc(100vh - 28px);
	}
}
@media (min-width:1600px) {
	.header .nav-item+.nav-item {
		margin-left: 45px;
	}
	.language,
	.top-search-btn	{
		margin-left: 45px;
	}
}
@media (min-width:1800px) {
	.header .nav-item+.nav-item {
		margin-left: 55px;
	}
	.language,
	.top-search-btn {
		margin-left: 55px;
	}
}

/* footer */
.footer {
	background-color: #212121;
	color: #fff;
	padding: 30px 0;
}
.footer a,
.footer a:hover {
	color: #fff;
}
.copyright {
	opacity: .5;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.copyright .support {
	display: inline-block;
	height: 14px;
}
.foot-wechat {
	display: flex;
	/* flex-flow: row wrap; */
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 25px!important;
}
.foot-wechat .item {
	padding: 0 6px;
	margin-bottom: 12px;
}
.foot-wechat .img>img {
	display: block;
	max-width: 112px;
}
.foot-wechat span {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.foot-navbar {
	align-items: flex-start;
}
.foot-navbar .navbar-brand {
	display: block;
	padding: 0;
	margin-bottom: 20px;
}
.foot-nav {
	margin-left: -15px;
	margin-right: -15px;
}
.foot-nav .nav-item {
	margin-bottom: 20px;
	padding: 0 15px;
}
.foot-nav .dropdown-menu {
	font-size: 14px;
	background-color: transparent;
	border: none;
	padding: 0;
	min-width: 120px;
}
.foot-nav .dropdown-item {
	padding: 0;
	margin-top: 10px;
	opacity: .5;
}
.foot-nav .nav-item:last-child .dropdown-item {
	opacity: 1;
}
.foot-nav .dropdown-item:hover {
	background-color: transparent;
	opacity: 1;
}
.foot-nav .nav-link {
	font-size: 16px;
	font-family: '阿里巴巴普惠体-M';
	padding: 0;
}

@media (max-width:767px) {
	.foot-navbar {
		display: block;
	}
	.foot-nav .nav-link {
		display: flex;
		justify-content: space-between;
	}
	.foot-nav .nav-item:last-child .dropdown-menu {
		display: block;
	}
}
@media (min-width:768px) {
	.footer {
		padding: 70px 0;
	}
	.copyright {
		margin-top: 70px;
	}
	.foot-nav {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.foot-nav .nav-link {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.foot-nav .dropdown-menu {
		display: block;
		font-size: 16px;
	}	
	.foot-nav .dropdown-toggle::after {
		display: none;
	}
}
@media (min-width:1400px) {
	.footer {
		padding: 100px 0;
	}
	.copyright {
		margin-top: 100px;
	}
	.foot-nav .dropdown-menu {
		min-width: 130px;
	}
}
@media (min-width:1600px) {
	.foot-nav .dropdown-menu {
		min-width: 160px;
	}
}
@media (min-width:1800px) {
	.foot-nav .dropdown-menu {
		min-width: 200px;
	}
}

/* banner */
.banner-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.banner-text img {
	display: block;
	width: 100%;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner .swiper-slide:nth-child(2) .banner-text img {
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.banner .swiper-slide:nth-child(3) .banner-text img {
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
}
.banner .swiper-slide:nth-child(4) .banner-text img {
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.banner .swiper-slide-active .banner-text img {
	opacity: 1;
	-webkit-transform: none!important;
	transform: none!important;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.banner .swiper-pagination {
	display: flex;
	align-items: center;
	padding: 0 6%;
	bottom: 20%;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 14px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	opacity: 1;
	background-image: url(../images/icon/icon-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0!important;
}
.banner .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 20px!important;
}
.banner .swiper-pagination-bullet-active {
	background-image: url(../images/icon/icon-2-1.png);
}

@media (min-width:768px) {
	.banner .swiper-pagination {
		bottom: 28%;
	}
}

/* 产品 */
.index-product a {
	display: block;
	color: #333;
	text-align: center;
	position: relative;
}
.index-product .text {
	margin-top: 20px;
}
.index-product .name {
	font-size: 16px;
	font-family: '阿里巴巴普惠体-M';
}
.index-product .p {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.index-product .swiper-button {
	margin-bottom: 0;
}
.index-product a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.search-tips {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.search-tips span {
	color: #054b48;
	font-size: 24px;
}
.search {
	margin-bottom: 30px;
}
.search form {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.search form input {
	display: block;
	width: 100%;
	height: 42px;
	border: 1px #d6d6d6 solid;
	border-radius: 4px;
	padding: 6px 42px 6px 12px;
	outline: none;
}
.search form .btn {
	width: 42px;
	height: 42px;
	background: url(../images/icon/icon-1-1.png) no-repeat center;
	background-size: 24px;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	outline: none!important;
}

.product-list {
	margin: 0;
}
.product-list .column {
	padding: 0;
	margin: 0;
}
.product-list a {
	display: block;
	color: #333;
	text-align: center;
	padding: 50px 30px;
	border: 1px #eee solid;
	height: 100%;
}
.product-list .h2 {
	font-size: 16px;
	margin: 30px 0 5px;
}
.product-list .more::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px #054b48 solid;
	border-right: 1px #054b48 solid;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
}
.product-list .img img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.product-list a:hover {
	color: #054b48;
}
.product-list a:hover .img img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.details-top {
	overflow: hidden;
}
.details-top .InfoTitle {
	margin-bottom: 20px;
}
.details-top .title-more {
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.details-top .title-more a {
	margin: 10px;
}
.album-big .swiper-button-next,
.album-big .swiper-button-prev {
	color: #054b48;
}
.album-big .swiper-button-next:after,
.album-big .swiper-button-prev:after {
	font-size: 30px;
}
.album-small-box {
    padding: 25px 0 0;
    margin-top: 25px;
    border-top: 1px solid #eee;
}
.album-small-box h6 {
    font-size: 16px;
    margin-bottom: 25px;
}
.album-small {
	padding: 0 30px;
	position: relative;
}
.album-small .swiper-button-next,
.album-small .swiper-button-prev {
	color: #333;
}
.album-small .swiper-button-next:after,
.album-small .swiper-button-prev:after {
	font-size: 20px;
}
.album-small .swiper-button-prev {
	left: 0;
	justify-content: flex-start;
}
.album-small .swiper-button-next {
	right: 0;
	justify-content: flex-end;
}
.album-small .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.album-small .swiper-slide-thumb-active:after {
    border-color: #054b48;
}

@media (max-width:1199px) {
	
}
@media (min-width:768px) {
	.product-list .h2 {
		font-size: 20px;
	}
	
	.search-tips {
		font-size: 22px;
	}
	.search-tips span {
		font-size: 32px;
	}
}
@media (min-width:1200px) {
	.details-top .InfoTitle .h2 {
		font-size: 30px;
	}
	.details-top {
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 30px;
	}
	.details-top>.column {
		padding: 0 30px;
	}
}
@media (min-width:1400px) {
	.index-product .name {
		font-size: 20px;
	}
	.index-product .p {
		font-size: 18px;
	}
	
	.product-list .h2 {
		font-size: 24px;
	}
}

/* 应用领域 */
.index-solution-main {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index-solution-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.index-solution-bg .bg {
	opacity: 0;
}
.index-solution-bg .bg.active {
	opacity: 1;
}
.index-solution-left {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.index-solution-right {
	position: relative;
	margin-bottom: 30px;
	padding-top: 20px;
}
.index-solution-right .swiper-slide {
	width: auto;
}
.index-solution-left .swiper-slide {
	opacity: 0;
}
.index-solution-left .swiper-slide-active {
	opacity: 1;
}
.index-solution-right .name {
	font-size: 14px;
	opacity: .5;
	cursor: pointer;
}
.index-solution-right .swiper-slide-active .name {
	font-size: 20px;
	opacity: 1;
}
.index-solution .swiper-pagination-progressbar {
	background: rgba(252,252,252,.5);
}
.index-solution .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fcfcfc;
}
.index-solution-left .h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.index-solution-left .InfoContent {
	min-height: 150px;
}
.index-solution-left .title-more {
	margin-top: 20px;
}

.solution-list .column {
	margin-bottom: 30px;
}
.solution-list a {
	display: block;
	color: #333;
}
.solution-list .text {
	background-color: #fff;
	padding: 30px;
}
.solution-list .icon {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution-list .icon img {
	display: block;
	width: 40px;
}
.solution-list .h2 {
	font-size: 18px;
	font-family: '阿里巴巴普惠体-M';
	margin: 20px 0 0;
}
.solution-list a:hover .icon {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.solution-list a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width:768px) {
	.index-solution-main {
		min-height: calc(100vh - 70px);
	}
	.index-solution {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.index-solution-left {
		width: calc(100% - 260px);
		margin: 0;
	}
	.index-solution-right {
		flex: 0 0 auto;
		width: 190px;
		margin-bottom: 0;
		padding-top: 0;
	}
	.index-solution-left .h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.index-solution-right .swiper {
		height: 320px;
	}
	.index-solution .swiper-slide {
		width: 100%;
		height: auto!important;
	}
	.index-solution-right .name {
		font-size: 16px;
	}
	.index-solution-right .swiper-slide-active .name {
		font-size: 24px;
	}
	.index-solution .swiper-pagination-progressbar.swiper-pagination-vertical {
		left: auto;
		right: 0;
	}
	
	.solution-list .text {
		padding: 50px;
	}
	.solution-list .h2 {
		font-size: 20px;
	}
	.solution-list .icon img {
		width: 50px;
	}
}
@media (min-width:992px) {
	.solution-list a {
		display: flex;
	}
	.solution-list .column:nth-child(odd) a {
		flex-direction: row;
	}
	.solution-list .column:nth-child(even) a {
		flex-direction: row-reverse;
	}
	.solution-list a>* {
		width: 50%;
	}
	/*.solution-list .img {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 365px;
	}
	.solution-list .img img {
		position: absolute;
		width: auto;
		height: 100%;
	}*/
}
@media (min-width:1200px) {
	.index-solution-main {
		min-height: calc(100vh - 80px);
	}
	.index-solution-left .h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.solution-list .h2 {
		font-size: 24px;
	}
}
@media (min-width:1400px) {
	.index-solution-main {
		min-height: calc(100vh - 100px);
	}
}

/* 关于 */
.index-about .h2 {
	font-size: 20px;
	color: #000;
	font-family: '阿里巴巴普惠体-B';
	margin-bottom: 20px;
}
.index-about .title-more {
	margin-top: 30px;
}

.num-list {
	justify-content: space-between;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
.num-list::before {
	content: "";
	height: 1px;
	background-color: #e8e8e8;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
}
.num-list .column {
	width: auto;
	margin-bottom: 0;
	margin-top: 30px;
}
.num-list .num {
	color: #054b48;
	display: flex;
}
.num-list sub,
.num-list sup {
	flex: 0 0 auto;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	position: static;
	margin-left: 5px;
}
.num-list sub {
	align-self: flex-end;
}
.num-list sup {
	align-self: flex-start;
}
.num-list .counter {
	display: inline-block;
	font-size: 30px;
	font-family: 'Gilroy-B';
	line-height: 0.8;
}
.num-list p {
	font-size: 14px;
	margin: 12px 0 0;
}

.honor-tab-nav {
	display: flex;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.honor-tab-nav a {
	margin: 10px;
}
.honor-tab-nav a::after {
	display: none;
}
.honor-tab-nav a.active {
	background-color: #054b48;
	border-color: #054b48!important;
	color: #fff;
}
.honor-swiper,
.about-right {
	position: relative;
	padding-bottom: 60px;
}
.honor-swiper .h2 {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0;
}
.honor-swiper .img {
	background-color: #fff;
	padding: 30px;
	border: 1px #e5e5e5 solid;
}
.honor-swiper .img  img {
	max-width: 200px;
	margin: 0 auto;
}
.honor-swiper .swiper-slide:hover .img  img {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

.honor-swiper .swiper-pagination,
.about-right .swiper-pagination {
	bottom: 0;
}
.honor-swiper .swiper-pagination-bullet,
.about-right .swiper-pagination-bullet {
	width: 10px;
	height: 14px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	opacity: 1;
	background-image: url(../images/icon/icon-2-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 10px!important;
}
.honor-swiper .swiper-pagination-bullet-active,
.about-right .swiper-pagination-bullet-active {
	background-image: url(../images/icon/icon-2-1.png);
}

.about-list .num-list {
	padding-top: 0;
	padding-bottom: 20px;
}
.about-list .num-list::before {
	top: auto;
	bottom: 0;
	height: 2px;
}
.about-list .num-list .column {
	margin-top: 0;
	margin-bottom: 30px;
}

.history-year {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}
.history-year::before {
	content: "";
	border-top: 1px #fff dashed;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	z-index: -1px;
}
.history-year .swiper-slide {
	width: auto;
	cursor: pointer;
	padding: 0 10px;
}
.history-year .inner {
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}
.history-year .year {
	font-size: 20px;
	font-family: 'Gilroy-B';
}
.history-year .year::before {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #fff;
	display: block;
	margin: -5px auto 0;
}
.history-year .circle {
	display: block;
	width: 20px;
	height: 20px;
	background-color: rgba(255,255,255,.3);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.history-year .circle::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.history-year .swiper-slide-thumb-active {
	color: #054b48;
}
.history-year .swiper-slide-thumb-active .circle {
	background-color: rgba(217,38,40,.3);
}
.history-year .swiper-slide-thumb-active .circle::after,
.history-year .swiper-slide-thumb-active .year::before {
	background-color: #054b48;
}

.history-info {
	position: relative;
	z-index: 2;
	padding: 0 0 30px;
}
.history-info .swiper-button-next,
.history-info .swiper-button-prev {
	width: 30px;
	height: 50px;
	background-color: rgba(0,0,0,.5);
	top: auto;
	margin-top: 0;
	bottom: 0;
	color: #fff;
}
.history-info .swiper-button-next {
	right: 0;
}
.history-info .swiper-button-prev {
	left: 0;
}
.history-info .swiper-button-next::after,
.history-info .swiper-button-prev::after {
	font-size: 14px;
}
.history-info .inner {
	position: relative;
	min-height: 100px;
	padding-top: 40px;
	text-align: center;
}
.history-info .InfoContent {
	line-height: 1.71428571;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.history-info .year-bg {
	position: absolute;
	left: 50%;
	top: 0;
	line-height: 1;
	font-size: 80px;
	font-family: 'Gilroy-B';
	opacity: .1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	white-space: nowrap;
}
.history-info .year-title {
	font-size: 24px;
	font-family: 'Gilroy-B';
	line-height: 1;
}
.history-info .year-title::before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #054b48;
	display: block;
	margin: 15px auto;
}

@media (min-width:768px) {
	.index-about .title-more {
		margin-top: 50px;
	}
	.index-about .h2 {
		font-size: 28px;
	}
	
	.num-list {
		margin-top: 70px;
	}
	.num-list .counter {
		font-size: 48px;
	}
	.num-list sub,
	.num-list sup,
	.num-list p {
		font-size: 16px;
	}
	
	.honor-swiper .h2 {
		font-size: 20px;
	}
	
	.history-info .inner {
		min-height: 120px;
		padding-top:60px;
	}
	.history-info .InfoContent {
		font-size: 18px;
	}
	.history-info .year-bg {
		font-size: 120px;
	}
	.history-info .year-title {
		font-size: 32px;
	}
	.history-info .year-title::before {
		width: 50px;
	}
	.history-info .swiper-button-next,
	.history-info .swiper-button-prev {
		width: 40px;
		height: 60px;
	}
	.history-info .swiper-button-next::after,
	.history-info .swiper-button-prev::after {
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.index-about {
		margin-left: 0;
		margin-right: 0;
	}
	.index-about .column {
		padding: 0;
	}
	.index-about .index-about-left {
		width: 45.930233%;
	}
	.index-about .index-about-right {
		width: 54.069769%;
		padding-left: 6.976744%;
		padding-top: 14px;
		padding-bottom: 15px;
	}
	.index-about-left .img,
	.about-list .img {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}
	.index-about-left .img img,
	.about-list .img img {
		position: absolute;
		height: 100%;
		width: auto;
	}
	.about-list .swiper {
		height: 100%;
	}
}
@media (min-width:1200px) {
	.index-about .h2 {
		font-size: 36px;
	}
}
@media (min-width:1400px) {	
	.history-info .inner {
		min-height: 200px;
		padding-top: 100px;
	}
	.history-info .InfoContent {
		font-size: 20px;
	}
	.history-info .year-bg {
		font-size: 200px;
	}
	.history-info .year-title {
		font-size: 40px;
	}
}

/* 合作客户 */
.partner-list {
	margin: 0;
}
.partner-list .column {
	padding: 0;
	margin: -1px 0 0 -1px;
}
.partner-list .inner {
	border: 1px #bababa dashed;
}

@media (max-width:575px) {
	.partner-list .column {
		width: 50%;
	}
}
@media (min-width:1400px) {
	.partner-list .column {
		width: 20%;
	}
}

/* 新闻 */
.index-news-nav {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.index-news-nav .nav-link {
	font-size: 16px;
	color: #333;
	padding: 0;
	display: inline-block;
	border-bottom: 1px transparent solid;
}
.index-news-nav .nav-link:hover {
	color: #054b48;
	border-bottom-color: #054b48;
}

.news-list .column {
	margin-bottom: 30px;
}
.news-list a {
	display: block;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.news-list .text {
	background-color: #fff;
	padding: 15px;
}
.news-list .h2 {
	font-size: 16px;
	font-family: '阿里巴巴普惠体-M';
	margin: 0;
}
.news-list .p {
	color: #888;
	line-height: 24px;
	height: 48px;
	margin-top: 10px;
}
.news-list .date {
	display: flex;
	align-items: center;
	color: #999;
	font-family: 'Gilroy-R';
	margin-bottom: 15px;
}
.news-list .date>img {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.news-list .more {
	color: #054b48;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.news-list .more::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px #054b48 solid;
	border-right: 1px #054b48 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 5px;
	flex: 0 0 auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news-list a:hover .more::after {
	margin-left: 15px;
}
.news-list a:hover {
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,.2);
}
.news-list a:hover .h2 {
	color: #054b48;
}
.news-list a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.index-news-right .news-list a,
.index-news-right .news-list a:hover {
	box-shadow: none;
}
.index-news-right .img {
	border-radius: 3px;
}
.index-news-right .news-list .date {
	margin: 20px 0 10px;
}

@media (max-width:767px) {
	.index-news-nav {
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.index-news-nav .nav-item {
		padding: 0 10px;
		margin-bottom: 10px;
	}
}
@media (min-width:768px) {
	.index-news-left {
		width: 240px;
		margin-bottom: 0;
	}
	.index-news-right {
		width: calc(100% - 240px);
		margin-bottom: 0;
	}
	.index-news-left .title-more-box {
		flex-direction: column;
		height: 100%;
		margin-bottom: 0;
	}
	.index-news-nav .nav-item+.nav-item {
		margin-top: 30px;
	}
	.index-news-right .swiper-button {
		margin-top: 70px;
	}
}
@media (min-width:1200px) {
	.index-news-left {
		width: 300px;
		margin-bottom: 0;
	}
	.index-news-right {
		width: calc(100% - 300px);
	}
	.index-news-right .news-list .date {
		margin: 30px 0 20px;
	}
	.index-news-nav .nav-item+.nav-item {
		margin-top: 45px;
	}
	.index-news-nav .nav-link {
		font-size: 18px;
	}
	.index-news-right .swiper-button {
		margin-top: 100px;
	}
	
	.row.news-list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.news-list .column {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.news-list .text {
		padding: 30px;
	}
	.news-list .h2 {
		font-size: 20px;
	}
	.news-list .date>img {
		width: 30px;
		height: 30px;
	}
	.news-list .date {
		font-size: 18px;
	}
	.news-list .more {
		font-size: 16px;
		margin-top: 40px;
	}
	.news-list .p {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		margin-top: 20px;
	}
}
@media (min-width:1400px) {
	.row.news-list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.news-list .column {
		padding: 0 30px;
		margin-bottom: 60px;
	}
	
	.index-news-left {
		width: 390px;
		margin-bottom: 0;
	}
	.index-news-right {
		width: calc(100% - 390px);
	}
}

/* 咨询及售后服务 */
.service-list {
	overflow: hidden;
}
.service-list .inner {
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	height: 100%;
}
.service-list .inner:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.service-list .icon img {
	display: block;
	width: 50px;
	margin: 0 auto;
}
.service-list .h2 {
	font-size: 18px;
	margin: 15px 0 0;
}
.service-list .p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.service-list .num {
	display: block;
	font-size: 24px;
	color: #d1d1d0;
	font-family: 'Gilroy-B';
	line-height: 1;
}

.service-list1 .inner {
	background-color: #fff;
	padding: 30px 30px 70px;
}
.service-list1 .num {
	text-align: left;
	margin-bottom: 20px;
}

.service-list2 {
	margin-left: -5px;
	margin-right: -5px;
}
.service-list2 .column {
	padding: 0 5px;
	margin-top: 30px;
}
.service-list2 .inner {
	padding-bottom: 80px;
}
.service-list2 .icon img {
	width: 40px;
}
.service-list2 .h2 {
	font-weight: bold;
	margin-top: 25px;
}
.service-list2 .num {
	font-size: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width:575px) {
	.service-list2 .column {
		width: 50%;
	}
	
	.English .service-list2 .column {
		width: 100%;
	}
}
@media (min-width:768px) {
	.service-list .h2 {
		font-size: 22px;
	}
	.service-list .p {
		font-size: 16px;
	}
	.service-list .icon img {
		width: 80px;
	}
	
	.service-list2 .icon img {
		width: 60px;
	}
	.service-list2 .h2 {
		font-size: 24px;
		margin-top: 35px;
	}
	.service-list2 .num {
		font-size: 42px;
	}
}
@media (min-width:1200px) {
	.service-list .icon img {
		width: 100px;
	}
	
	.service-list1 {
		margin-left: -23px;
		margin-right: -23px;
	}
	.service-list1 .column {
		padding: 0 23px;
	}
	
	.service-list2 {
		justify-content: space-between;
	}
	.service-list2 .icon img {
		width: 70px;
	}
	.service-list2 .num {
		font-size: 48px;
	}
	
	.English .service-list2 .column {
		width: 33.33333%;
		max-width: none;
	}
}

/* 联系我们 */
.contact-list {
	margin: 0;
}
.contact-list .column {
	padding: 0;
	margin: 0;
}
.contact-list #dituContent {
	height: 320px;
}
.contact-info {
	background-color: #054b48;
	padding: 50px 30px;
	color: #fff;
}
.contact-info .item {
	display: flex;
	position: relative;
	padding-bottom: 30px;
}
.contact-info .item::after {
	content: "";
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(255,255,255,.3);
}
.contact-info .item+.item {
	margin-top: 30px;
}
.contact-info .icon {
	flex: 0 0 auto;
	width: 24px;
	margin-right: 20px;
}
.contact-info .icon img {
	display: block;
	width: 100%;
}
.contact-info span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	opacity: .6;
}
.contact-info p {
	font-size: 18px;
	margin: 0;
}

.cooperation-list {
	overflow: hidden;
	padding: 10px 0;
}
.cooperation-list .inner {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0,0,0,.15);
	height: 100%;
	padding: 50px 30px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.cooperation-list .inner:hover {
	box-shadow: 0 0 12px rgba(0,0,0,.3);
}
.cooperation-list .icon img {
	display: block;
	width: 50px;
	margin: 0 auto;
}
.cooperation-list .h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 0;
}
.cooperation-list .h2::after {
	content: "";
	width: 24px;
	height: 2px;
	background-color: #999;
	display: block;
	margin: 15px auto;
}
.cooperation-list .p {
	font-size: 14px;
	color: #999;
}

@media (min-width:768px) {
	.contact-info {
		padding: 70px 50px;
	}
}
@media (min-width:992px) {
	.contact-list #dituContent {
		height: 100%;
	}
}
@media (min-width:1200px) {
	.contact-info {
		padding: 80px;
	}
	.contact-info .icon {
		width: 30px;
		margin-right: 20px;
	}
	.contact-info span {
		font-size: 18px;
		line-height: 30px;
	}
	.contact-info p {
		font-size: 22px;
	}
	
	.cooperation-list .column {
		width: 20%;
	}
	.cooperation-list .inner {
		padding: 30px 15px;
	}
	.cooperation-list .icon img {
		width: 50px;
	}
	.cooperation-list .h2 {
		font-size: 20px;
	}
	.cooperation-list .h2::after {
		width: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cooperation-list .p {
		font-size: 16px;
	}
}
@media (min-width:1400px) {
	.contact-info {
		padding: 100px;
	}
}
@media (min-width:1600px) {
	.cooperation-list .icon img {
		width: 70px;
	}
}

/* 加入我们 */
.job-box {
	border: 1px #e5e5e5 solid;
}
.job-box .span {
	display: inline-block;
	padding: 20px;
}
.job-box .span ~ .span {
	padding-left: 0;
}
.job-top,
.job-list .card-header a {
	display: flex;
	flex-flow: row wrap;
}
.job-top .span {
	font-size: 16px;
	font-family: '阿里巴巴普惠体-M';
}
.job-box .span1 {
	width: 30%;
}
.job-box .span2 {
	width: 14%;
}
.job-box .span3 {
	width: 18%;
}
.job-box .span4 {
	width: 18%;
}
.job-box .span5 {
	width: 20%;
}
.job-list .card {
	border: none;
	border-radius: 0;
	border-top: 1px #e5e5e5 solid;
}
.job-list .card-header {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}
.job-list .card-header a {
	font-size: 14px;
	color: #333;
	position: relative;
}
.job-list .span5 {
	padding-right: 50px;
}
.job-list .card-header i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px #054b48 solid;
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.job-list .card-header i::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px #054b48 solid;
	border-right: 1px #054b48 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	margin-right: 4px;
}
.job-list .card-header a:hover i,
.job-list .card-header a:hover i::after,
.job-list .active .card-header i,
.job-list .active .card-header i::after {
	border-color: #fff;
}
.job-list .card-header a:hover i,
.job-list .active .card-header i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.job-list .card-header a:hover,
.job-list .active .card-header a {
	background-color: #054b48;
	color: #fff;
}
.job-list .card-body {
	padding: 20px;
}

@media (max-width:767px) {
	.job-box .span2,
	.job-box .span3,
	.job-box .span4 {
		display: none;
	}
	.job-box .span1 {
		width: calc(100% - 140px);
	}
	.job-box .span5 {
		width: 140px;
	}
}
@media (min-width:1400px) {
	.job-box .span,
	.job-list .card-body {
		padding: 30px;
	}
	.job-top .span {
		font-size: 20px;
	}
	.job-list .card-header i {
		width: 40px;
		height: 40px;
		top: 22px;
	}
	.job-list .card-header a {
		font-size: 16px;
	}
}